From 9aaee15e2d085bd60b0370c1f60fbf584e365acf Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 18 Aug 2020 19:23:33 -0400 Subject: [PATCH] About to add collection --- hypnotoad.pid | 1 + lib/App/Controller/Apiv1.pm | 2 + lib/App/Controller/Paste.pm | 3 + lib/App/Model/Eval.pm | 4 +- lib/App/Model/Languages.pm | 8 +- lib/App/Model/Paste.pm | 1 + public/mpf | 1 + static/build-2017-10-09.log | 110509 +++++++++++++++++++++++++++++++++ templates/page.html.tt | 20 + 9 files changed, 110546 insertions(+), 3 deletions(-) create mode 100644 hypnotoad.pid create mode 120000 public/mpf create mode 100644 static/build-2017-10-09.log diff --git a/hypnotoad.pid b/hypnotoad.pid new file mode 100644 index 0000000..acbdfad --- /dev/null +++ b/hypnotoad.pid @@ -0,0 +1 @@ +951231 diff --git a/lib/App/Controller/Apiv1.pm b/lib/App/Controller/Apiv1.pm index 74de527..8e8d5e9 100644 --- a/lib/App/Controller/Apiv1.pm +++ b/lib/App/Controller/Apiv1.pm @@ -81,6 +81,8 @@ sub api_post_paste { $url =~ s|http:|https:|; unless ($code =~ $words || $who =~ $words || $desc =~ $words || $c->paste->is_banned_ip($c->remote_addr)) { $c->perlbot->announce($channel, $who, substr($desc, 0, 40), $url); + } else { + printf "Not doing announcement, [%s] [%s] [%s] [%s]\n", ($code =~ $words), ($who =~ $words), ($desc =~ $words), ($c->paste->is_banned_ip($c->remote_addr)); } } # } diff --git a/lib/App/Controller/Paste.pm b/lib/App/Controller/Paste.pm index e92be23..64743cf 100644 --- a/lib/App/Controller/Paste.pm +++ b/lib/App/Controller/Paste.pm @@ -82,6 +82,9 @@ sub get_paste { my $row = $c->paste->get_paste($pasteid); + use Data::Dumper; + print Dumper($row); + if ($row) { my $promise = Mojo::Promise->new(sub { my $resolve = shift; diff --git a/lib/App/Model/Eval.pm b/lib/App/Model/Eval.pm index 5c1172f..007297d 100644 --- a/lib/App/Model/Eval.pm +++ b/lib/App/Model/Eval.pm @@ -35,8 +35,8 @@ sub _get_cache { return $memd->get($key); } -my @major_langs = qw/perl perl5.30.0 perl5.28.2 perl5.26.3 perl5.24.4 perl5.22.4 perl5.20.3 perl5.18.4 perl5.16.3 perl5.14.4 perl5.12.5 perl5.10.1 perl5.8.9 perl5.6.2/; -my @full_langs = map {"perl$_"} '', qw/5.30.0 5.28.2 5.28.1 5.28.0 5.26.3 5.26.2 5.26.1 5.26.0 5.24.4 5.24.3 5.24.2 5.24.1 5.24.0 5.22.4 5.22.3 5.22.2 5.22.1 5.22.0 5.20.3 5.20.2 5.20.1 5.20.0 5.18.4 5.18.3 5.18.2 5.18.1 5.18.0 5.16.3 5.16.2 5.16.1 5.16.0 5.14.4 5.14.3 5.14.2 5.14.1 5.14.0 5.12.5 5.12.4 5.12.3 5.12.2 5.12.1 5.12.0 5.10.1 5.10.0 5.8.9 5.8.8 5.8.7 5.8.6 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0 5.6.2 5.6.1 5.6.0/; +my @major_langs = qw/perl perl5.32.0 perl5.30.3 perl5.28.2 perl5.26.3 perl5.24.4 perl5.22.4 perl5.20.3 perl5.18.4 perl5.16.3 perl5.14.4 perl5.12.5 perl5.10.1 perl5.8.9 perl5.6.2/; +my @full_langs = map {"perl$_"} '', qw/5.32.0 5.30.3 5.30.2 5.30.1 5.30.0 5.28.2 5.28.1 5.28.0 5.26.3 5.26.2 5.26.1 5.26.0 5.24.4 5.24.3 5.24.2 5.24.1 5.24.0 5.22.4 5.22.3 5.22.2 5.22.1 5.22.0 5.20.3 5.20.2 5.20.1 5.20.0 5.18.4 5.18.3 5.18.2 5.18.1 5.18.0 5.16.3 5.16.2 5.16.1 5.16.0 5.14.4 5.14.3 5.14.2 5.14.1 5.14.0 5.12.5 5.12.4 5.12.3 5.12.2 5.12.1 5.12.0 5.10.1 5.10.0 5.8.9 5.8.8 5.8.7 5.8.6 5.8.5 5.8.4 5.8.3 5.8.2 5.8.1 5.8.0 5.6.2 5.6.1 5.6.0/; sub get_eval { my ($self, $paste_id, $code, $langs, $wait, $callback) = @_; diff --git a/lib/App/Model/Languages.pm b/lib/App/Model/Languages.pm index bb76812..05ad06e 100644 --- a/lib/App/Model/Languages.pm +++ b/lib/App/Model/Languages.pm @@ -6,7 +6,7 @@ use warnings; use Mojo::Base '-base'; my @langs = ( - {name => "perl5.30", mode => "perl", description => "Perl 5.30"}, + {name => "perl5.32", mode => "perl", description => "Perl 5.32"}, {name => "perl6", mode => "perl", description => "Rakudo Star / Perl 6"}, {name => "bash", mode => "bash", description => "Bash"}, {name => "ruby", mode => "ruby", description => "Ruby (2.1)"}, @@ -22,6 +22,12 @@ my @langs = ( {name => "evaltall", mode => "perl", description => "Perl (EvalAll) (major threaded)"}, {name => "evalrall", mode => "perl", description => "Perl (EvalAll) (major un+threaded)"}, {name => "evalyall", mode => "perl", description => "Perl (EvalY'All) (EVERYTHING)"}, + {name => "perl5.32.0", mode => "perl", description => "Perl 5.32.0"}, + {name => "perl5.32.0t", mode => "perl", description => "Perl 5.32.0 (threaded)"}, + {name => "perl5.30.3", mode => "perl", description => "Perl 5.30.3"}, + {name => "perl5.30.3t", mode => "perl", description => "Perl 5.30.3 (threaded)"}, + {name => "perl5.30.2", mode => "perl", description => "Perl 5.30.2"}, + {name => "perl5.30.2t", mode => "perl", description => "Perl 5.30.2 (threaded)"}, {name => "perl5.30.1", mode => "perl", description => "Perl 5.30.1"}, {name => "perl5.30.1t", mode => "perl", description => "Perl 5.30.1 (threaded)"}, {name => "perl5.30.0", mode => "perl", description => "Perl 5.30.0"}, diff --git a/lib/App/Model/Paste.pm b/lib/App/Model/Paste.pm index 4cae4d5..00c3f36 100644 --- a/lib/App/Model/Paste.pm +++ b/lib/App/Model/Paste.pm @@ -78,6 +78,7 @@ sub get_asn_for_ip { sub is_banned_ip { my ($self, $_ip) = @_; + return 0 if ($_ip =~ /:/); # ignore ipv6 stuff for now my $ip = sprintf("%03d.%03d.%03d.%03d", split(/\./, $_ip)); my $asn = $self->get_asn_for_ip($ip); diff --git a/public/mpf b/public/mpf new file mode 120000 index 0000000..25f28b7 --- /dev/null +++ b/public/mpf @@ -0,0 +1 @@ +/home/perlbotjail/mod_perl-faq/assets \ No newline at end of file diff --git a/static/build-2017-10-09.log b/static/build-2017-10-09.log new file mode 100644 index 0000000..992d9af --- /dev/null +++ b/static/build-2017-10-09.log @@ -0,0 +1,110509 @@ +Started building on Mon Oct 9 07:00:01 EDT 2017 +Building perl-blead as 'perlbot-blead-2017-10-09_12776' +ident: perlbot-blead-2017-10-09_12776 +Uninstalling any previous perl as perlbot-blead-2017-10-09_12776 +'perlbot-blead-2017-10-09_12776' is not installed +No perl found +make[1]: Entering directory '/home/ryan/workspace/perl' +cd os2; rm -f Makefile +cd pod; make distclean +make[2]: Entering directory '/home/ryan/workspace/perl/pod' +rm -f perl5004delta.man perl5005delta.man perl5100delta.man perl5101delta.man perl5120delta.man perl5121delta.man perl5122delta.man perl5123delta.man perl5124delta.man perl5125delta.man perl5140delta.man perl5141delta.man perl5142delta.man perl5143delta.man perl5144delta.man perl5160delta.man perl5161delta.man perl5162delta.man perl5163delta.man perl5180delta.man perl5181delta.man perl5182delta.man perl5184delta.man perl5200delta.man perl5201delta.man perl5202delta.man perl5203delta.man perl5220delta.man perl5221delta.man perl5222delta.man perl5223delta.man perl5224delta.man perl5240delta.man perl5241delta.man perl5242delta.man perl5243delta.man perl5260delta.man perl5261delta.man perl5270delta.man perl5271delta.man perl5272delta.man perl5273delta.man perl5274delta.man perl561delta.man perl56delta.man perl581delta.man perl582delta.man perl583delta.man perl584delta.man perl585delta.man perl586delta.man perl587delta.man perl588delta.man perl589delta.man perl58delta.man perlapio.man perlartistic.man perlbook.man perlboot.man perlbot.man perlcall.man perlcheat.man perlclib.man perlcommunity.man perldata.man perldbmfilter.man perldebguts.man perldebtut.man perldebug.man perldelta.man perldeprecation.man perldiag.man perldsc.man perldtrace.man perlebcdic.man perlembed.man perlexperiment.man perlfilter.man perlfork.man perlform.man perlfunc.man perlgit.man perlgpl.man perlguts.man perlhack.man perlhacktips.man perlhacktut.man perlhist.man perlinterp.man perlintro.man perliol.man perlipc.man perllexwarn.man perllocale.man perllol.man perlmodinstall.man perlmod.man perlmodstyle.man perlmroapi.man perlnewmod.man perlnumber.man perlobj.man perlootut.man perlopentut.man perlop.man perlpacktut.man perlperf.man perl.man perlpod.man perlpodspec.man perlpodstyle.man perlpolicy.man perlport.man perlpragma.man perlreapi.man perlrebackslash.man perlrecharclass.man perlref.man perlreftut.man perlreguts.man perlre.man perlrepository.man perlrequick.man perlreref.man perlretut.man perlrun.man perlsec.man perlsource.man perlstyle.man perlsub.man perlsyn.man perlthrtut.man perltie.man perltodo.man perltooc.man perltoot.man perltrap.man perlunicode.man perlunicook.man perlunifaq.man perluniintro.man perlunitut.man perlutil.man perlvar.man perlvms.man +rm -f perl5004delta.html perl5005delta.html perl5100delta.html perl5101delta.html perl5120delta.html perl5121delta.html perl5122delta.html perl5123delta.html perl5124delta.html perl5125delta.html perl5140delta.html perl5141delta.html perl5142delta.html perl5143delta.html perl5144delta.html perl5160delta.html perl5161delta.html perl5162delta.html perl5163delta.html perl5180delta.html perl5181delta.html perl5182delta.html perl5184delta.html perl5200delta.html perl5201delta.html perl5202delta.html perl5203delta.html perl5220delta.html perl5221delta.html perl5222delta.html perl5223delta.html perl5224delta.html perl5240delta.html perl5241delta.html perl5242delta.html perl5243delta.html perl5260delta.html perl5261delta.html perl5270delta.html perl5271delta.html perl5272delta.html perl5273delta.html perl5274delta.html perl561delta.html perl56delta.html perl581delta.html perl582delta.html perl583delta.html perl584delta.html perl585delta.html perl586delta.html perl587delta.html perl588delta.html perl589delta.html perl58delta.html perlapio.html perlartistic.html perlbook.html perlboot.html perlbot.html perlcall.html perlcheat.html perlclib.html perlcommunity.html perldata.html perldbmfilter.html perldebguts.html perldebtut.html perldebug.html perldelta.html perldeprecation.html perldiag.html perldsc.html perldtrace.html perlebcdic.html perlembed.html perlexperiment.html perlfilter.html perlfork.html perlform.html perlfunc.html perlgit.html perlgpl.html perlguts.html perlhack.html perlhacktips.html perlhacktut.html perlhist.html perlinterp.html perlintro.html perliol.html perlipc.html perllexwarn.html perllocale.html perllol.html perlmodinstall.html perlmod.html perlmodstyle.html perlmroapi.html perlnewmod.html perlnumber.html perlobj.html perlootut.html perlopentut.html perlop.html perlpacktut.html perlperf.html perl.html perlpod.html perlpodspec.html perlpodstyle.html perlpolicy.html perlport.html perlpragma.html perlreapi.html perlrebackslash.html perlrecharclass.html perlref.html perlreftut.html perlreguts.html perlre.html perlrepository.html perlrequick.html perlreref.html perlretut.html perlrun.html perlsec.html perlsource.html perlstyle.html perlsub.html perlsyn.html perlthrtut.html perltie.html perltodo.html perltooc.html perltoot.html perltrap.html perlunicode.html perlunicook.html perlunifaq.html perluniintro.html perlunitut.html perlutil.html perlvar.html perlvms.html +rm -f perl5004delta.tex perl5005delta.tex perl5100delta.tex perl5101delta.tex perl5120delta.tex perl5121delta.tex perl5122delta.tex perl5123delta.tex perl5124delta.tex perl5125delta.tex perl5140delta.tex perl5141delta.tex perl5142delta.tex perl5143delta.tex perl5144delta.tex perl5160delta.tex perl5161delta.tex perl5162delta.tex perl5163delta.tex perl5180delta.tex perl5181delta.tex perl5182delta.tex perl5184delta.tex perl5200delta.tex perl5201delta.tex perl5202delta.tex perl5203delta.tex perl5220delta.tex perl5221delta.tex perl5222delta.tex perl5223delta.tex perl5224delta.tex perl5240delta.tex perl5241delta.tex perl5242delta.tex perl5243delta.tex perl5260delta.tex perl5261delta.tex perl5270delta.tex perl5271delta.tex perl5272delta.tex perl5273delta.tex perl5274delta.tex perl561delta.tex perl56delta.tex perl581delta.tex perl582delta.tex perl583delta.tex perl584delta.tex perl585delta.tex perl586delta.tex perl587delta.tex perl588delta.tex perl589delta.tex perl58delta.tex perlapio.tex perlartistic.tex perlbook.tex perlboot.tex perlbot.tex perlcall.tex perlcheat.tex perlclib.tex perlcommunity.tex perldata.tex perldbmfilter.tex perldebguts.tex perldebtut.tex perldebug.tex perldelta.tex perldeprecation.tex perldiag.tex perldsc.tex perldtrace.tex perlebcdic.tex perlembed.tex perlexperiment.tex perlfilter.tex perlfork.tex perlform.tex perlfunc.tex perlgit.tex perlgpl.tex perlguts.tex perlhack.tex perlhacktips.tex perlhacktut.tex perlhist.tex perlinterp.tex perlintro.tex perliol.tex perlipc.tex perllexwarn.tex perllocale.tex perllol.tex perlmodinstall.tex perlmod.tex perlmodstyle.tex perlmroapi.tex perlnewmod.tex perlnumber.tex perlobj.tex perlootut.tex perlopentut.tex perlop.tex perlpacktut.tex perlperf.tex perl.tex perlpod.tex perlpodspec.tex perlpodstyle.tex perlpolicy.tex perlport.tex perlpragma.tex perlreapi.tex perlrebackslash.tex perlrecharclass.tex perlref.tex perlreftut.tex perlreguts.tex perlre.tex perlrepository.tex perlrequick.tex perlreref.tex perlretut.tex perlrun.tex perlsec.tex perlsource.tex perlstyle.tex perlsub.tex perlsyn.tex perlthrtut.tex perltie.tex perltodo.tex perltooc.tex perltoot.tex perltrap.tex perlunicode.tex perlunicook.tex perlunifaq.tex perluniintro.tex perlunitut.tex perlutil.tex perlvar.tex perlvms.tex +rm -f pod2html-*cache +rm -f *.aux *.log *.exe +make[2]: Leaving directory '/home/ryan/workspace/perl/pod' +cd utils; make distclean +make[2]: Entering directory '/home/ryan/workspace/perl/utils' +rm -rf corelist cpan h2ph h2xs instmodsh json_pp perlbug perldoc perlivp pl2pm prove ptar ptardiff ptargrep shasum splain libnetcfg piconv enc2xs encguess xsubpp pod2html zipdetails ./corelist ./cpan ./h2ph ./h2xs ./json_pp ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prove ./ptar ./ptardiff ./ptargrep ./shasum ./splain ./libnetcfg ./piconv ./enc2xs ./encguess ./xsubpp ./pod2html ./zipdetails +rm -f ../t/_h2ph_pre.ph +make[2]: Leaving directory '/home/ryan/workspace/perl/utils' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/DynaLoader' +rm -f \ + DynaLoader.bso DynaLoader.def \ + DynaLoader.exp DynaLoader.x \ + ../../lib/auto/DynaLoader/extralibs.all \ + ../../lib/auto/DynaLoader/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] dl_aix.base \ + dl_aix.bs dl_aix.bso \ + dl_aix.c dl_aix.def \ + dl_aix.exp dl_aix.o \ + dl_aix_def.old dl_dllload.base \ + dl_dllload.bs dl_dllload.bso \ + dl_dllload.c dl_dllload.def \ + dl_dllload.exp dl_dllload.o \ + dl_dllload_def.old dl_dlopen.base \ + dl_dlopen.bs dl_dlopen.bso \ + dl_dlopen.c dl_dlopen.def \ + dl_dlopen.exp dl_dlopen.o \ + dl_dlopen_def.old dl_dyld.base \ + dl_dyld.bs dl_dyld.bso \ + dl_dyld.c dl_dyld.def \ + dl_dyld.exp dl_dyld.o \ + dl_dyld_def.old dl_freemint.base \ + dl_freemint.bs dl_freemint.bso \ + dl_freemint.c dl_freemint.def \ + dl_freemint.exp dl_freemint.o \ + dl_freemint_def.old dl_hpux.base \ + dl_hpux.bs dl_hpux.bso \ + dl_hpux.c dl_hpux.def \ + dl_hpux.exp dl_hpux.o \ + dl_hpux_def.old dl_none.base \ + dl_none.bs dl_none.bso \ + dl_none.c dl_none.def \ + dl_none.exp dl_none.o \ + dl_none_def.old dl_symbian.base \ + dl_symbian.bs dl_symbian.bso \ + dl_symbian.c dl_symbian.def \ + dl_symbian.exp dl_symbian.o \ + dl_symbian_def.old dl_vms.base \ + dl_vms.bs dl_vms.bso \ + dl_vms.c dl_vms.def \ + dl_vms.exp dl_vms.o \ + dl_vms_def.old dl_win32.base \ + dl_win32.bs dl_win32.bso \ + dl_win32.c dl_win32.def \ + dl_win32.exp dl_win32.o \ + dl_win32_def.old libDynaLoader.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + DynaLoader.c DynaLoader.pm \ + DynaLoader.xs blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/DynaLoader.pm \ + Makefile.old DynaLoader.o +rm -rf \ + DynaLoader-1.42 ../../lib/auto/DynaLoader \ + ../../lib/auto/DynaLoader +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: dl_aix.xs +Not in MANIFEST: dl_dllload.xs +Not in MANIFEST: dl_dlopen.xs +Not in MANIFEST: dl_dyld.xs +Not in MANIFEST: dl_freemint.xs +Not in MANIFEST: dl_hpux.xs +Not in MANIFEST: dl_none.xs +Not in MANIFEST: dl_symbian.xs +Not in MANIFEST: dl_vms.xs +Not in MANIFEST: dl_win32.xs +Not in MANIFEST: dlutils.c +Not in MANIFEST: DynaLoader_pm.PL +Not in MANIFEST: hints/aix.pl +Not in MANIFEST: hints/android.pl +Not in MANIFEST: hints/gnukfreebsd.pl +Not in MANIFEST: hints/gnuknetbsd.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: hints/netbsd.pl +Not in MANIFEST: hints/openbsd.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: README +Not in MANIFEST: t/DynaLoader.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/DynaLoader' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/arybase' +rm -f \ + arybase.bso arybase.def \ + arybase.exp arybase.x \ + arybase.bs ../../lib/auto/arybase/extralibs.all \ + ../../lib/auto/arybase/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml arybase.base \ + arybase.bs arybase.bso \ + arybase.c arybase.def \ + arybase.exp arybase.o \ + arybase_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libarybase.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/arybase.pm \ + Makefile.old arybase.o +rm -rf \ + arybase-0.13 ../../lib/auto/arybase \ + ../../lib/auto/arybase Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: arybase.pm +Not in MANIFEST: arybase.xs +Not in MANIFEST: ptable.h +Not in MANIFEST: t/aeach.t +Not in MANIFEST: t/aelem.t +Not in MANIFEST: t/akeys.t +Not in MANIFEST: t/arybase.t +Not in MANIFEST: t/aslice.t +Not in MANIFEST: t/av2arylen.t +Not in MANIFEST: t/index.t +Not in MANIFEST: t/lslice.t +Not in MANIFEST: t/pos.t +Not in MANIFEST: t/scope.t +Not in MANIFEST: t/scope_0.pm +Not in MANIFEST: t/splice.t +Not in MANIFEST: t/substr.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/arybase' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/attributes' +rm -f \ + attributes.bso attributes.def \ + attributes.exp attributes.x \ + attributes.bs ../../lib/auto/attributes/extralibs.all \ + ../../lib/auto/attributes/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml attributes.base \ + attributes.bs attributes.bso \ + attributes.c attributes.def \ + attributes.exp attributes.o \ + attributes_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libattributes.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/attributes.pm \ + Makefile.old attributes.o +rm -rf \ + attributes-0.31 ../../lib/auto/attributes \ + ../../lib/auto/attributes Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: attributes.pm +Not in MANIFEST: attributes.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/attributes' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/B' +rm -f \ + B.bso B.def \ + B.exp B.x \ + B.bs ../../lib/auto/B/extralibs.all \ + ../../lib/auto/B/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core B.base \ + B.bs B.bso \ + B.c B.def \ + B.exp B.o \ + B_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libB.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/B.pm \ + ../../lib/B/Concise.pm ../../lib/B/Showlex.pm \ + ../../lib/B/Terse.pm ../../lib/B/Xref.pm \ + ../../lib/O.pm Makefile.old \ + B.o +rm -rf \ + B-1.69 ../../lib/auto/B \ + ../../lib/auto/B const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: B.pm +Not in MANIFEST: B.xs +Not in MANIFEST: B/Concise.pm +Not in MANIFEST: B/Showlex.pm +Not in MANIFEST: B/Terse.pm +Not in MANIFEST: B/Xref.pm +Not in MANIFEST: hints/darwin.pl +Not in MANIFEST: hints/openbsd.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: O.pm +Not in MANIFEST: t/b.t +Not in MANIFEST: t/concise-xs.t +Not in MANIFEST: t/concise.t +Not in MANIFEST: t/f_map +Not in MANIFEST: t/f_map.t +Not in MANIFEST: t/f_sort +Not in MANIFEST: t/f_sort.t +Not in MANIFEST: t/o.t +Not in MANIFEST: t/optree_check.t +Not in MANIFEST: t/optree_concise.t +Not in MANIFEST: t/optree_constants.t +Not in MANIFEST: t/optree_misc.t +Not in MANIFEST: t/optree_samples.t +Not in MANIFEST: t/optree_sort.t +Not in MANIFEST: t/optree_specials.t +Not in MANIFEST: t/optree_varinit.t +Not in MANIFEST: t/OptreeCheck.pm +Not in MANIFEST: t/pragma.t +Not in MANIFEST: t/showlex.t +Not in MANIFEST: t/sv_stash.t +Not in MANIFEST: t/terse.t +Not in MANIFEST: t/walkoptree.t +Not in MANIFEST: t/xref.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/B' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +rm -f \ + Bzip2.bso Bzip2.def \ + Bzip2.exp Bzip2.x \ + Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/extralibs.all \ + ../../lib/auto/Compress/Raw/Bzip2/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Bzip2.base \ + Bzip2.bs Bzip2.bso \ + Bzip2.c Bzip2.def \ + Bzip2.exp Bzip2.o \ + Bzip2_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libBzip2.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + *.c blib \ + bzip2.h bzlib.h \ + bzlib_private.h constants.h \ + constants.xs +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o ../../lib/Compress/Raw/Bzip2.pm +rm -rf \ + Compress-Raw-Bzip2-2.074 ../../lib/auto/Compress/Raw/Bzip2 \ + ../../lib/auto/Compress/Raw/Bzip2 +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bzip2-src/blocksort.c +Not in MANIFEST: bzip2-src/bzlib.c +Not in MANIFEST: bzip2-src/bzlib.h +Not in MANIFEST: bzip2-src/bzlib_private.h +Not in MANIFEST: bzip2-src/compress.c +Not in MANIFEST: bzip2-src/crctable.c +Not in MANIFEST: bzip2-src/decompress.c +Not in MANIFEST: bzip2-src/huffman.c +Not in MANIFEST: bzip2-src/LICENSE +Not in MANIFEST: bzip2-src/randtable.c +Not in MANIFEST: Bzip2.xs +Not in MANIFEST: fallback/constants.h +Not in MANIFEST: fallback/constants.xs +Not in MANIFEST: lib/Compress/Raw/Bzip2.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: private/MakeUtil.pm +Not in MANIFEST: t/000prereq.t +Not in MANIFEST: t/01bzip2.t +Not in MANIFEST: t/09limitoutput.t +Not in MANIFEST: t/19nonpv.t +Not in MANIFEST: t/99pod.t +Not in MANIFEST: t/compress/CompTestUtils.pm +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +rm -f \ + Zlib.bso Zlib.def \ + Zlib.exp Zlib.x \ + Zlib.bs ../../lib/auto/Compress/Raw/Zlib/extralibs.all \ + ../../lib/auto/Compress/Raw/Zlib/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Zlib.base \ + Zlib.bs Zlib.bso \ + Zlib.c Zlib.def \ + Zlib.exp Zlib.o \ + Zlib_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libZlib.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + *.c blib \ + constants.h constants.xs +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o ../../lib/Compress/Raw/Zlib.pm +rm -rf \ + Compress-Raw-Zlib-2.074 ../../lib/auto/Compress/Raw/Zlib \ + ../../lib/auto/Compress/Raw/Zlib +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: config.in +Not in MANIFEST: fallback/constants.h +Not in MANIFEST: fallback/constants.xs +Not in MANIFEST: lib/Compress/Raw/Zlib.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: private/MakeUtil.pm +Not in MANIFEST: t/01version.t +Not in MANIFEST: t/02zlib.t +Not in MANIFEST: t/07bufsize.t +Not in MANIFEST: t/09limitoutput.t +Not in MANIFEST: t/18lvalue.t +Not in MANIFEST: t/19nonpv.t +Not in MANIFEST: t/compress/CompTestUtils.pm +Not in MANIFEST: typemap +Not in MANIFEST: zlib-src/adler32.c +Not in MANIFEST: zlib-src/compress.c +Not in MANIFEST: zlib-src/crc32.c +Not in MANIFEST: zlib-src/crc32.h +Not in MANIFEST: zlib-src/deflate.c +Not in MANIFEST: zlib-src/deflate.h +Not in MANIFEST: zlib-src/infback.c +Not in MANIFEST: zlib-src/inffast.c +Not in MANIFEST: zlib-src/inffast.h +Not in MANIFEST: zlib-src/inffixed.h +Not in MANIFEST: zlib-src/inflate.c +Not in MANIFEST: zlib-src/inflate.h +Not in MANIFEST: zlib-src/inftrees.c +Not in MANIFEST: zlib-src/inftrees.h +Not in MANIFEST: zlib-src/trees.c +Not in MANIFEST: zlib-src/trees.h +Not in MANIFEST: zlib-src/uncompr.c +Not in MANIFEST: zlib-src/zconf.h +Not in MANIFEST: zlib-src/zlib.h +Not in MANIFEST: zlib-src/zutil.c +Not in MANIFEST: zlib-src/zutil.h +Not in MANIFEST: Zlib.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/PathTools' +rm -f \ + Cwd.bso Cwd.def \ + Cwd.exp Cwd.x \ + Cwd.bs ../../lib/auto/Cwd/extralibs.all \ + ../../lib/auto/Cwd/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Cwd.base \ + Cwd.bs Cwd.bso \ + Cwd.c Cwd.def \ + Cwd.exp Cwd.o \ + Cwd_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCwd.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Cwd.pm \ + Makefile.old Cwd.o \ + ../../lib/File/Spec.pm ../../lib/File/Spec/AmigaOS.pm \ + ../../lib/File/Spec/Cygwin.pm ../../lib/File/Spec/Epoc.pm \ + ../../lib/File/Spec/Functions.pm ../../lib/File/Spec/Mac.pm \ + ../../lib/File/Spec/OS2.pm ../../lib/File/Spec/Unix.pm \ + ../../lib/File/Spec/VMS.pm ../../lib/File/Spec/Win32.pm +rm -rf \ + PathTools-3.68 ../../lib/auto/Cwd \ + ../../lib/auto/Cwd +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: Cwd.pm +Not in MANIFEST: Cwd.xs +Not in MANIFEST: lib/File/Spec.pm +Not in MANIFEST: lib/File/Spec/AmigaOS.pm +Not in MANIFEST: lib/File/Spec/Cygwin.pm +Not in MANIFEST: lib/File/Spec/Epoc.pm +Not in MANIFEST: lib/File/Spec/Functions.pm +Not in MANIFEST: lib/File/Spec/Mac.pm +Not in MANIFEST: lib/File/Spec/OS2.pm +Not in MANIFEST: lib/File/Spec/Unix.pm +Not in MANIFEST: lib/File/Spec/VMS.pm +Not in MANIFEST: lib/File/Spec/Win32.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: ppport.h +Not in MANIFEST: t/abs2rel.t +Not in MANIFEST: t/crossplatform.t +Not in MANIFEST: t/cwd.t +Not in MANIFEST: t/Functions.t +Not in MANIFEST: t/rel2abs2rel.t +Not in MANIFEST: t/Spec-taint.t +Not in MANIFEST: t/Spec.t +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/tmpdir.t +Not in MANIFEST: t/win32.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/PathTools' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/Data-Dumper' +rm -f \ + Dumper.bso Dumper.def \ + Dumper.exp Dumper.x \ + Dumper.bs ../../lib/auto/Data/Dumper/extralibs.all \ + ../../lib/auto/Data/Dumper/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Dumper.base \ + Dumper.bs Dumper.bso \ + Dumper.c Dumper.def \ + Dumper.exp Dumper.o \ + Dumper_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libDumper.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Data/Dumper.pm \ + Makefile.old Dumper.o +rm -rf \ + Data-Dumper-2.167_02 ../../lib/auto/Data/Dumper \ + ../../lib/auto/Data/Dumper Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: Dumper.pm +Not in MANIFEST: Dumper.xs +Not in MANIFEST: t/bless.t +Not in MANIFEST: t/bless_var_method.t +Not in MANIFEST: t/bugs.t +Not in MANIFEST: t/deparse.t +Not in MANIFEST: t/dumper.t +Not in MANIFEST: t/dumpperl.t +Not in MANIFEST: t/freezer.t +Not in MANIFEST: t/freezer_useperl.t +Not in MANIFEST: t/huge.t +Not in MANIFEST: t/indent.t +Not in MANIFEST: t/lib/Testing.pm +Not in MANIFEST: t/misc.t +Not in MANIFEST: t/names.t +Not in MANIFEST: t/overload.t +Not in MANIFEST: t/pair.t +Not in MANIFEST: t/perl-74170.t +Not in MANIFEST: t/purity_deepcopy_maxdepth.t +Not in MANIFEST: t/qr.t +Not in MANIFEST: t/quotekeys.t +Not in MANIFEST: t/recurse.t +Not in MANIFEST: t/seen.t +Not in MANIFEST: t/sortkeys.t +Not in MANIFEST: t/sparseseen.t +Not in MANIFEST: t/terse.t +Not in MANIFEST: t/toaster.t +Not in MANIFEST: t/trailing_comma.t +Not in MANIFEST: t/values.t +Not in MANIFEST: Todo +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/Data-Dumper' +Parsing config.in... +Looks Good. +Generating a Unix-style Makefile +Writing Makefile for DB_File +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/DB_File' +rm -f \ + DB_File.bso DB_File.def \ + DB_File.exp DB_File.x \ + DB_File.bs ../../lib/auto/DB_File/extralibs.all \ + ../../lib/auto/DB_File/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core DB_File.base \ + DB_File.bs DB_File.bso \ + DB_File.c DB_File.def \ + DB_File.exp DB_File.o \ + DB_File_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + constants.base constants.bs \ + constants.bso constants.c \ + constants.def constants.exp \ + constants.o constants_def.old \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libDB_File.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + DB_File.pm.bak blib \ + constants.h constants.xs \ + t/db-btree.t.bak t/db-hash.t.bak \ + t/db-recno.t.bak t/pod.t.bak +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/DB_File.pm \ + Makefile.old version.o DB_File.o +rm -rf \ + DB_File-1.840 ../../lib/auto/DB_File \ + ../../lib/auto/DB_File +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: config.in +Not in MANIFEST: DB_File.pm +Not in MANIFEST: DB_File.xs +Not in MANIFEST: DB_File_BS +Not in MANIFEST: dbinfo +Not in MANIFEST: hints/dynixptx.pl +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: ppport.h +Not in MANIFEST: t/db-btree.t +Not in MANIFEST: t/db-hash.t +Not in MANIFEST: t/db-recno.t +Not in MANIFEST: typemap +Not in MANIFEST: version.c +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/DB_File' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Devel-Peek' +rm -f \ + Peek.bso Peek.def \ + Peek.exp Peek.x \ + Peek.bs ../../lib/auto/Devel/Peek/extralibs.all \ + ../../lib/auto/Devel/Peek/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Peek.base \ + Peek.bs Peek.bso \ + Peek.c Peek.def \ + Peek.exp Peek.o \ + Peek_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPeek.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Devel/Peek.pm \ + Makefile.old Peek.o +rm -rf \ + Devel-Peek-1.27 ../../lib/auto/Devel/Peek \ + ../../lib/auto/Devel/Peek Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: Peek.pm +Not in MANIFEST: Peek.xs +Not in MANIFEST: t/Peek.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Devel-Peek' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +rm -f \ + PPPort.bso PPPort.def \ + PPPort.exp PPPort.x \ + PPPort.bs ../../lib/auto/Devel/PPPort/extralibs.all \ + ../../lib/auto/Devel/PPPort/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml RealPPPort.base \ + RealPPPort.bs RealPPPort.bso \ + RealPPPort.c RealPPPort.def \ + RealPPPort.exp RealPPPort.o \ + RealPPPort_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPPPort.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + ppport.h PPPort.pm \ + RealPPPort.c RealPPPort.xs \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Devel/PPPort.pm \ + Makefile.old RealPPPort.o module2.o module3.o +rm -rf \ + Devel-PPPort-3.36 ../../lib/auto/Devel/PPPort \ + ../../lib/auto/Devel/PPPort +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: apicheck_c.PL +Not in MANIFEST: devel/buildperl.pl +Not in MANIFEST: devel/devtools.pl +Not in MANIFEST: devel/mkapidoc.sh +Not in MANIFEST: devel/mktodo +Not in MANIFEST: devel/mktodo.pl +Not in MANIFEST: devel/regenerate +Not in MANIFEST: devel/scanprov +Not in MANIFEST: HACKERS +Not in MANIFEST: Makefile.PL +Not in MANIFEST: mktests.PL +Not in MANIFEST: module2.c +Not in MANIFEST: module3.c +Not in MANIFEST: parts/apicheck.pl +Not in MANIFEST: parts/apidoc.fnc +Not in MANIFEST: parts/base/5003070 +Not in MANIFEST: parts/base/5004000 +Not in MANIFEST: parts/base/5004010 +Not in MANIFEST: parts/base/5004020 +Not in MANIFEST: parts/base/5004030 +Not in MANIFEST: parts/base/5004040 +Not in MANIFEST: parts/base/5004050 +Not in MANIFEST: parts/base/5005000 +Not in MANIFEST: parts/base/5005010 +Not in MANIFEST: parts/base/5005020 +Not in MANIFEST: parts/base/5005030 +Not in MANIFEST: parts/base/5005040 +Not in MANIFEST: parts/base/5006000 +Not in MANIFEST: parts/base/5006001 +Not in MANIFEST: parts/base/5006002 +Not in MANIFEST: parts/base/5007000 +Not in MANIFEST: parts/base/5007001 +Not in MANIFEST: parts/base/5007002 +Not in MANIFEST: parts/base/5007003 +Not in MANIFEST: parts/base/5008000 +Not in MANIFEST: parts/base/5008001 +Not in MANIFEST: parts/base/5008002 +Not in MANIFEST: parts/base/5008003 +Not in MANIFEST: parts/base/5008004 +Not in MANIFEST: parts/base/5008005 +Not in MANIFEST: parts/base/5008006 +Not in MANIFEST: parts/base/5008007 +Not in MANIFEST: parts/base/5008008 +Not in MANIFEST: parts/base/5008009 +Not in MANIFEST: parts/base/5009000 +Not in MANIFEST: parts/base/5009001 +Not in MANIFEST: parts/base/5009002 +Not in MANIFEST: parts/base/5009003 +Not in MANIFEST: parts/base/5009004 +Not in MANIFEST: parts/base/5009005 +Not in MANIFEST: parts/base/5010000 +Not in MANIFEST: parts/base/5010001 +Not in MANIFEST: parts/base/5011000 +Not in MANIFEST: parts/base/5011001 +Not in MANIFEST: parts/base/5011002 +Not in MANIFEST: parts/base/5011003 +Not in MANIFEST: parts/base/5011004 +Not in MANIFEST: parts/base/5011005 +Not in MANIFEST: parts/base/5012000 +Not in MANIFEST: parts/base/5012001 +Not in MANIFEST: parts/base/5012002 +Not in MANIFEST: parts/base/5012003 +Not in MANIFEST: parts/base/5012004 +Not in MANIFEST: parts/base/5012005 +Not in MANIFEST: parts/base/5013000 +Not in MANIFEST: parts/base/5013001 +Not in MANIFEST: parts/base/5013002 +Not in MANIFEST: parts/base/5013003 +Not in MANIFEST: parts/base/5013004 +Not in MANIFEST: parts/base/5013005 +Not in MANIFEST: parts/base/5013006 +Not in MANIFEST: parts/base/5013007 +Not in MANIFEST: parts/base/5013008 +Not in MANIFEST: parts/base/5013009 +Not in MANIFEST: parts/base/5013010 +Not in MANIFEST: parts/base/5013011 +Not in MANIFEST: parts/base/5014000 +Not in MANIFEST: parts/base/5014001 +Not in MANIFEST: parts/base/5014002 +Not in MANIFEST: parts/base/5014003 +Not in MANIFEST: parts/base/5014004 +Not in MANIFEST: parts/base/5015000 +Not in MANIFEST: parts/base/5015001 +Not in MANIFEST: parts/base/5015002 +Not in MANIFEST: parts/base/5015003 +Not in MANIFEST: parts/base/5015004 +Not in MANIFEST: parts/base/5015005 +Not in MANIFEST: parts/base/5015006 +Not in MANIFEST: parts/base/5015007 +Not in MANIFEST: parts/base/5015008 +Not in MANIFEST: parts/base/5015009 +Not in MANIFEST: parts/base/5016000 +Not in MANIFEST: parts/base/5016001 +Not in MANIFEST: parts/base/5016002 +Not in MANIFEST: parts/base/5016003 +Not in MANIFEST: parts/base/5017000 +Not in MANIFEST: parts/base/5017001 +Not in MANIFEST: parts/base/5017002 +Not in MANIFEST: parts/base/5017003 +Not in MANIFEST: parts/base/5017004 +Not in MANIFEST: parts/base/5017005 +Not in MANIFEST: parts/base/5017006 +Not in MANIFEST: parts/base/5017007 +Not in MANIFEST: parts/base/5017008 +Not in MANIFEST: parts/base/5017009 +Not in MANIFEST: parts/base/5017010 +Not in MANIFEST: parts/base/5017011 +Not in MANIFEST: parts/base/5018000 +Not in MANIFEST: parts/base/5018001 +Not in MANIFEST: parts/base/5018002 +Not in MANIFEST: parts/base/5018003 +Not in MANIFEST: parts/base/5018004 +Not in MANIFEST: parts/base/5019000 +Not in MANIFEST: parts/base/5019001 +Not in MANIFEST: parts/base/5019002 +Not in MANIFEST: parts/base/5019003 +Not in MANIFEST: parts/base/5019004 +Not in MANIFEST: parts/base/5019005 +Not in MANIFEST: parts/base/5019006 +Not in MANIFEST: parts/base/5019007 +Not in MANIFEST: parts/base/5019008 +Not in MANIFEST: parts/base/5019009 +Not in MANIFEST: parts/base/5019010 +Not in MANIFEST: parts/base/5019011 +Not in MANIFEST: parts/base/5020000 +Not in MANIFEST: parts/base/5020001 +Not in MANIFEST: parts/base/5020002 +Not in MANIFEST: parts/base/5020003 +Not in MANIFEST: parts/base/5021000 +Not in MANIFEST: parts/base/5021001 +Not in MANIFEST: parts/base/5021002 +Not in MANIFEST: parts/base/5021004 +Not in MANIFEST: parts/base/5021005 +Not in MANIFEST: parts/base/5021006 +Not in MANIFEST: parts/base/5021007 +Not in MANIFEST: parts/base/5021008 +Not in MANIFEST: parts/base/5021009 +Not in MANIFEST: parts/base/5021010 +Not in MANIFEST: parts/base/5021011 +Not in MANIFEST: parts/base/5022000 +Not in MANIFEST: parts/base/5022001 +Not in MANIFEST: parts/base/5023000 +Not in MANIFEST: parts/base/5023001 +Not in MANIFEST: parts/base/5023002 +Not in MANIFEST: parts/base/5023003 +Not in MANIFEST: parts/base/5023004 +Not in MANIFEST: parts/base/5023005 +Not in MANIFEST: parts/base/5023006 +Not in MANIFEST: parts/base/5023007 +Not in MANIFEST: parts/base/5023008 +Not in MANIFEST: parts/base/5023009 +Not in MANIFEST: parts/base/5024000 +Not in MANIFEST: parts/embed.fnc +Not in MANIFEST: parts/inc/call +Not in MANIFEST: parts/inc/cop +Not in MANIFEST: parts/inc/exception +Not in MANIFEST: parts/inc/format +Not in MANIFEST: parts/inc/grok +Not in MANIFEST: parts/inc/gv +Not in MANIFEST: parts/inc/HvNAME +Not in MANIFEST: parts/inc/limits +Not in MANIFEST: parts/inc/magic +Not in MANIFEST: parts/inc/memory +Not in MANIFEST: parts/inc/misc +Not in MANIFEST: parts/inc/mPUSH +Not in MANIFEST: parts/inc/MY_CXT +Not in MANIFEST: parts/inc/newCONSTSUB +Not in MANIFEST: parts/inc/newRV +Not in MANIFEST: parts/inc/newSV_type +Not in MANIFEST: parts/inc/newSVpv +Not in MANIFEST: parts/inc/podtest +Not in MANIFEST: parts/inc/ppphbin +Not in MANIFEST: parts/inc/ppphdoc +Not in MANIFEST: parts/inc/ppphtest +Not in MANIFEST: parts/inc/pv_tools +Not in MANIFEST: parts/inc/pvs +Not in MANIFEST: parts/inc/shared_pv +Not in MANIFEST: parts/inc/snprintf +Not in MANIFEST: parts/inc/sprintf +Not in MANIFEST: parts/inc/strlfuncs +Not in MANIFEST: parts/inc/Sv_set +Not in MANIFEST: parts/inc/sv_xpvf +Not in MANIFEST: parts/inc/SvPV +Not in MANIFEST: parts/inc/SvREFCNT +Not in MANIFEST: parts/inc/threads +Not in MANIFEST: parts/inc/uv +Not in MANIFEST: parts/inc/variables +Not in MANIFEST: parts/inc/version +Not in MANIFEST: parts/inc/warn +Not in MANIFEST: parts/ppport.fnc +Not in MANIFEST: parts/ppptools.pl +Not in MANIFEST: parts/todo/5003070 +Not in MANIFEST: parts/todo/5004000 +Not in MANIFEST: parts/todo/5004010 +Not in MANIFEST: parts/todo/5004020 +Not in MANIFEST: parts/todo/5004030 +Not in MANIFEST: parts/todo/5004040 +Not in MANIFEST: parts/todo/5004050 +Not in MANIFEST: parts/todo/5005000 +Not in MANIFEST: parts/todo/5005010 +Not in MANIFEST: parts/todo/5005020 +Not in MANIFEST: parts/todo/5005030 +Not in MANIFEST: parts/todo/5005040 +Not in MANIFEST: parts/todo/5006000 +Not in MANIFEST: parts/todo/5006001 +Not in MANIFEST: parts/todo/5006002 +Not in MANIFEST: parts/todo/5007000 +Not in MANIFEST: parts/todo/5007001 +Not in MANIFEST: parts/todo/5007002 +Not in MANIFEST: parts/todo/5007003 +Not in MANIFEST: parts/todo/5008000 +Not in MANIFEST: parts/todo/5008001 +Not in MANIFEST: parts/todo/5008002 +Not in MANIFEST: parts/todo/5008003 +Not in MANIFEST: parts/todo/5008004 +Not in MANIFEST: parts/todo/5008005 +Not in MANIFEST: parts/todo/5008006 +Not in MANIFEST: parts/todo/5008007 +Not in MANIFEST: parts/todo/5008008 +Not in MANIFEST: parts/todo/5008009 +Not in MANIFEST: parts/todo/5009000 +Not in MANIFEST: parts/todo/5009001 +Not in MANIFEST: parts/todo/5009002 +Not in MANIFEST: parts/todo/5009003 +Not in MANIFEST: parts/todo/5009004 +Not in MANIFEST: parts/todo/5009005 +Not in MANIFEST: parts/todo/5010000 +Not in MANIFEST: parts/todo/5010001 +Not in MANIFEST: parts/todo/5011000 +Not in MANIFEST: parts/todo/5011001 +Not in MANIFEST: parts/todo/5011002 +Not in MANIFEST: parts/todo/5011003 +Not in MANIFEST: parts/todo/5011004 +Not in MANIFEST: parts/todo/5011005 +Not in MANIFEST: parts/todo/5012000 +Not in MANIFEST: parts/todo/5012001 +Not in MANIFEST: parts/todo/5012002 +Not in MANIFEST: parts/todo/5012003 +Not in MANIFEST: parts/todo/5012004 +Not in MANIFEST: parts/todo/5012005 +Not in MANIFEST: parts/todo/5013000 +Not in MANIFEST: parts/todo/5013001 +Not in MANIFEST: parts/todo/5013002 +Not in MANIFEST: parts/todo/5013003 +Not in MANIFEST: parts/todo/5013004 +Not in MANIFEST: parts/todo/5013005 +Not in MANIFEST: parts/todo/5013006 +Not in MANIFEST: parts/todo/5013007 +Not in MANIFEST: parts/todo/5013008 +Not in MANIFEST: parts/todo/5013009 +Not in MANIFEST: parts/todo/5013010 +Not in MANIFEST: parts/todo/5013011 +Not in MANIFEST: parts/todo/5014000 +Not in MANIFEST: parts/todo/5014001 +Not in MANIFEST: parts/todo/5014002 +Not in MANIFEST: parts/todo/5014003 +Not in MANIFEST: parts/todo/5014004 +Not in MANIFEST: parts/todo/5015000 +Not in MANIFEST: parts/todo/5015001 +Not in MANIFEST: parts/todo/5015002 +Not in MANIFEST: parts/todo/5015003 +Not in MANIFEST: parts/todo/5015004 +Not in MANIFEST: parts/todo/5015005 +Not in MANIFEST: parts/todo/5015006 +Not in MANIFEST: parts/todo/5015007 +Not in MANIFEST: parts/todo/5015008 +Not in MANIFEST: parts/todo/5015009 +Not in MANIFEST: parts/todo/5016000 +Not in MANIFEST: parts/todo/5016001 +Not in MANIFEST: parts/todo/5016002 +Not in MANIFEST: parts/todo/5016003 +Not in MANIFEST: parts/todo/5017000 +Not in MANIFEST: parts/todo/5017001 +Not in MANIFEST: parts/todo/5017002 +Not in MANIFEST: parts/todo/5017003 +Not in MANIFEST: parts/todo/5017004 +Not in MANIFEST: parts/todo/5017005 +Not in MANIFEST: parts/todo/5017006 +Not in MANIFEST: parts/todo/5017007 +Not in MANIFEST: parts/todo/5017008 +Not in MANIFEST: parts/todo/5017009 +Not in MANIFEST: parts/todo/5017010 +Not in MANIFEST: parts/todo/5017011 +Not in MANIFEST: parts/todo/5018000 +Not in MANIFEST: parts/todo/5018001 +Not in MANIFEST: parts/todo/5018002 +Not in MANIFEST: parts/todo/5018003 +Not in MANIFEST: parts/todo/5018004 +Not in MANIFEST: parts/todo/5019000 +Not in MANIFEST: parts/todo/5019001 +Not in MANIFEST: parts/todo/5019002 +Not in MANIFEST: parts/todo/5019003 +Not in MANIFEST: parts/todo/5019004 +Not in MANIFEST: parts/todo/5019005 +Not in MANIFEST: parts/todo/5019006 +Not in MANIFEST: parts/todo/5019007 +Not in MANIFEST: parts/todo/5019008 +Not in MANIFEST: parts/todo/5019009 +Not in MANIFEST: parts/todo/5019010 +Not in MANIFEST: parts/todo/5019011 +Not in MANIFEST: parts/todo/5020000 +Not in MANIFEST: parts/todo/5020001 +Not in MANIFEST: parts/todo/5020002 +Not in MANIFEST: parts/todo/5020003 +Not in MANIFEST: parts/todo/5021000 +Not in MANIFEST: parts/todo/5021001 +Not in MANIFEST: parts/todo/5021002 +Not in MANIFEST: parts/todo/5021004 +Not in MANIFEST: parts/todo/5021005 +Not in MANIFEST: parts/todo/5021006 +Not in MANIFEST: parts/todo/5021007 +Not in MANIFEST: parts/todo/5021008 +Not in MANIFEST: parts/todo/5021009 +Not in MANIFEST: parts/todo/5021010 +Not in MANIFEST: parts/todo/5021011 +Not in MANIFEST: parts/todo/5022000 +Not in MANIFEST: parts/todo/5022001 +Not in MANIFEST: parts/todo/5023000 +Not in MANIFEST: parts/todo/5023001 +Not in MANIFEST: parts/todo/5023002 +Not in MANIFEST: parts/todo/5023003 +Not in MANIFEST: parts/todo/5023004 +Not in MANIFEST: parts/todo/5023005 +Not in MANIFEST: parts/todo/5023006 +Not in MANIFEST: parts/todo/5023007 +Not in MANIFEST: parts/todo/5023008 +Not in MANIFEST: parts/todo/5023009 +Not in MANIFEST: parts/todo/5024000 +Not in MANIFEST: PPPort.xs +Not in MANIFEST: ppport_h.PL +Not in MANIFEST: PPPort_pm.PL +Not in MANIFEST: PPPort_xs.PL +Not in MANIFEST: soak +Not in MANIFEST: t/call.t +Not in MANIFEST: t/cop.t +Not in MANIFEST: t/exception.t +Not in MANIFEST: t/format.t +Not in MANIFEST: t/grok.t +Not in MANIFEST: t/gv.t +Not in MANIFEST: t/HvNAME.t +Not in MANIFEST: t/limits.t +Not in MANIFEST: t/magic.t +Not in MANIFEST: t/memory.t +Not in MANIFEST: t/misc.t +Not in MANIFEST: t/mPUSH.t +Not in MANIFEST: t/MY_CXT.t +Not in MANIFEST: t/newCONSTSUB.t +Not in MANIFEST: t/newRV.t +Not in MANIFEST: t/newSV_type.t +Not in MANIFEST: t/newSVpv.t +Not in MANIFEST: t/podtest.t +Not in MANIFEST: t/ppphtest.t +Not in MANIFEST: t/pv_tools.t +Not in MANIFEST: t/pvs.t +Not in MANIFEST: t/shared_pv.t +Not in MANIFEST: t/snprintf.t +Not in MANIFEST: t/sprintf.t +Not in MANIFEST: t/strlfuncs.t +Not in MANIFEST: t/Sv_set.t +Not in MANIFEST: t/sv_xpvf.t +Not in MANIFEST: t/SvPV.t +Not in MANIFEST: t/SvREFCNT.t +Not in MANIFEST: t/testutil.pl +Not in MANIFEST: t/threads.t +Not in MANIFEST: t/uv.t +Not in MANIFEST: t/variables.t +Not in MANIFEST: t/warn.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +rm -f \ + MD5.bso MD5.def \ + MD5.exp MD5.x \ + MD5.bs ../../lib/auto/Digest/MD5/extralibs.all \ + ../../lib/auto/Digest/MD5/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MD5.base \ + MD5.bs MD5.bso \ + MD5.c MD5.def \ + MD5.exp MD5.o \ + MD5_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libMD5.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Digest/MD5.pm \ + Makefile.old MD5.o +rm -rf \ + Digest-MD5-2.55 ../../lib/auto/Digest/MD5 \ + ../../lib/auto/Digest/MD5 +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/dec_osf.pl +Not in MANIFEST: hints/irix_6.pl +Not in MANIFEST: hints/MacOS.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: MD5.pm +Not in MANIFEST: MD5.xs +Not in MANIFEST: t/align.t +Not in MANIFEST: t/badfile.t +Not in MANIFEST: t/bits.t +Not in MANIFEST: t/clone.t +Not in MANIFEST: t/files.t +Not in MANIFEST: t/md5-aaa.t +Not in MANIFEST: t/threads.t +Not in MANIFEST: t/utf8.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +rm -f \ + blib/script/shasum +rm -f \ + SHA.bso SHA.def \ + SHA.exp SHA.x \ + SHA.bs ../../lib/auto/Digest/SHA/extralibs.all \ + ../../lib/auto/Digest/SHA/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml SHA.base \ + SHA.bs SHA.bso \ + SHA.c SHA.def \ + SHA.exp SHA.o \ + SHA_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSHA.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + SHA.o ../../lib/Digest/SHA.pm +rm -rf \ + Digest-SHA-5.98 ../../lib/auto/Digest/SHA \ + ../../lib/auto/Digest/SHA +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Digest/SHA.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: SHA.xs +Not in MANIFEST: shasum +Not in MANIFEST: src/sdf.c +Not in MANIFEST: src/sha.c +Not in MANIFEST: src/sha.h +Not in MANIFEST: src/sha64bit.c +Not in MANIFEST: src/sha64bit.h +Not in MANIFEST: t/allfcns.t +Not in MANIFEST: t/base64.t +Not in MANIFEST: t/bitbuf.t +Not in MANIFEST: t/bitorder.t +Not in MANIFEST: t/fips180-4.t +Not in MANIFEST: t/fips198.t +Not in MANIFEST: t/gg.t +Not in MANIFEST: t/gglong.t +Not in MANIFEST: t/hmacsha.t +Not in MANIFEST: t/inheritance.t +Not in MANIFEST: t/ireland.t +Not in MANIFEST: t/methods.t +Not in MANIFEST: t/nistbit.t +Not in MANIFEST: t/nistbyte.t +Not in MANIFEST: t/rfc2202.t +Not in MANIFEST: t/sha1.t +Not in MANIFEST: t/sha224.t +Not in MANIFEST: t/sha256.t +Not in MANIFEST: t/sha384.t +Not in MANIFEST: t/sha512.t +Not in MANIFEST: t/state.t +Not in MANIFEST: t/unicode.t +Not in MANIFEST: t/woodbury.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode' +rm -f \ + blib/script/enc2xs blib/script/encguess \ + blib/script/piconv +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''Byte'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +rm -f \ + Byte.bso Byte.def \ + Byte.exp Byte.x \ + Byte.bs ../../../lib/auto/Encode/Byte/extralibs.all \ + ../../../lib/auto/Encode/Byte/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Byte.base \ + Byte.bs Byte.bso \ + Byte.c Byte.def \ + Byte.exp Byte.o \ + Byte_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libByte.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Byte.xs blib \ + byte_t.o byte_t.c \ + byte_t.exh byte_t.fnm \ + byte_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''CN'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/CN' +rm -f \ + CN.bso CN.def \ + CN.exp CN.x \ + CN.bs ../../../lib/auto/Encode/CN/extralibs.all \ + ../../../lib/auto/Encode/CN/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core CN.base \ + CN.bs CN.bso \ + CN.c CN.def \ + CN.exp CN.o \ + CN_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCN.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + CN.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + gb_02_t.o gb_02_t.c \ + gb_02_t.exh gb_02_t.fnm \ + gb_02_t.h gb_03_t.o \ + gb_03_t.c gb_03_t.exh \ + gb_03_t.fnm gb_03_t.h \ + ir_04_t.o ir_04_t.c \ + ir_04_t.exh ir_04_t.fnm \ + ir_04_t.h ma_05_t.o \ + ma_05_t.c ma_05_t.exh \ + ma_05_t.fnm ma_05_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/CN' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''EBCDIC'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +rm -f \ + EBCDIC.bso EBCDIC.def \ + EBCDIC.exp EBCDIC.x \ + EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/extralibs.all \ + ../../../lib/auto/Encode/EBCDIC/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core EBCDIC.base \ + EBCDIC.bs EBCDIC.bso \ + EBCDIC.c EBCDIC.def \ + EBCDIC.exp EBCDIC.o \ + EBCDIC_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libEBCDIC.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + EBCDIC.xs blib \ + ebcdic_t.o ebcdic_t.c \ + ebcdic_t.exh ebcdic_t.fnm \ + ebcdic_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''JP'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/JP' +rm -f \ + JP.bso JP.def \ + JP.exp JP.x \ + JP.bs ../../../lib/auto/Encode/JP/extralibs.all \ + ../../../lib/auto/Encode/JP/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core JP.base \ + JP.bs JP.bso \ + JP.c JP.def \ + JP.exp JP.o \ + JP_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libJP.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + JP.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + ji_02_t.o ji_02_t.c \ + ji_02_t.exh ji_02_t.fnm \ + ji_02_t.h ji_03_t.o \ + ji_03_t.c ji_03_t.exh \ + ji_03_t.fnm ji_03_t.h \ + ji_04_t.o ji_04_t.c \ + ji_04_t.exh ji_04_t.fnm \ + ji_04_t.h ma_05_t.o \ + ma_05_t.c ma_05_t.exh \ + ma_05_t.fnm ma_05_t.h \ + sh_06_t.o sh_06_t.c \ + sh_06_t.exh sh_06_t.fnm \ + sh_06_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/JP' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''KR'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/KR' +rm -f \ + KR.bso KR.def \ + KR.exp KR.x \ + KR.bs ../../../lib/auto/Encode/KR/extralibs.all \ + ../../../lib/auto/Encode/KR/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core KR.base \ + KR.bs KR.bso \ + KR.c KR.def \ + KR.exp KR.o \ + KR_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libKR.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + KR.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + jo_02_t.o jo_02_t.c \ + jo_02_t.exh jo_02_t.fnm \ + jo_02_t.h ks_03_t.o \ + ks_03_t.c ks_03_t.exh \ + ks_03_t.fnm ks_03_t.h \ + ma_04_t.o ma_04_t.c \ + ma_04_t.exh ma_04_t.fnm \ + ma_04_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/KR' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''Symbol'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +rm -f \ + Symbol.bso Symbol.def \ + Symbol.exp Symbol.x \ + Symbol.bs ../../../lib/auto/Encode/Symbol/extralibs.all \ + ../../../lib/auto/Encode/Symbol/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Symbol.base \ + Symbol.bs Symbol.bso \ + Symbol.c Symbol.def \ + Symbol.exp Symbol.o \ + Symbol_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSymbol.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Symbol.xs blib \ + symbol_t.o symbol_t.c \ + symbol_t.exh symbol_t.fnm \ + symbol_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''TW'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/TW' +rm -f \ + TW.bso TW.def \ + TW.exp TW.x \ + TW.bs ../../../lib/auto/Encode/TW/extralibs.all \ + ../../../lib/auto/Encode/TW/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml TW.base \ + TW.bs TW.bso \ + TW.c TW.def \ + TW.exp TW.o \ + TW_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libTW.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + TW.xs bi_00_t.o \ + bi_00_t.c bi_00_t.exh \ + bi_00_t.fnm bi_00_t.h \ + bi_01_t.o bi_01_t.c \ + bi_01_t.exh bi_01_t.fnm \ + bi_01_t.h blib \ + cp_02_t.o cp_02_t.c \ + cp_02_t.exh cp_02_t.fnm \ + cp_02_t.h ma_03_t.o \ + ma_03_t.c ma_03_t.exh \ + ma_03_t.fnm ma_03_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/TW' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'exit 0 unless chdir '\''Unicode'\''; system '\''make clean'\'' if -f '\''Makefile'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +rm -f \ + Unicode.bso Unicode.def \ + Unicode.exp Unicode.x \ + Unicode.bs ../../../lib/auto/Encode/Unicode/extralibs.all \ + ../../../lib/auto/Encode/Unicode/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Unicode.base \ + Unicode.bs Unicode.bso \ + Unicode.c Unicode.def \ + Unicode.exp Unicode.o \ + Unicode_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libUnicode.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +rm -f \ + Encode.bso Encode.def \ + Encode.exp Encode.x \ + Encode.bs ../../lib/auto/Encode/extralibs.all \ + ../../lib/auto/Encode/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Encode.base \ + Encode.bs Encode.bso \ + Encode.c Encode.def \ + Encode.exp Encode.o \ + Encode_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libEncode.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib def_t.o \ + def_t.c def_t.exh \ + def_t.fnm def_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Byte'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +rm -f \ + Byte.bso Byte.def \ + Byte.exp Byte.x \ + Byte.bs ../../../lib/auto/Encode/Byte/extralibs.all \ + ../../../lib/auto/Encode/Byte/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Byte.base \ + Byte.bs Byte.bso \ + Byte.c Byte.def \ + Byte.exp Byte.o \ + Byte_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libByte.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Byte.xs blib \ + byte_t.o byte_t.c \ + byte_t.exh byte_t.fnm \ + byte_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:521: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/Byte.pm \ + Makefile.old Byte.o byte_t.o +rm -rf \ + ../../../lib/auto/Encode/Byte \ + ../../../lib/auto/Encode/Byte +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Byte'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''CN'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/CN' +rm -f \ + CN.bso CN.def \ + CN.exp CN.x \ + CN.bs ../../../lib/auto/Encode/CN/extralibs.all \ + ../../../lib/auto/Encode/CN/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core CN.base \ + CN.bs CN.bso \ + CN.c CN.def \ + CN.exp CN.o \ + CN_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCN.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + CN.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + gb_02_t.o gb_02_t.c \ + gb_02_t.exh gb_02_t.fnm \ + gb_02_t.h gb_03_t.o \ + gb_03_t.c gb_03_t.exh \ + gb_03_t.fnm gb_03_t.h \ + ir_04_t.o ir_04_t.c \ + ir_04_t.exh ir_04_t.fnm \ + ir_04_t.h ma_05_t.o \ + ma_05_t.c ma_05_t.exh \ + ma_05_t.fnm ma_05_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:532: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/CN.pm \ + Makefile.old CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o +rm -rf \ + ../../../lib/auto/Encode/CN \ + ../../../lib/auto/Encode/CN +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/CN' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''CN'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''EBCDIC'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +rm -f \ + EBCDIC.bso EBCDIC.def \ + EBCDIC.exp EBCDIC.x \ + EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/extralibs.all \ + ../../../lib/auto/Encode/EBCDIC/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core EBCDIC.base \ + EBCDIC.bs EBCDIC.bso \ + EBCDIC.c EBCDIC.def \ + EBCDIC.exp EBCDIC.o \ + EBCDIC_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libEBCDIC.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + EBCDIC.xs blib \ + ebcdic_t.o ebcdic_t.c \ + ebcdic_t.exh ebcdic_t.fnm \ + ebcdic_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:521: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/EBCDIC.pm \ + Makefile.old EBCDIC.o ebcdic_t.o +rm -rf \ + ../../../lib/auto/Encode/EBCDIC \ + ../../../lib/auto/Encode/EBCDIC +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''EBCDIC'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''JP'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/JP' +rm -f \ + JP.bso JP.def \ + JP.exp JP.x \ + JP.bs ../../../lib/auto/Encode/JP/extralibs.all \ + ../../../lib/auto/Encode/JP/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core JP.base \ + JP.bs JP.bso \ + JP.c JP.def \ + JP.exp JP.o \ + JP_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libJP.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + JP.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + ji_02_t.o ji_02_t.c \ + ji_02_t.exh ji_02_t.fnm \ + ji_02_t.h ji_03_t.o \ + ji_03_t.c ji_03_t.exh \ + ji_03_t.fnm ji_03_t.h \ + ji_04_t.o ji_04_t.c \ + ji_04_t.exh ji_04_t.fnm \ + ji_04_t.h ma_05_t.o \ + ma_05_t.c ma_05_t.exh \ + ma_05_t.fnm ma_05_t.h \ + sh_06_t.o sh_06_t.c \ + sh_06_t.exh sh_06_t.fnm \ + sh_06_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:533: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/JP.pm \ + Makefile.old JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o +rm -rf \ + ../../../lib/auto/Encode/JP \ + ../../../lib/auto/Encode/JP +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/JP' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''JP'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''KR'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/KR' +rm -f \ + KR.bso KR.def \ + KR.exp KR.x \ + KR.bs ../../../lib/auto/Encode/KR/extralibs.all \ + ../../../lib/auto/Encode/KR/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core KR.base \ + KR.bs KR.bso \ + KR.c KR.def \ + KR.exp KR.o \ + KR_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libKR.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + KR.xs blib \ + cp_00_t.o cp_00_t.c \ + cp_00_t.exh cp_00_t.fnm \ + cp_00_t.h eu_01_t.o \ + eu_01_t.c eu_01_t.exh \ + eu_01_t.fnm eu_01_t.h \ + jo_02_t.o jo_02_t.c \ + jo_02_t.exh jo_02_t.fnm \ + jo_02_t.h ks_03_t.o \ + ks_03_t.c ks_03_t.exh \ + ks_03_t.fnm ks_03_t.h \ + ma_04_t.o ma_04_t.c \ + ma_04_t.exh ma_04_t.fnm \ + ma_04_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:529: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/KR.pm \ + Makefile.old KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o +rm -rf \ + ../../../lib/auto/Encode/KR \ + ../../../lib/auto/Encode/KR +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/KR' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''KR'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Symbol'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +rm -f \ + Symbol.bso Symbol.def \ + Symbol.exp Symbol.x \ + Symbol.bs ../../../lib/auto/Encode/Symbol/extralibs.all \ + ../../../lib/auto/Encode/Symbol/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Symbol.base \ + Symbol.bs Symbol.bso \ + Symbol.c Symbol.def \ + Symbol.exp Symbol.o \ + Symbol_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSymbol.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Symbol.xs blib \ + symbol_t.o symbol_t.c \ + symbol_t.exh symbol_t.fnm \ + symbol_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:521: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/Symbol.pm \ + Makefile.old Symbol.o symbol_t.o +rm -rf \ + ../../../lib/auto/Encode/Symbol \ + ../../../lib/auto/Encode/Symbol +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Symbol'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''TW'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/TW' +rm -f \ + TW.bso TW.def \ + TW.exp TW.x \ + TW.bs ../../../lib/auto/Encode/TW/extralibs.all \ + ../../../lib/auto/Encode/TW/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml TW.base \ + TW.bs TW.bso \ + TW.c TW.def \ + TW.exp TW.o \ + TW_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libTW.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + TW.xs bi_00_t.o \ + bi_00_t.c bi_00_t.exh \ + bi_00_t.fnm bi_00_t.h \ + bi_01_t.o bi_01_t.c \ + bi_01_t.exh bi_01_t.fnm \ + bi_01_t.h blib \ + cp_02_t.o cp_02_t.c \ + cp_02_t.exh cp_02_t.fnm \ + cp_02_t.h ma_03_t.o \ + ma_03_t.c ma_03_t.exh \ + ma_03_t.fnm ma_03_t.h +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:527: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/TW.pm \ + Makefile.old TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o +rm -rf \ + ../../../lib/auto/Encode/TW \ + ../../../lib/auto/Encode/TW +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/TW' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''TW'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Unicode'\''; system '\''make -f Makefile.old realclean'\'' if -f '\''Makefile.old'\'';' -- +make[3]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +rm -f \ + Unicode.bso Unicode.def \ + Unicode.exp Unicode.x \ + Unicode.bs ../../../lib/auto/Encode/Unicode/extralibs.all \ + ../../../lib/auto/Encode/Unicode/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Unicode.base \ + Unicode.bs Unicode.bso \ + Unicode.c Unicode.def \ + Unicode.exp Unicode.o \ + Unicode_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libUnicode.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +Makefile.old:512: recipe for target 'clean' failed +make[3]: [clean] Error 1 (ignored) +rm -f \ + Makefile ../../../lib/Encode/Unicode.pm \ + Makefile.old Unicode.o +rm -rf \ + ../../../lib/auto/Encode/Unicode \ + ../../../lib/auto/Encode/Unicode +make[3]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -e 'chdir '\''Unicode'\''; system '\''make -f Makefile realclean'\'' if -f '\''Makefile'\'';' -- +rm -f \ + Makefile ../../lib/Encode.pm \ + ../../lib/Encode/Changes.e2x ../../lib/Encode/ConfigLocal_PM.e2x \ + ../../lib/Encode/Makefile_PL.e2x ../../lib/Encode/README.e2x \ + ../../lib/Encode/_PM.e2x ../../lib/Encode/_T.e2x \ + ../../lib/Encode/encode.h ../../lib/encoding.pm \ + Makefile.old Encode.o def_t.o encengine.o \ + ../../lib/Encode/Alias.pm ../../lib/Encode/CJKConstants.pm \ + ../../lib/Encode/CN/HZ.pm ../../lib/Encode/Config.pm \ + ../../lib/Encode/Encoder.pm ../../lib/Encode/Encoding.pm \ + ../../lib/Encode/GSM0338.pm ../../lib/Encode/Guess.pm \ + ../../lib/Encode/JP/H2Z.pm ../../lib/Encode/JP/JIS7.pm \ + ../../lib/Encode/KR/2022_KR.pm ../../lib/Encode/MIME/Header.pm \ + ../../lib/Encode/MIME/Header/ISO_2022_JP.pm ../../lib/Encode/MIME/Name.pm \ + ../../lib/Encode/PerlIO.pod ../../lib/Encode/Supported.pod \ + ../../lib/Encode/Unicode/UTF7.pm +rm -rf \ + Encode-2.92 ../../lib/auto/Encode \ + ../../lib/auto/Encode +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/enc2xs +Not in MANIFEST: bin/encguess +Not in MANIFEST: bin/piconv +Not in MANIFEST: bin/ucm2table +Not in MANIFEST: bin/ucmlint +Not in MANIFEST: bin/ucmsort +Not in MANIFEST: bin/unidump +Not in MANIFEST: Byte/Byte.pm +Not in MANIFEST: Byte/Makefile.PL +Not in MANIFEST: CN/CN.pm +Not in MANIFEST: CN/Makefile.PL +Not in MANIFEST: EBCDIC/EBCDIC.pm +Not in MANIFEST: EBCDIC/Makefile.PL +Not in MANIFEST: encengine.c +Not in MANIFEST: Encode.pm +Not in MANIFEST: Encode.xs +Not in MANIFEST: Encode/_PM.e2x +Not in MANIFEST: Encode/_T.e2x +Not in MANIFEST: Encode/Changes.e2x +Not in MANIFEST: Encode/ConfigLocal_PM.e2x +Not in MANIFEST: Encode/encode.h +Not in MANIFEST: Encode/Makefile_PL.e2x +Not in MANIFEST: Encode/README.e2x +Not in MANIFEST: encoding.pm +Not in MANIFEST: JP/JP.pm +Not in MANIFEST: JP/Makefile.PL +Not in MANIFEST: KR/KR.pm +Not in MANIFEST: KR/Makefile.PL +Not in MANIFEST: lib/Encode/Alias.pm +Not in MANIFEST: lib/Encode/CJKConstants.pm +Not in MANIFEST: lib/Encode/CN/HZ.pm +Not in MANIFEST: lib/Encode/Config.pm +Not in MANIFEST: lib/Encode/Encoder.pm +Not in MANIFEST: lib/Encode/Encoding.pm +Not in MANIFEST: lib/Encode/GSM0338.pm +Not in MANIFEST: lib/Encode/Guess.pm +Not in MANIFEST: lib/Encode/JP/H2Z.pm +Not in MANIFEST: lib/Encode/JP/JIS7.pm +Not in MANIFEST: lib/Encode/KR/2022_KR.pm +Not in MANIFEST: lib/Encode/MIME/Header.pm +Not in MANIFEST: lib/Encode/MIME/Header/ISO_2022_JP.pm +Not in MANIFEST: lib/Encode/MIME/Name.pm +Not in MANIFEST: lib/Encode/PerlIO.pod +Not in MANIFEST: lib/Encode/Supported.pod +Not in MANIFEST: lib/Encode/Unicode/UTF7.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: Symbol/Makefile.PL +Not in MANIFEST: Symbol/Symbol.pm +Not in MANIFEST: t/Aliases.t +Not in MANIFEST: t/at-cn.t +Not in MANIFEST: t/at-tw.t +Not in MANIFEST: t/big5-eten.enc +Not in MANIFEST: t/big5-eten.utf +Not in MANIFEST: t/big5-hkscs.enc +Not in MANIFEST: t/big5-hkscs.utf +Not in MANIFEST: t/CJKT.t +Not in MANIFEST: t/cow.t +Not in MANIFEST: t/decode.t +Not in MANIFEST: t/enc_data.t +Not in MANIFEST: t/enc_eucjp.t +Not in MANIFEST: t/enc_module.enc +Not in MANIFEST: t/enc_module.t +Not in MANIFEST: t/enc_utf8.t +Not in MANIFEST: t/Encode.t +Not in MANIFEST: t/Encoder.t +Not in MANIFEST: t/encoding-locale.t +Not in MANIFEST: t/encoding.t +Not in MANIFEST: t/fallback.t +Not in MANIFEST: t/from_to.t +Not in MANIFEST: t/gb2312.enc +Not in MANIFEST: t/gb2312.utf +Not in MANIFEST: t/grow.t +Not in MANIFEST: t/gsm0338.t +Not in MANIFEST: t/guess.t +Not in MANIFEST: t/isa.t +Not in MANIFEST: t/jis7-fallback.t +Not in MANIFEST: t/jisx0201.enc +Not in MANIFEST: t/jisx0201.utf +Not in MANIFEST: t/jisx0208.enc +Not in MANIFEST: t/jisx0208.utf +Not in MANIFEST: t/jisx0212.enc +Not in MANIFEST: t/jisx0212.utf +Not in MANIFEST: t/jperl.t +Not in MANIFEST: t/ksc5601.enc +Not in MANIFEST: t/ksc5601.utf +Not in MANIFEST: t/magic.t +Not in MANIFEST: t/mime-header.t +Not in MANIFEST: t/mime-name.t +Not in MANIFEST: t/mime_header_iso2022jp.t +Not in MANIFEST: t/Mod_EUCJP.pm +Not in MANIFEST: t/perlio.t +Not in MANIFEST: t/piconv.t +Not in MANIFEST: t/rt.pl +Not in MANIFEST: t/rt113164.t +Not in MANIFEST: t/rt65541.t +Not in MANIFEST: t/rt76824.t +Not in MANIFEST: t/rt85489.t +Not in MANIFEST: t/rt86327.t +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/truncated_utf8.t +Not in MANIFEST: t/undef.t +Not in MANIFEST: t/unibench.pl +Not in MANIFEST: t/Unicode.t +Not in MANIFEST: t/use-Encode-Alias.t +Not in MANIFEST: t/utf8messages.t +Not in MANIFEST: t/utf8ref.t +Not in MANIFEST: t/utf8strict.t +Not in MANIFEST: t/utf8warnings.t +Not in MANIFEST: t/whatwg-aliases.json +Not in MANIFEST: t/whatwg-aliases.t +Not in MANIFEST: TW/Makefile.PL +Not in MANIFEST: TW/TW.pm +Not in MANIFEST: ucm/8859-1.ucm +Not in MANIFEST: ucm/8859-10.ucm +Not in MANIFEST: ucm/8859-11.ucm +Not in MANIFEST: ucm/8859-13.ucm +Not in MANIFEST: ucm/8859-14.ucm +Not in MANIFEST: ucm/8859-15.ucm +Not in MANIFEST: ucm/8859-16.ucm +Not in MANIFEST: ucm/8859-2.ucm +Not in MANIFEST: ucm/8859-3.ucm +Not in MANIFEST: ucm/8859-4.ucm +Not in MANIFEST: ucm/8859-5.ucm +Not in MANIFEST: ucm/8859-6.ucm +Not in MANIFEST: ucm/8859-7.ucm +Not in MANIFEST: ucm/8859-8.ucm +Not in MANIFEST: ucm/8859-9.ucm +Not in MANIFEST: ucm/adobeStdenc.ucm +Not in MANIFEST: ucm/adobeSymbol.ucm +Not in MANIFEST: ucm/adobeZdingbat.ucm +Not in MANIFEST: ucm/ascii.ucm +Not in MANIFEST: ucm/big5-eten.ucm +Not in MANIFEST: ucm/big5-hkscs.ucm +Not in MANIFEST: ucm/cp037.ucm +Not in MANIFEST: ucm/cp1006.ucm +Not in MANIFEST: ucm/cp1026.ucm +Not in MANIFEST: ucm/cp1047.ucm +Not in MANIFEST: ucm/cp1250.ucm +Not in MANIFEST: ucm/cp1251.ucm +Not in MANIFEST: ucm/cp1252.ucm +Not in MANIFEST: ucm/cp1253.ucm +Not in MANIFEST: ucm/cp1254.ucm +Not in MANIFEST: ucm/cp1255.ucm +Not in MANIFEST: ucm/cp1256.ucm +Not in MANIFEST: ucm/cp1257.ucm +Not in MANIFEST: ucm/cp1258.ucm +Not in MANIFEST: ucm/cp424.ucm +Not in MANIFEST: ucm/cp437.ucm +Not in MANIFEST: ucm/cp500.ucm +Not in MANIFEST: ucm/cp737.ucm +Not in MANIFEST: ucm/cp775.ucm +Not in MANIFEST: ucm/cp850.ucm +Not in MANIFEST: ucm/cp852.ucm +Not in MANIFEST: ucm/cp855.ucm +Not in MANIFEST: ucm/cp856.ucm +Not in MANIFEST: ucm/cp857.ucm +Not in MANIFEST: ucm/cp858.ucm +Not in MANIFEST: ucm/cp860.ucm +Not in MANIFEST: ucm/cp861.ucm +Not in MANIFEST: ucm/cp862.ucm +Not in MANIFEST: ucm/cp863.ucm +Not in MANIFEST: ucm/cp864.ucm +Not in MANIFEST: ucm/cp865.ucm +Not in MANIFEST: ucm/cp866.ucm +Not in MANIFEST: ucm/cp869.ucm +Not in MANIFEST: ucm/cp874.ucm +Not in MANIFEST: ucm/cp875.ucm +Not in MANIFEST: ucm/cp932.ucm +Not in MANIFEST: ucm/cp936.ucm +Not in MANIFEST: ucm/cp949.ucm +Not in MANIFEST: ucm/cp950.ucm +Not in MANIFEST: ucm/ctrl.ucm +Not in MANIFEST: ucm/dingbats.ucm +Not in MANIFEST: ucm/euc-cn.ucm +Not in MANIFEST: ucm/euc-jp.ucm +Not in MANIFEST: ucm/euc-kr.ucm +Not in MANIFEST: ucm/gb12345.ucm +Not in MANIFEST: ucm/gb2312.ucm +Not in MANIFEST: ucm/hp-roman8.ucm +Not in MANIFEST: ucm/ir-165.ucm +Not in MANIFEST: ucm/jis0201.ucm +Not in MANIFEST: ucm/jis0208.ucm +Not in MANIFEST: ucm/jis0212.ucm +Not in MANIFEST: ucm/johab.ucm +Not in MANIFEST: ucm/koi8-f.ucm +Not in MANIFEST: ucm/koi8-r.ucm +Not in MANIFEST: ucm/koi8-u.ucm +Not in MANIFEST: ucm/ksc5601.ucm +Not in MANIFEST: ucm/macArabic.ucm +Not in MANIFEST: ucm/macCentEuro.ucm +Not in MANIFEST: ucm/macChinsimp.ucm +Not in MANIFEST: ucm/macChintrad.ucm +Not in MANIFEST: ucm/macCroatian.ucm +Not in MANIFEST: ucm/macCyrillic.ucm +Not in MANIFEST: ucm/macDingbats.ucm +Not in MANIFEST: ucm/macFarsi.ucm +Not in MANIFEST: ucm/macGreek.ucm +Not in MANIFEST: ucm/macHebrew.ucm +Not in MANIFEST: ucm/macIceland.ucm +Not in MANIFEST: ucm/macJapanese.ucm +Not in MANIFEST: ucm/macKorean.ucm +Not in MANIFEST: ucm/macRoman.ucm +Not in MANIFEST: ucm/macROMnn.ucm +Not in MANIFEST: ucm/macRUMnn.ucm +Not in MANIFEST: ucm/macSami.ucm +Not in MANIFEST: ucm/macSymbol.ucm +Not in MANIFEST: ucm/macThai.ucm +Not in MANIFEST: ucm/macTurkish.ucm +Not in MANIFEST: ucm/macUkraine.ucm +Not in MANIFEST: ucm/nextstep.ucm +Not in MANIFEST: ucm/null.ucm +Not in MANIFEST: ucm/posix-bc.ucm +Not in MANIFEST: ucm/shiftjis.ucm +Not in MANIFEST: ucm/symbol.ucm +Not in MANIFEST: ucm/viscii.ucm +Not in MANIFEST: Unicode/Makefile.PL +Not in MANIFEST: Unicode/Unicode.pm +Not in MANIFEST: Unicode/Unicode.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Fcntl' +rm -f \ + Fcntl.bso Fcntl.def \ + Fcntl.exp Fcntl.x \ + Fcntl.bs ../../lib/auto/Fcntl/extralibs.all \ + ../../lib/auto/Fcntl/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Fcntl.base \ + Fcntl.bs Fcntl.bso \ + Fcntl.c Fcntl.def \ + Fcntl.exp Fcntl.o \ + Fcntl_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libFcntl.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Fcntl.pm \ + Makefile.old Fcntl.o +rm -rf \ + Fcntl-1.13 ../../lib/auto/Fcntl \ + ../../lib/auto/Fcntl const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Fcntl.pm +Not in MANIFEST: Fcntl.xs +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/autoload.t +Not in MANIFEST: t/fcntl.t +Not in MANIFEST: t/mode.t +Not in MANIFEST: t/syslfs.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Fcntl' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/File-DosGlob' +rm -f \ + DosGlob.bso DosGlob.def \ + DosGlob.exp DosGlob.x \ + DosGlob.bs ../../lib/auto/File/DosGlob/extralibs.all \ + ../../lib/auto/File/DosGlob/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core DosGlob.base \ + DosGlob.bs DosGlob.bso \ + DosGlob.c DosGlob.def \ + DosGlob.exp DosGlob.o \ + DosGlob_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libDosGlob.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + DosGlob.o ../../lib/File/DosGlob.pm +rm -rf \ + File-DosGlob-1.12 ../../lib/auto/File/DosGlob \ + ../../lib/auto/File/DosGlob Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: DosGlob.xs +Not in MANIFEST: lib/File/DosGlob.pm +Not in MANIFEST: t/DosGlob.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/File-DosGlob' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/File-Glob' +rm -f \ + Glob.bso Glob.def \ + Glob.exp Glob.x \ + Glob.bs ../../lib/auto/File/Glob/extralibs.all \ + ../../lib/auto/File/Glob/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Glob.base \ + Glob.bs Glob.bso \ + Glob.c Glob.def \ + Glob.exp Glob.o \ + Glob_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libGlob.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/File/Glob.pm \ + Makefile.old bsd_glob.o Glob.o +rm -rf \ + File-Glob-1.30 ../../lib/auto/File/Glob \ + ../../lib/auto/File/Glob const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bsd_glob.c +Not in MANIFEST: bsd_glob.h +Not in MANIFEST: Changes +Not in MANIFEST: Glob.pm +Not in MANIFEST: Glob.xs +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/basic.t +Not in MANIFEST: t/case.t +Not in MANIFEST: t/global.t +Not in MANIFEST: t/rt114984.t +Not in MANIFEST: t/rt131211.t +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/threads.t +Not in MANIFEST: TODO +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/File-Glob' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +rm -f \ + Call.bso Call.def \ + Call.exp Call.x \ + Call.bs ../../lib/auto/Filter/Util/Call/extralibs.all \ + ../../lib/auto/Filter/Util/Call/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Call.base \ + Call.bs Call.bso \ + Call.c Call.def \ + Call.exp Call.o \ + Call_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCall.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Filter/Util/Call.pm \ + ../../lib/Filter/Util/filter-util.pl Makefile.old \ + Call.o +rm -rf \ + Filter-Util-Call-1.57 ../../lib/auto/Filter/Util/Call \ + ../../lib/auto/Filter/Util/Call Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Call.pm +Not in MANIFEST: Call.xs +Not in MANIFEST: filter-util.pl +Not in MANIFEST: t/call.t +Not in MANIFEST: t/rt_101033.pm +Not in MANIFEST: t/rt_101033.t +Not in MANIFEST: t/rt_54452-rebless.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/GDBM_File' +rm -f \ + GDBM_File.bso GDBM_File.def \ + GDBM_File.exp GDBM_File.x \ + GDBM_File.bs ../../lib/auto/GDBM_File/extralibs.all \ + ../../lib/auto/GDBM_File/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core GDBM_File.base \ + GDBM_File.bs GDBM_File.bso \ + GDBM_File.c GDBM_File.def \ + GDBM_File.exp GDBM_File.o \ + GDBM_File_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libGDBM_File.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/GDBM_File.pm \ + Makefile.old GDBM_File.o +rm -rf \ + GDBM_File-1.16 ../../lib/auto/GDBM_File \ + ../../lib/auto/GDBM_File const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: GDBM_File.pm +Not in MANIFEST: GDBM_File.xs +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/fatal.t +Not in MANIFEST: t/gdbm.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/GDBM_File' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util' +rm -f \ + Util.bso Util.def \ + Util.exp Util.x \ + Util.bs ../../lib/auto/Hash/Util/extralibs.all \ + ../../lib/auto/Hash/Util/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Util.base \ + Util.bs Util.bso \ + Util.c Util.def \ + Util.exp Util.o \ + Util_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libUtil.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + Util.o ../../lib/Hash/Util.pm +rm -rf \ + Hash-Util-0.22 ../../lib/auto/Hash/Util \ + ../../lib/auto/Hash/Util +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: lib/Hash/Util.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/builtin.t +Not in MANIFEST: t/Util.t +Not in MANIFEST: Util.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +rm -f \ + FieldHash.bso FieldHash.def \ + FieldHash.exp FieldHash.x \ + FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/extralibs.all \ + ../../lib/auto/Hash/Util/FieldHash/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core FieldHash.base \ + FieldHash.bs FieldHash.bso \ + FieldHash.c FieldHash.def \ + FieldHash.exp FieldHash.o \ + FieldHash_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libFieldHash.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + FieldHash.o ../../lib/Hash/Util/FieldHash.pm +rm -rf \ + Hash-Util-FieldHash-1.19 ../../lib/auto/Hash/Util/FieldHash \ + ../../lib/auto/Hash/Util/FieldHash Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: FieldHash.xs +Not in MANIFEST: lib/Hash/Util/FieldHash.pm +Not in MANIFEST: t/01_load.t +Not in MANIFEST: t/02_function.t +Not in MANIFEST: t/03_class.t +Not in MANIFEST: t/04_thread.t +Not in MANIFEST: t/05_perlhook.t +Not in MANIFEST: t/11_hashassign.t +Not in MANIFEST: t/12_hashwarn.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +rm -f \ + Langinfo.bso Langinfo.def \ + Langinfo.exp Langinfo.x \ + Langinfo.bs ../../lib/auto/I18N/Langinfo/extralibs.all \ + ../../lib/auto/I18N/Langinfo/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Langinfo.base \ + Langinfo.bs Langinfo.bso \ + Langinfo.c Langinfo.def \ + Langinfo.exp Langinfo.o \ + Langinfo_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libLanginfo.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/I18N/Langinfo.pm \ + Makefile.old Langinfo.o +rm -rf \ + I18N-Langinfo-0.14 ../../lib/auto/I18N/Langinfo \ + ../../lib/auto/I18N/Langinfo const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Langinfo.pm +Not in MANIFEST: Langinfo.xs +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/Langinfo.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/IO' +rm -f \ + IO.bso IO.def \ + IO.exp IO.x \ + IO.bs ../../lib/auto/IO/extralibs.all \ + ../../lib/auto/IO/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core IO.base \ + IO.bs IO.bso \ + IO.c IO.def \ + IO.exp IO.o \ + IO_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libIO.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/IO.pm \ + Makefile.old IO.o poll.o \ + ../../lib/IO/Dir.pm ../../lib/IO/File.pm \ + ../../lib/IO/Handle.pm ../../lib/IO/Pipe.pm \ + ../../lib/IO/Poll.pm ../../lib/IO/Seekable.pm \ + ../../lib/IO/Select.pm ../../lib/IO/Socket.pm \ + ../../lib/IO/Socket/INET.pm ../../lib/IO/Socket/UNIX.pm +rm -rf \ + IO-1.38 ../../lib/auto/IO \ + ../../lib/auto/IO +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: ChangeLog +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: IO.pm +Not in MANIFEST: IO.xs +Not in MANIFEST: lib/IO/Dir.pm +Not in MANIFEST: lib/IO/File.pm +Not in MANIFEST: lib/IO/Handle.pm +Not in MANIFEST: lib/IO/Pipe.pm +Not in MANIFEST: lib/IO/Poll.pm +Not in MANIFEST: lib/IO/Seekable.pm +Not in MANIFEST: lib/IO/Select.pm +Not in MANIFEST: lib/IO/Socket.pm +Not in MANIFEST: lib/IO/Socket/INET.pm +Not in MANIFEST: lib/IO/Socket/UNIX.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: poll.c +Not in MANIFEST: poll.h +Not in MANIFEST: README +Not in MANIFEST: t/cachepropagate-tcp.t +Not in MANIFEST: t/cachepropagate-udp.t +Not in MANIFEST: t/cachepropagate-unix.t +Not in MANIFEST: t/IO.t +Not in MANIFEST: t/io_const.t +Not in MANIFEST: t/io_dir.t +Not in MANIFEST: t/io_dup.t +Not in MANIFEST: t/io_file.t +Not in MANIFEST: t/io_file_export.t +Not in MANIFEST: t/io_leak.t +Not in MANIFEST: t/io_linenum.t +Not in MANIFEST: t/io_multihomed.t +Not in MANIFEST: t/io_pipe.t +Not in MANIFEST: t/io_poll.t +Not in MANIFEST: t/io_sel.t +Not in MANIFEST: t/io_sock.t +Not in MANIFEST: t/io_taint.t +Not in MANIFEST: t/io_tell.t +Not in MANIFEST: t/io_udp.t +Not in MANIFEST: t/io_unix.t +Not in MANIFEST: t/io_utf8.t +Not in MANIFEST: t/io_utf8argv.t +Not in MANIFEST: t/io_xs.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/IO' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +rm -f \ + SysV.bso SysV.def \ + SysV.exp SysV.x \ + SysV.bs ../../lib/auto/IPC/SysV/extralibs.all \ + ../../lib/auto/IPC/SysV/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml SysV.base \ + SysV.bs SysV.bso \ + SysV.c SysV.def \ + SysV.exp SysV.o \ + SysV_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSysV.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + SysV.o ../../lib/IPC/Msg.pm \ + ../../lib/IPC/Semaphore.pm ../../lib/IPC/SharedMem.pm \ + ../../lib/IPC/SysV.pm +rm -rf \ + IPC-SysV-2.07 ../../lib/auto/IPC/SysV \ + ../../lib/auto/IPC/SysV const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/cygwin.pl +Not in MANIFEST: hints/next_3.pl +Not in MANIFEST: lib/IPC/Msg.pm +Not in MANIFEST: lib/IPC/Semaphore.pm +Not in MANIFEST: lib/IPC/SharedMem.pm +Not in MANIFEST: lib/IPC/SysV.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: ppport.h +Not in MANIFEST: regen.pl +Not in MANIFEST: SysV.xs +Not in MANIFEST: t/ipcsysv.t +Not in MANIFEST: t/msg.t +Not in MANIFEST: t/pod.t +Not in MANIFEST: t/podcov.t +Not in MANIFEST: t/sem.t +Not in MANIFEST: t/shm.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +rm -f \ + Util.bso Util.def \ + Util.exp Util.x \ + Util.bs ../../lib/auto/List/Util/extralibs.all \ + ../../lib/auto/List/Util/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core ListUtil.base \ + ListUtil.bs ListUtil.bso \ + ListUtil.c ListUtil.def \ + ListUtil.exp ListUtil.o \ + ListUtil_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libUtil.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ListUtil.o ../../lib/List/Util.pm \ + ../../lib/List/Util/XS.pm ../../lib/Scalar/Util.pm \ + ../../lib/Sub/Util.pm +rm -rf \ + Scalar-List-Utils-1.49 ../../lib/auto/List/Util \ + ../../lib/auto/List/Util +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/List/Util.pm +Not in MANIFEST: lib/List/Util/XS.pm +Not in MANIFEST: lib/Scalar/Util.pm +Not in MANIFEST: lib/Sub/Util.pm +Not in MANIFEST: ListUtil.xs +Not in MANIFEST: Makefile.PL +Not in MANIFEST: multicall.h +Not in MANIFEST: ppport.h +Not in MANIFEST: t/00version.t +Not in MANIFEST: t/any-all.t +Not in MANIFEST: t/blessed.t +Not in MANIFEST: t/dualvar.t +Not in MANIFEST: t/first.t +Not in MANIFEST: t/getmagic-once.t +Not in MANIFEST: t/isvstring.t +Not in MANIFEST: t/lln.t +Not in MANIFEST: t/max.t +Not in MANIFEST: t/maxstr.t +Not in MANIFEST: t/min.t +Not in MANIFEST: t/minstr.t +Not in MANIFEST: t/openhan.t +Not in MANIFEST: t/pair.t +Not in MANIFEST: t/product.t +Not in MANIFEST: t/prototype.t +Not in MANIFEST: t/readonly.t +Not in MANIFEST: t/reduce.t +Not in MANIFEST: t/refaddr.t +Not in MANIFEST: t/reftype.t +Not in MANIFEST: t/rt-96343.t +Not in MANIFEST: t/scalarutil-proto.t +Not in MANIFEST: t/shuffle.t +Not in MANIFEST: t/stack-corruption.t +Not in MANIFEST: t/subname.t +Not in MANIFEST: t/sum.t +Not in MANIFEST: t/sum0.t +Not in MANIFEST: t/tainted.t +Not in MANIFEST: t/uniq.t +Not in MANIFEST: t/weak.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +rm -f \ + FastCalc.bso FastCalc.def \ + FastCalc.exp FastCalc.x \ + FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/extralibs.all \ + ../../lib/auto/Math/BigInt/FastCalc/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core FastCalc.base \ + FastCalc.bs FastCalc.bso \ + FastCalc.c FastCalc.def \ + FastCalc.exp FastCalc.o \ + FastCalc_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libFastCalc.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + FastCalc.o ../../lib/Math/BigInt/FastCalc.pm +rm -rf \ + Math-BigInt-FastCalc-0.5006 ../../lib/auto/Math/BigInt/FastCalc \ + ../../lib/auto/Math/BigInt/FastCalc Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: FastCalc.xs +Not in MANIFEST: lib/Math/BigInt/FastCalc.pm +Not in MANIFEST: t/bigintfc.t +Not in MANIFEST: t/biglog.t +Not in MANIFEST: t/bigroot.t +Not in MANIFEST: t/bootstrap.t +Not in MANIFEST: t/leak.t +Not in MANIFEST: t/mbi_rand.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +rm -f \ + Base64.bso Base64.def \ + Base64.exp Base64.x \ + Base64.bs ../../lib/auto/MIME/Base64/extralibs.all \ + ../../lib/auto/MIME/Base64/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Base64.base \ + Base64.bs Base64.bso \ + Base64.c Base64.def \ + Base64.exp Base64.o \ + Base64_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libBase64.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/MIME/Base64.pm \ + ../../lib/MIME/QuotedPrint.pm Makefile.old \ + Base64.o +rm -rf \ + MIME-Base64-3.15 ../../lib/auto/MIME/Base64 \ + ../../lib/auto/MIME/Base64 Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Base64.pm +Not in MANIFEST: Base64.xs +Not in MANIFEST: QuotedPrint.pm +Not in MANIFEST: t/base64.t +Not in MANIFEST: t/length.t +Not in MANIFEST: t/quoted-print.t +Not in MANIFEST: t/unicode.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/mro' +rm -f \ + mro.bso mro.def \ + mro.exp mro.x \ + mro.bs ../../lib/auto/mro/extralibs.all \ + ../../lib/auto/mro/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libmro.def \ + mon.out mro.base \ + mro.bs mro.bso \ + mro.c mro.def \ + mro.exp mro.o \ + mro_def.old perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/mro.pm \ + Makefile.old mro.o +rm -rf \ + mro-1.21 ../../lib/auto/mro \ + ../../lib/auto/mro Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: mro.pm +Not in MANIFEST: mro.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/mro' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/NDBM_File' +rm -f \ + NDBM_File.bso NDBM_File.def \ + NDBM_File.exp NDBM_File.x \ + NDBM_File.bs ../../lib/auto/NDBM_File/extralibs.all \ + ../../lib/auto/NDBM_File/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml NDBM_File.base \ + NDBM_File.bs NDBM_File.bso \ + NDBM_File.c NDBM_File.def \ + NDBM_File.exp NDBM_File.o \ + NDBM_File_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libNDBM_File.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/NDBM_File.pm \ + Makefile.old NDBM_File.o +rm -rf \ + NDBM_File-1.14 ../../lib/auto/NDBM_File \ + ../../lib/auto/NDBM_File +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/cygwin.pl +Not in MANIFEST: hints/dec_osf.pl +Not in MANIFEST: hints/dynixptx.pl +Not in MANIFEST: hints/gnu.pl +Not in MANIFEST: hints/gnukfreebsd.pl +Not in MANIFEST: hints/gnuknetbsd.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: hints/MSWin32.pl +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: hints/solaris.pl +Not in MANIFEST: hints/svr4.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: NDBM_File.pm +Not in MANIFEST: NDBM_File.xs +Not in MANIFEST: t/ndbm.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/NDBM_File' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/ODBM_File' +rm -f \ + ODBM_File.bso ODBM_File.def \ + ODBM_File.exp ODBM_File.x \ + ODBM_File.bs ../../lib/auto/ODBM_File/extralibs.all \ + ../../lib/auto/ODBM_File/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml ODBM_File.base \ + ODBM_File.bs ODBM_File.bso \ + ODBM_File.c ODBM_File.def \ + ODBM_File.exp ODBM_File.o \ + ODBM_File_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libODBM_File.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/ODBM_File.pm \ + Makefile.old ODBM_File.o +rm -rf \ + ODBM_File-1.14 ../../lib/auto/ODBM_File \ + ../../lib/auto/ODBM_File +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/cygwin.pl +Not in MANIFEST: hints/dec_osf.pl +Not in MANIFEST: hints/gnu.pl +Not in MANIFEST: hints/gnukfreebsd.pl +Not in MANIFEST: hints/gnuknetbsd.pl +Not in MANIFEST: hints/hpux.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: hints/MSWin32.pl +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: hints/solaris.pl +Not in MANIFEST: hints/svr4.pl +Not in MANIFEST: hints/ultrix.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: ODBM_File.pm +Not in MANIFEST: ODBM_File.xs +Not in MANIFEST: t/odbm.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/ODBM_File' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Opcode' +rm -f \ + Opcode.bso Opcode.def \ + Opcode.exp Opcode.x \ + Opcode.bs ../../lib/auto/Opcode/extralibs.all \ + ../../lib/auto/Opcode/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Opcode.base \ + Opcode.bs Opcode.bso \ + Opcode.c Opcode.def \ + Opcode.exp Opcode.o \ + Opcode_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libOpcode.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Opcode.pm \ + ../../lib/ops.pm Makefile.old \ + Opcode.o +rm -rf \ + Opcode-1.40 ../../lib/auto/Opcode \ + ../../lib/auto/Opcode Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Opcode.pm +Not in MANIFEST: Opcode.xs +Not in MANIFEST: ops.pm +Not in MANIFEST: t/Opcode.t +Not in MANIFEST: t/ops.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Opcode' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +rm -f \ + encoding.bso encoding.def \ + encoding.exp encoding.x \ + encoding.bs ../../lib/auto/PerlIO/encoding/extralibs.all \ + ../../lib/auto/PerlIO/encoding/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] encoding.base \ + encoding.bs encoding.bso \ + encoding.c encoding.def \ + encoding.exp encoding.o \ + encoding_def.old libencoding.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/PerlIO/encoding.pm \ + Makefile.old encoding.o +rm -rf \ + PerlIO-encoding-0.25 ../../lib/auto/PerlIO/encoding \ + ../../lib/auto/PerlIO/encoding Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: encoding.pm +Not in MANIFEST: encoding.xs +Not in MANIFEST: t/encoding.t +Not in MANIFEST: t/fallback.t +Not in MANIFEST: t/nolooping.t +Not in MANIFEST: t/threads.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +rm -f \ + mmap.bso mmap.def \ + mmap.exp mmap.x \ + mmap.bs ../../lib/auto/PerlIO/mmap/extralibs.all \ + ../../lib/auto/PerlIO/mmap/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libmmap.def \ + mmap.base mmap.bs \ + mmap.bso mmap.c \ + mmap.def mmap.exp \ + mmap.o mmap_def.old \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/PerlIO/mmap.pm \ + Makefile.old mmap.o +rm -rf \ + PerlIO-mmap-0.016 ../../lib/auto/PerlIO/mmap \ + ../../lib/auto/PerlIO/mmap Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: mmap.pm +Not in MANIFEST: mmap.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +rm -f \ + scalar.bso scalar.def \ + scalar.exp scalar.x \ + scalar.bs ../../lib/auto/PerlIO/scalar/extralibs.all \ + ../../lib/auto/PerlIO/scalar/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libscalar.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts scalar.base \ + scalar.bs scalar.bso \ + scalar.c scalar.def \ + scalar.exp scalar.o \ + scalar_def.old so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/PerlIO/scalar.pm \ + Makefile.old scalar.o +rm -rf \ + PerlIO-scalar-0.29 ../../lib/auto/PerlIO/scalar \ + ../../lib/auto/PerlIO/scalar Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: scalar.pm +Not in MANIFEST: scalar.xs +Not in MANIFEST: t/scalar.t +Not in MANIFEST: t/scalar_ungetc.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-via' +rm -f \ + via.bso via.def \ + via.exp via.x \ + via.bs ../../lib/auto/PerlIO/via/extralibs.all \ + ../../lib/auto/PerlIO/via/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libvia.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out via.base \ + via.bs via.bso \ + via.c via.def \ + via.exp via.o \ + via_def.old +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/PerlIO/via.pm \ + Makefile.old via.o +rm -rf \ + PerlIO-via-0.17 ../../lib/auto/PerlIO/via \ + ../../lib/auto/PerlIO/via Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/aix.pl +Not in MANIFEST: t/thread.t +Not in MANIFEST: t/via.t +Not in MANIFEST: via.pm +Not in MANIFEST: via.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-via' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/POSIX' +rm -f \ + POSIX.bso POSIX.def \ + POSIX.exp POSIX.x \ + POSIX.bs ../../lib/auto/POSIX/extralibs.all \ + ../../lib/auto/POSIX/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml POSIX.base \ + POSIX.bs POSIX.bso \ + POSIX.c POSIX.def \ + POSIX.exp POSIX.o \ + POSIX_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPOSIX.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + POSIX.o ../../lib/POSIX.pm \ + ../../lib/POSIX.pod +rm -rf \ + POSIX-1.77 ../../lib/auto/POSIX \ + ../../lib/auto/POSIX const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/bsdos.pl +Not in MANIFEST: hints/dynixptx.pl +Not in MANIFEST: hints/freebsd.pl +Not in MANIFEST: hints/gnukfreebsd.pl +Not in MANIFEST: hints/gnuknetbsd.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: hints/mint.pl +Not in MANIFEST: hints/netbsd.pl +Not in MANIFEST: hints/openbsd.pl +Not in MANIFEST: hints/sunos_4.pl +Not in MANIFEST: hints/svr4.pl +Not in MANIFEST: lib/POSIX.pm +Not in MANIFEST: lib/POSIX.pod +Not in MANIFEST: Makefile.PL +Not in MANIFEST: POSIX.xs +Not in MANIFEST: t/export.t +Not in MANIFEST: t/iscrash +Not in MANIFEST: t/math.t +Not in MANIFEST: t/posix.t +Not in MANIFEST: t/sigaction.t +Not in MANIFEST: t/sigset.t +Not in MANIFEST: t/strerror_errno.t +Not in MANIFEST: t/sysconf.t +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/termios.t +Not in MANIFEST: t/time.t +Not in MANIFEST: t/unimplemented.t +Not in MANIFEST: t/usage.t +Not in MANIFEST: t/waitpid.t +Not in MANIFEST: t/wrappers.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/POSIX' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/re' +rm -f \ + re.bso re.def \ + re.exp re.x \ + re.bs ../../lib/auto/re/extralibs.all \ + ../../lib/auto/re/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libre.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts re.base \ + re.bs re.bso \ + re.c re.def \ + re.exp re.o \ + re_def.old so_locations \ + tmon.out +rm -rf \ + *.o *.c \ + ../../lib/re.pm blib \ + invlist_inline.h +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/re.pm \ + Makefile.old re_exec.o re_comp.o re.o +rm -rf \ + re-0.35 ../../lib/auto/re \ + ../../lib/auto/re +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Makefile.PL +Not in MANIFEST: re.pm +Not in MANIFEST: re.xs +Not in MANIFEST: re_comp.h +Not in MANIFEST: re_top.h +Not in MANIFEST: t/lexical_debug.pl +Not in MANIFEST: t/lexical_debug.t +Not in MANIFEST: t/qr.t +Not in MANIFEST: t/re.t +Not in MANIFEST: t/re_funcs.t +Not in MANIFEST: t/re_funcs_u.t +Not in MANIFEST: t/reflags.t +Not in MANIFEST: t/regop.pl +Not in MANIFEST: t/regop.t +Not in MANIFEST: t/strict.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/re' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/SDBM_File' +rm -f \ + SDBM_File.bso SDBM_File.def \ + SDBM_File.exp SDBM_File.x \ + SDBM_File.bs ../../lib/auto/SDBM_File/extralibs.all \ + ../../lib/auto/SDBM_File/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml SDBM_File.base \ + SDBM_File.bs SDBM_File.bso \ + SDBM_File.c SDBM_File.def \ + SDBM_File.exp SDBM_File.o \ + SDBM_File_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSDBM_File.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + *.dir *.pag \ + blib dba \ + dbd dbe \ + dbu x-dbu +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/SDBM_File.pm \ + Makefile.old SDBM_File.o hash.o pair.o sdbm.o +rm -rf \ + SDBM_File-1.14 ../../lib/auto/SDBM_File \ + ../../lib/auto/SDBM_File +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: biblio +Not in MANIFEST: CHANGES +Not in MANIFEST: COMPARE +Not in MANIFEST: dba.c +Not in MANIFEST: dbd.c +Not in MANIFEST: dbe.1 +Not in MANIFEST: dbe.c +Not in MANIFEST: dbu.c +Not in MANIFEST: grind +Not in MANIFEST: hash.c +Not in MANIFEST: linux.patches +Not in MANIFEST: Makefile.PL +Not in MANIFEST: makefile.sdbm +Not in MANIFEST: pair.c +Not in MANIFEST: pair.h +Not in MANIFEST: README +Not in MANIFEST: readme.ms +Not in MANIFEST: README.too +Not in MANIFEST: sdbm.3 +Not in MANIFEST: sdbm.c +Not in MANIFEST: sdbm.h +Not in MANIFEST: SDBM_File.pm +Not in MANIFEST: SDBM_File.xs +Not in MANIFEST: t/constants.t +Not in MANIFEST: t/prep.t +Not in MANIFEST: t/sdbm.t +Not in MANIFEST: tune.h +Not in MANIFEST: typemap +Not in MANIFEST: util.c +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/SDBM_File' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Socket' +rm -f \ + Socket.bso Socket.def \ + Socket.exp Socket.x \ + Socket.bs ../../lib/auto/Socket/extralibs.all \ + ../../lib/auto/Socket/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Socket.base \ + Socket.bs Socket.bso \ + Socket.c Socket.def \ + Socket.exp Socket.o \ + Socket_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSocket.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Socket.pm \ + Makefile.old Socket.o +rm -rf \ + Socket-2.020_03 ../../lib/auto/Socket \ + ../../lib/auto/Socket const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Makefile.PL +Not in MANIFEST: Socket.pm +Not in MANIFEST: Socket.xs +Not in MANIFEST: t/getaddrinfo.t +Not in MANIFEST: t/getnameinfo.t +Not in MANIFEST: t/ip_mreq.t +Not in MANIFEST: t/ipv6_mreq.t +Not in MANIFEST: t/sockaddr.t +Not in MANIFEST: t/Socket.t +Not in MANIFEST: t/socketpair.t +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Socket' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/Storable' +rm -f \ + Storable.bso Storable.def \ + Storable.exp Storable.x \ + Storable.bs ../../lib/auto/Storable/extralibs.all \ + ../../lib/auto/Storable/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Storable.base \ + Storable.bs Storable.bso \ + Storable.c Storable.def \ + Storable.exp Storable.o \ + Storable_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libStorable.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Storable.pm \ + Makefile.old Storable.o +rm -rf \ + Storable-2.64 ../../lib/auto/Storable \ + ../../lib/auto/Storable +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: ChangeLog +Not in MANIFEST: hints/gnukfreebsd.pl +Not in MANIFEST: hints/gnuknetbsd.pl +Not in MANIFEST: hints/hpux.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: README +Not in MANIFEST: Storable.pm +Not in MANIFEST: Storable.xs +Not in MANIFEST: t/attach.t +Not in MANIFEST: t/attach_errors.t +Not in MANIFEST: t/attach_singleton.t +Not in MANIFEST: t/blessed.t +Not in MANIFEST: t/canonical.t +Not in MANIFEST: t/circular_hook.t +Not in MANIFEST: t/code.t +Not in MANIFEST: t/compat01.t +Not in MANIFEST: t/compat06.t +Not in MANIFEST: t/croak.t +Not in MANIFEST: t/dclone.t +Not in MANIFEST: t/destroy.t +Not in MANIFEST: t/downgrade.t +Not in MANIFEST: t/file_magic.t +Not in MANIFEST: t/forgive.t +Not in MANIFEST: t/freeze.t +Not in MANIFEST: t/HAS_ATTACH.pm +Not in MANIFEST: t/HAS_HOOK.pm +Not in MANIFEST: t/HAS_OVERLOAD.pm +Not in MANIFEST: t/integer.t +Not in MANIFEST: t/interwork56.t +Not in MANIFEST: t/just_plain_nasty.t +Not in MANIFEST: t/leaks.t +Not in MANIFEST: t/lock.t +Not in MANIFEST: t/make_56_interwork.pl +Not in MANIFEST: t/make_downgrade.pl +Not in MANIFEST: t/make_overload.pl +Not in MANIFEST: t/malice.t +Not in MANIFEST: t/overload.t +Not in MANIFEST: t/recurse.t +Not in MANIFEST: t/restrict.t +Not in MANIFEST: t/retrieve.t +Not in MANIFEST: t/robust.t +Not in MANIFEST: t/sig_die.t +Not in MANIFEST: t/st-dump.pl +Not in MANIFEST: t/store.t +Not in MANIFEST: t/testlib.pl +Not in MANIFEST: t/threads.t +Not in MANIFEST: t/tied.t +Not in MANIFEST: t/tied_hook.t +Not in MANIFEST: t/tied_items.t +Not in MANIFEST: t/tied_store.t +Not in MANIFEST: t/utf8.t +Not in MANIFEST: t/utf8hash.t +Not in MANIFEST: t/weak.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/Storable' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +rm -f \ + Hostname.bso Hostname.def \ + Hostname.exp Hostname.x \ + Hostname.bs ../../lib/auto/Sys/Hostname/extralibs.all \ + ../../lib/auto/Sys/Hostname/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Hostname.base \ + Hostname.bs Hostname.bso \ + Hostname.c Hostname.def \ + Hostname.exp Hostname.o \ + Hostname_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libHostname.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Sys/Hostname.pm \ + Makefile.old Hostname.o +rm -rf \ + Sys-Hostname-1.20 ../../lib/auto/Sys/Hostname \ + ../../lib/auto/Sys/Hostname Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Hostname.pm +Not in MANIFEST: Hostname.xs +Not in MANIFEST: t/Hostname.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +rm -f \ + Syslog.bso Syslog.def \ + Syslog.exp Syslog.x \ + Syslog.bs ../../lib/auto/Sys/Syslog/extralibs.all \ + ../../lib/auto/Sys/Syslog/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Syslog.base \ + Syslog.bs Syslog.bso \ + Syslog.c Syslog.def \ + Syslog.exp Syslog.o \ + Syslog_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libSyslog.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Sys-Syslog-* blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Sys/Syslog.pm \ + Makefile.old Syslog.o +rm -rf \ + Sys-Syslog-0.35 ../../lib/auto/Sys/Syslog \ + ../../lib/auto/Sys/Syslog *.bak \ + *.bin *.rc \ + PerlLog.h const-c.inc \ + const-xs.inc lib \ + macros.all typemap \ + win32/PerlLog_dll +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: fallback/const-c.inc +Not in MANIFEST: fallback/const-xs.inc +Not in MANIFEST: fallback/syslog.h +Not in MANIFEST: Makefile.PL +Not in MANIFEST: Syslog.pm +Not in MANIFEST: Syslog.xs +Not in MANIFEST: t/00-load.t +Not in MANIFEST: t/constants.t +Not in MANIFEST: t/facilities-routing.t +Not in MANIFEST: t/syslog.t +Not in MANIFEST: win32/compile.pl +Not in MANIFEST: win32/PerlLog.mc +Not in MANIFEST: win32/PerlLog_dll.uu +Not in MANIFEST: win32/PerlLog_RES.uu +Not in MANIFEST: win32/Win32.pm +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/threads' +rm -f \ + threads.bso threads.def \ + threads.exp threads.x \ + threads.bs ../../lib/auto/threads/extralibs.all \ + ../../lib/auto/threads/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libthreads.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + threads.base threads.bs \ + threads.bso threads.c \ + threads.def threads.exp \ + threads.o threads_def.old \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + threads.o ../../lib/threads.pm +rm -rf \ + threads-2.18 ../../lib/auto/threads \ + ../../lib/auto/threads Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/hpux.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: lib/threads.pm +Not in MANIFEST: t/basic.t +Not in MANIFEST: t/blocks.t +Not in MANIFEST: t/context.t +Not in MANIFEST: t/end.t +Not in MANIFEST: t/err.t +Not in MANIFEST: t/exit.t +Not in MANIFEST: t/free.t +Not in MANIFEST: t/free2.t +Not in MANIFEST: t/join.t +Not in MANIFEST: t/kill.t +Not in MANIFEST: t/kill2.t +Not in MANIFEST: t/kill3.t +Not in MANIFEST: t/libc.t +Not in MANIFEST: t/list.t +Not in MANIFEST: t/no_threads.t +Not in MANIFEST: t/problems.t +Not in MANIFEST: t/stack.t +Not in MANIFEST: t/stack_env.t +Not in MANIFEST: t/state.t +Not in MANIFEST: t/stress_cv.t +Not in MANIFEST: t/stress_re.t +Not in MANIFEST: t/stress_string.t +Not in MANIFEST: t/thread.t +Not in MANIFEST: t/unique.t +Not in MANIFEST: threads.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/threads' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/threads-shared' +rm -f \ + shared.bso shared.def \ + shared.exp shared.x \ + shared.bs ../../lib/auto/threads/shared/extralibs.all \ + ../../lib/auto/threads/shared/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libshared.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts shared.base \ + shared.bs shared.bso \ + shared.c shared.def \ + shared.exp shared.o \ + shared_def.old so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + shared.o ../../lib/threads/shared.pm +rm -rf \ + threads-shared-1.57 ../../lib/auto/threads/shared \ + ../../lib/auto/threads/shared Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: lib/threads/shared.pm +Not in MANIFEST: shared.xs +Not in MANIFEST: t/0nothread.t +Not in MANIFEST: t/av_refs.t +Not in MANIFEST: t/av_simple.t +Not in MANIFEST: t/blessed.t +Not in MANIFEST: t/clone.t +Not in MANIFEST: t/cond.t +Not in MANIFEST: t/disabled.t +Not in MANIFEST: t/dualvar.t +Not in MANIFEST: t/hv_refs.t +Not in MANIFEST: t/hv_simple.t +Not in MANIFEST: t/no_share.t +Not in MANIFEST: t/object.t +Not in MANIFEST: t/object2.t +Not in MANIFEST: t/shared_attr.t +Not in MANIFEST: t/stress.t +Not in MANIFEST: t/sv_refs.t +Not in MANIFEST: t/sv_simple.t +Not in MANIFEST: t/utf8.t +Not in MANIFEST: t/wait.t +Not in MANIFEST: t/waithires.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/threads-shared' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +rm -f \ + NamedCapture.bso NamedCapture.def \ + NamedCapture.exp NamedCapture.x \ + NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/extralibs.all \ + ../../lib/auto/Tie/Hash/NamedCapture/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml NamedCapture.base \ + NamedCapture.bs NamedCapture.bso \ + NamedCapture.c NamedCapture.def \ + NamedCapture.exp NamedCapture.o \ + NamedCapture_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libNamedCapture.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Tie/Hash/NamedCapture.pm \ + Makefile.old NamedCapture.o +rm -rf \ + Tie-Hash-NamedCapture-0.10 ../../lib/auto/Tie/Hash/NamedCapture \ + ../../lib/auto/Tie/Hash/NamedCapture Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: NamedCapture.pm +Not in MANIFEST: NamedCapture.xs +Not in MANIFEST: t/tiehash.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/Time-HiRes' +rm -f \ + HiRes.bso HiRes.def \ + HiRes.exp HiRes.x \ + HiRes.bs ../../lib/auto/Time/HiRes/extralibs.all \ + ../../lib/auto/Time/HiRes/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core HiRes.base \ + HiRes.bs HiRes.bso \ + HiRes.c HiRes.def \ + HiRes.exp HiRes.o \ + HiRes_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libHiRes.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib xdefine +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Time/HiRes.pm \ + Makefile.old HiRes.o +rm -rf \ + Time-HiRes-1.9746 ../../lib/auto/Time/HiRes \ + ../../lib/auto/Time/HiRes const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: fallback/const-c.inc +Not in MANIFEST: fallback/const-xs.inc +Not in MANIFEST: hints/aix.pl +Not in MANIFEST: hints/dec_osf.pl +Not in MANIFEST: hints/dynixptx.pl +Not in MANIFEST: hints/irix.pl +Not in MANIFEST: hints/linux.pl +Not in MANIFEST: hints/sco.pl +Not in MANIFEST: hints/solaris.pl +Not in MANIFEST: hints/svr4.pl +Not in MANIFEST: HiRes.pm +Not in MANIFEST: HiRes.xs +Not in MANIFEST: Makefile.PL +Not in MANIFEST: ppport.h +Not in MANIFEST: t/alarm.t +Not in MANIFEST: t/clock.t +Not in MANIFEST: t/gettimeofday.t +Not in MANIFEST: t/itimer.t +Not in MANIFEST: t/nanosleep.t +Not in MANIFEST: t/sleep.t +Not in MANIFEST: t/stat.t +Not in MANIFEST: t/time.t +Not in MANIFEST: t/tv_interval.t +Not in MANIFEST: t/ualarm.t +Not in MANIFEST: t/usleep.t +Not in MANIFEST: t/utime.t +Not in MANIFEST: t/Watchdog.pm +Not in MANIFEST: tmp29020.c +Not in MANIFEST: typemap +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/Time-HiRes' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Time-Piece' +rm -f \ + Piece.bso Piece.def \ + Piece.exp Piece.x \ + Piece.bs ../../lib/auto/Time/Piece/extralibs.all \ + ../../lib/auto/Time/Piece/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Piece.base \ + Piece.bs Piece.bso \ + Piece.c Piece.def \ + Piece.exp Piece.o \ + Piece_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPiece.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Time/Piece.pm \ + ../../lib/Time/Seconds.pm Makefile.old \ + Piece.o +rm -rf \ + Time-Piece-1.3202 ../../lib/auto/Time/Piece \ + ../../lib/auto/Time/Piece Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Piece.pm +Not in MANIFEST: Piece.xs +Not in MANIFEST: Seconds.pm +Not in MANIFEST: t/01base.t +Not in MANIFEST: t/02core.t +Not in MANIFEST: t/02core_dst.t +Not in MANIFEST: t/03compare.t +Not in MANIFEST: t/04mjd.t +Not in MANIFEST: t/05overload.t +Not in MANIFEST: t/06subclass.t +Not in MANIFEST: t/07arith.t +Not in MANIFEST: t/lib/Time/Piece/Twin.pm +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Time-Piece' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +rm -f \ + Collate.bso Collate.def \ + Collate.exp Collate.x \ + Collate.bs ../../lib/auto/Unicode/Collate/extralibs.all \ + ../../lib/auto/Unicode/Collate/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core Collate.base \ + Collate.bs Collate.bso \ + Collate.c Collate.def \ + Collate.exp Collate.o \ + Collate_def.old MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCollate.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib ucatbl.h +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Unicode/Collate.pm \ + ../../lib/Unicode/Collate/CJK/Big5.pm ../../lib/Unicode/Collate/CJK/GB2312.pm \ + ../../lib/Unicode/Collate/CJK/JISX0208.pm ../../lib/Unicode/Collate/CJK/Korean.pm \ + ../../lib/Unicode/Collate/CJK/Pinyin.pm ../../lib/Unicode/Collate/CJK/Stroke.pm \ + ../../lib/Unicode/Collate/CJK/Zhuyin.pm ../../lib/Unicode/Collate/Locale.pm \ + ../../lib/Unicode/Collate/Locale/af.pl ../../lib/Unicode/Collate/Locale/ar.pl \ + ../../lib/Unicode/Collate/Locale/as.pl ../../lib/Unicode/Collate/Locale/az.pl \ + ../../lib/Unicode/Collate/Locale/be.pl ../../lib/Unicode/Collate/Locale/bn.pl \ + ../../lib/Unicode/Collate/Locale/ca.pl ../../lib/Unicode/Collate/Locale/cs.pl \ + ../../lib/Unicode/Collate/Locale/cy.pl ../../lib/Unicode/Collate/Locale/da.pl \ + ../../lib/Unicode/Collate/Locale/de_at_ph.pl ../../lib/Unicode/Collate/Locale/de_phone.pl \ + ../../lib/Unicode/Collate/Locale/ee.pl ../../lib/Unicode/Collate/Locale/eo.pl \ + ../../lib/Unicode/Collate/Locale/es.pl ../../lib/Unicode/Collate/Locale/es_trad.pl \ + ../../lib/Unicode/Collate/Locale/et.pl ../../lib/Unicode/Collate/Locale/fa.pl \ + ../../lib/Unicode/Collate/Locale/fi.pl ../../lib/Unicode/Collate/Locale/fi_phone.pl \ + ../../lib/Unicode/Collate/Locale/fil.pl ../../lib/Unicode/Collate/Locale/fo.pl \ + ../../lib/Unicode/Collate/Locale/fr_ca.pl ../../lib/Unicode/Collate/Locale/gu.pl \ + ../../lib/Unicode/Collate/Locale/ha.pl ../../lib/Unicode/Collate/Locale/haw.pl \ + ../../lib/Unicode/Collate/Locale/he.pl ../../lib/Unicode/Collate/Locale/hi.pl \ + ../../lib/Unicode/Collate/Locale/hr.pl ../../lib/Unicode/Collate/Locale/hu.pl \ + ../../lib/Unicode/Collate/Locale/hy.pl ../../lib/Unicode/Collate/Locale/ig.pl \ + ../../lib/Unicode/Collate/Locale/is.pl ../../lib/Unicode/Collate/Locale/ja.pl \ + ../../lib/Unicode/Collate/Locale/kk.pl ../../lib/Unicode/Collate/Locale/kl.pl \ + ../../lib/Unicode/Collate/Locale/kn.pl ../../lib/Unicode/Collate/Locale/ko.pl \ + ../../lib/Unicode/Collate/Locale/kok.pl ../../lib/Unicode/Collate/Locale/ln.pl \ + ../../lib/Unicode/Collate/Locale/lt.pl ../../lib/Unicode/Collate/Locale/lv.pl \ + ../../lib/Unicode/Collate/Locale/mk.pl ../../lib/Unicode/Collate/Locale/ml.pl \ + ../../lib/Unicode/Collate/Locale/mr.pl ../../lib/Unicode/Collate/Locale/mt.pl \ + ../../lib/Unicode/Collate/Locale/nb.pl ../../lib/Unicode/Collate/Locale/nn.pl \ + ../../lib/Unicode/Collate/Locale/nso.pl ../../lib/Unicode/Collate/Locale/om.pl \ + ../../lib/Unicode/Collate/Locale/or.pl ../../lib/Unicode/Collate/Locale/pa.pl \ + ../../lib/Unicode/Collate/Locale/pl.pl ../../lib/Unicode/Collate/Locale/ro.pl \ + ../../lib/Unicode/Collate/Locale/sa.pl ../../lib/Unicode/Collate/Locale/se.pl +rm -f \ + ../../lib/Unicode/Collate/Locale/si.pl ../../lib/Unicode/Collate/Locale/si_dict.pl \ + ../../lib/Unicode/Collate/Locale/sk.pl ../../lib/Unicode/Collate/Locale/sl.pl \ + ../../lib/Unicode/Collate/Locale/sq.pl ../../lib/Unicode/Collate/Locale/sr.pl \ + ../../lib/Unicode/Collate/Locale/sv.pl ../../lib/Unicode/Collate/Locale/sv_refo.pl \ + ../../lib/Unicode/Collate/Locale/ta.pl ../../lib/Unicode/Collate/Locale/te.pl \ + ../../lib/Unicode/Collate/Locale/th.pl ../../lib/Unicode/Collate/Locale/tn.pl \ + ../../lib/Unicode/Collate/Locale/to.pl ../../lib/Unicode/Collate/Locale/tr.pl \ + ../../lib/Unicode/Collate/Locale/ug_cyrl.pl ../../lib/Unicode/Collate/Locale/uk.pl \ + ../../lib/Unicode/Collate/Locale/ur.pl ../../lib/Unicode/Collate/Locale/vi.pl \ + ../../lib/Unicode/Collate/Locale/vo.pl ../../lib/Unicode/Collate/Locale/wae.pl \ + ../../lib/Unicode/Collate/Locale/wo.pl ../../lib/Unicode/Collate/Locale/yo.pl \ + ../../lib/Unicode/Collate/Locale/zh.pl ../../lib/Unicode/Collate/Locale/zh_big5.pl \ + ../../lib/Unicode/Collate/Locale/zh_gb.pl ../../lib/Unicode/Collate/Locale/zh_pin.pl \ + ../../lib/Unicode/Collate/Locale/zh_strk.pl ../../lib/Unicode/Collate/Locale/zh_zhu.pl \ + ../../lib/Unicode/Collate/allkeys.txt ../../lib/Unicode/Collate/keys.txt \ + Makefile.old Collate.o +rm -rf \ + Unicode-Collate-1.19 ../../lib/auto/Unicode/Collate \ + ../../lib/auto/Unicode/Collate +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Collate.pm +Not in MANIFEST: Collate.xs +Not in MANIFEST: Collate/allkeys.txt +Not in MANIFEST: Collate/CJK/Big5.pm +Not in MANIFEST: Collate/CJK/GB2312.pm +Not in MANIFEST: Collate/CJK/JISX0208.pm +Not in MANIFEST: Collate/CJK/Korean.pm +Not in MANIFEST: Collate/CJK/Pinyin.pm +Not in MANIFEST: Collate/CJK/Stroke.pm +Not in MANIFEST: Collate/CJK/Zhuyin.pm +Not in MANIFEST: Collate/keys.txt +Not in MANIFEST: Collate/Locale.pm +Not in MANIFEST: Collate/Locale/af.pl +Not in MANIFEST: Collate/Locale/ar.pl +Not in MANIFEST: Collate/Locale/as.pl +Not in MANIFEST: Collate/Locale/az.pl +Not in MANIFEST: Collate/Locale/be.pl +Not in MANIFEST: Collate/Locale/bn.pl +Not in MANIFEST: Collate/Locale/ca.pl +Not in MANIFEST: Collate/Locale/cs.pl +Not in MANIFEST: Collate/Locale/cy.pl +Not in MANIFEST: Collate/Locale/da.pl +Not in MANIFEST: Collate/Locale/de_at_ph.pl +Not in MANIFEST: Collate/Locale/de_phone.pl +Not in MANIFEST: Collate/Locale/ee.pl +Not in MANIFEST: Collate/Locale/eo.pl +Not in MANIFEST: Collate/Locale/es.pl +Not in MANIFEST: Collate/Locale/es_trad.pl +Not in MANIFEST: Collate/Locale/et.pl +Not in MANIFEST: Collate/Locale/fa.pl +Not in MANIFEST: Collate/Locale/fi.pl +Not in MANIFEST: Collate/Locale/fi_phone.pl +Not in MANIFEST: Collate/Locale/fil.pl +Not in MANIFEST: Collate/Locale/fo.pl +Not in MANIFEST: Collate/Locale/fr_ca.pl +Not in MANIFEST: Collate/Locale/gu.pl +Not in MANIFEST: Collate/Locale/ha.pl +Not in MANIFEST: Collate/Locale/haw.pl +Not in MANIFEST: Collate/Locale/he.pl +Not in MANIFEST: Collate/Locale/hi.pl +Not in MANIFEST: Collate/Locale/hr.pl +Not in MANIFEST: Collate/Locale/hu.pl +Not in MANIFEST: Collate/Locale/hy.pl +Not in MANIFEST: Collate/Locale/ig.pl +Not in MANIFEST: Collate/Locale/is.pl +Not in MANIFEST: Collate/Locale/ja.pl +Not in MANIFEST: Collate/Locale/kk.pl +Not in MANIFEST: Collate/Locale/kl.pl +Not in MANIFEST: Collate/Locale/kn.pl +Not in MANIFEST: Collate/Locale/ko.pl +Not in MANIFEST: Collate/Locale/kok.pl +Not in MANIFEST: Collate/Locale/ln.pl +Not in MANIFEST: Collate/Locale/lt.pl +Not in MANIFEST: Collate/Locale/lv.pl +Not in MANIFEST: Collate/Locale/mk.pl +Not in MANIFEST: Collate/Locale/ml.pl +Not in MANIFEST: Collate/Locale/mr.pl +Not in MANIFEST: Collate/Locale/mt.pl +Not in MANIFEST: Collate/Locale/nb.pl +Not in MANIFEST: Collate/Locale/nn.pl +Not in MANIFEST: Collate/Locale/nso.pl +Not in MANIFEST: Collate/Locale/om.pl +Not in MANIFEST: Collate/Locale/or.pl +Not in MANIFEST: Collate/Locale/pa.pl +Not in MANIFEST: Collate/Locale/pl.pl +Not in MANIFEST: Collate/Locale/ro.pl +Not in MANIFEST: Collate/Locale/sa.pl +Not in MANIFEST: Collate/Locale/se.pl +Not in MANIFEST: Collate/Locale/si.pl +Not in MANIFEST: Collate/Locale/si_dict.pl +Not in MANIFEST: Collate/Locale/sk.pl +Not in MANIFEST: Collate/Locale/sl.pl +Not in MANIFEST: Collate/Locale/sq.pl +Not in MANIFEST: Collate/Locale/sr.pl +Not in MANIFEST: Collate/Locale/sv.pl +Not in MANIFEST: Collate/Locale/sv_refo.pl +Not in MANIFEST: Collate/Locale/ta.pl +Not in MANIFEST: Collate/Locale/te.pl +Not in MANIFEST: Collate/Locale/th.pl +Not in MANIFEST: Collate/Locale/tn.pl +Not in MANIFEST: Collate/Locale/to.pl +Not in MANIFEST: Collate/Locale/tr.pl +Not in MANIFEST: Collate/Locale/ug_cyrl.pl +Not in MANIFEST: Collate/Locale/uk.pl +Not in MANIFEST: Collate/Locale/ur.pl +Not in MANIFEST: Collate/Locale/vi.pl +Not in MANIFEST: Collate/Locale/vo.pl +Not in MANIFEST: Collate/Locale/wae.pl +Not in MANIFEST: Collate/Locale/wo.pl +Not in MANIFEST: Collate/Locale/yo.pl +Not in MANIFEST: Collate/Locale/zh.pl +Not in MANIFEST: Collate/Locale/zh_big5.pl +Not in MANIFEST: Collate/Locale/zh_gb.pl +Not in MANIFEST: Collate/Locale/zh_pin.pl +Not in MANIFEST: Collate/Locale/zh_strk.pl +Not in MANIFEST: Collate/Locale/zh_zhu.pl +Not in MANIFEST: Makefile.PL +Not in MANIFEST: mkheader +Not in MANIFEST: t/altern.t +Not in MANIFEST: t/backwds.t +Not in MANIFEST: t/cjk_b5.t +Not in MANIFEST: t/cjk_gb.t +Not in MANIFEST: t/cjk_ja.t +Not in MANIFEST: t/cjk_ko.t +Not in MANIFEST: t/cjk_py.t +Not in MANIFEST: t/cjk_st.t +Not in MANIFEST: t/cjk_zy.t +Not in MANIFEST: t/cjkrange.t +Not in MANIFEST: t/compatui.t +Not in MANIFEST: t/contract.t +Not in MANIFEST: t/default.t +Not in MANIFEST: t/hangtype.t +Not in MANIFEST: t/hangul.t +Not in MANIFEST: t/ident.t +Not in MANIFEST: t/iglevel2.t +Not in MANIFEST: t/ignor.t +Not in MANIFEST: t/illegal.t +Not in MANIFEST: t/illegalp.t +Not in MANIFEST: t/index.t +Not in MANIFEST: t/loc_af.t +Not in MANIFEST: t/loc_ar.t +Not in MANIFEST: t/loc_as.t +Not in MANIFEST: t/loc_az.t +Not in MANIFEST: t/loc_be.t +Not in MANIFEST: t/loc_bg.t +Not in MANIFEST: t/loc_bn.t +Not in MANIFEST: t/loc_bs.t +Not in MANIFEST: t/loc_bscy.t +Not in MANIFEST: t/loc_ca.t +Not in MANIFEST: t/loc_cjk.t +Not in MANIFEST: t/loc_cjkc.t +Not in MANIFEST: t/loc_cs.t +Not in MANIFEST: t/loc_cy.t +Not in MANIFEST: t/loc_cyrl.t +Not in MANIFEST: t/loc_da.t +Not in MANIFEST: t/loc_de.t +Not in MANIFEST: t/loc_deat.t +Not in MANIFEST: t/loc_deph.t +Not in MANIFEST: t/loc_ee.t +Not in MANIFEST: t/loc_eo.t +Not in MANIFEST: t/loc_es.t +Not in MANIFEST: t/loc_estr.t +Not in MANIFEST: t/loc_et.t +Not in MANIFEST: t/loc_fa.t +Not in MANIFEST: t/loc_fi.t +Not in MANIFEST: t/loc_fil.t +Not in MANIFEST: t/loc_fiph.t +Not in MANIFEST: t/loc_fo.t +Not in MANIFEST: t/loc_fr.t +Not in MANIFEST: t/loc_frca.t +Not in MANIFEST: t/loc_gu.t +Not in MANIFEST: t/loc_ha.t +Not in MANIFEST: t/loc_haw.t +Not in MANIFEST: t/loc_he.t +Not in MANIFEST: t/loc_hi.t +Not in MANIFEST: t/loc_hr.t +Not in MANIFEST: t/loc_hu.t +Not in MANIFEST: t/loc_hy.t +Not in MANIFEST: t/loc_ig.t +Not in MANIFEST: t/loc_is.t +Not in MANIFEST: t/loc_ja.t +Not in MANIFEST: t/loc_jait.t +Not in MANIFEST: t/loc_japr.t +Not in MANIFEST: t/loc_kk.t +Not in MANIFEST: t/loc_kl.t +Not in MANIFEST: t/loc_kn.t +Not in MANIFEST: t/loc_ko.t +Not in MANIFEST: t/loc_kok.t +Not in MANIFEST: t/loc_ln.t +Not in MANIFEST: t/loc_lt.t +Not in MANIFEST: t/loc_lv.t +Not in MANIFEST: t/loc_mk.t +Not in MANIFEST: t/loc_ml.t +Not in MANIFEST: t/loc_mncy.t +Not in MANIFEST: t/loc_mr.t +Not in MANIFEST: t/loc_mt.t +Not in MANIFEST: t/loc_nb.t +Not in MANIFEST: t/loc_nn.t +Not in MANIFEST: t/loc_nso.t +Not in MANIFEST: t/loc_om.t +Not in MANIFEST: t/loc_or.t +Not in MANIFEST: t/loc_pa.t +Not in MANIFEST: t/loc_pl.t +Not in MANIFEST: t/loc_ro.t +Not in MANIFEST: t/loc_ru.t +Not in MANIFEST: t/loc_sa.t +Not in MANIFEST: t/loc_se.t +Not in MANIFEST: t/loc_si.t +Not in MANIFEST: t/loc_sidt.t +Not in MANIFEST: t/loc_sk.t +Not in MANIFEST: t/loc_sl.t +Not in MANIFEST: t/loc_sq.t +Not in MANIFEST: t/loc_sr.t +Not in MANIFEST: t/loc_srla.t +Not in MANIFEST: t/loc_sv.t +Not in MANIFEST: t/loc_svrf.t +Not in MANIFEST: t/loc_sw.t +Not in MANIFEST: t/loc_ta.t +Not in MANIFEST: t/loc_te.t +Not in MANIFEST: t/loc_test.t +Not in MANIFEST: t/loc_th.t +Not in MANIFEST: t/loc_tn.t +Not in MANIFEST: t/loc_to.t +Not in MANIFEST: t/loc_tr.t +Not in MANIFEST: t/loc_ugcy.t +Not in MANIFEST: t/loc_uk.t +Not in MANIFEST: t/loc_ur.t +Not in MANIFEST: t/loc_vi.t +Not in MANIFEST: t/loc_vo.t +Not in MANIFEST: t/loc_wae.t +Not in MANIFEST: t/loc_wo.t +Not in MANIFEST: t/loc_yo.t +Not in MANIFEST: t/loc_zh.t +Not in MANIFEST: t/loc_zhb5.t +Not in MANIFEST: t/loc_zhgb.t +Not in MANIFEST: t/loc_zhpy.t +Not in MANIFEST: t/loc_zhst.t +Not in MANIFEST: t/loc_zhzy.t +Not in MANIFEST: t/nonchar.t +Not in MANIFEST: t/normal.t +Not in MANIFEST: t/notable.t +Not in MANIFEST: t/overcjk0.t +Not in MANIFEST: t/overcjk1.t +Not in MANIFEST: t/override.t +Not in MANIFEST: t/rearrang.t +Not in MANIFEST: t/rewrite.t +Not in MANIFEST: t/test.t +Not in MANIFEST: t/trailwt.t +Not in MANIFEST: t/variable.t +Not in MANIFEST: t/version.t +Not in MANIFEST: t/view.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +rm -f \ + Normalize.bso Normalize.def \ + Normalize.exp Normalize.x \ + Normalize.bs ../../lib/auto/Unicode/Normalize/extralibs.all \ + ../../lib/auto/Unicode/Normalize/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Normalize.base \ + Normalize.bs Normalize.bso \ + Normalize.c Normalize.def \ + Normalize.exp Normalize.o \ + Normalize_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libNormalize.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib unfcan.h \ + unfcmb.h unfcmp.h \ + unfcpt.h unfexc.h +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Unicode/Normalize.pm \ + Makefile.old Normalize.o +rm -rf \ + Unicode-Normalize-1.25 ../../lib/auto/Unicode/Normalize \ + ../../lib/auto/Unicode/Normalize +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Makefile.PL +Not in MANIFEST: mkheader +Not in MANIFEST: Normalize.pm +Not in MANIFEST: Normalize.xs +Not in MANIFEST: t/fcdc.t +Not in MANIFEST: t/form.t +Not in MANIFEST: t/func.t +Not in MANIFEST: t/illegal.t +Not in MANIFEST: t/norm.t +Not in MANIFEST: t/null.t +Not in MANIFEST: t/partial1.t +Not in MANIFEST: t/partial2.t +Not in MANIFEST: t/proto.t +Not in MANIFEST: t/split.t +Not in MANIFEST: t/test.t +Not in MANIFEST: t/tie.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/XS-APItest' +rm -f \ + APItest.bso APItest.def \ + APItest.exp APItest.x \ + APItest.bs ../../lib/auto/XS/APItest/extralibs.all \ + ../../lib/auto/XS/APItest/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core APItest.base \ + APItest.bs APItest.bso \ + APItest.c APItest.def \ + APItest.exp APItest.o \ + APItest_def.old MYMETA.json \ + MYMETA.yml XSUB-redefined-macros.base \ + XSUB-redefined-macros.bs XSUB-redefined-macros.bso \ + XSUB-redefined-macros.c XSUB-redefined-macros.def \ + XSUB-redefined-macros.exp XSUB-redefined-macros.o \ + XSUB-redefined-macros_def.old XSUB-undef-XS_VERSION.base \ + XSUB-undef-XS_VERSION.bs XSUB-undef-XS_VERSION.bso \ + XSUB-undef-XS_VERSION.c XSUB-undef-XS_VERSION.def \ + XSUB-undef-XS_VERSION.exp XSUB-undef-XS_VERSION.o \ + XSUB-undef-XS_VERSION_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libAPItest.def \ + mon.out numeric.base \ + numeric.bs numeric.bso \ + numeric.c numeric.def \ + numeric.exp numeric.o \ + numeric_def.old perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/XS/APItest.pm \ + Makefile.old APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o +rm -rf \ + XS-APItest-0.92 ../../lib/auto/XS/APItest \ + ../../lib/auto/XS/APItest const-c.inc \ + const-xs.inc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: APItest.pm +Not in MANIFEST: APItest.xs +Not in MANIFEST: APItest_BS +Not in MANIFEST: core.c +Not in MANIFEST: core_or_not.inc +Not in MANIFEST: exception.c +Not in MANIFEST: Makefile.PL +Not in MANIFEST: notcore.c +Not in MANIFEST: numeric.xs +Not in MANIFEST: t/addissub.t +Not in MANIFEST: t/arrayexpr.t +Not in MANIFEST: t/autoload.t +Not in MANIFEST: t/BHK.pm +Not in MANIFEST: t/Block.pm +Not in MANIFEST: t/blockasexpr.t +Not in MANIFEST: t/blockhooks-csc.t +Not in MANIFEST: t/blockhooks.t +Not in MANIFEST: t/bootstrap.t +Not in MANIFEST: t/call.t +Not in MANIFEST: t/call_checker.t +Not in MANIFEST: t/caller.t +Not in MANIFEST: t/callregexec.t +Not in MANIFEST: t/check_warnings.t +Not in MANIFEST: t/cleanup.t +Not in MANIFEST: t/clone-with-stack.t +Not in MANIFEST: t/cophh.t +Not in MANIFEST: t/coplabel.t +Not in MANIFEST: t/copstash.t +Not in MANIFEST: t/copyhints.t +Not in MANIFEST: t/customop.t +Not in MANIFEST: t/cv_name.t +Not in MANIFEST: t/eval-filter.t +Not in MANIFEST: t/exception.t +Not in MANIFEST: t/extend.t +Not in MANIFEST: t/fetch_pad_names.t +Not in MANIFEST: t/gotosub.t +Not in MANIFEST: t/grok.t +Not in MANIFEST: t/gv_autoload4.t +Not in MANIFEST: t/gv_const_sv.t +Not in MANIFEST: t/gv_fetchmeth.t +Not in MANIFEST: t/gv_fetchmeth_autoload.t +Not in MANIFEST: t/gv_fetchmethod_flags.t +Not in MANIFEST: t/gv_init.t +Not in MANIFEST: t/handy00.t +Not in MANIFEST: t/handy01.t +Not in MANIFEST: t/handy02.t +Not in MANIFEST: t/handy03.t +Not in MANIFEST: t/handy04.t +Not in MANIFEST: t/handy05.t +Not in MANIFEST: t/handy06.t +Not in MANIFEST: t/handy07.t +Not in MANIFEST: t/handy08.t +Not in MANIFEST: t/handy09.t +Not in MANIFEST: t/handy_base.pl +Not in MANIFEST: t/hash.t +Not in MANIFEST: t/join_with_space.t +Not in MANIFEST: t/keyword_multiline.t +Not in MANIFEST: t/keyword_plugin.t +Not in MANIFEST: t/labelconst.aux +Not in MANIFEST: t/labelconst.t +Not in MANIFEST: t/labelconst_utf8.aux +Not in MANIFEST: t/lexsub.t +Not in MANIFEST: t/load-module.t +Not in MANIFEST: t/locale.t +Not in MANIFEST: t/loopblock.t +Not in MANIFEST: t/looprest.t +Not in MANIFEST: t/lvalue.t +Not in MANIFEST: t/magic.t +Not in MANIFEST: t/magic_chain.t +Not in MANIFEST: t/Markers.pm +Not in MANIFEST: t/mro.t +Not in MANIFEST: t/multicall.t +Not in MANIFEST: t/my_cxt.t +Not in MANIFEST: t/my_exit.t +Not in MANIFEST: t/newCONSTSUB.t +Not in MANIFEST: t/newDEFSVOP.t +Not in MANIFEST: t/Null.pm +Not in MANIFEST: t/op.t +Not in MANIFEST: t/op_contextualize.t +Not in MANIFEST: t/op_list.t +Not in MANIFEST: t/overload.t +Not in MANIFEST: t/pad_scalar.t +Not in MANIFEST: t/peep.t +Not in MANIFEST: t/pmflag.t +Not in MANIFEST: t/postinc.t +Not in MANIFEST: t/printf.t +Not in MANIFEST: t/ptr_table.t +Not in MANIFEST: t/push.t +Not in MANIFEST: t/refs.t +Not in MANIFEST: t/rmagical.t +Not in MANIFEST: t/rv2cv_op_cv.t +Not in MANIFEST: t/savehints.t +Not in MANIFEST: t/scopelessblock.t +Not in MANIFEST: t/sort.t +Not in MANIFEST: t/stmtasexpr.t +Not in MANIFEST: t/stmtsasexpr.t +Not in MANIFEST: t/stuff_modify_bug.t +Not in MANIFEST: t/stuff_svcur_bug.t +Not in MANIFEST: t/subcall.t +Not in MANIFEST: t/svcat.t +Not in MANIFEST: t/svcatpvf.t +Not in MANIFEST: t/sviscow.t +Not in MANIFEST: t/svpeek.t +Not in MANIFEST: t/svpv.t +Not in MANIFEST: t/svpv_magic.t +Not in MANIFEST: t/svsetsv.t +Not in MANIFEST: t/swaplabel.t +Not in MANIFEST: t/swaptwostmts.t +Not in MANIFEST: t/sym-hook.t +Not in MANIFEST: t/synthetic_scope.t +Not in MANIFEST: t/temp_lv_sub.t +Not in MANIFEST: t/underscore_length.t +Not in MANIFEST: t/utf16_to_utf8.t +Not in MANIFEST: t/utf8.t +Not in MANIFEST: t/utf8_setup.pl +Not in MANIFEST: t/utf8_warn00.t +Not in MANIFEST: t/utf8_warn01.t +Not in MANIFEST: t/utf8_warn02.t +Not in MANIFEST: t/utf8_warn03.t +Not in MANIFEST: t/utf8_warn04.t +Not in MANIFEST: t/utf8_warn05.t +Not in MANIFEST: t/utf8_warn06.t +Not in MANIFEST: t/utf8_warn07.t +Not in MANIFEST: t/utf8_warn08.t +Not in MANIFEST: t/utf8_warn09.t +Not in MANIFEST: t/utf8_warn_base.pl +Not in MANIFEST: t/weaken.t +Not in MANIFEST: t/whichsig.t +Not in MANIFEST: t/win32.t +Not in MANIFEST: t/xs_special_subs.t +Not in MANIFEST: t/xs_special_subs_require.t +Not in MANIFEST: t/xsub_h.t +Not in MANIFEST: typemap +Not in MANIFEST: XSUB-redefined-macros.xs +Not in MANIFEST: XSUB-undef-XS_VERSION.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/XS-APItest' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/XS-Typemap' +rm -f \ + Typemap.bso Typemap.def \ + Typemap.exp Typemap.x \ + Typemap.bs ../../lib/auto/XS/Typemap/extralibs.all \ + ../../lib/auto/XS/Typemap/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml Typemap.base \ + Typemap.bs Typemap.bso \ + Typemap.c Typemap.def \ + Typemap.exp Typemap.o \ + Typemap_def.old blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libTypemap.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/XS/Typemap.pm \ + Makefile.old stdio.o Typemap.o +rm -rf \ + XS-Typemap-0.15 ../../lib/auto/XS/Typemap \ + ../../lib/auto/XS/Typemap +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Makefile.PL +Not in MANIFEST: README +Not in MANIFEST: stdio.c +Not in MANIFEST: t/Typemap.t +Not in MANIFEST: Typemap.pm +Not in MANIFEST: Typemap.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/XS-Typemap' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +rm -f \ + Tar.bso Tar.def \ + Tar.exp Tar.x \ + ../../lib/auto/Archive/Tar/extralibs.all \ + ../../lib/auto/Archive/Tar/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libTar.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Archive/Tar.pm ../../lib/Archive/Tar/Constant.pm \ + ../../lib/Archive/Tar/File.pm +rm -rf \ + Archive-Tar-2.26 ../../lib/auto/Archive/Tar \ + ../../lib/auto/Archive/Tar Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/ptar +Not in MANIFEST: bin/ptardiff +Not in MANIFEST: bin/ptargrep +Not in MANIFEST: lib/Archive/Tar.pm +Not in MANIFEST: lib/Archive/Tar/Constant.pm +Not in MANIFEST: lib/Archive/Tar/File.pm +Not in MANIFEST: t/01_use.t +Not in MANIFEST: t/02_methods.t +Not in MANIFEST: t/03_file.t +Not in MANIFEST: t/04_resolved_issues.t +Not in MANIFEST: t/05_iter.t +Not in MANIFEST: t/06_error.t +Not in MANIFEST: t/08_ptargrep.t +Not in MANIFEST: t/09_roundtrip.t +Not in MANIFEST: t/90_symlink.t +Not in MANIFEST: t/99_pod.t +Not in MANIFEST: t/src/header/signed.tar +Not in MANIFEST: t/src/linktest/linktest_missing_dir.tar +Not in MANIFEST: t/src/linktest/linktest_with_dir.tar +Not in MANIFEST: t/src/long/b +Not in MANIFEST: t/src/long/bar.tar +Not in MANIFEST: t/src/long/foo.tbz +Not in MANIFEST: t/src/long/foo.tgz +Not in MANIFEST: t/src/short/b +Not in MANIFEST: t/src/short/bar.tar +Not in MANIFEST: t/src/short/foo.tbz +Not in MANIFEST: t/src/short/foo.tgz +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +Running pm_to_blib for dist/Attribute-Handlers directly +Running pm_to_blib for cpan/autodie directly +Running pm_to_blib for cpan/AutoLoader directly +Running pm_to_blib for dist/autouse directly +make[2]: Entering directory '/home/ryan/workspace/perl/dist/base' +rm -f \ + base.bso base.def \ + base.exp base.x \ + ../../lib/auto/base/extralibs.all \ + ../../lib/auto/base/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libbase.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/base.pm ../../lib/fields.pm +rm -rf \ + base-2.26 ../../lib/auto/base \ + ../../lib/auto/base +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: lib/base.pm +Not in MANIFEST: lib/fields.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/base-open-chunk.t +Not in MANIFEST: t/base-open-line.t +Not in MANIFEST: t/base.t +Not in MANIFEST: t/compile-time.t +Not in MANIFEST: t/core-global.t +Not in MANIFEST: t/fields-5_6_0.t +Not in MANIFEST: t/fields-5_8_0.t +Not in MANIFEST: t/fields-base.t +Not in MANIFEST: t/fields.t +Not in MANIFEST: t/incdot.t +Not in MANIFEST: t/isa.t +Not in MANIFEST: t/lib/BaseIncMandatory.pm +Not in MANIFEST: t/lib/BaseIncOptional.pm +Not in MANIFEST: t/lib/Broken.pm +Not in MANIFEST: t/lib/Dummy.pm +Not in MANIFEST: t/lib/HasSigDie.pm +Not in MANIFEST: t/sigdie.t +Not in MANIFEST: t/version.t +Not in MANIFEST: t/warnings.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/base' +Running pm_to_blib for cpan/B-Debug directly +Running pm_to_blib for cpan/bignum directly +Running pm_to_blib for dist/Carp directly +Running pm_to_blib for cpan/Config-Perl-V directly +Running pm_to_blib for dist/constant directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN' +rm -f \ + CPAN.bso CPAN.def \ + CPAN.exp CPAN.x \ + ../../lib/auto/CPAN/extralibs.all \ + ../../lib/auto/CPAN/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCPAN.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/App/Cpan.pm ../../lib/CPAN.pm \ + ../../lib/CPAN/API/HOWTO.pod ../../lib/CPAN/Author.pm \ + ../../lib/CPAN/Bundle.pm ../../lib/CPAN/CacheMgr.pm \ + ../../lib/CPAN/Complete.pm ../../lib/CPAN/Debug.pm \ + ../../lib/CPAN/DeferredCode.pm ../../lib/CPAN/Distribution.pm \ + ../../lib/CPAN/Distroprefs.pm ../../lib/CPAN/Distrostatus.pm \ + ../../lib/CPAN/Exception/RecursiveDependency.pm ../../lib/CPAN/Exception/blocked_urllist.pm \ + ../../lib/CPAN/Exception/yaml_not_installed.pm ../../lib/CPAN/Exception/yaml_process_error.pm \ + ../../lib/CPAN/FTP.pm ../../lib/CPAN/FTP/netrc.pm \ + ../../lib/CPAN/FirstTime.pm ../../lib/CPAN/HTTP/Client.pm \ + ../../lib/CPAN/HTTP/Credentials.pm ../../lib/CPAN/HandleConfig.pm \ + ../../lib/CPAN/Index.pm ../../lib/CPAN/InfoObj.pm \ + ../../lib/CPAN/Kwalify.pm ../../lib/CPAN/Kwalify/distroprefs.dd \ + ../../lib/CPAN/Kwalify/distroprefs.yml ../../lib/CPAN/LWP/UserAgent.pm \ + ../../lib/CPAN/Mirrors.pm ../../lib/CPAN/Module.pm \ + ../../lib/CPAN/Nox.pm ../../lib/CPAN/Plugin.pm \ + ../../lib/CPAN/Plugin/Specfile.pm ../../lib/CPAN/Prompt.pm \ + ../../lib/CPAN/Queue.pm ../../lib/CPAN/Shell.pm \ + ../../lib/CPAN/Tarzip.pm ../../lib/CPAN/URL.pm \ + ../../lib/CPAN/Version.pm +rm -rf \ + CPAN-2.18 ../../lib/auto/CPAN \ + ../../lib/auto/CPAN Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/App/Cpan.pm +Not in MANIFEST: lib/CPAN.pm +Not in MANIFEST: lib/CPAN/API/HOWTO.pod +Not in MANIFEST: lib/CPAN/Author.pm +Not in MANIFEST: lib/CPAN/Bundle.pm +Not in MANIFEST: lib/CPAN/CacheMgr.pm +Not in MANIFEST: lib/CPAN/Complete.pm +Not in MANIFEST: lib/CPAN/Debug.pm +Not in MANIFEST: lib/CPAN/DeferredCode.pm +Not in MANIFEST: lib/CPAN/Distribution.pm +Not in MANIFEST: lib/CPAN/Distroprefs.pm +Not in MANIFEST: lib/CPAN/Distrostatus.pm +Not in MANIFEST: lib/CPAN/Exception/blocked_urllist.pm +Not in MANIFEST: lib/CPAN/Exception/RecursiveDependency.pm +Not in MANIFEST: lib/CPAN/Exception/yaml_not_installed.pm +Not in MANIFEST: lib/CPAN/Exception/yaml_process_error.pm +Not in MANIFEST: lib/CPAN/FirstTime.pm +Not in MANIFEST: lib/CPAN/FTP.pm +Not in MANIFEST: lib/CPAN/FTP/netrc.pm +Not in MANIFEST: lib/CPAN/HandleConfig.pm +Not in MANIFEST: lib/CPAN/HTTP/Client.pm +Not in MANIFEST: lib/CPAN/HTTP/Credentials.pm +Not in MANIFEST: lib/CPAN/Index.pm +Not in MANIFEST: lib/CPAN/InfoObj.pm +Not in MANIFEST: lib/CPAN/Kwalify.pm +Not in MANIFEST: lib/CPAN/Kwalify/distroprefs.dd +Not in MANIFEST: lib/CPAN/Kwalify/distroprefs.yml +Not in MANIFEST: lib/CPAN/LWP/UserAgent.pm +Not in MANIFEST: lib/CPAN/Mirrors.pm +Not in MANIFEST: lib/CPAN/Module.pm +Not in MANIFEST: lib/CPAN/Nox.pm +Not in MANIFEST: lib/CPAN/Plugin.pm +Not in MANIFEST: lib/CPAN/Plugin/Specfile.pm +Not in MANIFEST: lib/CPAN/Prompt.pm +Not in MANIFEST: lib/CPAN/Queue.pm +Not in MANIFEST: lib/CPAN/Shell.pm +Not in MANIFEST: lib/CPAN/Tarzip.pm +Not in MANIFEST: lib/CPAN/URL.pm +Not in MANIFEST: lib/CPAN/Version.pm +Not in MANIFEST: PAUSE2003.pub +Not in MANIFEST: PAUSE2005.pub +Not in MANIFEST: PAUSE2007.pub +Not in MANIFEST: PAUSE2009.pub +Not in MANIFEST: PAUSE2011.pub +Not in MANIFEST: scripts/cpan +Not in MANIFEST: t/01loadme.t +Not in MANIFEST: t/02nox.t +Not in MANIFEST: t/03pkgs.t +Not in MANIFEST: t/10version.t +Not in MANIFEST: t/11mirroredby.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +rm -f \ + Meta.bso Meta.def \ + Meta.exp Meta.x \ + ../../lib/auto/CPAN/Meta/extralibs.all \ + ../../lib/auto/CPAN/Meta/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libMeta.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/CPAN/Meta.pm ../../lib/CPAN/Meta/Converter.pm \ + ../../lib/CPAN/Meta/Feature.pm ../../lib/CPAN/Meta/History.pm \ + ../../lib/CPAN/Meta/History/Meta_1_0.pod ../../lib/CPAN/Meta/History/Meta_1_1.pod \ + ../../lib/CPAN/Meta/History/Meta_1_2.pod ../../lib/CPAN/Meta/History/Meta_1_3.pod \ + ../../lib/CPAN/Meta/History/Meta_1_4.pod ../../lib/CPAN/Meta/Merge.pm \ + ../../lib/CPAN/Meta/Prereqs.pm ../../lib/CPAN/Meta/Spec.pm \ + ../../lib/CPAN/Meta/Validator.pm ../../lib/Parse/CPAN/Meta.pm +rm -rf \ + CPAN-Meta-2.150010 ../../lib/auto/CPAN/Meta \ + ../../lib/auto/CPAN/Meta Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: corpus/BadMETA.yml +Not in MANIFEST: corpus/bareyaml.meta +Not in MANIFEST: corpus/CL018_yaml.meta +Not in MANIFEST: corpus/json.meta +Not in MANIFEST: corpus/META-VR.json +Not in MANIFEST: corpus/META-VR.yml +Not in MANIFEST: corpus/yaml.meta +Not in MANIFEST: lib/CPAN/Meta.pm +Not in MANIFEST: lib/CPAN/Meta/Converter.pm +Not in MANIFEST: lib/CPAN/Meta/Feature.pm +Not in MANIFEST: lib/CPAN/Meta/History.pm +Not in MANIFEST: lib/CPAN/Meta/History/Meta_1_0.pod +Not in MANIFEST: lib/CPAN/Meta/History/Meta_1_1.pod +Not in MANIFEST: lib/CPAN/Meta/History/Meta_1_2.pod +Not in MANIFEST: lib/CPAN/Meta/History/Meta_1_3.pod +Not in MANIFEST: lib/CPAN/Meta/History/Meta_1_4.pod +Not in MANIFEST: lib/CPAN/Meta/Merge.pm +Not in MANIFEST: lib/CPAN/Meta/Prereqs.pm +Not in MANIFEST: lib/CPAN/Meta/Spec.pm +Not in MANIFEST: lib/CPAN/Meta/Validator.pm +Not in MANIFEST: lib/Parse/CPAN/Meta.pm +Not in MANIFEST: t/converter-bad.t +Not in MANIFEST: t/converter-fail.t +Not in MANIFEST: t/converter-fragments.t +Not in MANIFEST: t/converter.t +Not in MANIFEST: t/data-fail/META-1_0.yml +Not in MANIFEST: t/data-fail/META-1_1.yml +Not in MANIFEST: t/data-fail/META-1_2.yml +Not in MANIFEST: t/data-fail/META-1_3.yml +Not in MANIFEST: t/data-fail/META-1_4.yml +Not in MANIFEST: t/data-fail/META-2.json +Not in MANIFEST: t/data-fixable/107650337-META.yml +Not in MANIFEST: t/data-fixable/1598804075-META.yml +Not in MANIFEST: t/data-fixable/1927486199-META.yml +Not in MANIFEST: t/data-fixable/1985980974-META.yml +Not in MANIFEST: t/data-fixable/2031017050-META.yml +Not in MANIFEST: t/data-fixable/284247103-META.yml +Not in MANIFEST: t/data-fixable/344981821-META.yml +Not in MANIFEST: t/data-fixable/35478989-META.yml +Not in MANIFEST: t/data-fixable/98042513-META.yml +Not in MANIFEST: t/data-fixable/invalid-meta-spec-version.json +Not in MANIFEST: t/data-fixable/invalid-meta-spec-version.yml +Not in MANIFEST: t/data-fixable/META-1_2.yml +Not in MANIFEST: t/data-fixable/META-1_3.yml +Not in MANIFEST: t/data-fixable/META-1_4.yml +Not in MANIFEST: t/data-fixable/META-2.json +Not in MANIFEST: t/data-fixable/meta-spec-version-trailing-zeros.json +Not in MANIFEST: t/data-fixable/meta-spec-version-trailing-zeros.yml +Not in MANIFEST: t/data-fixable/restrictive-2.json +Not in MANIFEST: t/data-fixable/version-ranges-2.json +Not in MANIFEST: t/data-test/gpl-1_4.yml +Not in MANIFEST: t/data-test/META-1_0.yml +Not in MANIFEST: t/data-test/META-1_1.yml +Not in MANIFEST: t/data-test/META-1_2.yml +Not in MANIFEST: t/data-test/META-1_3.yml +Not in MANIFEST: t/data-test/META-1_4.yml +Not in MANIFEST: t/data-test/META-2.json +Not in MANIFEST: t/data-test/META-2.meta +Not in MANIFEST: t/data-test/preserve-release-status.yml +Not in MANIFEST: t/data-test/provides-version-missing.json +Not in MANIFEST: t/data-test/resources.yml +Not in MANIFEST: t/data-test/restricted-2.json +Not in MANIFEST: t/data-test/restrictive-1_4.yml +Not in MANIFEST: t/data-test/unicode.yml +Not in MANIFEST: t/data-test/version-not-normal.json +Not in MANIFEST: t/data-test/version-ranges-1_4.yml +Not in MANIFEST: t/data-test/version-ranges-2.json +Not in MANIFEST: t/data-test/x_deprecated-META.json +Not in MANIFEST: t/data-valid/1122575719-META.yml +Not in MANIFEST: t/data-valid/1206545041-META.yml +Not in MANIFEST: t/data-valid/1985684504-META.yml +Not in MANIFEST: t/data-valid/476602558-META.yml +Not in MANIFEST: t/data-valid/META-1_0.yml +Not in MANIFEST: t/data-valid/META-1_1.yml +Not in MANIFEST: t/data-valid/META-1_4.yml +Not in MANIFEST: t/data-valid/META-2.json +Not in MANIFEST: t/data-valid/scalar-meta-spec.yml +Not in MANIFEST: t/data-valid/x_deprecated-META.yml +Not in MANIFEST: t/lib/Parse/CPAN/Meta/Test.pm +Not in MANIFEST: t/load-bad.t +Not in MANIFEST: t/merge.t +Not in MANIFEST: t/meta-obj.t +Not in MANIFEST: t/no-index.t +Not in MANIFEST: t/optional_feature-merge.t +Not in MANIFEST: t/parse-cpan-meta/02_api.t +Not in MANIFEST: t/parse-cpan-meta/03_functions.t +Not in MANIFEST: t/parse-cpan-meta/04_export.t +Not in MANIFEST: t/parse-cpan-meta/05_errors.t +Not in MANIFEST: t/prereqs-finalize.t +Not in MANIFEST: t/prereqs-merge.t +Not in MANIFEST: t/prereqs.t +Not in MANIFEST: t/README-data.txt +Not in MANIFEST: t/repository.t +Not in MANIFEST: t/save-load.t +Not in MANIFEST: t/validator.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +Running pm_to_blib for cpan/CPAN-Meta-Requirements directly +Running pm_to_blib for cpan/CPAN-Meta-YAML directly +Running pm_to_blib for dist/Devel-SelfStubber directly +Running pm_to_blib for cpan/Digest directly +Running pm_to_blib for dist/Dumpvalue directly +Running pm_to_blib for dist/encoding-warnings directly +Running pm_to_blib for dist/Env directly +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Errno' +rm -f \ + Errno.bso Errno.def \ + Errno.exp Errno.x \ + ../../lib/auto/Errno/extralibs.all \ + ../../lib/auto/Errno/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libErrno.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Errno.pm arch.txt \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Errno.pm \ + Makefile.old +rm -rf \ + Errno-1.28 ../../lib/auto/Errno \ + ../../lib/auto/Errno +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: ChangeLog +Not in MANIFEST: Errno_pm.PL +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/Errno.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Errno' +Running pm_to_blib for cpan/experimental directly +Running pm_to_blib for dist/Exporter directly +Running pm_to_blib for dist/ExtUtils-CBuilder directly +Running pm_to_blib for cpan/ExtUtils-Constant directly +Running pm_to_blib for cpan/ExtUtils-Install directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +rm -f \ + MakeMaker.bso MakeMaker.def \ + MakeMaker.exp MakeMaker.x \ + ../../lib/auto/ExtUtils/MakeMaker/extralibs.all \ + ../../lib/auto/ExtUtils/MakeMaker/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libMakeMaker.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/ExtUtils/Command.pm ../../lib/ExtUtils/Command/MM.pm \ + ../../lib/ExtUtils/Liblist.pm ../../lib/ExtUtils/Liblist/Kid.pm \ + ../../lib/ExtUtils/MM.pm ../../lib/ExtUtils/MM_AIX.pm \ + ../../lib/ExtUtils/MM_Any.pm ../../lib/ExtUtils/MM_BeOS.pm \ + ../../lib/ExtUtils/MM_Cygwin.pm ../../lib/ExtUtils/MM_DOS.pm \ + ../../lib/ExtUtils/MM_Darwin.pm ../../lib/ExtUtils/MM_MacOS.pm \ + ../../lib/ExtUtils/MM_NW5.pm ../../lib/ExtUtils/MM_OS2.pm \ + ../../lib/ExtUtils/MM_QNX.pm ../../lib/ExtUtils/MM_UWIN.pm \ + ../../lib/ExtUtils/MM_Unix.pm ../../lib/ExtUtils/MM_VMS.pm \ + ../../lib/ExtUtils/MM_VOS.pm ../../lib/ExtUtils/MM_Win32.pm \ + ../../lib/ExtUtils/MM_Win95.pm ../../lib/ExtUtils/MY.pm \ + ../../lib/ExtUtils/MakeMaker.pm ../../lib/ExtUtils/MakeMaker/Config.pm \ + ../../lib/ExtUtils/MakeMaker/FAQ.pod ../../lib/ExtUtils/MakeMaker/Locale.pm \ + ../../lib/ExtUtils/MakeMaker/Tutorial.pod ../../lib/ExtUtils/MakeMaker/version.pm \ + ../../lib/ExtUtils/MakeMaker/version/regex.pm ../../lib/ExtUtils/Mkbootstrap.pm \ + ../../lib/ExtUtils/Mksymlists.pm ../../lib/ExtUtils/testlib.pm +rm -rf \ + ExtUtils-MakeMaker-7.30 ../../lib/auto/ExtUtils/MakeMaker \ + ../../lib/auto/ExtUtils/MakeMaker Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/instmodsh +Not in MANIFEST: lib/ExtUtils/Command.pm +Not in MANIFEST: lib/ExtUtils/Command/MM.pm +Not in MANIFEST: lib/ExtUtils/Liblist.pm +Not in MANIFEST: lib/ExtUtils/Liblist/Kid.pm +Not in MANIFEST: lib/ExtUtils/MakeMaker.pm +Not in MANIFEST: lib/ExtUtils/MakeMaker/Config.pm +Not in MANIFEST: lib/ExtUtils/MakeMaker/FAQ.pod +Not in MANIFEST: lib/ExtUtils/MakeMaker/Locale.pm +Not in MANIFEST: lib/ExtUtils/MakeMaker/Tutorial.pod +Not in MANIFEST: lib/ExtUtils/MakeMaker/version.pm +Not in MANIFEST: lib/ExtUtils/MakeMaker/version/regex.pm +Not in MANIFEST: lib/ExtUtils/Mkbootstrap.pm +Not in MANIFEST: lib/ExtUtils/Mksymlists.pm +Not in MANIFEST: lib/ExtUtils/MM.pm +Not in MANIFEST: lib/ExtUtils/MM_AIX.pm +Not in MANIFEST: lib/ExtUtils/MM_Any.pm +Not in MANIFEST: lib/ExtUtils/MM_BeOS.pm +Not in MANIFEST: lib/ExtUtils/MM_Cygwin.pm +Not in MANIFEST: lib/ExtUtils/MM_Darwin.pm +Not in MANIFEST: lib/ExtUtils/MM_DOS.pm +Not in MANIFEST: lib/ExtUtils/MM_MacOS.pm +Not in MANIFEST: lib/ExtUtils/MM_NW5.pm +Not in MANIFEST: lib/ExtUtils/MM_OS2.pm +Not in MANIFEST: lib/ExtUtils/MM_QNX.pm +Not in MANIFEST: lib/ExtUtils/MM_Unix.pm +Not in MANIFEST: lib/ExtUtils/MM_UWIN.pm +Not in MANIFEST: lib/ExtUtils/MM_VMS.pm +Not in MANIFEST: lib/ExtUtils/MM_VOS.pm +Not in MANIFEST: lib/ExtUtils/MM_Win32.pm +Not in MANIFEST: lib/ExtUtils/MM_Win95.pm +Not in MANIFEST: lib/ExtUtils/MY.pm +Not in MANIFEST: lib/ExtUtils/testlib.pm +Not in MANIFEST: t/00compile.t +Not in MANIFEST: t/01perl_bugs.t +Not in MANIFEST: t/02-xsdynamic.t +Not in MANIFEST: t/03-xsstatic.t +Not in MANIFEST: t/arch_check.t +Not in MANIFEST: t/backwards.t +Not in MANIFEST: t/basic.t +Not in MANIFEST: t/build_man.t +Not in MANIFEST: t/cd.t +Not in MANIFEST: t/config.t +Not in MANIFEST: t/cp.t +Not in MANIFEST: t/dir_target.t +Not in MANIFEST: t/echo.t +Not in MANIFEST: t/eu_command.t +Not in MANIFEST: t/FIRST_MAKEFILE.t +Not in MANIFEST: t/fix_libs.t +Not in MANIFEST: t/fixin.t +Not in MANIFEST: t/hints.t +Not in MANIFEST: t/INST.t +Not in MANIFEST: t/INST_PREFIX.t +Not in MANIFEST: t/INSTALL_BASE.t +Not in MANIFEST: t/installed_file.t +Not in MANIFEST: t/is_of_type.t +Not in MANIFEST: t/lib/MakeMaker/Test/NoXS.pm +Not in MANIFEST: t/lib/MakeMaker/Test/Setup/BFD.pm +Not in MANIFEST: t/lib/MakeMaker/Test/Setup/XS.pm +Not in MANIFEST: t/lib/MakeMaker/Test/Utils.pm +Not in MANIFEST: t/lib/TieIn.pm +Not in MANIFEST: t/lib/TieOut.pm +Not in MANIFEST: t/Liblist.t +Not in MANIFEST: t/make.t +Not in MANIFEST: t/MakeMaker_Parameters.t +Not in MANIFEST: t/maketext_filter.t +Not in MANIFEST: t/meta_convert.t +Not in MANIFEST: t/META_for_testing.json +Not in MANIFEST: t/META_for_testing.yml +Not in MANIFEST: t/META_for_testing_tricky_version.yml +Not in MANIFEST: t/metafile_data.t +Not in MANIFEST: t/metafile_file.t +Not in MANIFEST: t/min_perl_version.t +Not in MANIFEST: t/miniperl.t +Not in MANIFEST: t/Mkbootstrap.t +Not in MANIFEST: t/MM_Any.t +Not in MANIFEST: t/MM_BeOS.t +Not in MANIFEST: t/MM_Cygwin.t +Not in MANIFEST: t/MM_NW5.t +Not in MANIFEST: t/MM_OS2.t +Not in MANIFEST: t/MM_Unix.t +Not in MANIFEST: t/MM_VMS.t +Not in MANIFEST: t/MM_Win32.t +Not in MANIFEST: t/oneliner.t +Not in MANIFEST: t/os_unsupported.t +Not in MANIFEST: t/parse_abstract.t +Not in MANIFEST: t/parse_version.t +Not in MANIFEST: t/PL_FILES.t +Not in MANIFEST: t/pm.t +Not in MANIFEST: t/pm_to_blib.t +Not in MANIFEST: t/pod2man.t +Not in MANIFEST: t/postamble.t +Not in MANIFEST: t/prefixify.t +Not in MANIFEST: t/prereq.t +Not in MANIFEST: t/prereq_print.t +Not in MANIFEST: t/problems.t +Not in MANIFEST: t/prompt.t +Not in MANIFEST: t/recurs.t +Not in MANIFEST: t/revision.t +Not in MANIFEST: t/several_authors.t +Not in MANIFEST: t/split_command.t +Not in MANIFEST: t/test_boilerplate.t +Not in MANIFEST: t/testdata/reallylongdirectoryname/arch1/Config.pm +Not in MANIFEST: t/testdata/reallylongdirectoryname/arch2/Config.pm +Not in MANIFEST: t/testlib.t +Not in MANIFEST: t/unicode.t +Not in MANIFEST: t/VERSION_FROM.t +Not in MANIFEST: t/vstrings.t +Not in MANIFEST: t/WriteEmptyMakefile.t +Not in MANIFEST: t/writemakefile_args.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +rm -f \ + Manifest.bso Manifest.def \ + Manifest.exp Manifest.x \ + ../../lib/auto/ExtUtils/Manifest/extralibs.all \ + ../../lib/auto/ExtUtils/Manifest/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libManifest.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/ExtUtils/MANIFEST.SKIP ../../lib/ExtUtils/Manifest.pm +rm -rf \ + ExtUtils-Manifest-1.70 ../../lib/auto/ExtUtils/Manifest \ + ../../lib/auto/ExtUtils/Manifest Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/ExtUtils/Manifest.pm +Not in MANIFEST: lib/ExtUtils/MANIFEST.SKIP +Not in MANIFEST: t/Manifest.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +Running pm_to_blib for ext/ExtUtils-Miniperl directly +make[2]: Entering directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +rm -f \ + ParseXS.bso ParseXS.def \ + ParseXS.exp ParseXS.x \ + ../../lib/auto/ExtUtils/ParseXS/extralibs.all \ + ../../lib/auto/ExtUtils/ParseXS/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libParseXS.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/ExtUtils/ParseXS.pm ../../lib/ExtUtils/ParseXS.pod \ + ../../lib/ExtUtils/ParseXS/Constants.pm ../../lib/ExtUtils/ParseXS/CountLines.pm \ + ../../lib/ExtUtils/ParseXS/Eval.pm ../../lib/ExtUtils/ParseXS/Utilities.pm \ + ../../lib/ExtUtils/Typemaps.pm ../../lib/ExtUtils/Typemaps/Cmd.pm \ + ../../lib/ExtUtils/Typemaps/InputMap.pm ../../lib/ExtUtils/Typemaps/OutputMap.pm \ + ../../lib/ExtUtils/Typemaps/Type.pm ../../lib/ExtUtils/xsubpp \ + ../../lib/perlxs.pod ../../lib/perlxstut.pod \ + ../../lib/perlxstypemap.pod +rm -rf \ + ExtUtils-ParseXS-3.35 ../../lib/auto/ExtUtils/ParseXS \ + ../../lib/auto/ExtUtils/ParseXS Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Changes +Not in MANIFEST: lib/ExtUtils/ParseXS.pm +Not in MANIFEST: lib/ExtUtils/ParseXS.pod +Not in MANIFEST: lib/ExtUtils/ParseXS/Constants.pm +Not in MANIFEST: lib/ExtUtils/ParseXS/CountLines.pm +Not in MANIFEST: lib/ExtUtils/ParseXS/Eval.pm +Not in MANIFEST: lib/ExtUtils/ParseXS/Utilities.pm +Not in MANIFEST: lib/ExtUtils/Typemaps.pm +Not in MANIFEST: lib/ExtUtils/Typemaps/Cmd.pm +Not in MANIFEST: lib/ExtUtils/Typemaps/InputMap.pm +Not in MANIFEST: lib/ExtUtils/Typemaps/OutputMap.pm +Not in MANIFEST: lib/ExtUtils/Typemaps/Type.pm +Not in MANIFEST: lib/ExtUtils/xsubpp +Not in MANIFEST: lib/perlxs.pod +Not in MANIFEST: lib/perlxstut.pod +Not in MANIFEST: lib/perlxstypemap.pod +Not in MANIFEST: t/001-basic.t +Not in MANIFEST: t/002-more.t +Not in MANIFEST: t/003-usage.t +Not in MANIFEST: t/101-standard_typemap_locations.t +Not in MANIFEST: t/102-trim_whitespace.t +Not in MANIFEST: t/103-tidy_type.t +Not in MANIFEST: t/104-map_type.t +Not in MANIFEST: t/105-valid_proto_string.t +Not in MANIFEST: t/106-process_typemaps.t +Not in MANIFEST: t/108-map_type.t +Not in MANIFEST: t/109-standard_XS_defs.t +Not in MANIFEST: t/110-assign_func_args.t +Not in MANIFEST: t/111-analyze_preprocessor_statements.t +Not in MANIFEST: t/112-set_cond.t +Not in MANIFEST: t/113-check_cond_preproc_statements.t +Not in MANIFEST: t/114-blurt_death_Warn.t +Not in MANIFEST: t/115-avoid-noise.t +Not in MANIFEST: t/501-t-compile.t +Not in MANIFEST: t/510-t-bare.t +Not in MANIFEST: t/511-t-whitespace.t +Not in MANIFEST: t/512-t-file.t +Not in MANIFEST: t/513-t-merge.t +Not in MANIFEST: t/514-t-embed.t +Not in MANIFEST: t/515-t-cmd.t +Not in MANIFEST: t/516-t-clone.t +Not in MANIFEST: t/517-t-targetable.t +Not in MANIFEST: t/600-t-compat.t +Not in MANIFEST: t/data/b.typemap +Not in MANIFEST: t/data/combined.typemap +Not in MANIFEST: t/data/confl_repl.typemap +Not in MANIFEST: t/data/confl_skip.typemap +Not in MANIFEST: t/data/conflicting.typemap +Not in MANIFEST: t/data/other.typemap +Not in MANIFEST: t/data/perl.typemap +Not in MANIFEST: t/data/simple.typemap +Not in MANIFEST: t/lib/ExtUtils/Typemaps/Test.pm +Not in MANIFEST: t/lib/IncludeTester.pm +Not in MANIFEST: t/lib/PrimitiveCapture.pm +Not in MANIFEST: t/lib/TypemapTest/Foo.pm +Not in MANIFEST: t/pseudotypemap1 +Not in MANIFEST: t/typemap +Not in MANIFEST: t/XSInclude.xsh +Not in MANIFEST: t/XSMore.xs +Not in MANIFEST: t/XSTest.pm +Not in MANIFEST: t/XSTest.xs +Not in MANIFEST: t/XSUsage.pm +Not in MANIFEST: t/XSUsage.xs +Not in MANIFEST: t/XSWarn.xs +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +Running pm_to_blib for ext/FileCache directly +Running pm_to_blib for cpan/File-Fetch directly +Running pm_to_blib for ext/File-Find directly +Running pm_to_blib for cpan/File-Path directly +Running pm_to_blib for cpan/File-Temp directly +Running pm_to_blib for dist/Filter-Simple directly +Running pm_to_blib for cpan/Getopt-Long directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +rm -f \ + Tiny.bso Tiny.def \ + Tiny.exp Tiny.x \ + ../../lib/auto/HTTP/Tiny/extralibs.all \ + ../../lib/auto/HTTP/Tiny/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libTiny.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/HTTP/Tiny.pm +rm -rf \ + HTTP-Tiny-0.070 ../../lib/auto/HTTP/Tiny \ + ../../lib/auto/HTTP/Tiny Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: corpus/auth-01.txt +Not in MANIFEST: corpus/auth-02.txt +Not in MANIFEST: corpus/auth-03.txt +Not in MANIFEST: corpus/auth-04.txt +Not in MANIFEST: corpus/auth-05.txt +Not in MANIFEST: corpus/cookies-01.txt +Not in MANIFEST: corpus/cookies-02.txt +Not in MANIFEST: corpus/cookies-03.txt +Not in MANIFEST: corpus/cookies-04.txt +Not in MANIFEST: corpus/cookies-05.txt +Not in MANIFEST: corpus/cookies-06.txt +Not in MANIFEST: corpus/cookies-07.txt +Not in MANIFEST: corpus/delete-01.txt +Not in MANIFEST: corpus/form-01.txt +Not in MANIFEST: corpus/form-02.txt +Not in MANIFEST: corpus/form-03.txt +Not in MANIFEST: corpus/form-04.txt +Not in MANIFEST: corpus/form-05.txt +Not in MANIFEST: corpus/get-01.txt +Not in MANIFEST: corpus/get-02.txt +Not in MANIFEST: corpus/get-03.txt +Not in MANIFEST: corpus/get-04.txt +Not in MANIFEST: corpus/get-05.txt +Not in MANIFEST: corpus/get-06.txt +Not in MANIFEST: corpus/get-07.txt +Not in MANIFEST: corpus/get-08.txt +Not in MANIFEST: corpus/get-09.txt +Not in MANIFEST: corpus/get-10.txt +Not in MANIFEST: corpus/get-11.txt +Not in MANIFEST: corpus/get-12.txt +Not in MANIFEST: corpus/get-13.txt +Not in MANIFEST: corpus/get-14.txt +Not in MANIFEST: corpus/get-15.txt +Not in MANIFEST: corpus/get-16.txt +Not in MANIFEST: corpus/get-17.txt +Not in MANIFEST: corpus/get-18.txt +Not in MANIFEST: corpus/get-19.txt +Not in MANIFEST: corpus/get-20.txt +Not in MANIFEST: corpus/get-21.txt +Not in MANIFEST: corpus/get-22.txt +Not in MANIFEST: corpus/head-01.txt +Not in MANIFEST: corpus/keepalive-01.txt +Not in MANIFEST: corpus/keepalive-02.txt +Not in MANIFEST: corpus/keepalive-03.txt +Not in MANIFEST: corpus/keepalive-04.txt +Not in MANIFEST: corpus/keepalive-05.txt +Not in MANIFEST: corpus/mirror-01.txt +Not in MANIFEST: corpus/mirror-02.txt +Not in MANIFEST: corpus/mirror-03.txt +Not in MANIFEST: corpus/mirror-04.txt +Not in MANIFEST: corpus/mirror-05.txt +Not in MANIFEST: corpus/post-01.txt +Not in MANIFEST: corpus/proxy-auth-01.txt +Not in MANIFEST: corpus/put-01.txt +Not in MANIFEST: corpus/put-02.txt +Not in MANIFEST: corpus/put-03.txt +Not in MANIFEST: corpus/put-04.txt +Not in MANIFEST: corpus/put-05.txt +Not in MANIFEST: corpus/redirect-01.txt +Not in MANIFEST: corpus/redirect-02.txt +Not in MANIFEST: corpus/redirect-03.txt +Not in MANIFEST: corpus/redirect-04.txt +Not in MANIFEST: corpus/redirect-05.txt +Not in MANIFEST: corpus/redirect-06.txt +Not in MANIFEST: corpus/redirect-07.txt +Not in MANIFEST: corpus/redirect-08.txt +Not in MANIFEST: corpus/redirect-09.txt +Not in MANIFEST: corpus/redirect-10.txt +Not in MANIFEST: lib/HTTP/Tiny.pm +Not in MANIFEST: t/000_load.t +Not in MANIFEST: t/001_api.t +Not in MANIFEST: t/002_croakage.t +Not in MANIFEST: t/003_agent.t +Not in MANIFEST: t/004_timeout.t +Not in MANIFEST: t/010_url.t +Not in MANIFEST: t/020_headers.t +Not in MANIFEST: t/030_response.t +Not in MANIFEST: t/040_content.t +Not in MANIFEST: t/050_chunked_body.t +Not in MANIFEST: t/060_http_date.t +Not in MANIFEST: t/070_cookie_jar.t +Not in MANIFEST: t/100_get.t +Not in MANIFEST: t/101_head.t +Not in MANIFEST: t/102_put.t +Not in MANIFEST: t/103_delete.t +Not in MANIFEST: t/104_post.t +Not in MANIFEST: t/110_mirror.t +Not in MANIFEST: t/130_redirect.t +Not in MANIFEST: t/140_proxy.t +Not in MANIFEST: t/141_no_proxy.t +Not in MANIFEST: t/150_post_form.t +Not in MANIFEST: t/160_cookies.t +Not in MANIFEST: t/161_basic_auth.t +Not in MANIFEST: t/162_proxy_auth.t +Not in MANIFEST: t/170_keepalive.t +Not in MANIFEST: t/BrokenCookieJar.pm +Not in MANIFEST: t/SimpleCookieJar.pm +Not in MANIFEST: t/Util.pm +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +Running pm_to_blib for dist/I18N-Collate directly +Running pm_to_blib for dist/I18N-LangTags directly +Running pm_to_blib for dist/if directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/IO-Compress' +rm -f \ + blib/script/zipdetails +rm -f \ + Compress.bso Compress.def \ + Compress.exp Compress.x \ + ../../lib/auto/IO/Compress/extralibs.all \ + ../../lib/auto/IO/Compress/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCompress.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Compress/Zlib.pm ../../lib/File/GlobMapper.pm \ + ../../lib/IO/Compress/Adapter/Bzip2.pm ../../lib/IO/Compress/Adapter/Deflate.pm \ + ../../lib/IO/Compress/Adapter/Identity.pm ../../lib/IO/Compress/Base.pm \ + ../../lib/IO/Compress/Base/Common.pm ../../lib/IO/Compress/Bzip2.pm \ + ../../lib/IO/Compress/Deflate.pm ../../lib/IO/Compress/FAQ.pod \ + ../../lib/IO/Compress/Gzip.pm ../../lib/IO/Compress/Gzip/Constants.pm \ + ../../lib/IO/Compress/RawDeflate.pm ../../lib/IO/Compress/Zip.pm \ + ../../lib/IO/Compress/Zip/Constants.pm ../../lib/IO/Compress/Zlib/Constants.pm \ + ../../lib/IO/Compress/Zlib/Extra.pm ../../lib/IO/Uncompress/Adapter/Bunzip2.pm \ + ../../lib/IO/Uncompress/Adapter/Identity.pm ../../lib/IO/Uncompress/Adapter/Inflate.pm \ + ../../lib/IO/Uncompress/AnyInflate.pm ../../lib/IO/Uncompress/AnyUncompress.pm \ + ../../lib/IO/Uncompress/Base.pm ../../lib/IO/Uncompress/Bunzip2.pm \ + ../../lib/IO/Uncompress/Gunzip.pm ../../lib/IO/Uncompress/Inflate.pm \ + ../../lib/IO/Uncompress/RawInflate.pm ../../lib/IO/Uncompress/Unzip.pm +rm -rf \ + IO-Compress-2.074 ../../lib/auto/IO/Compress \ + ../../lib/auto/IO/Compress +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/zipdetails +Not in MANIFEST: lib/Compress/Zlib.pm +Not in MANIFEST: lib/File/GlobMapper.pm +Not in MANIFEST: lib/IO/Compress/Adapter/Bzip2.pm +Not in MANIFEST: lib/IO/Compress/Adapter/Deflate.pm +Not in MANIFEST: lib/IO/Compress/Adapter/Identity.pm +Not in MANIFEST: lib/IO/Compress/Base.pm +Not in MANIFEST: lib/IO/Compress/Base/Common.pm +Not in MANIFEST: lib/IO/Compress/Bzip2.pm +Not in MANIFEST: lib/IO/Compress/Deflate.pm +Not in MANIFEST: lib/IO/Compress/FAQ.pod +Not in MANIFEST: lib/IO/Compress/Gzip.pm +Not in MANIFEST: lib/IO/Compress/Gzip/Constants.pm +Not in MANIFEST: lib/IO/Compress/RawDeflate.pm +Not in MANIFEST: lib/IO/Compress/Zip.pm +Not in MANIFEST: lib/IO/Compress/Zip/Constants.pm +Not in MANIFEST: lib/IO/Compress/Zlib/Constants.pm +Not in MANIFEST: lib/IO/Compress/Zlib/Extra.pm +Not in MANIFEST: lib/IO/Uncompress/Adapter/Bunzip2.pm +Not in MANIFEST: lib/IO/Uncompress/Adapter/Identity.pm +Not in MANIFEST: lib/IO/Uncompress/Adapter/Inflate.pm +Not in MANIFEST: lib/IO/Uncompress/AnyInflate.pm +Not in MANIFEST: lib/IO/Uncompress/AnyUncompress.pm +Not in MANIFEST: lib/IO/Uncompress/Base.pm +Not in MANIFEST: lib/IO/Uncompress/Bunzip2.pm +Not in MANIFEST: lib/IO/Uncompress/Gunzip.pm +Not in MANIFEST: lib/IO/Uncompress/Inflate.pm +Not in MANIFEST: lib/IO/Uncompress/RawInflate.pm +Not in MANIFEST: lib/IO/Uncompress/Unzip.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: private/MakeUtil.pm +Not in MANIFEST: t/000prereq.t +Not in MANIFEST: t/001bzip2.t +Not in MANIFEST: t/001zlib-generic-deflate.t +Not in MANIFEST: t/001zlib-generic-gzip.t +Not in MANIFEST: t/001zlib-generic-rawdeflate.t +Not in MANIFEST: t/001zlib-generic-zip.t +Not in MANIFEST: t/002any-deflate.t +Not in MANIFEST: t/002any-gzip.t +Not in MANIFEST: t/002any-rawdeflate.t +Not in MANIFEST: t/002any-transparent.t +Not in MANIFEST: t/002any-zip.t +Not in MANIFEST: t/004gziphdr.t +Not in MANIFEST: t/005defhdr.t +Not in MANIFEST: t/006zip.t +Not in MANIFEST: t/01misc.t +Not in MANIFEST: t/020isize.t +Not in MANIFEST: t/050interop-gzip.t +Not in MANIFEST: t/100generic-bzip2.t +Not in MANIFEST: t/100generic-deflate.t +Not in MANIFEST: t/100generic-gzip.t +Not in MANIFEST: t/100generic-rawdeflate.t +Not in MANIFEST: t/100generic-zip.t +Not in MANIFEST: t/101truncate-bzip2.t +Not in MANIFEST: t/101truncate-deflate.t +Not in MANIFEST: t/101truncate-gzip.t +Not in MANIFEST: t/101truncate-rawdeflate.t +Not in MANIFEST: t/101truncate-zip.t +Not in MANIFEST: t/102tied-bzip2.t +Not in MANIFEST: t/102tied-deflate.t +Not in MANIFEST: t/102tied-gzip.t +Not in MANIFEST: t/102tied-rawdeflate.t +Not in MANIFEST: t/102tied-zip.t +Not in MANIFEST: t/103newtied-bzip2.t +Not in MANIFEST: t/103newtied-deflate.t +Not in MANIFEST: t/103newtied-gzip.t +Not in MANIFEST: t/103newtied-rawdeflate.t +Not in MANIFEST: t/103newtied-zip.t +Not in MANIFEST: t/104destroy-bzip2.t +Not in MANIFEST: t/104destroy-deflate.t +Not in MANIFEST: t/104destroy-gzip.t +Not in MANIFEST: t/104destroy-rawdeflate.t +Not in MANIFEST: t/104destroy-zip.t +Not in MANIFEST: t/105oneshot-bzip2.t +Not in MANIFEST: t/105oneshot-deflate.t +Not in MANIFEST: t/105oneshot-gzip-only.t +Not in MANIFEST: t/105oneshot-gzip.t +Not in MANIFEST: t/105oneshot-rawdeflate.t +Not in MANIFEST: t/105oneshot-zip-bzip2-only.t +Not in MANIFEST: t/105oneshot-zip-only.t +Not in MANIFEST: t/105oneshot-zip-store-only.t +Not in MANIFEST: t/105oneshot-zip.t +Not in MANIFEST: t/106prime-bzip2.t +Not in MANIFEST: t/106prime-deflate.t +Not in MANIFEST: t/106prime-gzip.t +Not in MANIFEST: t/106prime-rawdeflate.t +Not in MANIFEST: t/106prime-zip.t +Not in MANIFEST: t/107multi-bzip2.t +Not in MANIFEST: t/107multi-deflate.t +Not in MANIFEST: t/107multi-gzip.t +Not in MANIFEST: t/107multi-rawdeflate.t +Not in MANIFEST: t/107multi-zip.t +Not in MANIFEST: t/108anyunc-bzip2.t +Not in MANIFEST: t/108anyunc-deflate.t +Not in MANIFEST: t/108anyunc-gzip.t +Not in MANIFEST: t/108anyunc-rawdeflate.t +Not in MANIFEST: t/108anyunc-transparent.t +Not in MANIFEST: t/108anyunc-zip.t +Not in MANIFEST: t/109merge-deflate.t +Not in MANIFEST: t/109merge-gzip.t +Not in MANIFEST: t/109merge-rawdeflate.t +Not in MANIFEST: t/109merge-zip.t +Not in MANIFEST: t/110encode-bzip2.t +Not in MANIFEST: t/110encode-deflate.t +Not in MANIFEST: t/110encode-gzip.t +Not in MANIFEST: t/110encode-rawdeflate.t +Not in MANIFEST: t/110encode-zip.t +Not in MANIFEST: t/111const-deflate.t +Not in MANIFEST: t/999pod.t +Not in MANIFEST: t/compress/any.pl +Not in MANIFEST: t/compress/anyunc.pl +Not in MANIFEST: t/compress/CompTestUtils.pm +Not in MANIFEST: t/compress/destroy.pl +Not in MANIFEST: t/compress/encode.pl +Not in MANIFEST: t/compress/generic.pl +Not in MANIFEST: t/compress/merge.pl +Not in MANIFEST: t/compress/multi.pl +Not in MANIFEST: t/compress/newtied.pl +Not in MANIFEST: t/compress/oneshot.pl +Not in MANIFEST: t/compress/prime.pl +Not in MANIFEST: t/compress/tied.pl +Not in MANIFEST: t/compress/truncate.pl +Not in MANIFEST: t/compress/zlib-generic.pl +Not in MANIFEST: t/cz-01version.t +Not in MANIFEST: t/cz-03zlib-v1.t +Not in MANIFEST: t/cz-06gzsetp.t +Not in MANIFEST: t/cz-08encoding.t +Not in MANIFEST: t/cz-14gzopen.t +Not in MANIFEST: t/globmapper.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/IO-Compress' +Running pm_to_blib for cpan/IO-Socket-IP directly +Running pm_to_blib for cpan/IO-Zlib directly +Running pm_to_blib for cpan/IPC-Cmd directly +Running pm_to_blib for ext/IPC-Open3 directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/JSON-PP' +rm -f \ + PP.bso PP.def \ + PP.exp PP.x \ + ../../lib/auto/JSON/PP/extralibs.all \ + ../../lib/auto/JSON/PP/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPP.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/JSON/PP.pm ../../lib/JSON/PP/Boolean.pm +rm -rf \ + JSON-PP-2.94 ../../lib/auto/JSON/PP \ + ../../lib/auto/JSON/PP Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/json_pp +Not in MANIFEST: lib/JSON/PP.pm +Not in MANIFEST: lib/JSON/PP/Boolean.pm +Not in MANIFEST: t/000_load.t +Not in MANIFEST: t/001_utf8.t +Not in MANIFEST: t/002_error.t +Not in MANIFEST: t/003_types.t +Not in MANIFEST: t/006_pc_pretty.t +Not in MANIFEST: t/007_pc_esc.t +Not in MANIFEST: t/008_pc_base.t +Not in MANIFEST: t/009_pc_extra_number.t +Not in MANIFEST: t/010_pc_keysort.t +Not in MANIFEST: t/011_pc_expo.t +Not in MANIFEST: t/012_blessed.t +Not in MANIFEST: t/013_limit.t +Not in MANIFEST: t/014_latin1.t +Not in MANIFEST: t/015_prefix.t +Not in MANIFEST: t/016_tied.t +Not in MANIFEST: t/017_relaxed.t +Not in MANIFEST: t/018_json_checker.t +Not in MANIFEST: t/019_incr.t +Not in MANIFEST: t/020_unknown.t +Not in MANIFEST: t/021_evans_bugrep.t +Not in MANIFEST: t/022_comment_at_eof.t +Not in MANIFEST: t/099_binary.t +Not in MANIFEST: t/104_sortby.t +Not in MANIFEST: t/105_esc_slash.t +Not in MANIFEST: t/106_allow_barekey.t +Not in MANIFEST: t/107_allow_singlequote.t +Not in MANIFEST: t/108_decode.t +Not in MANIFEST: t/109_encode.t +Not in MANIFEST: t/110_bignum.t +Not in MANIFEST: t/112_upgrade.t +Not in MANIFEST: t/113_overloaded_eq.t +Not in MANIFEST: t/114_decode_prefix.t +Not in MANIFEST: t/115_tie_ixhash.t +Not in MANIFEST: t/116_incr_parse_fixed.t +Not in MANIFEST: t/117_numbers.t +Not in MANIFEST: t/_unicode_handling.pm +Not in MANIFEST: t/gh_28_json_test_suite.t +Not in MANIFEST: t/gh_29_trailing_false_value.t +Not in MANIFEST: t/rt_116998_wrong_character_offset.t +Not in MANIFEST: t/rt_90071_incr_parse.t +Not in MANIFEST: t/zero-mojibake.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/JSON-PP' +make[2]: Entering directory '/home/ryan/workspace/perl/dist/lib' +rm -f \ + lib.bso lib.def \ + lib.exp lib.x \ + ../../lib/auto/lib/extralibs.all \ + ../../lib/auto/lib/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] liblib.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib lib.pm +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/lib.pm \ + Makefile.old +rm -rf \ + lib-0.62 ../../lib/auto/lib \ + ../../lib/auto/lib +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib_pm.PL +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/01lib.t +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/lib' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/libnet' +rm -f \ + Net.bso Net.def \ + Net.exp Net.x \ + ../../lib/auto/Net/extralibs.all \ + ../../lib/auto/Net/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libNet.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Net/Cmd.pm ../../lib/Net/Config.pm \ + ../../lib/Net/Domain.pm ../../lib/Net/FTP.pm \ + ../../lib/Net/FTP/A.pm ../../lib/Net/FTP/E.pm \ + ../../lib/Net/FTP/I.pm ../../lib/Net/FTP/L.pm \ + ../../lib/Net/FTP/dataconn.pm ../../lib/Net/NNTP.pm \ + ../../lib/Net/Netrc.pm ../../lib/Net/POP3.pm \ + ../../lib/Net/SMTP.pm ../../lib/Net/Time.pm \ + ../../lib/Net/libnetFAQ.pod +rm -rf \ + libnet-3.10 ../../lib/auto/Net \ + ../../lib/auto/Net libnet.cfg +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Net/Cmd.pm +Not in MANIFEST: lib/Net/Config.pm +Not in MANIFEST: lib/Net/Domain.pm +Not in MANIFEST: lib/Net/FTP.pm +Not in MANIFEST: lib/Net/FTP/A.pm +Not in MANIFEST: lib/Net/FTP/dataconn.pm +Not in MANIFEST: lib/Net/FTP/E.pm +Not in MANIFEST: lib/Net/FTP/I.pm +Not in MANIFEST: lib/Net/FTP/L.pm +Not in MANIFEST: lib/Net/libnetFAQ.pod +Not in MANIFEST: lib/Net/Netrc.pm +Not in MANIFEST: lib/Net/NNTP.pm +Not in MANIFEST: lib/Net/POP3.pm +Not in MANIFEST: lib/Net/SMTP.pm +Not in MANIFEST: lib/Net/Time.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/config.t +Not in MANIFEST: t/datasend.t +Not in MANIFEST: t/ftp.t +Not in MANIFEST: t/hostname.t +Not in MANIFEST: t/libnet_t.pl +Not in MANIFEST: t/netrc.t +Not in MANIFEST: t/nntp.t +Not in MANIFEST: t/nntp_ipv6.t +Not in MANIFEST: t/nntp_ssl.t +Not in MANIFEST: t/pop3_ipv6.t +Not in MANIFEST: t/pop3_ssl.t +Not in MANIFEST: t/require.t +Not in MANIFEST: t/smtp.t +Not in MANIFEST: t/smtp_ipv6.t +Not in MANIFEST: t/smtp_ssl.t +Not in MANIFEST: t/time.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/libnet' +Running pm_to_blib for cpan/Locale-Codes directly +Running pm_to_blib for dist/Locale-Maketext directly +Running pm_to_blib for cpan/Locale-Maketext-Simple directly +Running pm_to_blib for cpan/Math-BigInt directly +Running pm_to_blib for cpan/Math-BigRat directly +Running pm_to_blib for cpan/Math-Complex directly +Running pm_to_blib for cpan/Memoize directly +make[2]: Entering directory '/home/ryan/workspace/perl/dist/Module-CoreList' +rm -f \ + blib/script/corelist +rm -f \ + CoreList.bso CoreList.def \ + CoreList.exp CoreList.x \ + ../../lib/auto/Module/CoreList/extralibs.all \ + ../../lib/auto/Module/CoreList/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCoreList.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Module/CoreList.pm ../../lib/Module/CoreList.pod \ + ../../lib/Module/CoreList/TieHashDelta.pm ../../lib/Module/CoreList/Utils.pm +rm -rf \ + Module-CoreList-5.20171020 ../../lib/auto/Module/CoreList \ + ../../lib/auto/Module/CoreList +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +No such file: META.json +No such file: META.yml +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/Module-CoreList' +Running pm_to_blib for cpan/Module-Load directly +Running pm_to_blib for cpan/Module-Load-Conditional directly +Running pm_to_blib for cpan/Module-Loaded directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +rm -f \ + Metadata.bso Metadata.def \ + Metadata.exp Metadata.x \ + ../../lib/auto/Module/Metadata/extralibs.all \ + ../../lib/auto/Module/Metadata/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libMetadata.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Module/Metadata.pm +rm -rf \ + Module-Metadata-1.000033 ../../lib/auto/Module/Metadata \ + ../../lib/auto/Module/Metadata Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: corpus/BOMTest/UTF16BE.pm +Not in MANIFEST: corpus/BOMTest/UTF16LE.pm +Not in MANIFEST: corpus/BOMTest/UTF8.pm +Not in MANIFEST: lib/Module/Metadata.pm +Not in MANIFEST: t/contains_pod.t +Not in MANIFEST: t/encoding.t +Not in MANIFEST: t/endpod.t +Not in MANIFEST: t/extract-package.t +Not in MANIFEST: t/extract-version.t +Not in MANIFEST: t/lib/0_1/Foo.pm +Not in MANIFEST: t/lib/0_2/Foo.pm +Not in MANIFEST: t/lib/ENDPOD.pm +Not in MANIFEST: t/lib/GeneratePackage.pm +Not in MANIFEST: t/metadata.t +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/version.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +Running pm_to_blib for dist/Net-Ping directly +Running pm_to_blib for cpan/NEXT directly +Running pm_to_blib for cpan/Params-Check directly +Running pm_to_blib for cpan/parent directly +Running pm_to_blib for cpan/perlfaq directly +Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly +Running pm_to_blib for cpan/Perl-OSType directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +rm -f \ + blib/script/podchecker +rm -f \ + Checker.bso Checker.def \ + Checker.exp Checker.x \ + ../../lib/auto/Pod/Checker/extralibs.all \ + ../../lib/auto/Pod/Checker/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libChecker.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib podchecker +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Checker.pm +rm -rf \ + Pod-Checker-1.73 ../../lib/auto/Pod/Checker \ + ../../lib/auto/Pod/Checker Makefile.PL \ + podchecker.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Pod/Checker.pm +Not in MANIFEST: scripts/podchecker.PL +Not in MANIFEST: t/pod/contains_bad_pod.xr +Not in MANIFEST: t/pod/empty.xr +Not in MANIFEST: t/pod/podchkenc.t +Not in MANIFEST: t/pod/podchkenc.xr +Not in MANIFEST: t/pod/podchklink.t +Not in MANIFEST: t/pod/poderrs.t +Not in MANIFEST: t/pod/poderrs.xr +Not in MANIFEST: t/pod/selfcheck.t +Not in MANIFEST: t/pod/testcmp.pl +Not in MANIFEST: t/pod/testpchk.pl +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +Running pm_to_blib for cpan/Pod-Escapes directly +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Functions' +rm -f \ + Functions.bso Functions.def \ + Functions.exp Functions.x \ + ../../lib/auto/Pod/Functions/extralibs.all \ + ../../lib/auto/Pod/Functions/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libFunctions.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + Functions.pm blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Pod/Functions.pm \ + Makefile.old +rm -rf \ + Pod-Functions-1.11 ../../lib/auto/Pod/Functions \ + ../../lib/auto/Pod/Functions +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Functions_pm.PL +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/Functions.t +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Functions' +make[2]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Html' +rm -f \ + Html.bso Html.def \ + Html.exp Html.x \ + ../../lib/auto/Pod/Html/extralibs.all \ + ../../lib/auto/Pod/Html/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libHtml.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Html.pm +rm -rf \ + Pod-Html-1.2202 ../../lib/auto/Pod/Html \ + ../../lib/auto/Pod/Html Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/pod2html +Not in MANIFEST: lib/Pod/Html.pm +Not in MANIFEST: t/anchorify.t +Not in MANIFEST: t/cache.pod +Not in MANIFEST: t/cache.t +Not in MANIFEST: t/crossref.pod +Not in MANIFEST: t/crossref.t +Not in MANIFEST: t/crossref2.t +Not in MANIFEST: t/crossref3.t +Not in MANIFEST: t/eol.t +Not in MANIFEST: t/feature.pod +Not in MANIFEST: t/feature.t +Not in MANIFEST: t/feature2.pod +Not in MANIFEST: t/feature2.t +Not in MANIFEST: t/htmldir1.pod +Not in MANIFEST: t/htmldir1.t +Not in MANIFEST: t/htmldir2.pod +Not in MANIFEST: t/htmldir2.t +Not in MANIFEST: t/htmldir3.pod +Not in MANIFEST: t/htmldir3.t +Not in MANIFEST: t/htmldir4.pod +Not in MANIFEST: t/htmldir4.t +Not in MANIFEST: t/htmldir5.pod +Not in MANIFEST: t/htmldir5.t +Not in MANIFEST: t/htmlescp.pod +Not in MANIFEST: t/htmlescp.t +Not in MANIFEST: t/htmllink.pod +Not in MANIFEST: t/htmllink.t +Not in MANIFEST: t/htmlview.pod +Not in MANIFEST: t/htmlview.t +Not in MANIFEST: t/pod2html-lib.pl +Not in MANIFEST: t/poderr.pod +Not in MANIFEST: t/poderr.t +Not in MANIFEST: t/podnoerr.pod +Not in MANIFEST: t/podnoerr.t +Not in MANIFEST: testdir/perlpodspec-copy.pod +Not in MANIFEST: testdir/perlvar-copy.pod +make[2]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Html' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/podlators' +rm -f \ + blib/script/pod2man blib/script/pod2text +rm -f \ + Pod.bso Pod.def \ + Pod.exp Pod.x \ + ../../lib/auto/Pod/extralibs.all \ + ../../lib/auto/Pod/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPod.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib t/tmp +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Man.pm ../../lib/Pod/ParseLink.pm \ + ../../lib/Pod/Text.pm ../../lib/Pod/Text/Color.pm \ + ../../lib/Pod/Text/Overstrike.pm ../../lib/Pod/Text/Termcap.pm +rm -rf \ + podlators-4.09 ../../lib/auto/Pod \ + ../../lib/auto/Pod scripts/pod2man \ + scripts/pod2text +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Pod/Man.pm +Not in MANIFEST: lib/Pod/ParseLink.pm +Not in MANIFEST: lib/Pod/Text.pm +Not in MANIFEST: lib/Pod/Text/Color.pm +Not in MANIFEST: lib/Pod/Text/Overstrike.pm +Not in MANIFEST: lib/Pod/Text/Termcap.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: scripts/pod2man.PL +Not in MANIFEST: scripts/pod2text.PL +Not in MANIFEST: t/data/basic.cap +Not in MANIFEST: t/data/basic.clr +Not in MANIFEST: t/data/basic.man +Not in MANIFEST: t/data/basic.ovr +Not in MANIFEST: t/data/basic.pod +Not in MANIFEST: t/data/basic.txt +Not in MANIFEST: t/data/perl.conf +Not in MANIFEST: t/data/snippets/man/agrave +Not in MANIFEST: t/data/snippets/man/backslash-man-ref +Not in MANIFEST: t/data/snippets/man/bullet-after-nonbullet +Not in MANIFEST: t/data/snippets/man/bullets +Not in MANIFEST: t/data/snippets/man/c-in-header +Not in MANIFEST: t/data/snippets/man/c-in-name +Not in MANIFEST: t/data/snippets/man/cpp +Not in MANIFEST: t/data/snippets/man/dollar-magic +Not in MANIFEST: t/data/snippets/man/error-die +Not in MANIFEST: t/data/snippets/man/error-none +Not in MANIFEST: t/data/snippets/man/error-normal +Not in MANIFEST: t/data/snippets/man/error-pod +Not in MANIFEST: t/data/snippets/man/error-stderr +Not in MANIFEST: t/data/snippets/man/error-stderr-opt +Not in MANIFEST: t/data/snippets/man/eth +Not in MANIFEST: t/data/snippets/man/fixed-font +Not in MANIFEST: t/data/snippets/man/fixed-font-in-item +Not in MANIFEST: t/data/snippets/man/for-blocks +Not in MANIFEST: t/data/snippets/man/hyphen-in-s +Not in MANIFEST: t/data/snippets/man/iso-8859-1 +Not in MANIFEST: t/data/snippets/man/item-fonts +Not in MANIFEST: t/data/snippets/man/link-quoting +Not in MANIFEST: t/data/snippets/man/link-to-url +Not in MANIFEST: t/data/snippets/man/long-quote +Not in MANIFEST: t/data/snippets/man/lquote-and-quote +Not in MANIFEST: t/data/snippets/man/lquote-rquote +Not in MANIFEST: t/data/snippets/man/markup-in-name +Not in MANIFEST: t/data/snippets/man/multiline-x +Not in MANIFEST: t/data/snippets/man/name-guesswork +Not in MANIFEST: t/data/snippets/man/nested-lists +Not in MANIFEST: t/data/snippets/man/newlines-in-c +Not in MANIFEST: t/data/snippets/man/non-ascii +Not in MANIFEST: t/data/snippets/man/not-bullet +Not in MANIFEST: t/data/snippets/man/not-numbers +Not in MANIFEST: t/data/snippets/man/nourls +Not in MANIFEST: t/data/snippets/man/paired-quotes +Not in MANIFEST: t/data/snippets/man/periods +Not in MANIFEST: t/data/snippets/man/quote-escaping +Not in MANIFEST: t/data/snippets/man/rquote-none +Not in MANIFEST: t/data/snippets/man/small-caps-magic +Not in MANIFEST: t/data/snippets/man/soft-hyphens +Not in MANIFEST: t/data/snippets/man/trailing-space +Not in MANIFEST: t/data/snippets/man/true-false +Not in MANIFEST: t/data/snippets/man/uppercase-license +Not in MANIFEST: t/data/snippets/man/utf8-nonbreaking +Not in MANIFEST: t/data/snippets/man/utf8-verbatim +Not in MANIFEST: t/data/snippets/man/x-whitespace +Not in MANIFEST: t/data/snippets/man/x-whitespace-entry +Not in MANIFEST: t/data/snippets/README +Not in MANIFEST: t/data/snippets/text/cpp +Not in MANIFEST: t/data/termcap +Not in MANIFEST: t/docs/pod-spelling.t +Not in MANIFEST: t/docs/pod.t +Not in MANIFEST: t/docs/synopsis.t +Not in MANIFEST: t/general/basic.t +Not in MANIFEST: t/general/filehandle.t +Not in MANIFEST: t/general/pod-parser.t +Not in MANIFEST: t/lib/Test/Podlators.pm +Not in MANIFEST: t/lib/Test/RRA.pm +Not in MANIFEST: t/lib/Test/RRA/Config.pm +Not in MANIFEST: t/lib/Test/RRA/ModuleVersion.pm +Not in MANIFEST: t/man/devise-date.t +Not in MANIFEST: t/man/devise-title.t +Not in MANIFEST: t/man/empty.t +Not in MANIFEST: t/man/heading.t +Not in MANIFEST: t/man/iso-8859-1.t +Not in MANIFEST: t/man/no-encode.t +Not in MANIFEST: t/man/snippets.t +Not in MANIFEST: t/man/utf8-io.t +Not in MANIFEST: t/parselink/basic.t +Not in MANIFEST: t/style/minimum-version.t +Not in MANIFEST: t/style/module-version.t +Not in MANIFEST: t/style/strict.t +Not in MANIFEST: t/text/basic.t +Not in MANIFEST: t/text/color.t +Not in MANIFEST: t/text/empty.t +Not in MANIFEST: t/text/encoding.t +Not in MANIFEST: t/text/options.t +Not in MANIFEST: t/text/overstrike.t +Not in MANIFEST: t/text/perlio.t +Not in MANIFEST: t/text/termcap.t +Not in MANIFEST: t/text/utf8.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/podlators' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +rm -f \ + blib/script/podselect +rm -f \ + Parser.bso Parser.def \ + Parser.exp Parser.x \ + ../../lib/auto/Pod/Parser/extralibs.all \ + ../../lib/auto/Pod/Parser/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libParser.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib podselect +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Find.pm ../../lib/Pod/InputObjects.pm \ + ../../lib/Pod/ParseUtils.pm ../../lib/Pod/Parser.pm \ + ../../lib/Pod/PlainText.pm ../../lib/Pod/Select.pm +rm -rf \ + Pod-Parser-1.63 ../../lib/auto/Pod/Parser \ + ../../lib/auto/Pod/Parser Makefile.PL \ + podselect.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Pod/Find.pm +Not in MANIFEST: lib/Pod/InputObjects.pm +Not in MANIFEST: lib/Pod/Parser.pm +Not in MANIFEST: lib/Pod/ParseUtils.pm +Not in MANIFEST: lib/Pod/PlainText.pm +Not in MANIFEST: lib/Pod/Select.pm +Not in MANIFEST: scripts/podselect.PL +Not in MANIFEST: t/pod/contains_bad_pod.xr +Not in MANIFEST: t/pod/contains_pod.t +Not in MANIFEST: t/pod/contains_pod.xr +Not in MANIFEST: t/pod/empty.xr +Not in MANIFEST: t/pod/emptycmd.t +Not in MANIFEST: t/pod/emptycmd.xr +Not in MANIFEST: t/pod/find.t +Not in MANIFEST: t/pod/for.t +Not in MANIFEST: t/pod/for.xr +Not in MANIFEST: t/pod/headings.t +Not in MANIFEST: t/pod/headings.xr +Not in MANIFEST: t/pod/include.t +Not in MANIFEST: t/pod/include.xr +Not in MANIFEST: t/pod/included.t +Not in MANIFEST: t/pod/included.xr +Not in MANIFEST: t/pod/lref.t +Not in MANIFEST: t/pod/lref.xr +Not in MANIFEST: t/pod/multiline_items.t +Not in MANIFEST: t/pod/multiline_items.xr +Not in MANIFEST: t/pod/nested_items.t +Not in MANIFEST: t/pod/nested_items.xr +Not in MANIFEST: t/pod/nested_seqs.t +Not in MANIFEST: t/pod/nested_seqs.xr +Not in MANIFEST: t/pod/oneline_cmds.t +Not in MANIFEST: t/pod/oneline_cmds.xr +Not in MANIFEST: t/pod/podselect.t +Not in MANIFEST: t/pod/podselect.xr +Not in MANIFEST: t/pod/selfcheck.t +Not in MANIFEST: t/pod/special_seqs.t +Not in MANIFEST: t/pod/special_seqs.xr +Not in MANIFEST: t/pod/testcmp.pl +Not in MANIFEST: t/pod/testp2pt.pl +Not in MANIFEST: t/pod/testpchk.pl +Not in MANIFEST: t/pod/testpods/lib/Pod/Stuff.pm +Not in MANIFEST: t/pod/twice.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +rm -f \ + Perldoc.bso Perldoc.def \ + Perldoc.exp Perldoc.x \ + ../../lib/auto/Pod/Perldoc/extralibs.all \ + ../../lib/auto/Pod/Perldoc/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libPerldoc.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Perldoc.pm ../../lib/Pod/Perldoc/BaseTo.pm \ + ../../lib/Pod/Perldoc/GetOptsOO.pm ../../lib/Pod/Perldoc/ToANSI.pm \ + ../../lib/Pod/Perldoc/ToChecker.pm ../../lib/Pod/Perldoc/ToMan.pm \ + ../../lib/Pod/Perldoc/ToNroff.pm ../../lib/Pod/Perldoc/ToPod.pm \ + ../../lib/Pod/Perldoc/ToRtf.pm ../../lib/Pod/Perldoc/ToTerm.pm \ + ../../lib/Pod/Perldoc/ToText.pm ../../lib/Pod/Perldoc/ToTk.pm \ + ../../lib/Pod/Perldoc/ToXml.pm ../../lib/perldoc.pod +rm -rf \ + Pod-Perldoc-3.28 ../../lib/auto/Pod/Perldoc \ + ../../lib/auto/Pod/Perldoc +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: corpus/no-head.pod +Not in MANIFEST: corpus/perlfunc.pod +Not in MANIFEST: corpus/utf8.pod +Not in MANIFEST: lib/Pod/Perldoc.pm +Not in MANIFEST: lib/Pod/Perldoc/BaseTo.pm +Not in MANIFEST: lib/Pod/Perldoc/GetOptsOO.pm +Not in MANIFEST: lib/Pod/Perldoc/ToANSI.pm +Not in MANIFEST: lib/Pod/Perldoc/ToChecker.pm +Not in MANIFEST: lib/Pod/Perldoc/ToMan.pm +Not in MANIFEST: lib/Pod/Perldoc/ToNroff.pm +Not in MANIFEST: lib/Pod/Perldoc/ToPod.pm +Not in MANIFEST: lib/Pod/Perldoc/ToRtf.pm +Not in MANIFEST: lib/Pod/Perldoc/ToTerm.pm +Not in MANIFEST: lib/Pod/Perldoc/ToText.pm +Not in MANIFEST: lib/Pod/Perldoc/ToTk.pm +Not in MANIFEST: lib/Pod/Perldoc/ToXml.pm +Not in MANIFEST: Makefile.PL +Not in MANIFEST: perldoc.pod +Not in MANIFEST: t/00_load.t +Not in MANIFEST: t/01_about_verbose.t +Not in MANIFEST: t/man/_get_columns.t +Not in MANIFEST: t/pod.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +Running pm_to_blib for cpan/Pod-Simple directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +rm -f \ + blib/script/pod2usage +rm -f \ + Usage.bso Usage.def \ + Usage.exp Usage.x \ + ../../lib/auto/Pod/Usage/extralibs.all \ + ../../lib/auto/Pod/Usage/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libUsage.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib pod2usage +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/Pod/Usage.pm +rm -rf \ + Pod-Usage-1.69 ../../lib/auto/Pod/Usage \ + ../../lib/auto/Pod/Usage Makefile.PL \ + pod2usage.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: lib/Pod/Usage.pm +Not in MANIFEST: scripts/pod2usage.PL +Not in MANIFEST: t/inc/Pod/InputObjects.pm +Not in MANIFEST: t/inc/Pod/Parser.pm +Not in MANIFEST: t/inc/Pod/PlainText.pm +Not in MANIFEST: t/inc/Pod/Select.pm +Not in MANIFEST: t/pod/headwithmarkup.pl +Not in MANIFEST: t/pod/headwithmarkup.t +Not in MANIFEST: t/pod/p2u_data.pl +Not in MANIFEST: t/pod/pod2usage.t +Not in MANIFEST: t/pod/pod2usage.xr +Not in MANIFEST: t/pod/pod2usage2.t +Not in MANIFEST: t/pod/selectheaders.pl +Not in MANIFEST: t/pod/selectheaders.t +Not in MANIFEST: t/pod/selectsections.pl +Not in MANIFEST: t/pod/selectsections.t +Not in MANIFEST: t/pod/testcmp.pl +Not in MANIFEST: t/pod/testp2pt.pl +Not in MANIFEST: t/pod/usage.pod +Not in MANIFEST: t/pod/usage2.pod +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +Running pm_to_blib for dist/Safe directly +Running pm_to_blib for dist/Search-Dict directly +Running pm_to_blib for dist/SelfLoader directly +Running pm_to_blib for cpan/Term-ANSIColor directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Term-Cap' +rm -f \ + Cap.bso Cap.def \ + Cap.exp Cap.x \ + ../../lib/auto/Term/Cap/extralibs.all \ + ../../lib/auto/Term/Cap/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libCap.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/Term/Cap.pm \ + Makefile.old +rm -rf \ + Term-Cap-1.17 ../../lib/auto/Term/Cap \ + ../../lib/auto/Term/Cap Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Cap.pm +Not in MANIFEST: test.pl +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Term-Cap' +Running pm_to_blib for dist/Term-Complete directly +Running pm_to_blib for dist/Term-ReadLine directly +Running pm_to_blib for dist/Test directly +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Test-Harness' +rm -f \ + Harness.bso Harness.def \ + Harness.exp Harness.x \ + ../../lib/auto/Test/Harness/extralibs.all \ + ../../lib/auto/Test/Harness/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libHarness.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile Makefile.old \ + ../../lib/App/Prove.pm ../../lib/App/Prove/State.pm \ + ../../lib/App/Prove/State/Result.pm ../../lib/App/Prove/State/Result/Test.pm \ + ../../lib/TAP/Base.pm ../../lib/TAP/Formatter/Base.pm \ + ../../lib/TAP/Formatter/Color.pm ../../lib/TAP/Formatter/Console.pm \ + ../../lib/TAP/Formatter/Console/ParallelSession.pm ../../lib/TAP/Formatter/Console/Session.pm \ + ../../lib/TAP/Formatter/File.pm ../../lib/TAP/Formatter/File/Session.pm \ + ../../lib/TAP/Formatter/Session.pm ../../lib/TAP/Harness.pm \ + ../../lib/TAP/Harness/Beyond.pod ../../lib/TAP/Harness/Env.pm \ + ../../lib/TAP/Object.pm ../../lib/TAP/Parser.pm \ + ../../lib/TAP/Parser/Aggregator.pm ../../lib/TAP/Parser/Grammar.pm \ + ../../lib/TAP/Parser/Iterator.pm ../../lib/TAP/Parser/Iterator/Array.pm \ + ../../lib/TAP/Parser/Iterator/Process.pm ../../lib/TAP/Parser/Iterator/Stream.pm \ + ../../lib/TAP/Parser/IteratorFactory.pm ../../lib/TAP/Parser/Multiplexer.pm \ + ../../lib/TAP/Parser/Result.pm ../../lib/TAP/Parser/Result/Bailout.pm \ + ../../lib/TAP/Parser/Result/Comment.pm ../../lib/TAP/Parser/Result/Plan.pm \ + ../../lib/TAP/Parser/Result/Pragma.pm ../../lib/TAP/Parser/Result/Test.pm \ + ../../lib/TAP/Parser/Result/Unknown.pm ../../lib/TAP/Parser/Result/Version.pm \ + ../../lib/TAP/Parser/Result/YAML.pm ../../lib/TAP/Parser/ResultFactory.pm \ + ../../lib/TAP/Parser/Scheduler.pm ../../lib/TAP/Parser/Scheduler/Job.pm \ + ../../lib/TAP/Parser/Scheduler/Spinner.pm ../../lib/TAP/Parser/Source.pm \ + ../../lib/TAP/Parser/SourceHandler.pm ../../lib/TAP/Parser/SourceHandler/Executable.pm \ + ../../lib/TAP/Parser/SourceHandler/File.pm ../../lib/TAP/Parser/SourceHandler/Handle.pm \ + ../../lib/TAP/Parser/SourceHandler/Perl.pm ../../lib/TAP/Parser/SourceHandler/RawTAP.pm \ + ../../lib/TAP/Parser/YAMLish/Reader.pm ../../lib/TAP/Parser/YAMLish/Writer.pm \ + ../../lib/Test/Harness.pm +rm -rf \ + Test-Harness-3.39 ../../lib/auto/Test/Harness \ + ../../lib/auto/Test/Harness Makefile.PL +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: bin/prove +Not in MANIFEST: lib/App/Prove.pm +Not in MANIFEST: lib/App/Prove/State.pm +Not in MANIFEST: lib/App/Prove/State/Result.pm +Not in MANIFEST: lib/App/Prove/State/Result/Test.pm +Not in MANIFEST: lib/TAP/Base.pm +Not in MANIFEST: lib/TAP/Formatter/Base.pm +Not in MANIFEST: lib/TAP/Formatter/Color.pm +Not in MANIFEST: lib/TAP/Formatter/Console.pm +Not in MANIFEST: lib/TAP/Formatter/Console/ParallelSession.pm +Not in MANIFEST: lib/TAP/Formatter/Console/Session.pm +Not in MANIFEST: lib/TAP/Formatter/File.pm +Not in MANIFEST: lib/TAP/Formatter/File/Session.pm +Not in MANIFEST: lib/TAP/Formatter/Session.pm +Not in MANIFEST: lib/TAP/Harness.pm +Not in MANIFEST: lib/TAP/Harness/Beyond.pod +Not in MANIFEST: lib/TAP/Harness/Env.pm +Not in MANIFEST: lib/TAP/Object.pm +Not in MANIFEST: lib/TAP/Parser.pm +Not in MANIFEST: lib/TAP/Parser/Aggregator.pm +Not in MANIFEST: lib/TAP/Parser/Grammar.pm +Not in MANIFEST: lib/TAP/Parser/Iterator.pm +Not in MANIFEST: lib/TAP/Parser/Iterator/Array.pm +Not in MANIFEST: lib/TAP/Parser/Iterator/Process.pm +Not in MANIFEST: lib/TAP/Parser/Iterator/Stream.pm +Not in MANIFEST: lib/TAP/Parser/IteratorFactory.pm +Not in MANIFEST: lib/TAP/Parser/Multiplexer.pm +Not in MANIFEST: lib/TAP/Parser/Result.pm +Not in MANIFEST: lib/TAP/Parser/Result/Bailout.pm +Not in MANIFEST: lib/TAP/Parser/Result/Comment.pm +Not in MANIFEST: lib/TAP/Parser/Result/Plan.pm +Not in MANIFEST: lib/TAP/Parser/Result/Pragma.pm +Not in MANIFEST: lib/TAP/Parser/Result/Test.pm +Not in MANIFEST: lib/TAP/Parser/Result/Unknown.pm +Not in MANIFEST: lib/TAP/Parser/Result/Version.pm +Not in MANIFEST: lib/TAP/Parser/Result/YAML.pm +Not in MANIFEST: lib/TAP/Parser/ResultFactory.pm +Not in MANIFEST: lib/TAP/Parser/Scheduler.pm +Not in MANIFEST: lib/TAP/Parser/Scheduler/Job.pm +Not in MANIFEST: lib/TAP/Parser/Scheduler/Spinner.pm +Not in MANIFEST: lib/TAP/Parser/Source.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler/Executable.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler/File.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler/Handle.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler/Perl.pm +Not in MANIFEST: lib/TAP/Parser/SourceHandler/RawTAP.pm +Not in MANIFEST: lib/TAP/Parser/YAMLish/Reader.pm +Not in MANIFEST: lib/TAP/Parser/YAMLish/Writer.pm +Not in MANIFEST: lib/Test/Harness.pm +Not in MANIFEST: t/aggregator.t +Not in MANIFEST: t/bailout.t +Not in MANIFEST: t/base.t +Not in MANIFEST: t/callbacks.t +Not in MANIFEST: t/compat/env.t +Not in MANIFEST: t/compat/env_opts.t +Not in MANIFEST: t/compat/failure.t +Not in MANIFEST: t/compat/inc-propagation.t +Not in MANIFEST: t/compat/inc_taint.t +Not in MANIFEST: t/compat/nonumbers.t +Not in MANIFEST: t/compat/regression.t +Not in MANIFEST: t/compat/subclass.t +Not in MANIFEST: t/compat/switches.t +Not in MANIFEST: t/compat/test-harness-compat.t +Not in MANIFEST: t/compat/version.t +Not in MANIFEST: t/console.t +Not in MANIFEST: t/data/catme.1 +Not in MANIFEST: t/data/proverc +Not in MANIFEST: t/data/sample.yml +Not in MANIFEST: t/errors.t +Not in MANIFEST: t/file.t +Not in MANIFEST: t/glob-to-regexp.t +Not in MANIFEST: t/grammar.t +Not in MANIFEST: t/harness-bailout.t +Not in MANIFEST: t/harness-subclass.t +Not in MANIFEST: t/harness.t +Not in MANIFEST: t/iterator_factory.t +Not in MANIFEST: t/iterators.t +Not in MANIFEST: t/lib/App/Prove/Plugin/Dummy.pm +Not in MANIFEST: t/lib/App/Prove/Plugin/Dummy2.pm +Not in MANIFEST: t/lib/Dev/Null.pm +Not in MANIFEST: t/lib/EmptyParser.pm +Not in MANIFEST: t/lib/IO/c55Capture.pm +Not in MANIFEST: t/lib/MyCustom.pm +Not in MANIFEST: t/lib/MyFileSourceHandler.pm +Not in MANIFEST: t/lib/MyGrammar.pm +Not in MANIFEST: t/lib/MyIterator.pm +Not in MANIFEST: t/lib/MyPerlSourceHandler.pm +Not in MANIFEST: t/lib/MyResult.pm +Not in MANIFEST: t/lib/MyResultFactory.pm +Not in MANIFEST: t/lib/MySourceHandler.pm +Not in MANIFEST: t/lib/NoFork.pm +Not in MANIFEST: t/lib/NOP.pm +Not in MANIFEST: t/lib/TAP/Harness/TestSubclass.pm +Not in MANIFEST: t/lib/TAP/Parser/SubclassTest.pm +Not in MANIFEST: t/multiplexer.t +Not in MANIFEST: t/nested.t +Not in MANIFEST: t/nofork-mux.t +Not in MANIFEST: t/nofork.t +Not in MANIFEST: t/object.t +Not in MANIFEST: t/parse.t +Not in MANIFEST: t/parser-config.t +Not in MANIFEST: t/parser-subclass.t +Not in MANIFEST: t/perl5lib.t +Not in MANIFEST: t/premature-bailout.t +Not in MANIFEST: t/process.t +Not in MANIFEST: t/prove.t +Not in MANIFEST: t/proverc.t +Not in MANIFEST: t/proverc/emptyexec +Not in MANIFEST: t/proverun.t +Not in MANIFEST: t/proveversion.t +Not in MANIFEST: t/regression.t +Not in MANIFEST: t/results.t +Not in MANIFEST: t/sample-tests/bailout +Not in MANIFEST: t/sample-tests/bignum +Not in MANIFEST: t/sample-tests/bignum_many +Not in MANIFEST: t/sample-tests/combined +Not in MANIFEST: t/sample-tests/combined_compat +Not in MANIFEST: t/sample-tests/delayed +Not in MANIFEST: t/sample-tests/descriptive +Not in MANIFEST: t/sample-tests/descriptive_trailing +Not in MANIFEST: t/sample-tests/die +Not in MANIFEST: t/sample-tests/die_head_end +Not in MANIFEST: t/sample-tests/die_last_minute +Not in MANIFEST: t/sample-tests/die_unfinished +Not in MANIFEST: t/sample-tests/duplicates +Not in MANIFEST: t/sample-tests/echo +Not in MANIFEST: t/sample-tests/empty +Not in MANIFEST: t/sample-tests/escape_eol +Not in MANIFEST: t/sample-tests/escape_hash +Not in MANIFEST: t/sample-tests/head_end +Not in MANIFEST: t/sample-tests/head_fail +Not in MANIFEST: t/sample-tests/inc_taint +Not in MANIFEST: t/sample-tests/junk_before_plan +Not in MANIFEST: t/sample-tests/lone_not_bug +Not in MANIFEST: t/sample-tests/no_nums +Not in MANIFEST: t/sample-tests/no_output +Not in MANIFEST: t/sample-tests/out_err_mix +Not in MANIFEST: t/sample-tests/out_of_order +Not in MANIFEST: t/sample-tests/schwern +Not in MANIFEST: t/sample-tests/schwern-todo-quiet +Not in MANIFEST: t/sample-tests/segfault +Not in MANIFEST: t/sample-tests/sequence_misparse +Not in MANIFEST: t/sample-tests/shbang_misparse +Not in MANIFEST: t/sample-tests/simple +Not in MANIFEST: t/sample-tests/simple_fail +Not in MANIFEST: t/sample-tests/simple_yaml +Not in MANIFEST: t/sample-tests/simple_yaml_missing_version13 +Not in MANIFEST: t/sample-tests/skip +Not in MANIFEST: t/sample-tests/skip_nomsg +Not in MANIFEST: t/sample-tests/skipall +Not in MANIFEST: t/sample-tests/skipall_nomsg +Not in MANIFEST: t/sample-tests/skipall_v13 +Not in MANIFEST: t/sample-tests/space_after_plan +Not in MANIFEST: t/sample-tests/stdout_stderr +Not in MANIFEST: t/sample-tests/strict +Not in MANIFEST: t/sample-tests/switches +Not in MANIFEST: t/sample-tests/taint +Not in MANIFEST: t/sample-tests/taint_warn +Not in MANIFEST: t/sample-tests/todo +Not in MANIFEST: t/sample-tests/todo_inline +Not in MANIFEST: t/sample-tests/todo_misparse +Not in MANIFEST: t/sample-tests/too_many +Not in MANIFEST: t/sample-tests/version_good +Not in MANIFEST: t/sample-tests/version_late +Not in MANIFEST: t/sample-tests/version_old +Not in MANIFEST: t/sample-tests/vms_nit +Not in MANIFEST: t/sample-tests/with_comments +Not in MANIFEST: t/sample-tests/yaml_late_plan +Not in MANIFEST: t/sample-tests/zero_valid +Not in MANIFEST: t/scheduler.t +Not in MANIFEST: t/source.t +Not in MANIFEST: t/source_handler.t +Not in MANIFEST: t/source_tests/harness +Not in MANIFEST: t/source_tests/harness_badtap +Not in MANIFEST: t/source_tests/harness_complain +Not in MANIFEST: t/source_tests/harness_directives +Not in MANIFEST: t/source_tests/harness_failure +Not in MANIFEST: t/source_tests/psql.bat +Not in MANIFEST: t/source_tests/source +Not in MANIFEST: t/source_tests/source.1 +Not in MANIFEST: t/source_tests/source.bat +Not in MANIFEST: t/source_tests/source.pl +Not in MANIFEST: t/source_tests/source.sh +Not in MANIFEST: t/source_tests/source.t +Not in MANIFEST: t/source_tests/source.tap +Not in MANIFEST: t/source_tests/source_args.sh +Not in MANIFEST: t/spool.t +Not in MANIFEST: t/state.t +Not in MANIFEST: t/state_results.t +Not in MANIFEST: t/streams.t +Not in MANIFEST: t/subclass_tests/non_perl_source +Not in MANIFEST: t/subclass_tests/perl_source +Not in MANIFEST: t/taint.t +Not in MANIFEST: t/testargs.t +Not in MANIFEST: t/unicode.t +Not in MANIFEST: t/yamlish-output.t +Not in MANIFEST: t/yamlish-writer.t +Not in MANIFEST: t/yamlish.t +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Test-Harness' +Running pm_to_blib for cpan/Test-Simple directly +Running pm_to_blib for dist/Text-Abbrev directly +Running pm_to_blib for cpan/Text-Balanced directly +Running pm_to_blib for cpan/Text-ParseWords directly +Running pm_to_blib for cpan/Text-Tabs directly +Running pm_to_blib for dist/Thread-Queue directly +Running pm_to_blib for dist/Thread-Semaphore directly +Running pm_to_blib for dist/Tie-File directly +Running pm_to_blib for ext/Tie-Memoize directly +Running pm_to_blib for cpan/Tie-RefHash directly +Running pm_to_blib for cpan/Time-Local directly +Running pm_to_blib for cpan/version directly +make[2]: Entering directory '/home/ryan/workspace/perl/dist/XSLoader' +rm -f \ + XSLoader.bso XSLoader.def \ + XSLoader.exp XSLoader.x \ + ../../lib/auto/XSLoader/extralibs.all \ + ../../lib/auto/XSLoader/extralibs.ld Makefile.aperl \ + *.a *.o \ + *perl.core MYMETA.json \ + MYMETA.yml blibdirs.ts \ + core core.*perl.*.? \ + core.[0-9] core.[0-9][0-9] \ + core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \ + core.[0-9][0-9][0-9][0-9][0-9] libXSLoader.def \ + mon.out perl \ + perl perl.exe \ + perlmain.c pm_to_blib \ + pm_to_blib.ts so_locations \ + tmon.out +rm -rf \ + XSLoader-* XSLoader.pm \ + blib +mv Makefile Makefile.old > /dev/null 2>&1 +rm -f \ + Makefile ../../lib/XSLoader.pm \ + Makefile.old +rm -rf \ + XSLoader-0.27 ../../lib/auto/XSLoader \ + ../../lib/auto/XSLoader +"../../miniperl" "-I../../lib" "-MExtUtils::Manifest=fullcheck" -e fullcheck +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Problem opening MANIFEST: No such file or directory at /home/ryan/workspace/perl/cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm line 349. +Not in MANIFEST: Makefile.PL +Not in MANIFEST: t/XSLoader.t +Not in MANIFEST: XSLoader_pm.PL +make[2]: Leaving directory '/home/ryan/workspace/perl/dist/XSLoader' +rm -f realclean.sh veryclean.sh +rm -f `grep -v ^# mkppport.lst | grep . | sed -e 's/$/\/ppport.h/'` +make[1]: Leaving directory '/home/ryan/workspace/perl' +make[1]: Entering directory '/home/ryan/workspace/perl' +rm -f core.*perl.*.? t/core.perl.*.? .?*.c +rm -f core *perl.core t/core t/*perl.core core.* t/core.* +rm -f t/perl t/rantests +rm -rf t/tmp* +rm -rf UU Makefile cflags config.h makedepend myconfig runtests pod/Makefile +rm -f makefile makefile.old makefile.old utils/Makefile +rm -f preplibrary lib/Config.pm lib/Config_heavy.pl lib/Config_git.pl lib/Config.pod git_version.h lib/buildcustomize.pl +rm -rf lib/unicore/Decomposition.pl lib/unicore/TestProp.pl lib/unicore/CombiningClass.pl lib/unicore/Name.pl lib/unicore/UCD.pl lib/unicore/Name.pm lib/unicore/Heavy.pl lib/unicore/mktables.lst lib/unicore/To lib/unicore/lib +rm -rf lib/auto +rm -f lib/.exists lib/*/.exists lib/*/*/.exists +rm -f h2ph.man +rm -rf .config +rm -f preload +rm -f pod2htmd.tmp +rm -rf pod/perlfunc pod/perlipc +rmdir ext/B/lib +rm -f so_locations +rmdir lib/version lib/threads lib/inc/ExtUtils lib/inc lib/encoding +rmdir: failed to remove ‘lib/inc/ExtUtils’: No such file or directory +rmdir: failed to remove ‘lib/inc’: No such file or directory +makefile:654: recipe for target '_cleaner2' failed +make[1]: [_cleaner2] Error 1 (ignored) +rmdir lib/autodie/exception lib/autodie/Scope lib/autodie lib/XS +rmdir lib/Win32API lib/VMS lib/Unicode/Collate/Locale +rmdir: failed to remove ‘lib/Win32API’: No such file or directory +rmdir: failed to remove ‘lib/VMS’: No such file or directory +makefile:654: recipe for target '_cleaner2' failed +make[1]: [_cleaner2] Error 1 (ignored) +rmdir lib/Unicode/Collate/CJK lib/Unicode/Collate lib/Tie/Hash +rmdir lib/Thread lib/Text lib/Test2/Util lib/Test2/Tools +rmdir lib/Test2/IPC/Driver lib/Test2/IPC lib/Test2/Hub/Interceptor +rmdir lib/Test2/Hub lib/Test2/Formatter lib/Test2/EventFacet +rmdir lib/Test2/Event/TAP lib/Test2/Event lib/Test2/API lib/Test2 +rmdir lib/Test/use lib/Test/Tester lib/Test/Builder/Tester +rmdir lib/Test/Builder/IO lib/Test/Builder lib/Test lib/Term +rmdir lib/TAP/Parser/YAMLish lib/TAP/Parser/SourceHandler +rmdir lib/TAP/Parser/Scheduler lib/TAP/Parser/Result +rmdir lib/TAP/Parser/Iterator lib/TAP/Parser lib/TAP/Harness +rmdir lib/TAP/Formatter/File lib/TAP/Formatter/Console +rmdir lib/TAP/Formatter lib/TAP lib/Sys/Syslog lib/Sys lib/Sub +rmdir: failed to remove ‘lib/Sys/Syslog’: No such file or directory +makefile:654: recipe for target '_cleaner2' failed +make[1]: [_cleaner2] Error 1 (ignored) +rmdir lib/Search lib/Scalar lib/Pod/Text lib/Pod/Simple +rmdir lib/Pod/Perldoc lib/PerlIO/via lib/PerlIO lib/Perl +rmdir lib/Parse/CPAN lib/Parse lib/Params lib/Net/FTP lib/Module/Load +rmdir lib/Module/CoreList lib/Module lib/Memoize lib/Math/BigInt +rmdir lib/Math/BigFloat lib/Math lib/MIME lib/Locale/Maketext +rmdir lib/Locale/Codes lib/Locale lib/List/Util lib/List lib/JSON/PP +rmdir lib/JSON lib/IPC lib/IO/Uncompress/Adapter lib/IO/Uncompress +rmdir lib/IO/Socket lib/IO/Compress/Zlib lib/IO/Compress/Zip +rmdir lib/IO/Compress/Gzip lib/IO/Compress/Base +rmdir lib/IO/Compress/Adapter lib/IO/Compress lib/IO +rmdir lib/I18N/LangTags lib/I18N lib/Hash/Util lib/Hash lib/HTTP +rmdir lib/Filter/Util lib/Filter lib/File/Spec lib/ExtUtils/Typemaps +rmdir lib/ExtUtils/ParseXS lib/ExtUtils/MakeMaker/version +rmdir lib/ExtUtils/MakeMaker lib/ExtUtils/Liblist +rmdir lib/ExtUtils/Constant lib/ExtUtils/Command +rmdir lib/ExtUtils/CBuilder/Platform/Windows +rmdir lib/ExtUtils/CBuilder/Platform lib/ExtUtils/CBuilder +rmdir lib/Exporter lib/Encode/Unicode lib/Encode/MIME/Header +rmdir lib/Encode/MIME lib/Encode/KR lib/Encode/JP lib/Encode/CN +rmdir lib/Encode lib/Digest lib/Devel lib/Data lib/Config/Perl +rmdir lib/Compress/Raw lib/Compress lib/Carp lib/CPAN/Plugin +rmdir lib/CPAN/Meta/History lib/CPAN/Meta lib/CPAN/LWP +rmdir lib/CPAN/Kwalify lib/CPAN/HTTP lib/CPAN/FTP lib/CPAN/Exception +rmdir lib/CPAN/API lib/CPAN lib/Attribute lib/Archive/Tar lib/Archive +rmdir lib/App/Prove/State/Result lib/App/Prove/State lib/App/Prove +rmdir lib/App lib/Amiga +rmdir: failed to remove ‘lib/Amiga’: No such file or directory +makefile:654: recipe for target '_cleaner2' failed +make[1]: [_cleaner2] Error 1 (ignored) +make[1]: Leaving directory '/home/ryan/workspace/perl' +rm -f *.o *.a all perlmain.c opmini.c perlmini.c generate_uudmap uudmap.h bitcount.h mg_data.h +rmdir .depending +rmdir: failed to remove ‘.depending’: No such file or directory +makefile:624: recipe for target '_mopup' failed +make: [_mopup] Error 1 (ignored) +makefile:624: recipe for target '_mopup' failed +make: [_mopup] Error 1 (ignored) +rm -f perl.exp ext.libs pod/perltoc.pod extra.pods pod/perl5275delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod uni.data opmini.o perlmini.o pod/roffitall +rm -f perl.export perl.dll perl.libexp perl.map perl.def +rm -f *perl.xok +rm -f cygwin.c libperl*.def libperl*.dll cygperl*.dll *.exe.stackdump +rm -f perl miniperl libperl.a libperl.* microperl +rm -f config.arch config.over +Note that 'make realclean' does not delete config.sh or Policy.sh +HEAD is now at e04fc1aa1c Move PERL_INTERNAL_RAND_SEED set-up after init_stacks(). +Removing patchlevel.bak +From git://perl5.git.perl.org/perl + e04fc1aa1c..e92359cbbc blead -> origin/blead +Updating e04fc1aa1c..e92359cbbc +Fast-forward + cpan/NEXT/lib/NEXT.pm | 8 +++++--- + cpan/NEXT/t/next.t | 23 +++++++++++++++++------ + ext/B/B.pm | 4 +--- + ext/B/B/Concise.pm | 11 ++++++----- + ext/B/B/Xref.pm | 12 +++++++++--- + ext/XS-APItest/t/gv_fetchmeth.t | 7 ++++++- + gv.c | 26 ++++++++++++++++++++------ + lib/B/Deparse.pm | 15 ++++++++++++++- + lib/B/Deparse.t | 21 ++++++++++++++++++--- + op.c | 24 ++++++++++++++++++++---- + pad.c | 5 ++++- + perl.c | 1 - + pp.c | 2 +- + pp_ctl.c | 6 +++++- + pp_hot.c | 4 ++-- + scope.c | 11 +++++++++++ + sv.h | 4 ++++ + t/lib/warnings/toke | 6 ++++++ + t/op/local.t | 20 +++++++++++++++++++- + t/op/stash.t | 2 +- + t/op/sub.t | 1 - + t/uni/caller.t | 4 ++++ + t/uni/stash.t | 2 +- + 23 files changed, 174 insertions(+), 45 deletions(-) +Auto-merging AUTHORS +On branch blead +Your branch is up-to-date with 'origin/blead'. + +Changes not staged for commit: + (use "git add ..." to update what will be committed) + (use "git checkout -- ..." to discard changes in working directory) + + modified: AUTHORS + +no changes added to commit (use "git add" and/or "git commit -a") +Installing /home/ryan/workspace/perl into ~/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 + +(cd /home/ryan/workspace/perl && rm -f config.sh Policy.sh && /home/ryan/perl5/perlbrew/bin/patchperl && sh Configure -de '-Dprefix=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776' '-Dccflags=-fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2' '-Dldflags=-Wl,-z,now -Wl,-zrelro' '-Dusedevel' '-A'eval:scriptdir=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin'' && make && make test_harness && make install) 2>&1 | tee /home/ryan/perl5/perlbrew/build.perl-5.27.4.log +Auto-guessed '5.27.5' + +Beginning of configuration questions for perl5. + +Checking echo to see how to suppress newlines... +...using -n. +The star should be here-->* + +First let's make sure your kit is complete. Checking... +Looks good... + +This installation shell script will examine your system and ask you questions +to determine how the perl5 package should be installed. If you get +stuck on a question, you may use a ! shell escape to start a subshell or +execute a command. Many of the questions will have default answers in square +brackets; typing carriage return will give you the default. + +On some of the questions which ask for file or directory names you are allowed +to use the ~name construct to specify the login directory belonging to "name", +even if you don't have a shell which knows about that. Questions where this is +allowed will be marked "(~name ok)". + +[Type carriage return to continue] + +The prompter used in this script allows you to use shell variables and +backticks in your answers. You may use $1, $2, etc... to refer to the words +in the default answer, as if the default line was a set of arguments given to a +script shell. This means you may also use $* to repeat the whole default line, +so you do not have to re-type everything to add something to the default. + +Every time there is a substitution, you will have to confirm. If there is an +error (e.g. an unmatched backtick), the default answer will remain unchanged +and you will be prompted again. + +If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all +the questions and use the computed defaults (or the previous answers if there +was already a config.sh file). Type 'Configure -h' for a list of options. +You may also start interactively and then answer '& -d' at any prompt to turn +on the non-interactive behaviour for the remainder of the execution. + +[Type carriage return to continue] + +Much effort has been expended to ensure that this shell script will run on any +Unix system. If despite that it blows up on yours, your best bet is to edit +Configure and run it again. If you can't run Configure for some reason, +you'll have to generate a config.sh file by hand. Whatever problems you +have, let me (perlbug@perl.org) know how I blew it. + +This installation script affects things in two ways: + +1) it may do direct variable substitutions on some of the files included + in this kit. +2) it builds a config.h file for inclusion in C programs. You may edit + any of these files as the need arises after running this script. + +If you make a mistake on a question, there is no easy way to back up to it +currently. The easiest thing to do is to edit config.sh and rerun all the SH +files. Configure will offer to let you do this before it runs the SH files. + +[Type carriage return to continue] + +Locating common programs... +awk is in /usr/bin/awk. +cat is in /bin/cat. +chmod is in /bin/chmod. +comm is in /usr/bin/comm. +cp is in /bin/cp. +echo is in /bin/echo. +expr is in /usr/bin/expr. +grep is in /bin/grep. +ls is in /bin/ls. +mkdir is in /bin/mkdir. +rm is in /bin/rm. +sed is in /bin/sed. +sort is in /usr/bin/sort. +touch is in /usr/bin/touch. +tr is in /usr/bin/tr. +uniq is in /usr/bin/uniq. + +Don't worry if any of the following aren't found... +ar is in /usr/bin/ar. +bison is in /usr/bin/bison. +byacc is in /usr/bin/byacc. +cpp is in /usr/bin/cpp. +I don't see csh out there, offhand. +date is in /bin/date. +egrep is in /bin/egrep. +I don't see gmake out there, either. +gzip is in /bin/gzip. +less is in /usr/bin/less. +ln is in /bin/ln. +make is in /usr/bin/make. +more is in /bin/more. +nm is in /usr/bin/nm. +nroff is in /usr/bin/nroff. +perl is in /home/ryan/perl5/perlbrew/perls/perl-5.24.0/bin/perl. +pg is in /usr/bin/pg. +test is in /usr/bin/test. +uname is in /bin/uname. +zip is in /usr/bin/zip. +Substituting less -R for less. +Using the test built into your sh. + +Checking compatibility between /bin/echo and builtin echo (if any)... +They are compatible. In fact, they may be identical. +The following message is sponsored by + + Dresden.pm<--The stars should be here. + +Dear Perl user, system administrator or package +maintainer, the Perl community sends greetings to +you. Do you (emblematical) greet back [Y/n]? n + + +Symbolic links are supported. + +Checking how to test for symbolic links... +You can test for symbolic links with 'test -h'. +Checking for cross-compile +No targethost for running compiler tests against defined, running locally + +Good, your tr supports [:lower:] and [:upper:] to convert case. +Using [:upper:] and [:lower:] to convert case. + +First time through, eh? I have some defaults handy for some systems +that need some extra help getting the Configure answers right: + +aix_3 dragonfly irix_4 nonstopux stellar +aix_4 dynixptx irix_5 openbsd sunos_4_0 +aix dynix irix_6_0 opus sunos_4_1 +altos486 epix irix_6_1 os2 super-ux +amigaos esix4 irix_6 os390 svr4 +atheos fps isc_2 os400 svr5 +aux_3 freebsd isc posix-bc ti1500 +bitrig freemint linux-android powerux ultrix_4 +bsdos genix linux qnx umips +catamount gnukfreebsd lynxos riscos unicosmk +convexos gnuknetbsd midnightbsd sco_2_3_0 unicos +cxux gnu mips sco_2_3_1 unisysdynix +cygwin greenhills mirbsd sco_2_3_2 utekv +darwin haiku mpc sco_2_3_3 uwin +dcosx hpux ncr_tower sco_2_3_4 vos +dec_osf i386 netbsd sco +dos_djgpp interix newsos4 solaris_2 + +You may give one or more space-separated answers, or "none" if appropriate. +If you have a handcrafted Policy.sh file or a Policy.sh file generated by a +previous run of Configure, you may specify it as well as or instead of +OS-specific hints. If hints are provided for your OS, you should use them: +although Perl can probably be built without hints on many platforms, using +hints often improve performance and may enable features that Configure can't +set up on its own. If there are no hints that match your OS, specify "none"; +DO NOT give a wrong version or a wrong OS. + +Which of these apply, if any? [linux] + + +You appear to have ELF support. I'll try to use it for dynamic loading. +If dynamic loading doesn't work, read hints/linux.sh for further information. + +You appear to have a working bash. Good. +Your shared -lndbm is not a real library. + +Configure uses the operating system name and version to set some defaults. +The default value is probably right if the name rings a bell. Otherwise, +since spelling matters for me, either accept the default or answer "none" +to leave it blank. + +Operating system name? [linux] + +Operating system version? [4.9.36-x86_64-linode85] + +By default, perl5 will be installed in /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin, manual pages +under /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man, etc..., i.e. with /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 as prefix for all +installation directories. Typically this is something like /usr/local. +If you wish to have binaries under /usr/bin but other parts of the +installation under /usr/local, that's ok: you will be prompted +separately for each of the installation directories, the prefix being +only used to set the defaults. + +Installation prefix to use? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776] +Directory /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 doesn't exist. Use that name anyway? +[y] + +AFS does not seem to be running... + +In some special cases, particularly when building perl5 for distribution, +it is convenient to distinguish the directory in which files should be +installed from the directory (/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776) in which they will +eventually reside. For most users, these two directories are the same. + +What installation prefix should I use for installing files? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776] +Directory /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 doesn't exist. Use that name anyway? +[y] + +Getting the current patchlevel... +(You have perl5 version 27 subversion 5.) + +Perl can be built to offer a form of threading support on some systems +To do so, Configure can be run with -Dusethreads. + +Note that Perl built with threading support runs slightly slower +and uses slightly more memory than plain Perl. + +If this doesn't make any sense to you, just accept the default 'n'. +Build a threading Perl? [n] +Your platform has some specific hints regarding threaded builds, using them... + +Perl can be built so that multiple Perl interpreters can coexist +within the same Perl executable. + +If this doesn't make any sense to you, just accept the default 'n'. +Build Perl for multiplicity? [n] + +Use which C compiler? [cc] + +Hmm... Looks kind of like a Version 7 system, but we'll see... + +Congratulations. You aren't running Eunice. + +It's not Xenix... + +Nor is it Venix... + +Checking for GNU cc in disguise and/or its version number... +You are using GNU cc 7.2.0. + +Hmm... Doesn't look like a MIPS system. + +Now, how can we feed standard input to your C preprocessor... +Maybe "cc -E" will work... +Nope...maybe "cc -E -" will work... +Yup, it does. + +Some systems have incompatible or broken versions of libraries. Among +the directories listed in the question below, please remove any you +know not to be holding relevant libraries, and add any that are needed. +Say "none" for none. + +Directories to use for library searches? +[/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib] + +On some systems, shared libraries may be available. Answer 'none' if +you want to suppress searching of shared libraries for the remainder +of this configuration. + +What is the file extension used for shared libraries? [so] + +Some dynamic loaders assume that the *basename* of shared library filenames +are globally unique. We'll default this to undef as we assume your system +is not this weird. Set to defined if you're on one of them. + +Make shared library basenames unique? [n] + +Perl can be built to use the SOCKS proxy protocol library. To do so, +Configure must be run with -Dusesocks. If you use SOCKS you also need +to use the PerlIO abstraction layer, this will be implicitly selected. + +If this doesn't make any sense to you, just accept the default 'n'. +Build Perl for SOCKS? [n] + +Perl can be built to take advantage of long doubles which +(if available) may give more accuracy and range for floating point numbers. + +If this doesn't make any sense to you, just accept the default 'n'. +Try to use long doubles if available? [n] + +Checking for optional libraries... +No -lcl. +Found -lpthread (shared). +No -lsocket. +No -linet. +Found -lnsl (shared). +Found -lgdbm (shared). +No -ldbm. +Found -ldb (shared). +No -lmalloc. +Found -ldl (shared). +No -lld. +No -lsun. +Found -lm (shared). +Found -lcrypt (shared). +No -lsec. +Found -lutil (shared). +Found -lc (shared). +No -lcposix. +No -lposix. +No -lucb. +No -lBSD. +Found -lgdbm_compat (shared). + +In order to compile perl5 on your machine, a number of libraries +are usually needed. Include any other special libraries here as well. +Say "none" for none. The default list is almost always right. + +What libraries to use? +[-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat] + +By default, perl5 compiles with the -O flag to use the optimizer. +Alternately, you might want to use the symbolic debugger, which uses +the -g flag (on traditional Unix systems). Either flag can be +specified here. To use neither flag, specify the word "none". + +What optimizer/debugger flag should be used? [-O2] + +Checking if your compiler accepts -fno-strict-aliasing +Yes, it does. + +Checking if your compiler accepts -pipe +Yes, it does. + +Checking if your compiler accepts -fstack-protector-strong +Yes, it does. + +Your C compiler may want other flags. For this question you should include +-I/whatever and -DWHATEVER flags and any other flags used by the C compiler, +but you should NOT include libraries or ld flags like -lwhatever. If you +want perl5 to honor its debug switch, you should include -DDEBUGGING here. +Your C compiler might also need additional flags, such as -D_POSIX_SOURCE. + +To use no flags, specify the word "none". + +Any additional cc flags? +[-fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include] + +Let me guess what the preprocessor flags are... +They appear to be: -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include + +Your C linker may need flags. For this question you should +include -L/whatever and any other flags used by the C linker, but you +should NOT include libraries like -lwhatever. + +Make sure you include the appropriate -L/path flags if your C linker +does not normally search all of the directories you specified above, +namely + /usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib +To use no flags, specify the word "none". + +Any additional ld flags (NOT including libraries)? +[-Wl,-z,now -Wl,-zrelro -fstack-protector-strong -L/usr/local/lib] + +Checking your choice of C compiler and flags for coherency... +OK, that should do. + +Computing filename position in cpp output for #include directives... +Your cpp writes the filename in the third field of the line. + + found. + +Checking to see how big your integers are... +Your integers are 4 bytes long. +Your long integers are 8 bytes long. +Your short integers are 2 bytes long. + +Checking to see if you have long long... +You have long long. + +Checking to see how big your long longs are... +Your long longs are 8 bytes long. +(That isn't any different from an ordinary long.) + + found. + +Checking to see if you have int64_t... +You have int64_t. + +Checking which 64-bit integer type we could use... +We could use 'long' for 64-bit integers. + +You have natively 64-bit long integers. + +You may also choose to try maximal 64-bitness. It means using as much +64-bitness as possible on the platform. This in turn means even more +binary incompatibilities. On the other hand, your platform may not +have any more 64-bitness available than what you already have chosen. + +If this doesn't make any sense to you, just accept the default 'y'. +(The default has been chosen based on your configuration.) +Try to use maximal 64-bit support, if available? [y] + +Checking if your C library has broken 64-bit functions... +Your C library's 64-bit functions are ok. + +Checking for GNU C Library... +You are using the GNU C Library version 2.24 + +nm probably won't work on the GNU C Library. + +I can use /usr/bin/nm to extract the symbols from your C libraries. This +is a time consuming task which may generate huge output on the disk (up +to 3 megabytes) but that should make the symbols extraction faster. The +alternative is to skip the 'nm' extraction part and to compile a small +test program instead to determine whether each symbol is present. If +you have a fast C compiler and/or if your 'nm' output cannot be parsed, +this may be the best solution. + +You probably shouldn't let me use 'nm' if you are using the GNU C Library. + +Shall I use /usr/bin/nm to extract C symbols from the libraries? [n] + +Checking for C++... +You are not using a C++ compiler. + +Checking to see how big your double precision numbers are... +Your double is 8 bytes long. + + found. + +Checking to see if you have long double... +You have long double. + +ldexpl() found. + +Checking to see how big your long doubles are... +Your long doubles are 16 bytes long. +Checking the kind of long doubles you have... +You have x86 80-bit little endian long doubles. + +What is your architecture name [x86_64-linux] +Add the Perl API version to your archname? [n] +This architecture is naturally 64-bit, not changing architecture name. + +Pathname where the public executables will reside? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin] +Directory /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin doesn't exist. Use that name anyway? +[y] + +Would you like to build Perl so that the installation is relocatable, so that +library paths in @INC are determined relative to the path of the perl binary? +This is not advised for system Perl installs, or if you need to run setid +scripts or scripts under taint mode. + +If this doesn't make any sense to you, just accept the default 'n'. +Use relocatable @INC? [n] + +There are some auxiliary files for perl5 that need to be put into a +private library directory that is accessible by everyone. + +Pathname where the private library files will reside? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5] + +Perl5 contains architecture-dependent library files. If you are +sharing libraries in a heterogeneous environment, you might store +these files in a separate location. Otherwise, you can just include +them with the rest of the public library files. + +Where do you want to put the public architecture-dependent libraries? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux] + +Some kernels have a bug that prevents setuid #! scripts from being +secure. Some sites have disabled setuid #! scripts because of this. + +First let's decide if your kernel supports secure setuid #! scripts. +(If setuid #! scripts would be secure but have been disabled anyway, +don't say that they are secure if asked.) + +If you are not sure if they are secure, I can check but I'll need a +username and password different from the one you are using right now. +If you don't have such a username or don't want me to test, simply +enter 'none'. + +Other username to test security of setuid scripts with? [none] +Well, the recommended value is *not* secure. +Does your kernel have *secure* setuid scripts? [n] +Looking for a previously installed perl5.005 or later... +Using /home/ryan/perl5/perlbrew/perls/perl-5.24.0/bin/perl. + +After perl5 is installed, you may wish to install various +add-on modules and utilities. Typically, these add-ons will +be installed under /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 with the rest +of this package. However, you may wish to install such add-ons +elsewhere under a different prefix. + +If you do not wish to put everything under a single prefix, that's +ok. You will be prompted for the individual locations; this siteprefix +is only used to suggest the defaults. + +The default should be fine for most people. + +Installation prefix to use for add-on modules and utilities? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776] + +The installation process will create a directory for +site-specific extensions and modules. Most users find it convenient +to place all site-specific files in this directory rather than in the +main distribution directory. + +Pathname for the site-specific library files? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5] + +In order to ease the process of upgrading, this version of perl +can be configured to use modules built and installed with earlier +versions of perl that were installed under /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776. Specify here +the list of earlier versions that this version of perl should check. +If Configure detected no earlier versions of perl installed under +/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776, then the list will be empty. Answer 'none' to tell perl +to not search earlier versions. + +The default should almost always be sensible, so if you're not sure, +just accept the default. +List of earlier versions to include in @INC? [none] + + NOT found. + + found. + +Checking to see how big your pointers are... +Your pointers are 8 bytes long. + +Do you wish to wrap malloc calls to protect against potential overflows? [y] + +Do you wish to attempt to use the malloc that comes with perl5? [n] + +Your system wants malloc to return 'void *', it would seem. +Your system uses void free(), it would seem. + +The installation process will also create a directory for +architecture-dependent site-specific extensions and modules. + +Pathname for the site-specific architecture-dependent library files? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux] + +The installation process will also create a directory for +vendor-supplied add-ons. Vendors who supply perl with their system +may find it convenient to place all vendor-supplied files in this +directory rather than in the main distribution directory. This will +ease upgrades between binary-compatible maintenance versions of perl. + +Of course you may also use these directories in whatever way you see +fit. For example, you might use them to access modules shared over a +company-wide network. + +The default answer should be fine for most people. +This causes further questions about vendor add-ons to be skipped +and no vendor-specific directories will be configured for perl. + +Do you want to configure vendor-specific add-on directories? [n] + +Lastly, you can have perl look in other directories for extensions and +modules in addition to those already specified. +These directories will be searched after + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5 + +Enter a colon-separated set of extra paths to include in perl's @INC +search path, or enter 'none' for no extra paths. + +Colon-separated list of additional directories for perl to search? [none] + +Checking out function prototypes... +Your C compiler appears to support function prototypes. + +Perl can be built to support DTrace on platforms that support it. +DTrace is a diagnosis and performance analysis tool from Sun. + +If this doesn't make any sense to you, just accept the default. +Support DTrace if available? [n] + +Perl can be built with extra modules or bundles of modules which +will be fetched from the CPAN and installed alongside Perl. + +Notice that you will need access to the CPAN; either via the Internet, +or a local copy, for example a CD-ROM or a local CPAN mirror. (You will +be asked later to configure the CPAN.pm module which will in turn do +the installation of the rest of the extra modules or bundles.) + +Notice also that if the modules require any external software such as +libraries and headers (the libz library and the zlib.h header for the +Compress::Zlib module, for example) you MUST have any such software +already installed, this configuration process will NOT install such +things for you. + +If this doesn't make any sense to you, just accept the default 'n'. +Install any extra modules (y or n)? [n] + + +If you wish to install html files for programs in Perl5, indicate +the appropriate directory here. To skip installing html files, +answer "none". +Directory for the main Perl5 html pages? (~name ok) [none] + +If you wish to install html files for modules associated with Perl5, +indicate the appropriate directory here. To skip installing html files, +answer "none". +Directory for the Perl5 module html pages? (~name ok) [none] + +Many scripts expect perl to be installed as /usr/bin/perl. + +If you want to, I can install the perl you are about to compile +as /usr/bin/perl (in addition to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl). + +However, please note that because you already have a /usr/bin/perl, +overwriting that with a new Perl would very probably cause problems. +Therefore I'm assuming you don't want to do that (unless you insist). + +Do you want to install perl as /usr/bin/perl? [n] + +dlopen() found. + + found. + +Do you wish to use dynamic loading? [y] +The following dynamic loading files are available: +ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs +ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_none.xs +ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_symbian.xs +ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs +ext/DynaLoader/dl_freemint.xs ext/DynaLoader/dl_win32.xs +Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs] + +Some systems may require passing special flags to cc -c to +compile modules that will be used to create a shared library. +To use no flags, say "none". + +Any special flags to pass to cc -c to compile shared library modules? +[-fPIC] + +Some systems use ld to create libraries that can be dynamically loaded, +while other systems (such as those using ELF) use cc. + +You appear to have ELF support. I'll use cc to build dynamic libraries. +What command should be used to create dynamic libraries? [cc] + +Some systems may require passing special flags to cc to create a +library that can be dynamically loaded. If your ld flags include +-L/other/path options to locate libraries outside your loader's normal +search path, you may need to specify those -L options here as well. To +use no flags, say "none". + +Any special flags to pass to cc to create a dynamically loaded library? +[-shared -O2 -L/usr/local/lib -fstack-protector-strong] + +Some systems may require passing special flags to cc to indicate that +the resulting executable will use dynamic linking. To use no flags, +say "none". + +Any special flags to pass to cc to use dynamic linking? [-Wl,-E] +ld supports scripting + +The perl executable is normally obtained by linking perlmain.c with +libperl.a, any static extensions (usually just DynaLoader), and +any other libraries needed on this system (such as -lm, etc.). Since +your system supports dynamic loading, it is probably possible to build +a shared libperl.so. If you will have more than one executable linked +to libperl.so, this will significantly reduce the size of each +executable, but it may have a noticeable effect on performance. The +default is probably sensible for your system. + + +Build a shared libperl.so (y/n) [n] + +System manual is in /usr/share/man/man1. + +Perl5 has manual pages available in source form. +If you don't want the manual sources installed, answer 'none'. + +Where do the main Perl5 manual pages (source) go? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1] +What suffix should be used for the main Perl5 man pages? [1] + +You can have filenames longer than 14 characters. + +Perl5 has manual pages for many of the library modules. +If you don't want the manual sources installed, answer 'none'. + +Where do the perl5 library man pages (source) go? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3] +What suffix should be used for the perl5 library man pages? [3] + +Figuring out host name... +Maybe "hostname" will work... +Your host name appears to be "simcop2387.info". Right? [y] +(Normalizing case in your host name) +(Trimming domain name from host name--host name is now simcop2387) + +What is your domain name? [.info] +(Normalizing case in your domain name) + +I need to get your e-mail address in Internet format if possible, i.e. +something like user@host.domain. Please answer accurately since I have +no easy means to double check it. The default value provided below +is most probably close to reality but may not be valid from outside +your organization... + +What is your e-mail address? [ryan@simcop2387.info.] + +If you or somebody else will be maintaining perl at your site, please +fill in the correct e-mail address here so that they may be contacted +if necessary. Currently, the "perlbug" program included with perl +will send mail to this address in addition to perlbug@perl.org. You may +enter "none" for no administrator. + +Perl administrator e-mail address [ryan@simcop2387.info.] + +Do you want to use a version number suffix for installed binaries? This +will install 'perl5.27.5' instead of 'perl', and likewise for other +binaries like 'perldoc' and 'cpan'. This allows many versions of perl +to be installed side-by-side. Unless you are a developer, you probably +do *not* want to do this. +Do you want to use a version number suffix for installed binaries? [y] + +I can use the #! construct to start perl on your system. This will +make startup of perl scripts faster, but may cause problems if you +want to share those scripts and perl is not in a standard place +(/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl) on all your platforms. The alternative +is to force a shell by starting the script with a single ':' character. + +What shall I put after the #! to start up perl ("none" to not use #!)? +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5] + +WARNING: Some systems limit the #! command to 32 characters. +If you experience difficulty running Perl scripts with #!, try +installing Perl in a directory with a shorter pathname. + +I'll use #!/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 to start perl scripts. + +Some installations have a separate directory just for executable scripts so +that they can mount it across multiple architectures but keep the scripts in +one spot. You might, for example, have a subdirectory of /usr/share for this. +Or you might just lump your scripts in with all your other executables. + +Where do you keep publicly executable scripts? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin] +Directory /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin doesn't exist. Use that name anyway? +[y] +Pathname where the add-on public executables should be installed? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin] +Directory /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin doesn't exist. Use that name anyway? +[y] +Pathname where the site-specific html pages should be installed? (~name ok) +[none] +Pathname where the site-specific library html pages should be installed? (~name ok) +[none] +Pathname where the site-specific manual pages should be installed? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1] +Pathname where the site-specific library manual pages should be installed? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3] +Pathname where add-on public executable scripts should be installed? (~name ok) +[/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin] + +backtrace() found. + +Perl can be built to use 'fast stdio', which means using the stdio +library but also directly manipulating the stdio buffers to enable +faster I/O. Using stdio is better for backward compatibility (especially +for Perl extensions), but on the other hand since Perl 5.8 the 'perlio' +interface has been preferred instead of stdio. + +If this doesn't make any sense to you, just accept the default 'n'. +Use the "fast stdio" if available? [n] + +Looking for the type used for lseek's offset on this system. +off_t found. + +Checking to see how big your file offsets are... +Your file offsets are 8 bytes long. + +Looking for the type for file position used by fsetpos(). +fpos_t found. + +Checking the size of fpos_t... +Your fpos_t is 16 bytes long. + +Perl can be built to understand large files (files larger than 2 gigabytes) +on some systems. To do so, Configure can be run with -Duselargefiles. + +If this doesn't make any sense to you, just accept the default 'y'. +Try to understand large files, if available? [y] +Your platform has some specific hints regarding large file builds, using them... + +Rechecking to see how big your file offsets are... +Your file offsets are now 8 bytes long. +Rechecking the size of fpos_t... 16 bytes. + +Using instead of . + +qgcvt() found. +Checking the kind of doubles you have... +You have IEEE 754 64-bit little endian doubles. + +Checking how to print long doubles... +We will use %Lf. + +Checking for an efficient way to convert floats to strings. +Trying gconvert... +gconvert NOT found. +Trying gcvt... +gcvt() found. +I'll use gcvt to convert floats into a string. + +fwalk() NOT found. + +access() found. + + defines the *_OK access constants. + +accessx() NOT found. + +acosh() found. + +aintl() NOT found. + +alarm() found. + +ctime64() NOT found. + +localtime64() NOT found. + +gmtime64() NOT found. + +mktime64() NOT found. + +difftime64() NOT found. + +asctime64() NOT found. + + found. + + found. + + found. + +Testing to see if we should include , or both. +I'm now running the test program...... +Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL +We'll include . +We'll include . + +Checking to see if your struct tm has tm_zone field... +Yes, it does. + +Checking to see if your struct tm has tm_gmtoff field... +Yes, it does. + +asctime_r() found. + +asinh() found. + +atanh() found. + +atolf() NOT found. + +atoll() found. + +Checking whether your compiler can handle __attribute__((format)) ... +Your C compiler supports __attribute__((format)). + +Checking whether your compiler allows __printf__ format to be null ... +Your C compiler doesn't allow __printf__ format to be null. + +Checking whether your compiler can handle __attribute__((malloc)) ... +Your C compiler supports __attribute__((malloc)). + +Checking whether your compiler can handle __attribute__((nonnull(1))) ... +Your C compiler supports __attribute__((nonnull)). + +Checking whether your compiler can handle __attribute__((noreturn)) ... +Your C compiler supports __attribute__((noreturn)). + +Checking whether your compiler can handle __attribute__((pure)) ... +Your C compiler supports __attribute__((pure)). + +Checking whether your compiler can handle __attribute__((unused)) ... +Your C compiler supports __attribute__((unused)). + +Checking whether your compiler can handle __attribute__((deprecated)) ... +Your C compiler supports __attribute__((deprecated)). + +Checking whether your compiler can handle __attribute__((warn_unused_result)) ... +Your C compiler supports __attribute__((warn_unused_result)). + +bcmp() found. + +bcopy() found. + +getpgrp() found. + +Checking to see which flavor of getpgrp is in use... +You have to use getpgrp() instead of getpgrp(pid). + +setpgrp() found. + +Checking to see which flavor of setpgrp is in use... +You have to use setpgrp() instead of setpgrp(pid,pgrp). + +Checking whether your compiler can handle __builtin_choose_expr ... +All good! +Your C compiler supports __builtin_choose_expr. + +Checking whether your compiler can handle __builtin_expect ... +Your C compiler supports __builtin_expect. + +bzero() found. + + found. + + found. + +We'll include to get va_dcl definition. +You have and , so checking for C99 variadic macros. +You have C99 variadic macros. + +You have void (*signal())(). + +Checking whether your C compiler can cast large floats to int32. +Nope, it can't. + +Checking whether your C compiler can cast negative float to unsigned. +Yup, it can. + +cbrt() found. + +vprintf() found. +Your vsprintf() returns (int). + +chown() found. + +chroot() found. + +chsize() NOT found. + +class() NOT found. + +clearenv() found. + +Hmm... Looks like you have Berkeley networking support. + +socketpair() found. + +Checking the availability sa_len in the sock struct ... + +Checking the availability struct sockaddr_in6 ... + +Checking the availability sin6_scope_id in struct sockaddr_in6 ... + +Checking the availability struct ip_mreq ... + +Checking the availability struct ip_mreq_source ... + +Checking the availability struct ipv6_mreq ... + +Checking the availability struct ipv6_mreq_source ... + +Checking the availability of certain socket constants... + + found. + +Checking to see if your system supports struct cmsghdr... +Yes, it does. + +Checking to see if your C compiler knows about "const"... +Yup, it does. + +copysign() found. + +copysignl() found. + + +crypt() found. + + found. + +crypt_r() found. + +ctermid() found. + +ctermid_r() NOT found. + +ctime_r() found. + +cuserid() found. + + found. + +DBL_DIG found. + +dbmclose() found. + + found. + +dbminit() prototype found. + +difftime() found. + + found. + +Your directory entries are struct dirent. + +Your directory entry does not know about the d_namlen field. +Checking to see if DIR has a dd_fd member variable +No, it does not. + + found. + + NOT found. + +dirfd() found. + +dladdr() found. + +dlerror() found. + + found. + +On a few systems, the dynamically loaded modules that perl generates and uses +will need a different extension than shared libs. The default will probably +be appropriate. + +What is the extension of dynamically loaded modules [so] + +Checking whether your dlsym() needs a leading underscore ... +dlsym doesn't need a leading underscore. + +drand48_r() found. + +drand48() prototype found. + +dup2() found. + +eaccess() found. + +endgrent() found. + + found. + +endgrent_r() NOT found. + +endhostent() found. + + found. + +endhostent_r() NOT found. + +endnetent() found. + +endnetent_r() NOT found. + +endprotoent() found. + +endprotoent_r() NOT found. + +endpwent() found. + + found. + +endpwent_r() NOT found. + +endservent() found. + +endservent_r() NOT found. + + defines the O_* constants... +and you have the 3 argument form of open(). + + found. + +We'll be including . + + found. + +We don't need to include if we include . + +fork() found. + +pipe() found. + +Figuring out the flag used by open() for non-blocking I/O... +Seems like we can use O_NONBLOCK. + +Let's see what value errno gets from read() on a O_NONBLOCK file... +A read() system call with no data present returns -1. +Your read() sets errno to EAGAIN when no data is available. +And it correctly returns 0 to signal EOF. + +erf() found. + +erfc() found. + +exp2() found. + +expm1() found. + +(Looks like you have stdio.h from Linux.) +Checking how std your stdio is... +Your stdio acts pretty std. +But I will not snoop inside glibc 2.24 stdio buffers. + +fchdir() found. + +fchmod() found. + +openat() found. + +unlinkat() found. + +renameat() found. + +linkat() found. + +fchmodat() found. + +fchown() found. + +fcntl() found. + +Checking if fcntl-based file locking works... +Yes, it seems to work. + +Checking to see how well your C compiler handles fd_set and friends ... +Hmm, your compiler has some difficulty with fd_set. Checking further... +Well, your system has some sort of fd_set available... +and you have the normal fd_set macros. + +fdclose() NOT found. + +fdim() found. + +fegetround() found. + +fgetpos() found. + +finite() found. + +finitel() found. + +flock() found. + +flock() prototype found. + +fma() found. + +fmax() found. + +fmin() found. + +fp_class() NOT found. + + found. +Checking to see if you have fpclassify... +You have fpclassify. + +fp_classify() NOT found. + +fp_classl() NOT found. + +pathconf() found. + +fpathconf() found. + +fpclass() NOT found. + +fpclassl() NOT found. + +fpgetround() NOT found. + +Checking to see if you have fpos64_t... +You do not have fpos64_t. + + found. + +newlocale() found. + +freelocale() found. + +uselocale() found. + +duplocale() found. + +querylocale() NOT found. + +frexpl() found. + + found. + + found. + +Checking to see if your system supports struct fs_data... +No, it doesn't. + +fseeko() found. +(Your long is 64 bits, so you could use fseek.) + +fsetpos() found. + +fstatfs() found. + +statvfs() found. + +fstatvfs() found. + +fsync() found. + +ftello() found. +(Your long is 64 bits, so you could use ftell.) + +Checking if you have a working futimes() +Yes, you have + +A working gai_strerror() found. + + NOT found. + + NOT found. + + found. + +dbm_open() found. +Checking if your uses prototypes... +Your does not seem to have prototypes + +getaddrinfo() found. + +getcwd() found. + +getespwnam() NOT found. + +getfsstat() NOT found. + +getgrent() found. + +getgrent_r() found. + +getgrgid_r() found. + +getgrnam_r() found. + +gethostbyaddr() found. + +gethostbyname() found. + +gethostent() found. + +gethostname() found. +uname() found. + +Every now and then someone has a gethostname() that lies about the hostname +but can't be fixed for political or economic reasons. If you wish, I can +pretend gethostname() isn't there and maybe compute hostname at run-time +thanks to the 'hostname' command. + +Shall I ignore gethostname() from now on? [n] + +gethostbyaddr_r() found. + +gethostbyname_r() found. + +gethostent_r() found. + +gethostent() prototype found. + +getitimer() found. + +getlogin() found. + +getlogin_r() found. + +getmnt() NOT found. + +getmntent() found. + +getnameinfo() found. + +getnetbyaddr() found. + +getnetbyname() found. + +getnetent() found. + +getnetbyaddr_r() found. + +getnetbyname_r() found. + +getnetent_r() found. + +getnetent() prototype found. + +getpagesize() found. + +getprotobyname() found. + +getprotobynumber() found. + +getprotoent() found. + +getpgid() found. + +getpgrp2() NOT found. + +getppid() found. + +getpriority() found. + +getprotobyname_r() found. + +getprotobynumber_r() found. + +getprotoent_r() found. + +getprotoent() prototype found. + +getprpwnam() NOT found. + +getpwent() found. + +getpwent_r() found. + +getpwnam_r() found. + +getpwuid_r() found. + +getservbyname() found. + +getservbyport() found. + +getservent() found. + +getservbyname_r() found. + +getservbyport_r() found. + +getservent_r() found. + +getservent() prototype found. + +getspnam() found. + + found. + +getspnam_r() found. + +gettimeofday() found. + +gmtime_r() found. + +hasmntopt() found. + + found. + + found. + +htonl() found. + +hypot() found. + +ilogb() found. + +ilogbl() found. + +strchr() found. + +inet_aton() found. + +inet_ntop() found. + +inet_pton() found. + +isascii() found. + +isblank() found. +Checking to see if you have isfinite... +You have isfinite. + +isfinitel() NOT found. +Checking to see if you have isinf... +You have isinf. + +isinfl() found. +Checking to see if you have isless... +You do not have isless. +Checking to see if you have isnan... +You have isnan. + +isnanl() found. +Checking to see if you have isnormal... +You have isnormal. + +j0() found. + +j0l() found. + +killpg() found. + +localeconv() found. + +lchown() found. + +LDBL_DIG found. + +lgamma() found. + +lgamma_r() found. + +Checking to see if your libm supports _LIB_VERSION... +Yes, it does (2) + +link() found. + +llrint() found. + +llrintl() found. + +llround() found. + +llroundl() found. + +localtime_r() found. + +lockf() found. + +log1p() found. + +log2() found. + +logb() found. + +lrint() found. + +lrintl() found. + +lround() found. + +lroundl() found. + +lseek() prototype found. + +lstat() found. + +madvise() found. + +malloc_size() NOT found. + +malloc_good_size() NOT found. + +mblen() found. + +mbstowcs() found. + +mbtowc() found. + +memchr() found. + +memcmp() found. + +memcpy() found. + +memmem() found. + +memmove() found. + +memset() found. + +mkdir() found. + +mkdtemp() found. + +mkfifo() found. + +mkstemp() found. + +mkstemps() found. + +mktime() found. + + found. + +mmap() found. +and it returns (void *). + +sqrtl() found. + +scalbnl() found. + +truncl() found. + +modfl() found. + +modfl() prototype found. + +mprotect() found. + +msgctl() found. + +msgget() found. + +msgsnd() found. + +msgrcv() found. + +You have the full msg*(2) library. + +Checking to see if your system supports struct msghdr... +Yes, it does. + +msync() found. + +munmap() found. + +nan() found. + +nearbyint() found. + +nextafter() found. + +nexttoward() found. + +nice() found. + + found. + +nl_langinfo() found. + + found. + +Checking to see if your C compiler knows about "volatile"... +Yup, it does. + +Choosing the C types to be used for Perl's internal types... +(IV will be long, 8 bytes) +(UV will be unsigned long, 8 bytes) +(NV will be double, 8 bytes) +Checking how many bits of your UVs your NVs can preserve... +Your NVs can preserve only 53 bits of your UVs. +Checking to find the largest integer value your NVs can hold... +The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 +Checking whether NV 0.0 is all bits zero in memory... +0.0 is represented as all bits zero in memory + +Checking to see if you have off64_t... +You do not have off64_t. +(Your off_t is 64 bits, so you could use that.) + +pause() found. + +poll() found. + +prctl() found. +Your prctl (PR_SET_NAME, ...) works + +readlink() found. + +You have Linux-like /proc/self/exe. + +vfork() found. + + +Perl can only use a vfork() that doesn't suffer from strict +restrictions on calling functions or modifying global data in +the child. For example, glibc-2.1 contains such a vfork() +that is unsuitable. If your system provides a proper fork() +call, chances are that you do NOT want perl to use vfork(). + +Do you still want to use vfork()? [n] +Ok, we won't use vfork(). + +pthread_attr_setscope() found. + +Checking to see if you have ptrdiff_t... +You have ptrdiff_t. + +random_r() found. + +readdir() found. + +seekdir() found. + +telldir() found. + +rewinddir() found. + +readdir64_r() found. + +readdir_r() found. + +readv() found. + +recvmsg() found. + +regcomp() found. + +remainder() found. + +remquo() found. + +rename() found. + +rint() found. + +rmdir() found. + +round() found. + + found. + +We won't be including . + +I'll use memmove() instead of bcopy() for overlapping copies. + +I'll use memmove() instead of memcpy() for overlapping copies. + +Checking if your memcmp() can compare relative magnitude... +Yes, it can. + +sbrk() prototype found. + +scalbn() found. + +select() found. + +semctl() found. + +semget() found. + +semop() found. + +You have the full sem*(2) library. + +You do not have union semun in . + +You can use union semun for semctl IPC_STAT. +You can also use struct semid_ds* for semctl IPC_STAT. + +sendmsg() found. + +setegid() found. + +seteuid() found. + +setgrent() found. + +setgrent_r() NOT found. + +sethostent() found. + +sethostent_r() NOT found. + +setitimer() found. + +setlinebuf() found. + +setlocale() found. + + found. + +setlocale_r() NOT found. + +setnetent() found. + +setnetent_r() NOT found. + +setprotoent() found. + +setpgid() found. + +setpgrp2() NOT found. + +setpriority() found. + +setproctitle() NOT found. + +setprotoent_r() NOT found. + +setpwent() found. + +setpwent_r() NOT found. + +setregid() found. + +setresgid() found. + +setreuid() found. + +setresuid() found. + +setrgid() NOT found. + +setruid() NOT found. + +setservent() found. + +setservent_r() NOT found. + +setsid() found. + +setvbuf() found. + +shmctl() found. + +shmget() found. + +shmat() found. +and it returns (void *). + +shmdt() found. + +You have the full shm*(2) library. + +sigaction() found. + +Looking for the type of process ids on this system. +pid_t found. + +Looking for the type for user ids returned by getuid(). +uid_t found. +Checking if your siginfo_t has si_errno field... +Checking if your siginfo_t has si_pid field... +Checking if your siginfo_t has si_uid field... +Checking if your siginfo_t has si_addr field... +Checking if your siginfo_t has si_status field... +Checking if your siginfo_t has si_band field... +Checking if your siginfo_t has si_value field... +Checking if your siginfo_t has si_fd field... + + NOT found. +Checking to see if you have signbit() available to work on double... Yes. + +sigprocmask() found. + +POSIX sigsetjmp found. + +snprintf() found. + +vsnprintf() found. +Checking whether your snprintf() and vsnprintf() work okay... +Your snprintf() and vsnprintf() seem to be working okay. + +sockatmark() found. + +sockatmark() prototype found. + +socks5_init() NOT found. +Checking whether sprintf returns the length of the string... +sprintf returns the length of the string (as ANSI says it should) + +srand48_r() found. + +srandom_r() found. + +setresgid() prototype NOT found. + +setresuid() prototype NOT found. + +stat() found. + + found. + +Checking to see if your struct stat has st_blocks field... + + found. + + found. + +Checking to see if your system supports struct statfs... +Yes, it does. + +Checking to see if your struct statfs has f_flags field... +Yes, it does. + +Checking to see if your system supports static inline... +Your compiler supports static __inline__. +Checking how to access stdio streams by file descriptor number... +I can't figure out how to access stdio streams by file descriptor number. + +strcoll() found. + +Checking to see if your C compiler can copy structs... +Yup, it can. + +strerror() found. +(You also have sys_errlist[], so we could roll our own strerror.) + +strerror_l() found. + +strerror_r() found. + +strftime() found. + +strlcat() NOT found. + +strlcpy() NOT found. + +strtod() found. + +strtol() found. + +strtold() found. + +strtoll() found. +Checking whether your strtoll() works okay... +Your strtoll() seems to be working okay. + +strtoq() found. + +strtoul() found. +Checking whether your strtoul() works okay... +Your strtoul() seems to be working okay. + +strtoull() found. +Checking whether your strtoull() works okay... +Your strtoull() seems to be working okay. + +strtouq() found. +Checking whether your strtouq() works okay... +Your strtouq() seems to be working okay. + +strxfrm() found. + +symlink() found. + +syscall() found. + +syscall() prototype found. + +sysconf() found. + +system() found. + +tcgetpgrp() found. + +tcsetpgrp() found. + +telldir() prototype found. + +tgamma() found. + +time() found. + +Looking for the type returned by time() on this system. +time_t found. + +timegm() found. + + found. + +times() found. + +Looking for the type returned by times() on this system. +clock_t found. + +tmpnam_r() found. + +trunc() found. + +truncate() found. + +ttyname_r() found. + +tzname[] found. + +In the following, larger digits indicate more significance. A big-endian +machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A +little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other +machines may have weird orders like 3412. A Cray will report 87654321, +an Alpha will report 12345678. If the test program works the default is +probably right. +I'm now running the test program... +(The test program ran ok.) +byteorder=12345678 + +Checking to see whether you can access character data unalignedly... +(Testing for character data alignment may crash the test. That's okay.) +It seems that you must access character data in an aligned manner. + +ualarm() found. + +umask() found. + +unordered() NOT found. + +unsetenv() found. + +usleep() found. + +usleep() prototype found. + +ustat() found. + +closedir() found. + +Checking whether closedir() returns a status... +Yes, it does. + +wait4() found. + +waitpid() found. + +A working wcscmp() found. + +wcstombs() found. + +A working wcsxfrm() found. + +wctomb() found. + +writev() found. + +Checking alignment constraints... +Doubles must be aligned on a how-many-byte boundary? [8] +Checking how long a character is (in bits)... +What is the length of a character (in bits)? [8] + +Checking to see how your cpp does stuff like concatenate tokens... +Oh! Smells like ANSI's been here. +We can catify or stringify, separately or together! + + found. + +Checking Berkeley DB version ... +You have Berkeley DB Version 2 or greater. +db.h is from Berkeley DB Version 5.3.28 +libdb is from Berkeley DB Version 5.3.28 +db.h and libdb are compatible. +Looks OK. + +Checking return type needed for hash for Berkeley DB ... +Your version of Berkeley DB uses u_int32_t for hash. + +Checking return type needed for prefix for Berkeley DB ... +Your version of Berkeley DB uses size_t for prefix. + +Historically Perl has provided a final fallback of the current working +directory '.' when searching for a library. This, however, can lead to +problems when a Perl program which loads optional modules is called from +a shared directory. This can lead to executing unexpected code. + +Exclude . from @INC by default? [y] +Checking the kind of infinities and nans you have... +(The following tests may crash. That's okay.) +Checking how many mantissa bits your doubles have... +Checking how many mantissa bits your long doubles have... +Checking how many mantissa bits your NVs have... + +Using our internal random number implementation... + +Determining whether or not we are on an EBCDIC system... +Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8. + +Checking how to flush all pending stdio output... +Your fflush(NULL) works okay for output streams. +Let's see if it clobbers input pipes... +fflush(NULL) seems to behave okay with input streams. + +Looking for the type for group ids returned by getgid(). +gid_t found. + +Checking the size of gid_t... +Your gid_t is 4 bytes long. + +Checking the sign of gid_t... +Your gid_t is unsigned. + +Checking how to print 64-bit integers... +We will use %ld. + +Checking the format strings to be used for Perl's internal types... + +Checking the format string to be used for gids... + +getgroups() found. + +setgroups() found. + +What type of pointer is the second argument to getgroups() and setgroups()? +Usually this is the same as group ids, gid_t, but not always. + +What type pointer is the second argument to getgroups() and setgroups()? +[gid_t] + +Checking if your /usr/bin/make program sets $(MAKE)... +Yup, it does. + +Looking for the type used for file modes for system calls (e.g. fchmod()). +mode_t found. + +It seems that va_copy() or similar will be needed. + +Looking for the type used for the length parameter for string functions. +size_t found. + +Checking to see what type of arguments are accepted by gethostbyaddr(). +What is the type for the 1st argument to gethostbyaddr? [char *] +What is the type for the 2nd argument to gethostbyaddr? [size_t] + +Checking to see what type of argument is accepted by gethostbyname(). +Your system accepts const char *. + +Checking to see what type of 1st argument is accepted by getnetbyaddr(). +Your system accepts in_addr_t. + +What pager is used on your system? [/usr/bin/less -R] + +Checking how to generate random libraries on your machine... +/usr/bin/ar appears to generate random libraries itself. + + found. +Checking max offsets that gmtime () accepts +Checking max offsets that localtime () accepts + +Checking to see what type of arguments are accepted by select(). +Your system accepts fd_set *. + +Checking to see on how many bits at a time your select() operates... +Your select() operates on 64 bits at a time. + +Generating a list of signal names and numbers... +The following 65 signals are available: + +SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE +SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT +SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU +SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32 +SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39 +SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46 +SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53 +SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60 +SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED + +Checking the size of size_t... +Your size_t size is 8 bytes. + +Checking to see if you have socklen_t... +You have socklen_t. + + NOT found. + +Checking to see what type is the last argument of accept(). +Your system accepts 'socklen_t *' for the last argument of accept(). + +I'll be using ssize_t for functions returning a byte count. + +Checking the size of st_ino... +Your st_ino is 8 bytes long. + +Checking the sign of st_ino... +Your st_ino is unsigned. + +Your stdio uses signed chars. + +Checking the size of uid_t... +Your uid_t is 4 bytes long. + +Checking the sign of uid_t... +Your uid_t is unsigned. + +Checking the format string to be used for uids... + +Determining whether we can use sysctl with KERN_PROC_PATHNAME to find executing program... +I'm unable to compile the test program. +I'll assume no sysctl with KERN_PROC_PATHNAME here. + +Determining whether we can use _NSGetExecutablePath to find executing program... +I'm unable to compile the test program. +I'll assume no _NSGetExecutablePath here. + +It appears we'll be able to prototype varargs functions. + +Which compiler compiler (byacc or yacc or bison -y) shall I use? +[/usr/bin/byacc] + + found. + + NOT found. + + found. + + found. + + NOT found. + + NOT found. + + found. + +gdbm_open() found. + + NOT found. + + NOT found. + + found. + + NOT found. + + found. + + found. + + NOT found. + +Guessing which symbols your C compiler and preprocessor define... +Your C pre-processor defines the following symbols: +__amd64 +__amd64__ +__ATOMIC_ACQ_REL +__ATOMIC_ACQUIRE +__ATOMIC_CONSUME +__ATOMIC_HLE_ACQUIRE +__ATOMIC_HLE_RELEASE +__ATOMIC_RELAXED +__ATOMIC_RELEASE +__ATOMIC_SEQ_CST +__BIGGEST_ALIGNMENT__ +__BYTE_ORDER__ +__CHAR16_TYPE__ +__CHAR32_TYPE__ +__CHAR_BIT__ +__code_model_small__ +__DBL_DECIMAL_DIG__ +__DBL_DENORM_MIN__ +__DBL_DIG__ +__DBL_EPSILON__ +__DBL_HAS_DENORM__ +__DBL_HAS_INFINITY__ +__DBL_HAS_QUIET_NAN__ +__DBL_MANT_DIG__ +__DBL_MAX_10_EXP__ +__DBL_MAX__ +__DBL_MAX_EXP__ +__DBL_MIN_10_EXP__ +__DBL_MIN__ +__DBL_MIN_EXP__ +__DEC128_EPSILON__ +__DEC128_MANT_DIG__ +__DEC128_MAX__ +__DEC128_MAX_EXP__ +__DEC128_MIN__ +__DEC128_MIN_EXP__ +__DEC128_SUBNORMAL_MIN__ +__DEC32_EPSILON__ +__DEC32_MANT_DIG__ +__DEC32_MAX__ +__DEC32_MAX_EXP__ +__DEC32_MIN__ +__DEC32_MIN_EXP__ +__DEC32_SUBNORMAL_MIN__ +__DEC64_EPSILON__ +__DEC64_MANT_DIG__ +__DEC64_MAX__ +__DEC64_MAX_EXP__ +__DEC64_MIN__ +__DEC64_MIN_EXP__ +__DEC64_SUBNORMAL_MIN__ +__DEC_EVAL_METHOD__ +__DECIMAL_BID_FORMAT__ +__DECIMAL_DIG__ +__ELF__ +_FILE_OFFSET_BITS +__FINITE_MATH_ONLY__ +__FLOAT_WORD_ORDER__ +__FLT128_DECIMAL_DIG__ +__FLT128_DENORM_MIN__ +__FLT128_DIG__ +__FLT128_EPSILON__ +__FLT128_HAS_DENORM__ +__FLT128_HAS_INFINITY__ +__FLT128_HAS_QUIET_NAN__ +__FLT128_MANT_DIG__ +__FLT128_MAX_10_EXP__ +__FLT128_MAX__ +__FLT128_MAX_EXP__ +__FLT128_MIN_10_EXP__ +__FLT128_MIN__ +__FLT128_MIN_EXP__ +__FLT32_DECIMAL_DIG__ +__FLT32_DENORM_MIN__ +__FLT32_DIG__ +__FLT32_EPSILON__ +__FLT32_HAS_DENORM__ +__FLT32_HAS_INFINITY__ +__FLT32_HAS_QUIET_NAN__ +__FLT32_MANT_DIG__ +__FLT32_MAX_10_EXP__ +__FLT32_MAX__ +__FLT32_MAX_EXP__ +__FLT32_MIN_10_EXP__ +__FLT32_MIN__ +__FLT32_MIN_EXP__ +__FLT32X_DECIMAL_DIG__ +__FLT32X_DENORM_MIN__ +__FLT32X_DIG__ +__FLT32X_EPSILON__ +__FLT32X_HAS_DENORM__ +__FLT32X_HAS_INFINITY__ +__FLT32X_HAS_QUIET_NAN__ +__FLT32X_MANT_DIG__ +__FLT32X_MAX_10_EXP__ +__FLT32X_MAX__ +__FLT32X_MAX_EXP__ +__FLT32X_MIN_10_EXP__ +__FLT32X_MIN__ +__FLT32X_MIN_EXP__ +__FLT64_DECIMAL_DIG__ +__FLT64_DENORM_MIN__ +__FLT64_DIG__ +__FLT64_EPSILON__ +__FLT64_HAS_DENORM__ +__FLT64_HAS_INFINITY__ +__FLT64_HAS_QUIET_NAN__ +__FLT64_MANT_DIG__ +__FLT64_MAX_10_EXP__ +__FLT64_MAX__ +__FLT64_MAX_EXP__ +__FLT64_MIN_10_EXP__ +__FLT64_MIN__ +__FLT64_MIN_EXP__ +__FLT64X_DECIMAL_DIG__ +__FLT64X_DENORM_MIN__ +__FLT64X_DIG__ +__FLT64X_EPSILON__ +__FLT64X_HAS_DENORM__ +__FLT64X_HAS_INFINITY__ +__FLT64X_HAS_QUIET_NAN__ +__FLT64X_MANT_DIG__ +__FLT64X_MAX_10_EXP__ +__FLT64X_MAX__ +__FLT64X_MAX_EXP__ +__FLT64X_MIN_10_EXP__ +__FLT64X_MIN__ +__FLT64X_MIN_EXP__ +__FLT_DECIMAL_DIG__ +__FLT_DENORM_MIN__ +__FLT_DIG__ +__FLT_EPSILON__ +__FLT_EVAL_METHOD__ +__FLT_EVAL_METHOD_TS_18661_3__ +__FLT_HAS_DENORM__ +__FLT_HAS_INFINITY__ +__FLT_HAS_QUIET_NAN__ +__FLT_MANT_DIG__ +__FLT_MAX_10_EXP__ +__FLT_MAX__ +__FLT_MAX_EXP__ +__FLT_MIN_10_EXP__ +__FLT_MIN__ +__FLT_MIN_EXP__ +__FLT_RADIX__ +_FORTIFY_SOURCE +__FXSR__ +__GCC_ASM_FLAG_OUTPUTS__ +__GCC_ATOMIC_BOOL_LOCK_FREE +__GCC_ATOMIC_CHAR16_T_LOCK_FREE +__GCC_ATOMIC_CHAR32_T_LOCK_FREE +__GCC_ATOMIC_CHAR_LOCK_FREE +__GCC_ATOMIC_INT_LOCK_FREE +__GCC_ATOMIC_LLONG_LOCK_FREE +__GCC_ATOMIC_LONG_LOCK_FREE +__GCC_ATOMIC_POINTER_LOCK_FREE +__GCC_ATOMIC_SHORT_LOCK_FREE +__GCC_ATOMIC_TEST_AND_SET_TRUEVAL +__GCC_ATOMIC_WCHAR_T_LOCK_FREE +__GCC_HAVE_DWARF2_CFI_ASM +__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 +__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 +__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 +__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 +__GCC_IEC_559 +__GCC_IEC_559_COMPLEX +__GLIBC__ +__GLIBC_MINOR__ +__GNUC__ +__GNUC_MINOR__ +__GNUC_PATCHLEVEL__ +__GNUC_STDC_INLINE__ +__GNU_LIBRARY__ +__gnu_linux__ +__GXX_ABI_VERSION +__has_include +__has_include_next +__INT16_C +__INT16_MAX__ +__INT16_TYPE__ +__INT32_C +__INT32_MAX__ +__INT32_TYPE__ +__INT64_C +__INT64_MAX__ +__INT64_TYPE__ +__INT8_C +__INT8_MAX__ +__INT8_TYPE__ +__INT_FAST16_MAX__ +__INT_FAST16_TYPE__ +__INT_FAST16_WIDTH__ +__INT_FAST32_MAX__ +__INT_FAST32_TYPE__ +__INT_FAST32_WIDTH__ +__INT_FAST64_MAX__ +__INT_FAST64_TYPE__ +__INT_FAST64_WIDTH__ +__INT_FAST8_MAX__ +__INT_FAST8_TYPE__ +__INT_FAST8_WIDTH__ +__INT_LEAST16_MAX__ +__INT_LEAST16_TYPE__ +__INT_LEAST16_WIDTH__ +__INT_LEAST32_MAX__ +__INT_LEAST32_TYPE__ +__INT_LEAST32_WIDTH__ +__INT_LEAST64_MAX__ +__INT_LEAST64_TYPE__ +__INT_LEAST64_WIDTH__ +__INT_LEAST8_MAX__ +__INT_LEAST8_TYPE__ +__INT_LEAST8_WIDTH__ +__INT_MAX__ +__INTMAX_C +__INTMAX_MAX__ +__INTMAX_TYPE__ +__INTMAX_WIDTH__ +__INTPTR_MAX__ +__INTPTR_TYPE__ +__INTPTR_WIDTH__ +__INT_WIDTH__ +_LARGEFILE_SOURCE +__LDBL_DECIMAL_DIG__ +__LDBL_DENORM_MIN__ +__LDBL_DIG__ +__LDBL_EPSILON__ +__LDBL_HAS_DENORM__ +__LDBL_HAS_INFINITY__ +__LDBL_HAS_QUIET_NAN__ +__LDBL_MANT_DIG__ +__LDBL_MAX_10_EXP__ +__LDBL_MAX__ +__LDBL_MAX_EXP__ +__LDBL_MIN_10_EXP__ +__LDBL_MIN__ +__LDBL_MIN_EXP__ +__linux +__linux__ +linux +__LONG_LONG_MAX__ +__LONG_LONG_WIDTH__ +__LONG_MAX__ +__LONG_WIDTH__ +__LP64__ +_LP64 +__MMX__ +__ORDER_BIG_ENDIAN__ +__ORDER_LITTLE_ENDIAN__ +__ORDER_PDP_ENDIAN__ +__pic__ +__PIC__ +_POSIX_C_SOURCE +_POSIX_SOURCE +__PRAGMA_REDEFINE_EXTNAME +__PTRDIFF_MAX__ +__PTRDIFF_TYPE__ +__PTRDIFF_WIDTH__ +__REGISTER_PREFIX__ +__SCHAR_MAX__ +__SCHAR_WIDTH__ +__SEG_FS +__SEG_GS +__SHRT_MAX__ +__SHRT_WIDTH__ +__SIG_ATOMIC_MAX__ +__SIG_ATOMIC_MIN__ +__SIG_ATOMIC_TYPE__ +__SIG_ATOMIC_WIDTH__ +__SIZE_MAX__ +__SIZEOF_DOUBLE__ +__SIZEOF_FLOAT128__ +__SIZEOF_FLOAT__ +__SIZEOF_FLOAT80__ +__SIZEOF_INT128__ +__SIZEOF_INT__ +__SIZEOF_LONG__ +__SIZEOF_LONG_DOUBLE__ +__SIZEOF_LONG_LONG__ +__SIZEOF_POINTER__ +__SIZEOF_PTRDIFF_T__ +__SIZEOF_SHORT__ +__SIZEOF_SIZE_T__ +__SIZEOF_WCHAR_T__ +__SIZEOF_WINT_T__ +__SIZE_TYPE__ +__SIZE_WIDTH__ +__SSE__ +__SSE2__ +__SSE2_MATH__ +__SSE_MATH__ +__STDC__ +__STDC_HOSTED__ +__STDC_IEC_559__ +__STDC_IEC_559_COMPLEX__ +__STDC_ISO_10646__ +__STDC_NO_THREADS__ +_STDC_PREDEF_H +__STDC_UTF_16__ +__STDC_UTF_32__ +__STDC_VERSION__ +__UINT16_C +__UINT16_MAX__ +__UINT16_TYPE__ +__UINT32_C +__UINT32_MAX__ +__UINT32_TYPE__ +__UINT64_C +__UINT64_MAX__ +__UINT64_TYPE__ +__UINT8_C +__UINT8_MAX__ +__UINT8_TYPE__ +__UINT_FAST16_MAX__ +__UINT_FAST16_TYPE__ +__UINT_FAST32_MAX__ +__UINT_FAST32_TYPE__ +__UINT_FAST64_MAX__ +__UINT_FAST64_TYPE__ +__UINT_FAST8_MAX__ +__UINT_FAST8_TYPE__ +__UINT_LEAST16_MAX__ +__UINT_LEAST16_TYPE__ +__UINT_LEAST32_MAX__ +__UINT_LEAST32_TYPE__ +__UINT_LEAST64_MAX__ +__UINT_LEAST64_TYPE__ +__UINT_LEAST8_MAX__ +__UINT_LEAST8_TYPE__ +__UINTMAX_C +__UINTMAX_MAX__ +__UINTMAX_TYPE__ +__UINTPTR_MAX__ +__UINTPTR_TYPE__ +__unix +__unix__ +unix +__USE_FILE_OFFSET64 +__USE_LARGEFILE +__USE_MISC +__USE_POSIX +__USE_POSIX199309 +__USE_POSIX199506 +__USE_POSIX2 +__USER_LABEL_PREFIX__ +__VERSION__ +__WCHAR_MAX__ +__WCHAR_MIN__ +__WCHAR_TYPE__ +__WCHAR_WIDTH__ +__WINT_MAX__ +__WINT_MIN__ +__WINT_TYPE__ +__WINT_WIDTH__ +__x86_64 +__x86_64__ +You seem to have -D_FORTIFY_SOURCE already, not adding it. + +tcsetattr() found. + +You have POSIX termios.h... good! + + found. + + found. + + found. + + NOT found. + + NOT found. + + found. + + not found, assuming socket ioctls are in . + + found. + + NOT found. + + found. + + found. + + NOT found. + + found. + + found. + + found. + + found. + + found. + + found. + +Looking for extensions... +A number of extensions are supplied with perl5. You may choose to +compile these extensions for dynamic loading (the default), compile +them into the perl5 executable (static loading), or not include +them at all. Answer "none" to include no extensions. +Note that DynaLoader is always built and need not be mentioned here. + +What extensions do you wish to load dynamically? +[arybase attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util Math/BigInt/FastCalc MIME/Base64 mro NDBM_File ODBM_File Opcode PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Syslog threads threads/shared Tie/Hash/NamedCapture Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap] +What extensions do you wish to load statically? [none] + + +End of configuration questions. + + +Stripping down executable paths... + +Creating config.sh... +Hmm...You had some extra variables I don't know about...I'll try to keep 'em... + Propagating recommended variable $libdb_needs_pthread... + +Doing variable substitutions on .SH files... +Extracting config.h (with variable substitutions) +cflags.SH: Adding -std=c89. +cflags.SH: Adding -Werror=declaration-after-statement. +cflags.SH: Adding -Werror=pointer-arith. +cflags.SH: Adding -Wextra. +cflags.SH: Adding -Wc++-compat. +cflags.SH: Adding -Wwrite-strings. +cflags.SH: cc = cc +cflags.SH: ccflags = -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +cflags.SH: stdflags = -std=c89 +cflags.SH: optimize = -O2 +cflags.SH: warn = -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings +Extracting cflags (with variable substitutions) +Not re-extracting config.h +Extracting makedepend (with variable substitutions) +Extracting Makefile (with variable substitutions) +Extracting myconfig (with variable substitutions) +Extracting pod/Makefile (with variable substitutions) +Extracting Policy.sh (with variable substitutions) +Extracting runtests (with variable substitutions) + +Now you need to generate make dependencies by running "make depend". +You might prefer to run it in background: "make depend > makedepend.out &" +It can take a while, so you might not want to run it right now. + +Run make depend now? [y] +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings generate_uudmap.c +cc -o generate_uudmap -Wl,-z,now -Wl,-zrelro -fstack-protector-strong -L/usr/local/lib generate_uudmap.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc +./generate_uudmap uudmap.h bitcount.h mg_data.h +sh ./makedepend MAKE="make" cflags +make[1]: Entering directory '/home/ryan/workspace/perl' +rm -f opmini.c +/bin/ln -s op.c opmini.c +rm -f perlmini.c +/bin/ln -s perl.c perlmini.c +echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro_core.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c toke.c util.c deb.c run.c universal.c pad.c globals.c keywords.c perlio.c perlapi.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c miniperlmain.c opmini.c perlmini.c | tr ' ' '\n' >.clist +make[1]: Leaving directory '/home/ryan/workspace/perl' +Finding dependencies for av.o +Finding dependencies for scope.o +Finding dependencies for op.o +Finding dependencies for doop.o +Finding dependencies for doio.o +Finding dependencies for dump.o +Finding dependencies for gv.o +Finding dependencies for hv.o +Finding dependencies for mg.o +Finding dependencies for reentr.o +Finding dependencies for mro_core.o +Finding dependencies for perl.o +Finding dependencies for perly.o +Finding dependencies for pp.o +Finding dependencies for pp_hot.o +Finding dependencies for pp_ctl.o +Finding dependencies for pp_sys.o +Finding dependencies for regcomp.o +Finding dependencies for regexec.o +Finding dependencies for utf8.o +Finding dependencies for sv.o +Finding dependencies for taint.o +Finding dependencies for toke.o +Finding dependencies for util.o +Finding dependencies for deb.o +Finding dependencies for run.o +Finding dependencies for universal.o +Finding dependencies for pad.o +Finding dependencies for globals.o +Finding dependencies for keywords.o +Finding dependencies for perlio.o +Finding dependencies for perlapi.o +Finding dependencies for numeric.o +Finding dependencies for mathoms.o +Finding dependencies for locale.o +Finding dependencies for pp_pack.o +Finding dependencies for pp_sort.o +Finding dependencies for caretx.o +Finding dependencies for dquote.o +Finding dependencies for time64.o +Finding dependencies for miniperlmain.o +Finding dependencies for opmini.o +Finding dependencies for perlmini.o +Updating makefile... +Now you must run 'make'. + +If you compile perl5 on a different machine or from a different object +directory, copy the Policy.sh file from this object directory to the +new one before you run Configure -- this will help you with most of +the policy defaults. + +echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c +@cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c +op.c: In function ‘Perl_newATTRSUB_x’: +op.c:8593:28: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] + : IN_PERL_RUNTIME && PL_curstash != CopSTASH(PL_curcop) +op.c: In function ‘Perl_op_clear’: +op.c:1082:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1083:17: note: here + case MDEREF_AV_padav_aelem: + ^~~~ +op.c:1088:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1089:17: note: here + case MDEREF_AV_gvav_aelem: + ^~~~ +op.c:1098:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1099:17: note: here + case MDEREF_AV_gvsv_vivify_rv2av_aelem: + ^~~~ +op.c:1108:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1109:17: note: here + case MDEREF_AV_padsv_vivify_rv2av_aelem: + ^~~~ +op.c:1115:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1116:17: note: here + do_vivify_rv2xv_elem: + ^~~~~~~~~~~~~~~~~~~~ +op.c:958:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + cMETHOPx(o)->op_rclass_sv = NULL; +op.c:960:5: note: here + case OP_METHOD_NAMED: + ^~~~ +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from op.c:163: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from op.c:163: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from op.c:163: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +op.c: In function ‘S_fold_constants’: +op.c:4442:34: warning: argument ‘o’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] + S_fold_constants(pTHX_ OP *const o) + ^ +echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c +@cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings gv.c +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from gv.c:36: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from gv.c:36: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from gv.c:36: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +gv.c: In function ‘Perl_amagic_call’: +gv.c:3541:16: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (flags & AMGf_want_list) { + ^ +gv.c:3550:9: note: here + default: + ^~~~~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings toke.c +toke.c: In function ‘Perl_yylex’: +toke.c:7233:7: warning: this statement may fall through [-Wimplicit-fallthrough=] + off = 0; + ~~~~^~~ +toke.c:7234:2: note: here + default: /* not a keyword */ + ^~~~~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings perly.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pad.c +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from pad.c:148: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from pad.c:148: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from pad.c:148: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings regcomp.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings dump.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings util.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings mg.c +mg.c: In function ‘Perl_magic_get’: +mg.c:944:6: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (nextchar != '\0') { + ^ +mg.c:998:5: note: here + case '!': + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings reentr.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings mro_core.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings keywords.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings hv.c +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from hv.c:35: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from hv.c:35: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from hv.c:35: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings av.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings run.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp_hot.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings sv.c +In file included from perl.h:28:0, + from sv.c:32: +sv.c: In function ‘Perl_sv_inc_nomg’: +config.h:4224:85: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] + #define NV_OVERFLOWS_INTEGERS_AT 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ +sv.c:9005:13: note: in expansion of macro ‘NV_OVERFLOWS_INTEGERS_AT’ + NV_OVERFLOWS_INTEGERS_AT && + ^~~~~~~~~~~~~~~~~~~~~~~~ +sv.c: In function ‘Perl_sv_dec_nomg’: +config.h:4224:85: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context] + #define NV_OVERFLOWS_INTEGERS_AT 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ +sv.c:9188:17: note: in expansion of macro ‘NV_OVERFLOWS_INTEGERS_AT’ + NV_OVERFLOWS_INTEGERS_AT && + ^~~~~~~~~~~~~~~~~~~~~~~~ +sv.c: In function ‘Perl_sv_setiv’: +sv.c:1646:6: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (!isGV_with_GP(sv)) +sv.c:1648:5: note: here + case SVt_PVAV: + ^~~~ +sv.c: In function ‘Perl_sv_setnv’: +sv.c:1759:6: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (!isGV_with_GP(sv)) +sv.c:1761:5: note: here + case SVt_PVAV: + ^~~~ +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from sv.c:32: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from sv.c:32: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from sv.c:32: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +sv.c: In function ‘S_find_uninit_var’: +sv.c:16909:5: warning: this statement may fall through [-Wimplicit-fallthrough=] + if ( !(obase->op_flags & OPf_MOD)) + ^ +sv.c:16912:5: note: here + case OP_SCHOMP: + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings scope.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp_ctl.c +pp_ctl.c: In function ‘Perl_pp_formline’: +pp_ctl.c:686:9: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (sv != &PL_sv_no) { + ^ +pp_ctl.c:719:2: note: here + case FF_LINESNGL: /* process ^* */ + ^~~~ +pp_ctl.c: In function ‘S_doparseform’: +pp_ctl.c:5377:9: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (s < send) { + ^ +pp_ctl.c:5381:2: note: here + case '\n': + ^~~~ +pp_ctl.c: In function ‘Perl_find_runcv_where’: +pp_ctl.c:3278:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (level++ != arg) continue; + ^ +pp_ctl.c:3280:3: note: here + default: + ^~~~~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp_sys.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings doop.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings doio.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings regexec.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings utf8.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings taint.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings deb.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings universal.c +In file included from universal.c:990:0: +vxs.inc: In function ‘XS_version_new’: +vxs.inc:220:11: warning: this statement may fall through [-Wimplicit-fallthrough=] + if(SvOK(vs)) + ^ +vxs.inc:223:5: note: here + case 1: + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings globals.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings perlio.c +perlio.c: In function ‘PerlIO_parse_layers’: +perlio.c:934:11: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (*e++) { + ^ +perlio.c:940:4: note: here + case '\0': + ^~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings perlapi.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings numeric.c +numeric.c: In function ‘Perl_my_atof2’: +numeric.c:1303:16: warning: argument 1 null where non-null expected [-Wnonnull] + nv = Perl_strtod(fake, &endp); +In file included from perl.h:787:0, + from numeric.c:30: +/usr/include/stdlib.h:125:15: note: in a call to function ‘strtod’ declared here + extern double strtod (const char *__restrict __nptr, + ^~~~~~ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings mathoms.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings locale.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp_pack.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings pp_sort.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings caretx.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings dquote.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings time64.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings miniperlmain.c +cc -Wl,-z,now -Wl,-zrelro -fstack-protector-strong -L/usr/local/lib -o miniperl \ + opmini.o perlmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc +./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' +./miniperl -Ilib -f write_buildcustomize.pl +rm -f pod/perl5275delta.pod +/bin/ln -s perldelta.pod pod/perl5275delta.pod +./miniperl -Ilib autodoc.pl +./miniperl -Ilib pod/perlmodlib.PL -q +./miniperl -Ilib make_patchnum.pl +Updating 'git_version.h' and 'lib/Config_git.pl' +./miniperl -Ilib configpm +written lib/Config.pod +updated lib/Config.pm +updated lib/Config_heavy.pl +./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Archive::Tar +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Attribute-Handlers directly +./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/autodie directly +./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/AutoLoader directly +./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/autouse directly +./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for base +make[1]: Entering directory '/home/ryan/workspace/perl/dist/base' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/base' +./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/B-Debug directly +./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/bignum directly +./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Carp directly +./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Config-Perl-V directly +./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/constant directly +./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for CPAN +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for CPAN::Meta +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-Requirements directly +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-YAML directly +./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Devel-SelfStubber directly +./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Digest directly +./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Dumpvalue directly +./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/encoding-warnings directly +./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Env directly +./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Errno +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Errno' +"../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Errno' +./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/experimental directly +./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Exporter directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/ExtUtils-CBuilder directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Constant directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Install directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::MakeMaker +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Manifest directly +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::Manifest +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/ExtUtils-Miniperl directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/ExtUtils-ParseXS directly +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::ParseXS +make[1]: Entering directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/FileCache directly +./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Fetch directly +./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/File-Find directly +./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Path directly +./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Temp directly +./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Filter-Simple directly +./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Getopt-Long directly +./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for HTTP::Tiny +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-Collate directly +./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-LangTags directly +./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/if directly +./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for lib +make[1]: Entering directory '/home/ryan/workspace/perl/dist/lib' +"../../miniperl" "-I../../lib" lib_pm.PL lib.pm +Extracting lib.pm (with variable substitutions) +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/lib' +./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for IO::Compress +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IO-Compress' +cp bin/zipdetails blib/script/zipdetails +/home/ryan/workspace/perl/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IO-Compress' +./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Socket-IP directly +./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Zlib directly +./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IPC-Cmd directly +./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/IPC-Open3 directly +./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for JSON::PP +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/JSON-PP' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/JSON-PP' +./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Net +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/libnet' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/libnet' +./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Codes directly +./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Locale-Maketext directly +./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Maketext-Simple directly +./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigInt directly +./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigRat directly +./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-Complex directly +./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Memoize directly +./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Module::CoreList +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Module-CoreList' +cp corelist blib/script/corelist +/home/ryan/workspace/perl/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Module-CoreList' +./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load directly +./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load-Conditional directly +./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Loaded directly +./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Module::Metadata +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Net-Ping directly +./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/NEXT directly +./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Params-Check directly +./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/parent directly +./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/perlfaq directly +./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly +./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Perl-OSType directly +./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Checker +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +"../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker +Extracting podchecker (with variable substitutions) +cp podchecker blib/script/podchecker +/home/ryan/workspace/perl/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Escapes directly +./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Simple directly +./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Functions +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Functions' +"../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Functions' +./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Html +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Html' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Html' +./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/podlators' +"../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man +Extracting pod2man (with variable substitutions) +"../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text +Extracting pod2text (with variable substitutions) +cp scripts/pod2man blib/script/pod2man +/home/ryan/workspace/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man +cp scripts/pod2text blib/script/pod2text +/home/ryan/workspace/perl/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text +Manifying 2 pod documents +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/podlators' +./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Parser +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +"../../miniperl" "-I../../lib" "-I../../lib" podselect.PL podselect +Extracting podselect (with variable substitutions) +cp podselect blib/script/podselect +/home/ryan/workspace/perl/cpan/Pod-Parser/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podselect +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Perldoc +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Pod::Usage +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +"../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage +Extracting pod2usage (with variable substitutions) +cp pod2usage blib/script/pod2usage +/home/ryan/workspace/perl/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Safe directly +./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Search-Dict directly +./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/SelfLoader directly +./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Term-ANSIColor directly +./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Term::Cap +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Term-Cap' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Term-Cap' +./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-Complete directly +./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-ReadLine directly +./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Test directly +./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for Test::Harness +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Test-Harness' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Test-Harness' +./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Test-Simple directly +./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Text-Abbrev directly +./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Balanced directly +./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-ParseWords directly +./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Tabs directly +./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Queue directly +./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Semaphore directly +./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Tie-File directly +./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/Tie-Memoize directly +./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Tie-RefHash directly +./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Time-Local directly +./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/version directly +./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Generating a Unix-style Makefile +Writing Makefile for XSLoader +make[1]: Entering directory '/home/ryan/workspace/perl/dist/XSLoader' +"../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/XSLoader' +./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p +Processing PropertyAliases.txt +Finishing property setup +Processing PropValueAliases.txt +Processing extracted/DGeneralCategory.txt +Processing extracted/DCombiningClass.txt +Processing extracted/DNumType.txt +Processing extracted/DEastAsianWidth.txt +Processing extracted/DLineBreak.txt +Processing extracted/DBidiClass.txt +Processing extracted/DDecompositionType.txt +Processing extracted/DBinaryProperties.txt +Processing extracted/DNumValues.txt +Processing extracted/DJoinGroup.txt +Processing extracted/DJoinType.txt +Processing Jamo.txt +Processing UnicodeData.txt +Processing ArabicShaping.txt +Processing Blocks.txt +Processing PropList.txt +Processing SpecialCasing.txt +Processing LineBreak.txt +Processing EastAsianWidth.txt +Processing CompositionExclusions.txt +Processing BidiMirroring.txt +Processing CaseFolding.txt +Processing DCoreProperties.txt +Processing Scripts.txt +Processing DNormalizationProps.txt +Processing DAge.txt +Processing HangulSyllableType.txt +Processing auxiliary/WordBreakProperty.txt +Processing auxiliary/GraphemeBreakProperty.txt +Processing auxiliary/GCBTest.txt +Processing auxiliary/SBTest.txt +Processing auxiliary/WBTest.txt +Processing auxiliary/SentenceBreakProperty.txt +Processing NamedSequences.txt +Processing NameAliases.txt +Processing auxiliary/LBTest.txt +Processing ScriptExtensions.txt +Processing IndicSyllabicCategory.txt +Processing BidiBrackets.txt +Processing IndicPositionalCategory.txt +Processing VerticalOrientation.txt +Finishing processing Unicode properties +Compiling Perl properties +Creating Perl synonyms +Writing tables +Making pod file +Making test script +Updating 'mktables.lst' +./miniperl -Ilib -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings perlmain.c +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings op.c +op.c: In function ‘Perl_newATTRSUB_x’: +op.c:8593:28: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] + : IN_PERL_RUNTIME && PL_curstash != CopSTASH(PL_curcop) +op.c: In function ‘Perl_op_clear’: +op.c:1082:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1083:17: note: here + case MDEREF_AV_padav_aelem: + ^~~~ +op.c:1088:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1089:17: note: here + case MDEREF_AV_gvav_aelem: + ^~~~ +op.c:1098:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1099:17: note: here + case MDEREF_AV_gvsv_vivify_rv2av_aelem: + ^~~~ +op.c:1108:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1109:17: note: here + case MDEREF_AV_padsv_vivify_rv2av_aelem: + ^~~~ +op.c:1115:29: warning: this statement may fall through [-Wimplicit-fallthrough=] + is_hash = TRUE; +op.c:1116:17: note: here + do_vivify_rv2xv_elem: + ^~~~~~~~~~~~~~~~~~~~ +op.c:958:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + cMETHOPx(o)->op_rclass_sv = NULL; +op.c:960:5: note: here + case OP_METHOD_NAMED: + ^~~~ +In file included from hv_func.h:35:0, + from hv.h:653, + from perl.h:3923, + from op.c:163: +sbox32_hash.h: In function ‘sbox32_hash_with_state’: +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from sbox32_hash.h:4:0, + from hv_func.h:35, + from hv.h:653, + from perl.h:3923, + from op.c:163: +zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from hv_func.h:55:0, + from hv.h:653, + from perl.h:3923, + from op.c:163: +stadtx_hash.h: In function ‘stadtx_hash_with_state’: +stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +op.c: In function ‘S_fold_constants’: +op.c:4442:34: warning: argument ‘o’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] + S_fold_constants(pTHX_ OP *const o) + ^ +cc -c -DPERL_CORE -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings perl.c +./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= +Generating a Unix-style Makefile +Writing Makefile for DynaLoader +make[1]: Entering directory '/home/ryan/workspace/perl/ext/DynaLoader' +"../../miniperl" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm +rm -f DynaLoader.xs +cp dl_dlopen.xs DynaLoader.xs +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc +mv DynaLoader.xsc DynaLoader.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.42\" -DXS_VERSION=\"1.42\" "-I../.." -DLIBC="libc-2.24.so" DynaLoader.c +rm -rf ../../DynaLoader.o +cp DynaLoader.o ../../DynaLoader.o +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/DynaLoader' +rm -f libperl.a +/usr/bin/ar rc libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o DynaLoader.o +cc -o perl -Wl,-z,now -Wl,-zrelro -fstack-protector-strong -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc +./miniperl -Ilib mkppport +running "/home/ryan/workspace/perl/miniperl" -I../../lib PPPort_pm.PL +magic: PERL_MAGIC_qr already provided by misc +including ppphdoc +including ppphbin +including version +including threads +including limits +including uv +including memory +including misc +including variables +including mPUSH +including call +including newRV +including newCONSTSUB +including MY_CXT +including format +including SvREFCNT +including newSV_type +including newSVpv +including SvPV +including Sv_set +including sv_xpvf +including shared_pv +including HvNAME +including gv +including warn +including pvs +including magic +including cop +including grok +including snprintf +including sprintf +including exception +including strlfuncs +including pv_tools +running "/home/ryan/workspace/perl/miniperl" -I../../lib ppport_h.PL +installing ppport.h for cpan/DB_File +installing ppport.h for cpan/IPC-SysV +installing ppport.h for cpan/Scalar-List-Utils +installing ppport.h for cpan/Win32API-File +installing ppport.h for dist/PathTools +installing ppport.h for dist/Time-HiRes +removing temporary file PPPort.pm +removing temporary file ppport.h +./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for arybase +make[1]: Entering directory '/home/ryan/workspace/perl/ext/arybase' +Running Mkbootstrap for arybase () +chmod 644 "arybase.bs" +/home/ryan/workspace/perl/ext/arybase/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- arybase.bs ../../lib/auto/arybase/arybase.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/arybase/../../lib/ExtUtils/typemap' arybase.xs > arybase.xsc +mv arybase.xsc arybase.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" -fPIC "-I../.." arybase.c +rm -f ../../lib/auto/arybase/arybase.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong arybase.o -o ../../lib/auto/arybase/arybase.so \ + \ + +chmod 755 ../../lib/auto/arybase/arybase.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/arybase' +./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for attributes +make[1]: Entering directory '/home/ryan/workspace/perl/ext/attributes' +Running Mkbootstrap for attributes () +chmod 644 "attributes.bs" +/home/ryan/workspace/perl/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc +mv attributes.xsc attributes.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC "-I../.." attributes.c +rm -f ../../lib/auto/attributes/attributes.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong attributes.o -o ../../lib/auto/attributes/attributes.so \ + \ + +chmod 755 ../../lib/auto/attributes/attributes.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/attributes' +./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for B +make[1]: Entering directory '/home/ryan/workspace/perl/ext/B' +Running Mkbootstrap for B () +chmod 644 "B.bs" +/home/ryan/workspace/perl/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/B/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/B/typemap' B.xs > B.xsc +mv B.xsc B.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.70\" -DXS_VERSION=\"1.70\" -fPIC "-I../.." B.c +In file included from ../../hv_func.h:35:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from B.xs:13: +../../sbox32_hash.h: In function ‘sbox32_hash_with_state’: +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from ../../sbox32_hash.h:4:0, + from ../../hv_func.h:35, + from ../../hv.h:653, + from ../../perl.h:3923, + from B.xs:13: +../../zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +../../zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +../../zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +../../zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +../../zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +../../zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +../../zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +../../zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from ../../hv_func.h:55:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from B.xs:13: +../../stadtx_hash.h: In function ‘stadtx_hash_with_state’: +../../stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +../../stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +../../stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +../../stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +../../stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +../../stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +../../stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +../../stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +../../stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +../../stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +rm -f ../../lib/auto/B/B.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong B.o -o ../../lib/auto/B/B.so \ + \ + +chmod 755 ../../lib/auto/B/B.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/B' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Compress::Raw::Bzip2 +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +Running Mkbootstrap for Bzip2 () +chmod 644 "Bzip2.bs" +/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc +mv Bzip2.xsc Bzip2.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c +decompress.c: In function ‘BZ2_decompress’: +decompress.c:198:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:200:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_MAGIC_2, uc); + ^~~~~~~~~ +decompress.c:201:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:203:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_MAGIC_3, uc) + ^~~~~~~~~ +decompress.c:204:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:206:7: note: in expansion of macro ‘GET_BITS’ + GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) + ^~~~~~~~ +decompress.c:211:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (s->smallDecompress) { + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:222:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_1, uc); + ^~~~~~~~~ +decompress.c:225:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x31) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:226:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_2, uc); + ^~~~~~~~~ +decompress.c:227:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x41) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:228:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_3, uc); + ^~~~~~~~~ +decompress.c:229:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x59) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:230:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_4, uc); + ^~~~~~~~~ +decompress.c:231:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x26) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:232:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_5, uc); + ^~~~~~~~~ +decompress.c:233:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x53) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:234:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BLKHDR_6, uc); + ^~~~~~~~~ +decompress.c:241:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedBlockCRC = 0; + ~~~~~~~~~~~~~~~~~~^~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:242:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BCRC_1, uc); + ^~~~~~~~~ +decompress.c:243:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:244:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BCRC_2, uc); + ^~~~~~~~~ +decompress.c:245:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:246:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BCRC_3, uc); + ^~~~~~~~~ +decompress.c:247:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:248:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_BCRC_4, uc); + ^~~~~~~~~ +decompress.c:249:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedBlockCRC = (s->storedBlockCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:251:7: note: in expansion of macro ‘GET_BITS’ + GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); + ^~~~~~~~ +decompress.c:253:18: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->origPtr = 0; + ~~~~~~~~~~~^~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:254:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ORIGPTR_1, uc); + ^~~~~~~~~ +decompress.c:255:18: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->origPtr = (s->origPtr << 8) | ((Int32)uc); + ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:256:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ORIGPTR_2, uc); + ^~~~~~~~~ +decompress.c:257:18: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->origPtr = (s->origPtr << 8) | ((Int32)uc); + ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:258:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ORIGPTR_3, uc); + ^~~~~~~~~ +decompress.c:284:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + alphaSize = s->nInUse+2; + ~~~~~~~~~~^~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:287:7: note: in expansion of macro ‘GET_BITS’ + GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); + ^~~~~~~~ +decompress.c:288:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:289:7: note: in expansion of macro ‘GET_BITS’ + GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); + ^~~~~~~~ +decompress.c:292:12: warning: this statement may fall through [-Wimplicit-fallthrough=] + j = 0; + ~~^~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:71:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,1) + ^~~~~~~~ +decompress.c:294:13: note: in expansion of macro ‘GET_BIT’ + GET_BIT(BZ_X_SELECTOR_3, uc); + ^~~~~~~ +decompress.c:321:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (curr < 1 || curr > 20) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:71:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,1) + ^~~~~~~~ +decompress.c:322:16: note: in expansion of macro ‘GET_BIT’ + GET_BIT(BZ_X_CODING_2, uc); + ^~~~~~~ +decompress.c:323:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc == 0) break; + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:71:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,1) + ^~~~~~~~ +decompress.c:324:16: note: in expansion of macro ‘GET_BIT’ + GET_BIT(BZ_X_CODING_3, uc); + ^~~~~~~ +decompress.c:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=] + zn = gMinlen; \ + ~~~^~~ +decompress.c:373:7: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); + ^~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:89:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(label1, zvec, zn); \ + ^~~~~~~~ +decompress.c:373:7: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); + ^~~~~~~~~~~ +decompress.c:94:9: warning: this statement may fall through [-Wimplicit-fallthrough=] + zn++; \ + ~~^ +decompress.c:373:7: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); + ^~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:71:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,1) + ^~~~~~~~ +decompress.c:95:7: note: in expansion of macro ‘GET_BIT’ + GET_BIT(label2, zj); \ + ^~~~~~~ +decompress.c:373:7: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_1, BZ_X_MTF_2, nextSym); + ^~~~~~~~~~~ +decompress.c:88:7: warning: this statement may fall through [-Wimplicit-fallthrough=] + zn = gMinlen; \ + ~~~^~~ +decompress.c:483:13: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); + ^~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:89:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(label1, zvec, zn); \ + ^~~~~~~~ +decompress.c:483:13: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); + ^~~~~~~~~~~ +decompress.c:94:9: warning: this statement may fall through [-Wimplicit-fallthrough=] + zn++; \ + ~~^ +decompress.c:483:13: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); + ^~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:71:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,1) + ^~~~~~~~ +decompress.c:95:7: note: in expansion of macro ‘GET_BIT’ + GET_BIT(label2, zj); \ + ^~~~~~~ +decompress.c:483:13: note: in expansion of macro ‘GET_MTF_VAL’ + GET_MTF_VAL(BZ_X_MTF_5, BZ_X_MTF_6, nextSym); + ^~~~~~~~~~~ +decompress.c:585:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x72) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:586:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ENDHDR_3, uc); + ^~~~~~~~~ +decompress.c:587:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x45) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:588:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ENDHDR_4, uc); + ^~~~~~~~~ +decompress.c:589:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x38) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:590:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ENDHDR_5, uc); + ^~~~~~~~~ +decompress.c:591:10: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (uc != 0x50) RETURN(BZ_DATA_ERROR); + ^ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:592:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_ENDHDR_6, uc); + ^~~~~~~~~ +decompress.c:595:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedCombinedCRC = 0; + ~~~~~~~~~~~~~~~~~~~~~^~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:596:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_CCRC_1, uc); + ^~~~~~~~~ +decompress.c:597:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:598:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_CCRC_2, uc); + ^~~~~~~~~ +decompress.c:599:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:600:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_CCRC_3, uc); + ^~~~~~~~~ +decompress.c:601:28: warning: this statement may fall through [-Wimplicit-fallthrough=] + s->storedCombinedCRC = (s->storedCombinedCRC << 8) | ((UInt32)uc); + ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +decompress.c:44:4: note: here + case lll: s->state = lll; \ + ^ +decompress.c:68:4: note: in expansion of macro ‘GET_BITS’ + GET_BITS(lll,uuu,8) + ^~~~~~~~ +decompress.c:602:7: note: in expansion of macro ‘GET_UCHAR’ + GET_UCHAR(BZ_X_CCRC_4, uc); + ^~~~~~~~~ +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c +rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \ + \ + +chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Parsing config.in... +Building Zlib enabled +Auto Detect Gzip OS Code.. +Setting Gzip OS Code to 3 [Unix/Default] +Looks Good. +Generating a Unix-style Makefile +Writing Makefile for Compress::Raw::Zlib +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +Running Mkbootstrap for Zlib () +chmod 644 "Zlib.bs" +/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc +mv Zlib.xsc Zlib.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 Zlib.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 adler32.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 compress.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 crc32.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 deflate.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 infback.c +infback.c: In function ‘inflateBack’: +infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = LEN; + ~~~~~~~~~~~~^~~~~ +infback.c:481:9: note: here + case LEN: + ^~~~ +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inffast.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inflate.c +inflate.c: In function ‘inflate’: +inflate.c:720:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = EXLEN; + ~~~~~~~~~~~~^~~~~~~ +inflate.c:721:9: note: here + case EXLEN: + ^~~~ +inflate.c:732:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = EXTRA; + ~~~~~~~~~~~~^~~~~~~ +inflate.c:733:9: note: here + case EXTRA: + ^~~~ +inflate.c:754:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = NAME; + ~~~~~~~~~~~~^~~~~~ +inflate.c:755:9: note: here + case NAME: + ^~~~ +inflate.c:775:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = COMMENT; + ~~~~~~~~~~~~^~~~~~~~~ +inflate.c:776:9: note: here + case COMMENT: + ^~~~ +inflate.c:795:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = HCRC; + ~~~~~~~~~~~~^~~~~~ +inflate.c:796:9: note: here + case HCRC: + ^~~~ +inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = DICT; + ~~~~~~~~~~~~^~~~~~ +inflate.c:819:9: note: here + case DICT: + ^~~~ +inflate.c:825:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = TYPE; + ~~~~~~~~~~~~^~~~~~ +inflate.c:826:9: note: here + case TYPE: + ^~~~ +inflate.c:827:16: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; + ^ +inflate.c:828:9: note: here + case TYPEDO: + ^~~~ +inflate.c:877:16: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (flush == Z_TREES) goto inf_leave; + ^ +inflate.c:878:9: note: here + case COPY_: + ^~~~ +inflate.c:879:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = COPY; + ~~~~~~~~~~~~^~~~~~ +inflate.c:880:9: note: here + case COPY: + ^~~~ +inflate.c:1018:16: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (flush == Z_TREES) goto inf_leave; + ^ +inflate.c:1019:9: note: here + case LEN_: + ^~~~ +inflate.c:1020:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = LEN; + ~~~~~~~~~~~~^~~~~ +inflate.c:1021:9: note: here + case LEN: + ^~~~ +inflate.c:1069:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = LENEXT; + ~~~~~~~~~~~~^~~~~~~~ +inflate.c:1070:9: note: here + case LENEXT: + ^~~~ +inflate.c:1079:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = DIST; + ~~~~~~~~~~~~^~~~~~ +inflate.c:1080:9: note: here + case DIST: + ^~~~ +inflate.c:1106:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = DISTEXT; + ~~~~~~~~~~~~^~~~~~~~~ +inflate.c:1107:9: note: here + case DISTEXT: + ^~~~ +inflate.c:1122:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = MATCH; + ~~~~~~~~~~~~^~~~~~~ +inflate.c:1123:9: note: here + case MATCH: + ^~~~ +inflate.c:1197:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = LENGTH; + ~~~~~~~~~~~~^~~~~~~~ +inflate.c:1198:9: note: here + case LENGTH: + ^~~~ +inflate.c:1210:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + state->mode = DONE; + ~~~~~~~~~~~~^~~~~~ +inflate.c:1211:9: note: here + case DONE: + ^~~~ +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 inftrees.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 trees.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 uncompr.c +cc -c -I./zlib-src -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.074\" -DXS_VERSION=\"2.074\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DGZIP_OS_CODE=3 zutil.c +rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \ + \ + +chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Cwd +make[1]: Entering directory '/home/ryan/workspace/perl/dist/PathTools' +Running Mkbootstrap for Cwd () +chmod 644 "Cwd.bs" +/home/ryan/workspace/perl/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc +mv Cwd.xsc Cwd.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c +rm -f ../../lib/auto/Cwd/Cwd.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ + \ + +chmod 755 ../../lib/auto/Cwd/Cwd.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/PathTools' +./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Data::Dumper +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Data-Dumper' +Running Mkbootstrap for Dumper () +chmod 644 "Dumper.bs" +/home/ryan/workspace/perl/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc +mv Dumper.xsc Dumper.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.167_02\" -DXS_VERSION=\"2.167_02\" -fPIC "-I../.." Dumper.c +rm -f ../../lib/auto/Data/Dumper/Dumper.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ + \ + +chmod 755 ../../lib/auto/Data/Dumper/Dumper.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Data-Dumper' +./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Parsing config.in... +Looks Good. +Generating a Unix-style Makefile +Writing Makefile for DB_File +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/DB_File' +Running Mkbootstrap for DB_File () +chmod 644 "DB_File.bs" +/home/ryan/workspace/perl/cpan/DB_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/cpan/DB_File/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/DB_File/typemap' DB_File.xs > DB_File.xsc +mv DB_File.xsc DB_File.c +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c +rm -f ../../lib/auto/DB_File/DB_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong version.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \ + -ldb \ + +chmod 755 ../../lib/auto/DB_File/DB_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/DB_File' +./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Devel::Peek +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Devel-Peek' +Running Mkbootstrap for Peek () +chmod 644 "Peek.bs" +/home/ryan/workspace/perl/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc +mv Peek.xsc Peek.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.27\" -DXS_VERSION=\"1.27\" -fPIC "-I../.." Peek.c +rm -f ../../lib/auto/Devel/Peek/Peek.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ + \ + +chmod 755 ../../lib/auto/Devel/Peek/Peek.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Devel-Peek' +./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Setting license tag... +Generating a Unix-style Makefile +Writing Makefile for Devel::PPPort +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +"../../miniperl" "-I../../lib" PPPort_pm.PL PPPort.pm +magic: PERL_MAGIC_qr already provided by misc +including ppphdoc +including ppphbin +including version +including threads +including limits +including uv +including memory +including misc +including variables +including mPUSH +including call +including newRV +including newCONSTSUB +including MY_CXT +including format +including SvREFCNT +including newSV_type +including newSVpv +including SvPV +including Sv_set +including sv_xpvf +including shared_pv +including HvNAME +including gv +including warn +including pvs +including magic +including cop +including grok +including snprintf +including sprintf +including exception +including strlfuncs +including pv_tools +Running Mkbootstrap for PPPort () +chmod 644 "PPPort.bs" +/home/ryan/workspace/perl/cpan/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 +"../../miniperl" "-I../../lib" "-I../../lib" PPPort_xs.PL RealPPPort.xs +adding XS code from parts/inc/HvNAME +adding XS code from parts/inc/MY_CXT +adding XS code from parts/inc/SvPV +adding XS code from parts/inc/SvREFCNT +adding XS code from parts/inc/Sv_set +adding XS code from parts/inc/call +adding XS code from parts/inc/cop +adding XS code from parts/inc/exception +adding XS code from parts/inc/format +adding XS code from parts/inc/grok +adding XS code from parts/inc/gv +adding XS code from parts/inc/limits +adding XS code from parts/inc/mPUSH +adding XS code from parts/inc/magic +adding XS code from parts/inc/memory +adding XS code from parts/inc/misc +adding XS code from parts/inc/newCONSTSUB +adding XS code from parts/inc/newRV +adding XS code from parts/inc/newSV_type +adding XS code from parts/inc/newSVpv +adding XS code from parts/inc/pv_tools +adding XS code from parts/inc/pvs +adding XS code from parts/inc/shared_pv +adding XS code from parts/inc/snprintf +adding XS code from parts/inc/sprintf +adding XS code from parts/inc/strlfuncs +adding XS code from parts/inc/sv_xpvf +adding XS code from parts/inc/threads +adding XS code from parts/inc/uv +adding XS code from parts/inc/variables +adding XS code from parts/inc/warn +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/cpan/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc +mv RealPPPort.xsc RealPPPort.c +"../../miniperl" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.36\" -DXS_VERSION=\"3.36\" -fPIC "-I../.." RealPPPort.c +In file included from ../../hv_func.h:35:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from RealPPPort.xs:31: +../../sbox32_hash.h: In function ‘sbox32_hash_with_state’: +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from ../../sbox32_hash.h:4:0, + from ../../hv_func.h:35, + from ../../hv.h:653, + from ../../perl.h:3923, + from RealPPPort.xs:31: +../../zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +../../zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +../../zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +../../zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +../../zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +../../zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +../../zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +../../zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from ../../hv_func.h:55:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from RealPPPort.xs:31: +../../stadtx_hash.h: In function ‘stadtx_hash_with_state’: +../../stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +../../stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +../../stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +../../stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +../../stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +../../stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +../../stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +../../stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +../../stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +../../stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.36\" -DXS_VERSION=\"3.36\" -fPIC "-I../.." module2.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.36\" -DXS_VERSION=\"3.36\" -fPIC "-I../.." module3.c +rm -f ../../lib/auto/Devel/PPPort/PPPort.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \ + \ + +chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Perl's config says that U32 access must be aligned. +Generating a Unix-style Makefile +Writing Makefile for Digest::MD5 +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +Running Mkbootstrap for MD5 () +chmod 644 "MD5.bs" +/home/ryan/workspace/perl/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc +mv MD5.xsc MD5.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.55\" -DXS_VERSION=\"2.55\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c +rm -f ../../lib/auto/Digest/MD5/MD5.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ + \ + +chmod 755 ../../lib/auto/Digest/MD5/MD5.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Digest::SHA +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +Running Mkbootstrap for SHA () +chmod 644 "SHA.bs" +/home/ryan/workspace/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc +mv SHA.xsc SHA.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"5.98\" -DXS_VERSION=\"5.98\" -fPIC "-I../.." SHA.c +rm -f ../../lib/auto/Digest/SHA/SHA.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \ + \ + +chmod 755 ../../lib/auto/Digest/SHA/SHA.so +cp shasum blib/script/shasum +/home/ryan/workspace/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Encode +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Encode' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +Running Mkbootstrap for Byte () +chmod 644 "Byte.bs" +/home/ryan/workspace/perl/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm +Reading iso-8859-2 (iso-8859-2) +Reading iso-8859-3 (iso-8859-3) +Reading iso-8859-4 (iso-8859-4) +Reading iso-8859-5 (iso-8859-5) +Reading iso-8859-6 (iso-8859-6) +Reading iso-8859-7 (iso-8859-7) +Reading iso-8859-8 (iso-8859-8) +Reading iso-8859-9 (iso-8859-9) +Reading iso-8859-10 (iso-8859-10) +Reading iso-8859-11 (iso-8859-11) +Reading iso-8859-13 (iso-8859-13) +Reading iso-8859-14 (iso-8859-14) +Reading iso-8859-15 (iso-8859-15) +Reading iso-8859-16 (iso-8859-16) +Reading AdobeStandardEncoding (AdobeStandardEncoding) +Reading cp1006 (cp1006) +Reading cp1250 (cp1250) +Reading cp1251 (cp1251) +Reading cp1253 (cp1253) +Reading cp1254 (cp1254) +Reading cp1255 (cp1255) +Reading cp1256 (cp1256) +Reading cp1257 (cp1257) +Reading cp1258 (cp1258) +Reading cp424 (cp424) +Reading cp437 (cp437) +Reading cp737 (cp737) +Reading cp775 (cp775) +Reading cp850 (cp850) +Reading cp852 (cp852) +Reading cp855 (cp855) +Reading cp856 (cp856) +Reading cp857 (cp857) +Reading cp858 (cp858) +Reading cp860 (cp860) +Reading cp861 (cp861) +Reading cp862 (cp862) +Reading cp863 (cp863) +Reading cp864 (cp864) +Reading cp865 (cp865) +Reading cp866 (cp866) +Reading cp869 (cp869) +Reading cp874 (cp874) +Reading hp-roman8 (hp-roman8) +Reading koi8-f (koi8-f) +Reading koi8-r (koi8-r) +Reading koi8-u (koi8-u) +Reading MacArabic (MacArabic) +Reading MacCentralEurRoman (MacCentralEurRoman) +Reading MacCroatian (MacCroatian) +Reading MacCyrillic (MacCyrillic) +Reading MacFarsi (MacFarsi) +Reading MacGreek (MacGreek) +Reading MacHebrew (MacHebrew) +Reading MacIcelandic (MacIcelandic) +Reading MacRomanian (MacRomanian) +Reading MacRumanian (MacRumanian) +Reading MacRoman (MacRoman) +Reading MacSami (MacSami) +Reading MacThai (MacThai) +Reading MacTurkish (MacTurkish) +Reading MacUkrainian (MacUkrainian) +Reading nextstep (nextstep) +Reading viscii (viscii) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc +mv Byte.xsc Byte.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." Byte.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." byte_t.c +rm -f ../../../lib/auto/Encode/Byte/Byte.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \ + \ + +chmod 755 ../../../lib/auto/Encode/Byte/Byte.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/CN' +Running Mkbootstrap for CN () +chmod 644 "CN.bs" +/home/ryan/workspace/perl/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm +Reading cp936 (cp936) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm +Reading euc-cn (euc-cn) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm +Reading gb12345-raw (gb12345-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm +Reading gb2312-raw (gb2312-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm +Reading iso-ir-165 (iso-ir-165) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm +Reading MacChineseSimp (MacChineseSimp) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc +mv CN.xsc CN.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." CN.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c +rm -f ../../../lib/auto/Encode/CN/CN.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so \ + \ + +chmod 755 ../../../lib/auto/Encode/CN/CN.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/CN' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +Running Mkbootstrap for EBCDIC () +chmod 644 "EBCDIC.bs" +/home/ryan/workspace/perl/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm +Reading cp37 (cp37) +Reading cp1026 (cp1026) +Reading cp1047 (cp1047) +Reading cp500 (cp500) +Reading cp875 (cp875) +Reading posix-bc (posix-bc) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc +mv EBCDIC.xsc EBCDIC.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c +rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \ + \ + +chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/JP' +Running Mkbootstrap for JP () +chmod 644 "JP.bs" +/home/ryan/workspace/perl/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm +Reading cp932 (cp932) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm +Reading euc-jp (euc-jp) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm +Reading jis0201-raw (jis0201-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm +Reading jis0208-raw (jis0208-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm +Reading jis0212-raw (jis0212-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm +Reading MacJapanese (MacJapanese) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm +Reading shiftjis (shiftjis) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc +mv JP.xsc JP.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." JP.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c +rm -f ../../../lib/auto/Encode/JP/JP.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP.so \ + \ + +chmod 755 ../../../lib/auto/Encode/JP/JP.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/JP' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/KR' +Running Mkbootstrap for KR () +chmod 644 "KR.bs" +/home/ryan/workspace/perl/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm +Reading cp949 (cp949) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm +Reading euc-kr (euc-kr) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm +Reading johab (johab) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm +Reading ksc5601-raw (ksc5601-raw) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm +Reading MacKorean (MacKorean) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc +mv KR.xsc KR.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." KR.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c +rm -f ../../../lib/auto/Encode/KR/KR.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \ + \ + +chmod 755 ../../../lib/auto/Encode/KR/KR.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/KR' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +Running Mkbootstrap for Symbol () +chmod 644 "Symbol.bs" +/home/ryan/workspace/perl/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm +Reading AdobeSymbol (AdobeSymbol) +Reading AdobeZdingbat (AdobeZdingbat) +Reading dingbats (dingbats) +Reading MacDingbats (MacDingbats) +Reading MacSymbol (MacSymbol) +Reading symbol (symbol) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc +mv Symbol.xsc Symbol.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." Symbol.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." symbol_t.c +rm -f ../../../lib/auto/Encode/Symbol/Symbol.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \ + \ + +chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/TW' +Running Mkbootstrap for TW () +chmod 644 "TW.bs" +/home/ryan/workspace/perl/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm +Reading big5-eten (big5-eten) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm +Reading big5-hkscs (big5-hkscs) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm +Reading cp950 (cp950) +"../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm +Reading MacChineseTrad (MacChineseTrad) +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/home/ryan/workspace/perl/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc +mv TW.xsc TW.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." TW.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c +rm -f ../../../lib/auto/Encode/TW/TW.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \ + \ + +chmod 755 ../../../lib/auto/Encode/TW/TW.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/TW' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +Running Mkbootstrap for Unicode () +chmod 644 "Unicode.bs" +/home/ryan/workspace/perl/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 +"../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc +mv Unicode.xsc Unicode.c +cc -c -I./Encode -I../Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.16\" -DXS_VERSION=\"2.16\" -fPIC "-I../../.." Unicode.c +Unicode.xs: In function ‘enc_unpack’: +Unicode.xs:70:4: warning: this statement may fall through [-Wimplicit-fallthrough=] + v = (v << 8) | *s++; + ~~^~~~~~~~~~~~~~~~~ +Unicode.xs:71:5: note: here + case 'n': + ^~~~ +rm -f ../../../lib/auto/Encode/Unicode/Unicode.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ + \ + +chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +Running Mkbootstrap for Encode () +chmod 644 "Encode.bs" +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Encode/../../lib/ExtUtils/typemap' Encode.xs > Encode.xsc +mv Encode.xsc Encode.c +"../../miniperl" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm +Reading iso-8859-1 (iso-8859-1) +Reading ascii (ascii) +Reading cp1252 (cp1252) +Reading ascii-ctrl (ascii-ctrl) +Reading null (null) +cc -c -I./Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.92\" -DXS_VERSION=\"2.92\" -fPIC "-I../.." Encode.c +cc -c -I./Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.92\" -DXS_VERSION=\"2.92\" -fPIC "-I../.." def_t.c +cc -c -I./Encode -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.92\" -DXS_VERSION=\"2.92\" -fPIC "-I../.." encengine.c +rm -f ../../lib/auto/Encode/Encode.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \ + \ + +chmod 755 ../../lib/auto/Encode/Encode.so +cp bin/enc2xs blib/script/enc2xs +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs +cp bin/encguess blib/script/encguess +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess +cp bin/piconv blib/script/piconv +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode' +./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Fcntl +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Fcntl' +Running Mkbootstrap for Fcntl () +chmod 644 "Fcntl.bs" +/home/ryan/workspace/perl/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc +mv Fcntl.xsc Fcntl.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.13\" -DXS_VERSION=\"1.13\" -fPIC "-I../.." Fcntl.c +rm -f ../../lib/auto/Fcntl/Fcntl.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ + \ + +chmod 755 ../../lib/auto/Fcntl/Fcntl.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Fcntl' +./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for File::DosGlob +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-DosGlob' +Running Mkbootstrap for DosGlob () +chmod 644 "DosGlob.bs" +/home/ryan/workspace/perl/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc +mv DosGlob.xsc DosGlob.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I../.." DosGlob.c +rm -f ../../lib/auto/File/DosGlob/DosGlob.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ + \ + +chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-DosGlob' +./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for File::Glob +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-Glob' +Running Mkbootstrap for Glob () +chmod 644 "Glob.bs" +/home/ryan/workspace/perl/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC "-I../.." bsd_glob.c +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc +mv Glob.xsc Glob.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC "-I../.." Glob.c +rm -f ../../lib/auto/File/Glob/Glob.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \ + \ + +chmod 755 ../../lib/auto/File/Glob/Glob.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-Glob' +./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Filter::Util::Call +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +Running Mkbootstrap for Call () +chmod 644 "Call.bs" +/home/ryan/workspace/perl/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc +mv Call.xsc Call.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.57\" -DXS_VERSION=\"1.57\" -fPIC "-I../.." Call.c +rm -f ../../lib/auto/Filter/Util/Call/Call.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \ + \ + +chmod 755 ../../lib/auto/Filter/Util/Call/Call.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for GDBM_File +make[1]: Entering directory '/home/ryan/workspace/perl/ext/GDBM_File' +Running Mkbootstrap for GDBM_File () +chmod 644 "GDBM_File.bs" +/home/ryan/workspace/perl/ext/GDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/GDBM_File/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/GDBM_File/typemap' GDBM_File.xs > GDBM_File.xsc +mv GDBM_File.xsc GDBM_File.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -fPIC "-I../.." GDBM_File.c +rm -f ../../lib/auto/GDBM_File/GDBM_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong GDBM_File.o -o ../../lib/auto/GDBM_File/GDBM_File.so \ + -lgdbm \ + +chmod 755 ../../lib/auto/GDBM_File/GDBM_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/GDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Hash::Util +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util' +Running Mkbootstrap for Util () +chmod 644 "Util.bs" +/home/ryan/workspace/perl/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc +mv Util.xsc Util.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I../.." -DPERL_EXT Util.c +In file included from ../../hv_func.h:35:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from Util.xs:4: +../../sbox32_hash.h: In function ‘sbox32_hash_with_state’: +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from ../../sbox32_hash.h:4:0, + from ../../hv_func.h:35, + from ../../hv.h:653, + from ../../perl.h:3923, + from Util.xs:4: +../../zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +../../zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +../../zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +../../zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +../../zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +../../zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +../../zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +../../zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from ../../hv_func.h:55:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from Util.xs:4: +../../stadtx_hash.h: In function ‘stadtx_hash_with_state’: +../../stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +../../stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +../../stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +../../stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +../../stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +../../stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +../../stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +../../stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +../../stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +../../stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +rm -f ../../lib/auto/Hash/Util/Util.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o ../../lib/auto/Hash/Util/Util.so \ + \ + +chmod 755 ../../lib/auto/Hash/Util/Util.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Hash::Util::FieldHash +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +Running Mkbootstrap for FieldHash () +chmod 644 "FieldHash.bs" +/home/ryan/workspace/perl/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc +mv FieldHash.xsc FieldHash.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." FieldHash.c +rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \ + \ + +chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for I18N::Langinfo +make[1]: Entering directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +Running Mkbootstrap for Langinfo () +chmod 644 "Langinfo.bs" +/home/ryan/workspace/perl/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc +mv Langinfo.xsc Langinfo.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I../.." Langinfo.c +rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ + \ + +chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for IO +make[1]: Entering directory '/home/ryan/workspace/perl/dist/IO' +Running Mkbootstrap for IO () +chmod 644 "IO.bs" +/home/ryan/workspace/perl/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc +mv IO.xsc IO.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.38\" -DXS_VERSION=\"1.38\" -fPIC "-I../.." IO.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.38\" -DXS_VERSION=\"1.38\" -fPIC "-I../.." poll.c +rm -f ../../lib/auto/IO/IO.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong IO.o poll.o -o ../../lib/auto/IO/IO.so \ + \ + +chmod 755 ../../lib/auto/IO/IO.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/IO' +./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Setting license tag... +Generating a Unix-style Makefile +Writing Makefile for IPC::SysV +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +Running Mkbootstrap for SysV () +chmod 644 "SysV.bs" +/home/ryan/workspace/perl/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +"../../miniperl" -I../../lib -I../../lib regen.pl +Writing const-xs.inc +Writing const-c.inc +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc +mv SysV.xsc SysV.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I../.." SysV.c +rm -f ../../lib/auto/IPC/SysV/SysV.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ + \ + +chmod 755 ../../lib/auto/IPC/SysV/SysV.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for List::Util +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +Running Mkbootstrap for Util () +chmod 644 "Util.bs" +/home/ryan/workspace/perl/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc +mv ListUtil.xsc ListUtil.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.49\" -DXS_VERSION=\"1.49\" -fPIC "-I../.." -DPERL_EXT ListUtil.c +ListUtil.xs: In function ‘XS_List__Util_sum’: +ListUtil.xs:320:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + accum = ACC_NV; + ~~~~~~^~~~~~~~ +ListUtil.xs:321:9: note: here + case ACC_NV: + ^~~~ +rm -f ../../lib/auto/List/Util/Util.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ListUtil.o -o ../../lib/auto/List/Util/Util.so \ + \ + +chmod 755 ../../lib/auto/List/Util/Util.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Math::BigInt::FastCalc +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +Running Mkbootstrap for FastCalc () +chmod 644 "FastCalc.bs" +/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc +mv FastCalc.xsc FastCalc.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.5006\" -DXS_VERSION=\"0.5006\" -fPIC "-I../.." FastCalc.c +rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \ + \ + +chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for MIME::Base64 +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +Running Mkbootstrap for Base64 () +chmod 644 "Base64.bs" +/home/ryan/workspace/perl/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc +mv Base64.xsc Base64.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.15\" -DXS_VERSION=\"3.15\" -fPIC "-I../.." Base64.c +rm -f ../../lib/auto/MIME/Base64/Base64.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ + \ + +chmod 755 ../../lib/auto/MIME/Base64/Base64.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for mro +make[1]: Entering directory '/home/ryan/workspace/perl/ext/mro' +Running Mkbootstrap for mro () +chmod 644 "mro.bs" +/home/ryan/workspace/perl/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc +mv mro.xsc mro.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -fPIC "-I../.." mro.c +rm -f ../../lib/auto/mro/mro.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mro.o -o ../../lib/auto/mro/mro.so \ + \ + +chmod 755 ../../lib/auto/mro/mro.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/mro' +./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for NDBM_File +make[1]: Entering directory '/home/ryan/workspace/perl/ext/NDBM_File' +Running Mkbootstrap for NDBM_File () +chmod 644 "NDBM_File.bs" +/home/ryan/workspace/perl/ext/NDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/NDBM_File/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/NDBM_File/typemap' NDBM_File.xs > NDBM_File.xsc +mv NDBM_File.xsc NDBM_File.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." NDBM_File.c +rm -f ../../lib/auto/NDBM_File/NDBM_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong NDBM_File.o -o ../../lib/auto/NDBM_File/NDBM_File.so \ + -lgdbm -lgdbm_compat \ + +chmod 755 ../../lib/auto/NDBM_File/NDBM_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/NDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/ODBM_File/ODBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for ODBM_File +make[1]: Entering directory '/home/ryan/workspace/perl/ext/ODBM_File' +Running Mkbootstrap for ODBM_File () +chmod 644 "ODBM_File.bs" +/home/ryan/workspace/perl/ext/ODBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- ODBM_File.bs ../../lib/auto/ODBM_File/ODBM_File.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/ODBM_File/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/ODBM_File/typemap' ODBM_File.xs > ODBM_File.xsc +mv ODBM_File.xsc ODBM_File.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." ODBM_File.c +ODBM_File.c: In function ‘XS_ODBM_File_STORE’: +ODBM_File.c:406:6: warning: variable ‘flags’ set but not used [-Wunused-but-set-variable] + int flags; + ^~~~~ +ODBM_File.c: In function ‘XS_ODBM_File_DELETE’: +ODBM_File.xs:64:31: warning: identifier ‘delete’ conflicts with C++ keyword [-Wc++-compat] + #define odbm_DELETE(db,key) delete(key) + ^ +ODBM_File.c:492:11: note: in expansion of macro ‘odbm_DELETE’ + RETVAL = odbm_DELETE(db, key); + ^~~~~~~~~~~ +rm -f ../../lib/auto/ODBM_File/ODBM_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ODBM_File.o -o ../../lib/auto/ODBM_File/ODBM_File.so \ + -lgdbm -lgdbm_compat \ + +chmod 755 ../../lib/auto/ODBM_File/ODBM_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/ODBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Opcode +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Opcode' +Running Mkbootstrap for Opcode () +chmod 644 "Opcode.bs" +/home/ryan/workspace/perl/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc +mv Opcode.xsc Opcode.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.40\" -DXS_VERSION=\"1.40\" -fPIC "-I../.." Opcode.c +rm -f ../../lib/auto/Opcode/Opcode.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ + \ + +chmod 755 ../../lib/auto/Opcode/Opcode.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Opcode' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for PerlIO::encoding +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +Running Mkbootstrap for encoding () +chmod 644 "encoding.bs" +/home/ryan/workspace/perl/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc +mv encoding.xsc encoding.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.25\" -DXS_VERSION=\"0.25\" -fPIC "-I../.." encoding.c +rm -f ../../lib/auto/PerlIO/encoding/encoding.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ + \ + +chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for PerlIO::mmap +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +Running Mkbootstrap for mmap () +chmod 644 "mmap.bs" +/home/ryan/workspace/perl/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc +mv mmap.xsc mmap.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.016\" -DXS_VERSION=\"0.016\" -fPIC "-I../.." mmap.c +rm -f ../../lib/auto/PerlIO/mmap/mmap.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ + \ + +chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for PerlIO::scalar +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +Running Mkbootstrap for scalar () +chmod 644 "scalar.bs" +/home/ryan/workspace/perl/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc +mv scalar.xsc scalar.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -fPIC "-I../.." scalar.c +rm -f ../../lib/auto/PerlIO/scalar/scalar.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ + \ + +chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for PerlIO::via +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-via' +Running Mkbootstrap for via () +chmod 644 "via.bs" +/home/ryan/workspace/perl/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc +mv via.xsc via.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I../.." via.c +rm -f ../../lib/auto/PerlIO/via/via.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong via.o -o ../../lib/auto/PerlIO/via/via.so \ + \ + +chmod 755 ../../lib/auto/PerlIO/via/via.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-via' +./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Warning (mostly harmless): No library found for -lposix +Warning (mostly harmless): No library found for -lcposix +Generating a Unix-style Makefile +Writing Makefile for POSIX +make[1]: Entering directory '/home/ryan/workspace/perl/ext/POSIX' +Running Mkbootstrap for POSIX () +chmod 644 "POSIX.bs" +/home/ryan/workspace/perl/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/POSIX/typemap' POSIX.xs > POSIX.xsc +mv POSIX.xsc POSIX.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.77\" -DXS_VERSION=\"1.77\" -fPIC "-I../.." POSIX.c +rm -f ../../lib/auto/POSIX/POSIX.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ + -lm \ + +chmod 755 ../../lib/auto/POSIX/POSIX.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/POSIX' +./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for re +make[1]: Entering directory '/home/ryan/workspace/perl/ext/re' +Running Mkbootstrap for re () +chmod 644 "re.bs" +/home/ryan/workspace/perl/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 +rm -f re_exec.c +cp ../../regexec.c re_exec.c +rm -f invlist_inline.h +cp ../../invlist_inline.h invlist_inline.h +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c +rm -f re_comp.c +cp ../../regcomp.c re_comp.c +rm -f dquote.c +cp ../../dquote.c dquote.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc +mv re.xsc re.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c +rm -f ../../lib/auto/re/re.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \ + \ + +chmod 755 ../../lib/auto/re/re.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/re' +./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for SDBM_File +make[1]: Entering directory '/home/ryan/workspace/perl/ext/SDBM_File' +Running Mkbootstrap for SDBM_File () +chmod 644 "SDBM_File.bs" +/home/ryan/workspace/perl/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc +mv SDBM_File.xsc SDBM_File.c +cc -c -I../.. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF SDBM_File.c +cc -c -I../.. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF hash.c +hash.c: In function ‘sdbm_hash’: +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:34:4: note: in expansion of macro ‘HASHC’ + HASHC; case 7: HASHC; + ^~~~~ +hash.c:34:11: note: here + HASHC; case 7: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:34:19: note: in expansion of macro ‘HASHC’ + HASHC; case 7: HASHC; + ^~~~~ +hash.c:35:3: note: here + case 6: HASHC; case 5: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:35:11: note: in expansion of macro ‘HASHC’ + case 6: HASHC; case 5: HASHC; + ^~~~~ +hash.c:35:18: note: here + case 6: HASHC; case 5: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:35:26: note: in expansion of macro ‘HASHC’ + case 6: HASHC; case 5: HASHC; + ^~~~~ +hash.c:36:3: note: here + case 4: HASHC; case 3: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:36:11: note: in expansion of macro ‘HASHC’ + case 4: HASHC; case 3: HASHC; + ^~~~~ +hash.c:36:18: note: here + case 4: HASHC; case 3: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:36:26: note: in expansion of macro ‘HASHC’ + case 4: HASHC; case 3: HASHC; + ^~~~~ +hash.c:37:3: note: here + case 2: HASHC; case 1: HASHC; + ^~~~ +hash.c:27:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define HASHC n = *str++ + 65599 * n + ~~^~~~~~~~~~~~~~~~~~~~ +hash.c:37:11: note: in expansion of macro ‘HASHC’ + case 2: HASHC; case 1: HASHC; + ^~~~~ +hash.c:37:18: note: here + case 2: HASHC; case 1: HASHC; + ^~~~ +cc -c -I../.. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF pair.c +pair.c: In function ‘sdbm__delpair’: +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:186:5: note: in expansion of macro ‘MOVB’ + MOVB; case 7: MOVB; + ^~~~ +pair.c:186:11: note: here + MOVB; case 7: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:186:19: note: in expansion of macro ‘MOVB’ + MOVB; case 7: MOVB; + ^~~~ +pair.c:187:4: note: here + case 6: MOVB; case 5: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:187:12: note: in expansion of macro ‘MOVB’ + case 6: MOVB; case 5: MOVB; + ^~~~ +pair.c:187:18: note: here + case 6: MOVB; case 5: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:187:26: note: in expansion of macro ‘MOVB’ + case 6: MOVB; case 5: MOVB; + ^~~~ +pair.c:188:4: note: here + case 4: MOVB; case 3: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:188:12: note: in expansion of macro ‘MOVB’ + case 4: MOVB; case 3: MOVB; + ^~~~ +pair.c:188:18: note: here + case 4: MOVB; case 3: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:188:26: note: in expansion of macro ‘MOVB’ + case 4: MOVB; case 3: MOVB; + ^~~~ +pair.c:189:4: note: here + case 2: MOVB; case 1: MOVB; + ^~~~ +pair.c:179:22: warning: this statement may fall through [-Wimplicit-fallthrough=] + #define MOVB *--dst = *--src + ~~~~~~~^~~~~~ +pair.c:189:12: note: in expansion of macro ‘MOVB’ + case 2: MOVB; case 1: MOVB; + ^~~~ +pair.c:189:18: note: here + case 2: MOVB; case 1: MOVB; + ^~~~ +cc -c -I../.. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -fPIC "-I../.." -DSDBM -DDUFF sdbm.c +rm -f ../../lib/auto/SDBM_File/SDBM_File.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong SDBM_File.o hash.o pair.o sdbm.o -o ../../lib/auto/SDBM_File/SDBM_File.so \ + \ + +chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/SDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Socket +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Socket' +Running Mkbootstrap for Socket () +chmod 644 "Socket.bs" +/home/ryan/workspace/perl/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/cpan/Socket/typemap' Socket.xs > Socket.xsc +mv Socket.xsc Socket.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.020_03\" -DXS_VERSION=\"2.020_03\" -fPIC "-I../.." Socket.c +rm -f ../../lib/auto/Socket/Socket.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Socket.o -o ../../lib/auto/Socket/Socket.so \ + \ + +chmod 755 ../../lib/auto/Socket/Socket.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Socket' +./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Storable +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Storable' +Running Mkbootstrap for Storable () +chmod 644 "Storable.bs" +/home/ryan/workspace/perl/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc +mv Storable.xsc Storable.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.64\" -DXS_VERSION=\"2.64\" -fPIC "-I../.." Storable.c +rm -f ../../lib/auto/Storable/Storable.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Storable.o -o ../../lib/auto/Storable/Storable.so \ + \ + +chmod 755 ../../lib/auto/Storable/Storable.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Storable' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Sys::Hostname +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +Running Mkbootstrap for Hostname () +chmod 644 "Hostname.bs" +/home/ryan/workspace/perl/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc +mv Hostname.xsc Hostname.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -fPIC "-I../.." Hostname.c +rm -f ../../lib/auto/Sys/Hostname/Hostname.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ + \ + +chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Sys::Syslog +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +Running Mkbootstrap for Syslog () +chmod 644 "Syslog.bs" +/home/ryan/workspace/perl/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/workspace/perl/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc +mv Syslog.xsc Syslog.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.35\" -DXS_VERSION=\"0.35\" -fPIC "-I../.." Syslog.c +rm -f ../../lib/auto/Sys/Syslog/Syslog.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ + \ + +chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for threads +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads' +Running Mkbootstrap for threads () +chmod 644 "threads.bs" +/home/ryan/workspace/perl/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc +mv threads.xsc threads.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -fPIC "-I../.." threads.c +rm -f ../../lib/auto/threads/threads.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong threads.o -o ../../lib/auto/threads/threads.so \ + -lpthread \ + +chmod 755 ../../lib/auto/threads/threads.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads' +./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for threads::shared +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads-shared' +Running Mkbootstrap for shared () +chmod 644 "shared.bs" +/home/ryan/workspace/perl/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc +mv shared.xsc shared.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.57\" -DXS_VERSION=\"1.57\" -fPIC "-I../.." shared.c +rm -f ../../lib/auto/threads/shared/shared.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong shared.o -o ../../lib/auto/threads/shared/shared.so \ + -lpthread \ + +chmod 755 ../../lib/auto/threads/shared/shared.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads-shared' +./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Tie::Hash::NamedCapture +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +Running Mkbootstrap for NamedCapture () +chmod 644 "NamedCapture.bs" +/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture/../../lib/ExtUtils/typemap' NamedCapture.xs > NamedCapture.xsc +mv NamedCapture.xsc NamedCapture.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC "-I../.." NamedCapture.c +rm -f ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong NamedCapture.o -o ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so \ + \ + +chmod 755 ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Configuring Time::HiRes... +Using hints hints/linux.pl... +Extra libraries: -lrt... +Have syscall()... looking for syscall.h... found . +Looking for gettimeofday()... found. +Looking for setitimer()... found. +Looking for getitimer()... found. +You have interval timers (both setitimer and getitimer). +Looking for ualarm()... found. +Looking for usleep()... found. +Looking for nanosleep()... testing... found. +You can mix subsecond sleeps with signals, if you want to. +(It's still not portable, though.) +Looking for clockid_t... found. +Looking for clock_gettime()... found. +Looking for clock_getres()... found. +Looking for clock_nanosleep()... found. +Looking for clock()... found. +Looking for working futimens()... found. +Looking for working utimensat()... found. +You seem to have subsecond timestamp setting. +Looking for stat() subsecond timestamps... +Trying struct stat st_atimespec.tv_nsec...NOT found. +Trying struct stat st_atimensec...NOT found. +Trying struct stat st_atime_n...NOT found. +Trying struct stat st_atim.tv_nsec...found. +Trying struct stat st_uatime...NOT found. +You seem to have subsecond timestamp reading. +(Your struct stat has them, but the filesystems must help.) +Generating a Unix-style Makefile +Writing Makefile for Time::HiRes +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Time-HiRes' +Running Mkbootstrap for HiRes () +chmod 644 "HiRes.bs" +/home/ryan/workspace/perl/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc +mv HiRes.xsc HiRes.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.9746\" -DXS_VERSION=\"1.9746\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c +rm -f ../../lib/auto/Time/HiRes/HiRes.so +LD_RUN_PATH="/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \ + -lrt \ + +chmod 755 ../../lib/auto/Time/HiRes/HiRes.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Time-HiRes' +./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for Time::Piece +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Time-Piece' +Running Mkbootstrap for Piece () +chmod 644 "Piece.bs" +/home/ryan/workspace/perl/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc +mv Piece.xsc Piece.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.3202\" -DXS_VERSION=\"1.3202\" -fPIC "-I../.." Piece.c +rm -f ../../lib/auto/Time/Piece/Piece.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ + \ + +chmod 755 ../../lib/auto/Time/Piece/Piece.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Time-Piece' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Making header files for XS... +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +Running Mkbootstrap for Collate () +chmod 644 "Collate.bs" +/home/ryan/workspace/perl/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc +mv Collate.xsc Collate.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." Collate.c +rm -f ../../lib/auto/Unicode/Collate/Collate.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ + \ + +chmod 755 ../../lib/auto/Unicode/Collate/Collate.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Making header files for XS... +Generating a Unix-style Makefile +Writing Makefile for Unicode::Normalize +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +Running Mkbootstrap for Normalize () +chmod 644 "Normalize.bs" +/home/ryan/workspace/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc +mv Normalize.xsc Normalize.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.25\" -DXS_VERSION=\"1.25\" -fPIC "-I../.." Normalize.c +rm -f ../../lib/auto/Unicode/Normalize/Normalize.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ + \ + +chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for XS::APItest +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-APItest' +Running Mkbootstrap for APItest () +Writing APItest.bs +chmod 644 "APItest.bs" +/home/ryan/workspace/perl/ext/XS-APItest/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644 +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/XS-APItest/typemap' APItest.xs > APItest.xsc +mv APItest.xsc APItest.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." APItest.c +In file included from ../../hv_func.h:35:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from APItest.xs:10: +../../sbox32_hash.h: In function ‘sbox32_hash_with_state’: +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1267:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_24_SBOX32(hash,state,key) _SBOX32_CASE(24,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1727:9: note: in expansion of macro ‘case_24_SBOX32’ + case_24_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1272:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_23_SBOX32(hash,state,key) _SBOX32_CASE(23,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1728:9: note: in expansion of macro ‘case_23_SBOX32’ + case_23_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1277:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_22_SBOX32(hash,state,key) _SBOX32_CASE(22,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1729:9: note: in expansion of macro ‘case_22_SBOX32’ + case_22_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1282:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_21_SBOX32(hash,state,key) _SBOX32_CASE(21,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1730:9: note: in expansion of macro ‘case_21_SBOX32’ + case_21_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1287:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_20_SBOX32(hash,state,key) _SBOX32_CASE(20,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1731:9: note: in expansion of macro ‘case_20_SBOX32’ + case_20_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1292:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_19_SBOX32(hash,state,key) _SBOX32_CASE(19,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1732:9: note: in expansion of macro ‘case_19_SBOX32’ + case_19_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1297:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_18_SBOX32(hash,state,key) _SBOX32_CASE(18,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1733:9: note: in expansion of macro ‘case_18_SBOX32’ + case_18_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1302:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_17_SBOX32(hash,state,key) _SBOX32_CASE(17,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1734:9: note: in expansion of macro ‘case_17_SBOX32’ + case_17_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1307:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_16_SBOX32(hash,state,key) _SBOX32_CASE(16,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1735:9: note: in expansion of macro ‘case_16_SBOX32’ + case_16_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1312:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_15_SBOX32(hash,state,key) _SBOX32_CASE(15,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1736:9: note: in expansion of macro ‘case_15_SBOX32’ + case_15_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1317:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_14_SBOX32(hash,state,key) _SBOX32_CASE(14,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1737:9: note: in expansion of macro ‘case_14_SBOX32’ + case_14_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1322:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_13_SBOX32(hash,state,key) _SBOX32_CASE(13,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1738:9: note: in expansion of macro ‘case_13_SBOX32’ + case_13_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1327:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_12_SBOX32(hash,state,key) _SBOX32_CASE(12,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1739:9: note: in expansion of macro ‘case_12_SBOX32’ + case_12_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1332:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_11_SBOX32(hash,state,key) _SBOX32_CASE(11,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1740:9: note: in expansion of macro ‘case_11_SBOX32’ + case_11_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1337:40: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_10_SBOX32(hash,state,key) _SBOX32_CASE(10,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1741:9: note: in expansion of macro ‘case_10_SBOX32’ + case_10_SBOX32(hash,state,key) + ^~~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1342:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_9_SBOX32(hash,state,key) _SBOX32_CASE(9,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1742:9: note: in expansion of macro ‘case_9_SBOX32’ + case_9_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1347:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_8_SBOX32(hash,state,key) _SBOX32_CASE(8,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1743:9: note: in expansion of macro ‘case_8_SBOX32’ + case_8_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1352:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_7_SBOX32(hash,state,key) _SBOX32_CASE(7,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1744:9: note: in expansion of macro ‘case_7_SBOX32’ + case_7_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1357:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_6_SBOX32(hash,state,key) _SBOX32_CASE(6,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1745:9: note: in expansion of macro ‘case_6_SBOX32’ + case_6_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1362:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_5_SBOX32(hash,state,key) _SBOX32_CASE(5,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1746:9: note: in expansion of macro ‘case_5_SBOX32’ + case_5_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1367:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_4_SBOX32(hash,state,key) _SBOX32_CASE(4,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1747:9: note: in expansion of macro ‘case_4_SBOX32’ + case_4_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1372:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_3_SBOX32(hash,state,key) _SBOX32_CASE(3,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1748:9: note: in expansion of macro ‘case_3_SBOX32’ + case_3_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1377:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_2_SBOX32(hash,state,key) _SBOX32_CASE(2,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1749:9: note: in expansion of macro ‘case_2_SBOX32’ + case_2_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +../../sbox32_hash.h:1417:5: note: here + case len: hash ^= state[ 1 + ( 256 * ( len - 1 ) ) + key[ len - 1 ] ]; + ^ +../../sbox32_hash.h:1382:39: note: in expansion of macro ‘_SBOX32_CASE’ + #define case_1_SBOX32(hash,state,key) _SBOX32_CASE(1,hash,state,key) + ^~~~~~~~~~~~ +../../sbox32_hash.h:1750:9: note: in expansion of macro ‘case_1_SBOX32’ + case_1_SBOX32(hash,state,key) + ^~~~~~~~~~~~~ +In file included from ../../sbox32_hash.h:4:0, + from ../../hv_func.h:35, + from ../../hv.h:653, + from ../../perl.h:3923, + from APItest.xs:10: +../../zaphod32_hash.h: In function ‘zaphod32_hash_with_state’: +../../zaphod32_hash.h:198:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 12: v2 += (U32)key[11] << 24; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:199:13: note: here + case 11: v2 += (U32)key[10] << 16; + ^~~~ +../../zaphod32_hash.h:199:25: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 11: v2 += (U32)key[10] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~~ +../../zaphod32_hash.h:200:13: note: here + case 10: v2 += (U32)U8TO16_LE(key+8); + ^~~~ +../../zaphod32_hash.h:204:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v2 += (U32)key[8]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:205:13: note: here + case 8: v1 -= U8TO32_LE(key+4); + ^~~~ +../../zaphod32_hash.h:208:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v2 += (U32)key[6]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:209:13: note: here + case 6: v0 += (U32)U8TO16_LE(key+4); + ^~~~ +../../zaphod32_hash.h:212:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U32)key[4]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:213:13: note: here + case 4: v1 -= U8TO32_LE(key+0); + ^~~~ +../../zaphod32_hash.h:215:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:216:13: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +../../zaphod32_hash.h:260:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v2 += (U32)key[2]; + ~~~^~~~~~~~~~~~~~ +../../zaphod32_hash.h:261:9: note: here + case 2: v0 += (U32)U8TO16_LE(key); + ^~~~ +In file included from ../../hv_func.h:55:0, + from ../../hv.h:653, + from ../../perl.h:3923, + from APItest.xs:10: +../../stadtx_hash.h: In function ‘stadtx_hash_with_state’: +../../stadtx_hash.h:182:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:183:13: note: here + case 2: + ^~~~ +../../stadtx_hash.h:187:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + key += 8; + ~~~~^~~~ +../../stadtx_hash.h:188:13: note: here + case 1: + ^~~~ +../../stadtx_hash.h:197:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v0 += (U64)key[6] << 32; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:198:13: note: here + case 6: v1 += (U64)key[5] << 48; + ^~~~ +../../stadtx_hash.h:198:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v1 += (U64)key[5] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:199:13: note: here + case 5: v0 += (U64)key[4] << 16; + ^~~~ +../../stadtx_hash.h:199:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v0 += (U64)key[4] << 16; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:200:13: note: here + case 4: v1 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:202:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += (U64)key[2] << 48; + ~~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:203:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:205:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v0 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:206:13: note: here + case 0: v1 = ROTL64(v1, 32) ^ 0xFF; + ^~~~ +../../stadtx_hash.h:237:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v0 += ((U64)U8TO64_LE(key) * STADTX_K2_U32); key += 8; v0= ROTL64(v0,57) ^ v3; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:238:13: note: here + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ^~~~ +../../stadtx_hash.h:238:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v1 += ((U64)U8TO64_LE(key) * STADTX_K3_U32); key += 8; v1= ROTL64(v1,63) ^ v2; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:239:13: note: here + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ^~~~ +../../stadtx_hash.h:239:78: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += ((U64)U8TO64_LE(key) * STADTX_K4_U32); key += 8; v2= ROTR64(v2,47) + v0; + ~~^~~~~~~~~~~~~~~~~~~~ +../../stadtx_hash.h:240:13: note: here + case 0: v3 = ROTR64(v3,11) - v1; + ^~~~ +../../stadtx_hash.h:244:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v1 += (U64)key[6]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:245:13: note: here + case 6: v2 += (U64)U8TO16_LE(key+4); + ^~~~ +../../stadtx_hash.h:248:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v1 += (U64)key[4]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:249:13: note: here + case 4: v2 += (U64)U8TO32_LE(key); + ^~~~ +../../stadtx_hash.h:251:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v3 += (U64)key[2]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:252:13: note: here + case 2: v1 += (U64)U8TO16_LE(key); + ^~~~ +../../stadtx_hash.h:254:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: v2 += (U64)key[0]; + ~~~^~~~~~~~~~~~~~ +../../stadtx_hash.h:255:13: note: here + case 0: v3 = ROTL64(v3, 32) ^ 0xFF; + ^~~~ +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/XS-APItest/typemap' XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc +mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/home/ryan/workspace/perl/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc +mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." XSUB-redefined-macros.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." core.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." exception.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-deprecated-declarations -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -fPIC "-I../.." notcore.c +rm -f ../../lib/auto/XS/APItest/APItest.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \ + \ + +chmod 755 ../../lib/auto/XS/APItest/APItest.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-APItest' +./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Generating a Unix-style Makefile +Writing Makefile for XS::Typemap +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-Typemap' +Running Mkbootstrap for Typemap () +chmod 644 "Typemap.bs" +/home/ryan/workspace/perl/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I../.." stdio.c +"../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/home/ryan/workspace/perl/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc +mv Typemap.xsc Typemap.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -fPIC "-I../.." Typemap.c +rm -f ../../lib/auto/XS/Typemap/Typemap.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \ + \ + +chmod 755 ../../lib/auto/XS/Typemap/Typemap.so +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-Typemap' +./perl -Ilib -I. -f pod/buildtoc -q +./miniperl -Ilib utils/Makefile.PL +Extracting utils/Makefile (with variable substitutions) + + Making utilities +make[1]: Entering directory '/home/ryan/workspace/perl/utils' +../miniperl -I../lib corelist.PL +Extracting corelist (with variable substitutions) +../miniperl -I../lib cpan.PL +Extracting cpan (with variable substitutions) +../miniperl -I../lib h2ph.PL +Extracting h2ph (with variable substitutions) +../miniperl -I../lib h2xs.PL +Extracting h2xs (with variable substitutions) +../miniperl -I../lib instmodsh.PL +Extracting instmodsh (with variable substitutions) +../miniperl -I../lib json_pp.PL +Extracting json_pp (with variable substitutions) +../miniperl -I../lib perlbug.PL +Extracting perlbug (with variable substitutions) +../miniperl -I../lib perldoc.PL +Extracting "perldoc" (with variable substitutions) +../miniperl -I../lib perlivp.PL +Extracting perlivp (with variable substitutions) +../miniperl -I../lib pl2pm.PL +Extracting pl2pm (with variable substitutions) +../miniperl -I../lib prove.PL +Extracting prove (with variable substitutions) +../miniperl -I../lib ptar.PL +Extracting ptar (with variable substitutions) +../miniperl -I../lib ptardiff.PL +Extracting ptardiff (with variable substitutions) +../miniperl -I../lib ptargrep.PL +Extracting ptargrep (with variable substitutions) +../miniperl -I../lib shasum.PL +Extracting shasum (with variable substitutions) +../miniperl -I../lib splain.PL +Extracting splain (with variable substitutions) +../miniperl -I../lib libnetcfg.PL +Extracting libnetcfg (with variable substitutions) +../miniperl -I../lib piconv.PL +Extracting piconv (with variable substitutions) +../miniperl -I../lib enc2xs.PL +Extracting enc2xs (with variable substitutions) +../miniperl -I../lib encguess.PL +Extracting encguess (with variable substitutions) +../miniperl -I../lib xsubpp.PL +Extracting xsubpp (with variable substitutions) +../miniperl -I../lib pod2html.PL +Extracting pod2html (with variable substitutions) +../miniperl -I../lib zipdetails.PL +Extracting zipdetails (with variable substitutions) +make[1]: Leaving directory '/home/ryan/workspace/perl/utils' + + Everything is up to date. Type 'make test' to run test suite. +./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Attribute-Handlers directly +./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/autodie directly +./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/AutoLoader directly +./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/autouse directly +./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/base' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/base' +./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/B-Debug directly +./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/bignum directly +./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Carp directly +./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Config-Perl-V directly +./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/constant directly +./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-Requirements directly +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-YAML directly +./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Devel-SelfStubber directly +./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Digest directly +./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Dumpvalue directly +./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/encoding-warnings directly +./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Env directly +./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Errno' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Errno' +./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/experimental directly +./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Exporter directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/ExtUtils-CBuilder directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Constant directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Install directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/ExtUtils-Miniperl directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/FileCache directly +./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Fetch directly +./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/File-Find directly +./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Path directly +./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Temp directly +./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Filter-Simple directly +./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Getopt-Long directly +./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-Collate directly +./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-LangTags directly +./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/if directly +./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/lib' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/lib' +./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IO-Compress' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IO-Compress' +./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Socket-IP directly +./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Zlib directly +./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IPC-Cmd directly +./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/IPC-Open3 directly +./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/JSON-PP' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/JSON-PP' +./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/libnet' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/libnet' +./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Codes directly +./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Locale-Maketext directly +./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Maketext-Simple directly +./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigInt directly +./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigRat directly +./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-Complex directly +./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Memoize directly +./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Module-CoreList' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Module-CoreList' +./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load directly +./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load-Conditional directly +./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Loaded directly +./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Net-Ping directly +./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/NEXT directly +./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Params-Check directly +./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/parent directly +./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/perlfaq directly +./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly +./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Perl-OSType directly +./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Escapes directly +./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Simple directly +./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Functions' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Functions' +./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Html' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Html' +./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/podlators' +Manifying 2 pod documents +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/podlators' +./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Safe directly +./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Search-Dict directly +./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/SelfLoader directly +./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Term-ANSIColor directly +./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Term-Cap' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Term-Cap' +./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-Complete directly +./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-ReadLine directly +./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Test directly +./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Test-Harness' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Test-Harness' +./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Test-Simple directly +./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Text-Abbrev directly +./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Balanced directly +./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-ParseWords directly +./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Tabs directly +./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Queue directly +./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Semaphore directly +./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Tie-File directly +./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/Tie-Memoize directly +./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Tie-RefHash directly +./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Time-Local directly +./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/version directly +./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/XSLoader' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/XSLoader' +./miniperl -Ilib mkppport +ppport.h in cpan/DB_File is up-to-date +ppport.h in cpan/IPC-SysV is up-to-date +ppport.h in cpan/Scalar-List-Utils is up-to-date +ppport.h in cpan/Win32API-File is up-to-date +ppport.h in dist/PathTools is up-to-date +ppport.h in dist/Time-HiRes is up-to-date +./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= +make[1]: Entering directory '/home/ryan/workspace/perl/ext/DynaLoader' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/DynaLoader' +./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/PathTools' +/home/ryan/workspace/perl/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/PathTools' + + Making utilities +make[1]: Entering directory '/home/ryan/workspace/perl/utils' +make[1]: Nothing to be done for 'all'. +make[1]: Leaving directory '/home/ryan/workspace/perl/utils' +./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p +lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build +./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/arybase' +/home/ryan/workspace/perl/ext/arybase/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- arybase.bs ../../lib/auto/arybase/arybase.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/arybase' +./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/attributes' +/home/ryan/workspace/perl/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/attributes' +./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/B' +/home/ryan/workspace/perl/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/B' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Data-Dumper' +/home/ryan/workspace/perl/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Data-Dumper' +./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Parsing config.in... +Looks Good. +Generating a Unix-style Makefile +Writing Makefile for DB_File +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/DB_File' +Running Mkbootstrap for DB_File () +chmod 644 "DB_File.bs" +/home/ryan/workspace/perl/cpan/DB_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c +rm -f ../../lib/auto/DB_File/DB_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong version.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \ + -ldb \ + +chmod 755 ../../lib/auto/DB_File/DB_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/DB_File' +./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Devel-Peek' +/home/ryan/workspace/perl/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Devel-Peek' +./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +/home/ryan/workspace/perl/cpan/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +/home/ryan/workspace/perl/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +/home/ryan/workspace/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Encode' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +/home/ryan/workspace/perl/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/CN' +/home/ryan/workspace/perl/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/CN' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +/home/ryan/workspace/perl/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/JP' +/home/ryan/workspace/perl/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/JP' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/KR' +/home/ryan/workspace/perl/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/KR' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +/home/ryan/workspace/perl/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/TW' +/home/ryan/workspace/perl/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/TW' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +/home/ryan/workspace/perl/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode' +./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Fcntl' +/home/ryan/workspace/perl/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Fcntl' +./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-DosGlob' +/home/ryan/workspace/perl/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-DosGlob' +./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-Glob' +/home/ryan/workspace/perl/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-Glob' +./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +/home/ryan/workspace/perl/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/GDBM_File' +/home/ryan/workspace/perl/ext/GDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/GDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util' +/home/ryan/workspace/perl/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +/home/ryan/workspace/perl/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +/home/ryan/workspace/perl/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/IO' +/home/ryan/workspace/perl/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/IO' +./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +/home/ryan/workspace/perl/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +/home/ryan/workspace/perl/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +/home/ryan/workspace/perl/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/mro' +/home/ryan/workspace/perl/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/mro' +./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/NDBM_File' +/home/ryan/workspace/perl/ext/NDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/NDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/ODBM_File/ODBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/ODBM_File' +/home/ryan/workspace/perl/ext/ODBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- ODBM_File.bs ../../lib/auto/ODBM_File/ODBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/ODBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Opcode' +/home/ryan/workspace/perl/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Opcode' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +/home/ryan/workspace/perl/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +/home/ryan/workspace/perl/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +/home/ryan/workspace/perl/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-via' +/home/ryan/workspace/perl/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-via' +./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/POSIX' +/home/ryan/workspace/perl/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/POSIX' +./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/re' +/home/ryan/workspace/perl/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/re' +./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/SDBM_File' +/home/ryan/workspace/perl/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/SDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Socket' +/home/ryan/workspace/perl/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Socket' +./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Storable' +/home/ryan/workspace/perl/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Storable' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +/home/ryan/workspace/perl/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +/home/ryan/workspace/perl/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads' +/home/ryan/workspace/perl/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads' +./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads-shared' +/home/ryan/workspace/perl/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads-shared' +./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Time-HiRes' +/home/ryan/workspace/perl/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Time-HiRes' +./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Time-Piece' +/home/ryan/workspace/perl/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Time-Piece' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +/home/ryan/workspace/perl/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +/home/ryan/workspace/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-APItest' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-APItest' +./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-Typemap' +/home/ryan/workspace/perl/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-Typemap' +./perl -Ilib -I. -f pod/buildtoc -q +cd t && (rm -f perl; /bin/ln -s ../perl perl) +TESTFILE=harness ./runtests choose +base/cond.t ........................................................ ok +base/if.t .......................................................... ok +base/lex.t ......................................................... ok +base/num.t ......................................................... ok +base/pat.t ......................................................... ok +base/rs.t .......................................................... ok +base/term.t ........................................................ ok +base/translate.t ................................................... ok +base/while.t ....................................................... ok +comp/bproto.t ...................................................... ok +comp/cmdopt.t ...................................................... ok +comp/colon.t ....................................................... ok +comp/decl.t ........................................................ ok +comp/final_line_num.t .............................................. ok +comp/fold.t ........................................................ ok +comp/form_scope.t .................................................. ok +comp/hints.t ....................................................... ok +comp/line_debug.t .................................................. ok +comp/multiline.t ................................................... ok +comp/opsubs.t ...................................................... ok +comp/our.t ......................................................... ok +comp/package.t ..................................................... ok +comp/package_block.t ............................................... ok +comp/parser.t ...................................................... ok +comp/parser_run.t .................................................. ok +comp/proto.t ....................................................... ok +comp/redef.t ....................................................... ok +comp/require.t ..................................................... ok +comp/retainedlines.t ............................................... ok +comp/term.t ........................................................ ok +comp/uproto.t ...................................................... ok +comp/use.t ......................................................... ok +comp/utf.t ......................................................... ok +run/cloexec.t ...................................................... ok +run/dtrace.t ....................................................... skipped: no dtrace +run/exit.t ......................................................... ok +run/fresh_perl.t ................................................... ok +run/locale.t ....................................................... ok +run/noswitch.t ..................................................... ok +run/runenv.t ....................................................... ok +run/script.t ....................................................... ok +run/switch0.t ...................................................... ok +run/switcha.t ...................................................... ok +run/switchC.t ...................................................... ok +run/switchd-78586.t ................................................ ok +run/switchd.t ...................................................... ok +run/switchDx.t ..................................................... skipped: DEBUGGING build required +run/switches.t ..................................................... ok +run/switchF.t ...................................................... ok +run/switchF1.t ..................................................... ok +run/switchF2.t ..................................................... ok +run/switchI.t ...................................................... ok +run/switchM.t ...................................................... ok +run/switchn.t ...................................................... ok +run/switchp.t ...................................................... ok +run/switcht.t ...................................................... ok +run/switchx.t ...................................................... ok +cmd/elsif.t ........................................................ ok +cmd/for.t .......................................................... ok +cmd/mod.t .......................................................... ok +cmd/subval.t ....................................................... ok +cmd/switch.t ....................................................... ok +io/argv.t .......................................................... ok +io/binmode.t ....................................................... ok +io/bom.t ........................................................... ok +io/closepid.t ...................................................... ok +io/crlf.t .......................................................... ok +io/crlf_through.t .................................................. ok +io/data.t .......................................................... ok +io/defout.t ........................................................ ok +io/dup.t ........................................................... ok +io/eintr.t ......................................................... ok +io/eintr_print.t ................................................... ok +io/errno.t ......................................................... ok +io/errnosig.t ...................................................... ok +io/fflush.t ........................................................ ok +io/fs.t ............................................................ ok +io/inplace.t ....................................................... ok +io/iofile.t ........................................................ ok +io/iprefix.t ....................................................... ok +io/layers.t ........................................................ ok +io/nargv.t ......................................................... ok +io/open.t .......................................................... ok +io/openpid.t ....................................................... ok +io/perlio.t ........................................................ ok +io/perlio_fail.t ................................................... ok +io/perlio_leaks.t .................................................. ok +io/perlio_open.t ................................................... ok +io/pipe.t .......................................................... ok +io/print.t ......................................................... ok +io/pvbm.t .......................................................... ok +io/read.t .......................................................... ok +io/say.t ........................................................... ok +io/sem.t ........................................................... ok +io/semctl.t ........................................................ ok +io/shm.t ........................................................... ok +io/socket.t ........................................................ ok +io/tell.t .......................................................... ok +io/through.t ....................................................... ok +io/utf8.t .......................................................... ok +re/anyof.t ......................................................... ok +re/charset.t ....................................................... ok +re/fold_grind.t .................................................... ok +re/keep_tabs.t ..................................................... ok +re/no_utf8_pm.t .................................................... ok +re/overload.t ...................................................... ok +re/pat.t ........................................................... ok +re/pat_advanced.t .................................................. ok +re/pat_advanced_thr.t .............................................. skipped: no ithreads +re/pat_psycho.t .................................................... ok +re/pat_psycho_thr.t ................................................ skipped: no ithreads +re/pat_re_eval.t ................................................... ok +re/pat_re_eval_thr.t ............................................... skipped: no ithreads +re/pat_rt_report.t ................................................. ok +re/pat_rt_report_thr.t ............................................. skipped: no ithreads +re/pat_special_cc.t ................................................ ok +re/pat_special_cc_thr.t ............................................ skipped: no ithreads +re/pat_thr.t ....................................................... skipped: no ithreads +re/pos.t ........................................................... ok +re/qr-72922.t ...................................................... ok +re/qr.t ............................................................ ok +re/qr_gc.t ......................................................... ok +re/qrstack.t ....................................................... ok +re/recompile.t ..................................................... ok +re/reg_60508.t ..................................................... ok +re/reg_email.t ..................................................... ok +re/reg_email_thr.t ................................................. skipped: no ithreads +re/reg_eval.t ...................................................... ok +re/reg_eval_scope.t ................................................ ok +re/reg_fold.t ...................................................... ok +re/reg_mesg.t ...................................................... ok +re/reg_namedcapture.t .............................................. ok +re/reg_nc_tie.t .................................................... ok +re/reg_nocapture.t ................................................. ok +re/reg_pmod.t ...................................................... ok +re/reg_posixcc.t ................................................... ok +re/regex_sets.t .................................................... ok +re/regex_sets_compat.t ............................................. ok +re/regexp.t ........................................................ ok +re/regexp_noamp.t .................................................. ok +re/regexp_nonull.t ................................................. ok +re/regexp_notrie.t ................................................. ok +re/regexp_qr.t ..................................................... ok +re/regexp_qr_embed.t ............................................... ok +re/regexp_qr_embed_thr.t ........................................... skipped: no ithreads +re/regexp_trielist.t ............................................... ok +re/regexp_unicode_prop.t ........................................... ok +re/regexp_unicode_prop_thr.t ....................................... skipped: no ithreads +re/rt122747.t ...................................................... ok +re/rxcode.t ........................................................ ok +re/speed.t ......................................................... ok +re/speed_thr.t ..................................................... skipped: no ithreads +re/subst.t ......................................................... ok +re/subst_amp.t ..................................................... ok +re/subst_wamp.t .................................................... ok +re/substT.t ........................................................ ok +re/uniprops01.t .................................................... ok +re/uniprops02.t .................................................... ok +re/uniprops03.t .................................................... ok +re/uniprops04.t .................................................... ok +re/uniprops05.t .................................................... ok +re/uniprops06.t .................................................... ok +re/uniprops07.t .................................................... ok +re/uniprops08.t .................................................... ok +re/uniprops09.t .................................................... ok +re/uniprops10.t .................................................... ok +opbasic/arith.t .................................................... ok +opbasic/cmp.t ...................................................... ok +opbasic/concat.t ................................................... ok +opbasic/magic_phase.t .............................................. ok +opbasic/qq.t ....................................................... ok +op/64bitint.t ...................................................... ok +op/aassign.t ....................................................... ok +op/alarm.t ......................................................... ok +op/anonconst.t ..................................................... ok +op/anonsub.t ....................................................... ok +op/append.t ........................................................ ok +op/args.t .......................................................... ok +op/array.t ......................................................... ok +op/array_base.t .................................................... ok +op/assignwarn.t .................................................... ok +op/attrhand.t ...................................................... ok +op/attrproto.t ..................................................... ok +op/attrs.t ......................................................... ok +op/auto.t .......................................................... ok +op/avhv.t .......................................................... ok +op/bless.t ......................................................... ok +op/blocks.t ........................................................ ok +op/bop.t ........................................................... ok +op/caller.t ........................................................ ok +op/catch.t ......................................................... ok +op/chars.t ......................................................... ok +op/chdir.t ......................................................... ok +op/chop.t .......................................................... ok +op/chr.t ........................................................... ok +op/closure.t ....................................................... ok +op/concat2.t ....................................................... ok +op/cond.t .......................................................... ok +op/const-optree.t .................................................. ok +op/context.t ....................................................... ok +op/coreamp.t ....................................................... ok +op/coresubs.t ...................................................... ok +op/cproto.t ........................................................ ok +op/crypt.t ......................................................... ok +op/current_sub.t ................................................... ok +op/dbm.t ........................................................... ok +op/decl-refs.t ..................................................... ok +op/defined.t ....................................................... ok +op/defins.t ........................................................ ok +op/delete.t ........................................................ ok +op/die.t ........................................................... ok +op/die_except.t .................................................... ok +op/die_exit.t ...................................................... ok +op/die_keeperr.t ................................................... ok +op/die_unwind.t .................................................... ok +op/do.t ............................................................ ok +op/dor.t ........................................................... ok +op/dump.t .......................................................... ok +op/each.t .......................................................... ok +op/each_array.t .................................................... ok +op/eval.t .......................................................... ok +op/evalbytes.t ..................................................... ok +op/exec.t .......................................................... ok +op/exists_sub.t .................................................... ok +op/exp.t ........................................................... ok +op/fh.t ............................................................ ok +op/filehandle.t .................................................... ok +op/filetest.t ...................................................... ok +op/filetest_stack_ok.t ............................................. ok +op/filetest_t.t .................................................... ok +op/flip.t .......................................................... ok +op/for.t ........................................................... ok +op/fork.t .......................................................... ok +op/fresh_perl_utf8.t ............................................... ok +op/getpid.t ........................................................ skipped: no ithreads +op/getppid.t ....................................................... ok +op/glob.t .......................................................... ok +op/gmagic.t ........................................................ ok +op/goto.t .......................................................... ok +op/goto_xs.t ....................................................... ok +op/grent.t ......................................................... ok +op/grep.t .......................................................... ok +op/groups.t ........................................................ ok +op/gv.t ............................................................ ok +op/hash-rt85026.t .................................................. ok +op/hash.t .......................................................... ok +op/hashassign.t .................................................... ok +op/hashwarn.t ...................................................... ok +op/heredoc.t ....................................................... ok +op/hexfp.t ......................................................... ok +op/inc.t ........................................................... ok +op/inccode-tie.t ................................................... ok +op/inccode.t ....................................................... ok +op/incfilter.t ..................................................... ok +op/index.t ......................................................... ok +op/index_thr.t ..................................................... skipped: no ithreads +op/infnan.t ........................................................ ok +op/int.t ........................................................... ok +op/join.t .......................................................... ok +op/kill0.t ......................................................... ok +op/kvaslice.t ...................................................... ok +op/kvhslice.t ...................................................... ok +op/lc.t ............................................................ ok +op/leaky-magic.t ................................................... ok +op/length.t ........................................................ ok +op/lex.t ........................................................... ok +op/lex_assign.t .................................................... ok +op/lexsub.t ........................................................ ok +op/lfs.t ........................................................... ok +op/list.t .......................................................... ok +op/local.t ......................................................... ok +op/localref.t ...................................................... ok +op/lock.t .......................................................... ok +op/loopctl.t ....................................................... ok +op/lop.t ........................................................... ok +op/lvref.t ......................................................... ok +op/magic-27839.t ................................................... ok +op/magic.t ......................................................... ok +op/method.t ........................................................ ok +op/mkdir.t ......................................................... ok +op/multideref.t .................................................... ok +op/my.t ............................................................ ok +op/my_stash.t ...................................................... ok +op/mydef.t ......................................................... ok +op/negate.t ........................................................ ok +op/not.t ........................................................... ok +op/numconvert.t .................................................... ok +op/oct.t ........................................................... ok +op/or.t ............................................................ ok +op/ord.t ........................................................... ok +op/overload_integer.t .............................................. ok +op/override.t ...................................................... ok +op/pack.t .......................................................... ok +op/packagev.t ...................................................... ok +op/pos.t ........................................................... ok +op/postfixderef.t .................................................. ok +op/pow.t ........................................................... ok +op/print.t ......................................................... ok +op/protowarn.t ..................................................... ok +op/push.t .......................................................... ok +op/pwent.t ......................................................... ok +op/qr.t ............................................................ ok +op/quotemeta.t ..................................................... ok +op/rand.t .......................................................... ok +op/range.t ......................................................... ok +op/read.t .......................................................... ok +op/readdir.t ....................................................... ok +op/readline.t ...................................................... ok +op/recurse.t ....................................................... ok +op/ref.t ........................................................... ok +op/repeat.t ........................................................ ok +op/require_37033.t ................................................. ok +op/require_errors.t ................................................ ok +op/require_override.t .............................................. ok +op/reset.t ......................................................... ok +op/reverse.t ....................................................... ok +op/rt119311.t ...................................................... ok +op/runlevel.t ...................................................... ok +op/select.t ........................................................ ok +op/setpgrpstack.t .................................................. ok +op/sigdispatch.t ................................................... ok +op/signatures.t .................................................... ok +op/sigsystem.t ..................................................... ok +op/sleep.t ......................................................... ok +op/smartkve.t ...................................................... ok +op/smartmatch.t .................................................... ok +op/sort.t .......................................................... ok +op/splice.t ........................................................ ok +op/split.t ......................................................... ok +op/split_unicode.t ................................................. ok +op/sprintf.t ....................................................... ok +op/sprintf2.t ...................................................... ok +op/srand.t ......................................................... ok +op/sselect.t ....................................................... ok +op/stash.t ......................................................... ok +op/stash_parse_gv.t ................................................ ok +op/stat.t .......................................................... ok +op/state.t ......................................................... ok +op/study.t ......................................................... ok +op/studytied.t ..................................................... ok +op/sub.t ........................................................... ok +op/sub_lval.t ...................................................... ok +op/substr.t ........................................................ ok +op/substr_thr.t .................................................... skipped: no ithreads +op/svleak.t ........................................................ ok +op/switch.t ........................................................ ok +op/symbolcache.t ................................................... ok +op/sysio.t ......................................................... ok +op/taint.t ......................................................... ok +op/threads-dirh.t .................................................. skipped: no ithreads +op/threads.t ....................................................... skipped: no ithreads +op/tie.t ........................................................... ok +op/tie_fetch_count.t ............................................... ok +op/tiearray.t ...................................................... ok +op/tiehandle.t ..................................................... ok +op/time.t .......................................................... ok +op/time_loop.t ..................................................... ok +op/tr.t ............................................................ ok +op/undef.t ......................................................... ok +op/universal.t ..................................................... ok +op/unlink.t ........................................................ ok +op/unshift.t ....................................................... ok +op/upgrade.t ....................................................... ok +op/utf8cache.t ..................................................... ok +op/utf8decode.t .................................................... ok +op/utf8magic.t ..................................................... ok +op/utfhash.t ....................................................... ok +op/utftaint.t ...................................................... ok +op/vec.t ........................................................... ok +op/ver.t ........................................................... ok +op/waitpid.t ....................................................... ok +op/wantarray.t ..................................................... ok +op/warn.t .......................................................... ok +op/while.t ......................................................... ok +op/write.t ......................................................... ok +op/yadayada.t ...................................................... ok +uni/attrs.t ........................................................ ok +uni/bless.t ........................................................ ok +uni/cache.t ........................................................ ok +uni/caller.t ....................................................... ok +uni/chomp.t ........................................................ ok +uni/class.t ........................................................ ok +uni/eval.t ......................................................... ok +uni/fold.t ......................................................... ok +uni/goto.t ......................................................... ok +uni/greek.t ........................................................ skipped: encoding.pm is no longer supported by the perl core +uni/gv.t ........................................................... ok +uni/labels.t ....................................................... ok +uni/latin2.t ....................................................... skipped: encoding.pm is no longer supported by the perl core +uni/lex_utf8.t ..................................................... ok +uni/lower.t ........................................................ ok +uni/method.t ....................................................... ok +uni/opcroak.t ...................................................... ok +uni/overload.t ..................................................... ok +uni/package.t ...................................................... ok +uni/parser.t ....................................................... ok +uni/readline.t ..................................................... ok +uni/select.t ....................................................... ok +uni/sprintf.t ...................................................... ok +uni/stash.t ........................................................ ok +uni/tie.t .......................................................... ok +uni/title.t ........................................................ ok +uni/tr_utf8.t ...................................................... ok +uni/universal.t .................................................... ok +uni/upper.t ........................................................ ok +uni/variables.t .................................................... ok +uni/write.t ........................................................ ok +mro/basic.t ........................................................ ok +mro/basic_01_c3.t .................................................. ok +mro/basic_01_c3_utf8.t ............................................. ok +mro/basic_01_dfs.t ................................................. ok +mro/basic_01_dfs_utf8.t ............................................ ok +mro/basic_02_c3.t .................................................. ok +mro/basic_02_c3_utf8.t ............................................. ok +mro/basic_02_dfs.t ................................................. ok +mro/basic_02_dfs_utf8.t ............................................ ok +mro/basic_03_c3.t .................................................. ok +mro/basic_03_c3_utf8.t ............................................. ok +mro/basic_03_dfs.t ................................................. ok +mro/basic_03_dfs_utf8.t ............................................ ok +mro/basic_04_c3.t .................................................. ok +mro/basic_04_c3_utf8.t ............................................. ok +mro/basic_04_dfs.t ................................................. ok +mro/basic_04_dfs_utf8.t ............................................ ok +mro/basic_05_c3.t .................................................. ok +mro/basic_05_c3_utf8.t ............................................. ok +mro/basic_05_dfs.t ................................................. ok +mro/basic_05_dfs_utf8.t ............................................ ok +mro/basic_utf8.t ................................................... ok +mro/c3_with_overload.t ............................................. ok +mro/c3_with_overload_utf8.t ........................................ ok +mro/complex_c3.t ................................................... ok +mro/complex_c3_utf8.t .............................................. ok +mro/complex_dfs.t .................................................. ok +mro/complex_dfs_utf8.t ............................................. ok +mro/dbic_c3.t ...................................................... ok +mro/dbic_c3_utf8.t ................................................. ok +mro/dbic_dfs.t ..................................................... ok +mro/dbic_dfs_utf8.t ................................................ ok +mro/inconsistent_c3.t .............................................. ok +mro/inconsistent_c3_utf8.t ......................................... ok +mro/isa_aliases.t .................................................. ok +mro/isa_aliases_utf8.t ............................................. ok +mro/isa_c3.t ....................................................... ok +mro/isa_c3_utf8.t .................................................. ok +mro/isa_dfs.t ...................................................... ok +mro/isa_dfs_utf8.t ................................................. ok +mro/isarev.t ....................................................... ok +mro/isarev_utf8.t .................................................. ok +mro/method_caching.t ............................................... ok +mro/method_caching_utf8.t .......................................... ok +mro/next_edgecases.t ............................................... ok +mro/next_edgecases_utf8.t .......................................... ok +mro/next_goto.t .................................................... ok +mro/next_goto_utf8.t ............................................... ok +mro/next_inanon.t .................................................. ok +mro/next_inanon_utf8.t ............................................. ok +mro/next_ineval.t .................................................. ok +mro/next_ineval_utf8.t ............................................. ok +mro/next_method.t .................................................. ok +mro/next_method_utf8.t ............................................. ok +mro/next_NEXT.t .................................................... ok +mro/next_NEXT_utf8.t ............................................... ok +mro/next_skip.t .................................................... ok +mro/next_skip_utf8.t ............................................... ok +mro/overload_c3.t .................................................. ok +mro/overload_c3_utf8.t ............................................. ok +mro/overload_dfs.t ................................................. ok +mro/package_aliases.t .............................................. ok +mro/package_aliases_utf8.t ......................................... ok +mro/pkg_gen.t ...................................................... ok +mro/pkg_gen_utf8.t ................................................. ok +mro/recursion_c3.t ................................................. ok +mro/recursion_c3_utf8.t ............................................ ok +mro/recursion_dfs.t ................................................ ok +mro/recursion_dfs_utf8.t ........................................... ok +mro/vulcan_c3.t .................................................... ok +mro/vulcan_c3_utf8.t ............................................... ok +mro/vulcan_dfs.t ................................................... ok +mro/vulcan_dfs_utf8.t .............................................. ok +lib/commonsense.t .................................................. ok +lib/croak.t ........................................................ ok +lib/cygwin.t ....................................................... skipped: cygwin specific test +lib/deprecate.t .................................................... ok +lib/mypragma.t ..................................................... ok +lib/no_load.t ...................................................... ok +lib/overload_fallback.t ............................................ ok +lib/overload_nomethod.t ............................................ ok +lib/proxy_constant_subs.t .......................................... ok +lib/universal.t .................................................... ok +porting/args_assert.t .............................................. ok +porting/authors.t .................................................. ok +porting/bench.t .................................................... skipped: no valgrind +porting/bench_selftest.t ........................................... ok +porting/bincompat.t ................................................ ok +porting/checkcase.t ................................................ ok +porting/checkcfgvar.t .............................................. ok +porting/cmp_version.t .............................................. ok +porting/copyright.t ................................................ ok +porting/corelist.t ................................................. ok +porting/customized.t ............................................... ok +porting/diag.t ..................................................... ok +porting/dual-life.t ................................................ ok +porting/exec-bit.t ................................................. ok +porting/extrefs.t .................................................. ok +porting/filenames.t ................................................ ok +porting/FindExt.t .................................................. ok +porting/globvar.t .................................................. ok +porting/libperl.t .................................................. ok +porting/maintainers.t .............................................. ok +porting/manifest.t ................................................. ok +porting/pending-author.t ........................................... ok +porting/perlfunc.t ................................................. ok +porting/pod_rules.t ................................................ ok +porting/podcheck.t ................................................. ok +porting/re_context.t ............................................... ok +porting/readme.t ................................................... ok +porting/regen.t .................................................... ok +porting/ss_dup.t ................................................... ok +porting/test_bootstrap.t ........................................... ok +porting/utils.t .................................................... ok +perf/benchmarks.t .................................................. ok +perf/opcount.t ..................................................... ok +perf/optree.t ...................................................... ok +perf/speed.t ....................................................... ok +perf/taint.t ....................................................... ok +../cpan/Archive-Tar/t/01_use.t ..................................... ok +../cpan/Archive-Tar/t/02_methods.t ................................. ok +../cpan/Archive-Tar/t/03_file.t .................................... ok +../cpan/Archive-Tar/t/04_resolved_issues.t ......................... ok +../cpan/Archive-Tar/t/05_iter.t .................................... ok +../cpan/Archive-Tar/t/06_error.t ................................... ok +../cpan/Archive-Tar/t/08_ptargrep.t ................................ ok +../cpan/Archive-Tar/t/09_roundtrip.t ............................... ok +../cpan/Archive-Tar/t/90_symlink.t ................................. skipped: Skipping tests on this platform +../cpan/Archive-Tar/t/99_pod.t ..................................... skipped: Test::Pod v0.95 required for testing POD +../cpan/autodie/t/00-load.t ........................................ ok +../cpan/autodie/t/args.t ........................................... ok +../cpan/autodie/t/autodie.t ........................................ ok +../cpan/autodie/t/backcompat.t ..................................... ok +../cpan/autodie/t/basic_exceptions.t ............................... ok +../cpan/autodie/t/binmode.t ........................................ ok +../cpan/autodie/t/blog_hints.t ..................................... ok +../cpan/autodie/t/caller.t ......................................... ok +../cpan/autodie/t/chmod.t .......................................... ok +../cpan/autodie/t/chown.t .......................................... ok +../cpan/autodie/t/context.t ........................................ ok +../cpan/autodie/t/context_lexical.t ................................ ok +../cpan/autodie/t/core-trampoline-slurp.t .......................... ok +../cpan/autodie/t/crickey.t ........................................ ok +../cpan/autodie/t/dbmopen.t ........................................ ok +../cpan/autodie/t/eval_error.t ..................................... ok +../cpan/autodie/t/exception_class.t ................................ ok +../cpan/autodie/t/exceptions.t ..................................... ok +../cpan/autodie/t/exec.t ........................................... ok +../cpan/autodie/t/Fatal.t .......................................... ok +../cpan/autodie/t/filehandles.t .................................... ok +../cpan/autodie/t/fileno.t ......................................... ok +../cpan/autodie/t/flock.t .......................................... ok +../cpan/autodie/t/format-clobber.t ................................. ok +../cpan/autodie/t/hints.t .......................................... ok +../cpan/autodie/t/hints_insist.t ................................... ok +../cpan/autodie/t/hints_pod_examples.t ............................. ok +../cpan/autodie/t/hints_provider_does.t ............................ ok +../cpan/autodie/t/hints_provider_easy_does_it.t .................... ok +../cpan/autodie/t/hints_provider_isa.t ............................. ok +../cpan/autodie/t/import-into.t .................................... skipped: Test needs Import::Into >= 1.002004 +../cpan/autodie/t/internal.t ....................................... ok +../cpan/autodie/t/internal-backcompat.t ............................ ok +../cpan/autodie/t/kill.t ........................................... ok +../cpan/autodie/t/lethal.t ......................................... ok +../cpan/autodie/t/mkdir.t .......................................... ok +../cpan/autodie/t/no_carp.t ........................................ ok +../cpan/autodie/t/open.t ........................................... ok +../cpan/autodie/t/read.t ........................................... ok +../cpan/autodie/t/recv.t ........................................... ok +../cpan/autodie/t/repeat.t ......................................... ok +../cpan/autodie/t/rt-74246.t ....................................... ok +../cpan/autodie/t/scope_leak.t ..................................... ok +../cpan/autodie/t/skip.t ........................................... ok +../cpan/autodie/t/string-eval-basic.t .............................. ok +../cpan/autodie/t/string-eval-leak.t ............................... ok +../cpan/autodie/t/sysopen.t ........................................ ok +../cpan/autodie/t/truncate.t ....................................... ok +../cpan/autodie/t/unlink.t ......................................... ok +../cpan/autodie/t/user-context.t ................................... ok +../cpan/autodie/t/usersub.t ........................................ ok +../cpan/autodie/t/utf8_open.t ...................................... ok +../cpan/autodie/t/utime.t .......................................... ok +../cpan/autodie/t/version.t ........................................ skipped: Release test. Set $ENV{RELEASE_TESTING} to true to run. +../cpan/autodie/t/version_tag.t .................................... ok +../cpan/AutoLoader/t/01AutoLoader.t ................................ ok +../cpan/AutoLoader/t/02AutoSplit.t ................................. ok +../cpan/B-Debug/t/debug.t .......................................... ok +../cpan/bignum/t/big_e_pi.t ........................................ ok +../cpan/bignum/t/bigexp.t .......................................... ok +../cpan/bignum/t/bigint.t .......................................... ok +../cpan/bignum/t/bignum.t .......................................... ok +../cpan/bignum/t/bigrat.t .......................................... ok +../cpan/bignum/t/bii_e_pi.t ........................................ ok +../cpan/bignum/t/biinfnan.t ........................................ ok +../cpan/bignum/t/bir_e_pi.t ........................................ ok +../cpan/bignum/t/bn_lite.t ......................................... skipped: no Math::BigInt::Lite +../cpan/bignum/t/bninfnan.t ........................................ ok +../cpan/bignum/t/br_lite.t ......................................... skipped: no Math::BigInt::Lite +../cpan/bignum/t/brinfnan.t ........................................ ok +../cpan/bignum/t/in_effect.t ....................................... ok +../cpan/bignum/t/option_a.t ........................................ ok +../cpan/bignum/t/option_l.t ........................................ ok +../cpan/bignum/t/option_p.t ........................................ ok +../cpan/bignum/t/overrides.t ....................................... ok +../cpan/bignum/t/ratopt_a.t ........................................ ok +../cpan/bignum/t/scope_f.t ......................................... ok +../cpan/bignum/t/scope_i.t ......................................... ok +../cpan/bignum/t/scope_r.t ......................................... ok +../cpan/Compress-Raw-Bzip2/t/000prereq.t ........................... ok +../cpan/Compress-Raw-Bzip2/t/01bzip2.t ............................. ok +../cpan/Compress-Raw-Bzip2/t/09limitoutput.t ....................... ok +../cpan/Compress-Raw-Bzip2/t/19nonpv.t ............................. ok +../cpan/Compress-Raw-Bzip2/t/99pod.t ............................... skipped: Test::Pod 1.00 required for testing POD +../cpan/Compress-Raw-Zlib/t/01version.t ............................ ok +../cpan/Compress-Raw-Zlib/t/02zlib.t ............................... ok +../cpan/Compress-Raw-Zlib/t/07bufsize.t ............................ skipped: Lengthy Tests Disabled +../cpan/Compress-Raw-Zlib/t/09limitoutput.t ........................ ok +../cpan/Compress-Raw-Zlib/t/18lvalue.t ............................. ok +../cpan/Compress-Raw-Zlib/t/19nonpv.t .............................. ok +../cpan/Config-Perl-V/t/10_base.t .................................. ok +../cpan/Config-Perl-V/t/20_plv56.t ................................. ok +../cpan/Config-Perl-V/t/21_plv58.t ................................. ok +../cpan/Config-Perl-V/t/22_plv510.t ................................ ok +../cpan/Config-Perl-V/t/23_plv512.t ................................ ok +../cpan/Config-Perl-V/t/24_plv514.t ................................ ok +../cpan/Config-Perl-V/t/25_plv516.t ................................ ok +../cpan/Config-Perl-V/t/25_plv5162.t ............................... ok +../cpan/Config-Perl-V/t/26_plv518.t ................................ ok +../cpan/Config-Perl-V/t/26_plv5182.t ............................... ok +../cpan/Config-Perl-V/t/27_plv5200.t ............................... ok +../cpan/Config-Perl-V/t/27_plv5202.t ............................... ok +../cpan/Config-Perl-V/t/28_plv5220.t ............................... ok +../cpan/Config-Perl-V/t/28_plv52201w.t ............................. ok +../cpan/Config-Perl-V/t/29_plv5235w.t .............................. ok +../cpan/Config-Perl-V/t/30_plv5240.t ............................... ok +../cpan/Config-Perl-V/t/31_plv52511.t .............................. ok +../cpan/CPAN-Meta-Requirements/t/accepts.t ......................... ok +../cpan/CPAN-Meta-Requirements/t/bad_version_hook.t ................ ok +../cpan/CPAN-Meta-Requirements/t/basic.t ........................... ok +../cpan/CPAN-Meta-Requirements/t/finalize.t ........................ ok +../cpan/CPAN-Meta-Requirements/t/from-hash.t ....................... ok +../cpan/CPAN-Meta-Requirements/t/merge.t ........................... ok +../cpan/CPAN-Meta-Requirements/t/strings.t ......................... ok +../cpan/CPAN-Meta-YAML/t/01_api.t .................................. ok +../cpan/CPAN-Meta-YAML/t/01_compile.t .............................. ok +../cpan/CPAN-Meta-YAML/t/10_read.t ................................. ok +../cpan/CPAN-Meta-YAML/t/11_read_string.t .......................... ok +../cpan/CPAN-Meta-YAML/t/12_write.t ................................ ok +../cpan/CPAN-Meta-YAML/t/13_write_string.t ......................... ok +../cpan/CPAN-Meta-YAML/t/20_subclass.t ............................. ok +../cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t ........................ ok +../cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t ........................ ok +../cpan/CPAN-Meta-YAML/t/31_local_tml.t ............................ ok +../cpan/CPAN-Meta-YAML/t/32_world_tml.t ............................ ok +../cpan/CPAN-Meta-YAML/t/86_fail.t ................................. ok +../cpan/CPAN-Meta/t/converter.t .................................... ok +../cpan/CPAN-Meta/t/converter-bad.t ................................ ok +../cpan/CPAN-Meta/t/converter-fail.t ............................... ok +../cpan/CPAN-Meta/t/converter-fragments.t .......................... ok +../cpan/CPAN-Meta/t/load-bad.t ..................................... ok +../cpan/CPAN-Meta/t/merge.t ........................................ ok +../cpan/CPAN-Meta/t/meta-obj.t ..................................... ok +../cpan/CPAN-Meta/t/no-index.t ..................................... ok +../cpan/CPAN-Meta/t/optional_feature-merge.t ....................... ok +../cpan/CPAN-Meta/t/prereqs.t ...................................... ok +../cpan/CPAN-Meta/t/prereqs-finalize.t ............................. ok +../cpan/CPAN-Meta/t/prereqs-merge.t ................................ ok +../cpan/CPAN-Meta/t/repository.t ................................... ok +../cpan/CPAN-Meta/t/save-load.t .................................... ok +../cpan/CPAN-Meta/t/validator.t .................................... ok +../cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t ....................... ok +../cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t ................. ok +../cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t .................... ok +../cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t .................... ok +../cpan/CPAN/t/01loadme.t .......................................... ok +../cpan/CPAN/t/02nox.t ............................................. ok +../cpan/CPAN/t/03pkgs.t ............................................ ok +../cpan/CPAN/t/10version.t ......................................... ok +../cpan/CPAN/t/11mirroredby.t ...................................... ok +../cpan/DB_File/t/db-btree.t ....................................... ok +../cpan/DB_File/t/db-hash.t ........................................ ok +../cpan/DB_File/t/db-recno.t ....................................... ok +../cpan/Devel-PPPort/t/call.t ...................................... ok +../cpan/Devel-PPPort/t/cop.t ....................................... ok +../cpan/Devel-PPPort/t/exception.t ................................. ok +../cpan/Devel-PPPort/t/format.t .................................... ok +../cpan/Devel-PPPort/t/grok.t ...................................... ok +../cpan/Devel-PPPort/t/gv.t ........................................ ok +../cpan/Devel-PPPort/t/HvNAME.t .................................... ok +../cpan/Devel-PPPort/t/limits.t .................................... ok +../cpan/Devel-PPPort/t/magic.t ..................................... ok +../cpan/Devel-PPPort/t/memory.t .................................... ok +../cpan/Devel-PPPort/t/misc.t ...................................... ok +../cpan/Devel-PPPort/t/mPUSH.t ..................................... ok +../cpan/Devel-PPPort/t/MY_CXT.t .................................... ok +../cpan/Devel-PPPort/t/newCONSTSUB.t ............................... ok +../cpan/Devel-PPPort/t/newRV.t ..................................... ok +../cpan/Devel-PPPort/t/newSV_type.t ................................ ok +../cpan/Devel-PPPort/t/newSVpv.t ................................... ok +../cpan/Devel-PPPort/t/podtest.t ................................... ok +../cpan/Devel-PPPort/t/ppphtest.t .................................. ok +../cpan/Devel-PPPort/t/pv_tools.t .................................. ok +../cpan/Devel-PPPort/t/pvs.t ....................................... ok +../cpan/Devel-PPPort/t/shared_pv.t ................................. ok +../cpan/Devel-PPPort/t/snprintf.t .................................. ok +../cpan/Devel-PPPort/t/sprintf.t ................................... ok +../cpan/Devel-PPPort/t/strlfuncs.t ................................. ok +../cpan/Devel-PPPort/t/Sv_set.t .................................... ok +../cpan/Devel-PPPort/t/sv_xpvf.t ................................... ok +../cpan/Devel-PPPort/t/SvPV.t ...................................... ok +../cpan/Devel-PPPort/t/SvREFCNT.t .................................. ok +../cpan/Devel-PPPort/t/threads.t ................................... ok +../cpan/Devel-PPPort/t/uv.t ........................................ ok +../cpan/Devel-PPPort/t/variables.t ................................. ok +../cpan/Devel-PPPort/t/warn.t ...................................... ok +../cpan/Digest-MD5/t/align.t ....................................... ok +../cpan/Digest-MD5/t/badfile.t ..................................... ok +../cpan/Digest-MD5/t/bits.t ........................................ ok +../cpan/Digest-MD5/t/clone.t ....................................... ok +../cpan/Digest-MD5/t/files.t ....................................... ok +../cpan/Digest-MD5/t/md5-aaa.t ..................................... ok +../cpan/Digest-MD5/t/threads.t ..................................... skipped: Perl compiled without ithreads +../cpan/Digest-MD5/t/utf8.t ........................................ ok +../cpan/Digest-SHA/t/allfcns.t ..................................... ok +../cpan/Digest-SHA/t/base64.t ...................................... ok +../cpan/Digest-SHA/t/bitbuf.t ...................................... ok +../cpan/Digest-SHA/t/bitorder.t .................................... ok +../cpan/Digest-SHA/t/fips180-4.t ................................... ok +../cpan/Digest-SHA/t/fips198.t ..................................... ok +../cpan/Digest-SHA/t/gg.t .......................................... ok +../cpan/Digest-SHA/t/gglong.t ...................................... ok +../cpan/Digest-SHA/t/hmacsha.t ..................................... ok +../cpan/Digest-SHA/t/inheritance.t ................................. ok +../cpan/Digest-SHA/t/ireland.t ..................................... ok +../cpan/Digest-SHA/t/methods.t ..................................... ok +../cpan/Digest-SHA/t/nistbit.t ..................................... ok +../cpan/Digest-SHA/t/nistbyte.t .................................... ok +../cpan/Digest-SHA/t/rfc2202.t ..................................... ok +../cpan/Digest-SHA/t/sha1.t ........................................ ok +../cpan/Digest-SHA/t/sha224.t ...................................... ok +../cpan/Digest-SHA/t/sha256.t ...................................... ok +../cpan/Digest-SHA/t/sha384.t ...................................... ok +../cpan/Digest-SHA/t/sha512.t ...................................... ok +../cpan/Digest-SHA/t/state.t ....................................... ok +../cpan/Digest-SHA/t/unicode.t ..................................... ok +../cpan/Digest-SHA/t/woodbury.t .................................... ok +../cpan/Digest/t/base.t ............................................ ok +../cpan/Digest/t/digest.t .......................................... ok +../cpan/Digest/t/file.t ............................................ ok +../cpan/Digest/t/security.t ........................................ ok +../cpan/Encode/t/Aliases.t ......................................... ok +../cpan/Encode/t/at-cn.t ........................................... ok +../cpan/Encode/t/at-tw.t ........................................... ok +../cpan/Encode/t/CJKT.t ............................................ ok +../cpan/Encode/t/cow.t ............................................. ok +../cpan/Encode/t/decode.t .......................................... ok +../cpan/Encode/t/enc_data.t ........................................ skipped: encoding pragma not supported in Perl 5.26 +../cpan/Encode/t/enc_eucjp.t ....................................... skipped: Perl <=5.25.2 or cperl required +../cpan/Encode/t/enc_module.t ...................................... skipped: encoding pragma not supported in Perl 5.26 +../cpan/Encode/t/enc_utf8.t ........................................ skipped: Perl <=5.25.2 or cperl required +../cpan/Encode/t/Encode.t .......................................... ok +../cpan/Encode/t/Encoder.t ......................................... ok +../cpan/Encode/t/encoding.t ........................................ skipped: encoding pragma not supported in Perl 5.26 +../cpan/Encode/t/encoding-locale.t ................................. ok +../cpan/Encode/t/fallback.t ........................................ ok +../cpan/Encode/t/from_to.t ......................................... ok +../cpan/Encode/t/grow.t ............................................ ok +../cpan/Encode/t/gsm0338.t ......................................... ok +../cpan/Encode/t/guess.t ........................................... ok +../cpan/Encode/t/isa.t ............................................. ok +../cpan/Encode/t/jis7-fallback.t ................................... ok +../cpan/Encode/t/jperl.t ........................................... skipped: encoding pragma not supported in Perl 5.26 +../cpan/Encode/t/magic.t ........................................... ok +../cpan/Encode/t/mime-header.t ..................................... ok +../cpan/Encode/t/mime-name.t ....................................... ok +../cpan/Encode/t/mime_header_iso2022jp.t ........................... ok +../cpan/Encode/t/perlio.t .......................................... ok +../cpan/Encode/t/piconv.t .......................................... skipped: Don't know how to test this within perl's core +../cpan/Encode/t/rt113164.t ........................................ ok +../cpan/Encode/t/rt65541.t ......................................... ok +../cpan/Encode/t/rt76824.t ......................................... ok +../cpan/Encode/t/rt85489.t ......................................... ok +../cpan/Encode/t/rt86327.t ......................................... ok +../cpan/Encode/t/taint.t ........................................... ok +../cpan/Encode/t/truncated_utf8.t .................................. ok +../cpan/Encode/t/undef.t ........................................... ok +../cpan/Encode/t/Unicode.t ......................................... ok +../cpan/Encode/t/use-Encode-Alias.t ................................ ok +../cpan/Encode/t/utf8messages.t .................................... ok +../cpan/Encode/t/utf8ref.t ......................................... ok +../cpan/Encode/t/utf8strict.t ...................................... ok +../cpan/Encode/t/utf8warnings.t .................................... ok +../cpan/Encode/t/whatwg-aliases.t .................................. skipped: For maintainers only +../cpan/experimental/t/basic.t ..................................... ok +../cpan/ExtUtils-Constant/t/Constant.t ............................. ok +../cpan/ExtUtils-Install/t/can_write_dir.t ......................... ok +../cpan/ExtUtils-Install/t/Install.t ............................... ok +../cpan/ExtUtils-Install/t/Installapi2.t ........................... ok +../cpan/ExtUtils-Install/t/Installed.t ............................. ok +../cpan/ExtUtils-Install/t/InstallWithMM.t ......................... ok +../cpan/ExtUtils-Install/t/Packlist.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/00compile.t ........................... skipped: No MANIFEST +../cpan/ExtUtils-MakeMaker/t/01perl_bugs.t ......................... ok +../cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t ........................ ok +../cpan/ExtUtils-MakeMaker/t/03-xsstatic.t ......................... ok +../cpan/ExtUtils-MakeMaker/t/arch_check.t .......................... ok +../cpan/ExtUtils-MakeMaker/t/backwards.t ........................... ok +../cpan/ExtUtils-MakeMaker/t/basic.t ............................... ok +../cpan/ExtUtils-MakeMaker/t/build_man.t ........................... ok +../cpan/ExtUtils-MakeMaker/t/cd.t .................................. ok +../cpan/ExtUtils-MakeMaker/t/config.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/cp.t .................................. ok +../cpan/ExtUtils-MakeMaker/t/dir_target.t .......................... ok +../cpan/ExtUtils-MakeMaker/t/echo.t ................................ ok +../cpan/ExtUtils-MakeMaker/t/eu_command.t .......................... ok +../cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t ...................... ok +../cpan/ExtUtils-MakeMaker/t/fix_libs.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/fixin.t ............................... ok +../cpan/ExtUtils-MakeMaker/t/hints.t ............................... ok +../cpan/ExtUtils-MakeMaker/t/INST.t ................................ ok +../cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t ......................... ok +../cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t ........................ ok +../cpan/ExtUtils-MakeMaker/t/installed_file.t ...................... ok +../cpan/ExtUtils-MakeMaker/t/is_of_type.t .......................... ok +../cpan/ExtUtils-MakeMaker/t/Liblist.t ............................. ok +../cpan/ExtUtils-MakeMaker/t/make.t ................................ ok +../cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t ................ ok +../cpan/ExtUtils-MakeMaker/t/maketext_filter.t ..................... ok +../cpan/ExtUtils-MakeMaker/t/meta_convert.t ........................ ok +../cpan/ExtUtils-MakeMaker/t/metafile_data.t ....................... ok +../cpan/ExtUtils-MakeMaker/t/metafile_file.t ....................... ok +../cpan/ExtUtils-MakeMaker/t/min_perl_version.t .................... ok +../cpan/ExtUtils-MakeMaker/t/miniperl.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t ......................... ok +../cpan/ExtUtils-MakeMaker/t/MM_Any.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/MM_BeOS.t ............................. skipped: This is not BeOS +../cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t ........................... skipped: This is not cygwin +../cpan/ExtUtils-MakeMaker/t/MM_NW5.t .............................. skipped: This is not NW5 +../cpan/ExtUtils-MakeMaker/t/MM_OS2.t .............................. skipped: This is not OS/2 +../cpan/ExtUtils-MakeMaker/t/MM_Unix.t ............................. ok +../cpan/ExtUtils-MakeMaker/t/MM_VMS.t .............................. skipped: This is not VMS +../cpan/ExtUtils-MakeMaker/t/MM_Win32.t ............................ skipped: This is not Win32 +../cpan/ExtUtils-MakeMaker/t/oneliner.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/os_unsupported.t ...................... ok +../cpan/ExtUtils-MakeMaker/t/parse_abstract.t ...................... ok +../cpan/ExtUtils-MakeMaker/t/parse_version.t ....................... ok +../cpan/ExtUtils-MakeMaker/t/PL_FILES.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/pm.t .................................. ok +../cpan/ExtUtils-MakeMaker/t/pm_to_blib.t .......................... ok +../cpan/ExtUtils-MakeMaker/t/pod2man.t ............................. ok +../cpan/ExtUtils-MakeMaker/t/postamble.t ........................... ok +../cpan/ExtUtils-MakeMaker/t/prefixify.t ........................... ok +../cpan/ExtUtils-MakeMaker/t/prereq.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/prereq_print.t ........................ ok +../cpan/ExtUtils-MakeMaker/t/problems.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/prompt.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/recurs.t .............................. ok +../cpan/ExtUtils-MakeMaker/t/revision.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/several_authors.t ..................... ok +../cpan/ExtUtils-MakeMaker/t/split_command.t ....................... ok +../cpan/ExtUtils-MakeMaker/t/test_boilerplate.t .................... ok +../cpan/ExtUtils-MakeMaker/t/testlib.t ............................. ok +../cpan/ExtUtils-MakeMaker/t/unicode.t ............................. ok +../cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t ........................ ok +../cpan/ExtUtils-MakeMaker/t/vstrings.t ............................ ok +../cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t .................. ok +../cpan/ExtUtils-MakeMaker/t/writemakefile_args.t .................. ok +../cpan/ExtUtils-Manifest/t/Manifest.t ............................. ok +../cpan/File-Fetch/t/01_File-Fetch.t ............................... ok +../cpan/File-Fetch/t/null_subclass.t ............................... ok +../cpan/File-Path/t/Path.t ......................................... ok +../cpan/File-Path/t/Path_root.t .................................... skipped: not running as root +../cpan/File-Path/t/Path_win32.t ................................... skipped: not win32 +../cpan/File-Path/t/taint.t ........................................ ok +../cpan/File-Temp/t/cmp.t .......................................... ok +../cpan/File-Temp/t/fork.t ......................................... ok +../cpan/File-Temp/t/lock.t ......................................... skipped: Do not seem to have O_EXLOCK +../cpan/File-Temp/t/mktemp.t ....................................... ok +../cpan/File-Temp/t/object.t ....................................... ok +../cpan/File-Temp/t/posix.t ........................................ ok +../cpan/File-Temp/t/rmtree.t ....................................... ok +../cpan/File-Temp/t/security.t ..................................... ok +../cpan/File-Temp/t/seekable.t ..................................... ok +../cpan/File-Temp/t/tempfile.t ..................................... ok +../cpan/Filter-Util-Call/t/call.t .................................. ok +../cpan/Filter-Util-Call/t/rt_101033.t ............................. ok +../cpan/Filter-Util-Call/t/rt_54452-rebless.t ...................... ok +../cpan/Getopt-Long/t/gol-basic.t .................................. ok +../cpan/Getopt-Long/t/gol-linkage.t ................................ ok +../cpan/Getopt-Long/t/gol-oo.t ..................................... ok +../cpan/Getopt-Long/t/gol-xargv.t .................................. ok +../cpan/Getopt-Long/t/gol-xstring.t ................................ ok +../cpan/HTTP-Tiny/t/000_load.t ..................................... ok +../cpan/HTTP-Tiny/t/001_api.t ...................................... ok +../cpan/HTTP-Tiny/t/002_croakage.t ................................. ok +../cpan/HTTP-Tiny/t/003_agent.t .................................... ok +../cpan/HTTP-Tiny/t/004_timeout.t .................................. ok +../cpan/HTTP-Tiny/t/010_url.t ...................................... ok +../cpan/HTTP-Tiny/t/020_headers.t .................................. ok +../cpan/HTTP-Tiny/t/030_response.t ................................. ok +../cpan/HTTP-Tiny/t/040_content.t .................................. ok +../cpan/HTTP-Tiny/t/050_chunked_body.t ............................. ok +../cpan/HTTP-Tiny/t/060_http_date.t ................................ ok +../cpan/HTTP-Tiny/t/070_cookie_jar.t ............................... ok +../cpan/HTTP-Tiny/t/100_get.t ...................................... ok +../cpan/HTTP-Tiny/t/101_head.t ..................................... ok +../cpan/HTTP-Tiny/t/102_put.t ...................................... ok +../cpan/HTTP-Tiny/t/103_delete.t ................................... ok +../cpan/HTTP-Tiny/t/104_post.t ..................................... ok +../cpan/HTTP-Tiny/t/110_mirror.t ................................... ok +../cpan/HTTP-Tiny/t/130_redirect.t ................................. ok +../cpan/HTTP-Tiny/t/140_proxy.t .................................... ok +../cpan/HTTP-Tiny/t/141_no_proxy.t ................................. ok +../cpan/HTTP-Tiny/t/150_post_form.t ................................ ok +../cpan/HTTP-Tiny/t/160_cookies.t .................................. ok +../cpan/HTTP-Tiny/t/161_basic_auth.t ............................... ok +../cpan/HTTP-Tiny/t/162_proxy_auth.t ............................... ok +../cpan/HTTP-Tiny/t/170_keepalive.t ................................ ok +../cpan/IO-Compress/t/000prereq.t .................................. ok +../cpan/IO-Compress/t/001bzip2.t ................................... ok +../cpan/IO-Compress/t/001zlib-generic-deflate.t .................... ok +../cpan/IO-Compress/t/001zlib-generic-gzip.t ....................... ok +../cpan/IO-Compress/t/001zlib-generic-rawdeflate.t ................. ok +../cpan/IO-Compress/t/001zlib-generic-zip.t ........................ ok +../cpan/IO-Compress/t/002any-deflate.t ............................. ok +../cpan/IO-Compress/t/002any-gzip.t ................................ ok +../cpan/IO-Compress/t/002any-rawdeflate.t .......................... ok +../cpan/IO-Compress/t/002any-transparent.t ......................... ok +../cpan/IO-Compress/t/002any-zip.t ................................. ok +../cpan/IO-Compress/t/004gziphdr.t ................................. ok +../cpan/IO-Compress/t/005defhdr.t .................................. ok +../cpan/IO-Compress/t/006zip.t ..................................... ok +../cpan/IO-Compress/t/01misc.t ..................................... ok +../cpan/IO-Compress/t/020isize.t ................................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/050interop-gzip.t ............................ ok +../cpan/IO-Compress/t/100generic-bzip2.t ........................... ok +../cpan/IO-Compress/t/100generic-deflate.t ......................... ok +../cpan/IO-Compress/t/100generic-gzip.t ............................ ok +../cpan/IO-Compress/t/100generic-rawdeflate.t ...................... ok +../cpan/IO-Compress/t/100generic-zip.t ............................. ok +../cpan/IO-Compress/t/101truncate-bzip2.t .......................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/101truncate-deflate.t ........................ skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/101truncate-gzip.t ........................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/101truncate-rawdeflate.t ..................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/101truncate-zip.t ............................ skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/102tied-bzip2.t .............................. ok +../cpan/IO-Compress/t/102tied-deflate.t ............................ ok +../cpan/IO-Compress/t/102tied-gzip.t ............................... ok +../cpan/IO-Compress/t/102tied-rawdeflate.t ......................... ok +../cpan/IO-Compress/t/102tied-zip.t ................................ ok +../cpan/IO-Compress/t/103newtied-bzip2.t ........................... ok +../cpan/IO-Compress/t/103newtied-deflate.t ......................... ok +../cpan/IO-Compress/t/103newtied-gzip.t ............................ ok +../cpan/IO-Compress/t/103newtied-rawdeflate.t ...................... ok +../cpan/IO-Compress/t/103newtied-zip.t ............................. ok +../cpan/IO-Compress/t/104destroy-bzip2.t ........................... ok +../cpan/IO-Compress/t/104destroy-deflate.t ......................... ok +../cpan/IO-Compress/t/104destroy-gzip.t ............................ ok +../cpan/IO-Compress/t/104destroy-rawdeflate.t ...................... ok +../cpan/IO-Compress/t/104destroy-zip.t ............................. ok +../cpan/IO-Compress/t/105oneshot-bzip2.t ........................... ok +../cpan/IO-Compress/t/105oneshot-deflate.t ......................... ok +../cpan/IO-Compress/t/105oneshot-gzip.t ............................ ok +../cpan/IO-Compress/t/105oneshot-gzip-only.t ....................... ok +../cpan/IO-Compress/t/105oneshot-rawdeflate.t ...................... ok +../cpan/IO-Compress/t/105oneshot-zip.t ............................. ok +../cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t .................. ok +../cpan/IO-Compress/t/105oneshot-zip-only.t ........................ ok +../cpan/IO-Compress/t/105oneshot-zip-store-only.t .................. skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/106prime-bzip2.t ............................. skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/106prime-deflate.t ........................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/106prime-gzip.t .............................. skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/106prime-rawdeflate.t ........................ skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/106prime-zip.t ............................... skipped: Lengthy Tests Disabled +../cpan/IO-Compress/t/107multi-bzip2.t ............................. ok +../cpan/IO-Compress/t/107multi-deflate.t ........................... ok +../cpan/IO-Compress/t/107multi-gzip.t .............................. ok +../cpan/IO-Compress/t/107multi-rawdeflate.t ........................ ok +../cpan/IO-Compress/t/107multi-zip.t ............................... ok +../cpan/IO-Compress/t/108anyunc-bzip2.t ............................ ok +../cpan/IO-Compress/t/108anyunc-deflate.t .......................... ok +../cpan/IO-Compress/t/108anyunc-gzip.t ............................. ok +../cpan/IO-Compress/t/108anyunc-rawdeflate.t ....................... ok +../cpan/IO-Compress/t/108anyunc-transparent.t ...................... ok +../cpan/IO-Compress/t/108anyunc-zip.t .............................. ok +../cpan/IO-Compress/t/109merge-deflate.t ........................... ok +../cpan/IO-Compress/t/109merge-gzip.t .............................. ok +../cpan/IO-Compress/t/109merge-rawdeflate.t ........................ ok +../cpan/IO-Compress/t/109merge-zip.t ............................... skipped: not implemented yet +../cpan/IO-Compress/t/110encode-bzip2.t ............................ ok +../cpan/IO-Compress/t/110encode-deflate.t .......................... ok +../cpan/IO-Compress/t/110encode-gzip.t ............................. ok +../cpan/IO-Compress/t/110encode-rawdeflate.t ....................... ok +../cpan/IO-Compress/t/110encode-zip.t .............................. ok +../cpan/IO-Compress/t/111const-deflate.t ........................... ok +../cpan/IO-Compress/t/999pod.t ..................................... skipped: Test::Pod 1.00 required for testing POD +../cpan/IO-Compress/t/cz-01version.t ............................... ok +../cpan/IO-Compress/t/cz-03zlib-v1.t ............................... ok +../cpan/IO-Compress/t/cz-06gzsetp.t ................................ ok +../cpan/IO-Compress/t/cz-08encoding.t .............................. ok +../cpan/IO-Compress/t/cz-14gzopen.t ................................ ok +../cpan/IO-Compress/t/globmapper.t ................................. ok +../cpan/IO-Socket-IP/t/00use.t ..................................... ok +../cpan/IO-Socket-IP/t/01local-client-v4.t ......................... ok +../cpan/IO-Socket-IP/t/02local-server-v4.t ......................... ok +../cpan/IO-Socket-IP/t/03local-cross-v4.t .......................... ok +../cpan/IO-Socket-IP/t/04local-client-v6.t ......................... skipped: Unable to bind to ::1 - Cannot bind() - Cannot assign requested address at t/04local-client-v6.t line 18. +../cpan/IO-Socket-IP/t/05local-server-v6.t ......................... skipped: Unable to bind to ::1 - Cannot bind() - Cannot assign requested address at t/05local-server-v6.t line 18. +../cpan/IO-Socket-IP/t/06local-cross-v6.t .......................... skipped: Unable to bind to ::1 +../cpan/IO-Socket-IP/t/10args.t .................................... ok +../cpan/IO-Socket-IP/t/11sockopts.t ................................ ok +../cpan/IO-Socket-IP/t/12port-fallback.t ........................... ok +../cpan/IO-Socket-IP/t/13addrinfo.t ................................ ok +../cpan/IO-Socket-IP/t/14fileno.t .................................. ok +../cpan/IO-Socket-IP/t/15io-socket.t ............................... ok +../cpan/IO-Socket-IP/t/16v6only.t .................................. skipped: Unable to bind to ::1 +../cpan/IO-Socket-IP/t/17gai-flags.t ............................... ok +../cpan/IO-Socket-IP/t/18fdopen.t .................................. ok +../cpan/IO-Socket-IP/t/19no-addrs.t ................................ ok +../cpan/IO-Socket-IP/t/20subclass.t ................................ ok +../cpan/IO-Socket-IP/t/21as-inet.t ................................. ok +../cpan/IO-Socket-IP/t/22timeout.t ................................. ok +../cpan/IO-Socket-IP/t/30nonblocking-connect.t ..................... ok +../cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t ............ ok +../cpan/IO-Socket-IP/t/99pod.t ..................................... skipped: Test::Pod 1.00 required for testing POD +../cpan/IO-Zlib/t/basic.t .......................................... ok +../cpan/IO-Zlib/t/external.t ....................................... skipped: no /usr/bin/gzip +../cpan/IO-Zlib/t/getc.t ........................................... ok +../cpan/IO-Zlib/t/getline.t ........................................ ok +../cpan/IO-Zlib/t/import.t ......................................... ok +../cpan/IO-Zlib/t/large.t .......................................... ok +../cpan/IO-Zlib/t/tied.t ........................................... ok +../cpan/IO-Zlib/t/uncomp1.t ........................................ ok +../cpan/IO-Zlib/t/uncomp2.t ........................................ ok +../cpan/IPC-Cmd/t/01_IPC-Cmd.t ..................................... ok +../cpan/IPC-Cmd/t/02_Interactive.t ................................. skipped: No interactive tests from harness +../cpan/IPC-Cmd/t/03_run-forked.t .................................. ok +../cpan/IPC-SysV/t/ipcsysv.t ....................................... ok +../cpan/IPC-SysV/t/msg.t ........................................... ok +../cpan/IPC-SysV/t/pod.t ........................................... skipped: testing pod requires Test::Pod +../cpan/IPC-SysV/t/podcov.t ........................................ skipped: testing pod coverage requires Pod::Coverage 0.10 +../cpan/IPC-SysV/t/sem.t ........................................... ok +../cpan/IPC-SysV/t/shm.t ........................................... ok +../cpan/JSON-PP/t/000_load.t ....................................... ok +../cpan/JSON-PP/t/001_utf8.t ....................................... ok +../cpan/JSON-PP/t/002_error.t ...................................... ok +../cpan/JSON-PP/t/003_types.t ...................................... ok +../cpan/JSON-PP/t/006_pc_pretty.t .................................. ok +../cpan/JSON-PP/t/007_pc_esc.t ..................................... ok +../cpan/JSON-PP/t/008_pc_base.t .................................... ok +../cpan/JSON-PP/t/009_pc_extra_number.t ............................ ok +../cpan/JSON-PP/t/010_pc_keysort.t ................................. ok +../cpan/JSON-PP/t/011_pc_expo.t .................................... ok +../cpan/JSON-PP/t/012_blessed.t .................................... ok +../cpan/JSON-PP/t/013_limit.t ...................................... ok +../cpan/JSON-PP/t/014_latin1.t ..................................... ok +../cpan/JSON-PP/t/015_prefix.t ..................................... ok +../cpan/JSON-PP/t/016_tied.t ....................................... ok +../cpan/JSON-PP/t/017_relaxed.t .................................... ok +../cpan/JSON-PP/t/018_json_checker.t ............................... ok +../cpan/JSON-PP/t/019_incr.t ....................................... ok +../cpan/JSON-PP/t/020_unknown.t .................................... ok +../cpan/JSON-PP/t/021_evans_bugrep.t ............................... ok +../cpan/JSON-PP/t/022_comment_at_eof.t ............................. ok +../cpan/JSON-PP/t/099_binary.t ..................................... ok +../cpan/JSON-PP/t/104_sortby.t ..................................... ok +../cpan/JSON-PP/t/105_esc_slash.t .................................. ok +../cpan/JSON-PP/t/106_allow_barekey.t .............................. ok +../cpan/JSON-PP/t/107_allow_singlequote.t .......................... ok +../cpan/JSON-PP/t/108_decode.t ..................................... ok +../cpan/JSON-PP/t/109_encode.t ..................................... ok +../cpan/JSON-PP/t/110_bignum.t ..................................... ok +../cpan/JSON-PP/t/112_upgrade.t .................................... ok +../cpan/JSON-PP/t/113_overloaded_eq.t .............................. ok +../cpan/JSON-PP/t/114_decode_prefix.t .............................. ok +../cpan/JSON-PP/t/115_tie_ixhash.t ................................. ok +../cpan/JSON-PP/t/116_incr_parse_fixed.t ........................... ok +../cpan/JSON-PP/t/117_numbers.t .................................... ok +../cpan/JSON-PP/t/gh_28_json_test_suite.t .......................... ok +../cpan/JSON-PP/t/gh_29_trailing_false_value.t ..................... ok +../cpan/JSON-PP/t/rt_116998_wrong_character_offset.t ............... ok +../cpan/JSON-PP/t/rt_90071_incr_parse.t ............................ ok +../cpan/JSON-PP/t/zero-mojibake.t .................................. ok +../cpan/libnet/t/config.t .......................................... ok +../cpan/libnet/t/datasend.t ........................................ ok +../cpan/libnet/t/ftp.t ............................................. skipped: no ftp_testhost defined in config +../cpan/libnet/t/hostname.t ........................................ ok +../cpan/libnet/t/netrc.t ........................................... ok +../cpan/libnet/t/nntp.t ............................................ skipped: (no reason given) +../cpan/libnet/t/nntp_ipv6.t ....................................... skipped: cannot create listener on ::1: Cannot assign requested address +../cpan/libnet/t/nntp_ssl.t ........................................ skipped: no SSL support found in Net::NNTP +../cpan/libnet/t/pop3_ipv6.t ....................................... skipped: cannot create listener on ::1: Cannot assign requested address +../cpan/libnet/t/pop3_ssl.t ........................................ skipped: no SSL support found in Net::POP3 +../cpan/libnet/t/require.t ......................................... ok +../cpan/libnet/t/smtp.t ............................................ skipped: (no reason given) +../cpan/libnet/t/smtp_ipv6.t ....................................... skipped: cannot create listener on ::1: Cannot assign requested address +../cpan/libnet/t/smtp_ssl.t ........................................ skipped: no SSL support found in Net::SMTP +../cpan/libnet/t/time.t ............................................ ok +../cpan/Locale-Codes/t/country_func.t .............................. ok +../cpan/Locale-Codes/t/country_old.t ............................... ok +../cpan/Locale-Codes/t/country_oo.t ................................ ok +../cpan/Locale-Codes/t/currency_func.t ............................. ok +../cpan/Locale-Codes/t/currency_old.t .............................. ok +../cpan/Locale-Codes/t/currency_oo.t ............................... ok +../cpan/Locale-Codes/t/langext_func.t .............................. ok +../cpan/Locale-Codes/t/langext_oo.t ................................ ok +../cpan/Locale-Codes/t/langfam_func.t .............................. ok +../cpan/Locale-Codes/t/langfam_oo.t ................................ ok +../cpan/Locale-Codes/t/language_func.t ............................. ok +../cpan/Locale-Codes/t/language_old.t .............................. ok +../cpan/Locale-Codes/t/language_oo.t ............................... ok +../cpan/Locale-Codes/t/langvar_func.t .............................. ok +../cpan/Locale-Codes/t/langvar_oo.t ................................ ok +../cpan/Locale-Codes/t/script_func.t ............................... ok +../cpan/Locale-Codes/t/script_old.t ................................ ok +../cpan/Locale-Codes/t/script_oo.t ................................. ok +../cpan/Locale-Maketext-Simple/t/0-signature.t ..................... ok +../cpan/Locale-Maketext-Simple/t/1-basic.t ......................... ok +../cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t ..... skipped: No soft dependencies, i_default will not work +../cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t ........ skipped: No soft dependencies, i_default will not work +../cpan/Math-BigInt-FastCalc/t/bigintfc.t .......................... ok +../cpan/Math-BigInt-FastCalc/t/biglog.t ............................ ok +../cpan/Math-BigInt-FastCalc/t/bigroot.t ........................... ok +../cpan/Math-BigInt-FastCalc/t/bootstrap.t ......................... ok +../cpan/Math-BigInt-FastCalc/t/leak.t .............................. ok +../cpan/Math-BigInt-FastCalc/t/mbi_rand.t .......................... ok +../cpan/Math-BigInt/t/_e_math.t .................................... ok +../cpan/Math-BigInt/t/bare_mbf.t ................................... ok +../cpan/Math-BigInt/t/bare_mbi.t ................................... ok +../cpan/Math-BigInt/t/bare_mif.t ................................... ok +../cpan/Math-BigInt/t/bdstr-mbf.t .................................. ok +../cpan/Math-BigInt/t/bdstr-mbi.t .................................. ok +../cpan/Math-BigInt/t/bestr-mbf.t .................................. ok +../cpan/Math-BigInt/t/bestr-mbi.t .................................. ok +../cpan/Math-BigInt/t/bfib-mbi.t ................................... ok +../cpan/Math-BigInt/t/big_pi_e.t ................................... ok +../cpan/Math-BigInt/t/bigfltpm.t ................................... ok +../cpan/Math-BigInt/t/bigintc.t .................................... ok +../cpan/Math-BigInt/t/bigintpm.t ................................... ok +../cpan/Math-BigInt/t/bigints.t .................................... ok +../cpan/Math-BigInt/t/biglog.t ..................................... ok +../cpan/Math-BigInt/t/bigroot.t .................................... ok +../cpan/Math-BigInt/t/blucas-mbi.t ................................. ok +../cpan/Math-BigInt/t/bnstr-mbf.t .................................. ok +../cpan/Math-BigInt/t/bnstr-mbi.t .................................. ok +../cpan/Math-BigInt/t/bsstr-mbf.t .................................. ok +../cpan/Math-BigInt/t/bsstr-mbi.t .................................. ok +../cpan/Math-BigInt/t/calling.t .................................... ok +../cpan/Math-BigInt/t/calling-class-methods.t ...................... ok +../cpan/Math-BigInt/t/calling-instance-methods.t ................... ok +../cpan/Math-BigInt/t/config.t ..................................... ok +../cpan/Math-BigInt/t/const_mbf.t .................................. ok +../cpan/Math-BigInt/t/constant.t ................................... ok +../cpan/Math-BigInt/t/downgrade.t .................................. ok +../cpan/Math-BigInt/t/dparts-mbf.t ................................. ok +../cpan/Math-BigInt/t/dparts-mbi.t ................................. ok +../cpan/Math-BigInt/t/eparts-mbf.t ................................. ok +../cpan/Math-BigInt/t/eparts-mbi.t ................................. ok +../cpan/Math-BigInt/t/from_bin-mbf.t ............................... ok +../cpan/Math-BigInt/t/from_bin-mbi.t ............................... ok +../cpan/Math-BigInt/t/from_hex-mbf.t ............................... ok +../cpan/Math-BigInt/t/from_hex-mbi.t ............................... ok +../cpan/Math-BigInt/t/from_oct-mbf.t ............................... ok +../cpan/Math-BigInt/t/from_oct-mbi.t ............................... ok +../cpan/Math-BigInt/t/inf_nan.t .................................... ok +../cpan/Math-BigInt/t/isa.t ........................................ ok +../cpan/Math-BigInt/t/lib_load.t ................................... ok +../cpan/Math-BigInt/t/mbf_ali.t .................................... ok +../cpan/Math-BigInt/t/mbi_ali.t .................................... ok +../cpan/Math-BigInt/t/mbi_rand.t ................................... ok +../cpan/Math-BigInt/t/mbimbf.t ..................................... ok +../cpan/Math-BigInt/t/nan_cmp.t .................................... ok +../cpan/Math-BigInt/t/new-mbf.t .................................... ok +../cpan/Math-BigInt/t/new_overloaded.t ............................. ok +../cpan/Math-BigInt/t/nparts-mbf.t ................................. ok +../cpan/Math-BigInt/t/nparts-mbi.t ................................. ok +../cpan/Math-BigInt/t/objectify_mbf.t .............................. ok +../cpan/Math-BigInt/t/objectify_mbi.t .............................. ok +../cpan/Math-BigInt/t/req_mbf0.t ................................... ok +../cpan/Math-BigInt/t/req_mbf1.t ................................... ok +../cpan/Math-BigInt/t/req_mbfa.t ................................... ok +../cpan/Math-BigInt/t/req_mbfi.t ................................... ok +../cpan/Math-BigInt/t/req_mbfn.t ................................... ok +../cpan/Math-BigInt/t/req_mbfw.t ................................... ok +../cpan/Math-BigInt/t/require.t .................................... ok +../cpan/Math-BigInt/t/round.t ...................................... ok +../cpan/Math-BigInt/t/rt-16221.t ................................... ok +../cpan/Math-BigInt/t/sparts-mbf.t ................................. ok +../cpan/Math-BigInt/t/sparts-mbi.t ................................. ok +../cpan/Math-BigInt/t/sub_ali.t .................................... ok +../cpan/Math-BigInt/t/sub_mbf.t .................................... ok +../cpan/Math-BigInt/t/sub_mbi.t .................................... ok +../cpan/Math-BigInt/t/sub_mif.t .................................... ok +../cpan/Math-BigInt/t/trap.t ....................................... ok +../cpan/Math-BigInt/t/upgrade.t .................................... ok +../cpan/Math-BigInt/t/upgrade2.t ................................... ok +../cpan/Math-BigInt/t/upgradef.t ................................... ok +../cpan/Math-BigInt/t/use.t ........................................ ok +../cpan/Math-BigInt/t/use_lib1.t ................................... ok +../cpan/Math-BigInt/t/use_lib2.t ................................... ok +../cpan/Math-BigInt/t/use_lib3.t ................................... ok +../cpan/Math-BigInt/t/use_lib4.t ................................... ok +../cpan/Math-BigInt/t/use_mbfw.t ................................... ok +../cpan/Math-BigInt/t/with_sub.t ................................... ok +../cpan/Math-BigRat/t/big_ap.t ..................................... ok +../cpan/Math-BigRat/t/bigfltrt.t ................................... ok +../cpan/Math-BigRat/t/biglog.t ..................................... ok +../cpan/Math-BigRat/t/bigrat.t ..................................... ok +../cpan/Math-BigRat/t/bigratpm.t ................................... ok +../cpan/Math-BigRat/t/bigratup.t ................................... ok +../cpan/Math-BigRat/t/bigroot.t .................................... ok +../cpan/Math-BigRat/t/bitwise.t .................................... ok +../cpan/Math-BigRat/t/hang.t ....................................... ok +../cpan/Math-BigRat/t/requirer.t ................................... ok +../cpan/Math-BigRat/t/rt121139.t ................................... ok +../cpan/Math-BigRat/t/trap.t ....................................... ok +../cpan/Math-Complex/t/Complex.t ................................... ok +../cpan/Math-Complex/t/Trig.t ...................................... ok +../cpan/Math-Complex/t/underbar.t .................................. ok +../cpan/Memoize/t/array.t .......................................... ok +../cpan/Memoize/t/array_confusion.t ................................ ok +../cpan/Memoize/t/correctness.t .................................... ok +../cpan/Memoize/t/errors.t ......................................... ok +../cpan/Memoize/t/expfile.t ........................................ ok +../cpan/Memoize/t/expire.t ......................................... ok +../cpan/Memoize/t/expmod_n.t ....................................... ok +../cpan/Memoize/t/expmod_t.t ....................................... ok +../cpan/Memoize/t/flush.t .......................................... ok +../cpan/Memoize/t/normalize.t ...................................... ok +../cpan/Memoize/t/prototype.t ...................................... ok +../cpan/Memoize/t/speed.t .......................................... ok +../cpan/Memoize/t/tie.t ............................................ ok +../cpan/Memoize/t/tie_gdbm.t ....................................... ok +../cpan/Memoize/t/tie_ndbm.t ....................................... ok +../cpan/Memoize/t/tie_sdbm.t ....................................... ok +../cpan/Memoize/t/tie_storable.t ................................... ok +../cpan/Memoize/t/tiefeatures.t .................................... ok +../cpan/Memoize/t/unmemoize.t ...................................... ok +../cpan/MIME-Base64/t/base64.t ..................................... ok +../cpan/MIME-Base64/t/length.t ..................................... ok +../cpan/MIME-Base64/t/quoted-print.t ............................... ok +../cpan/MIME-Base64/t/unicode.t .................................... ok +../cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t ..... ok +../cpan/Module-Load/t/01_Module-Load.t ............................. ok +../cpan/Module-Load/t/02_Module-Load.t ............................. ok +../cpan/Module-Loaded/t/01_Module-Loaded.t ......................... ok +../cpan/Module-Metadata/t/contains_pod.t ........................... ok +../cpan/Module-Metadata/t/encoding.t ............................... ok +../cpan/Module-Metadata/t/endpod.t ................................. ok +../cpan/Module-Metadata/t/extract-package.t ........................ ok +../cpan/Module-Metadata/t/extract-version.t ........................ ok +../cpan/Module-Metadata/t/metadata.t ............................... ok +../cpan/Module-Metadata/t/taint.t .................................. ok +../cpan/Module-Metadata/t/version.t ................................ ok +../cpan/NEXT/t/actual.t ............................................ ok +../cpan/NEXT/t/actuns.t ............................................ ok +../cpan/NEXT/t/dynamically_scoped_regex_vars.t ..................... ok +../cpan/NEXT/t/next.t .............................................. ok +../cpan/NEXT/t/stringify.t ......................................... ok +../cpan/NEXT/t/unseen.t ............................................ ok +../cpan/Params-Check/t/01_Params-Check.t ........................... ok +../cpan/parent/t/compile-time.t .................................... ok +../cpan/parent/t/compile-time-file.t ............................... ok +../cpan/parent/t/parent.t .......................................... ok +../cpan/parent/t/parent-classfromclassfile.t ....................... ok +../cpan/parent/t/parent-classfromfile.t ............................ ok +../cpan/parent/t/parent-pmc.t ...................................... ok +../cpan/parent/t/parent-returns-false.t ............................ ok +../cpan/Perl-OSType/t/OSType.t ..................................... ok +../cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t ..................... ok +../cpan/Pod-Checker/t/pod/podchkenc.t .............................. ok +../cpan/Pod-Checker/t/pod/podchklink.t ............................. ok +../cpan/Pod-Checker/t/pod/poderrs.t ................................ ok +../cpan/Pod-Checker/t/pod/selfcheck.t .............................. ok +../cpan/Pod-Escapes/t/01_about_verbose.t ........................... ok +../cpan/Pod-Escapes/t/10_main.t .................................... ok +../cpan/Pod-Escapes/t/15_name2charnum.t ............................ ok +../cpan/Pod-Parser/t/pod/contains_pod.t ............................ ok +../cpan/Pod-Parser/t/pod/emptycmd.t ................................ ok +../cpan/Pod-Parser/t/pod/find.t .................................... ok +../cpan/Pod-Parser/t/pod/for.t ..................................... ok +../cpan/Pod-Parser/t/pod/headings.t ................................ ok +../cpan/Pod-Parser/t/pod/include.t ................................. ok +../cpan/Pod-Parser/t/pod/included.t ................................ ok +../cpan/Pod-Parser/t/pod/lref.t .................................... ok +../cpan/Pod-Parser/t/pod/multiline_items.t ......................... ok +../cpan/Pod-Parser/t/pod/nested_items.t ............................ ok +../cpan/Pod-Parser/t/pod/nested_seqs.t ............................. ok +../cpan/Pod-Parser/t/pod/oneline_cmds.t ............................ ok +../cpan/Pod-Parser/t/pod/podselect.t ............................... ok +../cpan/Pod-Parser/t/pod/selfcheck.t ............................... ok +../cpan/Pod-Parser/t/pod/special_seqs.t ............................ ok +../cpan/Pod-Parser/t/pod/twice.t ................................... ok +../cpan/Pod-Perldoc/t/00_load.t .................................... ok +../cpan/Pod-Perldoc/t/01_about_verbose.t ........................... ok +../cpan/Pod-Perldoc/t/pod.t ........................................ skipped: Pod tests not required for installation. +../cpan/Pod-Perldoc/t/man/_get_columns.t ........................... ok +../cpan/Pod-Simple/t/00about.t ..................................... ok +../cpan/Pod-Simple/t/20_skip.t ..................................... ok +../cpan/Pod-Simple/t/ac_d.t ........................................ ok +../cpan/Pod-Simple/t/accept01.t .................................... ok +../cpan/Pod-Simple/t/accept05.t .................................... ok +../cpan/Pod-Simple/t/basic.t ....................................... ok +../cpan/Pod-Simple/t/begin.t ....................................... ok +../cpan/Pod-Simple/t/cbacks.t ...................................... ok +../cpan/Pod-Simple/t/chunking.t .................................... ok +../cpan/Pod-Simple/t/closeys.t ..................................... ok +../cpan/Pod-Simple/t/corpus.t ...................................... ok +../cpan/Pod-Simple/t/emptylists.t .................................. ok +../cpan/Pod-Simple/t/enc-chars.t ................................... ok +../cpan/Pod-Simple/t/encod01.t ..................................... ok +../cpan/Pod-Simple/t/encod02.t ..................................... ok +../cpan/Pod-Simple/t/encod03.t ..................................... ok +# parser guessed wrong encoding expected 'CP1252' got 'UTF-8' +../cpan/Pod-Simple/t/encod04.t ..................................... ok +../cpan/Pod-Simple/t/end_over.t .................................... ok +../cpan/Pod-Simple/t/eol.t ......................................... ok +../cpan/Pod-Simple/t/eol2.t ........................................ ok +../cpan/Pod-Simple/t/fake-closers.t ................................ ok +../cpan/Pod-Simple/t/fcodes.t ...................................... ok +../cpan/Pod-Simple/t/fcodes_e.t .................................... ok +../cpan/Pod-Simple/t/fcodes_l.t .................................... ok +../cpan/Pod-Simple/t/fcodes_s.t .................................... ok +../cpan/Pod-Simple/t/for.t ......................................... ok +../cpan/Pod-Simple/t/fornot.t ...................................... ok +../cpan/Pod-Simple/t/heads.t ....................................... ok +../cpan/Pod-Simple/t/html01.t ...................................... ok +../cpan/Pod-Simple/t/html02.t ...................................... ok +../cpan/Pod-Simple/t/html03.t ...................................... ok +../cpan/Pod-Simple/t/htmlbat.t ..................................... ok +../cpan/Pod-Simple/t/items.t ....................................... ok +../cpan/Pod-Simple/t/items02.t ..................................... ok +../cpan/Pod-Simple/t/itemstar.t .................................... ok +../cpan/Pod-Simple/t/linkclas.t .................................... ok +../cpan/Pod-Simple/t/output.t ...................................... ok +../cpan/Pod-Simple/t/puller.t ...................................... ok +../cpan/Pod-Simple/t/pulltitl.t .................................... ok +../cpan/Pod-Simple/t/reinit.t ...................................... ok +../cpan/Pod-Simple/t/render.t ...................................... ok +../cpan/Pod-Simple/t/search05.t .................................... ok +../cpan/Pod-Simple/t/search10.t .................................... ok +../cpan/Pod-Simple/t/search12.t .................................... ok +../cpan/Pod-Simple/t/search20.t .................................... ok +../cpan/Pod-Simple/t/search22.t .................................... ok +../cpan/Pod-Simple/t/search25.t .................................... ok +../cpan/Pod-Simple/t/search26.t .................................... ok +../cpan/Pod-Simple/t/search27.t .................................... ok +../cpan/Pod-Simple/t/search28.t .................................... ok +../cpan/Pod-Simple/t/search29.t .................................... ok +../cpan/Pod-Simple/t/search50.t .................................... ok +../cpan/Pod-Simple/t/stree.t ....................................... ok +../cpan/Pod-Simple/t/strpvbtm.t .................................... ok +../cpan/Pod-Simple/t/tiedfh.t ...................................... ok +../cpan/Pod-Simple/t/verb_fmt.t .................................... ok +../cpan/Pod-Simple/t/verbatim.t .................................... ok +../cpan/Pod-Simple/t/whine.t ....................................... ok +../cpan/Pod-Simple/t/x_nixer.t ..................................... ok +../cpan/Pod-Simple/t/xhtml-bkb.t ................................... ok +../cpan/Pod-Simple/t/xhtml01.t ..................................... ok +../cpan/Pod-Simple/t/xhtml05.t ..................................... ok +../cpan/Pod-Simple/t/xhtml10.t ..................................... ok +../cpan/Pod-Simple/t/xhtml15.t ..................................... ok +../cpan/Pod-Simple/t/xhtml20.t ..................................... ok +../cpan/Pod-Usage/t/pod/headwithmarkup.t ........................... ok +../cpan/Pod-Usage/t/pod/pod2usage.t ................................ ok +../cpan/Pod-Usage/t/pod/pod2usage2.t ............................... ok +../cpan/Pod-Usage/t/pod/selectheaders.t ............................ ok +../cpan/Pod-Usage/t/pod/selectsections.t ........................... ok +../cpan/podlators/t/docs/pod.t ..................................... skipped: POD syntax tests normally skipped +../cpan/podlators/t/docs/pod-spelling.t ............................ skipped: Spelling tests only run for author +../cpan/podlators/t/docs/synopsis.t ................................ skipped: Synopsis syntax tests normally skipped +../cpan/podlators/t/general/basic.t ................................ ok +../cpan/podlators/t/general/filehandle.t ........................... ok +../cpan/podlators/t/general/pod-parser.t ........................... ok +../cpan/podlators/t/man/devise-date.t .............................. ok +../cpan/podlators/t/man/devise-title.t ............................. ok +../cpan/podlators/t/man/empty.t .................................... ok +../cpan/podlators/t/man/heading.t .................................. ok +../cpan/podlators/t/man/iso-8859-1.t ............................... ok +../cpan/podlators/t/man/no-encode.t ................................ ok +../cpan/podlators/t/man/snippets.t ................................. ok +../cpan/podlators/t/man/utf8-io.t .................................. ok +../cpan/podlators/t/parselink/basic.t .............................. ok +../cpan/podlators/t/style/minimum-version.t ........................ skipped: Minimum version tests normally skipped +../cpan/podlators/t/style/module-version.t ......................... skipped: Module version tests normally skipped +../cpan/podlators/t/style/strict.t ................................. skipped: Strictness tests normally skipped +../cpan/podlators/t/text/basic.t ................................... ok +../cpan/podlators/t/text/color.t ................................... ok +../cpan/podlators/t/text/empty.t ................................... ok +../cpan/podlators/t/text/encoding.t ................................ ok +../cpan/podlators/t/text/options.t ................................. ok +../cpan/podlators/t/text/overstrike.t .............................. ok +../cpan/podlators/t/text/perlio.t .................................. ok +../cpan/podlators/t/text/termcap.t ................................. ok +../cpan/podlators/t/text/utf8.t .................................... ok +../cpan/Scalar-List-Utils/t/00version.t ............................ ok +../cpan/Scalar-List-Utils/t/any-all.t .............................. ok +../cpan/Scalar-List-Utils/t/blessed.t .............................. ok +../cpan/Scalar-List-Utils/t/dualvar.t .............................. ok +../cpan/Scalar-List-Utils/t/first.t ................................ ok +../cpan/Scalar-List-Utils/t/getmagic-once.t ........................ ok +../cpan/Scalar-List-Utils/t/isvstring.t ............................ ok +../cpan/Scalar-List-Utils/t/lln.t .................................. ok +../cpan/Scalar-List-Utils/t/max.t .................................. ok +../cpan/Scalar-List-Utils/t/maxstr.t ............................... ok +../cpan/Scalar-List-Utils/t/min.t .................................. ok +../cpan/Scalar-List-Utils/t/minstr.t ............................... ok +../cpan/Scalar-List-Utils/t/openhan.t .............................. ok +../cpan/Scalar-List-Utils/t/pair.t ................................. ok +../cpan/Scalar-List-Utils/t/product.t .............................. ok +../cpan/Scalar-List-Utils/t/prototype.t ............................ ok +../cpan/Scalar-List-Utils/t/readonly.t ............................. ok +../cpan/Scalar-List-Utils/t/reduce.t ............................... ok +../cpan/Scalar-List-Utils/t/refaddr.t .............................. ok +../cpan/Scalar-List-Utils/t/reftype.t .............................. ok +../cpan/Scalar-List-Utils/t/rt-96343.t ............................. ok +../cpan/Scalar-List-Utils/t/scalarutil-proto.t ..................... ok +../cpan/Scalar-List-Utils/t/shuffle.t .............................. ok +../cpan/Scalar-List-Utils/t/stack-corruption.t ..................... ok +../cpan/Scalar-List-Utils/t/subname.t .............................. ok +../cpan/Scalar-List-Utils/t/sum.t .................................. ok +../cpan/Scalar-List-Utils/t/sum0.t ................................. ok +../cpan/Scalar-List-Utils/t/tainted.t .............................. ok +../cpan/Scalar-List-Utils/t/uniq.t ................................. ok +../cpan/Scalar-List-Utils/t/weak.t ................................. ok +../cpan/Socket/t/getaddrinfo.t ..................................... ok +../cpan/Socket/t/getnameinfo.t ..................................... ok +../cpan/Socket/t/ip_mreq.t ......................................... ok +../cpan/Socket/t/ipv6_mreq.t ....................................... ok +../cpan/Socket/t/sockaddr.t ........................................ ok +../cpan/Socket/t/Socket.t .......................................... ok +../cpan/Socket/t/socketpair.t ...................................... ok +../cpan/Sys-Syslog/t/00-load.t ..................................... ok +../cpan/Sys-Syslog/t/constants.t ................................... ok +../cpan/Sys-Syslog/t/facilities-routing.t .......................... skipped: POE is not available +../cpan/Sys-Syslog/t/syslog.t ...................................... ok +../cpan/Term-ANSIColor/t/module/aliases-func.t ..................... ok +../cpan/Term-ANSIColor/t/module/basic.t ............................ ok +../cpan/Term-ANSIColor/t/module/basic256.t ......................... ok +../cpan/Term-ANSIColor/t/module/eval.t ............................. ok +../cpan/Term-ANSIColor/t/module/stringify.t ........................ ok +../cpan/Term-ANSIColor/t/taint/basic.t ............................. ok +../cpan/Term-Cap/test.pl ........................................... skipped: no termcap available to test +../cpan/Test-Harness/t/aggregator.t ................................ ok +../cpan/Test-Harness/t/bailout.t ................................... ok +../cpan/Test-Harness/t/base.t ...................................... ok +../cpan/Test-Harness/t/callbacks.t ................................. ok +../cpan/Test-Harness/t/console.t ................................... ok +../cpan/Test-Harness/t/errors.t .................................... ok +../cpan/Test-Harness/t/file.t ...................................... ok +../cpan/Test-Harness/t/glob-to-regexp.t ............................ ok +../cpan/Test-Harness/t/grammar.t ................................... ok +../cpan/Test-Harness/t/harness.t ................................... ok +../cpan/Test-Harness/t/harness-bailout.t ........................... ok +../cpan/Test-Harness/t/harness-subclass.t .......................... ok +../cpan/Test-Harness/t/iterator_factory.t .......................... ok +../cpan/Test-Harness/t/iterators.t ................................. ok +../cpan/Test-Harness/t/multiplexer.t ............................... ok +../cpan/Test-Harness/t/nested.t .................................... ok +../cpan/Test-Harness/t/nofork.t .................................... ok +../cpan/Test-Harness/t/nofork-mux.t ................................ ok +../cpan/Test-Harness/t/object.t .................................... ok +../cpan/Test-Harness/t/parse.t ..................................... ok +../cpan/Test-Harness/t/parser-config.t ............................. ok +../cpan/Test-Harness/t/parser-subclass.t ........................... ok +../cpan/Test-Harness/t/perl5lib.t .................................. ok +../cpan/Test-Harness/t/premature-bailout.t ......................... ok +../cpan/Test-Harness/t/process.t ................................... ok +../cpan/Test-Harness/t/prove.t ..................................... ok +../cpan/Test-Harness/t/proverc.t ................................... ok +../cpan/Test-Harness/t/proverun.t .................................. ok +../cpan/Test-Harness/t/proveversion.t .............................. ok +../cpan/Test-Harness/t/regression.t ................................ ok +../cpan/Test-Harness/t/results.t ................................... ok +../cpan/Test-Harness/t/scheduler.t ................................. ok +../cpan/Test-Harness/t/source.t .................................... ok +../cpan/Test-Harness/t/source_handler.t ............................ ok +../cpan/Test-Harness/t/spool.t ..................................... ok +../cpan/Test-Harness/t/state.t ..................................... ok +../cpan/Test-Harness/t/state_results.t ............................. ok +../cpan/Test-Harness/t/streams.t ................................... ok +../cpan/Test-Harness/t/taint.t ..................................... ok +../cpan/Test-Harness/t/testargs.t .................................. ok +../cpan/Test-Harness/t/unicode.t ................................... ok +../cpan/Test-Harness/t/yamlish.t ................................... ok +../cpan/Test-Harness/t/yamlish-output.t ............................ ok +../cpan/Test-Harness/t/yamlish-writer.t ............................ ok +../cpan/Test-Harness/t/compat/env.t ................................ ok +../cpan/Test-Harness/t/compat/env_opts.t ........................... ok +../cpan/Test-Harness/t/compat/failure.t ............................ ok +../cpan/Test-Harness/t/compat/inc-propagation.t .................... ok +../cpan/Test-Harness/t/compat/inc_taint.t .......................... ok +../cpan/Test-Harness/t/compat/nonumbers.t .......................... ok +../cpan/Test-Harness/t/compat/regression.t ......................... ok +../cpan/Test-Harness/t/compat/subclass.t ........................... ok +../cpan/Test-Harness/t/compat/switches.t ........................... ok +../cpan/Test-Harness/t/compat/test-harness-compat.t ................ ok +../cpan/Test-Harness/t/compat/version.t ............................ ok +../cpan/Test-Harness/t/source_tests/source.t ....................... ok +../cpan/Test-Simple/t/HashBase.t ................................... ok +../cpan/Test-Simple/t/Legacy/00test_harness_check.t ................ ok +../cpan/Test-Simple/t/Legacy/01-basic.t ............................ ok +../cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t ..................... ok +../cpan/Test-Simple/t/Legacy/auto.t ................................ ok +../cpan/Test-Simple/t/Legacy/bad_plan.t ............................ ok +../cpan/Test-Simple/t/Legacy/bail_out.t ............................ ok +../cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t .................... ok +../cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t ........................ ok +../cpan/Test-Simple/t/Legacy/buffer.t .............................. ok +../cpan/Test-Simple/t/Legacy/c_flag.t .............................. ok +../cpan/Test-Simple/t/Legacy/capture.t ............................. ok +../cpan/Test-Simple/t/Legacy/check_tests.t ......................... ok +../cpan/Test-Simple/t/Legacy/circular_data.t ....................... ok +../cpan/Test-Simple/t/Legacy/cmp_ok.t .............................. ok +../cpan/Test-Simple/t/Legacy/depth.t ............................... ok +../cpan/Test-Simple/t/Legacy/diag.t ................................ ok +../cpan/Test-Simple/t/Legacy/died.t ................................ ok +../cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t .......... ok +../cpan/Test-Simple/t/Legacy/eq_set.t .............................. ok +../cpan/Test-Simple/t/Legacy/exit.t ................................ ok +../cpan/Test-Simple/t/Legacy/explain.t ............................. ok +../cpan/Test-Simple/t/Legacy/explain_err_vars.t .................... ok +../cpan/Test-Simple/t/Legacy/extra.t ............................... ok +../cpan/Test-Simple/t/Legacy/extra_one.t ........................... ok +../cpan/Test-Simple/t/Legacy/fail.t ................................ ok +../cpan/Test-Simple/t/Legacy/fail-like.t ........................... ok +../cpan/Test-Simple/t/Legacy/fail-more.t ........................... ok +../cpan/Test-Simple/t/Legacy/fail_one.t ............................ ok +../cpan/Test-Simple/t/Legacy/filehandles.t ......................... ok +../cpan/Test-Simple/t/Legacy/fork.t ................................ ok +../cpan/Test-Simple/t/Legacy/harness_active.t ...................... ok +../cpan/Test-Simple/t/Legacy/import.t .............................. ok +../cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t ................... ok +../cpan/Test-Simple/t/Legacy/is_deeply_fail.t ...................... ok +../cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t .............. skipped: threads are not supported +../cpan/Test-Simple/t/Legacy/missing.t ............................. ok +../cpan/Test-Simple/t/Legacy/More.t ................................ ok +../cpan/Test-Simple/t/Legacy/new_ok.t .............................. ok +../cpan/Test-Simple/t/Legacy/no_log_results.t ...................... ok +../cpan/Test-Simple/t/Legacy/no_plan.t ............................. ok +../cpan/Test-Simple/t/Legacy/no_tests.t ............................ ok +../cpan/Test-Simple/t/Legacy/note.t ................................ ok +../cpan/Test-Simple/t/Legacy/overload.t ............................ ok +../cpan/Test-Simple/t/Legacy/overload_threads.t .................... ok +../cpan/Test-Simple/t/Legacy/plan.t ................................ ok +../cpan/Test-Simple/t/Legacy/plan_bad.t ............................ ok +../cpan/Test-Simple/t/Legacy/plan_is_noplan.t ...................... ok +../cpan/Test-Simple/t/Legacy/plan_no_plan.t ........................ ok +../cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t ................ ok +../cpan/Test-Simple/t/Legacy/plan_skip_all.t ....................... skipped: Just testing plan & skip_all +../cpan/Test-Simple/t/Legacy/require_ok.t .......................... ok +../cpan/Test-Simple/t/Legacy/run_test.t ............................ ok +../cpan/Test-Simple/t/Legacy/simple.t .............................. ok +../cpan/Test-Simple/t/Legacy/skip.t ................................ ok +../cpan/Test-Simple/t/Legacy/skipall.t ............................. ok +../cpan/Test-Simple/t/Legacy/strays.t .............................. skipped: not completed +../cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t .......... ok +../cpan/Test-Simple/t/Legacy/thread_taint.t ........................ ok +../cpan/Test-Simple/t/Legacy/threads.t ............................. skipped: threads are not supported +../cpan/Test-Simple/t/Legacy/todo.t ................................ ok +../cpan/Test-Simple/t/Legacy/undef.t ............................... ok +../cpan/Test-Simple/t/Legacy/use_ok.t .............................. ok +../cpan/Test-Simple/t/Legacy/useing.t .............................. ok +../cpan/Test-Simple/t/Legacy/utf8.t ................................ ok +../cpan/Test-Simple/t/Legacy/versions.t ............................ ok +../cpan/Test-Simple/t/Legacy/Bugs/600.t ............................ ok +../cpan/Test-Simple/t/Legacy/Bugs/629.t ............................ ok +../cpan/Test-Simple/t/Legacy/Builder/Builder.t ..................... ok +../cpan/Test-Simple/t/Legacy/Builder/carp.t ........................ ok +../cpan/Test-Simple/t/Legacy/Builder/create.t ...................... ok +../cpan/Test-Simple/t/Legacy/Builder/current_test.t ................ ok +../cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t ... ok +../cpan/Test-Simple/t/Legacy/Builder/details.t ..................... ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing.t ................ ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t ......... ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t .. ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t ... ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t .... ok +../cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t ...... ok +../cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t ........ ok +../cpan/Test-Simple/t/Legacy/Builder/has_plan.t .................... ok +../cpan/Test-Simple/t/Legacy/Builder/has_plan2.t ................... ok +../cpan/Test-Simple/t/Legacy/Builder/is_fh.t ....................... ok +../cpan/Test-Simple/t/Legacy/Builder/is_passing.t .................. ok +../cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t ................. ok +../cpan/Test-Simple/t/Legacy/Builder/no_diag.t ..................... ok +../cpan/Test-Simple/t/Legacy/Builder/no_ending.t ................... ok +../cpan/Test-Simple/t/Legacy/Builder/no_header.t ................... ok +../cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t .............. ok +../cpan/Test-Simple/t/Legacy/Builder/ok_obj.t ...................... ok +../cpan/Test-Simple/t/Legacy/Builder/output.t ...................... ok +../cpan/Test-Simple/t/Legacy/Builder/reset.t ....................... ok +../cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t ............... ok +../cpan/Test-Simple/t/Legacy/Builder/try.t ......................... ok +../cpan/Test-Simple/t/Legacy/Regression/637.t ...................... skipped: threads are not supported. +../cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t .......... skipped: threads are not supported +../cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t ................. ok +../cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t ............... ok +../cpan/Test-Simple/t/Legacy/Regression/789-read-only.t ............ skipped: AUTHOR_TESTING not enabled +../cpan/Test-Simple/t/Legacy/Simple/load.t ......................... ok +../cpan/Test-Simple/t/Legacy/subtest/args.t ........................ ok +../cpan/Test-Simple/t/Legacy/subtest/bail_out.t .................... ok +../cpan/Test-Simple/t/Legacy/subtest/basic.t ....................... ok +../cpan/Test-Simple/t/Legacy/subtest/die.t ......................... ok +../cpan/Test-Simple/t/Legacy/subtest/do.t .......................... ok +../cpan/Test-Simple/t/Legacy/subtest/events.t ...................... ok +../cpan/Test-Simple/t/Legacy/subtest/fork.t ........................ ok +../cpan/Test-Simple/t/Legacy/subtest/implicit_done.t ............... ok +../cpan/Test-Simple/t/Legacy/subtest/line_numbers.t ................ ok +../cpan/Test-Simple/t/Legacy/subtest/plan.t ........................ ok +../cpan/Test-Simple/t/Legacy/subtest/predicate.t ................... ok +../cpan/Test-Simple/t/Legacy/subtest/singleton.t ................... ok +../cpan/Test-Simple/t/Legacy/subtest/threads.t ..................... skipped: threads are not supported +../cpan/Test-Simple/t/Legacy/subtest/todo.t ........................ ok +../cpan/Test-Simple/t/Legacy/subtest/wstat.t ....................... ok +../cpan/Test-Simple/t/Legacy/Test2/Subtest.t ....................... ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t .................. ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t .............. ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t .................... ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t ............... ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t ............... ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t .............. ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t ................... ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t ................ ok +../cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t ..................... ok +../cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t ....... ok +../cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t ........... ok +../cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t ......... ok +../cpan/Test-Simple/t/regression/642_persistent_end.t .............. ok +../cpan/Test-Simple/t/regression/662-tbt-no-plan.t ................. ok +../cpan/Test-Simple/t/regression/684-nested_todo_diag.t ............ ok +../cpan/Test-Simple/t/regression/694_note_diag_return_values.t ..... ok +../cpan/Test-Simple/t/regression/696-intercept_skip_all.t .......... ok +../cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t ..... ok +../cpan/Test-Simple/t/regression/757-reset_in_subtest.t ............ ok +../cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t .. ok +../cpan/Test-Simple/t/regression/builder_does_not_init.t ........... ok +../cpan/Test-Simple/t/regression/errors_facet.t .................... ok +../cpan/Test-Simple/t/regression/no_name_in_subtest.t .............. ok +../cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t ....... ok +../cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t ............... ok +../cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t ............ ok +../cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t ............... ok +../cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t ............... skipped: testing skip all +../cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t ............ skipped: System does not have threads +../cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t ............... ok +../cpan/Test-Simple/t/Test2/behavior/err_var.t ..................... ok +../cpan/Test-Simple/t/Test2/behavior/Formatter.t ................... ok +../cpan/Test-Simple/t/Test2/behavior/init_croak.t .................. ok +../cpan/Test-Simple/t/Test2/behavior/intercept.t ................... ok +../cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t ............ ok +../cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t .... ok +../cpan/Test-Simple/t/Test2/behavior/no_load_api.t ................. ok +../cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t ......... ok +../cpan/Test-Simple/t/Test2/behavior/special_names.t ............... ok +../cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t ............. ok +../cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t .... ok +../cpan/Test-Simple/t/Test2/behavior/Subtest_events.t .............. ok +../cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t ................ ok +../cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t ................ ok +../cpan/Test-Simple/t/Test2/behavior/Taint.t ....................... ok +../cpan/Test-Simple/t/Test2/behavior/trace_signature.t ............. ok +../cpan/Test-Simple/t/Test2/legacy/TAP.t ........................... ok +../cpan/Test-Simple/t/Test2/modules/API.t .......................... ok +../cpan/Test-Simple/t/Test2/modules/Event.t ........................ ok +../cpan/Test-Simple/t/Test2/modules/EventFacet.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Hub.t .......................... ok +../cpan/Test-Simple/t/Test2/modules/IPC.t .......................... ok +../cpan/Test-Simple/t/Test2/modules/Util.t ......................... ok +../cpan/Test-Simple/t/Test2/modules/API/Breakage.t ................. ok +../cpan/Test-Simple/t/Test2/modules/API/Context.t .................. ok +../cpan/Test-Simple/t/Test2/modules/API/Instance.t ................. ok +../cpan/Test-Simple/t/Test2/modules/API/Stack.t .................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Bail.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Diag.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Encoding.t ............... ok +../cpan/Test-Simple/t/Test2/modules/Event/Exception.t .............. ok +../cpan/Test-Simple/t/Test2/modules/Event/Fail.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Generic.t ................ ok +../cpan/Test-Simple/t/Test2/modules/Event/Note.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Ok.t ..................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Pass.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Plan.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Skip.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Event/Subtest.t ................ ok +../cpan/Test-Simple/t/Test2/modules/Event/Waiting.t ................ ok +../cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t ............ ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/About.t ............. ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t ........... ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t ............ ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t ........... ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t ............. ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t .............. ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t .............. ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t ............ ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t .............. ok +../cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t ............. ok +../cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t ................ ok +../cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t .............. ok +../cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t .................. ok +../cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t ... ok +../cpan/Test-Simple/t/Test2/modules/IPC/Driver.t ................... ok +../cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t ............. ok +../cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t ................... ok +../cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t ............ ok +../cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t ........... ok +../cpan/Test-Simple/t/Test2/modules/Util/Trace.t ................... ok +../cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t .......... skipped: System does not have threads +../cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t ....... ok +../cpan/Test-Simple/t/Test2/regression/gh_16.t ..................... ok +../cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t ...... ok +../cpan/Text-Balanced/t/01_compile.t ............................... ok +../cpan/Text-Balanced/t/02_extbrk.t ................................ ok +../cpan/Text-Balanced/t/03_extcbk.t ................................ ok +../cpan/Text-Balanced/t/04_extdel.t ................................ ok +../cpan/Text-Balanced/t/05_extmul.t ................................ ok +../cpan/Text-Balanced/t/06_extqlk.t ................................ ok +../cpan/Text-Balanced/t/07_exttag.t ................................ ok +../cpan/Text-Balanced/t/08_extvar.t ................................ ok +../cpan/Text-Balanced/t/09_gentag.t ................................ ok +../cpan/Text-ParseWords/t/ParseWords.t ............................. ok +../cpan/Text-ParseWords/t/taint.t .................................. ok +../cpan/Text-Tabs/t/37000.t ........................................ ok +../cpan/Text-Tabs/t/39548.t ........................................ ok +../cpan/Text-Tabs/t/79766.t ........................................ ok +../cpan/Text-Tabs/t/belg4mit.t ..................................... ok +../cpan/Text-Tabs/t/dandv.t ........................................ ok +../cpan/Text-Tabs/t/fill.t ......................................... ok +../cpan/Text-Tabs/t/Jacobson.t ..................................... ok +../cpan/Text-Tabs/t/Jacobson2.t .................................... ok +../cpan/Text-Tabs/t/Jochen.t ....................................... ok +../cpan/Text-Tabs/t/sep.t .......................................... ok +../cpan/Text-Tabs/t/sep2.t ......................................... ok +../cpan/Text-Tabs/t/tabs.t ......................................... ok +../cpan/Text-Tabs/t/Tabs-ElCid.t ................................... ok +../cpan/Text-Tabs/t/wrap.t ......................................... ok +../cpan/Text-Tabs/t/Wrap-JLB.t ..................................... ok +../cpan/Text-Tabs/t/wrap_separator2.t .............................. ok +../cpan/Tie-RefHash/t/rebless.t .................................... ok +../cpan/Tie-RefHash/t/refhash.t .................................... ok +../cpan/Tie-RefHash/t/storable.t ................................... ok +../cpan/Tie-RefHash/t/threaded.t ................................... skipped: -- threads aren't enabled in your perl, or Scalar::Util::weaken is missing +../cpan/Time-Local/t/Local.t ....................................... ok +../cpan/Time-Piece/t/01base.t ...................................... ok +../cpan/Time-Piece/t/02core.t ...................................... ok +../cpan/Time-Piece/t/02core_dst.t .................................. ok +../cpan/Time-Piece/t/03compare.t ................................... ok +../cpan/Time-Piece/t/04mjd.t ....................................... ok +../cpan/Time-Piece/t/05overload.t .................................. ok +../cpan/Time-Piece/t/06subclass.t .................................. ok +../cpan/Time-Piece/t/07arith.t ..................................... ok +../cpan/Unicode-Collate/t/altern.t ................................. ok +../cpan/Unicode-Collate/t/backwds.t ................................ ok +../cpan/Unicode-Collate/t/cjk_b5.t ................................. ok +../cpan/Unicode-Collate/t/cjk_gb.t ................................. ok +../cpan/Unicode-Collate/t/cjk_ja.t ................................. ok +../cpan/Unicode-Collate/t/cjk_ko.t ................................. ok +../cpan/Unicode-Collate/t/cjk_py.t ................................. ok +../cpan/Unicode-Collate/t/cjk_st.t ................................. ok +../cpan/Unicode-Collate/t/cjk_zy.t ................................. ok +../cpan/Unicode-Collate/t/cjkrange.t ............................... ok +../cpan/Unicode-Collate/t/compatui.t ............................... ok +../cpan/Unicode-Collate/t/contract.t ............................... ok +../cpan/Unicode-Collate/t/default.t ................................ ok +../cpan/Unicode-Collate/t/hangtype.t ............................... ok +../cpan/Unicode-Collate/t/hangul.t ................................. ok +../cpan/Unicode-Collate/t/ident.t .................................. ok +../cpan/Unicode-Collate/t/iglevel2.t ............................... ok +../cpan/Unicode-Collate/t/ignor.t .................................. ok +../cpan/Unicode-Collate/t/illegal.t ................................ ok +../cpan/Unicode-Collate/t/illegalp.t ............................... ok +../cpan/Unicode-Collate/t/index.t .................................. ok +../cpan/Unicode-Collate/t/loc_af.t ................................. ok +../cpan/Unicode-Collate/t/loc_ar.t ................................. ok +../cpan/Unicode-Collate/t/loc_as.t ................................. ok +../cpan/Unicode-Collate/t/loc_az.t ................................. ok +../cpan/Unicode-Collate/t/loc_be.t ................................. ok +../cpan/Unicode-Collate/t/loc_bg.t ................................. ok +../cpan/Unicode-Collate/t/loc_bn.t ................................. ok +../cpan/Unicode-Collate/t/loc_bs.t ................................. ok +../cpan/Unicode-Collate/t/loc_bscy.t ............................... ok +../cpan/Unicode-Collate/t/loc_ca.t ................................. ok +../cpan/Unicode-Collate/t/loc_cjk.t ................................ ok +../cpan/Unicode-Collate/t/loc_cjkc.t ............................... ok +../cpan/Unicode-Collate/t/loc_cs.t ................................. ok +../cpan/Unicode-Collate/t/loc_cy.t ................................. ok +../cpan/Unicode-Collate/t/loc_cyrl.t ............................... ok +../cpan/Unicode-Collate/t/loc_da.t ................................. ok +../cpan/Unicode-Collate/t/loc_de.t ................................. ok +../cpan/Unicode-Collate/t/loc_deat.t ............................... ok +../cpan/Unicode-Collate/t/loc_deph.t ............................... ok +../cpan/Unicode-Collate/t/loc_ee.t ................................. ok +../cpan/Unicode-Collate/t/loc_eo.t ................................. ok +../cpan/Unicode-Collate/t/loc_es.t ................................. ok +../cpan/Unicode-Collate/t/loc_estr.t ............................... ok +../cpan/Unicode-Collate/t/loc_et.t ................................. ok +../cpan/Unicode-Collate/t/loc_fa.t ................................. ok +../cpan/Unicode-Collate/t/loc_fi.t ................................. ok +../cpan/Unicode-Collate/t/loc_fil.t ................................ ok +../cpan/Unicode-Collate/t/loc_fiph.t ............................... ok +../cpan/Unicode-Collate/t/loc_fo.t ................................. ok +../cpan/Unicode-Collate/t/loc_fr.t ................................. ok +../cpan/Unicode-Collate/t/loc_frca.t ............................... ok +../cpan/Unicode-Collate/t/loc_gu.t ................................. ok +../cpan/Unicode-Collate/t/loc_ha.t ................................. ok +../cpan/Unicode-Collate/t/loc_haw.t ................................ ok +../cpan/Unicode-Collate/t/loc_he.t ................................. ok +../cpan/Unicode-Collate/t/loc_hi.t ................................. ok +../cpan/Unicode-Collate/t/loc_hr.t ................................. ok +../cpan/Unicode-Collate/t/loc_hu.t ................................. ok +../cpan/Unicode-Collate/t/loc_hy.t ................................. ok +../cpan/Unicode-Collate/t/loc_ig.t ................................. ok +../cpan/Unicode-Collate/t/loc_is.t ................................. ok +../cpan/Unicode-Collate/t/loc_ja.t ................................. ok +../cpan/Unicode-Collate/t/loc_jait.t ............................... ok +../cpan/Unicode-Collate/t/loc_japr.t ............................... ok +../cpan/Unicode-Collate/t/loc_kk.t ................................. ok +../cpan/Unicode-Collate/t/loc_kl.t ................................. ok +../cpan/Unicode-Collate/t/loc_kn.t ................................. ok +../cpan/Unicode-Collate/t/loc_ko.t ................................. ok +../cpan/Unicode-Collate/t/loc_kok.t ................................ ok +../cpan/Unicode-Collate/t/loc_ln.t ................................. ok +../cpan/Unicode-Collate/t/loc_lt.t ................................. ok +../cpan/Unicode-Collate/t/loc_lv.t ................................. ok +../cpan/Unicode-Collate/t/loc_mk.t ................................. ok +../cpan/Unicode-Collate/t/loc_ml.t ................................. ok +../cpan/Unicode-Collate/t/loc_mncy.t ............................... ok +../cpan/Unicode-Collate/t/loc_mr.t ................................. ok +../cpan/Unicode-Collate/t/loc_mt.t ................................. ok +../cpan/Unicode-Collate/t/loc_nb.t ................................. ok +../cpan/Unicode-Collate/t/loc_nn.t ................................. ok +../cpan/Unicode-Collate/t/loc_nso.t ................................ ok +../cpan/Unicode-Collate/t/loc_om.t ................................. ok +../cpan/Unicode-Collate/t/loc_or.t ................................. ok +../cpan/Unicode-Collate/t/loc_pa.t ................................. ok +../cpan/Unicode-Collate/t/loc_pl.t ................................. ok +../cpan/Unicode-Collate/t/loc_ro.t ................................. ok +../cpan/Unicode-Collate/t/loc_ru.t ................................. ok +../cpan/Unicode-Collate/t/loc_sa.t ................................. ok +../cpan/Unicode-Collate/t/loc_se.t ................................. ok +../cpan/Unicode-Collate/t/loc_si.t ................................. ok +../cpan/Unicode-Collate/t/loc_sidt.t ............................... ok +../cpan/Unicode-Collate/t/loc_sk.t ................................. ok +../cpan/Unicode-Collate/t/loc_sl.t ................................. ok +../cpan/Unicode-Collate/t/loc_sq.t ................................. ok +../cpan/Unicode-Collate/t/loc_sr.t ................................. ok +../cpan/Unicode-Collate/t/loc_srla.t ............................... ok +../cpan/Unicode-Collate/t/loc_sv.t ................................. ok +../cpan/Unicode-Collate/t/loc_svrf.t ............................... ok +../cpan/Unicode-Collate/t/loc_sw.t ................................. ok +../cpan/Unicode-Collate/t/loc_ta.t ................................. ok +../cpan/Unicode-Collate/t/loc_te.t ................................. ok +../cpan/Unicode-Collate/t/loc_test.t ............................... ok +../cpan/Unicode-Collate/t/loc_th.t ................................. ok +../cpan/Unicode-Collate/t/loc_tn.t ................................. ok +../cpan/Unicode-Collate/t/loc_to.t ................................. ok +../cpan/Unicode-Collate/t/loc_tr.t ................................. ok +../cpan/Unicode-Collate/t/loc_ugcy.t ............................... ok +../cpan/Unicode-Collate/t/loc_uk.t ................................. ok +../cpan/Unicode-Collate/t/loc_ur.t ................................. ok +../cpan/Unicode-Collate/t/loc_vi.t ................................. ok +../cpan/Unicode-Collate/t/loc_vo.t ................................. ok +../cpan/Unicode-Collate/t/loc_wae.t ................................ ok +../cpan/Unicode-Collate/t/loc_wo.t ................................. ok +../cpan/Unicode-Collate/t/loc_yo.t ................................. ok +../cpan/Unicode-Collate/t/loc_zh.t ................................. ok +../cpan/Unicode-Collate/t/loc_zhb5.t ............................... ok +../cpan/Unicode-Collate/t/loc_zhgb.t ............................... ok +../cpan/Unicode-Collate/t/loc_zhpy.t ............................... ok +../cpan/Unicode-Collate/t/loc_zhst.t ............................... ok +../cpan/Unicode-Collate/t/loc_zhzy.t ............................... ok +../cpan/Unicode-Collate/t/nonchar.t ................................ ok +../cpan/Unicode-Collate/t/normal.t ................................. ok +../cpan/Unicode-Collate/t/notable.t ................................ ok +../cpan/Unicode-Collate/t/overcjk0.t ............................... ok +../cpan/Unicode-Collate/t/overcjk1.t ............................... ok +../cpan/Unicode-Collate/t/override.t ............................... ok +../cpan/Unicode-Collate/t/rearrang.t ............................... ok +../cpan/Unicode-Collate/t/rewrite.t ................................ ok +../cpan/Unicode-Collate/t/test.t ................................... ok +../cpan/Unicode-Collate/t/trailwt.t ................................ ok +../cpan/Unicode-Collate/t/variable.t ............................... ok +../cpan/Unicode-Collate/t/version.t ................................ ok +../cpan/Unicode-Collate/t/view.t ................................... ok +../cpan/version/t/01base.t ......................................... ok +../cpan/version/t/02derived.t ...................................... ok +../cpan/version/t/03require.t ...................................... ok +../cpan/version/t/04strict_lax.t ................................... ok +../cpan/version/t/05sigdie.t ....................................... ok +../cpan/version/t/06noop.t ......................................... ok +../cpan/version/t/07locale.t ....................................... ok +../cpan/version/t/08_corelist.t .................................... ok +../cpan/version/t/09_list_util.t ................................... ok +../cpan/version/t/10_lyon.t ........................................ ok +../cpan/version/t/11_taint.t ....................................... skipped: No Test::Taint available +../dist/Attribute-Handlers/t/constants.t ........................... ok +../dist/Attribute-Handlers/t/data_convert.t ........................ ok +../dist/Attribute-Handlers/t/linerep.t ............................. ok +../dist/Attribute-Handlers/t/multi.t ............................... ok +../dist/autouse/t/autouse.t ........................................ ok +../dist/base/t/base.t .............................................. ok +../dist/base/t/base-open-chunk.t ................................... ok +../dist/base/t/base-open-line.t .................................... ok +../dist/base/t/compile-time.t ...................................... ok +../dist/base/t/core-global.t ....................................... ok +../dist/base/t/fields.t ............................................ ok +../dist/base/t/fields-5_6_0.t ...................................... skipped: pseudo-hashes removed in 5.9.0 +../dist/base/t/fields-5_8_0.t ...................................... skipped: pseudo-hashes removed in 5.9.0 +../dist/base/t/fields-base.t ....................................... ok +../dist/base/t/incdot.t ............................................ ok +../dist/base/t/isa.t ............................................... ok +../dist/base/t/sigdie.t ............................................ ok +../dist/base/t/version.t ........................................... ok +../dist/base/t/warnings.t .......................................... ok +../dist/Carp/t/arg_regexp.t ........................................ ok +../dist/Carp/t/arg_string.t ........................................ ok +../dist/Carp/t/baduni.t ............................................ ok +../dist/Carp/t/baduni_warnings.t ................................... ok +../dist/Carp/t/Carp.t .............................................. ok +../dist/Carp/t/Carp_overload.t ..................................... ok +../dist/Carp/t/errno.t ............................................. ok +../dist/Carp/t/heavy.t ............................................. ok +../dist/Carp/t/heavy_mismatch.t .................................... ok +../dist/Carp/t/stash_deletion.t .................................... ok +../dist/Carp/t/swash.t ............................................. ok +../dist/Carp/t/vivify_gv.t ......................................... ok +../dist/Carp/t/vivify_stash.t ...................................... ok +../dist/Carp/t/with_warnings.t ..................................... ok +../dist/constant/t/constant.t ...................................... ok +../dist/constant/t/utf8.t .......................................... ok +../dist/Data-Dumper/t/bless.t ...................................... ok +../dist/Data-Dumper/t/bless_var_method.t ........................... ok +../dist/Data-Dumper/t/bugs.t ....................................... ok +../dist/Data-Dumper/t/deparse.t .................................... ok +../dist/Data-Dumper/t/dumper.t ..................................... ok +../dist/Data-Dumper/t/dumpperl.t ................................... ok +../dist/Data-Dumper/t/freezer.t .................................... ok +../dist/Data-Dumper/t/freezer_useperl.t ............................ ok +../dist/Data-Dumper/t/huge.t ....................................... skipped: Need ~10 GiB of core for this test +../dist/Data-Dumper/t/indent.t ..................................... ok +../dist/Data-Dumper/t/misc.t ....................................... ok +../dist/Data-Dumper/t/names.t ...................................... ok +../dist/Data-Dumper/t/overload.t ................................... ok +../dist/Data-Dumper/t/pair.t ....................................... ok +../dist/Data-Dumper/t/perl-74170.t ................................. ok +../dist/Data-Dumper/t/purity_deepcopy_maxdepth.t ................... ok +../dist/Data-Dumper/t/qr.t ......................................... ok +../dist/Data-Dumper/t/quotekeys.t .................................. ok +../dist/Data-Dumper/t/recurse.t .................................... ok +../dist/Data-Dumper/t/seen.t ....................................... ok +../dist/Data-Dumper/t/sortkeys.t ................................... ok +../dist/Data-Dumper/t/sparseseen.t ................................. ok +../dist/Data-Dumper/t/terse.t ...................................... ok +../dist/Data-Dumper/t/toaster.t .................................... ok +../dist/Data-Dumper/t/trailing_comma.t ............................. ok +../dist/Data-Dumper/t/values.t ..................................... ok +../dist/Devel-SelfStubber/t/Devel-SelfStubber.t .................... ok +../dist/Dumpvalue/t/Dumpvalue.t .................................... ok +../dist/encoding-warnings/t/1-warning.t ............................ ok +../dist/encoding-warnings/t/2-fatal.t .............................. skipped: encoding::warnings not supported on perl 5.26 +../dist/encoding-warnings/t/3-normal.t ............................. skipped: encoding::warnings not supported on perl 5.26 +../dist/encoding-warnings/t/4-lexical.t ............................ skipped: encoding::warnings not supported on perl 5.26 +../dist/Env/t/array.t .............................................. ok +../dist/Env/t/env.t ................................................ ok +../dist/Exporter/t/Exporter.t ...................................... ok +../dist/Exporter/t/warn.t .......................................... ok +../dist/ExtUtils-CBuilder/t/00-have-compiler.t ..................... ok +../dist/ExtUtils-CBuilder/t/01-basic.t ............................. ok +../dist/ExtUtils-CBuilder/t/02-link.t .............................. ok +../dist/ExtUtils-CBuilder/t/03-cplusplus.t ......................... ok +../dist/ExtUtils-CBuilder/t/04-base.t .............................. ok +../dist/ExtUtils-ParseXS/t/001-basic.t ............................. ok +../dist/ExtUtils-ParseXS/t/002-more.t .............................. ok +../dist/ExtUtils-ParseXS/t/003-usage.t ............................. ok +../dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t ........ ok +../dist/ExtUtils-ParseXS/t/102-trim_whitespace.t ................... ok +../dist/ExtUtils-ParseXS/t/103-tidy_type.t ......................... ok +../dist/ExtUtils-ParseXS/t/104-map_type.t .......................... ok +../dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ................ ok +../dist/ExtUtils-ParseXS/t/106-process_typemaps.t .................. ok +../dist/ExtUtils-ParseXS/t/108-map_type.t .......................... ok +../dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t .................. ok +../dist/ExtUtils-ParseXS/t/110-assign_func_args.t .................. ok +../dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t ... ok +../dist/ExtUtils-ParseXS/t/112-set_cond.t .......................... ok +../dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t ..... ok +../dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t .................. ok +../dist/ExtUtils-ParseXS/t/115-avoid-noise.t ....................... ok +../dist/ExtUtils-ParseXS/t/501-t-compile.t ......................... ok +../dist/ExtUtils-ParseXS/t/510-t-bare.t ............................ ok +../dist/ExtUtils-ParseXS/t/511-t-whitespace.t ...................... ok +../dist/ExtUtils-ParseXS/t/512-t-file.t ............................ ok +../dist/ExtUtils-ParseXS/t/513-t-merge.t ........................... ok +../dist/ExtUtils-ParseXS/t/514-t-embed.t ........................... ok +../dist/ExtUtils-ParseXS/t/515-t-cmd.t ............................. ok +../dist/ExtUtils-ParseXS/t/516-t-clone.t ........................... ok +../dist/ExtUtils-ParseXS/t/517-t-targetable.t ...................... ok +../dist/ExtUtils-ParseXS/t/600-t-compat.t .......................... ok +../dist/Filter-Simple/t/code_no_comments.t ......................... ok +../dist/Filter-Simple/t/data.t ..................................... ok +../dist/Filter-Simple/t/export.t ................................... ok +../dist/Filter-Simple/t/filter.t ................................... ok +../dist/Filter-Simple/t/filter_only.t .............................. ok +../dist/Filter-Simple/t/import.t ................................... ok +../dist/Filter-Simple/t/no.t ....................................... ok +../dist/I18N-Collate/t/I18N-Collate.t .............................. ok +../dist/I18N-LangTags/t/01_about_verbose.t ......................... ok +../dist/I18N-LangTags/t/05_main.t .................................. ok +../dist/I18N-LangTags/t/07_listy.t ................................. ok +../dist/I18N-LangTags/t/10_http.t .................................. ok +../dist/I18N-LangTags/t/20_locales.t ............................... ok +../dist/I18N-LangTags/t/50_super.t ................................. ok +../dist/I18N-LangTags/t/55_supers_strict.t ......................... ok +../dist/I18N-LangTags/t/80_all_env.t ............................... ok +../dist/if/t/if.t .................................................. ok +../dist/IO/t/cachepropagate-tcp.t .................................. ok +../dist/IO/t/cachepropagate-udp.t .................................. ok +../dist/IO/t/cachepropagate-unix.t ................................. ok +../dist/IO/t/IO.t .................................................. ok +../dist/IO/t/io_const.t ............................................ ok +../dist/IO/t/io_dir.t .............................................. ok +../dist/IO/t/io_dup.t .............................................. ok +../dist/IO/t/io_file.t ............................................. ok +../dist/IO/t/io_file_export.t ...................................... ok +../dist/IO/t/io_leak.t ............................................. ok +../dist/IO/t/io_linenum.t .......................................... ok +../dist/IO/t/io_multihomed.t ....................................... ok +../dist/IO/t/io_pipe.t ............................................. ok +../dist/IO/t/io_poll.t ............................................. ok +../dist/IO/t/io_sel.t .............................................. ok +../dist/IO/t/io_sock.t ............................................. ok +../dist/IO/t/io_taint.t ............................................ ok +../dist/IO/t/io_tell.t ............................................. ok +../dist/IO/t/io_udp.t .............................................. ok +../dist/IO/t/io_unix.t ............................................. ok +../dist/IO/t/io_utf8.t ............................................. ok +../dist/IO/t/io_utf8argv.t ......................................... ok +../dist/IO/t/io_xs.t ............................................... ok +../dist/lib/t/01lib.t .............................................. ok +../dist/Locale-Maketext/t/01_about_verbose.t ....................... ok +../dist/Locale-Maketext/t/04_use_external_lex_cache.t .............. ok +../dist/Locale-Maketext/t/09_compile.t ............................. ok +../dist/Locale-Maketext/t/10_make.t ................................ ok +../dist/Locale-Maketext/t/20_get.t ................................. ok +../dist/Locale-Maketext/t/30_eval_dollar_at.t ...................... ok +../dist/Locale-Maketext/t/40_super.t ............................... ok +../dist/Locale-Maketext/t/50_super.t ............................... ok +../dist/Locale-Maketext/t/60_super.t ............................... ok +../dist/Locale-Maketext/t/70_fail_auto.t ........................... ok +../dist/Locale-Maketext/t/90_utf8.t ................................ ok +../dist/Locale-Maketext/t/91_backslash.t ........................... ok +../dist/Locale-Maketext/t/92_blacklist.t ........................... ok +../dist/Locale-Maketext/t/93_whitelist.t ........................... ok +../dist/Module-CoreList/t/corelist.t ............................... ok +../dist/Module-CoreList/t/deprecated.t ............................. ok +../dist/Module-CoreList/t/find_modules.t ........................... ok +../dist/Module-CoreList/t/is_core.t ................................ ok +../dist/Module-CoreList/t/maintainer.t ............................. ok +../dist/Module-CoreList/t/pod.t .................................... skipped: Test::Pod 1.00 required for testing POD +../dist/Module-CoreList/t/utils.t .................................. ok +../dist/Net-Ping/t/000_load.t ...................................... ok +../dist/Net-Ping/t/001_new.t ....................................... ok +../dist/Net-Ping/t/010_pingecho.t .................................. ok +../dist/Net-Ping/t/110_icmp_inst.t ................................. ok +../dist/Net-Ping/t/120_udp_inst.t .................................. ok +../dist/Net-Ping/t/130_tcp_inst.t .................................. ok +../dist/Net-Ping/t/140_stream_inst.t ............................... ok +../dist/Net-Ping/t/150_syn_inst.t .................................. ok +../dist/Net-Ping/t/190_alarm.t ..................................... skipped: network dependent test +../dist/Net-Ping/t/200_ping_tcp.t .................................. skipped: network dependent test +../dist/Net-Ping/t/250_ping_hires.t ................................ skipped: network dependent test +../dist/Net-Ping/t/300_ping_stream.t ............................... skipped: network dependent test +../dist/Net-Ping/t/400_ping_syn.t .................................. skipped: network dependent test +../dist/Net-Ping/t/410_syn_host.t .................................. skipped: network dependent test +../dist/Net-Ping/t/450_service.t ................................... ok +../dist/Net-Ping/t/500_ping_icmp.t ................................. ok +../dist/Net-Ping/t/510_ping_udp.t .................................. ok +../dist/Net-Ping/t/520_icmp_ttl.t .................................. ok +../dist/PathTools/t/abs2rel.t ...................................... ok +../dist/PathTools/t/crossplatform.t ................................ ok +../dist/PathTools/t/cwd.t .......................................... ok +../dist/PathTools/t/Functions.t .................................... ok +../dist/PathTools/t/rel2abs2rel.t .................................. ok +../dist/PathTools/t/Spec.t ......................................... ok +../dist/PathTools/t/Spec-taint.t ................................... ok +../dist/PathTools/t/taint.t ........................................ ok +../dist/PathTools/t/tmpdir.t ....................................... ok +../dist/PathTools/t/win32.t ........................................ skipped: this is not win32 +../dist/Safe/t/safe1.t ............................................. ok +../dist/Safe/t/safe2.t ............................................. ok +../dist/Safe/t/safe3.t ............................................. ok +../dist/Safe/t/safeload.t .......................................... ok +../dist/Safe/t/safenamedcap.t ...................................... ok +../dist/Safe/t/safeops.t ........................................... ok +../dist/Safe/t/saferegexp.t ........................................ ok +../dist/Safe/t/safesecurity.t ...................................... ok +../dist/Safe/t/safesort.t .......................................... ok +../dist/Safe/t/safeuniversal.t ..................................... ok +../dist/Safe/t/safeutf8.t .......................................... ok +../dist/Safe/t/safewrap.t .......................................... ok +../dist/Search-Dict/t/Dict.t ....................................... ok +../dist/SelfLoader/t/01SelfLoader.t ................................ ok +../dist/SelfLoader/t/02SelfLoader-buggy.t .......................... ok +../dist/SelfLoader/t/03taint.t ..................................... ok +../dist/Storable/t/attach.t ........................................ ok +../dist/Storable/t/attach_errors.t ................................. ok +../dist/Storable/t/attach_singleton.t .............................. ok +../dist/Storable/t/blessed.t ....................................... ok +../dist/Storable/t/canonical.t ..................................... ok +../dist/Storable/t/circular_hook.t ................................. ok +../dist/Storable/t/code.t .......................................... ok +../dist/Storable/t/compat01.t ...................................... skipped: Test only works for 32 bit little-ending machines +../dist/Storable/t/compat06.t ...................................... ok +../dist/Storable/t/croak.t ......................................... ok +../dist/Storable/t/dclone.t ........................................ ok +../dist/Storable/t/destroy.t ....................................... ok +../dist/Storable/t/downgrade.t ..................................... ok +../dist/Storable/t/file_magic.t .................................... ok +../dist/Storable/t/forgive.t ....................................... ok +../dist/Storable/t/freeze.t ........................................ ok +../dist/Storable/t/integer.t ....................................... ok +../dist/Storable/t/interwork56.t ................................... skipped: Your IVs are no larger than your longs +../dist/Storable/t/just_plain_nasty.t .............................. ok +../dist/Storable/t/leaks.t ......................................... skipped: Test::LeakTrace required for this tests +../dist/Storable/t/lock.t .......................................... ok +../dist/Storable/t/malice.t ........................................ ok +../dist/Storable/t/overload.t ...................................... ok +../dist/Storable/t/recurse.t ....................................... ok +../dist/Storable/t/restrict.t ...................................... ok +../dist/Storable/t/retrieve.t ...................................... ok +../dist/Storable/t/robust.t ........................................ ok +../dist/Storable/t/sig_die.t ....................................... ok +../dist/Storable/t/store.t ......................................... ok +../dist/Storable/t/threads.t ....................................... skipped: no threads +../dist/Storable/t/tied.t .......................................... ok +../dist/Storable/t/tied_hook.t ..................................... ok +../dist/Storable/t/tied_items.t .................................... ok +../dist/Storable/t/tied_store.t .................................... ok +../dist/Storable/t/utf8.t .......................................... ok +../dist/Storable/t/utf8hash.t ...................................... ok +../dist/Storable/t/weak.t .......................................... ok +../dist/Term-Complete/t/Complete.t ................................. ok +../dist/Term-ReadLine/t/AE.t ....................................... skipped: AnyEvent is not installed. +../dist/Term-ReadLine/t/AETk.t ..................................... skipped: AnyEvent and/or Tk is not installed. +../dist/Term-ReadLine/t/ReadLine.t ................................. ok +../dist/Term-ReadLine/t/ReadLine-STDERR.t .......................... ok +../dist/Term-ReadLine/t/Tk.t ....................................... skipped: Tk is not installed. +../dist/Test/t/05_about_verbose.t .................................. ok +../dist/Test/t/fail.t .............................................. ok +../dist/Test/t/mix.t ............................................... ok +../dist/Test/t/multiline.t ......................................... ok +../dist/Test/t/onfail.t ............................................ ok +../dist/Test/t/qr.t ................................................ ok +../dist/Test/t/skip.t .............................................. ok +../dist/Test/t/success.t ........................................... ok +../dist/Test/t/todo.t .............................................. ok +../dist/Text-Abbrev/t/Abbrev.t ..................................... ok +../dist/Thread-Queue/t/01_basic.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/02_refs.t ................................... skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/03_peek.t ................................... skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/04_errs.t ................................... ok +../dist/Thread-Queue/t/05_extract.t ................................ skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/06_insert.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/07_lock.t ................................... skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/08_nothreads.t .............................. ok +../dist/Thread-Queue/t/09_ended.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/10_timed.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Queue/t/11_limit.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Semaphore/t/01_basic.t .............................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Semaphore/t/02_errs.t ............................... ok +../dist/Thread-Semaphore/t/03_nothreads.t .......................... ok +../dist/Thread-Semaphore/t/04_nonblocking.t ........................ skipped: Perl not compiled with 'useithreads' +../dist/Thread-Semaphore/t/05_force.t .............................. skipped: Perl not compiled with 'useithreads' +../dist/Thread-Semaphore/t/06_timed.t .............................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/0nothread.t ............................... ok +../dist/threads-shared/t/av_refs.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/av_simple.t ............................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/blessed.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/clone.t ................................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/cond.t .................................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/disabled.t ................................ ok +../dist/threads-shared/t/dualvar.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/hv_refs.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/hv_simple.t ............................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/no_share.t ................................ skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/object.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/object2.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/shared_attr.t ............................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/stress.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/sv_refs.t ................................. skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/sv_simple.t ............................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/utf8.t .................................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/wait.t .................................... skipped: Perl not compiled with 'useithreads' +../dist/threads-shared/t/waithires.t ............................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/basic.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/blocks.t ......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/context.t ........................................ skipped: Perl not compiled with 'useithreads' +../dist/threads/t/end.t ............................................ skipped: Perl not compiled with 'useithreads' +../dist/threads/t/err.t ............................................ skipped: Perl not compiled with 'useithreads' +../dist/threads/t/exit.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/free.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/free2.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/join.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/kill.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/kill2.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/kill3.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/libc.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/list.t ........................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/no_threads.t ..................................... ok +../dist/threads/t/problems.t ....................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/stack.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/stack_env.t ...................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/state.t .......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/stress_cv.t ...................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/stress_re.t ...................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/stress_string.t .................................. skipped: Perl not compiled with 'useithreads' +../dist/threads/t/thread.t ......................................... skipped: Perl not compiled with 'useithreads' +../dist/threads/t/unique.t ......................................... skipped: Perl not compiled with 'useithreads' +../dist/Tie-File/t/00_version.t .................................... ok +../dist/Tie-File/t/01_gen.t ........................................ ok +../dist/Tie-File/t/02_fetchsize.t .................................. ok +../dist/Tie-File/t/03_longfetch.t .................................. ok +../dist/Tie-File/t/04_splice.t ..................................... ok +../dist/Tie-File/t/05_size.t ....................................... ok +../dist/Tie-File/t/06_fixrec.t ..................................... ok +../dist/Tie-File/t/07_rv_splice.t .................................. ok +../dist/Tie-File/t/08_ro.t ......................................... ok +../dist/Tie-File/t/09_gen_rs.t ..................................... ok +../dist/Tie-File/t/10_splice_rs.t .................................. ok +../dist/Tie-File/t/11_rv_splice_rs.t ............................... ok +../dist/Tie-File/t/12_longfetch_rs.t ............................... ok +../dist/Tie-File/t/13_size_rs.t .................................... ok +../dist/Tie-File/t/14_lock.t ....................................... ok +../dist/Tie-File/t/15_pushpop.t .................................... ok +../dist/Tie-File/t/16_handle.t ..................................... ok +../dist/Tie-File/t/17_misc_meth.t .................................. ok +../dist/Tie-File/t/18_rs_fixrec.t .................................. ok +../dist/Tie-File/t/19_cache.t ...................................... ok +../dist/Tie-File/t/20_cache_full.t ................................. ok +../dist/Tie-File/t/21_win32.t ...................................... skipped: (no reason given) +../dist/Tie-File/t/22_autochomp.t .................................. ok +../dist/Tie-File/t/23_rv_ac_splice.t ............................... ok +../dist/Tie-File/t/24_cache_loop.t ................................. ok +../dist/Tie-File/t/25_gen_nocache.t ................................ ok +../dist/Tie-File/t/26_twrite.t ..................................... ok +../dist/Tie-File/t/27_iwrite.t ..................................... ok +../dist/Tie-File/t/28_mtwrite.t .................................... ok +../dist/Tie-File/t/29_downcopy.t ................................... ok +../dist/Tie-File/t/29a_upcopy.t .................................... ok +../dist/Tie-File/t/30_defer.t ...................................... ok +../dist/Tie-File/t/31_autodefer.t .................................. ok +../dist/Tie-File/t/32_defer_misc.t ................................. ok +../dist/Tie-File/t/33_defer_vs.t ................................... ok +../dist/Tie-File/t/40_abs_cache.t .................................. ok +../dist/Tie-File/t/41_heap.t ....................................... ok +../dist/Tie-File/t/42_offset.t ..................................... ok +../dist/Time-HiRes/t/alarm.t ....................................... ok +../dist/Time-HiRes/t/clock.t ....................................... ok +../dist/Time-HiRes/t/gettimeofday.t ................................ ok +../dist/Time-HiRes/t/itimer.t ...................................... ok +../dist/Time-HiRes/t/nanosleep.t ................................... ok +../dist/Time-HiRes/t/sleep.t ....................................... ok +../dist/Time-HiRes/t/stat.t ........................................ ok +../dist/Time-HiRes/t/time.t ........................................ ok +../dist/Time-HiRes/t/tv_interval.t ................................. ok +../dist/Time-HiRes/t/ualarm.t ...................................... ok +../dist/Time-HiRes/t/usleep.t ...................................... ok + +# Testing for subsecond file timestamps (mtime) in /home/ryan/workspace/perl/dist/Time-HiRes +# Subsecond file timestamps in /home/ryan/workspace/perl/dist/Time-HiRes: NO +../dist/Time-HiRes/t/utime.t ....................................... skipped: No subsecond file timestamps +../dist/Unicode-Normalize/t/fcdc.t ................................. ok +../dist/Unicode-Normalize/t/form.t ................................. ok +../dist/Unicode-Normalize/t/func.t ................................. ok +../dist/Unicode-Normalize/t/illegal.t .............................. ok +../dist/Unicode-Normalize/t/norm.t ................................. ok +../dist/Unicode-Normalize/t/null.t ................................. ok +../dist/Unicode-Normalize/t/partial1.t ............................. ok +../dist/Unicode-Normalize/t/partial2.t ............................. ok +../dist/Unicode-Normalize/t/proto.t ................................ ok +../dist/Unicode-Normalize/t/split.t ................................ ok +../dist/Unicode-Normalize/t/test.t ................................. ok +../dist/Unicode-Normalize/t/tie.t .................................. ok +../dist/XSLoader/t/XSLoader.t ...................................... ok +../ext/arybase/t/aeach.t ........................................... ok +../ext/arybase/t/aelem.t ........................................... ok +../ext/arybase/t/akeys.t ........................................... ok +../ext/arybase/t/arybase.t ......................................... ok +../ext/arybase/t/aslice.t .......................................... ok +../ext/arybase/t/av2arylen.t ....................................... ok +../ext/arybase/t/index.t ........................................... ok +../ext/arybase/t/lslice.t .......................................... ok +../ext/arybase/t/pos.t ............................................. ok +../ext/arybase/t/scope.t ........................................... ok +../ext/arybase/t/splice.t .......................................... ok +../ext/arybase/t/substr.t .......................................... ok +../ext/B/t/b.t ..................................................... ok +../ext/B/t/concise.t ............................................... ok +../ext/B/t/concise-xs.t ............................................ ok +../ext/B/t/f_map.t ................................................. ok +../ext/B/t/f_sort.t ................................................ ok +../ext/B/t/o.t ..................................................... ok +../ext/B/t/optree_check.t .......................................... ok +../ext/B/t/optree_concise.t ........................................ ok +../ext/B/t/optree_constants.t ...................................... ok +../ext/B/t/optree_misc.t ........................................... ok +../ext/B/t/optree_samples.t ........................................ ok +../ext/B/t/optree_sort.t ........................................... ok +../ext/B/t/optree_specials.t ....................................... ok +../ext/B/t/optree_varinit.t ........................................ ok +../ext/B/t/pragma.t ................................................ ok +../ext/B/t/showlex.t ............................................... ok +../ext/B/t/sv_stash.t .............................................. ok +../ext/B/t/terse.t ................................................. ok +../ext/B/t/walkoptree.t ............................................ ok +../ext/B/t/xref.t .................................................. ok +../ext/Devel-Peek/t/Peek.t ......................................... ok +../ext/DynaLoader/t/DynaLoader.t ................................... ok +../ext/Errno/t/Errno.t ............................................. ok +../ext/Fcntl/t/autoload.t .......................................... ok +../ext/Fcntl/t/fcntl.t ............................................. ok +../ext/Fcntl/t/mode.t .............................................. ok +../ext/Fcntl/t/syslfs.t ............................................ ok +../ext/File-DosGlob/t/DosGlob.t .................................... ok +../ext/File-Find/t/find.t .......................................... ok +../ext/File-Find/t/taint.t ......................................... ok +../ext/File-Glob/t/basic.t ......................................... ok +../ext/File-Glob/t/case.t .......................................... ok +../ext/File-Glob/t/global.t ........................................ ok +../ext/File-Glob/t/rt114984.t ...................................... ok +../ext/File-Glob/t/rt131211.t ...................................... ok +../ext/File-Glob/t/taint.t ......................................... ok +../ext/File-Glob/t/threads.t ....................................... skipped: Perl not compiled with 'useithreads' +../ext/FileCache/t/01open.t ........................................ ok +../ext/FileCache/t/02maxopen.t ..................................... ok +../ext/FileCache/t/03append.t ...................................... ok +../ext/FileCache/t/04twoarg.t ...................................... ok +../ext/FileCache/t/05override.t .................................... ok +../ext/FileCache/t/06export.t ...................................... ok +../ext/FileCache/t/07noimport.t .................................... ok +../ext/GDBM_File/t/fatal.t ......................................... ok +../ext/GDBM_File/t/gdbm.t .......................................... ok +../ext/Hash-Util-FieldHash/t/01_load.t ............................. ok +../ext/Hash-Util-FieldHash/t/02_function.t ......................... ok +../ext/Hash-Util-FieldHash/t/03_class.t ............................ ok +../ext/Hash-Util-FieldHash/t/04_thread.t ........................... ok +../ext/Hash-Util-FieldHash/t/05_perlhook.t ......................... ok +../ext/Hash-Util-FieldHash/t/11_hashassign.t ....................... ok +../ext/Hash-Util-FieldHash/t/12_hashwarn.t ......................... ok +../ext/Hash-Util/t/builtin.t ....................................... ok +../ext/Hash-Util/t/Util.t .......................................... ok +../ext/I18N-Langinfo/t/Langinfo.t .................................. ok +../ext/IPC-Open3/t/fd.t ............................................ ok +../ext/IPC-Open3/t/IPC-Open2.t ..................................... ok +../ext/IPC-Open3/t/IPC-Open3.t ..................................... ok +../ext/NDBM_File/t/ndbm.t .......................................... ok +../ext/ODBM_File/t/odbm.t .......................................... ok +../ext/Opcode/t/Opcode.t ........................................... ok +../ext/Opcode/t/ops.t .............................................. ok +../ext/PerlIO-encoding/t/encoding.t ................................ ok +../ext/PerlIO-encoding/t/fallback.t ................................ ok +../ext/PerlIO-encoding/t/nolooping.t ............................... ok +../ext/PerlIO-encoding/t/threads.t ................................. skipped: no threads +../ext/PerlIO-scalar/t/scalar.t .................................... ok +../ext/PerlIO-scalar/t/scalar_ungetc.t ............................. ok +../ext/PerlIO-via/t/thread.t ....................................... skipped: -- need threads for this test +../ext/PerlIO-via/t/via.t .......................................... ok +../ext/Pod-Functions/t/Functions.t ................................. ok +../ext/Pod-Html/t/anchorify.t ...................................... ok +../ext/Pod-Html/t/cache.t .......................................... ok +../ext/Pod-Html/t/crossref.t ....................................... ok +../ext/Pod-Html/t/crossref2.t ...................................... ok +../ext/Pod-Html/t/crossref3.t ...................................... ok +../ext/Pod-Html/t/eol.t ............................................ ok +../ext/Pod-Html/t/feature.t ........................................ ok +../ext/Pod-Html/t/feature2.t ....................................... ok +../ext/Pod-Html/t/htmldir1.t ....................................... ok +../ext/Pod-Html/t/htmldir2.t ....................................... ok +../ext/Pod-Html/t/htmldir3.t ....................................... ok +../ext/Pod-Html/t/htmldir4.t ....................................... ok +../ext/Pod-Html/t/htmldir5.t ....................................... ok +../ext/Pod-Html/t/htmlescp.t ....................................... ok +../ext/Pod-Html/t/htmllink.t ....................................... ok +../ext/Pod-Html/t/htmlview.t ....................................... ok +../ext/Pod-Html/t/poderr.t ......................................... ok +../ext/Pod-Html/t/podnoerr.t ....................................... ok +../ext/POSIX/t/export.t ............................................ ok +../ext/POSIX/t/math.t .............................................. ok +../ext/POSIX/t/posix.t ............................................. ok +../ext/POSIX/t/sigaction.t ......................................... ok +../ext/POSIX/t/sigset.t ............................................ ok +../ext/POSIX/t/strerror_errno.t .................................... ok +../ext/POSIX/t/sysconf.t ........................................... ok +../ext/POSIX/t/taint.t ............................................. ok +../ext/POSIX/t/termios.t ........................................... ok +../ext/POSIX/t/time.t .............................................. ok +../ext/POSIX/t/unimplemented.t ..................................... ok +../ext/POSIX/t/usage.t ............................................. ok +../ext/POSIX/t/waitpid.t ........................................... ok +../ext/POSIX/t/wrappers.t .......................................... ok +../ext/re/t/lexical_debug.t ........................................ ok +../ext/re/t/qr.t ................................................... ok +../ext/re/t/re.t ................................................... ok +../ext/re/t/re_funcs.t ............................................. ok +../ext/re/t/re_funcs_u.t ........................................... ok +../ext/re/t/reflags.t .............................................. ok +../ext/re/t/regop.t ................................................ ok +../ext/re/t/strict.t ............................................... ok +../ext/SDBM_File/t/constants.t ..................................... ok +../ext/SDBM_File/t/prep.t .......................................... ok +../ext/SDBM_File/t/sdbm.t .......................................... ok +../ext/Sys-Hostname/t/Hostname.t ................................... ok +../ext/Tie-Hash-NamedCapture/t/tiehash.t ........................... ok +../ext/Tie-Memoize/t/Tie-Memoize.t ................................. ok +../ext/XS-APItest/t/addissub.t ..................................... ok +../ext/XS-APItest/t/arrayexpr.t .................................... ok +../ext/XS-APItest/t/autoload.t ..................................... ok +../ext/XS-APItest/t/blockasexpr.t .................................. ok +../ext/XS-APItest/t/blockhooks-csc.t ............................... ok +../ext/XS-APItest/t/blockhooks.t ................................... ok +../ext/XS-APItest/t/bootstrap.t .................................... ok +../ext/XS-APItest/t/call.t ......................................... ok +../ext/XS-APItest/t/call_checker.t ................................. ok +../ext/XS-APItest/t/caller.t ....................................... ok +../ext/XS-APItest/t/callregexec.t .................................. ok +../ext/XS-APItest/t/check_warnings.t ............................... ok +../ext/XS-APItest/t/cleanup.t ...................................... ok +../ext/XS-APItest/t/clone-with-stack.t ............................. skipped: clone_with_stack requires threads +../ext/XS-APItest/t/cophh.t ........................................ ok +../ext/XS-APItest/t/coplabel.t ..................................... ok +../ext/XS-APItest/t/copstash.t ..................................... skipped: no threads +../ext/XS-APItest/t/copyhints.t .................................... ok +../ext/XS-APItest/t/customop.t ..................................... ok +../ext/XS-APItest/t/cv_name.t ...................................... ok +../ext/XS-APItest/t/eval-filter.t .................................. ok +../ext/XS-APItest/t/exception.t .................................... ok +../ext/XS-APItest/t/extend.t ....................................... ok +../ext/XS-APItest/t/fetch_pad_names.t .............................. ok +../ext/XS-APItest/t/gotosub.t ...................................... ok +../ext/XS-APItest/t/grok.t ......................................... ok +../ext/XS-APItest/t/gv_autoload4.t ................................. ok +../ext/XS-APItest/t/gv_const_sv.t .................................. ok +../ext/XS-APItest/t/gv_fetchmeth.t ................................. ok +../ext/XS-APItest/t/gv_fetchmeth_autoload.t ........................ ok +../ext/XS-APItest/t/gv_fetchmethod_flags.t ......................... ok +../ext/XS-APItest/t/gv_init.t ...................................... ok +../ext/XS-APItest/t/handy00.t ...................................... ok +../ext/XS-APItest/t/handy01.t ...................................... ok +../ext/XS-APItest/t/handy02.t ...................................... ok +../ext/XS-APItest/t/handy03.t ...................................... ok +../ext/XS-APItest/t/handy04.t ...................................... ok +../ext/XS-APItest/t/handy05.t ...................................... ok +../ext/XS-APItest/t/handy06.t ...................................... ok +../ext/XS-APItest/t/handy07.t ...................................... ok +../ext/XS-APItest/t/handy08.t ...................................... ok +../ext/XS-APItest/t/handy09.t ...................................... ok +../ext/XS-APItest/t/hash.t ......................................... ok +../ext/XS-APItest/t/join_with_space.t .............................. ok +../ext/XS-APItest/t/keyword_multiline.t ............................ ok +../ext/XS-APItest/t/keyword_plugin.t ............................... ok +../ext/XS-APItest/t/labelconst.t ................................... ok +../ext/XS-APItest/t/lexsub.t ....................................... ok +../ext/XS-APItest/t/load-module.t .................................. ok +../ext/XS-APItest/t/locale.t ....................................... ok +../ext/XS-APItest/t/loopblock.t .................................... ok +../ext/XS-APItest/t/looprest.t ..................................... ok +../ext/XS-APItest/t/lvalue.t ....................................... ok +../ext/XS-APItest/t/magic.t ........................................ ok +../ext/XS-APItest/t/magic_chain.t .................................. ok +../ext/XS-APItest/t/mro.t .......................................... ok +../ext/XS-APItest/t/multicall.t .................................... ok +../ext/XS-APItest/t/my_cxt.t ....................................... ok +../ext/XS-APItest/t/my_exit.t ...................................... ok +../ext/XS-APItest/t/newCONSTSUB.t .................................. ok +../ext/XS-APItest/t/newDEFSVOP.t ................................... ok +../ext/XS-APItest/t/op.t ........................................... ok +../ext/XS-APItest/t/op_contextualize.t ............................. ok +../ext/XS-APItest/t/op_list.t ...................................... ok +../ext/XS-APItest/t/overload.t ..................................... ok +../ext/XS-APItest/t/pad_scalar.t ................................... ok +../ext/XS-APItest/t/peep.t ......................................... ok +../ext/XS-APItest/t/pmflag.t ....................................... ok +../ext/XS-APItest/t/postinc.t ...................................... ok +../ext/XS-APItest/t/printf.t ....................................... ok +../ext/XS-APItest/t/ptr_table.t .................................... ok +../ext/XS-APItest/t/push.t ......................................... ok +../ext/XS-APItest/t/refs.t ......................................... ok +../ext/XS-APItest/t/rmagical.t ..................................... ok +../ext/XS-APItest/t/rv2cv_op_cv.t .................................. ok +../ext/XS-APItest/t/savehints.t .................................... ok +../ext/XS-APItest/t/scopelessblock.t ............................... ok +../ext/XS-APItest/t/sort.t ......................................... ok +../ext/XS-APItest/t/stmtasexpr.t ................................... ok +../ext/XS-APItest/t/stmtsasexpr.t .................................. ok +../ext/XS-APItest/t/stuff_modify_bug.t ............................. ok +../ext/XS-APItest/t/stuff_svcur_bug.t .............................. ok +../ext/XS-APItest/t/subcall.t ...................................... ok +../ext/XS-APItest/t/svcat.t ........................................ ok +../ext/XS-APItest/t/svcatpvf.t ..................................... ok +../ext/XS-APItest/t/sviscow.t ...................................... ok +../ext/XS-APItest/t/svpeek.t ....................................... ok +../ext/XS-APItest/t/svpv.t ......................................... ok +../ext/XS-APItest/t/svpv_magic.t ................................... ok +../ext/XS-APItest/t/svsetsv.t ...................................... ok +../ext/XS-APItest/t/swaplabel.t .................................... ok +../ext/XS-APItest/t/swaptwostmts.t ................................. ok +../ext/XS-APItest/t/sym-hook.t ..................................... ok +../ext/XS-APItest/t/synthetic_scope.t .............................. ok +../ext/XS-APItest/t/temp_lv_sub.t .................................. ok +../ext/XS-APItest/t/underscore_length.t ............................ ok +../ext/XS-APItest/t/utf16_to_utf8.t ................................ ok +../ext/XS-APItest/t/utf8.t ......................................... ok +../ext/XS-APItest/t/utf8_warn00.t .................................. ok +../ext/XS-APItest/t/utf8_warn01.t .................................. ok +../ext/XS-APItest/t/utf8_warn02.t .................................. ok +../ext/XS-APItest/t/utf8_warn03.t .................................. ok +../ext/XS-APItest/t/utf8_warn04.t .................................. ok +../ext/XS-APItest/t/utf8_warn05.t .................................. ok +../ext/XS-APItest/t/utf8_warn06.t .................................. ok +../ext/XS-APItest/t/utf8_warn07.t .................................. ok +../ext/XS-APItest/t/utf8_warn08.t .................................. ok +../ext/XS-APItest/t/utf8_warn09.t .................................. ok +../ext/XS-APItest/t/weaken.t ....................................... ok +../ext/XS-APItest/t/whichsig.t ..................................... ok +../ext/XS-APItest/t/win32.t ........................................ skipped: Tests only apply on MSWin32 +../ext/XS-APItest/t/xs_special_subs.t .............................. ok +../ext/XS-APItest/t/xs_special_subs_require.t ...................... ok +../ext/XS-APItest/t/xsub_h.t ....................................... ok +../ext/XS-Typemap/t/Typemap.t ...................................... ok +../lib/AnyDBM_File.t ............................................... ok +../lib/B/Deparse.t ................................................. ok +../lib/B/Deparse-core.t ............................................ ok +../lib/B/Deparse-subclass.t ........................................ ok +../lib/Benchmark.t ................................................. ok +../lib/blib.t ...................................................... ok +../lib/bytes.t ..................................................... ok +../lib/charnames.t ................................................. ok +../lib/Class/Struct.t .............................................. ok +../lib/Config.t .................................................... ok +../lib/Config/Extensions.t ......................................... ok +../lib/DB.t ........................................................ ok +../lib/DBM_Filter/t/01error.t ...................................... ok +../lib/DBM_Filter/t/02core.t ....................................... ok +../lib/DBM_Filter/t/compress.t ..................................... ok +../lib/DBM_Filter/t/encode.t ....................................... ok +../lib/DBM_Filter/t/int32.t ........................................ ok +../lib/DBM_Filter/t/null.t ......................................... ok +../lib/DBM_Filter/t/utf8.t ......................................... ok +../lib/diagnostics.t ............................................... ok +../lib/DirHandle.t ................................................. ok +../lib/dumpvar.t ................................................... ok +../lib/English.t ................................................... ok +../lib/ExtUtils/t/Embed.t .......................................... ok +../lib/feature.t ................................................... ok +../lib/feature/unicode_strings.t ................................... ok +../lib/File/Basename.t ............................................. ok +../lib/File/Compare.t .............................................. ok +../lib/File/Copy.t ................................................. ok +../lib/File/stat.t ................................................. ok +../lib/File/stat-7896.t ............................................ ok +../lib/FileHandle.t ................................................ ok +../lib/filetest.t .................................................. ok +../lib/FindBin.t ................................................... ok +../lib/Getopt/Std.t ................................................ ok +../lib/h2ph.t ...................................................... ok +../lib/h2xs.t ...................................................... ok +../lib/integer.t ................................................... ok +../lib/Internals.t ................................................. ok +../lib/less.t ...................................................... ok +../lib/locale.t .................................................... ok +../lib/locale_threads.t ............................................ skipped: no ithreads +../lib/meta_notation.t ............................................. ok +../lib/Net/hostent.t ............................................... ok +../lib/Net/netent.t ................................................ ok +../lib/Net/protoent.t .............................................. ok +../lib/Net/servent.t ............................................... ok +../lib/open.t ...................................................... ok +../lib/overload.t .................................................. ok +../lib/overload64.t ................................................ ok +../lib/overloading.t ............................................... ok +../lib/perl5db.t ................................................... ok +../lib/perlbug.t ................................................... ok +../lib/Pod/t/InputObjects.t ........................................ ok +../lib/Pod/t/Select.t .............................................. ok +../lib/Pod/t/Usage.t ............................................... ok +../lib/Pod/t/utils.t ............................................... ok +../lib/SelectSaver.t ............................................... ok +../lib/sigtrap.t ................................................... ok +../lib/sort.t ...................................................... ok +../lib/strict.t .................................................... ok +../lib/subs.t ...................................................... ok +../lib/Symbol.t .................................................... ok +../lib/Thread.t .................................................... skipped: No threads +../lib/Tie/ExtraHash.t ............................................. ok +../lib/Tie/Hash.t .................................................. ok +../lib/Tie/Scalar.t ................................................ ok +../lib/Tie/SubstrHash.t ............................................ ok +../lib/Tie/Array/push.t ............................................ ok +../lib/Tie/Array/splice.t .......................................... ok +../lib/Tie/Array/std.t ............................................. ok +../lib/Tie/Array/stdpush.t ......................................... ok +../lib/Tie/Handle/stdhandle.t ...................................... ok +../lib/Tie/Handle/stdhandle_from_handle.t .......................... ok +../lib/Time/gmtime.t ............................................... ok +../lib/Time/localtime.t ............................................ ok +../lib/Unicode/UCD.t ............................................... ok +../lib/User/grent.t ................................................ ok +../lib/User/pwent.t ................................................ ok +../lib/utf8.t ...................................................... ok +../lib/vars.t ...................................................... ok +../lib/vars_carp.t ................................................. ok +../lib/vmsish.t .................................................... ok +../lib/warnings.t .................................................. ok +All tests successful. +Files=2616, Tests=1140992, 824 wallclock secs (92.68 usr 11.96 sys + 494.56 cusr 43.40 csys = 642.60 CPU) +Result: PASS +./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Archive-Tar' +./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Attribute-Handlers directly +./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/autodie directly +./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/AutoLoader directly +./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/autouse directly +./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/base' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/base' +./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/B-Debug directly +./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/bignum directly +./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Carp directly +./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Config-Perl-V directly +./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/constant directly +./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/CPAN-Meta' +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-Requirements directly +./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/CPAN-Meta-YAML directly +./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Devel-SelfStubber directly +./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Digest directly +./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Dumpvalue directly +./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/encoding-warnings directly +./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Env directly +./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Errno' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Errno' +./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/experimental directly +./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Exporter directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/ExtUtils-CBuilder directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Constant directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/ExtUtils-Install directly +./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-MakeMaker' +./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/ExtUtils-Manifest' +./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/ExtUtils-Miniperl directly +./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/ExtUtils-ParseXS' +./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/FileCache directly +./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Fetch directly +./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/File-Find directly +./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Path directly +./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/File-Temp directly +./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Filter-Simple directly +./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Getopt-Long directly +./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/HTTP-Tiny' +./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-Collate directly +./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/I18N-LangTags directly +./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/if directly +./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/lib' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/lib' +./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IO-Compress' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IO-Compress' +./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Socket-IP directly +./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IO-Zlib directly +./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/IPC-Cmd directly +./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/IPC-Open3 directly +./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/JSON-PP' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/JSON-PP' +./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/libnet' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/libnet' +./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Codes directly +./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Locale-Maketext directly +./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Locale-Maketext-Simple directly +./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigInt directly +./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-BigRat directly +./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Math-Complex directly +./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Memoize directly +./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Module-CoreList' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Module-CoreList' +./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load directly +./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Load-Conditional directly +./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Module-Loaded directly +./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Module-Metadata' +./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Net-Ping directly +./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/NEXT directly +./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Params-Check directly +./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/parent directly +./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/perlfaq directly +./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly +./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Perl-OSType directly +./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Checker' +./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Escapes directly +./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Pod-Simple directly +./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Functions' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Functions' +./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Pod-Html' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Pod-Html' +./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/podlators' +Manifying 2 pod documents +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/podlators' +./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Parser' +./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Perldoc' +./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Pod-Usage' +./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Safe directly +./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Search-Dict directly +./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/SelfLoader directly +./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Term-ANSIColor directly +./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Term-Cap' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Term-Cap' +./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-Complete directly +./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Term-ReadLine directly +./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Test directly +./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Test-Harness' +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Test-Harness' +./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Test-Simple directly +./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Text-Abbrev directly +./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Balanced directly +./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-ParseWords directly +./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Text-Tabs directly +./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Queue directly +./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Thread-Semaphore directly +./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for dist/Tie-File directly +./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for ext/Tie-Memoize directly +./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Tie-RefHash directly +./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/Time-Local directly +./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +Running pm_to_blib for cpan/version directly +./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="make" LIBPERL_A=libperl.a +make[1]: Entering directory '/home/ryan/workspace/perl/dist/XSLoader' +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/XSLoader' +./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p +lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build +./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= +make[1]: Entering directory '/home/ryan/workspace/perl/ext/DynaLoader' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/DynaLoader' +./miniperl -Ilib mkppport +ppport.h in cpan/DB_File is up-to-date +ppport.h in cpan/IPC-SysV is up-to-date +ppport.h in cpan/Scalar-List-Utils is up-to-date +ppport.h in cpan/Win32API-File is up-to-date +ppport.h in dist/PathTools is up-to-date +ppport.h in dist/Time-HiRes is up-to-date +./miniperl -Ilib make_ext.pl lib/auto/arybase/arybase.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/arybase' +/home/ryan/workspace/perl/ext/arybase/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- arybase.bs ../../lib/auto/arybase/arybase.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/arybase' +./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/attributes' +/home/ryan/workspace/perl/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/attributes' +./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/B' +/home/ryan/workspace/perl/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/B' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Bzip2' +./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Compress-Raw-Zlib' +./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/PathTools' +/home/ryan/workspace/perl/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/PathTools' +./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Data-Dumper' +/home/ryan/workspace/perl/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Data-Dumper' +./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +Parsing config.in... +Looks Good. +Generating a Unix-style Makefile +Writing Makefile for DB_File +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/DB_File' +Running Mkbootstrap for DB_File () +chmod 644 "DB_File.bs" +/home/ryan/workspace/perl/cpan/DB_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c +cc -c -I/usr/local/BerkeleyDB/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror=declaration-after-statement -Werror=pointer-arith -Wextra -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.840\" -DXS_VERSION=\"1.84\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c +rm -f ../../lib/auto/DB_File/DB_File.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong version.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \ + -ldb \ + +chmod 755 ../../lib/auto/DB_File/DB_File.so +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/DB_File' +./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Devel-Peek' +/home/ryan/workspace/perl/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Devel-Peek' +./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +/home/ryan/workspace/perl/cpan/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Devel-PPPort' +./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +/home/ryan/workspace/perl/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-MD5' +./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +/home/ryan/workspace/perl/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Digest-SHA' +./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Encode' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +/home/ryan/workspace/perl/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Byte' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/CN' +/home/ryan/workspace/perl/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/CN' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +/home/ryan/workspace/perl/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/EBCDIC' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/JP' +/home/ryan/workspace/perl/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/JP' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/KR' +/home/ryan/workspace/perl/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/KR' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +/home/ryan/workspace/perl/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Symbol' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/TW' +/home/ryan/workspace/perl/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/TW' +make[2]: Entering directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +/home/ryan/workspace/perl/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 +make[2]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode/Unicode' +/home/ryan/workspace/perl/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Encode' +./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Fcntl' +/home/ryan/workspace/perl/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Fcntl' +./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-DosGlob' +/home/ryan/workspace/perl/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-DosGlob' +./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/File-Glob' +/home/ryan/workspace/perl/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/File-Glob' +./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +/home/ryan/workspace/perl/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Filter-Util-Call' +./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/GDBM_File' +/home/ryan/workspace/perl/ext/GDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/GDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util' +/home/ryan/workspace/perl/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util' +./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +/home/ryan/workspace/perl/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Hash-Util-FieldHash' +./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +/home/ryan/workspace/perl/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/I18N-Langinfo' +./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/IO' +/home/ryan/workspace/perl/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/IO' +./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +/home/ryan/workspace/perl/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/IPC-SysV' +./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +/home/ryan/workspace/perl/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Scalar-List-Utils' +./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Math-BigInt-FastCalc' +./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +/home/ryan/workspace/perl/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/MIME-Base64' +./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/mro' +/home/ryan/workspace/perl/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/mro' +./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/NDBM_File' +/home/ryan/workspace/perl/ext/NDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/NDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/ODBM_File/ODBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/ODBM_File' +/home/ryan/workspace/perl/ext/ODBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- ODBM_File.bs ../../lib/auto/ODBM_File/ODBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/ODBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Opcode' +/home/ryan/workspace/perl/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Opcode' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +/home/ryan/workspace/perl/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-encoding' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +/home/ryan/workspace/perl/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-mmap' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +/home/ryan/workspace/perl/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-scalar' +./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/PerlIO-via' +/home/ryan/workspace/perl/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/PerlIO-via' +./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/POSIX' +/home/ryan/workspace/perl/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/POSIX' +./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/re' +/home/ryan/workspace/perl/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/re' +./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/SDBM_File' +/home/ryan/workspace/perl/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/SDBM_File' +./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Socket' +/home/ryan/workspace/perl/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Socket' +./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Storable' +/home/ryan/workspace/perl/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Storable' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +/home/ryan/workspace/perl/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Sys-Hostname' +./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +/home/ryan/workspace/perl/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Sys-Syslog' +./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads' +/home/ryan/workspace/perl/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads' +./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/threads-shared' +/home/ryan/workspace/perl/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/threads-shared' +./miniperl -Ilib make_ext.pl lib/auto/Tie/Hash/NamedCapture/NamedCapture.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- NamedCapture.bs ../../lib/auto/Tie/Hash/NamedCapture/NamedCapture.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/Tie-Hash-NamedCapture' +./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Time-HiRes' +/home/ryan/workspace/perl/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Time-HiRes' +./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Time-Piece' +/home/ryan/workspace/perl/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Time-Piece' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +/home/ryan/workspace/perl/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/cpan/Unicode-Collate' +./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +/home/ryan/workspace/perl/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/dist/Unicode-Normalize' +./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-APItest' +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-APItest' +./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="make" LIBPERL_A=libperl.a LINKTYPE=dynamic +make[1]: Entering directory '/home/ryan/workspace/perl/ext/XS-Typemap' +/home/ryan/workspace/perl/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 +make[1]: Leaving directory '/home/ryan/workspace/perl/ext/XS-Typemap' +./perl -Ilib -I. -f pod/buildtoc -q + + Making utilities +make[1]: Entering directory '/home/ryan/workspace/perl/utils' +make[1]: Nothing to be done for 'all'. +make[1]: Leaving directory '/home/ryan/workspace/perl/utils' + + Everything is up to date. Type 'make test' to run test suite. +./perl -Ilib -I. installperl --destdir= + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Opcode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/dumpvar.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/utf8.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/FindBin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/DB_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/bytes_heavy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Config_heavy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/warnings.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/experimental.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/SelfLoader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/AnyDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Config.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/arybase.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/sort.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Cwd.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Exporter.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/overload.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/filetest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Benchmark.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/parent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/DynaLoader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/SelectSaver.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/blib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/diagnostics.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/attributes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/_charnames.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Storable.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Fcntl.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Config_git.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/perlfaq.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/charnames.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/less.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/ops.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Internals.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/bigint.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/ODBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/B.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/version.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/perl5db.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/subs.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Dumpvalue.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DirHandle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/FileHandle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/UNIVERSAL.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/mro.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Safe.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Fatal.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/locale.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/vars.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Carp.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/utf8_heavy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autouse.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/O.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/strict.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/re.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/bignum.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Symbol.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/constant.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/feature.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Digest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Config.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/AutoSplit.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Env.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/if.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/NDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/meta_notation.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/vmsish.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/fields.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/POSIX.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Socket.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/integer.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CORE.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/POSIX.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/lib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/threads.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/version.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Thread.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Errno.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/open.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/SDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/bytes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/overloading.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/AutoLoader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/sigtrap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/deprecate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/XSLoader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/English.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DB.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/encoding.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/PerlIO.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/FileCache.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/GDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/bigrat.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ok.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/NEXT.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Hub.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Transition.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/API.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/IPC.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Formatter.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/IPC/Driver.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/IPC/Driver/Files.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Hub/Subtest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Hub/Interceptor.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Hub/Interceptor/Terminator.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Bail.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Fail.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Exception.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Ok.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Diag.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Plan.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Subtest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Waiting.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Skip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Note.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Encoding.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Generic.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/Pass.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Event/TAP/Version.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Formatter/TAP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Tools/Tiny.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Trace.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Plan.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Amnesty.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Parent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Assert.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Info.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Control.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/About.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Error.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/EventFacet/Meta.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Util/Trace.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Util/HashBase.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Util/ExternalMeta.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/Util/Facets2Legacy.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/API/Breakage.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/API/Context.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/API/Instance.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test2/API/Stack.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/PerlIO/mmap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/PerlIO/via.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/PerlIO/scalar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/PerlIO/encoding.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/PerlIO/via/QuotedPrint.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IPC/Cmd.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IPC/SharedMem.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IPC/Semaphore.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IPC/Msg.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IPC/SysV.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IPC/Open3.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IPC/Open2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/version/Internals.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/version/regex.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Attribute/Handlers.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/NamedSequences.txt + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/Decomposition.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/version + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/Name.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/CombiningClass.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/UCD.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/SpecialCasing.txt + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/Name.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/Heavy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/Blocks.txt + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/UIdeo/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ideo/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Alpha/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/IDC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Guru.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Hmng.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Khar.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Kana.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Tibt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Zinh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Talu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Mult.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Mlym.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Gran.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Lao.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Mong.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Deva.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Cham.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Cyrl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Ethi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Zzzz.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Cprt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Xsux.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Glag.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Hira.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Grek.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Zyyy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Khmr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Gujr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Syrc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Gonm.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Hang.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Taml.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Arab.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Knda.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Hebr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Linb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Armn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Geor.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Han.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Latn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Limb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Telu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Orya.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Bhks.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Beng.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Sinh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Dupl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Sc/Lana.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nt/Di.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nt/Nu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nt/None.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWCF/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Sqr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Fin.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Iso.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Com.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Nar.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Nb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Font.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Vert.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Med.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Init.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Sub.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/NonCanon.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Enc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dt/Sup.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFDQC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFDQC/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/CL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/FO.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/LO.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/NU.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/EX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/AT.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/ST.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/XX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/LE.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/Sp.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/SC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SB/UP.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/PatSyn/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWU/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jt/R.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jt/D.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jt/U.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jt/T.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jt/C.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ext/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWT/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/200.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/4.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1000.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/2_3.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/90.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/15.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/10.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/600.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/10000.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/80.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/19.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/8.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/12.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1_16.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/11.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/9.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1_8.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/800.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/900.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/100.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/300.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/30.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/16.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/7.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1_4.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/18.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/50.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/3_16.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/3.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/5.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/400.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1_3.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/6.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/700.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/50000.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/20.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/60.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/70.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/5000.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/14.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/3_4.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/40.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/13.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/1_2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/17.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Nv/500.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/XIDC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dia/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dash/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/PCM/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/NK.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/VR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/NR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/OV.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/BR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/A.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/AL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/AR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/B.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/DB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ccc/ATAR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWL/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GrBase/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CI/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Term/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Hst/NA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/IDS/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/HL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/MB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/FO.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/MN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/ML.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/NU.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/EX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/Extend.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/XX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/LE.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/WB/KA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWKCF/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/QMark/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/BidiC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CompEx/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Cased/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/XPosixPu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlCh2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlQuo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Word.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlPat.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/PosixPun.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Print.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Title.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/SpacePer.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Assigned.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Graph.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlPr2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Blank.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/PerlWord.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlAny.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlCha.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlIDS.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlIDC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlNch.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlFol.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/_PerlPro.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Perl/Alnum.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Hah.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Lam.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Beh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/NoJoinin.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Waw.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/FarsiYeh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Yeh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Gaf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Ain.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Feh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Kaf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Qaf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Sad.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Dal.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Alef.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Reh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Jg/Seen.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Math/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Hex/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/LC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Mn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Pe.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Lm.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Pi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Mc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Ps.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Sk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/L.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Cf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Zs.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Pf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Sm.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Nd.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/P.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Lu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Z.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Lo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/So.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Ll.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Pc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Pd.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Nl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/S.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Me.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Cn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/No.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Sc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/C.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/Po.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Gc/M.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/XIDS/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/SD/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFKCQC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFKCQC/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Guru.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Kana.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Zinh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Mult.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Lina.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Mlym.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Gran.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Phlp.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Mong.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Deva.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Sind.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Cyrl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Cprt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Tirh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Glag.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Hira.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Grek.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Zyyy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Copt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Gujr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Syrc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Hang.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Taml.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Cakm.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Yi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Shrd.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Adlm.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Takr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Arab.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Knda.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Linb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Armn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Geor.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Han.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Tagb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Latn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Limb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Bopo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Telu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Mymr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Orya.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Thaa.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Beng.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Sinh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Scx/Dupl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Dep/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CE/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Vo/R.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Vo/U.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Vo/Tu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Vo/Tr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bpt/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bpt/O.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bpt/C.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Blk/NB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ea/Na.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ea/H.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ea/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ea/A.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Ea/W.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/Left.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/NA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/Overstru.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/TopAndLe.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/Top.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/TopAndL2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/TopAndRi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/Bottom.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/Right.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/TopAndBo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/LeftAndR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InPC/VisualOr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFCQC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFCQC/M.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/STerm/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lower/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/ET.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/R.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/AN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/L.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/BN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/NSM.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/CS.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/ON.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/EN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/AL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/ES.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/WS.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Bc/B.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Upper/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/CWCM/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/NA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V31.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V51.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V70.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V50.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V11.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V40.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V41.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V61.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V90.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V20.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V32.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V80.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V60.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V52.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V30.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Age/V100.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/VowelInd.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Bindu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Virama.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consona5.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consona4.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Number.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Vowel.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/ToneMark.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Nukta.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consona6.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consona2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Syllable.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consonan.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Visarga.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Other.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/PureKill.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Cantilla.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Avagraha.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Consona3.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/VowelDep.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/InSC/Invisibl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Hyphen/T.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/DI/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/CL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/CJ.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/AI.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/IN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/PO.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/IS.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/EX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/BB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/NS.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/ID.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/EB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/XX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/AL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/PR.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/BA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/QU.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/CM.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/GL.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/OP.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/Lb/SA.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/CN.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/LVT.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/EX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/GAZ.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/EB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/SM.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/XX.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/PP.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/GCB/LV.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/BidiM/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFKDQC/Y.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/NFKDQC/N.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/9_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/5_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/6_1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/10_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/4_1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/2_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/8_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/3_2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/3_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/6_3.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/7_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/3_1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/6_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/5_2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/5_1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/4_0.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/6_2.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/lib/In/2_1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Vo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Tc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Na1.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Bmg.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Lc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/SB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NFKCQC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Bpb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Lower.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Uc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/GCB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Cf.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Nt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Ea.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Bpt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Nv.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NFKCCF.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Fold.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/InSC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NameAlia.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/WB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NFDQC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Title.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Bc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/_PerlLB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Scx.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Digit.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Age.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Jg.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Gc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Lb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/PerlDeci.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NFCQC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Jt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/InPC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Upper.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Hst.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Isc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/_PerlWB.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/NFKDQC.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/unicore/To/Sc.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Search/Dict.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Data/Dumper.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Currency.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Currency.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Script.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Language.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Country.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Script.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Country.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Language.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Currency.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Script_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangExt_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Currency.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Currency_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangFam_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Changes.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Script.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Script_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangExt.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangExt.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangFam.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangFam_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangVar.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Constants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Language.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Currency_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Language_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Types.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Country.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangVar_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Country_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Script.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangFam.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangVar_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangExt_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Country_Codes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Country.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Language_Retired.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/Language.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Codes/LangVar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext/Simple.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext/GutsLoader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext/Cookbook.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext/Guts.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Locale/Maketext/TPJ13.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter/utf8.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter/compress.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter/encode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter/null.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/DBM_Filter/int32.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Params/Check.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Getopt/Long.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Getopt/Std.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/HTTP/Tiny.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Compress/Zlib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Compress/Raw/Bzip2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Compress/Raw/Zlib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/List/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/List/Util/XS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/PerlIO/scalar/scalar.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/PerlIO/mmap/mmap.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/PerlIO/encoding/encoding.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/PerlIO/via/via.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/re/re.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/DB_File/DB_File.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Socket/Socket.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/IPC/SysV/SysV.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/attributes/attributes.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/ODBM_File/ODBM_File.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Data/Dumper/Dumper.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/List/Util/Util.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Sys/Hostname/Hostname.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Sys/Syslog/Syslog.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Cwd/Cwd.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Digest/SHA/SHA.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Digest/MD5/MD5.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/SDBM_File/SDBM_File.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Filter/Util/Call/Call.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/B/B.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Hash/Util/Util.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Tie/Hash/NamedCapture/NamedCapture.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/POSIX/POSIX.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/threads/threads.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/threads/shared/shared.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/MIME/Base64/Base64.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Fcntl/Fcntl.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Time/Piece/Piece.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Time/HiRes/HiRes.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/GDBM_File/GDBM_File.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Unicode/Normalize/Normalize.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Unicode/Collate/Collate.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Opcode/Opcode.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/NDBM_File/NDBM_File.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/mro/mro.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/File/Glob/Glob.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/File/DosGlob/DosGlob.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/Encode.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/CN/CN.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/TW/TW.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/KR/KR.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/Byte/Byte.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/Unicode/Unicode.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/Symbol/Symbol.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Encode/JP/JP.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/I18N/Langinfo/Langinfo.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Storable/Storable.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/IO/IO.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/arybase/arybase.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/auto/Devel/Peek/Peek.so + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Sys/Hostname.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Sys/Syslog.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Carp/Heavy.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Harness.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Tutorial.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Simple.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Tester.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/More.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/Module.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/Tester.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/TodoDiag.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/Formatter.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/IO/Scalar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Builder/Tester/Color.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/use/ok.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Tester/Delegate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Tester/CaptureRunner.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Test/Tester/Capture.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Digest/base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Digest/SHA.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Digest/file.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Digest/MD5.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Filter/Simple.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Filter/Util/Call.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Term/ANSIColor.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Term/Cap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Term/ReadLine.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Term/Complete.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Class/Struct.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Thread/Semaphore.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Thread/Queue.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/encoding/warnings.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Parse/CPAN/Meta.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/overload/numbers.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/B/Terse.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/B/Concise.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/B/Op_private.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/B/Showlex.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/B/Debug.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/B/Deparse.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/B/Xref.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/AnyDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/Storable.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/NDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/ExpireTest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/ExpireFile.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/SDBM_File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Memoize/Expire.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Hash/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Hash/Util/FieldHash.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Perl/OSType.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/Memoize.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/RefHash.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/Array.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/Handle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/Scalar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/Hash.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/SubstrHash.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Tie/StdHandle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Tie/Hash/NamedCapture.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigInt.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/Trig.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/Complex.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigRat.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigFloat.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigFloat/Trace.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigInt/Trace.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigInt/Lib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigInt/Calc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Math/BigInt/CalcEmu.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Math/BigInt/FastCalc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/threads/shared.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/MIME/Base64.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/MIME/QuotedPrint.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_DOS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Install.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_BeOS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MY.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Packlist.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Mkbootstrap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MANIFEST.SKIP + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Unix.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Darwin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Installed.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_OS2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Constant.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_AIX.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Liblist.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_UWIN.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Win32.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Win95.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Typemaps.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Manifest.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_MacOS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_NW5.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Mksymlists.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/testlib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Any.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_VMS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_VOS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Miniperl.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_Cygwin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Command.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Embed.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MM_QNX.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Liblist/Kid.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS/Constants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS/Eval.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS/CountLines.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/ParseXS/Utilities.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Typemaps/Cmd.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Typemaps/Type.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Typemaps/OutputMap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Typemaps/InputMap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/aix.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/VMS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/dec_osf.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/os2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/Windows.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/cygwin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/android.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/darwin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/Unix.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/Windows/GCC.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/Windows/MSVC.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/CBuilder/Platform/Windows/BCC.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Constant/ProxySubs.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Constant/Utils.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Constant/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Constant/XS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/Command/MM.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker/Locale.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker/Tutorial.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker/Config.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker/version.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/MakeMaker/FAQ.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Functions.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Html.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/ParseUtils.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Parser.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Usage.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/InputObjects.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Text.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Select.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/ParseLink.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Man.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Checker.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/PlainText.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Escapes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Find.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/RTF.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/PullParser.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Search.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Subclassing.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/TextContent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/HTMLLegacy.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/TranscodeDumb.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/BlackBox.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Text.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/XHTML.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/DumpAsText.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/HTML.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Debug.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/PullParserToken.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/SimpleTree.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/XMLOutStream.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/TranscodeSmart.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/PullParserEndToken.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/LinkSection.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/DumpAsXML.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/HTMLBatch.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Transcode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/PullParserTextToken.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Checker.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Methody.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/TiedOutFH.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/PullParserStartToken.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Simple/Progress.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Text/Color.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Text/Termcap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Text/Overstrike.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToXml.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToNroff.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToMan.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToChecker.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToTerm.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/BaseTo.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToANSI.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToPod.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/GetOptsOO.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToRtf.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToText.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Pod/Perldoc/ToTk.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/CoreList.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/Metadata.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/CoreList.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/Loaded.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/Load.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/Load/Conditional.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/CoreList/TieHashDelta.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Module/CoreList/Utils.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Time/Piece.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Time/tm.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Time/Seconds.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Time/HiRes.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Time/localtime.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Time/Local.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Time/gmtime.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/JSON/PP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/JSON/PP/Boolean.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Plugin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/CacheMgr.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Module.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/FTP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Shell.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/InfoObj.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Bundle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Tarzip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Kwalify.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Version.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Debug.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Index.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Distribution.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/HandleConfig.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/FirstTime.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Nox.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Distroprefs.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/DeferredCode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Mirrors.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/URL.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Distrostatus.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Queue.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Author.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Prompt.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Complete.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/FTP/netrc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Plugin/Specfile.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/HTTP/Credentials.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/HTTP/Client.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Feature.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Prereqs.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Merge.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Converter.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Spec.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Validator.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/Requirements.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/YAML.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History/Meta_1_3.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History/Meta_1_1.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History/Meta_1_0.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History/Meta_1_2.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Meta/History/Meta_1_4.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/LWP/UserAgent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Kwalify/distroprefs.yml + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Kwalify/distroprefs.dd + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Exception/yaml_process_error.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Exception/blocked_urllist.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Exception/yaml_not_installed.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/Exception/RecursiveDependency.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/CPAN/API/HOWTO.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/User/grent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/User/pwent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Unicode/Collate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Unicode/Normalize.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/UCD.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Unicode/Collate/Locale.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/keys.txt + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/allkeys.txt + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/wo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/yo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/as.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh_strk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/to.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/om.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/hi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ln.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/mt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/lv.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh_zhu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/af.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/kn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ko.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ha.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/kk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/tn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ur.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/nn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/mk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/se.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/cs.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/kl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/hy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh_gb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ml.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/es_trad.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh_big5.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/cy.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/is.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/wae.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/da.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/de_phone.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/si_dict.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ig.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fil.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/si.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/or.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fr_ca.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sv_refo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sa.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/es.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/hu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/haw.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/hr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/et.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ta.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ro.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/tr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/eo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/nb.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/th.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ug_cyrl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/he.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/uk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/be.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/te.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ca.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/lt.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/vi.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sv.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ja.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ar.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/gu.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fi_phone.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/pa.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/de_at_ph.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sq.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fa.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/kok.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/fo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/sk.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/vo.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/zh_pin.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/az.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/mr.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/pl.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/nso.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/ee.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/Locale/bn.pl + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/Korean.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/Pinyin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/Zhuyin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/GB2312.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/Big5.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/Stroke.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Unicode/Collate/CJK/JISX0208.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Config/Extensions.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Config/Perl/V.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Sub/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Scalar/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Harness.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Object.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Harness/Env.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Harness/Beyond.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Multiplexer.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Scheduler.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Iterator.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/IteratorFactory.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Aggregator.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Grammar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Source.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/ResultFactory.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/YAMLish/Writer.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/YAMLish/Reader.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Iterator/Stream.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Iterator/Array.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Iterator/Process.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Scheduler/Job.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Scheduler/Spinner.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler/Perl.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler/Executable.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler/Handle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler/RawTAP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/SourceHandler/File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Pragma.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Bailout.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Plan.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Test.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Comment.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Unknown.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/Version.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Parser/Result/YAML.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Color.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Console.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Session.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Console/Session.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/Console/ParallelSession.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/TAP/Formatter/File/Session.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/skip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/hints.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/Util.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/exception.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/Scope/GuardStack.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/Scope/Guard.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/autodie/exception/system.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Cmd.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Time.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/protoent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Netrc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/POP3.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Ping.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/hostent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Config.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/SMTP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/netent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/NNTP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/Domain.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/servent.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/libnetFAQ.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP/I.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP/E.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP/L.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP/dataconn.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Net/FTP/A.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/stat.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/GlobMapper.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Basename.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Temp.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Path.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Glob.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Compare.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Copy.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/DosGlob.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Find.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/File/Fetch.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Functions.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/OS2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Cygwin.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/VMS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Mac.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/AmigaOS.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Epoc.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Unix.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/File/Spec/Win32.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/KR.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/JP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/README.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/TW.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Guess.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/EBCDIC.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Unicode.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/_T.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/Changes.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Alias.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Symbol.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Config.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/CJKConstants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Encoder.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/CN.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/GSM0338.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Encoding.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/PerlIO.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/Supported.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/encode.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/ConfigLocal_PM.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Byte.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/_PM.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Encode/Makefile_PL.e2x + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/CN/HZ.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/KR/2022_KR.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/MIME/Header.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/MIME/Name.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/MIME/Header/ISO_2022_JP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/Unicode/UTF7.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/JP/JIS7.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Encode/JP/H2Z.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Exporter/Heavy.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/I18N/Langinfo.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/I18N/Collate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/I18N/LangTags.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/I18N/LangTags/List.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/I18N/LangTags/Detect.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Text/Tabs.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Text/Balanced.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Text/Abbrev.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Text/Wrap.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Text/ParseWords.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Archive/Tar.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Archive/Tar/Constant.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Archive/Tar/File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Poll.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Dir.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Handle.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Select.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Seekable.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/File.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Socket.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Zlib.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Pipe.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Socket/INET.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Socket/IP.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/IO/Socket/UNIX.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Inflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Unzip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/AnyInflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/RawInflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/AnyUncompress.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Gunzip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Bunzip2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Adapter/Inflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Adapter/Identity.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Uncompress/Adapter/Bunzip2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Bzip2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Gzip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/RawDeflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Base.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Deflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Zip.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/FAQ.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Adapter/Bzip2.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Adapter/Deflate.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Adapter/Identity.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Zip/Constants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Gzip/Constants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Zlib/Constants.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Zlib/Extra.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/IO/Compress/Base/Common.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/warnings/register.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/Devel/SelfStubber.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Devel/PPPort.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Devel/Peek.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/App/Cpan.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/App/Prove.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/App/Prove/State.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/App/Prove/State/Result.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/App/Prove/State/Result/Test.pm + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/av.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/bitcount.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/charclass_invlists.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/config.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/cop.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/cv.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/dosish.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/dquote_inline.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/ebcdic_tables.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/embed.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/embedvar.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/EXTERN.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/fakesdio.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/feature.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/form.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/git_version.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/gv.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/handy.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/hv.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/hv_func.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/hv_macro.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/inline.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/INTERN.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/intrpvar.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/invlist_inline.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/iperlsys.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/keywords.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/l1_char_class_tab.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/malloc_ctl.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/metaconfig.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/mg.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/mg_data.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/mg_raw.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/mg_vtable.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/mydtrace.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/nostdio.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/op.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/op_reg_common.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/opcode.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/opnames.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/overload.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/pad.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/parser.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/patchlevel.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perl.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perl_langinfo.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perlapi.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perlio.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perliol.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perlsdio.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perlvars.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perly.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/pp.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/pp_proto.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/proto.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/reentr.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/regcharclass.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/regcomp.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/regexp.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/regnodes.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/sbox32_hash.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/scope.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/stadtx_hash.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/sv.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/thread.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/time64.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/time64_config.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/uconfig.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/unicode_constants.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/unixish.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/utf8.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/utfebcdic.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/util.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/uudmap.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/vutil.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/warnings.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/XSUB.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/zaphod32_hash.h + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/libperl.a + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pod2man5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pod2text5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pod2usage5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/podchecker5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/podselect5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/cpan5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/corelist5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/enc2xs5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/encguess5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/h2ph5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/h2xs5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/instmodsh5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/json_pp5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/libnetcfg5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perlbug5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perldoc5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perlivp5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/piconv5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pl2pm5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pod2html5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/prove5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/ptar5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/ptardiff5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/ptargrep5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/shasum5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/splain5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/xsubpp5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/zipdetails5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perlthanks5.27.5 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlintro.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlrun.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltoc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlreftut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldsc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perllol.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlrequick.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlretut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlootut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlperf.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlstyle.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlcheat.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltrap.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldebtut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq1.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq2.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq3.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq4.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq5.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq6.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq7.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq8.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfaq9.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsyn.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldata.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlop.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsub.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfunc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlopentut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpacktut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpod.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpodspec.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpodstyle.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldiag.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldeprecation.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perllexwarn.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldebug.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlvar.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlre.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlrebackslash.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlrecharclass.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlreref.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlref.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlform.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlobj.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltie.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldbmfilter.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlipc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfork.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlnumber.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlthrtut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlport.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perllocale.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perluniintro.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlunicode.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlunicook.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlunifaq.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perluniprops.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlunitut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlebcdic.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsec.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmod.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmodlib.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmodstyle.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmodinstall.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlnewmod.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpragma.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlutil.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfilter.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldtrace.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlglossary.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlembed.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldebguts.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlxstut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlxs.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlxstypemap.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlclib.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlguts.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlcall.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmroapi.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlreapi.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlreguts.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlapi.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlintern.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perliol.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlapio.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhack.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsource.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlinterp.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhacktut.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhacktips.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlpolicy.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlgit.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlbook.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlcommunity.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldoc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhist.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldelta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5275delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5274delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5273delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5272delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5271delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5270delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5261delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5260delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5243delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5242delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5241delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5240delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5224delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5223delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5222delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5221delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5220delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5203delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5202delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5201delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5200delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5184delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5182delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5181delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5180delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5163delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5162delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5161delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5160delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5144delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5143delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5142delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5141delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5140delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5125delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5124delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5123delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5122delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5121delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5120delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5101delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5100delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl589delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl588delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl587delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl586delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl585delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl584delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl583delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl582delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl581delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl58delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl561delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl56delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5005delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perl5004delta.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlexperiment.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlartistic.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlgpl.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlcn.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perljp.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlko.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltw.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlaix.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlamiga.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlandroid.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlbs2000.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlce.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlcygwin.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perldos.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlfreebsd.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhaiku.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhpux.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlhurd.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlirix.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perllinux.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmacos.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlmacosx.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlnetware.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlopenbsd.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlos2.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlos390.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlos400.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlplan9.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlqnx.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlriscos.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsolaris.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsymbian.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlsynology.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltru64.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlvms.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlvos.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlwin32.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlboot.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlbot.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perlrepository.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltodo.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltooc.pod + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/pod/perltoot.pod +./perl -Ilib -I. installman --destdir= + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5004delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5005delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5100delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5101delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5120delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5121delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5122delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5123delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5124delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5125delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5140delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5141delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5142delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5143delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5144delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5160delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5161delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5162delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5163delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5180delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5181delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5182delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5184delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5200delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5201delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5202delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5203delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5220delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5221delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5222delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5223delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5224delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5240delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5241delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5242delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5243delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5260delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5261delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5270delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5271delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5272delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5273delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5274delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl5275delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl561delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl56delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl581delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl582delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl583delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl584delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl585delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl586delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl587delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl588delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl589delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl58delta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlaix.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlamiga.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlandroid.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlapi.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlapio.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlartistic.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlbook.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlboot.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlbot.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlbs2000.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcall.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlce.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcheat.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlclib.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcn.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcommunity.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcygwin.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldata.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldbmfilter.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldebguts.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldebtut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldebug.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldelta.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldeprecation.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldiag.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldoc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldos.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldsc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perldtrace.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlebcdic.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlembed.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlexperiment.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq1.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq2.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq3.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq4.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq5.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq6.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq7.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq8.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfaq9.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfilter.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfork.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlform.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfreebsd.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlfunc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlgit.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlglossary.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlgpl.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlguts.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhack.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhacktips.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhacktut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhaiku.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhist.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhpux.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlhurd.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlintern.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlinterp.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlintro.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perliol.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlipc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlirix.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perljp.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlko.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perllexwarn.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perllinux.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perllocale.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perllol.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmacos.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmacosx.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmod.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmodinstall.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmodlib.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmodstyle.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlmroapi.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlnetware.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlnewmod.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlnumber.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlobj.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlootut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlop.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlopenbsd.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlopentut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlos2.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlos390.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlos400.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpacktut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlperf.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlplan9.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpod.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpodspec.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpodstyle.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpolicy.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlport.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlpragma.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlqnx.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlre.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlreapi.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlrebackslash.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlrecharclass.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlref.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlreftut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlreguts.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlrepository.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlrequick.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlreref.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlretut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlriscos.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlrun.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsec.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsolaris.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsource.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlstyle.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsub.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsymbian.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsyn.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlsynology.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlthrtut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltie.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltoc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltodo.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltooc.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltoot.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltrap.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltru64.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltw.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlunicode.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlunicook.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlunifaq.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perluniintro.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perluniprops.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlunitut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlutil.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlvar.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlvms.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlvos.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlwin32.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlxs.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlxstut.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlxstypemap.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AnyDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/App::Cpan.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/App::Prove.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/App::Prove::State.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/App::Prove::State::Result.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/App::Prove::State::Result::Test.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Tar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Tar::File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Attribute::Handlers.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AutoLoader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AutoSplit.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Concise.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Debug.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Deparse.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Op_private.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Showlex.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Terse.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Xref.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Benchmark.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CORE.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::API::HOWTO.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Debug.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Distroprefs.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::FirstTime.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::HandleConfig.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Kwalify.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Converter.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Feature.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History::Meta_1_0.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History::Meta_1_1.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History::Meta_1_2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History::Meta_1_3.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::History::Meta_1_4.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Merge.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Prereqs.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Requirements.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Spec.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Validator.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::YAML.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Mirrors.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Nox.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Plugin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Plugin::Specfile.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Queue.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Tarzip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Version.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Carp.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Struct.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Compress::Raw::Bzip2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Compress::Raw::Zlib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Compress::Zlib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Extensions.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Perl::V.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Cwd.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DB.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter::compress.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter::encode.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter::int32.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter::null.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBM_Filter::utf8.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DB_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dumper.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::PPPort.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::Peek.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::SelfStubber.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::MD5.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::SHA.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::file.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DirHandle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Dumpvalue.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DynaLoader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Alias.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Byte.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::CJKConstants.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::CN.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::CN::HZ.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Config.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::EBCDIC.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Encoder.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Encoding.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::GSM0338.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Guess.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::JP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::JP::H2Z.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::JP::JIS7.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::KR.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::KR::2022_KR.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::MIME::Header.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::MIME::Name.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::PerlIO.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Supported.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Symbol.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::TW.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Unicode.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Unicode::UTF7.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/English.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Env.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Errno.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Heavy.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::CBuilder.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::CBuilder::Platform::Windows.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Command.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Command::MM.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Constant.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Constant::Base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Constant::Utils.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Constant::XS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Embed.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Install.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Installed.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Liblist.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_AIX.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Any.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_BeOS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Cygwin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_DOS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Darwin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_MacOS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_NW5.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_OS2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_QNX.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_UWIN.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Unix.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_VMS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_VOS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Win32.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MM_Win95.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MY.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MakeMaker.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MakeMaker::Config.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MakeMaker::FAQ.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MakeMaker::Locale.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::MakeMaker::Tutorial.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Manifest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Miniperl.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Mkbootstrap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Mksymlists.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Packlist.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::ParseXS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::ParseXS::Constants.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::ParseXS::Eval.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::ParseXS::Utilities.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::Cmd.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::InputMap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::OutputMap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::Type.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSSymSet.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::testlib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Fatal.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Fcntl.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Basename.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Compare.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Copy.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::DosGlob.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Fetch.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Find.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Glob.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::GlobMapper.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Path.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::AmigaOS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Cygwin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Epoc.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Functions.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Mac.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::OS2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Unix.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::VMS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Spec::Win32.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Temp.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::stat.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/FileCache.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/FileHandle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Filter::Simple.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Filter::Util::Call.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/FindBin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/GDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Getopt::Long.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Getopt::Std.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Tiny.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Hash::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Hash::Util::FieldHash.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/I18N::Collate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/I18N::LangTags.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/I18N::LangTags::Detect.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/I18N::LangTags::List.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/I18N::Langinfo.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::Base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::Bzip2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::Deflate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::FAQ.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::Gzip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::RawDeflate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Compress::Zip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Dir.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Handle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Pipe.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Poll.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Seekable.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Select.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::INET.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::IP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::UNIX.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::AnyInflate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::AnyUncompress.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::Base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::Bunzip2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::Gunzip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::Inflate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::RawInflate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Uncompress::Unzip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Zlib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Cmd.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Msg.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Open2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Open3.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Semaphore.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::SharedMem.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::SysV.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Internals.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::PP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::PP::Boolean.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::Util::XS.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Changes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Country.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Currency.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::LangExt.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::LangFam.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::LangVar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Language.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Script.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Codes::Types.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Country.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Currency.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Language.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext::Cookbook.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext::Guts.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext::GutsLoader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext::Simple.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Maketext::TPJ13.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Locale::Script.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MIME::Base64.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MIME::QuotedPrint.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigFloat.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigInt.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigInt::Calc.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigInt::CalcEmu.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigInt::FastCalc.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigInt::Lib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::BigRat.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::Complex.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::Trig.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::AnyDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::Expire.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::ExpireFile.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::ExpireTest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::NDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::SDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Memoize::Storable.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::CoreList.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::CoreList::Utils.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Load.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Load::Conditional.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Loaded.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Metadata.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/NDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/NEXT.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Cmd.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Config.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Domain.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::FTP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::NNTP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Netrc.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::POP3.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Ping.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::SMTP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Time.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::hostent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::libnetFAQ.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::netent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::protoent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::servent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/O.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ODBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Opcode.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POSIX.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Params::Check.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Parse::CPAN::Meta.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::OSType.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::encoding.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::mmap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::scalar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::via.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::via::QuotedPrint.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Checker.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Escapes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Find.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Html.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::InputObjects.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Man.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::ParseLink.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::ParseUtils.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Parser.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::BaseTo.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::GetOptsOO.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToANSI.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToChecker.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToMan.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToNroff.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToPod.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToRtf.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToTerm.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToText.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToTk.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Perldoc::ToXml.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::PlainText.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Select.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Checker.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Debug.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::DumpAsText.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::DumpAsXML.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::HTML.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::HTMLBatch.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::LinkSection.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Methody.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::PullParser.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::PullParserEndToken.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::PullParserStartToken.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::PullParserTextToken.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::PullParserToken.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::RTF.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Search.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::SimpleTree.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Subclassing.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::Text.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::TextContent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::XHTML.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Simple::XMLOutStream.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Text.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Text::Color.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Text::Overstrike.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Text::Termcap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Usage.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/SDBM_File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Safe.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Scalar::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Search::Dict.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/SelectSaver.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/SelfLoader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Socket.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Storable.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Symbol.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sys::Hostname.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sys::Syslog.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Color.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Console.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Console::ParallelSession.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Console::Session.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::File::Session.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Formatter::Session.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Harness.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Harness::Beyond.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Harness::Env.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Object.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Aggregator.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Grammar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Iterator.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Iterator::Array.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Iterator::Process.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Iterator::Stream.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::IteratorFactory.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Multiplexer.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Bailout.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Comment.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Plan.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Pragma.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Test.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Unknown.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::Version.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Result::YAML.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::ResultFactory.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Scheduler.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Scheduler::Job.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Scheduler::Spinner.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::Source.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler::Executable.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler::File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler::Handle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler::Perl.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::SourceHandler::RawTAP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::YAMLish::Reader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TAP::Parser::YAMLish::Writer.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::ANSIColor.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Cap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Complete.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::ReadLine.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::API.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::API::Breakage.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::API::Context.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::API::Instance.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::API::Stack.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Bail.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Diag.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Encoding.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Exception.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Fail.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Generic.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Note.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Ok.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Pass.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Plan.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Skip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Subtest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::TAP::Version.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Waiting.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::About.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Amnesty.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Assert.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Control.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Error.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Info.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Meta.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Parent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Plan.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::EventFacet::Trace.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Formatter.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Formatter::TAP.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Hub.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Hub::Interceptor.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Hub::Interceptor::Terminator.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Hub::Subtest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::IPC.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::IPC::Driver.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::IPC::Driver::Files.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Tiny.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Transition.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::ExternalMeta.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::HashBase.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Trace.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::Formatter.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::IO::Scalar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::Module.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::Tester.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::Tester::Color.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Builder::TodoDiag.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Harness.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::More.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Simple.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Tester.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Tester::Capture.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Tester::CaptureRunner.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Tutorial.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::use::ok.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Abbrev.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Balanced.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::ParseWords.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Tabs.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Wrap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Thread.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Thread::Queue.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Thread::Semaphore.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Array.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::File.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Handle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Hash.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Hash::NamedCapture.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Memoize.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::RefHash.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::Scalar.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::StdHandle.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::SubstrHash.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::HiRes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Local.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Piece.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Seconds.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::gmtime.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::localtime.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::tm.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/UNIVERSAL.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::Big5.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::GB2312.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::JISX0208.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::Korean.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::Pinyin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::Stroke.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::CJK::Zhuyin.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Collate::Locale.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::Normalize.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unicode::UCD.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/User::grent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/User::pwent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XSLoader.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/arybase.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/attributes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::Scope::Guard.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::Scope::GuardStack.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::Util.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::exception.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::exception::system.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::hints.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autodie::skip.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/autouse.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/base.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/bigint.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/bignum.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/bigrat.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/blib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/bytes.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/charnames.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/constant.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/deprecate.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/diagnostics.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/encoding.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/encoding::warnings.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/experimental.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/feature.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/fields.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/filetest.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/if.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/integer.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/less.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/lib.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/locale.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/mro.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ok.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/open.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ops.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/overload.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/overloading.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/parent.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/re.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/sigtrap.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/sort.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/strict.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/subs.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/threads.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/threads::shared.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/utf8.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/vars.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/version.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/version::Internals.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/vmsish.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/warnings.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/warnings::register.3 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pod2man.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pod2text.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pod2usage.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/podchecker.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/podselect.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/cpan.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/corelist.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/enc2xs.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/encguess.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/h2ph.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/h2xs.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/instmodsh.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/json_pp.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/libnetcfg.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlbug.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlthanks.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlivp.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/piconv.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pl2pm.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pod2html.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/prove.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/ptar.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/ptardiff.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/ptargrep.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/shasum.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/splain.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/xsubpp.1 + /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/zipdetails.1 +perlbot-blead-2017-10-09_12776 is successfully installed. +Installing B::Debug +perlbot-blead-2017-10-09_12776 +========== +cpanm (App::cpanminus) 1.7043 on perl 5.027005 built for x86_64-linux +Work directory is /home/ryan/.cpanm/work/1507547981.16552 +You have make /usr/bin/make +You have /usr/bin/wget +You have /bin/tar: tar (GNU tar) 1.29 +Copyright (C) 2015 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by John Gilmore and Jay Fenlason. +You have /usr/bin/unzip +Searching B::Debug () on cpanmetadb ... +--2017-10-09 07:19:41-- http://cpanmetadb.plackperl.org/v1.0/package/B::Debug +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 87 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.3M=0s + +2017-10-09 07:19:41 (14.3 MB/s) - written to stdout [87/87] + +--> Working on B::Debug +Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-1.25.tar.gz ... --2017-10-09 07:19:41-- http://www.cpan.org/authors/id/R/RU/RURBAN/B-Debug-1.25.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17679 (17K) [application/x-gzip] +Saving to: ‘B-Debug-1.25.tar.gz’ + + 0K .......... ....... 100% 19.6M=0.001s + +2017-10-09 07:19:41 (19.6 MB/s) - ‘B-Debug-1.25.tar.gz’ saved [17679/17679] + +Unpacking B-Debug-1.25.tar.gz +OK +B-Debug-1.25/ +B-Debug-1.25/Artistic +B-Debug-1.25/Changes +B-Debug-1.25/Copying +B-Debug-1.25/Debug.pm +B-Debug-1.25/Makefile.PL +B-Debug-1.25/MANIFEST +B-Debug-1.25/META.json +B-Debug-1.25/META.yml +B-Debug-1.25/README +B-Debug-1.25/SIGNATURE +B-Debug-1.25/t/ +B-Debug-1.25/t/debug.t +B-Debug-1.25/t/pod.t +Entering B-Debug-1.25 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring B-Debug-1.25 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for B::Debug +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have B 0 ... Yes (1.70) +Checking if you have deprecate 0.03 ... Yes (0.03) +Checking if you have Test::More 0 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) +OK +Building and testing B-Debug-1.25 ... cp Debug.pm blib/lib/B/Debug.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/debug.t .. ok +t/pod.t .... skipped: Test::Pod 1.00 required for testing POD +All tests successful. +Files=2, Tests=11, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.22 cusr 0.03 csys = 0.27 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/B/Debug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Debug.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully reinstalled B-Debug-1.25 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Debug-1.25/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Debug-1.25/MYMETA.json +1 distribution installed + + +Installing List::MoreUtils::XS +perlbot-blead-2017-10-09_12776 +========== +cpanm (App::cpanminus) 1.7043 on perl 5.027005 built for x86_64-linux +Work directory is /home/ryan/.cpanm/work/1507547983.16663 +You have make /usr/bin/make +You have /usr/bin/wget +You have /bin/tar: tar (GNU tar) 1.29 +Copyright (C) 2015 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by John Gilmore and Jay Fenlason. +You have /usr/bin/unzip +Searching List::MoreUtils::XS () on cpanmetadb ... +--2017-10-09 07:19:43-- http://cpanmetadb.plackperl.org/v1.0/package/List::MoreUtils::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.2M=0s + +2017-10-09 07:19:43 (17.2 MB/s) - written to stdout [112/112] + +--> Working on List::MoreUtils::XS +Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.426.tar.gz ... --2017-10-09 07:19:43-- http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-XS-0.426.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 159015 (155K) [application/x-gzip] +Saving to: ‘List-MoreUtils-XS-0.426.tar.gz’ + + 0K .......... .......... .......... .......... .......... 32% 26.6M 0s + 50K .......... .......... .......... .......... .......... 64% 55.6M 0s + 100K .......... .......... .......... .......... .......... 96% 28.7M 0s + 150K ..... 100% 10086G=0.004s + +2017-10-09 07:19:43 (34.4 MB/s) - ‘List-MoreUtils-XS-0.426.tar.gz’ saved [159015/159015] + +Unpacking List-MoreUtils-XS-0.426.tar.gz +OK +List-MoreUtils-XS-0.426/ +List-MoreUtils-XS-0.426/ARTISTIC-1.0 +List-MoreUtils-XS-0.426/Changes +List-MoreUtils-XS-0.426/GPL-1 +List-MoreUtils-XS-0.426/inc/ +List-MoreUtils-XS-0.426/lib/ +List-MoreUtils-XS-0.426/LICENSE +List-MoreUtils-XS-0.426/MAINTAINER.md +List-MoreUtils-XS-0.426/Makefile.PL +List-MoreUtils-XS-0.426/MANIFEST +List-MoreUtils-XS-0.426/META.json +List-MoreUtils-XS-0.426/META.yml +List-MoreUtils-XS-0.426/multicall.h +List-MoreUtils-XS-0.426/ppport.h +List-MoreUtils-XS-0.426/README.md +List-MoreUtils-XS-0.426/t/ +List-MoreUtils-XS-0.426/XS.xs +List-MoreUtils-XS-0.426/t/inline/ +List-MoreUtils-XS-0.426/t/lib/ +List-MoreUtils-XS-0.426/t/LICENSE +List-MoreUtils-XS-0.426/t/xs/ +List-MoreUtils-XS-0.426/t/xs/after.t +List-MoreUtils-XS-0.426/t/xs/after_incl.t +List-MoreUtils-XS-0.426/t/xs/all.t +List-MoreUtils-XS-0.426/t/xs/all_u.t +List-MoreUtils-XS-0.426/t/xs/any.t +List-MoreUtils-XS-0.426/t/xs/any_u.t +List-MoreUtils-XS-0.426/t/xs/apply.t +List-MoreUtils-XS-0.426/t/xs/arrayify.t +List-MoreUtils-XS-0.426/t/xs/before.t +List-MoreUtils-XS-0.426/t/xs/before_incl.t +List-MoreUtils-XS-0.426/t/xs/binsert.t +List-MoreUtils-XS-0.426/t/xs/bremove.t +List-MoreUtils-XS-0.426/t/xs/bsearch.t +List-MoreUtils-XS-0.426/t/xs/bsearchidx.t +List-MoreUtils-XS-0.426/t/xs/duplicates.t +List-MoreUtils-XS-0.426/t/xs/each_array.t +List-MoreUtils-XS-0.426/t/xs/equal_range.t +List-MoreUtils-XS-0.426/t/xs/false.t +List-MoreUtils-XS-0.426/t/xs/firstidx.t +List-MoreUtils-XS-0.426/t/xs/firstres.t +List-MoreUtils-XS-0.426/t/xs/firstval.t +List-MoreUtils-XS-0.426/t/xs/frequency.t +List-MoreUtils-XS-0.426/t/xs/Import.t +List-MoreUtils-XS-0.426/t/xs/indexes.t +List-MoreUtils-XS-0.426/t/xs/insert_after.t +List-MoreUtils-XS-0.426/t/xs/insert_after_string.t +List-MoreUtils-XS-0.426/t/xs/lastidx.t +List-MoreUtils-XS-0.426/t/xs/lastres.t +List-MoreUtils-XS-0.426/t/xs/lastval.t +List-MoreUtils-XS-0.426/t/xs/listcmp.t +List-MoreUtils-XS-0.426/t/xs/lower_bound.t +List-MoreUtils-XS-0.426/t/xs/mesh.t +List-MoreUtils-XS-0.426/t/xs/minmax.t +List-MoreUtils-XS-0.426/t/xs/minmaxstr.t +List-MoreUtils-XS-0.426/t/xs/mode.t +List-MoreUtils-XS-0.426/t/xs/natatime.t +List-MoreUtils-XS-0.426/t/xs/none.t +List-MoreUtils-XS-0.426/t/xs/none_u.t +List-MoreUtils-XS-0.426/t/xs/notall.t +List-MoreUtils-XS-0.426/t/xs/notall_u.t +List-MoreUtils-XS-0.426/t/xs/occurrences.t +List-MoreUtils-XS-0.426/t/xs/one.t +List-MoreUtils-XS-0.426/t/xs/one_u.t +List-MoreUtils-XS-0.426/t/xs/onlyidx.t +List-MoreUtils-XS-0.426/t/xs/onlyres.t +List-MoreUtils-XS-0.426/t/xs/onlyval.t +List-MoreUtils-XS-0.426/t/xs/pairwise.t +List-MoreUtils-XS-0.426/t/xs/part.t +List-MoreUtils-XS-0.426/t/xs/qsort.t +List-MoreUtils-XS-0.426/t/xs/reduce_0.t +List-MoreUtils-XS-0.426/t/xs/reduce_1.t +List-MoreUtils-XS-0.426/t/xs/reduce_u.t +List-MoreUtils-XS-0.426/t/xs/samples.t +List-MoreUtils-XS-0.426/t/xs/singleton.t +List-MoreUtils-XS-0.426/t/xs/true.t +List-MoreUtils-XS-0.426/t/xs/uniq.t +List-MoreUtils-XS-0.426/t/xs/upper_bound.t +List-MoreUtils-XS-0.426/t/xs/XS.t +List-MoreUtils-XS-0.426/t/xs/zip6.t +List-MoreUtils-XS-0.426/t/lib/Test/ +List-MoreUtils-XS-0.426/t/lib/Test/LMU.pm +List-MoreUtils-XS-0.426/t/inline/after.pm +List-MoreUtils-XS-0.426/t/inline/after_incl.pm +List-MoreUtils-XS-0.426/t/inline/all.pm +List-MoreUtils-XS-0.426/t/inline/all_u.pm +List-MoreUtils-XS-0.426/t/inline/any.pm +List-MoreUtils-XS-0.426/t/inline/any_u.pm +List-MoreUtils-XS-0.426/t/inline/apply.pm +List-MoreUtils-XS-0.426/t/inline/arrayify.pm +List-MoreUtils-XS-0.426/t/inline/before.pm +List-MoreUtils-XS-0.426/t/inline/before_incl.pm +List-MoreUtils-XS-0.426/t/inline/binsert.pm +List-MoreUtils-XS-0.426/t/inline/bremove.pm +List-MoreUtils-XS-0.426/t/inline/bsearch.pm +List-MoreUtils-XS-0.426/t/inline/bsearchidx.pm +List-MoreUtils-XS-0.426/t/inline/duplicates.pm +List-MoreUtils-XS-0.426/t/inline/each_array.pm +List-MoreUtils-XS-0.426/t/inline/equal_range.pm +List-MoreUtils-XS-0.426/t/inline/false.pm +List-MoreUtils-XS-0.426/t/inline/firstidx.pm +List-MoreUtils-XS-0.426/t/inline/firstres.pm +List-MoreUtils-XS-0.426/t/inline/firstval.pm +List-MoreUtils-XS-0.426/t/inline/frequency.pm +List-MoreUtils-XS-0.426/t/inline/Import.pm +List-MoreUtils-XS-0.426/t/inline/indexes.pm +List-MoreUtils-XS-0.426/t/inline/insert_after.pm +List-MoreUtils-XS-0.426/t/inline/insert_after_string.pm +List-MoreUtils-XS-0.426/t/inline/lastidx.pm +List-MoreUtils-XS-0.426/t/inline/lastres.pm +List-MoreUtils-XS-0.426/t/inline/lastval.pm +List-MoreUtils-XS-0.426/t/inline/listcmp.pm +List-MoreUtils-XS-0.426/t/inline/lower_bound.pm +List-MoreUtils-XS-0.426/t/inline/mesh.pm +List-MoreUtils-XS-0.426/t/inline/minmax.pm +List-MoreUtils-XS-0.426/t/inline/minmaxstr.pm +List-MoreUtils-XS-0.426/t/inline/mode.pm +List-MoreUtils-XS-0.426/t/inline/natatime.pm +List-MoreUtils-XS-0.426/t/inline/none.pm +List-MoreUtils-XS-0.426/t/inline/none_u.pm +List-MoreUtils-XS-0.426/t/inline/notall.pm +List-MoreUtils-XS-0.426/t/inline/notall_u.pm +List-MoreUtils-XS-0.426/t/inline/occurrences.pm +List-MoreUtils-XS-0.426/t/inline/one.pm +List-MoreUtils-XS-0.426/t/inline/one_u.pm +List-MoreUtils-XS-0.426/t/inline/onlyidx.pm +List-MoreUtils-XS-0.426/t/inline/onlyres.pm +List-MoreUtils-XS-0.426/t/inline/onlyval.pm +List-MoreUtils-XS-0.426/t/inline/pairwise.pm +List-MoreUtils-XS-0.426/t/inline/part.pm +List-MoreUtils-XS-0.426/t/inline/qsort.pm +List-MoreUtils-XS-0.426/t/inline/reduce_0.pm +List-MoreUtils-XS-0.426/t/inline/reduce_1.pm +List-MoreUtils-XS-0.426/t/inline/reduce_u.pm +List-MoreUtils-XS-0.426/t/inline/samples.pm +List-MoreUtils-XS-0.426/t/inline/singleton.pm +List-MoreUtils-XS-0.426/t/inline/true.pm +List-MoreUtils-XS-0.426/t/inline/uniq.pm +List-MoreUtils-XS-0.426/t/inline/upper_bound.pm +List-MoreUtils-XS-0.426/t/inline/XS.pm +List-MoreUtils-XS-0.426/t/inline/zip6.pm +List-MoreUtils-XS-0.426/lib/List/ +List-MoreUtils-XS-0.426/lib/List/MoreUtils/ +List-MoreUtils-XS-0.426/lib/List/MoreUtils/XS.pm +List-MoreUtils-XS-0.426/inc/Config/ +List-MoreUtils-XS-0.426/inc/inc_Capture-Tiny/ +List-MoreUtils-XS-0.426/inc/inc_Config-AutoConf/ +List-MoreUtils-XS-0.426/inc/latest/ +List-MoreUtils-XS-0.426/inc/latest.pm +List-MoreUtils-XS-0.426/inc/latest/private.pm +List-MoreUtils-XS-0.426/inc/inc_Config-AutoConf/Config/ +List-MoreUtils-XS-0.426/inc/inc_Config-AutoConf/Config/AutoConf.pm +List-MoreUtils-XS-0.426/inc/inc_Capture-Tiny/Capture/ +List-MoreUtils-XS-0.426/inc/inc_Capture-Tiny/Capture/Tiny.pm +List-MoreUtils-XS-0.426/inc/Config/AutoConf/ +List-MoreUtils-XS-0.426/inc/Config/AutoConf/LMU.pm +Entering List-MoreUtils-XS-0.426 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have IPC::Cmd 0 ... Yes (0.98) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have base 0 ... Yes (2.26) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have Carp 0 ... Yes (1.43) +Running Makefile.PL +Configuring List-MoreUtils-XS-0.426 ... Checking whether pureperl is required... no +Checking for cc... cc +Checking for cc... (cached) cc +Checking whether perlapi is accessible... yes +Checking for stdlib.h... yes +Checking for stdarg.h... yes +Checking for string.h... yes +Checking for float.h... yes +Checking for assert.h... yes +Checking for ctype.h... yes +Checking for errno.h... yes +Checking for limits.h... yes +Checking for locale.h... yes +Checking for math.h... yes +Checking for setjmp.h... yes +Checking for signal.h... yes +Checking for stddef.h... yes +Checking for stdio.h... yes +Checking for time.h... yes +Checking for sys/types.h... yes +Checking for sys/stat.h... yes +Checking for memory.h... yes +Checking for strings.h... yes +Checking for inttypes.h... yes +Checking for stdint.h... yes +Checking for unistd.h... yes +Checking for time.h... (cached) yes +Checking for sys/time.h... yes +Checking for time... yes +Checking for size_t... yes +Checking for ssize_t... yes +Checking for builtin expect... no +Checking for statement expression feature... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for List::MoreUtils::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XSLoader 0.22 ... Yes (0.27) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing List-MoreUtils-XS-0.426 ... cp lib/List/MoreUtils/XS.pm blib/lib/List/MoreUtils/XS.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.426\" -DXS_VERSION=\"0.426\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" XS.c +rm -f blib/arch/auto/List/MoreUtils/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/List/MoreUtils/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/List/MoreUtils/XS/XS.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/xs/*.t xt/*.t +t/xs/after.t ................ ok +t/xs/after_incl.t ........... ok +t/xs/all.t .................. ok +t/xs/all_u.t ................ ok +t/xs/any.t .................. ok +t/xs/any_u.t ................ ok +t/xs/apply.t ................ ok +t/xs/arrayify.t ............. ok +t/xs/before.t ............... ok +t/xs/before_incl.t .......... ok +t/xs/binsert.t .............. ok +t/xs/bremove.t .............. ok +t/xs/bsearch.t .............. ok +t/xs/bsearchidx.t ........... ok +t/xs/duplicates.t ........... ok +t/xs/each_array.t ........... ok +t/xs/equal_range.t .......... ok +t/xs/false.t ................ ok +t/xs/firstidx.t ............. ok +t/xs/firstres.t ............. ok +t/xs/firstval.t ............. ok +t/xs/frequency.t ............ ok +t/xs/Import.t ............... ok +t/xs/indexes.t .............. ok +t/xs/insert_after.t ......... ok +t/xs/insert_after_string.t .. ok +t/xs/lastidx.t .............. ok +t/xs/lastres.t .............. ok +t/xs/lastval.t .............. ok +t/xs/listcmp.t .............. ok +t/xs/lower_bound.t .......... ok +t/xs/mesh.t ................. ok +t/xs/minmax.t ............... ok +t/xs/minmaxstr.t ............ ok +t/xs/mode.t ................. ok +t/xs/natatime.t ............. ok +t/xs/none.t ................. ok +t/xs/none_u.t ............... ok +t/xs/notall.t ............... ok +t/xs/notall_u.t ............. ok +t/xs/occurrences.t .......... ok +t/xs/one.t .................. ok +t/xs/one_u.t ................ ok +t/xs/onlyidx.t .............. ok +t/xs/onlyres.t .............. ok +t/xs/onlyval.t .............. ok +t/xs/pairwise.t ............. ok +t/xs/part.t ................. ok +t/xs/qsort.t ................ ok +t/xs/reduce_0.t ............. ok +t/xs/reduce_1.t ............. ok +t/xs/reduce_u.t ............. ok +t/xs/samples.t .............. ok +t/xs/singleton.t ............ ok +t/xs/true.t ................. ok +t/xs/uniq.t ................. ok +t/xs/upper_bound.t .......... ok +t/xs/XS.t ................... skipped: Unreasonable unless loaded via List::MoreUtils +t/xs/zip6.t ................. ok +All tests successful. +Files=59, Tests=4496, 6 wallclock secs ( 0.49 usr 0.10 sys + 4.28 cusr 0.56 csys = 5.43 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/List/MoreUtils/XS/XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/List/MoreUtils/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::MoreUtils::XS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed List-MoreUtils-XS-0.426 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-MoreUtils-XS-0.426/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-MoreUtils-XS-0.426/MYMETA.json +1 distribution installed + + +Installing --installdeps /home/ryan/bots/perlbuut +perlbot-blead-2017-10-09_12776 +========== +cpanm (App::cpanminus) 1.7043 on perl 5.027005 built for x86_64-linux +Work directory is /home/ryan/.cpanm/work/1507547994.16943 +You have make /usr/bin/make +You have /usr/bin/wget +You have /bin/tar: tar (GNU tar) 1.29 +Copyright (C) 2015 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by John Gilmore and Jay Fenlason. +You have /usr/bin/unzip +Entering /home/ryan/bots/perlbuut +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have File::Slurper 0 ... No +Checking if you have DBD::SQLite 0 ... No +Checking if you have IPC::Run 0 ... No +Checking if you have DateTime 0 ... No +Checking if you have Net::INET6Glue::INET_is_INET6 0 ... No +Checking if you have DateTimeX::Easy 0 ... No +Checking if you have Moo 0 ... No +Checking if you have YAPE::Regex::Explain 0 ... No +Checking if you have List::MoreUtils 0 ... No +Checking if you have POE 0 ... No +Checking if you have List::Util 0 ... Yes (1.49) +Checking if you have Linux::Seccomp 0 ... No +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have Path::Tiny 0 ... No +Checking if you have Regexp::Common 0 ... No +Checking if you have Future 0 ... No +Checking if you have Moose 0 ... No +Checking if you have DBI 0 ... No +Checking if you have Task::Kensho::Email 0 ... No +Checking if you have Errno 0 ... Yes (1.28) +Checking if you have Mojo::DOM 0 ... No +Checking if you have Twitter::API 0 ... No +Checking if you have Perl::Tidy 0 ... No +Checking if you have WWW::Shorten 0 ... No +Checking if you have Task::Kensho::ModuleDev 0 ... No +Checking if you have Quote::Code 0 ... No +Checking if you have Syntax::Keyword::Try 0 ... No +Checking if you have Function::Parameters 0 ... No +Checking if you have Switch::Plain 0 ... No +Checking if you have Sys::Linux::Namespace v0.13.0 ... No +Checking if you have POE::Component::IRC::Common 0 ... No +Checking if you have App::EvalServerAdvanced 0 ... No +Checking if you have DBD::SQLite::BundledExtensions 0 ... No +Checking if you have Email::Sender::Transport::Test 0 ... No +Checking if you have Text::Levenshtein 0 ... No +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have Text::Unidecode 0 ... No +Checking if you have Net::DNS 0 ... No +Checking if you have Task::Kensho::Logging 0 ... No +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Text::Glob 0 ... No +Checking if you have MooseX::Declare 0 ... No +Checking if you have Task::Kensho::XML 0 ... No +Checking if you have Cwd 0 ... Yes (3.68) +Checking if you have Text::Metaphone 0 ... No +Checking if you have Object::Tap 0 ... No +Checking if you have Cache::FastMmap 0 ... No +Checking if you have Mojo::Collection 0 ... No +Checking if you have Data::Munge 0 ... No +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have Cpanel::JSON::XS 0 ... No +Checking if you have IO::Async 0 ... No +Checking if you have Dir::ls 0 ... No +Checking if you have arybase 0 ... Yes (0.13) +Checking if you have List::UtilsBy 0 ... No +Checking if you have Task::Kensho::OOP 0 ... No +Checking if you have HTML::TreeBuilder::XPath 0 ... No +Checking if you have POE::Component::IRC 0 ... No +Checking if you have Task::Kensho::Config 0 ... No +Checking if you have Parse::RecDescent 0 ... No +Checking if you have Try::Tiny::ByClass 0 ... No +Checking if you have Config::General 0 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have JSON::PP 0 ... Yes (2.94) +Checking if you have Task::Kensho::Async 0 ... No +Checking if you have Net::Dict 0 ... No +Checking if you have indirect 0 ... No +Checking if you have Mojo::DOM::CSS 0 ... No +Checking if you have bigint 0 ... Yes (0.47) +Checking if you have Math::BigFloat 0 ... Yes (1.999811) +Checking if you have Rand::MersenneTwister 0 ... No +Checking if you have XML::RSS::Parser 0 ... No +Checking if you have File::Open 0 ... No +Checking if you have Geo::IP 0 ... No +Checking if you have Date::Parse 0 ... No +Checking if you have Return::MultiLevel 0 ... No +Checking if you have Class::Tiny 0 ... No +Checking if you have Digest::SHA 0 ... Yes (5.98) +Checking if you have Permute::Named::Iter 0 ... No +Checking if you have Text::Handlebars 0 ... No +Checking if you have XML::LibXML 0 ... No +Checking if you have Types::Standard 0 ... No +Checking if you have autovivification 0 ... No +Checking if you have Math::Round 0 ... No +Checking if you have Math::BigInt 0 ... Yes (1.999811) +Checking if you have JSON 0 ... No +Checking if you have Math::BigRat 0 ... Yes (0.2613) +Checking if you have Capture::Tiny 0 ... No +Checking if you have Scalar::MoreUtils 0 ... No +Checking if you have Marpa::R2 0 ... No +Checking if you have BSD::Resource 0 ... No +Checking if you have LWP::Protocol::https 0 ... No +Checking if you have URI::Encode 0 ... No +Checking if you have Time::Moment 0 ... No +Checking if you have List::SomeUtils 0 ... No +Checking if you have WWW::Mechanize 0 ... No +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have JSON::XS 0 ... No +Checking if you have HTML::TreeBuilder 0 ... No +Checking if you have File::Temp 0 ... Yes (0.2304) +Searching File::Slurper (0) on cpanmetadb ... +--> Working on /home/ryan/bots/perlbuut +Configuring Buubot-0.1 ... OK +==> Found dependencies: File::Slurper, DBD::SQLite, IPC::Run, DateTime, Net::INET6Glue::INET_is_INET6, DateTimeX::Easy, Moo, YAPE::Regex::Explain, List::MoreUtils, POE, Linux::Seccomp, Path::Tiny, Regexp::Common, Future, Moose, DBI, Task::Kensho::Email, Mojo::DOM, Twitter::API, Perl::Tidy, WWW::Shorten, Task::Kensho::ModuleDev, Quote::Code, Syntax::Keyword::Try, Function::Parameters, Switch::Plain, Sys::Linux::Namespace, POE::Component::IRC::Common, App::EvalServerAdvanced, DBD::SQLite::BundledExtensions, Email::Sender::Transport::Test, Text::Levenshtein, Text::Unidecode, Net::DNS, Task::Kensho::Logging, Text::Glob, MooseX::Declare, Task::Kensho::XML, Text::Metaphone, Object::Tap, Cache::FastMmap, Mojo::Collection, Data::Munge, Cpanel::JSON::XS, IO::Async, Dir::ls, List::UtilsBy, Task::Kensho::OOP, HTML::TreeBuilder::XPath, POE::Component::IRC, Task::Kensho::Config, Parse::RecDescent, Try::Tiny::ByClass, Config::General, Task::Kensho::Async, Net::Dict, indirect, Mojo::DOM::CSS, Rand::MersenneTwister, XML::RSS::Parser, File::Open, Geo::IP, Date::Parse, Return::MultiLevel, Class::Tiny, Permute::Named::Iter, Text::Handlebars, XML::LibXML, Types::Standard, autovivification, Math::Round, JSON, Capture::Tiny, Scalar::MoreUtils, Marpa::R2, BSD::Resource, LWP::Protocol::https, URI::Encode, Time::Moment, List::SomeUtils, WWW::Mechanize, JSON::MaybeXS, JSON::XS, HTML::TreeBuilder +--2017-10-09 07:19:54-- http://cpanmetadb.plackperl.org/v1.0/package/File::Slurper +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.4M=0s + +2017-10-09 07:19:54 (19.4 MB/s) - written to stdout [99/99] + +--> Working on File::Slurper +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/File-Slurper-0.010.tar.gz ... --2017-10-09 07:19:54-- http://www.cpan.org/authors/id/L/LE/LEONT/File-Slurper-0.010.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15905 (16K) [application/x-gzip] +Saving to: ‘File-Slurper-0.010.tar.gz’ + + 0K .......... ..... 100% 19.2M=0.001s + +2017-10-09 07:19:54 (19.2 MB/s) - ‘File-Slurper-0.010.tar.gz’ saved [15905/15905] + +Unpacking File-Slurper-0.010.tar.gz +OK +File-Slurper-0.010/ +File-Slurper-0.010/xt/ +File-Slurper-0.010/xt/author/ +File-Slurper-0.010/xt/author/pod-coverage.t +File-Slurper-0.010/xt/author/00-compile.t +File-Slurper-0.010/xt/author/pod-syntax.t +File-Slurper-0.010/lib/ +File-Slurper-0.010/lib/File/ +File-Slurper-0.010/lib/File/Slurper.pm +File-Slurper-0.010/bench/ +File-Slurper-0.010/bench/modules.pl +File-Slurper-0.010/bench/layers.pl +File-Slurper-0.010/bench/logic.pl +File-Slurper-0.010/t/ +File-Slurper-0.010/t/20-no-side-effects.t +File-Slurper-0.010/t/data/ +File-Slurper-0.010/t/data/cp1252.txt +File-Slurper-0.010/t/10-basics.t +File-Slurper-0.010/Makefile.PL +File-Slurper-0.010/META.json +File-Slurper-0.010/MANIFEST +File-Slurper-0.010/META.yml +File-Slurper-0.010/dist.ini +File-Slurper-0.010/INSTALL +File-Slurper-0.010/LICENSE +File-Slurper-0.010/Changes +File-Slurper-0.010/README +Entering File-Slurper-0.010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring File-Slurper-0.010 ... Warning: prerequisite Test::Warnings 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Slurper +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have File::Temp 0 ... Yes (0.2304) +Checking if you have Test::Warnings 0 ... No +Checking if you have Test::More 0 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have PerlIO::encoding 0 ... Yes (0.25) +Searching Test::Warnings (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Warnings +--2017-10-09 07:19:55-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Warnings +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.1M=0s + +2017-10-09 07:19:55 (20.1 MB/s) - written to stdout [101/101] + +--> Working on Test::Warnings +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.026.tar.gz ... --2017-10-09 07:19:55-- http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.026.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 38058 (37K) [application/x-gzip] +Saving to: ‘Test-Warnings-0.026.tar.gz’ + + 0K .......... .......... .......... ....... 100% 39.2M=0.001s + +2017-10-09 07:19:55 (39.2 MB/s) - ‘Test-Warnings-0.026.tar.gz’ saved [38058/38058] + +Unpacking Test-Warnings-0.026.tar.gz +OK +Test-Warnings-0.026/ +Test-Warnings-0.026/Changes +Test-Warnings-0.026/CONTRIBUTING +Test-Warnings-0.026/dist.ini +Test-Warnings-0.026/examples/ +Test-Warnings-0.026/INSTALL +Test-Warnings-0.026/lib/ +Test-Warnings-0.026/LICENCE +Test-Warnings-0.026/Makefile.PL +Test-Warnings-0.026/MANIFEST +Test-Warnings-0.026/META.json +Test-Warnings-0.026/META.yml +Test-Warnings-0.026/README +Test-Warnings-0.026/t/ +Test-Warnings-0.026/xt/ +Test-Warnings-0.026/xt/author/ +Test-Warnings-0.026/xt/release/ +Test-Warnings-0.026/xt/release/changes_has_content.t +Test-Warnings-0.026/xt/release/cpan-changes.t +Test-Warnings-0.026/xt/release/distmeta.t +Test-Warnings-0.026/xt/release/minimum-version.t +Test-Warnings-0.026/xt/release/pod-no404s.t +Test-Warnings-0.026/xt/release/portability.t +Test-Warnings-0.026/xt/author/00-compile.t +Test-Warnings-0.026/xt/author/clean-namespaces.t +Test-Warnings-0.026/xt/author/eol.t +Test-Warnings-0.026/xt/author/examples_synopsis_1.t +Test-Warnings-0.026/xt/author/examples_synopsis_2.t +Test-Warnings-0.026/xt/author/examples_test_warning_contents.t +Test-Warnings-0.026/xt/author/kwalitee.t +Test-Warnings-0.026/xt/author/mojibake.t +Test-Warnings-0.026/xt/author/no-tabs.t +Test-Warnings-0.026/xt/author/pod-coverage.t +Test-Warnings-0.026/xt/author/pod-spell.t +Test-Warnings-0.026/xt/author/pod-syntax.t +Test-Warnings-0.026/t/00-report-prereqs.dd +Test-Warnings-0.026/t/00-report-prereqs.t +Test-Warnings-0.026/t/01-basic.t +Test-Warnings-0.026/t/02-done_testing.t +Test-Warnings-0.026/t/03-subtest.t +Test-Warnings-0.026/t/04-no-tests.t +Test-Warnings-0.026/t/05-no-end-block.t +Test-Warnings-0.026/t/06-skip-all.t +Test-Warnings-0.026/t/07-no_plan.t +Test-Warnings-0.026/t/08-use-if.t +Test-Warnings-0.026/t/09-warnings-contents.t +Test-Warnings-0.026/t/10-no-done_testing.t +Test-Warnings-0.026/t/11-double-use.t +Test-Warnings-0.026/t/12-no-newline.t +Test-Warnings-0.026/t/13-propagate-warnings.t +Test-Warnings-0.026/t/14-propagate-subname.t +Test-Warnings-0.026/t/15-propagate-default.t +Test-Warnings-0.026/t/16-propagate-ignore.t +Test-Warnings-0.026/t/17-propagate-subname-colons.t +Test-Warnings-0.026/t/18-propagate-subname-package.t +Test-Warnings-0.026/t/19-propagate-nonexistent-subname.t +Test-Warnings-0.026/t/20-propagate-stub.t +Test-Warnings-0.026/t/lib/ +Test-Warnings-0.026/t/zzz-check-breaks.t +Test-Warnings-0.026/t/lib/SilenceStderr.pm +Test-Warnings-0.026/lib/Test/ +Test-Warnings-0.026/lib/Test/Warnings.pm +Test-Warnings-0.026/examples/no_plan.t +Test-Warnings-0.026/examples/sub.t +Test-Warnings-0.026/examples/synopsis_1.t +Test-Warnings-0.026/examples/synopsis_2.t +Test-Warnings-0.026/examples/test_nowarnings.t +Test-Warnings-0.026/examples/test_warning_contents.t +Test-Warnings-0.026/examples/warning_like.t +Test-Warnings-0.026/examples/with_done_testing.t +Test-Warnings-0.026/examples/with_plan.t +Entering Test-Warnings-0.026 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Warnings-0.026 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Warnings +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Test::Builder 0 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +OK +Building and testing Test-Warnings-0.026 ... cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.94 1.302098 +# if any 0.0607 +# +# === Test Recommends === +# +# Module Want Have +# ------------ -------- -------- +# CPAN::Meta 2.120900 2.150010 +# Test::Tester 0.108 1.302098 +# +# === Test Suggests === +# +# Module Want Have +# ------------------------ ----- ------- +# CPAN::Meta::Check 0.011 missing +# CPAN::Meta::Requirements any 2.140 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- -------- +# Carp any 1.43 +# Exporter any 5.72 +# Test::Builder any 1.302098 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t ................. ok +t/01-basic.t .......................... ok +t/02-done_testing.t ................... ok +t/03-subtest.t ........................ ok +t/04-no-tests.t ....................... ok +t/05-no-end-block.t ................... ok +t/06-skip-all.t ....................... skipped: Need Foo::Bar::Baz to continue! +t/07-no_plan.t ........................ ok +t/08-use-if.t ......................... ok +t/09-warnings-contents.t .............. ok +t/10-no-done_testing.t ................ ok +t/11-double-use.t ..................... ok +t/12-no-newline.t ..................... ok +t/13-propagate-warnings.t ............. ok +t/14-propagate-subname.t .............. ok +t/15-propagate-default.t .............. ok +t/16-propagate-ignore.t ............... ok +t/17-propagate-subname-colons.t ....... ok +t/18-propagate-subname-package.t ...... ok +t/19-propagate-nonexistent-subname.t .. ok +t/20-propagate-stub.t ................. ok +t/zzz-check-breaks.t .................. ok +All tests successful. +Files=22, Tests=65, 1 wallclock secs ( 0.08 usr 0.01 sys + 1.36 cusr 0.18 csys = 1.63 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Warnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Warnings.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Warnings-0.026 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Warnings-0.026/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Warnings-0.026/MYMETA.json +Building and testing File-Slurper-0.010 ... cp lib/File/Slurper.pm blib/lib/File/Slurper.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10-basics.t ........... ok +t/20-no-side-effects.t .. ok +All tests successful. +Files=2, Tests=8, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.17 cusr 0.01 csys = 0.21 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Slurper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Slurper.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Slurper-0.010 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurper-0.010/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurper-0.010/MYMETA.json +Searching DBD::SQLite (0) on cpanmetadb ... +--2017-10-09 07:19:58-- http://cpanmetadb.plackperl.org/v1.0/package/DBD::SQLite +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 405 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 82.3M=0s + +2017-10-09 07:19:58 (82.3 MB/s) - written to stdout [405/405] + +--> Working on DBD::SQLite +Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.54.tar.gz ... --2017-10-09 07:19:58-- http://www.cpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-1.54.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2136219 (2.0M) [application/x-gzip] +Saving to: ‘DBD-SQLite-1.54.tar.gz’ + + 0K .......... .......... .......... .......... .......... 2% 24.6M 0s + 50K .......... .......... .......... .......... .......... 4% 46.2M 0s + 100K .......... .......... .......... .......... .......... 7% 25.4M 0s + 150K .......... .......... .......... .......... .......... 9% 45.3M 0s + 200K .......... .......... .......... .......... .......... 11% 25.7M 0s + 250K .......... .......... .......... .......... .......... 14% 42.1M 0s + 300K .......... .......... .......... .......... .......... 16% 45.6M 0s + 350K .......... .......... .......... .......... .......... 19% 47.3M 0s + 400K .......... .......... .......... .......... .......... 21% 24.3M 0s + 450K .......... .......... .......... .......... .......... 23% 41.3M 0s + 500K .......... .......... .......... .......... .......... 26% 53.1M 0s + 550K .......... .......... .......... .......... .......... 28% 105M 0s + 600K .......... .......... .......... .......... .......... 31% 46.3M 0s + 650K .......... .......... .......... .......... .......... 33% 44.2M 0s + 700K .......... .......... .......... .......... .......... 35% 40.7M 0s + 750K .......... .......... .......... .......... .......... 38% 44.6M 0s + 800K .......... .......... .......... .......... .......... 40% 33.4M 0s + 850K .......... .......... .......... .......... .......... 43% 151M 0s + 900K .......... .......... .......... .......... .......... 45% 41.0M 0s + 950K .......... .......... .......... .......... .......... 47% 68.4M 0s + 1000K .......... .......... .......... .......... .......... 50% 200M 0s + 1050K .......... .......... .......... .......... .......... 52% 48.3M 0s + 1100K .......... .......... .......... .......... .......... 55% 120M 0s + 1150K .......... .......... .......... .......... .......... 57% 87.8M 0s + 1200K .......... .......... .......... .......... .......... 59% 58.0M 0s + 1250K .......... .......... .......... .......... .......... 62% 145M 0s + 1300K .......... .......... .......... .......... .......... 64% 65.1M 0s + 1350K .......... .......... .......... .......... .......... 67% 143M 0s + 1400K .......... .......... .......... .......... .......... 69% 51.7M 0s + 1450K .......... .......... .......... .......... .......... 71% 176M 0s + 1500K .......... .......... .......... .......... .......... 74% 52.5M 0s + 1550K .......... .......... .......... .......... .......... 76% 185M 0s + 1600K .......... .......... .......... .......... .......... 79% 50.4M 0s + 1650K .......... .......... .......... .......... .......... 81% 170M 0s + 1700K .......... .......... .......... .......... .......... 83% 48.9M 0s + 1750K .......... .......... .......... .......... .......... 86% 115M 0s + 1800K .......... .......... .......... .......... .......... 88% 55.9M 0s + 1850K .......... .......... .......... .......... .......... 91% 178M 0s + 1900K .......... .......... .......... .......... .......... 93% 223M 0s + 1950K .......... .......... .......... .......... .......... 95% 50.1M 0s + 2000K .......... .......... .......... .......... .......... 98% 260M 0s + 2050K .......... .......... .......... ...... 100% 69.7M=0.04s + +2017-10-09 07:20:00 (55.7 MB/s) - ‘DBD-SQLite-1.54.tar.gz’ saved [2136219/2136219] + +Unpacking DBD-SQLite-1.54.tar.gz +OK +DBD-SQLite-1.54/ +DBD-SQLite-1.54/typemap +DBD-SQLite-1.54/constants.inc +DBD-SQLite-1.54/README +DBD-SQLite-1.54/SQLiteXS.h +DBD-SQLite-1.54/SQLite.xs +DBD-SQLite-1.54/ppport.h +DBD-SQLite-1.54/lib/ +DBD-SQLite-1.54/lib/DBD/ +DBD-SQLite-1.54/lib/DBD/SQLite.pm +DBD-SQLite-1.54/lib/DBD/SQLite/ +DBD-SQLite-1.54/lib/DBD/SQLite/Cookbook.pod +DBD-SQLite-1.54/lib/DBD/SQLite/VirtualTable.pm +DBD-SQLite-1.54/lib/DBD/SQLite/Constants.pm +DBD-SQLite-1.54/lib/DBD/SQLite/VirtualTable/ +DBD-SQLite-1.54/lib/DBD/SQLite/VirtualTable/FileContent.pm +DBD-SQLite-1.54/lib/DBD/SQLite/VirtualTable/PerlData.pm +DBD-SQLite-1.54/lib/DBD/SQLite/Fulltext_search.pod +DBD-SQLite-1.54/t/ +DBD-SQLite-1.54/t/43_fts3.t +DBD-SQLite-1.54/t/62_regexp_multibyte_char_class.t +DBD-SQLite-1.54/t/40_multiple_statements.t +DBD-SQLite-1.54/t/35_table_info.t +DBD-SQLite-1.54/t/rt_40594_nullable.t +DBD-SQLite-1.54/t/rt_64177_ping_wipes_out_the_errstr.t +DBD-SQLite-1.54/t/28_schemachange.t +DBD-SQLite-1.54/t/38_empty_statement.t +DBD-SQLite-1.54/t/55_statistics_info.t +DBD-SQLite-1.54/t/49_trace_and_profile.t +DBD-SQLite-1.54/t/25_chopblanks.t +DBD-SQLite-1.54/t/21_blobtext.t +DBD-SQLite-1.54/t/rt_76395_int_overflow.t +DBD-SQLite-1.54/t/52_db_filename.t +DBD-SQLite-1.54/t/12_unicode.t +DBD-SQLite-1.54/t/rt_77724_primary_key_with_a_whitespace.t +DBD-SQLite-1.54/t/07_error.t +DBD-SQLite-1.54/t/rt_29629_sqlite_where_length.t +DBD-SQLite-1.54/t/45_savepoints.t +DBD-SQLite-1.54/t/14_progress_handler.t +DBD-SQLite-1.54/t/15_ak_dbd.t +DBD-SQLite-1.54/t/rt_48393_debug_panic_with_commit.t +DBD-SQLite-1.54/t/56_open_flags.t +DBD-SQLite-1.54/t/lib/ +DBD-SQLite-1.54/t/lib/Test.pm +DBD-SQLite-1.54/t/rt_26775_distinct.t +DBD-SQLite-1.54/t/58_see_if_its_a_number_and_explicit_binding.t +DBD-SQLite-1.54/t/rt_32889_prepare_cached_reexecute.t +DBD-SQLite-1.54/t/59_extended_result_codes.t +DBD-SQLite-1.54/t/04_insert.t +DBD-SQLite-1.54/t/36_hooks.t +DBD-SQLite-1.54/t/rt_96877_unicode_statements.t +DBD-SQLite-1.54/t/22_listfields.t +DBD-SQLite-1.54/t/rt_73159_fts_tokenizer_segfault.t +DBD-SQLite-1.54/t/rt_97598_crash_on_disconnect_with_virtual_tables.t +DBD-SQLite-1.54/t/01_compile.t +DBD-SQLite-1.54/t/rt_81536_multi_column_primary_key_info.t +DBD-SQLite-1.54/t/rt_67581_bind_params_mismatch.t +DBD-SQLite-1.54/t/23_nulls.t +DBD-SQLite-1.54/t/rt_25460_numeric_aggregate.t +DBD-SQLite-1.54/t/18_insertfetch.t +DBD-SQLite-1.54/t/rt_78833_utf8_flag_for_column_names.t +DBD-SQLite-1.54/t/51_table_column_metadata.t +DBD-SQLite-1.54/t/02_logon.t +DBD-SQLite-1.54/t/57_uri_filename.t +DBD-SQLite-1.54/t/rt_115465_column_info_with_spaces.t +DBD-SQLite-1.54/t/rt_21406_auto_finish.t +DBD-SQLite-1.54/t/47_execute.t +DBD-SQLite-1.54/t/rt_15186_prepcached.t +DBD-SQLite-1.54/t/rt_50503_fts3.t +DBD-SQLite-1.54/t/rt_27553_prepared_cache_and_analyze.t +DBD-SQLite-1.54/t/rt_25924_user_defined_func_unicode.t +DBD-SQLite-1.54/t/20_blobs.t +DBD-SQLite-1.54/t/rt_31324_full_names.t +DBD-SQLite-1.54/t/50_foreign_key_info.t +DBD-SQLite-1.54/t/virtual_table/ +DBD-SQLite-1.54/t/virtual_table/rt_99748.t +DBD-SQLite-1.54/t/virtual_table/10_filecontent.t +DBD-SQLite-1.54/t/virtual_table/01_destroy.t +DBD-SQLite-1.54/t/virtual_table/20_perldata.t +DBD-SQLite-1.54/t/virtual_table/02_find_function.t +DBD-SQLite-1.54/t/virtual_table/21_perldata_charinfo.t +DBD-SQLite-1.54/t/virtual_table/11_filecontent_fulltext.t +DBD-SQLite-1.54/t/virtual_table/00_base.t +DBD-SQLite-1.54/t/26_commit.t +DBD-SQLite-1.54/t/48_bind_param_is_sticky.t +DBD-SQLite-1.54/t/13_create_collation.t +DBD-SQLite-1.54/t/rt_25371_asymmetric_unicode.t +DBD-SQLite-1.54/t/09_create_function.t +DBD-SQLite-1.54/t/53_status.t +DBD-SQLite-1.54/t/37_regexp.t +DBD-SQLite-1.54/t/54_literal_txn.t +DBD-SQLite-1.54/t/31_bind_weird_number_param.t +DBD-SQLite-1.54/t/27_metadata.t +DBD-SQLite-1.54/t/30_auto_rollback.t +DBD-SQLite-1.54/t/60_readonly.t +DBD-SQLite-1.54/t/08_busy.t +DBD-SQLite-1.54/t/rt_96050_db_filename_for_a_closed_database.t +DBD-SQLite-1.54/t/19_bindparam.t +DBD-SQLite-1.54/t/46_mod_perl.t +DBD-SQLite-1.54/t/rt_73787_exponential_buffer_overflow.t +DBD-SQLite-1.54/t/44_rtree.t +DBD-SQLite-1.54/t/06_tran.t +DBD-SQLite-1.54/t/32_inactive_error.t +DBD-SQLite-1.54/t/03_create_table.t +DBD-SQLite-1.54/t/16_column_info.t +DBD-SQLite-1.54/t/rt_62370_diconnected_handles_operation.t +DBD-SQLite-1.54/t/rt_106151_outermost_savepoint.t +DBD-SQLite-1.54/t/rt_36838_unique_and_bus_error.t +DBD-SQLite-1.54/t/cookbook_variance.t +DBD-SQLite-1.54/t/24_numrows.t +DBD-SQLite-1.54/t/rt_106950_extra_warnings_with_savepoints.t +DBD-SQLite-1.54/t/rt_29058_group_by.t +DBD-SQLite-1.54/t/05_select.t +DBD-SQLite-1.54/t/rt_71311_bind_col_and_unicode.t +DBD-SQLite-1.54/t/42_primary_key_info.t +DBD-SQLite-1.54/t/rt_53235_icu_compatibility.t +DBD-SQLite-1.54/t/rt_36836_duplicate_key.t +DBD-SQLite-1.54/t/rt_96878_fts_contentless_table.t +DBD-SQLite-1.54/t/61_strlike.t +DBD-SQLite-1.54/t/rt_52573_manual_exclusive_lock.t +DBD-SQLite-1.54/t/17_createdrop.t +DBD-SQLite-1.54/t/34_online_backup.t +DBD-SQLite-1.54/t/41_placeholders.t +DBD-SQLite-1.54/t/39_foreign_keys.t +DBD-SQLite-1.54/t/rt_88228_sqlite_3_8_0_crash.t +DBD-SQLite-1.54/t/33_non_latin_path.t +DBD-SQLite-1.54/t/10_create_aggregate.t +DBD-SQLite-1.54/dbdimp_tokenizer.inc +DBD-SQLite-1.54/sqlite3.c +DBD-SQLite-1.54/dbdimp_virtual_table.inc +DBD-SQLite-1.54/.travis.yml +DBD-SQLite-1.54/META.json +DBD-SQLite-1.54/sqlite3.h +DBD-SQLite-1.54/inc/ +DBD-SQLite-1.54/inc/Test/ +DBD-SQLite-1.54/inc/Test/NoWarnings/ +DBD-SQLite-1.54/inc/Test/NoWarnings/Warning.pm +DBD-SQLite-1.54/inc/Test/NoWarnings.pm +DBD-SQLite-1.54/Changes +DBD-SQLite-1.54/sqlite3ext.h +DBD-SQLite-1.54/Makefile.PL +DBD-SQLite-1.54/fts3_tokenizer.h +DBD-SQLite-1.54/META.yml +DBD-SQLite-1.54/MANIFEST +DBD-SQLite-1.54/dbdimp.c +DBD-SQLite-1.54/dbdimp.h +DBD-SQLite-1.54/LICENSE +DBD-SQLite-1.54/MANIFEST.SKIP +DBD-SQLite-1.54/xt/ +DBD-SQLite-1.54/xt/cpp_comments.t +DBD-SQLite-1.54/xt/meta.t +DBD-SQLite-1.54/xt/pod.t +DBD-SQLite-1.54/xt/pmv.t +Entering DBD-SQLite-1.54 +Checking configure dependencies from META.json +Checking if you have DBI 1.57 ... No +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Searching DBI (1.57) on cpanmetadb ... +==> Found dependencies: DBI +--2017-10-09 07:20:00-- http://cpanmetadb.plackperl.org/v1.0/package/DBI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2824 (2.8K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 506M=0s + +2017-10-09 07:20:00 (506 MB/s) - written to stdout [2824/2824] + +--> Working on DBI +Fetching http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.637.tar.gz ... --2017-10-09 07:20:00-- http://www.cpan.org/authors/id/T/TI/TIMB/DBI-1.637.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 596423 (582K) [application/x-gzip] +Saving to: ‘DBI-1.637.tar.gz’ + + 0K .......... .......... .......... .......... .......... 8% 88.2M 0s + 50K .......... .......... .......... .......... .......... 17% 46.2M 0s + 100K .......... .......... .......... .......... .......... 25% 54.6M 0s + 150K .......... .......... .......... .......... .......... 34% 56.7M 0s + 200K .......... .......... .......... .......... .......... 42% 52.6M 0s + 250K .......... .......... .......... .......... .......... 51% 50.7M 0s + 300K .......... .......... .......... .......... .......... 60% 44.2M 0s + 350K .......... .......... .......... .......... .......... 68% 50.4M 0s + 400K .......... .......... .......... .......... .......... 77% 51.0M 0s + 450K .......... .......... .......... .......... .......... 85% 59.4M 0s + 500K .......... .......... .......... .......... .......... 94% 56.5M 0s + 550K .......... .......... .......... .. 100% 161M=0.01s + +2017-10-09 07:20:00 (55.9 MB/s) - ‘DBI-1.637.tar.gz’ saved [596423/596423] + +Unpacking DBI-1.637.tar.gz +OK +DBI-1.637/ +DBI-1.637/Changes +DBI-1.637/dbd_xsh.h +DBI-1.637/DBI.pm +DBI-1.637/DBI.xs +DBI-1.637/dbi_sql.h +DBI-1.637/dbilogstrip.PL +DBI-1.637/dbipport.h +DBI-1.637/dbiprof.PL +DBI-1.637/dbiproxy.PL +DBI-1.637/dbivport.h +DBI-1.637/DBIXS.h +DBI-1.637/dbixs_rev.h +DBI-1.637/dbixs_rev.pl +DBI-1.637/Driver.xst +DBI-1.637/Driver_xst.h +DBI-1.637/ex/ +DBI-1.637/INSTALL +DBI-1.637/lib/ +DBI-1.637/LICENSE +DBI-1.637/Makefile.PL +DBI-1.637/MANIFEST +DBI-1.637/META.json +DBI-1.637/META.yml +DBI-1.637/Perl.xs +DBI-1.637/README.md +DBI-1.637/t/ +DBI-1.637/test.pl +DBI-1.637/typemap +DBI-1.637/t/01basics.t +DBI-1.637/t/02dbidrv.t +DBI-1.637/t/03handle.t +DBI-1.637/t/04mods.t +DBI-1.637/t/05concathash.t +DBI-1.637/t/06attrs.t +DBI-1.637/t/07kids.t +DBI-1.637/t/08keeperr.t +DBI-1.637/t/09trace.t +DBI-1.637/t/10examp.t +DBI-1.637/t/11fetch.t +DBI-1.637/t/12quote.t +DBI-1.637/t/13taint.t +DBI-1.637/t/14utf8.t +DBI-1.637/t/15array.t +DBI-1.637/t/16destroy.t +DBI-1.637/t/19fhtrace.t +DBI-1.637/t/20meta.t +DBI-1.637/t/30subclass.t +DBI-1.637/t/31methcache.t +DBI-1.637/t/35thrclone.t +DBI-1.637/t/40profile.t +DBI-1.637/t/41prof_dump.t +DBI-1.637/t/42prof_data.t +DBI-1.637/t/43prof_env.t +DBI-1.637/t/48dbi_dbd_sqlengine.t +DBI-1.637/t/49dbd_file.t +DBI-1.637/t/50dbm_simple.t +DBI-1.637/t/51dbm_file.t +DBI-1.637/t/52dbm_complex.t +DBI-1.637/t/53sqlengine_adv.t +DBI-1.637/t/60preparse.t +DBI-1.637/t/65transact.t +DBI-1.637/t/70callbacks.t +DBI-1.637/t/72childhandles.t +DBI-1.637/t/73cachedkids.t +DBI-1.637/t/80proxy.t +DBI-1.637/t/85gofer.t +DBI-1.637/t/86gofer_fail.t +DBI-1.637/t/87gofer_cache.t +DBI-1.637/t/90sql_type_cast.t +DBI-1.637/t/91_store_warning.t +DBI-1.637/t/lib.pl +DBI-1.637/t/pod-coverage.t +DBI-1.637/t/pod.t +DBI-1.637/lib/Bundle/ +DBI-1.637/lib/DBD/ +DBI-1.637/lib/DBI/ +DBI-1.637/lib/Win32/ +DBI-1.637/lib/Win32/DBIODBC.pm +DBI-1.637/lib/DBI/Const/ +DBI-1.637/lib/DBI/DBD/ +DBI-1.637/lib/DBI/DBD.pm +DBI-1.637/lib/DBI/Gofer/ +DBI-1.637/lib/DBI/Profile.pm +DBI-1.637/lib/DBI/ProfileData.pm +DBI-1.637/lib/DBI/ProfileDumper/ +DBI-1.637/lib/DBI/ProfileDumper.pm +DBI-1.637/lib/DBI/ProfileSubs.pm +DBI-1.637/lib/DBI/ProxyServer.pm +DBI-1.637/lib/DBI/PurePerl.pm +DBI-1.637/lib/DBI/SQL/ +DBI-1.637/lib/DBI/Util/ +DBI-1.637/lib/DBI/W32ODBC.pm +DBI-1.637/lib/DBI/Util/_accessor.pm +DBI-1.637/lib/DBI/Util/CacheMemory.pm +DBI-1.637/lib/DBI/SQL/Nano.pm +DBI-1.637/lib/DBI/ProfileDumper/Apache.pm +DBI-1.637/lib/DBI/Gofer/Execute.pm +DBI-1.637/lib/DBI/Gofer/Request.pm +DBI-1.637/lib/DBI/Gofer/Response.pm +DBI-1.637/lib/DBI/Gofer/Serializer/ +DBI-1.637/lib/DBI/Gofer/Transport/ +DBI-1.637/lib/DBI/Gofer/Transport/Base.pm +DBI-1.637/lib/DBI/Gofer/Transport/pipeone.pm +DBI-1.637/lib/DBI/Gofer/Transport/stream.pm +DBI-1.637/lib/DBI/Gofer/Serializer/Base.pm +DBI-1.637/lib/DBI/Gofer/Serializer/DataDumper.pm +DBI-1.637/lib/DBI/Gofer/Serializer/Storable.pm +DBI-1.637/lib/DBI/DBD/Metadata.pm +DBI-1.637/lib/DBI/DBD/SqlEngine/ +DBI-1.637/lib/DBI/DBD/SqlEngine.pm +DBI-1.637/lib/DBI/DBD/SqlEngine/Developers.pod +DBI-1.637/lib/DBI/DBD/SqlEngine/HowTo.pod +DBI-1.637/lib/DBI/Const/GetInfo/ +DBI-1.637/lib/DBI/Const/GetInfoReturn.pm +DBI-1.637/lib/DBI/Const/GetInfoType.pm +DBI-1.637/lib/DBI/Const/GetInfo/ANSI.pm +DBI-1.637/lib/DBI/Const/GetInfo/ODBC.pm +DBI-1.637/lib/DBD/DBM.pm +DBI-1.637/lib/DBD/ExampleP.pm +DBI-1.637/lib/DBD/File/ +DBI-1.637/lib/DBD/File.pm +DBI-1.637/lib/DBD/Gofer/ +DBI-1.637/lib/DBD/Gofer.pm +DBI-1.637/lib/DBD/NullP.pm +DBI-1.637/lib/DBD/Proxy.pm +DBI-1.637/lib/DBD/Sponge.pm +DBI-1.637/lib/DBD/Gofer/Policy/ +DBI-1.637/lib/DBD/Gofer/Transport/ +DBI-1.637/lib/DBD/Gofer/Transport/Base.pm +DBI-1.637/lib/DBD/Gofer/Transport/corostream.pm +DBI-1.637/lib/DBD/Gofer/Transport/null.pm +DBI-1.637/lib/DBD/Gofer/Transport/pipeone.pm +DBI-1.637/lib/DBD/Gofer/Transport/stream.pm +DBI-1.637/lib/DBD/Gofer/Policy/Base.pm +DBI-1.637/lib/DBD/Gofer/Policy/classic.pm +DBI-1.637/lib/DBD/Gofer/Policy/pedantic.pm +DBI-1.637/lib/DBD/Gofer/Policy/rush.pm +DBI-1.637/lib/DBD/File/Developers.pod +DBI-1.637/lib/DBD/File/HowTo.pod +DBI-1.637/lib/DBD/File/Roadmap.pod +DBI-1.637/lib/Bundle/DBI.pm +DBI-1.637/ex/corogofer.pl +DBI-1.637/ex/perl_dbi_nulls_test.pl +DBI-1.637/ex/profile.pl +Entering DBI-1.637 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring DBI-1.637 ... +*** Your LANG environment variable is set to 'en_US.UTF-8' +*** This may cause problems for some perl installations. +*** If you get test failures, please try again with LANG unset. +*** If that then works, please email dbi-dev@perl.org with details +*** including the output of 'perl -V' + +Your perl was compiled with gcc (version 7.2.0), okay. +Creating test wrappers for DBD::Gofer: +t/zvg_01basics.t +t/zvg_02dbidrv.t +t/zvg_03handle.t +t/zvg_04mods.t +t/zvg_05concathash.t +t/zvg_06attrs.t +t/zvg_07kids.t +t/zvg_08keeperr.t +t/zvg_09trace.t +t/zvg_10examp.t +t/zvg_11fetch.t +t/zvg_12quote.t +t/zvg_13taint.t +t/zvg_14utf8.t +t/zvg_15array.t +t/zvg_16destroy.t +t/zvg_19fhtrace.t +t/zvg_20meta.t +t/zvg_30subclass.t +t/zvg_31methcache.t +t/zvg_35thrclone.t +t/zvg_40profile.t +t/zvg_41prof_dump.t +t/zvg_42prof_data.t +t/zvg_43prof_env.t +t/zvg_48dbi_dbd_sqlengine.t +t/zvg_49dbd_file.t +t/zvg_50dbm_simple.t +t/zvg_51dbm_file.t +t/zvg_52dbm_complex.t +t/zvg_53sqlengine_adv.t +t/zvg_60preparse.t +t/zvg_65transact.t +t/zvg_70callbacks.t +t/zvg_72childhandles.t +t/zvg_73cachedkids.t +t/zvg_80proxy.t +t/zvg_85gofer.t +t/zvg_86gofer_fail.t +t/zvg_87gofer_cache.t +t/zvg_90sql_type_cast.t +t/zvg_91_store_warning.t +Creating test wrappers for DBI::SQL::Nano: +t/zvn_48dbi_dbd_sqlengine.t +t/zvn_49dbd_file.t +t/zvn_50dbm_simple.t +t/zvn_51dbm_file.t +t/zvn_52dbm_complex.t +t/zvn_85gofer.t +Creating test wrappers for DBI::PurePerl: +t/zvp_01basics.t +t/zvp_02dbidrv.t +t/zvp_03handle.t +t/zvp_04mods.t +t/zvp_05concathash.t +t/zvp_06attrs.t +t/zvp_07kids.t +t/zvp_08keeperr.t +t/zvp_09trace.t +t/zvp_10examp.t +t/zvp_11fetch.t +t/zvp_12quote.t +t/zvp_13taint.t +t/zvp_14utf8.t +t/zvp_15array.t +t/zvp_16destroy.t +t/zvp_19fhtrace.t +t/zvp_20meta.t +t/zvp_30subclass.t +t/zvp_31methcache.t +t/zvp_35thrclone.t +t/zvp_40profile.t +t/zvp_41prof_dump.t +t/zvp_42prof_data.t +t/zvp_43prof_env.t +t/zvp_48dbi_dbd_sqlengine.t +t/zvp_49dbd_file.t +t/zvp_50dbm_simple.t +t/zvp_51dbm_file.t +t/zvp_52dbm_complex.t +t/zvp_53sqlengine_adv.t +t/zvp_60preparse.t +t/zvp_65transact.t +t/zvp_70callbacks.t +t/zvp_72childhandles.t +t/zvp_73cachedkids.t +t/zvp_80proxy.t +t/zvp_85gofer.t +t/zvp_86gofer_fail.t +t/zvp_87gofer_cache.t +t/zvp_90sql_type_cast.t +t/zvp_91_store_warning.t +Creating test wrappers for DBD::Gofer + DBI::SQL::Nano: +t/zvxgn_48dbi_dbd_sqlengine.t +t/zvxgn_49dbd_file.t +t/zvxgn_50dbm_simple.t +t/zvxgn_51dbm_file.t +t/zvxgn_52dbm_complex.t +t/zvxgn_85gofer.t +Creating test wrappers for DBD::Gofer + DBI::PurePerl: +t/zvxgp_01basics.t +t/zvxgp_02dbidrv.t +t/zvxgp_03handle.t +t/zvxgp_04mods.t +t/zvxgp_05concathash.t +t/zvxgp_06attrs.t +t/zvxgp_07kids.t +t/zvxgp_08keeperr.t +t/zvxgp_09trace.t +t/zvxgp_10examp.t +t/zvxgp_11fetch.t +t/zvxgp_12quote.t +t/zvxgp_13taint.t +t/zvxgp_14utf8.t +t/zvxgp_15array.t +t/zvxgp_16destroy.t +t/zvxgp_19fhtrace.t +t/zvxgp_20meta.t +t/zvxgp_30subclass.t +t/zvxgp_31methcache.t +t/zvxgp_35thrclone.t +t/zvxgp_40profile.t +t/zvxgp_41prof_dump.t +t/zvxgp_42prof_data.t +t/zvxgp_43prof_env.t +t/zvxgp_48dbi_dbd_sqlengine.t +t/zvxgp_49dbd_file.t +t/zvxgp_50dbm_simple.t +t/zvxgp_51dbm_file.t +t/zvxgp_52dbm_complex.t +t/zvxgp_53sqlengine_adv.t +t/zvxgp_60preparse.t +t/zvxgp_65transact.t +t/zvxgp_70callbacks.t +t/zvxgp_72childhandles.t +t/zvxgp_73cachedkids.t +t/zvxgp_80proxy.t +t/zvxgp_85gofer.t +t/zvxgp_86gofer_fail.t +t/zvxgp_87gofer_cache.t +t/zvxgp_90sql_type_cast.t +t/zvxgp_91_store_warning.t +Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl: +t/zvxnp_48dbi_dbd_sqlengine.t +t/zvxnp_49dbd_file.t +t/zvxnp_50dbm_simple.t +t/zvxnp_51dbm_file.t +t/zvxnp_52dbm_complex.t +t/zvxnp_85gofer.t +Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl: +t/zvxgnp_48dbi_dbd_sqlengine.t +t/zvxgnp_49dbd_file.t +t/zvxgnp_50dbm_simple.t +t/zvxgnp_51dbm_file.t +t/zvxgnp_52dbm_complex.t +t/zvxgnp_85gofer.t +Checking if your kit is complete... +Looks good + + I see you're using perl 5.027005 on x86_64-linux, okay. + Remember to actually *read* the README file! + Use 'make' to build the software (dmake or nmake on Windows). + Then 'make test' to execute self tests. + Then 'make install' to install the DBI and then delete this working + directory before unpacking and building any DBD::* drivers. + +Generating a Unix-style Makefile +Writing Makefile for DBI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +Checking if you have Test::Simple 0.90 ... Yes (1.302098) +OK +Building and testing DBI-1.637 ... "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI +rm -f blib/lib/DBI/Changes.pm +cp Changes blib/lib/DBI/Changes.pm +cp dbixs_rev.pl blib/lib/dbixs_rev.pl +cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h +cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h +cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm +cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod +cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm +cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm +cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm +cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm +cp dbipport.h blib/arch/auto/DBI/dbipport.h +cp DBI.pm blib/lib/DBI.pm +cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm +cp dbivport.h blib/arch/auto/DBI/dbivport.h +cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod +cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm +cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm +cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm +cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod +cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm +cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h +cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm +cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod +cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm +cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm +cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm +cp lib/DBD/File.pm blib/lib/DBD/File.pm +cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm +cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm +cp Driver.xst blib/arch/auto/DBI/Driver.xst +cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm +cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h +cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm +cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm +cp DBIXS.h blib/arch/auto/DBI/DBIXS.h +cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm +cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod +cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm +cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm +cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm +cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm +cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm +cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm +cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm +cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm +cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm +cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm +cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm +cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm +cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm +cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm +cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm +cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm +cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm +cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm +cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm +cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm +cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm +cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm +cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm +cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm +Running Mkbootstrap for DBI () +chmod 644 "DBI.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/DBI-1.637/typemap' Perl.xs > Perl.xsc +mv Perl.xsc Perl.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.637\" -DXS_VERSION=\"1.637\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS Perl.c +Perl.c: In function ‘XS_DBD__Perl__dr_data_sources’: +Perl.c:276:7: warning: variable ‘attr’ set but not used [-Wunused-but-set-variable] + SV * attr; + ^~~~ +Perl.c: In function ‘XS_DBD__Perl__db__login’: +Perl.c:320:7: warning: variable ‘attribs’ set but not used [-Wunused-but-set-variable] + SV * attribs; + ^~~~~~~ +Perl.c: In function ‘XS_DBD__Perl__db_last_insert_id’: +Perl.c:555:7: warning: variable ‘attr’ set but not used [-Wunused-but-set-variable] + SV * attr; + ^~~~ +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/DBI-1.637/typemap' DBI.xs > DBI.xsc +mv DBI.xsc DBI.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.637\" -DXS_VERSION=\"1.637\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS DBI.c +rm -f blib/arch/auto/DBI/DBI.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong DBI.o -o blib/arch/auto/DBI/DBI.so \ + \ + +chmod 755 blib/arch/auto/DBI/DBI.so +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip +Extracted dbilogstrip from dbilogstrip.PL with variable substitutions. +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof +Extracted dbiprof from dbiprof.PL with variable substitutions. +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy +Extracted dbiproxy from dbiproxy.PL with variable substitutions. +cp dbilogstrip blib/script/dbilogstrip +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip +cp dbiprof blib/script/dbiprof +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof +cp dbiproxy blib/script/dbiproxy +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy +Manifying 3 pod documents +Manifying 35 pod documents +Manifying 13 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/lib" "-Iblib/arch" test.pl +test.pl +DBI test application $Revision$ +Switch: DBI 1.637 by Tim Bunce, 1.637 +Available Drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge +dbi:ExampleP:: testing 3 sets of 20 connections: +Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 +Disconnecting... +Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 +Disconnecting... +Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 +Disconnecting... +connect 20 and disconnect them, 3 times: 0.0014s / 60 = 0.0000s +Testing handle creation speed... +111111 NullP sth/s perl 5.027005 x86_64-linux (gcc 7.2.0 -O2) 0.000009s + +test.pl done +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# --- Perl 5.027005 on x86_64-linux +t/01basics.t .................... ok +t/02dbidrv.t .................... ok +t/03handle.t .................... ok +t/04mods.t ...................... ok +t/05concathash.t ................ ok +t/06attrs.t ..................... ok +t/07kids.t ...................... ok +t/08keeperr.t ................... ok +t/09trace.t ..................... ok +t/10examp.t ..................... ok +t/11fetch.t ..................... ok +t/12quote.t ..................... ok +t/13taint.t ..................... ok +t/14utf8.t ...................... ok +t/15array.t ..................... ok +t/16destroy.t ................... ok +t/19fhtrace.t ................... ok +t/20meta.t ...................... ok +t/30subclass.t .................. ok +t/31methcache.t ................. ok +t/35thrclone.t .................. skipped: this linux perl 5.027005 not supported for DBI iThreads +t/40profile.t ................... ok +t/41prof_dump.t ................. ok +t/42prof_data.t ................. ok +t/43prof_env.t .................. ok +t/48dbi_dbd_sqlengine.t ......... ok +t/49dbd_file.t .................. ok +t/50dbm_simple.t ................ ok +t/51dbm_file.t .................. ok +t/52dbm_complex.t ............... skipped: DBI::SQL::Nano is being used +t/53sqlengine_adv.t ............. ok +t/60preparse.t .................. ok +t/65transact.t .................. ok +t/70callbacks.t ................. ok +t/72childhandles.t .............. ok +t/73cachedkids.t ................ ok +t/80proxy.t ..................... skipped: modules required for proxy are probably not installed (e.g., RPC/PlClient.pm) +t/85gofer.t ..................... ok +t/86gofer_fail.t ................ ok +t/87gofer_cache.t ............... ok +t/90sql_type_cast.t ............. ok +t/91_store_warning.t ............ ok +t/pod-coverage.t ................ skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ......................... skipped: Test::Pod 1.41 required for testing POD +# --- Perl 5.027005 on x86_64-linux +t/zvg_01basics.t ................ ok +t/zvg_02dbidrv.t ................ ok +t/zvg_03handle.t ................ ok +t/zvg_04mods.t .................. ok +t/zvg_05concathash.t ............ ok +t/zvg_06attrs.t ................. ok +t/zvg_07kids.t .................. ok +t/zvg_08keeperr.t ............... ok +t/zvg_09trace.t ................. ok +t/zvg_10examp.t ................. ok +t/zvg_11fetch.t ................. ok +t/zvg_12quote.t ................. ok +t/zvg_13taint.t ................. skipped: Taint attribute tests not functional with DBI_AUTOPROXY +t/zvg_14utf8.t .................. ok +t/zvg_15array.t ................. ok +t/zvg_16destroy.t ............... ok +t/zvg_19fhtrace.t ............... ok +t/zvg_20meta.t .................. ok +t/zvg_30subclass.t .............. ok +t/zvg_31methcache.t ............. ok +t/zvg_35thrclone.t .............. skipped: this linux perl 5.027005 not supported for DBI iThreads +t/zvg_40profile.t ............... ok +t/zvg_41prof_dump.t ............. ok +t/zvg_42prof_data.t ............. ok +t/zvg_43prof_env.t .............. ok +t/zvg_48dbi_dbd_sqlengine.t ..... ok +t/zvg_49dbd_file.t .............. ok +t/zvg_50dbm_simple.t ............ ok +t/zvg_51dbm_file.t .............. ok +t/zvg_52dbm_complex.t ........... skipped: DBI::SQL::Nano is being used +t/zvg_53sqlengine_adv.t ......... skipped: Modifying driver state won't compute running behind Gofer +t/zvg_60preparse.t .............. ok +t/zvg_65transact.t .............. skipped: Transactions not supported by DBD::Gofer +t/zvg_70callbacks.t ............. ok +t/zvg_72childhandles.t .......... ok +t/zvg_73cachedkids.t ............ ok +t/zvg_80proxy.t ................. skipped: modules required for proxy are probably not installed (e.g., RPC/PlClient.pm) +t/zvg_85gofer.t ................. ok +t/zvg_86gofer_fail.t ............ skipped: Gofer DBI_AUTOPROXY +t/zvg_87gofer_cache.t ........... skipped: Gofer DBI_AUTOPROXY +t/zvg_90sql_type_cast.t ......... ok +t/zvg_91_store_warning.t ........ ok +t/zvn_48dbi_dbd_sqlengine.t ..... ok +t/zvn_49dbd_file.t .............. ok +t/zvn_50dbm_simple.t ............ ok +t/zvn_51dbm_file.t .............. ok +t/zvn_52dbm_complex.t ........... skipped: DBI::SQL::Nano is being used +t/zvn_85gofer.t ................. ok +# --- Perl 5.027005 on x86_64-linux +t/zvp_01basics.t ................ ok +t/zvp_02dbidrv.t ................ ok +t/zvp_03handle.t ................ ok +t/zvp_04mods.t .................. ok +t/zvp_05concathash.t ............ ok +t/zvp_06attrs.t ................. ok +t/zvp_07kids.t .................. skipped: $h->{Kids} attribute not supported for DBI::PurePerl +t/zvp_08keeperr.t ............... ok +t/zvp_09trace.t ................. ok +t/zvp_10examp.t ................. ok +t/zvp_11fetch.t ................. ok +t/zvp_12quote.t ................. ok +t/zvp_13taint.t ................. skipped: Taint attributes not supported with DBI::PurePerl +t/zvp_14utf8.t .................. ok +t/zvp_15array.t ................. ok +t/zvp_16destroy.t ............... ok +t/zvp_19fhtrace.t ............... ok +t/zvp_20meta.t .................. ok +t/zvp_30subclass.t .............. ok +t/zvp_31methcache.t ............. ok +t/zvp_35thrclone.t .............. skipped: this linux perl 5.027005 not supported for DBI iThreads +t/zvp_40profile.t ............... skipped: profiling not supported for DBI::PurePerl +t/zvp_41prof_dump.t ............. skipped: profiling not supported for DBI::PurePerl +t/zvp_42prof_data.t ............. skipped: profiling not supported for DBI::PurePerl +t/zvp_43prof_env.t .............. skipped: profiling not supported for DBI::PurePerl +t/zvp_48dbi_dbd_sqlengine.t ..... ok +t/zvp_49dbd_file.t .............. ok +t/zvp_50dbm_simple.t ............ ok +t/zvp_51dbm_file.t .............. ok +t/zvp_52dbm_complex.t ........... skipped: DBI::SQL::Nano is being used +t/zvp_53sqlengine_adv.t ......... ok +t/zvp_60preparse.t .............. skipped: preparse not supported for DBI::PurePerl +t/zvp_65transact.t .............. ok +t/zvp_70callbacks.t ............. skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl +t/zvp_72childhandles.t .......... ok +t/zvp_73cachedkids.t ............ ok +t/zvp_80proxy.t ................. skipped: modules required for proxy are probably not installed (e.g., RPC/PlClient.pm) +t/zvp_85gofer.t ................. ok +t/zvp_86gofer_fail.t ............ skipped: requires Callbacks which are not supported with PurePerl +t/zvp_87gofer_cache.t ........... ok +t/zvp_90sql_type_cast.t ......... ok +t/zvp_91_store_warning.t ........ ok +t/zvxgn_48dbi_dbd_sqlengine.t ... ok +t/zvxgn_49dbd_file.t ............ ok +t/zvxgn_50dbm_simple.t .......... ok +t/zvxgn_51dbm_file.t ............ ok +t/zvxgn_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used +t/zvxgn_85gofer.t ............... ok +t/zvxgnp_48dbi_dbd_sqlengine.t .. ok +t/zvxgnp_49dbd_file.t ........... ok +t/zvxgnp_50dbm_simple.t ......... ok +t/zvxgnp_51dbm_file.t ........... ok +t/zvxgnp_52dbm_complex.t ........ skipped: DBI::SQL::Nano is being used +t/zvxgnp_85gofer.t .............. ok +# --- Perl 5.027005 on x86_64-linux +t/zvxgp_01basics.t .............. ok +t/zvxgp_02dbidrv.t .............. ok +t/zvxgp_03handle.t .............. ok +t/zvxgp_04mods.t ................ ok +t/zvxgp_05concathash.t .......... ok +t/zvxgp_06attrs.t ............... ok +t/zvxgp_07kids.t ................ skipped: $h->{Kids} attribute not supported for DBI::PurePerl +t/zvxgp_08keeperr.t ............. ok +t/zvxgp_09trace.t ............... ok +t/zvxgp_10examp.t ............... ok +t/zvxgp_11fetch.t ............... ok +t/zvxgp_12quote.t ............... ok +t/zvxgp_13taint.t ............... skipped: Taint attributes not supported with DBI::PurePerl +t/zvxgp_14utf8.t ................ ok +t/zvxgp_15array.t ............... ok +t/zvxgp_16destroy.t ............. ok +t/zvxgp_19fhtrace.t ............. ok +t/zvxgp_20meta.t ................ ok +t/zvxgp_30subclass.t ............ ok +t/zvxgp_31methcache.t ........... ok +t/zvxgp_35thrclone.t ............ skipped: this linux perl 5.027005 not supported for DBI iThreads +t/zvxgp_40profile.t ............. skipped: profiling not supported for DBI::PurePerl +t/zvxgp_41prof_dump.t ........... skipped: profiling not supported for DBI::PurePerl +t/zvxgp_42prof_data.t ........... skipped: profiling not supported for DBI::PurePerl +t/zvxgp_43prof_env.t ............ skipped: profiling not supported for DBI::PurePerl +t/zvxgp_48dbi_dbd_sqlengine.t ... ok +t/zvxgp_49dbd_file.t ............ ok +t/zvxgp_50dbm_simple.t .......... ok +t/zvxgp_51dbm_file.t ............ ok +t/zvxgp_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used +t/zvxgp_53sqlengine_adv.t ....... skipped: Modifying driver state won't compute running behind Gofer +t/zvxgp_60preparse.t ............ skipped: preparse not supported for DBI::PurePerl +t/zvxgp_65transact.t ............ skipped: Transactions not supported by DBD::Gofer +t/zvxgp_70callbacks.t ........... skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl +t/zvxgp_72childhandles.t ........ ok +t/zvxgp_73cachedkids.t .......... ok +t/zvxgp_80proxy.t ............... skipped: modules required for proxy are probably not installed (e.g., RPC/PlClient.pm) +t/zvxgp_85gofer.t ............... ok +t/zvxgp_86gofer_fail.t .......... skipped: requires Callbacks which are not supported with PurePerl +t/zvxgp_87gofer_cache.t ......... skipped: Gofer DBI_AUTOPROXY +t/zvxgp_90sql_type_cast.t ....... ok +t/zvxgp_91_store_warning.t ...... ok +t/zvxnp_48dbi_dbd_sqlengine.t ... ok +t/zvxnp_49dbd_file.t ............ ok +t/zvxnp_50dbm_simple.t .......... ok +t/zvxnp_51dbm_file.t ............ ok +t/zvxnp_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used +t/zvxnp_85gofer.t ............... ok +All tests successful. +Files=194, Tests=8925, 83 wallclock secs ( 1.53 usr 0.26 sys + 68.01 cusr 9.52 csys = 79.32 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 +Manifying 3 pod documents +Manifying 35 pod documents +Manifying 13 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/dbipport.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/DBIXS.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/dbi_sql.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/Driver.xst +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/dbivport.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/dbixs_rev.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/Driver_xst.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/dbd_xsh.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/DBI.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/dbixs_rev.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Changes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/W32ODBC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/DBD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/ProxyServer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Profile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/ProfileDumper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/ProfileSubs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/ProfileData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/PurePerl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/SQL/Nano.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/DBD/Metadata.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/DBD/SqlEngine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/DBD/SqlEngine/HowTo.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/DBD/SqlEngine/Developers.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/ProfileDumper/Apache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Util/_accessor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Util/CacheMemory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Execute.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Request.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Response.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Transport/stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Transport/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Transport/pipeone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Serializer/Storable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Serializer/DataDumper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Gofer/Serializer/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Const/GetInfoType.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Const/GetInfoReturn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Const/GetInfo/ANSI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBI/Const/GetInfo/ODBC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/ExampleP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/NullP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Sponge.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Proxy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/DBM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/File/HowTo.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/File/Roadmap.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/File/Developers.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Transport/stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Transport/corostream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Transport/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Transport/pipeone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Transport/null.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Policy/rush.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Policy/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Policy/pedantic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/Gofer/Policy/classic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Win32/DBIODBC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Bundle/DBI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/dbiprof.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/dbiproxy.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/dbilogstrip.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Transport::stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Const::GetInfo::ODBC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Serializer::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::ProfileData.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Request.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Profile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::ProfileSubs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::File::HowTo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Policy::rush.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Const::GetInfo::ANSI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::ProfileDumper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Policy::pedantic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::DBM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Bundle::DBI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Win32::DBIODBC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::PurePerl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Serializer::DataDumper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Proxy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Policy::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::ProxyServer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::DBD::Metadata.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Transport::pipeone.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::DBD::SqlEngine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Response.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Transport::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Serializer::Storable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Transport::null.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::File::Roadmap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Execute.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Transport::corostream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Const::GetInfoReturn.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::SQL::Nano.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::ProfileDumper::Apache.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::DBD::SqlEngine::Developers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Gofer::Transport::stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Transport::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::File::Developers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::DBD.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Sponge.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::W32ODBC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Const::GetInfoType.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Policy::classic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::DBD::SqlEngine::HowTo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::Gofer::Transport::pipeone.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBI::Util::CacheMemory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/dbilogstrip +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/dbiprof +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/dbiproxy +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed DBI-1.637 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBI-1.637/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBI-1.637/MYMETA.json +Running Makefile.PL +Configuring DBD-SQLite-1.54 ... Checking if your kit is complete... +Looks good +Using DBI 1.637 (for perl 5.027005 on x86_64-linux) installed in /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/ +Generating a Unix-style Makefile +Writing Makefile for DBD::SQLite +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have DBI 1.57 ... Yes (1.637) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have Tie::Hash 0 ... Yes (1.05) +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +OK +Building and testing DBD-SQLite-1.54 ... cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm +cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod +cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm +cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm +cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod +cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm +cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm +Running Mkbootstrap for SQLite () +chmod 644 "SQLite.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -p -e "s/~DRIVER~/SQLite/g" /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI/Driver.xst > SQLite.xsi +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/DBD-SQLite-1.54/typemap' SQLite.xs > SQLite.xsc +mv SQLite.xsc SQLite.c +cc -c -I. -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_STAT3 -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 SQLite.c +cc -c -I. -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_STAT3 -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 dbdimp.c +cc -c -I. -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBI -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-Bsymbolic -O2 -DVERSION=\"1.54\" -DXS_VERSION=\"1.54\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_STAT3 -DSQLITE_ENABLE_STAT4 -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 sqlite3.c +rm -f blib/arch/auto/DBD/SQLite/SQLite.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -Wl,-Bsymbolic SQLite.o dbdimp.o sqlite3.o -o blib/arch/auto/DBD/SQLite/SQLite.so \ + \ + +chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so +Manifying 7 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/**/*.t +# $DBI::VERSION=1.637 +# Compile Options: +# ENABLE_COLUMN_METADATA +# ENABLE_FTS3 +# ENABLE_FTS3_PARENTHESIS +# ENABLE_FTS4 +# ENABLE_FTS5 +# ENABLE_JSON1 +# ENABLE_RTREE +# ENABLE_STAT4 +# SYSTEM_MALLOC +# THREADSAFE=0 +t/01_compile.t ........................................ ok +# sqlite_version=3.13.0 +t/02_logon.t .......................................... ok +t/03_create_table.t ................................... ok +t/04_insert.t ......................................... ok +t/05_select.t ......................................... ok +t/06_tran.t ........................................... ok +t/07_error.t .......................................... ok +t/08_busy.t ........................................... ok +t/09_create_function.t ................................ ok +t/10_create_aggregate.t ............................... ok +t/12_unicode.t ........................................ ok +t/13_create_collation.t ............................... ok +t/14_progress_handler.t ............................... ok +t/15_ak_dbd.t ......................................... ok +t/16_column_info.t .................................... ok +t/17_createdrop.t ..................................... ok +t/18_insertfetch.t .................................... ok +t/19_bindparam.t ...................................... ok +t/20_blobs.t .......................................... ok +t/21_blobtext.t ....................................... ok +t/22_listfields.t ..................................... ok +t/23_nulls.t .......................................... ok +t/24_numrows.t ........................................ ok +t/25_chopblanks.t ..................................... ok +t/26_commit.t ......................................... ok +t/27_metadata.t ....................................... ok +t/28_schemachange.t ................................... ok +t/30_auto_rollback.t .................................. ok +t/31_bind_weird_number_param.t ........................ ok +t/32_inactive_error.t ................................. ok +t/33_non_latin_path.t ................................. ok +t/34_online_backup.t .................................. ok +t/35_table_info.t ..................................... ok +t/36_hooks.t .......................................... ok +t/37_regexp.t ......................................... ok +t/38_empty_statement.t ................................ ok +t/39_foreign_keys.t ................................... ok +t/40_multiple_statements.t ............................ ok +t/41_placeholders.t ................................... ok +t/42_primary_key_info.t ............................... ok +t/43_fts3.t ........................................... ok +t/44_rtree.t .......................................... ok +t/45_savepoints.t ..................................... ok +t/46_mod_perl.t ....................................... skipped: requires APR::Table +t/47_execute.t ........................................ ok +t/48_bind_param_is_sticky.t ........................... ok +t/49_trace_and_profile.t .............................. ok +t/50_foreign_key_info.t ............................... ok +t/51_table_column_metadata.t .......................... ok +t/52_db_filename.t .................................... ok +t/53_status.t ......................................... ok +t/54_literal_txn.t .................................... ok +t/55_statistics_info.t ................................ ok +t/56_open_flags.t ..................................... ok +t/57_uri_filename.t ................................... ok +t/58_see_if_its_a_number_and_explicit_binding.t ....... ok +t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only +t/60_readonly.t ....................................... ok +t/61_strlike.t ........................................ ok +t/62_regexp_multibyte_char_class.t .................... ok +t/cookbook_variance.t ................................. ok +t/rt_106151_outermost_savepoint.t ..................... ok +t/rt_106950_extra_warnings_with_savepoints.t .......... ok +t/rt_115465_column_info_with_spaces.t ................. ok +t/rt_15186_prepcached.t ............................... ok +t/rt_21406_auto_finish.t .............................. ok +t/rt_25371_asymmetric_unicode.t ....................... ok +t/rt_25460_numeric_aggregate.t ........................ ok +t/rt_25924_user_defined_func_unicode.t ................ ok +t/rt_26775_distinct.t ................................. ok +t/rt_27553_prepared_cache_and_analyze.t ............... ok +t/rt_29058_group_by.t ................................. ok +t/rt_29629_sqlite_where_length.t ...................... ok +t/rt_31324_full_names.t ............................... ok +t/rt_32889_prepare_cached_reexecute.t ................. ok +t/rt_36836_duplicate_key.t ............................ ok +t/rt_36838_unique_and_bus_error.t ..................... ok +t/rt_40594_nullable.t ................................. ok +t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test +t/rt_50503_fts3.t ..................................... ok +t/rt_52573_manual_exclusive_lock.t .................... ok +t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled +t/rt_62370_diconnected_handles_operation.t ............ ok +t/rt_64177_ping_wipes_out_the_errstr.t ................ ok +t/rt_67581_bind_params_mismatch.t ..................... ok +t/rt_71311_bind_col_and_unicode.t ..................... ok +t/rt_73159_fts_tokenizer_segfault.t ................... ok +t/rt_73787_exponential_buffer_overflow.t .............. ok +t/rt_76395_int_overflow.t ............................. ok +t/rt_77724_primary_key_with_a_whitespace.t ............ ok +t/rt_78833_utf8_flag_for_column_names.t ............... ok +t/rt_81536_multi_column_primary_key_info.t ............ ok +t/rt_88228_sqlite_3_8_0_crash.t ....................... ok +t/rt_96050_db_filename_for_a_closed_database.t ........ ok +t/rt_96877_unicode_statements.t ....................... ok +t/rt_96878_fts_contentless_table.t .................... ok +t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok +t/virtual_table/00_base.t ............................. ok +t/virtual_table/01_destroy.t .......................... ok +t/virtual_table/02_find_function.t .................... ok +t/virtual_table/10_filecontent.t ...................... ok +t/virtual_table/11_filecontent_fulltext.t ............. ok +t/virtual_table/20_perldata.t ......................... ok +t/virtual_table/21_perldata_charinfo.t ................ ok +t/virtual_table/rt_99748.t ............................ ok +All tests successful. +Files=105, Tests=3583, 18 wallclock secs ( 0.61 usr 0.14 sys + 8.70 cusr 1.23 csys = 10.68 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 +Manifying 7 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/DBD/SQLite/SQLite.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite/sqlite3ext.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite/sqlite3.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite/sqlite3.c +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/Fulltext_search.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/Constants.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/VirtualTable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/VirtualTable/PerlData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/DBD/SQLite/VirtualTable/FileContent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::VirtualTable::PerlData.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::VirtualTable::FileContent.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::VirtualTable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::Constants.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::Fulltext_search.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed DBD-SQLite-1.54 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBD-SQLite-1.54/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBD-SQLite-1.54/MYMETA.json +Searching IPC::Run (0) on cpanmetadb ... +--2017-10-09 07:22:27-- http://cpanmetadb.plackperl.org/v1.0/package/IPC::Run +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 239 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 38.7M=0s + +2017-10-09 07:22:27 (38.7 MB/s) - written to stdout [239/239] + +--> Working on IPC::Run +Fetching http://www.cpan.org/authors/id/T/TO/TODDR/IPC-Run-0.96.tar.gz ... --2017-10-09 07:22:27-- http://www.cpan.org/authors/id/T/TO/TODDR/IPC-Run-0.96.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 121644 (119K) [application/x-gzip] +Saving to: ‘IPC-Run-0.96.tar.gz’ + + 0K .......... .......... .......... .......... .......... 42% 23.5M 0s + 50K .......... .......... .......... .......... .......... 84% 43.4M 0s + 100K .......... ........ 100% 18.5M=0.004s + +2017-10-09 07:22:27 (27.7 MB/s) - ‘IPC-Run-0.96.tar.gz’ saved [121644/121644] + +Unpacking IPC-Run-0.96.tar.gz +OK +IPC-Run-0.96/ +IPC-Run-0.96/eg/ +IPC-Run-0.96/eg/runsu +IPC-Run-0.96/eg/factorial +IPC-Run-0.96/eg/run_daemon +IPC-Run-0.96/eg/factorial_scalar +IPC-Run-0.96/eg/factorial_pipe +IPC-Run-0.96/eg/runsh +IPC-Run-0.96/eg/synopsis_scripting +IPC-Run-0.96/t/ +IPC-Run-0.96/t/98_pod_coverage.t +IPC-Run-0.96/t/run.t +IPC-Run-0.96/t/binmode.t +IPC-Run-0.96/t/win32_compile.t +IPC-Run-0.96/t/signal.t +IPC-Run-0.96/t/98_pod.t +IPC-Run-0.96/t/kill_kill.t +IPC-Run-0.96/t/filter.t +IPC-Run-0.96/t/pty.t +IPC-Run-0.96/t/97_meta.t +IPC-Run-0.96/t/timer.t +IPC-Run-0.96/t/99_perl_minimum_version.t +IPC-Run-0.96/t/pump.t +IPC-Run-0.96/t/parallel.t +IPC-Run-0.96/t/windows_search_path.t +IPC-Run-0.96/t/lib/ +IPC-Run-0.96/t/lib/Test.pm +IPC-Run-0.96/t/io.t +IPC-Run-0.96/t/bogus.t +IPC-Run-0.96/t/harness.t +IPC-Run-0.96/t/timeout.t +IPC-Run-0.96/t/adopt.t +IPC-Run-0.96/abuse/ +IPC-Run-0.96/abuse/blocking_writes +IPC-Run-0.96/abuse/timers +IPC-Run-0.96/abuse/blocking_debug_with_sub_coprocess +IPC-Run-0.96/abuse/broken_pipe_on_bad_executable_name +IPC-Run-0.96/lib/ +IPC-Run-0.96/lib/IPC/ +IPC-Run-0.96/lib/IPC/Run/ +IPC-Run-0.96/lib/IPC/Run/Debug.pm +IPC-Run-0.96/lib/IPC/Run/Timer.pm +IPC-Run-0.96/lib/IPC/Run/Win32Pump.pm +IPC-Run-0.96/lib/IPC/Run/IO.pm +IPC-Run-0.96/lib/IPC/Run/Win32Helper.pm +IPC-Run-0.96/lib/IPC/Run/Win32IO.pm +IPC-Run-0.96/lib/IPC/Run.pm +IPC-Run-0.96/MANIFEST +IPC-Run-0.96/README +IPC-Run-0.96/Changes +IPC-Run-0.96/TODO +IPC-Run-0.96/Makefile.PL +IPC-Run-0.96/LICENSE +IPC-Run-0.96/META.yml +IPC-Run-0.96/META.json +Entering IPC-Run-0.96 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring IPC-Run-0.96 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IPC::Run +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +OK +Building and testing IPC-Run-0.96 ... cp lib/IPC/Run/Timer.pm blib/lib/IPC/Run/Timer.pm +cp lib/IPC/Run/Debug.pm blib/lib/IPC/Run/Debug.pm +cp lib/IPC/Run.pm blib/lib/IPC/Run.pm +cp lib/IPC/Run/Win32Helper.pm blib/lib/IPC/Run/Win32Helper.pm +cp lib/IPC/Run/IO.pm blib/lib/IPC/Run/IO.pm +cp lib/IPC/Run/Win32Pump.pm blib/lib/IPC/Run/Win32Pump.pm +cp lib/IPC/Run/Win32IO.pm blib/lib/IPC/Run/Win32IO.pm +Manifying 7 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/97_meta.t .................. skipped: Author tests not required for installation +t/98_pod.t ................... skipped: Author tests not required for installation +t/98_pod_coverage.t .......... skipped: Author tests not required for installation +t/99_perl_minimum_version.t .. skipped: Author tests not required for installation +t/adopt.t .................... skipped: adopt not implemented yet +t/binmode.t .................. ok +t/bogus.t .................... ok +t/filter.t ................... ok +t/harness.t .................. ok +t/io.t ....................... ok +t/kill_kill.t ................ ok +t/parallel.t ................. ok +t/pty.t ...................... skipped: IO::Pty not installed +t/pump.t ..................... ok +t/run.t ...................... ok +t/signal.t ................... ok +t/timeout.t .................. ok +t/timer.t .................... ok +Constant subroutine IPPROTO_TCP redefined at /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/Socket.pm line 4294967295. +t/win32_compile.t ............ ok +t/windows_search_path.t ...... ok +All tests successful. +Files=20, Tests=661, 13 wallclock secs ( 0.13 usr 0.02 sys + 1.52 cusr 0.29 csys = 1.96 CPU) +Result: PASS +Manifying 7 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/Win32Helper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/IO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/Debug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/Timer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/Win32IO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run/Win32Pump.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::Win32Helper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::IO.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::Debug.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::Win32Pump.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::Timer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run::Win32IO.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IPC-Run-0.96 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IPC-Run-0.96/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IPC-Run-0.96/MYMETA.json +Searching DateTime (0) on cpanmetadb ... +--2017-10-09 07:22:41-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 337 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 66.4M=0s + +2017-10-09 07:22:41 (66.4 MB/s) - written to stdout [337/337] + +--> Working on DateTime +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-1.44.tar.gz ... --2017-10-09 07:22:41-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-1.44.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 239685 (234K) [application/x-gzip] +Saving to: ‘DateTime-1.44.tar.gz’ + + 0K .......... .......... .......... .......... .......... 21% 25.3M 0s + 50K .......... .......... .......... .......... .......... 42% 56.7M 0s + 100K .......... .......... .......... .......... .......... 64% 25.3M 0s + 150K .......... .......... .......... .......... .......... 85% 43.7M 0s + 200K .......... .......... .......... .... 100% 35.6M=0.007s + +2017-10-09 07:22:41 (33.8 MB/s) - ‘DateTime-1.44.tar.gz’ saved [239685/239685] + +Unpacking DateTime-1.44.tar.gz +OK +DateTime-1.44/ +DateTime-1.44/dist.ini +DateTime-1.44/CREDITS +DateTime-1.44/META.yml +DateTime-1.44/DateTime.xs +DateTime-1.44/perltidyrc +DateTime-1.44/appveyor.yml +DateTime-1.44/TODO +DateTime-1.44/t/ +DateTime-1.44/t/09greg.t +DateTime-1.44/t/45core-time.t +DateTime-1.44/t/06add.t +DateTime-1.44/t/05set.t +DateTime-1.44/t/10subtract.t +DateTime-1.44/t/00load.t +DateTime-1.44/t/11duration.t +DateTime-1.44/t/35rd-values.t +DateTime-1.44/t/00-report-prereqs.t +DateTime-1.44/t/42duration-class.t +DateTime-1.44/t/13strftime.t +DateTime-1.44/t/16truncate.t +DateTime-1.44/t/04epoch.t +DateTime-1.44/t/39no-so.t +DateTime-1.44/t/12week.t +DateTime-1.44/t/32leap-second2.t +DateTime-1.44/t/07compare.t +DateTime-1.44/t/48rt-115983.t +DateTime-1.44/t/15jd.t +DateTime-1.44/t/17set-return.t +DateTime-1.44/t/37local-add.t +DateTime-1.44/t/44set-formatter.t +DateTime-1.44/t/47default-time-zone.t +DateTime-1.44/t/22from-doy.t +DateTime-1.44/t/40leap-years.t +DateTime-1.44/t/02last-day.t +DateTime-1.44/t/34set-tz.t +DateTime-1.44/t/20infinite.t +DateTime-1.44/t/03components.t +DateTime-1.44/t/21bad-params.t +DateTime-1.44/t/26dt-leapsecond-pm.t +DateTime-1.44/t/27delta.t +DateTime-1.44/t/01sanity.t +DateTime-1.44/t/29overload.t +DateTime-1.44/t/zzz-check-breaks.t +DateTime-1.44/t/00-report-prereqs.dd +DateTime-1.44/t/36invalid-local.t +DateTime-1.44/t/41cldr-format.t +DateTime-1.44/t/18today.t +DateTime-1.44/t/46warnings.t +DateTime-1.44/t/38local-subtract.t +DateTime-1.44/t/14locale.t +DateTime-1.44/t/30future-tz.t +DateTime-1.44/t/24from-object.t +DateTime-1.44/t/23storable.t +DateTime-1.44/t/43new-params.t +DateTime-1.44/t/19leap-second.t +DateTime-1.44/t/33seconds-offset.t +DateTime-1.44/t/28dow.t +DateTime-1.44/t/31formatter.t +DateTime-1.44/t/25add-subtract.t +DateTime-1.44/inc/ +DateTime-1.44/inc/LeapSecondsHeader.pm +DateTime-1.44/leap_seconds.h +DateTime-1.44/ppport.h +DateTime-1.44/xt/ +DateTime-1.44/xt/release/ +DateTime-1.44/xt/release/cpan-changes.t +DateTime-1.44/xt/release/meta-json.t +DateTime-1.44/xt/author/ +DateTime-1.44/xt/author/pp-18today.t +DateTime-1.44/xt/author/clean-namespaces.t +DateTime-1.44/xt/author/pp-15jd.t +DateTime-1.44/xt/author/pp-41cldr-format.t +DateTime-1.44/xt/author/pp-38local-subtract.t +DateTime-1.44/xt/author/pp-06add.t +DateTime-1.44/xt/author/pp-31formatter.t +DateTime-1.44/xt/author/pp-10subtract.t +DateTime-1.44/xt/author/pp-47default-time-zone.t +DateTime-1.44/xt/author/pp-12week.t +DateTime-1.44/xt/author/pp-24from-object.t +DateTime-1.44/xt/author/pp-16truncate.t +DateTime-1.44/xt/author/pp-20infinite.t +DateTime-1.44/xt/author/eol.t +DateTime-1.44/xt/author/test-all-my-deps.t +DateTime-1.44/xt/author/pp-07compare.t +DateTime-1.44/xt/author/test-version.t +DateTime-1.44/xt/author/xs-is-loaded.t +DateTime-1.44/xt/author/pp-28dow.t +DateTime-1.44/xt/author/pp-27delta.t +DateTime-1.44/xt/author/pp-21bad-params.t +DateTime-1.44/xt/author/portability.t +DateTime-1.44/xt/author/no-tabs.t +DateTime-1.44/xt/author/pod-coverage.t +DateTime-1.44/xt/author/pp-02last-day.t +DateTime-1.44/xt/author/tidyall.t +DateTime-1.44/xt/author/pp-37local-add.t +DateTime-1.44/xt/author/pp-34set-tz.t +DateTime-1.44/xt/author/pp-05set.t +DateTime-1.44/xt/author/pp-25add-subtract.t +DateTime-1.44/xt/author/pp-00load.t +DateTime-1.44/xt/author/pp-09greg.t +DateTime-1.44/xt/author/pp-01sanity.t +DateTime-1.44/xt/author/pp-11duration.t +DateTime-1.44/xt/author/pp-45core-time.t +DateTime-1.44/xt/author/pp-36invalid-local.t +DateTime-1.44/xt/author/pp-22from-doy.t +DateTime-1.44/xt/author/pp-46warnings.t +DateTime-1.44/xt/author/pp-35rd-values.t +DateTime-1.44/xt/author/pp-40leap-years.t +DateTime-1.44/xt/author/pp-30future-tz.t +DateTime-1.44/xt/author/pp-48rt-115983.t +DateTime-1.44/xt/author/pp-04epoch.t +DateTime-1.44/xt/author/pp-23storable.t +DateTime-1.44/xt/author/mojibake.t +DateTime-1.44/xt/author/pp-32leap-second2.t +DateTime-1.44/xt/author/pp-is-loaded.t +DateTime-1.44/xt/author/pp-42duration-class.t +DateTime-1.44/xt/author/pp-43new-params.t +DateTime-1.44/xt/author/pod-syntax.t +DateTime-1.44/xt/author/pp-44set-formatter.t +DateTime-1.44/xt/author/pp-17set-return.t +DateTime-1.44/xt/author/pp-33seconds-offset.t +DateTime-1.44/xt/author/pp-13strftime.t +DateTime-1.44/xt/author/pod-spell.t +DateTime-1.44/xt/author/pp-03components.t +DateTime-1.44/xt/author/pp-19leap-second.t +DateTime-1.44/xt/author/pp-29overload.t +DateTime-1.44/xt/author/pp-14locale.t +DateTime-1.44/tidyall.ini +DateTime-1.44/INSTALL +DateTime-1.44/leaptab.txt +DateTime-1.44/Changes +DateTime-1.44/README.md +DateTime-1.44/MANIFEST +DateTime-1.44/CONTRIBUTING.md +DateTime-1.44/cpanfile +DateTime-1.44/LICENSE +DateTime-1.44/META.json +DateTime-1.44/lib/ +DateTime-1.44/lib/DateTime/ +DateTime-1.44/lib/DateTime/Duration.pm +DateTime-1.44/lib/DateTime/PP.pm +DateTime-1.44/lib/DateTime/LeapSecond.pm +DateTime-1.44/lib/DateTime/Types.pm +DateTime-1.44/lib/DateTime/Infinite.pm +DateTime-1.44/lib/DateTime/Conflicts.pm +DateTime-1.44/lib/DateTime/Helpers.pm +DateTime-1.44/lib/DateTime/PPExtra.pm +DateTime-1.44/lib/DateTime.pm +DateTime-1.44/perlcriticrc +DateTime-1.44/Makefile.PL +Entering DateTime-1.44 +Checking configure dependencies from META.json +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Searching Dist::CheckConflicts (0.02) on cpanmetadb ... +==> Found dependencies: Dist::CheckConflicts +--2017-10-09 07:22:41-- http://cpanmetadb.plackperl.org/v1.0/package/Dist::CheckConflicts +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.0M=0s + +2017-10-09 07:22:41 (21.0 MB/s) - written to stdout [108/108] + +--> Working on Dist::CheckConflicts +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ... --2017-10-09 07:22:41-- http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19964 (19K) [application/x-gzip] +Saving to: ‘Dist-CheckConflicts-0.11.tar.gz’ + + 0K .......... ......... 100% 23.0M=0.001s + +2017-10-09 07:22:41 (23.0 MB/s) - ‘Dist-CheckConflicts-0.11.tar.gz’ saved [19964/19964] + +Unpacking Dist-CheckConflicts-0.11.tar.gz +OK +Dist-CheckConflicts-0.11 +Dist-CheckConflicts-0.11/README +Dist-CheckConflicts-0.11/Changes +Dist-CheckConflicts-0.11/LICENSE +Dist-CheckConflicts-0.11/dist.ini +Dist-CheckConflicts-0.11/t +Dist-CheckConflicts-0.11/t/warn.t +Dist-CheckConflicts-0.11/t/also.t +Dist-CheckConflicts-0.11/t/dist.t +Dist-CheckConflicts-0.11/META.yml +Dist-CheckConflicts-0.11/MANIFEST +Dist-CheckConflicts-0.11/t/merge.t +Dist-CheckConflicts-0.11/t/basic.t +Dist-CheckConflicts-0.11/META.json +Dist-CheckConflicts-0.11/t/runtime.t +Dist-CheckConflicts-0.11/Makefile.PL +Dist-CheckConflicts-0.11/t/conflicts.t +Dist-CheckConflicts-0.11/t/00-compile.t +Dist-CheckConflicts-0.11/xt/release +Dist-CheckConflicts-0.11/xt/release/eol.t +Dist-CheckConflicts-0.11/t/lib/dist +Dist-CheckConflicts-0.11/t/lib/dist/Foo.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar.pm +Dist-CheckConflicts-0.11/t/lib/also +Dist-CheckConflicts-0.11/t/lib/also/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime +Dist-CheckConflicts-0.11/t/lib/runtime/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar.pm +Dist-CheckConflicts-0.11/xt/release/no-tabs.t +Dist-CheckConflicts-0.11/t/lib/dist/Bar +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Two.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Two.pm +Dist-CheckConflicts-0.11/t/lib/conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar.pm +Dist-CheckConflicts-0.11/t/lib/warn/Foo +Dist-CheckConflicts-0.11/t/lib/warn/Foo/Thing.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Three.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Three.pm +Dist-CheckConflicts-0.11/xt/release/pod-syntax.t +Dist-CheckConflicts-0.11/t/lib/runtime/Bar +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Baz.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Bar.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Quux.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Broken.pm +Dist-CheckConflicts-0.11/xt/release/pod-coverage.t +Dist-CheckConflicts-0.11/lib/Dist +Dist-CheckConflicts-0.11/lib/Dist/CheckConflicts.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Two.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Two.pm +Dist-CheckConflicts-0.11/t/lib/warn/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/also/Bar +Dist-CheckConflicts-0.11/t/lib/also/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/also/Foo +Dist-CheckConflicts-0.11/t/lib/also/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/merge/Foo +Dist-CheckConflicts-0.11/t/lib/merge/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo/Bad.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/basic/Foo +Dist-CheckConflicts-0.11/t/lib/basic/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Three.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Three.pm +Dist-CheckConflicts-0.11/t/lib/also/Bar/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/merge/Foo/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo/Good.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts3.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad2.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad3.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good2.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad2.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good2.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Broken.pm +Entering Dist-CheckConflicts-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Dist-CheckConflicts-0.11 ... Warning: prerequisite Module::Runtime 0.009 not found. +Warning: prerequisite Test::Fatal 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dist::CheckConflicts +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Fatal 0 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Module::Runtime 0.009 ... No +Checking if you have base 0 ... Yes (2.26) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 0 ... Yes (1.36) +Searching Test::Fatal (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Fatal, Module::Runtime +--2017-10-09 07:22:42-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Fatal +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.7M=0s + +2017-10-09 07:22:42 (21.7 MB/s) - written to stdout [94/94] + +--> Working on Test::Fatal +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz ... --2017-10-09 07:22:42-- http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.014.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19685 (19K) [application/x-gzip] +Saving to: ‘Test-Fatal-0.014.tar.gz’ + + 0K .......... ......... 100% 22.3M=0.001s + +2017-10-09 07:22:42 (22.3 MB/s) - ‘Test-Fatal-0.014.tar.gz’ saved [19685/19685] + +Unpacking Test-Fatal-0.014.tar.gz +OK +Test-Fatal-0.014/ +Test-Fatal-0.014/Changes +Test-Fatal-0.014/dist.ini +Test-Fatal-0.014/examples/ +Test-Fatal-0.014/lib/ +Test-Fatal-0.014/LICENSE +Test-Fatal-0.014/Makefile.PL +Test-Fatal-0.014/MANIFEST +Test-Fatal-0.014/META.json +Test-Fatal-0.014/META.yml +Test-Fatal-0.014/README +Test-Fatal-0.014/t/ +Test-Fatal-0.014/xt/ +Test-Fatal-0.014/xt/release/ +Test-Fatal-0.014/xt/release/changes_has_content.t +Test-Fatal-0.014/xt/release/pod-syntax.t +Test-Fatal-0.014/t/00-report-prereqs.dd +Test-Fatal-0.014/t/00-report-prereqs.t +Test-Fatal-0.014/t/basic.t +Test-Fatal-0.014/t/like-exception.t +Test-Fatal-0.014/t/todo.t +Test-Fatal-0.014/lib/Test/ +Test-Fatal-0.014/lib/Test/Fatal.pm +Test-Fatal-0.014/examples/convert-to-test-fatal +Test-Fatal-0.014/examples/exception_like.t +Entering Test-Fatal-0.014 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Fatal-0.014 ... Warning: prerequisite Try::Tiny 0.07 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Fatal +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Builder::Tester 0 ... Yes (1.302098) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Try::Tiny 0.07 ... No +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have overload 0 ... Yes (1.28) +Searching Try::Tiny (0.07) on cpanmetadb ... +OK +==> Found dependencies: Try::Tiny +--2017-10-09 07:22:42-- http://cpanmetadb.plackperl.org/v1.0/package/Try::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.8M=0s + +2017-10-09 07:22:42 (17.8 MB/s) - written to stdout [88/88] + +--> Working on Try::Tiny +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz ... --2017-10-09 07:22:42-- http://www.cpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 33239 (32K) [application/x-gzip] +Saving to: ‘Try-Tiny-0.28.tar.gz’ + + 0K .......... .......... .......... .. 100% 33.2M=0.001s + +2017-10-09 07:22:42 (33.2 MB/s) - ‘Try-Tiny-0.28.tar.gz’ saved [33239/33239] + +Unpacking Try-Tiny-0.28.tar.gz +OK +Try-Tiny-0.28/ +Try-Tiny-0.28/Changes +Try-Tiny-0.28/CONTRIBUTING +Try-Tiny-0.28/dist.ini +Try-Tiny-0.28/INSTALL +Try-Tiny-0.28/lib/ +Try-Tiny-0.28/LICENCE +Try-Tiny-0.28/maint/ +Try-Tiny-0.28/Makefile.PL +Try-Tiny-0.28/MANIFEST +Try-Tiny-0.28/META.json +Try-Tiny-0.28/META.yml +Try-Tiny-0.28/README +Try-Tiny-0.28/t/ +Try-Tiny-0.28/xt/ +Try-Tiny-0.28/xt/author/ +Try-Tiny-0.28/xt/release/ +Try-Tiny-0.28/xt/release/changes_has_content.t +Try-Tiny-0.28/xt/release/cpan-changes.t +Try-Tiny-0.28/xt/release/distmeta.t +Try-Tiny-0.28/xt/release/minimum-version.t +Try-Tiny-0.28/xt/author/00-compile.t +Try-Tiny-0.28/xt/author/eol.t +Try-Tiny-0.28/xt/author/kwalitee.t +Try-Tiny-0.28/xt/author/mojibake.t +Try-Tiny-0.28/xt/author/no-tabs.t +Try-Tiny-0.28/xt/author/pod-coverage.t +Try-Tiny-0.28/xt/author/pod-no404s.t +Try-Tiny-0.28/xt/author/pod-spell.t +Try-Tiny-0.28/xt/author/pod-syntax.t +Try-Tiny-0.28/xt/author/portability.t +Try-Tiny-0.28/t/00-report-prereqs.dd +Try-Tiny-0.28/t/00-report-prereqs.t +Try-Tiny-0.28/t/basic.t +Try-Tiny-0.28/t/context.t +Try-Tiny-0.28/t/erroneous_usage.t +Try-Tiny-0.28/t/finally.t +Try-Tiny-0.28/t/given_when.t +Try-Tiny-0.28/t/global_destruction_forked.t +Try-Tiny-0.28/t/global_destruction_load.t +Try-Tiny-0.28/t/lib/ +Try-Tiny-0.28/t/named.t +Try-Tiny-0.28/t/when.t +Try-Tiny-0.28/t/zzz-check-breaks.t +Try-Tiny-0.28/t/lib/TryUser.pm +Try-Tiny-0.28/maint/bench.pl +Try-Tiny-0.28/lib/Try/ +Try-Tiny-0.28/lib/Try/Tiny.pm +Entering Try-Tiny-0.28 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Try-Tiny-0.28 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Try::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +OK +Building and testing Try-Tiny-0.28 ... cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# if any 0.0607 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Test Suggests === +# +# Module Want Have +# ------------------------ ----- ------- +# CPAN::Meta::Check 0.011 missing +# CPAN::Meta::Requirements any 2.140 +# Capture::Tiny 0.12 missing +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# Exporter 5.57 5.72 +# constant any 1.33 +# strict any 1.11 +# warnings any 1.37 +# +# === Runtime Suggests === +# +# Module Want Have +# --------- ---- ------- +# Sub::Name 0.08 missing +# Sub::Util any 1.49 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# JSON::PP 2.94 +# Pod::Coverage missing +# Sub::Name missing +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .......... ok +t/basic.t ...................... ok +t/context.t .................... ok +t/erroneous_usage.t ............ ok +t/finally.t .................... ok +t/given_when.t ................. ok +t/global_destruction_forked.t .. ok +t/global_destruction_load.t .... skipped: Capture::Tiny 0.12 required +t/named.t ...................... ok +t/when.t ....................... ok +t/zzz-check-breaks.t ........... ok +All tests successful. +Files=11, Tests=103, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.77 cusr 0.09 csys = 0.92 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Try/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Try::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Try-Tiny-0.28 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Try-Tiny-0.28/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Try-Tiny-0.28/MYMETA.json +Building and testing Test-Fatal-0.014 ... cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::Builder::Tester any 1.302098 +# Test::More 0.96 1.302098 +# overload any 1.28 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- -------- +# Carp any 1.43 +# Exporter 5.57 5.72 +# Test::Builder any 1.302098 +# Try::Tiny 0.07 0.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +t/like-exception.t ..... ok +t/todo.t ............... ok +All tests successful. +Files=4, Tests=16, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.34 cusr 0.04 csys = 0.42 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Fatal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Fatal.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Fatal-0.014 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Fatal-0.014/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Fatal-0.014/MYMETA.json +Searching Module::Runtime (0.009) on cpanmetadb ... +--2017-10-09 07:22:45-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Runtime +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.7M=0s + +2017-10-09 07:22:45 (12.7 MB/s) - written to stdout [104/104] + +--> Working on Module::Runtime +Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.015.tar.gz ... --2017-10-09 07:22:45-- http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.015.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17743 (17K) [application/x-gzip] +Saving to: ‘Module-Runtime-0.015.tar.gz’ + + 0K .......... ....... 100% 20.7M=0.001s + +2017-10-09 07:22:45 (20.7 MB/s) - ‘Module-Runtime-0.015.tar.gz’ saved [17743/17743] + +Unpacking Module-Runtime-0.015.tar.gz +OK +Module-Runtime-0.015 +Module-Runtime-0.015/.gitignore +Module-Runtime-0.015/Build.PL +Module-Runtime-0.015/Changes +Module-Runtime-0.015/MANIFEST +Module-Runtime-0.015/META.json +Module-Runtime-0.015/META.yml +Module-Runtime-0.015/Makefile.PL +Module-Runtime-0.015/README +Module-Runtime-0.015/SIGNATURE +Module-Runtime-0.015/lib +Module-Runtime-0.015/lib/Module +Module-Runtime-0.015/lib/Module/Runtime.pm +Module-Runtime-0.015/t +Module-Runtime-0.015/t/cmn.t +Module-Runtime-0.015/t/dependency.t +Module-Runtime-0.015/t/import_error.t +Module-Runtime-0.015/t/ivmn.t +Module-Runtime-0.015/t/ivms.t +Module-Runtime-0.015/t/mnf.t +Module-Runtime-0.015/t/pod_cvg.t +Module-Runtime-0.015/t/pod_syn.t +Module-Runtime-0.015/t/rm.t +Module-Runtime-0.015/t/taint.t +Module-Runtime-0.015/t/um.t +Module-Runtime-0.015/t/upo.t +Module-Runtime-0.015/t/upo_overridden.t +Module-Runtime-0.015/t/lib +Module-Runtime-0.015/t/lib/t +Module-Runtime-0.015/t/lib/t/Break.pm +Module-Runtime-0.015/t/lib/t/Context.pm +Module-Runtime-0.015/t/lib/t/Eval.pm +Module-Runtime-0.015/t/lib/t/Hints.pm +Module-Runtime-0.015/t/lib/t/Nest0.pm +Module-Runtime-0.015/t/lib/t/Nest1.pm +Module-Runtime-0.015/t/lib/t/Simple.pm +Entering Module-Runtime-0.015 +Checking configure dependencies from META.json +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Build 0.38 ... No +Searching Module::Build (0.38) on cpanmetadb ... +==> Found dependencies: Module::Build +--2017-10-09 07:22:45-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Build +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 769 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 148M=0s + +2017-10-09 07:22:45 (148 MB/s) - written to stdout [769/769] + +--> Working on Module::Build +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz ... --2017-10-09 07:22:45-- http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4224.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 304181 (297K) [application/x-gzip] +Saving to: ‘Module-Build-0.4224.tar.gz’ + + 0K .......... .......... .......... .......... .......... 16% 22.0M 0s + 50K .......... .......... .......... .......... .......... 33% 44.1M 0s + 100K .......... .......... .......... .......... .......... 50% 20.6M 0s + 150K .......... .......... .......... .......... .......... 67% 39.8M 0s + 200K .......... .......... .......... .......... .......... 84% 22.2M 0s + 250K .......... .......... .......... .......... ....... 100% 37.9M=0.01s + +2017-10-09 07:22:45 (28.1 MB/s) - ‘Module-Build-0.4224.tar.gz’ saved [304181/304181] + +Unpacking Module-Build-0.4224.tar.gz +OK +Module-Build-0.4224 +Module-Build-0.4224/Build.PL +Module-Build-0.4224/Changes +Module-Build-0.4224/INSTALL +Module-Build-0.4224/LICENSE +Module-Build-0.4224/MANIFEST +Module-Build-0.4224/META.json +Module-Build-0.4224/META.yml +Module-Build-0.4224/Makefile.PL +Module-Build-0.4224/README +Module-Build-0.4224/bin +Module-Build-0.4224/bin/config_data +Module-Build-0.4224/contrib +Module-Build-0.4224/contrib/bash_completion.module-build +Module-Build-0.4224/inc +Module-Build-0.4224/inc/MBVersion.pm +Module-Build-0.4224/inc/bootstrap.pl +Module-Build-0.4224/inc/Module +Module-Build-0.4224/inc/Module/Metadata.pm +Module-Build-0.4224/inc/Perl +Module-Build-0.4224/inc/Perl/OSType.pm +Module-Build-0.4224/lib +Module-Build-0.4224/lib/Module +Module-Build-0.4224/lib/Module/Build.pm +Module-Build-0.4224/lib/Module/Build +Module-Build-0.4224/lib/Module/Build/API.pod +Module-Build-0.4224/lib/Module/Build/Authoring.pod +Module-Build-0.4224/lib/Module/Build/Base.pm +Module-Build-0.4224/lib/Module/Build/Bundling.pod +Module-Build-0.4224/lib/Module/Build/Compat.pm +Module-Build-0.4224/lib/Module/Build/Config.pm +Module-Build-0.4224/lib/Module/Build/Cookbook.pm +Module-Build-0.4224/lib/Module/Build/Dumper.pm +Module-Build-0.4224/lib/Module/Build/Notes.pm +Module-Build-0.4224/lib/Module/Build/PPMMaker.pm +Module-Build-0.4224/lib/Module/Build/PodParser.pm +Module-Build-0.4224/lib/Module/Build/Platform +Module-Build-0.4224/lib/Module/Build/Platform/Default.pm +Module-Build-0.4224/lib/Module/Build/Platform/MacOS.pm +Module-Build-0.4224/lib/Module/Build/Platform/Unix.pm +Module-Build-0.4224/lib/Module/Build/Platform/VMS.pm +Module-Build-0.4224/lib/Module/Build/Platform/VOS.pm +Module-Build-0.4224/lib/Module/Build/Platform/Windows.pm +Module-Build-0.4224/lib/Module/Build/Platform/aix.pm +Module-Build-0.4224/lib/Module/Build/Platform/cygwin.pm +Module-Build-0.4224/lib/Module/Build/Platform/darwin.pm +Module-Build-0.4224/lib/Module/Build/Platform/os2.pm +Module-Build-0.4224/t +Module-Build-0.4224/t/00-compile.t +Module-Build-0.4224/t/PL_files.t +Module-Build-0.4224/t/README.pod +Module-Build-0.4224/t/add_property.t +Module-Build-0.4224/t/add_property_array.t +Module-Build-0.4224/t/add_property_hash.t +Module-Build-0.4224/t/basic.t +Module-Build-0.4224/t/bundle_inc.t +Module-Build-0.4224/t/compat.t +Module-Build-0.4224/t/debug.t +Module-Build-0.4224/t/destinations.t +Module-Build-0.4224/t/ext.t +Module-Build-0.4224/t/extend.t +Module-Build-0.4224/t/files.t +Module-Build-0.4224/t/help.t +Module-Build-0.4224/t/install.t +Module-Build-0.4224/t/install_extra_target.t +Module-Build-0.4224/t/manifypods.t +Module-Build-0.4224/t/manifypods_with_utf8.t +Module-Build-0.4224/t/metadata.t +Module-Build-0.4224/t/metadata2.t +Module-Build-0.4224/t/mymeta.t +Module-Build-0.4224/t/new_from_context.t +Module-Build-0.4224/t/notes.t +Module-Build-0.4224/t/par.t +Module-Build-0.4224/t/parents.t +Module-Build-0.4224/t/perl_mb_opt.t +Module-Build-0.4224/t/pod_parser.t +Module-Build-0.4224/t/ppm.t +Module-Build-0.4224/t/resume.t +Module-Build-0.4224/t/runthrough.t +Module-Build-0.4224/t/sample.t +Module-Build-0.4224/t/script_dist.t +Module-Build-0.4224/t/signature.t +Module-Build-0.4224/t/test_file_exts.t +Module-Build-0.4224/t/test_reqs.t +Module-Build-0.4224/t/test_type.t +Module-Build-0.4224/t/test_types.t +Module-Build-0.4224/t/tilde.t +Module-Build-0.4224/t/unit_run_test_harness.t +Module-Build-0.4224/t/use_tap_harness.t +Module-Build-0.4224/t/versions.t +Module-Build-0.4224/t/write_default_maniskip.t +Module-Build-0.4224/t/xs.t +Module-Build-0.4224/t/actions +Module-Build-0.4224/t/actions/installdeps.t +Module-Build-0.4224/t/actions/manifest_skip.t +Module-Build-0.4224/t/bundled +Module-Build-0.4224/t/bundled/Software +Module-Build-0.4224/t/bundled/Software/License.pm +Module-Build-0.4224/t/bundled/Tie +Module-Build-0.4224/t/bundled/Tie/CPHash.pm +Module-Build-0.4224/t/compat +Module-Build-0.4224/t/compat/exit.t +Module-Build-0.4224/t/lib +Module-Build-0.4224/t/lib/DistGen.pm +Module-Build-0.4224/t/lib/MBTest.pm +Module-Build-0.4224/t/lib/Module +Module-Build-0.4224/t/lib/Module/Signature.pm +Module-Build-0.4224/t/lib/Software +Module-Build-0.4224/t/lib/Software/License +Module-Build-0.4224/t/lib/Software/License/VaporWare.pm +Module-Build-0.4224/t/properties +Module-Build-0.4224/t/properties/dist_suffix.t +Module-Build-0.4224/t/properties/license.t +Module-Build-0.4224/t/properties/module_name.t +Module-Build-0.4224/t/properties/needs_compiler.t +Module-Build-0.4224/t/properties/release_status.t +Module-Build-0.4224/t/properties/requires.t +Module-Build-0.4224/t/properties/share_dir.t +Entering Module-Build-0.4224 +Checking configure dependencies from META.json +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +Checking if you have Perl::OSType 1 ... Yes (1.010) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Running Build.PL +Configuring Module-Build-0.4224 ... +Checking optional features... +inc_bundling_support....disabled + requires: + ! inc::latest is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Build' version '0.4224' +Checking dependencies from MYMETA.json ... +Checking if you have TAP::Harness 3.29 ... Yes (3.39) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Pod::Man 2.17 ... Yes (4.09) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Parse::CPAN::Meta 1.4401 ... Yes (2.150010) +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have ExtUtils::Mkbootstrap 0 ... Yes (7.30) +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have Perl::OSType 1 ... Yes (1.010) +Checking if you have Text::Abbrev 0 ... Yes (1.02) +Checking if you have Getopt::Long 0 ... Yes (2.5) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.35) +Checking if you have CPAN::Meta::YAML 0.003 ... Yes (0.018) +Checking if you have ExtUtils::Manifest 0 ... Yes (1.70) +Checking if you have ExtUtils::Install 0 ... Yes (2.14) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Cwd 0 ... Yes (3.68) +Checking if you have File::Compare 0 ... Yes (1.1006) +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +OK +Building and testing Module-Build-0.4224 ... Building Module-Build +t/00-compile.t ................. ok +t/PL_files.t ................... ok +t/actions/installdeps.t ........ ok +t/actions/manifest_skip.t ...... ok +t/add_property.t ............... ok +t/add_property_array.t ......... ok +t/add_property_hash.t .......... ok +t/basic.t ...................... ok +t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set +t/compat.t ..................... ok +t/compat/exit.t ................ ok +t/debug.t ...................... ok +t/destinations.t ............... ok +t/ext.t ........................ ok +t/extend.t ..................... ok +t/files.t ...................... ok +t/help.t ....................... ok +t/install.t .................... ok +t/install_extra_target.t ....... ok +t/manifypods.t ................. ok +t/manifypods_with_utf8.t ....... ok +t/metadata.t ................... ok +t/metadata2.t .................. ok +t/mymeta.t ..................... ok +t/new_from_context.t ........... ok +t/notes.t ...................... ok +t/par.t ........................ skipped: PAR::Dist 0.17 or up not installed to check .par's. +t/parents.t .................... ok +t/perl_mb_opt.t ................ ok +t/pod_parser.t ................. ok +t/ppm.t ........................ ok +t/properties/dist_suffix.t ..... ok +t/properties/license.t ......... ok +t/properties/module_name.t ..... ok +t/properties/needs_compiler.t .. ok +t/properties/release_status.t .. ok +t/properties/requires.t ........ ok +t/properties/share_dir.t ....... ok +t/resume.t ..................... ok +t/runthrough.t ................. ok +t/sample.t ..................... ok +t/script_dist.t ................ ok +t/signature.t .................. ok +t/test_file_exts.t ............. ok +t/test_reqs.t .................. ok +t/test_type.t .................. ok +t/test_types.t ................. ok +t/tilde.t ...................... ok +t/unit_run_test_harness.t ...... ok +t/use_tap_harness.t ............ ok +t/versions.t ................... ok +t/write_default_maniskip.t ..... ok +t/xs.t ......................... ok +All tests successful. +Files=53, Tests=1167, 50 wallclock secs ( 0.32 usr 0.09 sys + 39.51 cusr 7.24 csys = 47.16 CPU) +Result: PASS +Building Module-Build +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/config_data.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Cookbook.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Bundling.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/ConfigData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Compat.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/PodParser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/API.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Dumper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Notes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/PPMMaker.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Authoring.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/aix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/Default.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/VMS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/os2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/Windows.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/VOS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/cygwin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/MacOS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/darwin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Platform/Unix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::darwin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::VOS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::Default.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Compat.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::Windows.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::PPMMaker.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::MacOS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::os2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Authoring.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Bundling.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::Unix.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::API.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::aix.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::cygwin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::ConfigData.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Platform::VMS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Notes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/config_data +OK +Successfully installed Module-Build-0.4224 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-0.4224/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-0.4224/MYMETA.json +Running Build.PL +Configuring Module-Runtime-0.015 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Runtime' version '0.015' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0 ... Yes (0.4224) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Module-Runtime-0.015 ... Building Module-Runtime +t/cmn.t ............. ok +t/dependency.t ...... ok +t/import_error.t .... ok +t/ivmn.t ............ ok +t/ivms.t ............ ok +t/mnf.t ............. ok +t/pod_cvg.t ......... skipped: Test::Pod::Coverage not available +t/pod_syn.t ......... skipped: Test::Pod not available +t/rm.t .............. ok + +# Failed test at t/taint.t line 16. +# '' +# doesn't match '(?^:\AInsecure dependency )' + +# Failed test at t/taint.t line 18. +# '' +# doesn't match '(?^:\AInsecure dependency )' + +# Failed test at t/taint.t line 20. +# '' +# doesn't match '(?^:\AInsecure dependency )' +# Looks like you failed 3 tests of 5. +t/taint.t ........... +Dubious, test returned 3 (wstat 768, 0x300) +Failed 3/5 subtests +t/um.t .............. ok +t/upo.t ............. ok +t/upo_overridden.t .. ok + +Test Summary Report +------------------- +t/taint.t (Wstat: 768 Tests: 5 Failed: 3) + Failed tests: 2-4 + Non-zero exit status: 3 +Files=13, Tests=365, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.73 cusr 0.17 csys = 1.01 CPU) +Result: FAIL +Failed 1/13 test programs. 3/365 subtests failed. +! Installing Module::Runtime failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Dist-CheckConflicts-0.11. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for DateTime-1.44. +Searching Net::INET6Glue::INET_is_INET6 (0) on cpanmetadb ... +FAIL +--2017-10-09 07:23:39-- http://cpanmetadb.plackperl.org/v1.0/package/Net::INET6Glue::INET_is_INET6 +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 163 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.6M=0s + +2017-10-09 07:23:39 (30.6 MB/s) - written to stdout [163/163] + +--> Working on Net::INET6Glue::INET_is_INET6 +Fetching http://www.cpan.org/authors/id/S/SU/SULLR/Net-INET6Glue-0.603.tar.gz ... --2017-10-09 07:23:39-- http://www.cpan.org/authors/id/S/SU/SULLR/Net-INET6Glue-0.603.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5519 (5.4K) [application/x-gzip] +Saving to: ‘Net-INET6Glue-0.603.tar.gz’ + + 0K ..... 100% 621M=0s + +2017-10-09 07:23:39 (621 MB/s) - ‘Net-INET6Glue-0.603.tar.gz’ saved [5519/5519] + +Unpacking Net-INET6Glue-0.603.tar.gz +OK +Net-INET6Glue-0.603/ +Net-INET6Glue-0.603/COPYRIGHT +Net-INET6Glue-0.603/META.json +Net-INET6Glue-0.603/README +Net-INET6Glue-0.603/MANIFEST +Net-INET6Glue-0.603/Changes +Net-INET6Glue-0.603/Makefile.PL +Net-INET6Glue-0.603/t/ +Net-INET6Glue-0.603/t/02_ftp_load.t +Net-INET6Glue-0.603/t/01_inet_is_inet6.t +Net-INET6Glue-0.603/t/external/ +Net-INET6Glue-0.603/t/external/03_ftp6.t +Net-INET6Glue-0.603/lib/ +Net-INET6Glue-0.603/lib/Net/ +Net-INET6Glue-0.603/lib/Net/INET6Glue.pm +Net-INET6Glue-0.603/lib/Net/INET6Glue/ +Net-INET6Glue-0.603/lib/Net/INET6Glue/INET_is_INET6.pm +Net-INET6Glue-0.603/lib/Net/INET6Glue/FTP.pm +Net-INET6Glue-0.603/META.yml +Entering Net-INET6Glue-0.603 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Net-INET6Glue-0.603 ... Should I do external tests? +These tests will fail if there is no internet connection or if a firewall +blocks active or passive IPv6 FTP traffic. +[y/N] [n] n +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Net::INET6Glue +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Socket::IP 0.25 ... Yes (0.39) +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +Checking if you have Net::FTP 2.75 ... Yes (3.10) +OK +Building and testing Net-INET6Glue-0.603 ... cp lib/Net/INET6Glue.pm blib/lib/Net/INET6Glue.pm +cp lib/Net/INET6Glue/INET_is_INET6.pm blib/lib/Net/INET6Glue/INET_is_INET6.pm +cp lib/Net/INET6Glue/FTP.pm blib/lib/Net/INET6Glue/FTP.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_inet_is_inet6.t .. skipped: (no reason given) +Not tested with Net::FTP version 3.10 at /home/ryan/.cpanm/work/1507547994.16943/Net-INET6Glue-0.603/blib/lib/Net/INET6Glue/FTP.pm line 15. +somebody else already implements FTP IPv6 support - skipping Net::INET6Glue::FTP +t/02_ftp_load.t ....... ok +All tests successful. +Files=2, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.07 cusr 0.01 csys = 0.10 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/INET6Glue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/INET6Glue/INET_is_INET6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/INET6Glue/FTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::INET6Glue::INET_is_INET6.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::INET6Glue.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::INET6Glue::FTP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Net-INET6Glue-0.603 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-INET6Glue-0.603/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-INET6Glue-0.603/MYMETA.json +Searching DateTimeX::Easy (0) on cpanmetadb ... +--2017-10-09 07:23:40-- http://cpanmetadb.plackperl.org/v1.0/package/DateTimeX::Easy +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.9M=0s + +2017-10-09 07:23:40 (21.9 MB/s) - written to stdout [102/102] + +--> Working on DateTimeX::Easy +Fetching http://www.cpan.org/authors/id/R/RO/ROKR/DateTimeX-Easy-0.089.tar.gz ... --2017-10-09 07:23:40-- http://www.cpan.org/authors/id/R/RO/ROKR/DateTimeX-Easy-0.089.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 30965 (30K) [application/x-gzip] +Saving to: ‘DateTimeX-Easy-0.089.tar.gz’ + + 0K .......... .......... .......... 100% 29.8M=0.001s + +2017-10-09 07:23:40 (29.8 MB/s) - ‘DateTimeX-Easy-0.089.tar.gz’ saved [30965/30965] + +Unpacking DateTimeX-Easy-0.089.tar.gz +OK +DateTimeX-Easy-0.089 +DateTimeX-Easy-0.089/README +DateTimeX-Easy-0.089/Changes +DateTimeX-Easy-0.089/lib/DateTimeX +DateTimeX-Easy-0.089/lib/DateTimeX/Easy.pm +DateTimeX-Easy-0.089/lib/DateTimeX/Easy +DateTimeX-Easy-0.089/lib/DateTimeX/Easy/DateParse.pm +DateTimeX-Easy-0.089/t +DateTimeX-Easy-0.089/t/03-parse.t +DateTimeX-Easy-0.089/t/01-basic.t +DateTimeX-Easy-0.089/t/02-tz-parse.t +DateTimeX-Easy-0.089/inc/Module +DateTimeX-Easy-0.089/inc/Module/Install.pm +DateTimeX-Easy-0.089/inc/Module/AutoInstall.pm +DateTimeX-Easy-0.089/inc/Module/Install +DateTimeX-Easy-0.089/inc/Module/Install/Makefile.pm +DateTimeX-Easy-0.089/inc/Module/Install/Can.pm +DateTimeX-Easy-0.089/inc/Module/Install/Fetch.pm +DateTimeX-Easy-0.089/inc/Module/Install/AutoInstall.pm +DateTimeX-Easy-0.089/inc/Module/Install/Metadata.pm +DateTimeX-Easy-0.089/inc/Module/Install/Base.pm +DateTimeX-Easy-0.089/inc/Module/Install/WriteAll.pm +DateTimeX-Easy-0.089/inc/Module/Install/Include.pm +DateTimeX-Easy-0.089/inc/Module/Install/Win32.pm +DateTimeX-Easy-0.089/META.yml +DateTimeX-Easy-0.089/Makefile.PL +DateTimeX-Easy-0.089/MANIFEST +Entering DateTimeX-Easy-0.089 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring DateTimeX-Easy-0.089 ... Warning: prerequisite Date::Parse 0 not found. +Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Format::Flexible 0 not found. +Warning: prerequisite DateTime::Format::ICal 0 not found. +Warning: prerequisite DateTime::Format::Natural 0 not found. +Warning: prerequisite Test::Most 0 not found. +Warning: prerequisite Time::Zone 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTimeX::Easy +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime 0 ... No +Checking if you have DateTime::Format::ICal 0 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have Test::Most 0 ... No +Checking if you have DateTime::Format::Flexible 0 ... No +Checking if you have Date::Parse 0 ... No +Checking if you have DateTime::Format::Natural 0 ... No +Checking if you have Time::Zone 0 ... No +Already tried DateTime. Skipping. +Searching DateTime::Format::ICal (0) on cpanmetadb ... +OK +==> Found dependencies: DateTime, DateTime::Format::ICal, Test::Most, DateTime::Format::Flexible, Date::Parse, DateTime::Format::Natural, Time::Zone +--2017-10-09 07:23:40-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Format::ICal +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.4M=0s + +2017-10-09 07:23:40 (18.4 MB/s) - written to stdout [115/115] + +--> Working on DateTime::Format::ICal +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ... --2017-10-09 07:23:40-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16794 (16K) [application/x-gzip] +Saving to: ‘DateTime-Format-ICal-0.09.tar.gz’ + + 0K .......... ...... 100% 20.5M=0.001s + +2017-10-09 07:23:40 (20.5 MB/s) - ‘DateTime-Format-ICal-0.09.tar.gz’ saved [16794/16794] + +Unpacking DateTime-Format-ICal-0.09.tar.gz +OK +DateTime-Format-ICal-0.09/ +DateTime-Format-ICal-0.09/t/ +DateTime-Format-ICal-0.09/t/03period.t +DateTime-Format-ICal-0.09/t/04recurrence.t +DateTime-Format-ICal-0.09/t/01datetime.t +DateTime-Format-ICal-0.09/t/00load.t +DateTime-Format-ICal-0.09/t/02duration.t +DateTime-Format-ICal-0.09/META.yml +DateTime-Format-ICal-0.09/Changes +DateTime-Format-ICal-0.09/TODO +DateTime-Format-ICal-0.09/MANIFEST +DateTime-Format-ICal-0.09/Makefile.PL +DateTime-Format-ICal-0.09/lib/ +DateTime-Format-ICal-0.09/lib/DateTime/ +DateTime-Format-ICal-0.09/lib/DateTime/Format/ +DateTime-Format-ICal-0.09/lib/DateTime/Format/ICal.pm +DateTime-Format-ICal-0.09/LICENSE +DateTime-Format-ICal-0.09/Build.PL +Entering DateTime-Format-ICal-0.09 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Running Build.PL +Configuring DateTime-Format-ICal-0.09 ... Checking prerequisites... + requires: + ! DateTime is not installed + ! DateTime::Event::ICal is not installed + ! DateTime::Set is not installed + ! DateTime::TimeZone is not installed + ! Params::Validate is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09' +Checking dependencies from MYMETA.json ... +Checking if you have DateTime::TimeZone 0.22 ... No +Checking if you have DateTime::Set 0.1 ... No +Checking if you have DateTime 0.17 ... No +Checking if you have Params::Validate 0.59 ... No +Checking if you have DateTime::Event::ICal 0.03 ... No +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Searching DateTime::TimeZone (0.22) on cpanmetadb ... +OK +==> Found dependencies: DateTime::TimeZone, DateTime::Set, DateTime, Params::Validate, DateTime::Event::ICal +--2017-10-09 07:23:41-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::TimeZone +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16752 (16K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ...... 100% 25.2M=0.001s + +2017-10-09 07:23:41 (25.2 MB/s) - written to stdout [16752/16752] + +--> Working on DateTime::TimeZone +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.13.tar.gz ... --2017-10-09 07:23:41-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 945446 (923K) [application/x-gzip] +Saving to: ‘DateTime-TimeZone-2.13.tar.gz’ + + 0K .......... .......... .......... .......... .......... 5% 30.6M 0s + 50K .......... .......... .......... .......... .......... 10% 54.3M 0s + 100K .......... .......... .......... .......... .......... 16% 30.1M 0s + 150K .......... .......... .......... .......... .......... 21% 56.0M 0s + 200K .......... .......... .......... .......... .......... 27% 30.7M 0s + 250K .......... .......... .......... .......... .......... 32% 51.4M 0s + 300K .......... .......... .......... .......... .......... 37% 54.1M 0s + 350K .......... .......... .......... .......... .......... 43% 58.9M 0s + 400K .......... .......... .......... .......... .......... 48% 39.7M 0s + 450K .......... .......... .......... .......... .......... 54% 68.0M 0s + 500K .......... .......... .......... .......... .......... 59% 107M 0s + 550K .......... .......... .......... .......... .......... 64% 58.5M 0s + 600K .......... .......... .......... .......... .......... 70% 50.9M 0s + 650K .......... .......... .......... .......... .......... 75% 74.8M 0s + 700K .......... .......... .......... .......... .......... 81% 63.3M 0s + 750K .......... .......... .......... .......... .......... 86% 87.5M 0s + 800K .......... .......... .......... .......... .......... 92% 67.6M 0s + 850K .......... .......... .......... .......... .......... 97% 94.0M 0s + 900K .......... .......... ... 100% 69.7M=0.02s + +2017-10-09 07:23:41 (53.0 MB/s) - ‘DateTime-TimeZone-2.13.tar.gz’ saved [945446/945446] + +Unpacking DateTime-TimeZone-2.13.tar.gz +OK +DateTime-TimeZone-2.13/ +DateTime-TimeZone-2.13/dist.ini +DateTime-TimeZone-2.13/META.yml +DateTime-TimeZone-2.13/weaver.ini +DateTime-TimeZone-2.13/perltidyrc +DateTime-TimeZone-2.13/t/ +DateTime-TimeZone-2.13/t/15catalog.t +DateTime-TimeZone-2.13/t/08name.t +DateTime-TimeZone-2.13/t/00-report-prereqs.t +DateTime-TimeZone-2.13/t/07offset-only.t +DateTime-TimeZone-2.13/t/09changes.t +DateTime-TimeZone-2.13/t/06no-dst.t +DateTime-TimeZone-2.13/t/13short-name-has-slash.t +DateTime-TimeZone-2.13/t/22taint-mode.t +DateTime-TimeZone-2.13/t/20local-subclass.t +DateTime-TimeZone-2.13/t/21stack-corruption.t +DateTime-TimeZone-2.13/t/04local.t +DateTime-TimeZone-2.13/t/16has-dst-changes.t +DateTime-TimeZone-2.13/t/14invalid-name.t +DateTime-TimeZone-2.13/t/03link.t +DateTime-TimeZone-2.13/t/05offset.t +DateTime-TimeZone-2.13/t/17special-names.t +DateTime-TimeZone-2.13/t/00-report-prereqs.dd +DateTime-TimeZone-2.13/t/lib/ +DateTime-TimeZone-2.13/t/lib/T/ +DateTime-TimeZone-2.13/t/lib/T/RequireDateTime.pm +DateTime-TimeZone-2.13/t/18olson-version-check.t +DateTime-TimeZone-2.13/t/02basic.t +DateTime-TimeZone-2.13/t/11valid-name.t +DateTime-TimeZone-2.13/t/12storable.t +DateTime-TimeZone-2.13/t/check_datetime_version.pl +DateTime-TimeZone-2.13/inc/ +DateTime-TimeZone-2.13/inc/DTTZBundle.pm +DateTime-TimeZone-2.13/xt/ +DateTime-TimeZone-2.13/xt/release/ +DateTime-TimeZone-2.13/xt/release/cpan-changes.t +DateTime-TimeZone-2.13/xt/release/meta-json.t +DateTime-TimeZone-2.13/xt/author/ +DateTime-TimeZone-2.13/xt/author/clean-namespaces.t +DateTime-TimeZone-2.13/xt/author/00-compile.t +DateTime-TimeZone-2.13/xt/author/eol.t +DateTime-TimeZone-2.13/xt/author/test-version.t +DateTime-TimeZone-2.13/xt/author/portability.t +DateTime-TimeZone-2.13/xt/author/no-tabs.t +DateTime-TimeZone-2.13/xt/author/pod-coverage.t +DateTime-TimeZone-2.13/xt/author/tidyall.t +DateTime-TimeZone-2.13/xt/author/mojibake.t +DateTime-TimeZone-2.13/xt/author/pod-syntax.t +DateTime-TimeZone-2.13/xt/author/pod-spell.t +DateTime-TimeZone-2.13/tidyall.ini +DateTime-TimeZone-2.13/INSTALL +DateTime-TimeZone-2.13/tools/ +DateTime-TimeZone-2.13/tools/update-from-latest-olson +DateTime-TimeZone-2.13/tools/tz-num-to-date +DateTime-TimeZone-2.13/tools/parse_olson +DateTime-TimeZone-2.13/tools/tests_from_zdump +DateTime-TimeZone-2.13/tools/compile-all-zones +DateTime-TimeZone-2.13/Changes +DateTime-TimeZone-2.13/README.md +DateTime-TimeZone-2.13/MANIFEST +DateTime-TimeZone-2.13/CONTRIBUTING.md +DateTime-TimeZone-2.13/cpanfile +DateTime-TimeZone-2.13/LICENSE +DateTime-TimeZone-2.13/META.json +DateTime-TimeZone-2.13/lib/ +DateTime-TimeZone-2.13/lib/DateTime/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Floating.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Cocos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Kerguelen.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Reunion.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Christmas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Mahe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Mauritius.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Chagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Maldives.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OffsetOnly.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/PST8PDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Catalog.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Perth.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Eucla.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Brisbane.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Currie.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Lord_Howe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Sydney.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Adelaide.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Darwin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Lindeman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Broken_Hill.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Melbourne.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Hobart.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Norfolk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Apia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Fiji.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tahiti.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Auckland.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Guam.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kosrae.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Palau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pitcairn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pohnpei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Wake.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Gambier.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Honolulu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Funafuti.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kwajalein.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Majuro.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tarawa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tongatapu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Easter.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Enderbury.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Marquesas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kiritimati.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Rarotonga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Bougainville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Noumea.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Galapagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Chatham.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Niue.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Fakaofo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Nauru.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Wallis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Chuuk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Efate.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Tirane.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kirov.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Minsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Luxembourg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Brussels.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Chisinau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Vilnius.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Belgrade.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Monaco.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kaliningrad.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Helsinki.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Zaporozhye.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Dublin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Paris.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Rome.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Ulyanovsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kiev.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Tallinn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Gibraltar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Prague.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Riga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Budapest.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Oslo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Moscow.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/London.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Malta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Athens.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Istanbul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Andorra.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Stockholm.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Simferopol.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Amsterdam.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Warsaw.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Vienna.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Samara.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Lisbon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Saratov.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Volgograd.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Copenhagen.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Sofia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Zurich.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Uzhgorod.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Bucharest.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Astrakhan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Berlin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Madrid.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/Android.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/VMS.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/Unix.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/UTC.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kathmandu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kuching.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kabul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Pontianak.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Taipei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Colombo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Brunei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Aqtau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Macau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tomsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Bangkok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Bishkek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Irkutsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Omsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dili.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tbilisi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ust_Nera.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Chita.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Qatar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yangon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Anadyr.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yerevan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Qyzylorda.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tokyo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yakutsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dhaka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Sakhalin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Baku.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Almaty.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Magadan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Seoul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Novosibirsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Famagusta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Khandyga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Samarkand.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tehran.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Gaza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Singapore.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Baghdad.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Damascus.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Makassar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jerusalem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Oral.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kolkata.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dubai.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Manila.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jayapura.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hong_Kong.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Choibalsan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Beirut.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Riyadh.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Barnaul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Thimphu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Karachi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Amman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kamchatka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hovd.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Aqtobe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Shanghai.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Nicosia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hebron.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ashgabat.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Atyrau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Urumqi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tashkent.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dushanbe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jakarta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Pyongyang.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Vladivostok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Madeira.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Stanley.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Bermuda.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Azores.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Faroe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Canary.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/CST6CDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/WET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MST7MDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Palmer.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Mawson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Troll.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Syowa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Davis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Vostok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Casey.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Rothera.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Macquarie.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Change.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Observance.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Zone.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Rule.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Tunis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Ndjamena.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Monrovia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Cairo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Windhoek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Lagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Ceuta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Algiers.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Abidjan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Khartoum.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Maputo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Johannesburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Accra.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Casablanca.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/El_Aaiun.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Bissau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Nairobi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Tripoli.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/HST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/CET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Dawson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/La_Paz.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Inuvik.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Eirunepe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Costa_Rica.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Thunder_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cancun.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Lima.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Grand_Turk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Godthab.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Matamoros.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Whitehorse.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Sitka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Los_Angeles.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Boa_Vista.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Hermosillo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Chicago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Belem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Scoresbysund.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Swift_Current.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nome.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/St_Johns.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santo_Domingo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Juneau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Puerto_Rico.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rio_Branco.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Toronto.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Pangnirtung.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Salta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Yellowknife.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Detroit.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Punta_Arenas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Blanc_Sablon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cayenne.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Danmarkshavn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Tijuana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Merida.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Edmonton.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Curacao.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Atikokan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Denver.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bogota.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Havana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/Center.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Monterrey.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Creston.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Mexico_City.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Moncton.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Goose_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Paramaribo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/El_Salvador.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santarem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bahia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Winnipeg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Miquelon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cuiaba.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Martinique.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Ojinaga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Resolute.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Menominee.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Asuncion.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Jamaica.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Sao_Paulo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rainy_River.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Anchorage.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Caracas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cambridge_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rankin_Inlet.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Campo_Grande.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Halifax.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Fortaleza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Tegucigalpa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Manaus.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Boise.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Glace_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Montevideo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Iqaluit.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Porto_Velho.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Chihuahua.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Dawson_Creek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Panama.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Noronha.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Araguaina.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nassau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Port_of_Spain.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Phoenix.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Yakutat.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santiago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Regina.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Barbados.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Metlakatla.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Adak.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Port_au_Prince.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Maceio.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Managua.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Vancouver.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Vevay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Winamac.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Marengo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Knox.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guayaquil.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nipigon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Thule.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Recife.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Belize.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Mazatlan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Fort_Nelson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guyana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guatemala.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/New_York.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bahia_Banderas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EST5EDT.pm +DateTime-TimeZone-2.13/perlcriticrc +DateTime-TimeZone-2.13/Makefile.PL +Entering DateTime-TimeZone-2.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-TimeZone-2.13 ... Warning: prerequisite Class::Singleton 1.03 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Params::ValidationCompiler 0.13 not found. +Warning: prerequisite Specio::Library::Builtins 0 not found. +Warning: prerequisite Specio::Library::String 0 not found. +Warning: prerequisite Test::Requires 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::TimeZone +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Test::Requires 0 ... No +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.48 ... Yes (7.30) +Checking if you have File::Compare 0 ... Yes (1.1006) +Checking if you have base 0 ... Yes (2.26) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have namespace::autoclean 0 ... No +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have Test::Fatal 0 ... Yes (0.014) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Specio::Library::Builtins 0 ... No +Checking if you have Module::Runtime 0.009 ... No +Checking if you have Class::Singleton 1.03 ... No +Checking if you have Params::ValidationCompiler 0.13 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Specio::Library::String 0 ... No +Searching Test::Requires (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Requires, namespace::autoclean, Specio::Library::Builtins, Module::Runtime, Class::Singleton, Params::ValidationCompiler, Specio::Library::String +--2017-10-09 07:23:42-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Requires +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.6M=0s + +2017-10-09 07:23:42 (15.6 MB/s) - written to stdout [102/102] + +--> Working on Test::Requires +Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz ... --2017-10-09 07:23:42-- http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10788 (11K) [application/x-gzip] +Saving to: ‘Test-Requires-0.10.tar.gz’ + + 0K .......... 100% 140M=0s + +2017-10-09 07:23:42 (140 MB/s) - ‘Test-Requires-0.10.tar.gz’ saved [10788/10788] + +Unpacking Test-Requires-0.10.tar.gz +OK +Test-Requires-0.10/Changes +Test-Requires-0.10/LICENSE +Test-Requires-0.10/META.json +Test-Requires-0.10/Makefile.PL +Test-Requires-0.10/README.md +Test-Requires-0.10/cpanfile +Test-Requires-0.10/lib/Test/Requires.pm +Test-Requires-0.10/minil.toml +Test-Requires-0.10/t/00_compile.t +Test-Requires-0.10/t/01_simple.t +Test-Requires-0.10/t/02_no_plan.t +Test-Requires-0.10/t/03_import_hashref.t +Test-Requires-0.10/t/04_import_array.t +Test-Requires-0.10/t/05_success.t +Test-Requires-0.10/t/06_perlver.t +Test-Requires-0.10/xt/02_perlcritic.t +Test-Requires-0.10/xt/perlcriticrc +Test-Requires-0.10/META.yml +Test-Requires-0.10/MANIFEST +Entering Test-Requires-0.10 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Requires-0.10 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Requires +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Test-Requires-0.10 ... cp lib/Test/Requires.pm blib/lib/Test/Requires.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Test::More: 1.302098 +t/00_compile.t ......... ok +t/01_simple.t .......... ok +t/02_no_plan.t ......... ok +t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found +t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found +t/05_success.t ......... ok +t/06_perlver.t ......... ok +All tests successful. +Files=7, Tests=15, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.37 cusr 0.05 csys = 0.46 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Requires.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Requires.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Requires-0.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Requires-0.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Requires-0.10/MYMETA.json +Searching namespace::autoclean (0) on cpanmetadb ... +--2017-10-09 07:23:43-- http://cpanmetadb.plackperl.org/v1.0/package/namespace::autoclean +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.2M=0s + +2017-10-09 07:23:43 (13.2 MB/s) - written to stdout [110/110] + +--> Working on namespace::autoclean +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.28.tar.gz ... --2017-10-09 07:23:43-- http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.28.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 36130 (35K) [application/x-gzip] +Saving to: ‘namespace-autoclean-0.28.tar.gz’ + + 0K .......... .......... .......... ..... 100% 30.9M=0.001s + +2017-10-09 07:23:43 (30.9 MB/s) - ‘namespace-autoclean-0.28.tar.gz’ saved [36130/36130] + +Unpacking namespace-autoclean-0.28.tar.gz +OK +namespace-autoclean-0.28/ +namespace-autoclean-0.28/Changes +namespace-autoclean-0.28/CONTRIBUTING +namespace-autoclean-0.28/dist.ini +namespace-autoclean-0.28/INSTALL +namespace-autoclean-0.28/lib/ +namespace-autoclean-0.28/LICENCE +namespace-autoclean-0.28/Makefile.PL +namespace-autoclean-0.28/MANIFEST +namespace-autoclean-0.28/META.json +namespace-autoclean-0.28/META.yml +namespace-autoclean-0.28/README +namespace-autoclean-0.28/t/ +namespace-autoclean-0.28/xt/ +namespace-autoclean-0.28/xt/author/ +namespace-autoclean-0.28/xt/basic.t +namespace-autoclean-0.28/xt/class_mop.t +namespace-autoclean-0.28/xt/lib/ +namespace-autoclean-0.28/xt/moo.t +namespace-autoclean-0.28/xt/moose-parameterized-role.t +namespace-autoclean-0.28/xt/moose.t +namespace-autoclean-0.28/xt/mouse.t +namespace-autoclean-0.28/xt/overload.t +namespace-autoclean-0.28/xt/release/ +namespace-autoclean-0.28/xt/role_tiny.t +namespace-autoclean-0.28/xt/release/changes_has_content.t +namespace-autoclean-0.28/xt/release/cpan-changes.t +namespace-autoclean-0.28/xt/release/distmeta.t +namespace-autoclean-0.28/xt/release/minimum-version.t +namespace-autoclean-0.28/xt/release/pod-coverage.t +namespace-autoclean-0.28/xt/release/pod-no404s.t +namespace-autoclean-0.28/xt/release/pod-syntax.t +namespace-autoclean-0.28/xt/release/portability.t +namespace-autoclean-0.28/xt/lib/ClassMOPClean.pm +namespace-autoclean-0.28/xt/lib/ClassMOPDirty.pm +namespace-autoclean-0.28/xt/lib/Clean.pm +namespace-autoclean-0.28/xt/lib/Composer.pm +namespace-autoclean-0.28/xt/lib/Dirty.pm +namespace-autoclean-0.28/xt/lib/DoesNotCompile.pm +namespace-autoclean-0.28/xt/lib/ExporterModule.pm +namespace-autoclean-0.28/xt/lib/MooseExporter.pm +namespace-autoclean-0.28/xt/lib/MooseyClean.pm +namespace-autoclean-0.28/xt/lib/MooseyComposer.pm +namespace-autoclean-0.28/xt/lib/MooseyDirty.pm +namespace-autoclean-0.28/xt/lib/MooseyParameterizedComposer.pm +namespace-autoclean-0.28/xt/lib/MooseyParameterizedRole.pm +namespace-autoclean-0.28/xt/lib/MooseyRole.pm +namespace-autoclean-0.28/xt/lib/MooyClean.pm +namespace-autoclean-0.28/xt/lib/MooyComposer.pm +namespace-autoclean-0.28/xt/lib/MooyDirty.pm +namespace-autoclean-0.28/xt/lib/MooyRole.pm +namespace-autoclean-0.28/xt/lib/MouseyClean.pm +namespace-autoclean-0.28/xt/lib/MouseyComposer.pm +namespace-autoclean-0.28/xt/lib/MouseyDirty.pm +namespace-autoclean-0.28/xt/lib/MouseyRole.pm +namespace-autoclean-0.28/xt/lib/Overloader.pm +namespace-autoclean-0.28/xt/lib/Role.pm +namespace-autoclean-0.28/xt/lib/SubClean.pm +namespace-autoclean-0.28/xt/lib/SubDirty.pm +namespace-autoclean-0.28/xt/lib/SubExporterModule.pm +namespace-autoclean-0.28/xt/author/00-compile.t +namespace-autoclean-0.28/xt/author/clean-namespaces.t +namespace-autoclean-0.28/xt/author/eol.t +namespace-autoclean-0.28/xt/author/kwalitee.t +namespace-autoclean-0.28/xt/author/mojibake.t +namespace-autoclean-0.28/xt/author/no-tabs.t +namespace-autoclean-0.28/xt/author/pod-spell.t +namespace-autoclean-0.28/t/00-report-prereqs.dd +namespace-autoclean-0.28/t/00-report-prereqs.t +namespace-autoclean-0.28/t/also.t +namespace-autoclean-0.28/t/basic.t +namespace-autoclean-0.28/t/broken_meta.t +namespace-autoclean-0.28/t/cleanee.t +namespace-autoclean-0.28/t/constant.t +namespace-autoclean-0.28/t/except.t +namespace-autoclean-0.28/t/matchclean.t +namespace-autoclean-0.28/t/moo-with-moose.t +namespace-autoclean-0.28/t/moo.t +namespace-autoclean-0.28/t/moose-withoverloading.t +namespace-autoclean-0.28/t/moose.t +namespace-autoclean-0.28/t/mouse-pp.t +namespace-autoclean-0.28/t/mouse.t +namespace-autoclean-0.28/t/overload.t +namespace-autoclean-0.28/t/sub-install.t +namespace-autoclean-0.28/t/sub-name.t +namespace-autoclean-0.28/lib/namespace/ +namespace-autoclean-0.28/lib/namespace/autoclean.pm +Entering namespace-autoclean-0.28 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring namespace-autoclean-0.28 ... Warning: prerequisite B::Hooks::EndOfScope 0.12 not found. +Warning: prerequisite Sub::Identify 0 not found. +Warning: prerequisite namespace::clean 0.20 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for namespace::autoclean +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Sub::Identify 0 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have namespace::clean 0.20 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have base 0 ... Yes (2.26) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Basename 0 ... Yes (2.85) +Searching B::Hooks::EndOfScope (0.12) on cpanmetadb ... +OK +==> Found dependencies: B::Hooks::EndOfScope, Sub::Identify, namespace::clean +--2017-10-09 07:23:44-- http://cpanmetadb.plackperl.org/v1.0/package/B::Hooks::EndOfScope +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 175 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 34.0M=0s + +2017-10-09 07:23:44 (34.0 MB/s) - written to stdout [175/175] + +--> Working on B::Hooks::EndOfScope +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.21.tar.gz ... --2017-10-09 07:23:44-- http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.21.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 33336 (33K) [application/x-gzip] +Saving to: ‘B-Hooks-EndOfScope-0.21.tar.gz’ + + 0K .......... .......... .......... .. 100% 30.0M=0.001s + +2017-10-09 07:23:44 (30.0 MB/s) - ‘B-Hooks-EndOfScope-0.21.tar.gz’ saved [33336/33336] + +Unpacking B-Hooks-EndOfScope-0.21.tar.gz +OK +B-Hooks-EndOfScope-0.21/ +B-Hooks-EndOfScope-0.21/Changes +B-Hooks-EndOfScope-0.21/CONTRIBUTING +B-Hooks-EndOfScope-0.21/dist.ini +B-Hooks-EndOfScope-0.21/inc/ +B-Hooks-EndOfScope-0.21/INSTALL +B-Hooks-EndOfScope-0.21/lib/ +B-Hooks-EndOfScope-0.21/LICENCE +B-Hooks-EndOfScope-0.21/Makefile.PL +B-Hooks-EndOfScope-0.21/MANIFEST +B-Hooks-EndOfScope-0.21/META.json +B-Hooks-EndOfScope-0.21/META.yml +B-Hooks-EndOfScope-0.21/README +B-Hooks-EndOfScope-0.21/t/ +B-Hooks-EndOfScope-0.21/xt/ +B-Hooks-EndOfScope-0.21/xt/author/ +B-Hooks-EndOfScope-0.21/xt/release/ +B-Hooks-EndOfScope-0.21/xt/release/changes_has_content.t +B-Hooks-EndOfScope-0.21/xt/release/cpan-changes.t +B-Hooks-EndOfScope-0.21/xt/release/distmeta.t +B-Hooks-EndOfScope-0.21/xt/release/minimum-version.t +B-Hooks-EndOfScope-0.21/xt/release/portability.t +B-Hooks-EndOfScope-0.21/xt/author/00-compile.t +B-Hooks-EndOfScope-0.21/xt/author/eol.t +B-Hooks-EndOfScope-0.21/xt/author/kwalitee.t +B-Hooks-EndOfScope-0.21/xt/author/mojibake.t +B-Hooks-EndOfScope-0.21/xt/author/no-tabs.t +B-Hooks-EndOfScope-0.21/xt/author/pod-no404s.t +B-Hooks-EndOfScope-0.21/xt/author/pod-spell.t +B-Hooks-EndOfScope-0.21/xt/author/pod-syntax.t +B-Hooks-EndOfScope-0.21/t/00-basic.t +B-Hooks-EndOfScope-0.21/t/00-report-prereqs.dd +B-Hooks-EndOfScope-0.21/t/00-report-prereqs.t +B-Hooks-EndOfScope-0.21/t/01-eval.t +B-Hooks-EndOfScope-0.21/t/02-localise.t +B-Hooks-EndOfScope-0.21/t/05-exception_xs.t +B-Hooks-EndOfScope-0.21/t/06-exception_pp.t +B-Hooks-EndOfScope-0.21/t/10-test_without_vm_pure_pp.t +B-Hooks-EndOfScope-0.21/t/11-direct_xs.t +B-Hooks-EndOfScope-0.21/t/12-direct_pp.t +B-Hooks-EndOfScope-0.21/lib/B/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/XS.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/FieldHash.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/HintHash.pm +B-Hooks-EndOfScope-0.21/inc/ExtUtils/ +B-Hooks-EndOfScope-0.21/inc/ExtUtils/HasCompiler.pm +Entering B-Hooks-EndOfScope-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Running Makefile.PL +Configuring B-Hooks-EndOfScope-0.21 ... Warning: prerequisite Module::Implementation 0.05 not found. +Warning: prerequisite Sub::Exporter::Progressive 0.001006 not found. +Warning: prerequisite Variable::Magic 0.48 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for B::Hooks::EndOfScope +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Exporter::Progressive 0.001006 ... No +Checking if you have IPC::Open2 0 ... Yes (1.04) +Checking if you have Variable::Magic 0.48 ... No +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Searching Sub::Exporter::Progressive (0.001006) on cpanmetadb ... +OK +==> Found dependencies: Sub::Exporter::Progressive, Variable::Magic, Module::Implementation +--2017-10-09 07:23:45-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Exporter::Progressive +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 132 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.8M=0s + +2017-10-09 07:23:45 (16.8 MB/s) - written to stdout [132/132] + +--> Working on Sub::Exporter::Progressive +Fetching http://www.cpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz ... --2017-10-09 07:23:45-- http://www.cpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001013.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13468 (13K) [application/x-gzip] +Saving to: ‘Sub-Exporter-Progressive-0.001013.tar.gz’ + + 0K .......... ... 100% 90.4M=0s + +2017-10-09 07:23:45 (90.4 MB/s) - ‘Sub-Exporter-Progressive-0.001013.tar.gz’ saved [13468/13468] + +Unpacking Sub-Exporter-Progressive-0.001013.tar.gz +OK +Sub-Exporter-Progressive-0.001013/ +Sub-Exporter-Progressive-0.001013/lib/ +Sub-Exporter-Progressive-0.001013/lib/Sub/ +Sub-Exporter-Progressive-0.001013/lib/Sub/Exporter/ +Sub-Exporter-Progressive-0.001013/lib/Sub/Exporter/Progressive.pm +Sub-Exporter-Progressive-0.001013/Makefile.PL +Sub-Exporter-Progressive-0.001013/META.json +Sub-Exporter-Progressive-0.001013/MANIFEST +Sub-Exporter-Progressive-0.001013/META.yml +Sub-Exporter-Progressive-0.001013/dist.ini +Sub-Exporter-Progressive-0.001013/cpanfile +Sub-Exporter-Progressive-0.001013/LICENSE +Sub-Exporter-Progressive-0.001013/t/ +Sub-Exporter-Progressive-0.001013/t/release-changes_has_content.t +Sub-Exporter-Progressive-0.001013/t/author-pod-syntax.t +Sub-Exporter-Progressive-0.001013/t/version-check.t +Sub-Exporter-Progressive-0.001013/t/lib/ +Sub-Exporter-Progressive-0.001013/t/lib/A/ +Sub-Exporter-Progressive-0.001013/t/lib/A/JunkAll.pm +Sub-Exporter-Progressive-0.001013/t/lib/A/Junk.pm +Sub-Exporter-Progressive-0.001013/t/default.t +Sub-Exporter-Progressive-0.001013/t/basic.t +Sub-Exporter-Progressive-0.001013/t/tags.t +Sub-Exporter-Progressive-0.001013/t/sex.t +Sub-Exporter-Progressive-0.001013/t/all.t +Sub-Exporter-Progressive-0.001013/Changes +Sub-Exporter-Progressive-0.001013/README +Entering Sub-Exporter-Progressive-0.001013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Exporter-Progressive-0.001013 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Exporter::Progressive +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Sub-Exporter-Progressive-0.001013 ... cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/all.t .......................... ok +t/author-pod-syntax.t ............ skipped: these tests are for testing by the author +t/basic.t ........................ ok +t/default.t ...................... ok +t/release-changes_has_content.t .. skipped: these tests are for release candidate testing +t/sex.t .......................... skipped: Sub::Exporter not installed +t/tags.t ......................... ok +t/version-check.t ................ ok +All tests successful. +Files=8, Tests=59, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.29 cusr 0.06 csys = 0.39 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter/Progressive.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter::Progressive.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Exporter-Progressive-0.001013 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-Progressive-0.001013/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-Progressive-0.001013/MYMETA.json +Searching Variable::Magic (0.48) on cpanmetadb ... +--2017-10-09 07:23:46-- http://cpanmetadb.plackperl.org/v1.0/package/Variable::Magic +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.1M=0s + +2017-10-09 07:23:46 (20.1 MB/s) - written to stdout [99/99] + +--> Working on Variable::Magic +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.61.tar.gz ... --2017-10-09 07:23:46-- http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.61.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 78663 (77K) [application/x-gzip] +Saving to: ‘Variable-Magic-0.61.tar.gz’ + + 0K .......... .......... .......... .......... .......... 65% 27.3M 0s + 50K .......... .......... ...... 100% 32.7M=0.003s + +2017-10-09 07:23:46 (29.0 MB/s) - ‘Variable-Magic-0.61.tar.gz’ saved [78663/78663] + +Unpacking Variable-Magic-0.61.tar.gz +OK +Variable-Magic-0.61/ +Variable-Magic-0.61/Changes +Variable-Magic-0.61/lib/ +Variable-Magic-0.61/Magic.xs +Variable-Magic-0.61/Makefile.PL +Variable-Magic-0.61/MANIFEST +Variable-Magic-0.61/META.json +Variable-Magic-0.61/META.yml +Variable-Magic-0.61/README +Variable-Magic-0.61/samples/ +Variable-Magic-0.61/t/ +Variable-Magic-0.61/xsh/ +Variable-Magic-0.61/xsh/caps.h +Variable-Magic-0.61/xsh/mem.h +Variable-Magic-0.61/xsh/threads.h +Variable-Magic-0.61/xsh/util.h +Variable-Magic-0.61/t/00-load.t +Variable-Magic-0.61/t/01-import.t +Variable-Magic-0.61/t/02-constants.t +Variable-Magic-0.61/t/09-load-threads.t +Variable-Magic-0.61/t/10-simple.t +Variable-Magic-0.61/t/11-multiple.t +Variable-Magic-0.61/t/13-data.t +Variable-Magic-0.61/t/14-callbacks.t +Variable-Magic-0.61/t/15-self.t +Variable-Magic-0.61/t/16-huf.t +Variable-Magic-0.61/t/17-ctl.t +Variable-Magic-0.61/t/18-opinfo.t +Variable-Magic-0.61/t/20-get.t +Variable-Magic-0.61/t/21-set.t +Variable-Magic-0.61/t/22-len.t +Variable-Magic-0.61/t/23-clear.t +Variable-Magic-0.61/t/24-free.t +Variable-Magic-0.61/t/25-copy.t +Variable-Magic-0.61/t/27-local.t +Variable-Magic-0.61/t/28-uvar.t +Variable-Magic-0.61/t/30-scalar.t +Variable-Magic-0.61/t/31-array.t +Variable-Magic-0.61/t/32-hash.t +Variable-Magic-0.61/t/33-code.t +Variable-Magic-0.61/t/34-glob.t +Variable-Magic-0.61/t/35-stash.t +Variable-Magic-0.61/t/40-threads.t +Variable-Magic-0.61/t/41-clone.t +Variable-Magic-0.61/t/50-return.t +Variable-Magic-0.61/t/80-leaks.t +Variable-Magic-0.61/t/lib/ +Variable-Magic-0.61/t/lib/Test/ +Variable-Magic-0.61/t/lib/Variable/ +Variable-Magic-0.61/t/lib/VPIT/ +Variable-Magic-0.61/t/lib/VPIT/TestHelpers.pm +Variable-Magic-0.61/t/lib/Variable/Magic/ +Variable-Magic-0.61/t/lib/Variable/Magic/TestDestroyRequired.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestGlobalDestruction.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestScopeEnd.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestValue.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestWatcher.pm +Variable-Magic-0.61/t/lib/Test/Leaner.pm +Variable-Magic-0.61/samples/copy.pl +Variable-Magic-0.61/samples/magic.pl +Variable-Magic-0.61/samples/synopsis.pl +Variable-Magic-0.61/samples/uvar.pl +Variable-Magic-0.61/samples/vm_vs_tie.pl +Variable-Magic-0.61/lib/Variable/ +Variable-Magic-0.61/lib/Variable/Magic.pm +Entering Variable-Magic-0.61 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Config 0 ... Yes (5.027005) +Running Makefile.PL +Configuring Variable-Magic-0.61 ... Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no +Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Variable::Magic +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Socket 0 ... Yes (2.020_03) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have base 0 ... Yes (2.26) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +OK +Building and testing Variable-Magic-0.61 ... cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm +Running Mkbootstrap for Magic () +chmod 644 "Magic.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magic.bs blib/arch/auto/Variable/Magic/Magic.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Magic.xs > Magic.xsc +mv Magic.xsc Magic.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.61\" -DXS_VERSION=\"0.61\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Magic.c +rm -f blib/arch/auto/Variable/Magic/Magic.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Magic.o -o blib/arch/auto/Variable/Magic/Magic.so \ + \ + +chmod 755 blib/arch/auto/Variable/Magic/Magic.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magic.bs blib/arch/auto/Variable/Magic/Magic.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Variable::Magic 0.61, Perl 5.027005 (no patchlevel), /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .......... ok +t/01-import.t ........ ok +t/02-constants.t ..... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 28. +t/09-load-threads.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/10-simple.t ........ ok +t/11-multiple.t ...... ok +t/13-data.t .......... ok +t/14-callbacks.t ..... ok +# According to Config::Perl::V version 0.28, this is NOT a debugging perl +# Not testing global destruction +t/15-self.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +t/16-huf.t ........... +Dubious, test returned 2 (wstat 512, 0x200) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/17-ctl.t line 9. +# Looks like your test exited with 255 before it could output anything. +t/17-ctl.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 96/96 subtests +t/18-opinfo.t ........ ok +t/20-get.t ........... ok +t/21-set.t ........... ok +t/22-len.t ........... ok +t/23-clear.t ......... ok +t/24-free.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 3. +t/25-copy.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 45/48 subtests +t/27-local.t ......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 29. +t/28-uvar.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 46/75 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 71. +t/30-scalar.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 5/76 subtests +t/31-array.t ......... ok +t/32-hash.t .......... ok +t/33-code.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/34-glob.t line 14. +t/34-glob.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +# Failed test 'stash: valid method call' +# at t/35-stash.t line 117. +# Structures begin differing at: +# $got->{store} = ARRAY(0x55fcabd39828) +# $expected->{store} = Does not exist +# Looks like you failed 1 test of 43. +t/35-stash.t ......... +Dubious, test returned 1 (wstat 256, 0x100) +Failed 1/43 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/40-threads.t line 9. +t/40-threads.t ....... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/41-clone.t line 14. +t/41-clone.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/50-return.t ........ ok +t/80-leaks.t ......... ok + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/16-huf.t (Wstat: 512 Tests: 0 Failed: 0) + Non-zero exit status: 2 + Parse errors: No plan found in TAP output +t/17-ctl.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 96 tests but ran 0. +t/25-copy.t (Wstat: 65280 Tests: 3 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 48 tests but ran 3. +t/28-uvar.t (Wstat: 65280 Tests: 29 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 75 tests but ran 29. +t/30-scalar.t (Wstat: 65280 Tests: 71 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 76 tests but ran 71. +t/34-glob.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/35-stash.t (Wstat: 256 Tests: 43 Failed: 1) + Failed test: 8 + Non-zero exit status: 1 +t/40-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/41-clone.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=30, Tests=1091, 3 wallclock secs ( 0.18 usr 0.04 sys + 1.92 cusr 0.28 csys = 2.42 CPU) +Result: FAIL +Failed 10/30 test programs. 1/1091 subtests failed. +Makefile:1077: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Variable::Magic failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +Searching Module::Implementation (0.05) on cpanmetadb ... +FAIL +--2017-10-09 07:23:51-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Implementation +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.7M=0s + +2017-10-09 07:23:51 (22.7 MB/s) - written to stdout [116/116] + +--> Working on Module::Implementation +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.09.tar.gz ... --2017-10-09 07:23:51-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18553 (18K) [application/x-gzip] +Saving to: ‘Module-Implementation-0.09.tar.gz’ + + 0K .......... ........ 100% 22.6M=0.001s + +2017-10-09 07:23:51 (22.6 MB/s) - ‘Module-Implementation-0.09.tar.gz’ saved [18553/18553] + +Unpacking Module-Implementation-0.09.tar.gz +OK +Module-Implementation-0.09/ +Module-Implementation-0.09/dist.ini +Module-Implementation-0.09/t/ +Module-Implementation-0.09/t/release-pod-no404s.t +Module-Implementation-0.09/t/one-impl-fails1.t +Module-Implementation-0.09/t/00-report-prereqs.t +Module-Implementation-0.09/t/release-portability.t +Module-Implementation-0.09/t/release-pod-syntax.t +Module-Implementation-0.09/t/release-pod-coverage.t +Module-Implementation-0.09/t/requested-fails.t +Module-Implementation-0.09/t/taint.t +Module-Implementation-0.09/t/release-pod-linkcheck.t +Module-Implementation-0.09/t/more-symbols.t +Module-Implementation-0.09/t/release-cpan-changes.t +Module-Implementation-0.09/t/author-no-tabs.t +Module-Implementation-0.09/t/lib/ +Module-Implementation-0.09/t/lib/T/ +Module-Implementation-0.09/t/lib/T/ImplFails2.pm +Module-Implementation-0.09/t/lib/T/ImplFails1.pm +Module-Implementation-0.09/t/lib/T/Impl1.pm +Module-Implementation-0.09/t/lib/T/Impl2.pm +Module-Implementation-0.09/t/00-report-prereqs.dd +Module-Implementation-0.09/t/one-impl-fails2.t +Module-Implementation-0.09/t/env-value.t +Module-Implementation-0.09/t/00-compile.t +Module-Implementation-0.09/t/release-eol.t +Module-Implementation-0.09/t/author-pod-spell.t +Module-Implementation-0.09/t/basic.t +Module-Implementation-0.09/t/namespace-cleanliness.t +Module-Implementation-0.09/t/both-fail.t +Module-Implementation-0.09/Makefile.PL +Module-Implementation-0.09/META.yml +Module-Implementation-0.09/LICENSE +Module-Implementation-0.09/lib/ +Module-Implementation-0.09/lib/Module/ +Module-Implementation-0.09/lib/Module/Implementation.pm +Module-Implementation-0.09/META.json +Module-Implementation-0.09/Changes +Module-Implementation-0.09/MANIFEST +Module-Implementation-0.09/INSTALL +Module-Implementation-0.09/README.md +Entering Module-Implementation-0.09 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Module-Implementation-0.09 ... Warning: prerequisite Module::Runtime 0.012 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Module::Implementation +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Module::Runtime 0.012 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 0 ... Yes (1.36) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Module-Implementation-0.09. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed, Module 'Variable::Magic' is not installed +! Bailing out the installation for B-Hooks-EndOfScope-0.21. +Searching Sub::Identify (0) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime +--2017-10-09 07:23:51-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Identify +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 10.6M=0s + +2017-10-09 07:23:51 (10.6 MB/s) - written to stdout [98/98] + +--> Working on Sub::Identify +Fetching http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz ... --2017-10-09 07:23:51-- http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 53135 (52K) [application/x-gzip] +Saving to: ‘Sub-Identify-0.14.tar.gz’ + + 0K .......... .......... .......... .......... .......... 96% 28.1M 0s + 50K . 100% 3604G=0.002s + +2017-10-09 07:23:51 (29.2 MB/s) - ‘Sub-Identify-0.14.tar.gz’ saved [53135/53135] + +Unpacking Sub-Identify-0.14.tar.gz +OK +Sub-Identify-0.14/ +Sub-Identify-0.14/META.yml +Sub-Identify-0.14/Makefile.PL +Sub-Identify-0.14/t/ +Sub-Identify-0.14/t/05constant-pureperl.t +Sub-Identify-0.14/t/pod.t +Sub-Identify-0.14/t/01basic.t +Sub-Identify-0.14/t/21attributes-pureperl.t +Sub-Identify-0.14/t/20attributes.t +Sub-Identify-0.14/t/05constant.t +Sub-Identify-0.14/t/30signatures.t +Sub-Identify-0.14/t/04codelocation.t +Sub-Identify-0.14/t/03proto.t +Sub-Identify-0.14/t/04codelocation-pureperl.t +Sub-Identify-0.14/t/02errors.t +Sub-Identify-0.14/t/06codelocxs.t +Sub-Identify-0.14/t/01basic-pureperl.t +Sub-Identify-0.14/t/06codelocxs-pureperl.t +Sub-Identify-0.14/lib/ +Sub-Identify-0.14/lib/Sub/ +Sub-Identify-0.14/lib/Sub/Identify.pm +Sub-Identify-0.14/Changes +Sub-Identify-0.14/TODO.mdown +Sub-Identify-0.14/Identify.xs +Sub-Identify-0.14/README.mdown +Sub-Identify-0.14/ppport.h +Sub-Identify-0.14/META.json +Sub-Identify-0.14/MANIFEST +Sub-Identify-0.14/MANIFEST.SKIP +Entering Sub-Identify-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Identify-0.14 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Identify +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Sub-Identify-0.14 ... cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm +Running Mkbootstrap for Identify () +chmod 644 "Identify.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Identify.xs > Identify.xsc +mv Identify.xsc Identify.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Identify.c +rm -f blib/arch/auto/Sub/Identify/Identify.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Identify.o -o blib/arch/auto/Sub/Identify/Identify.so \ + \ + +chmod 755 blib/arch/auto/Sub/Identify/Identify.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01basic-pureperl.t ......... ok +t/01basic.t .................. ok +t/02errors.t ................. ok +t/03proto.t .................. ok +t/04codelocation-pureperl.t .. ok +t/04codelocation.t ........... ok +t/05constant-pureperl.t ...... ok +t/05constant.t ............... ok +t/06codelocxs-pureperl.t ..... ok +t/06codelocxs.t .............. ok +t/20attributes.t ............. ok +t/21attributes-pureperl.t .... ok +t/30signatures.t ............. ok +t/pod.t ...................... skipped: Test::Pod 1.14 required for testing POD +All tests successful. +Files=14, Tests=146, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.77 cusr 0.12 csys = 0.96 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Sub/Identify/Identify.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Sub/Identify.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Identify.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Identify-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Identify-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Identify-0.14/MYMETA.json +Searching namespace::clean (0.20) on cpanmetadb ... +--2017-10-09 07:23:53-- http://cpanmetadb.plackperl.org/v1.0/package/namespace::clean +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.0M=0s + +2017-10-09 07:23:53 (16.0 MB/s) - written to stdout [106/106] + +--> Working on namespace::clean +Fetching http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.27.tar.gz ... --2017-10-09 07:23:53-- http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.27.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17801 (17K) [application/x-gzip] +Saving to: ‘namespace-clean-0.27.tar.gz’ + + 0K .......... ....... 100% 26.0M=0.001s + +2017-10-09 07:23:53 (26.0 MB/s) - ‘namespace-clean-0.27.tar.gz’ saved [17801/17801] + +Unpacking namespace-clean-0.27.tar.gz +OK +namespace-clean-0.27/ +namespace-clean-0.27/t/ +namespace-clean-0.27/t/lib/ +namespace-clean-0.27/t/lib/CleaneeBridgeDirect.pm +namespace-clean-0.27/t/lib/Inheritance.pm +namespace-clean-0.27/t/lib/Devel/ +namespace-clean-0.27/t/lib/Devel/_NC_TEST_DashD.pm +namespace-clean-0.27/t/lib/FunctionWipeout.pm +namespace-clean-0.27/t/lib/CleaneeTarget.pm +namespace-clean-0.27/t/lib/ExporterTest.pm +namespace-clean-0.27/t/lib/Unimport.pm +namespace-clean-0.27/t/lib/CleaneeBridge.pm +namespace-clean-0.27/t/lib/OtherTypes.pm +namespace-clean-0.27/t/lib/SyntaxError.pm +namespace-clean-0.27/t/lib/CleaneeBridgeExplicit.pm +namespace-clean-0.27/t/11-multiclean-in-scope.t +namespace-clean-0.27/t/00-basic.t +namespace-clean-0.27/t/02-inheritance.t +namespace-clean-0.27/t/10-pure-perl.t +namespace-clean-0.27/t/03-unimport.t +namespace-clean-0.27/t/05-explicit-cleanee.t +namespace-clean-0.27/t/04-except.t +namespace-clean-0.27/t/09-fiddle-hinthash.t +namespace-clean-0.27/t/07-pseudo-debugger.t +namespace-clean-0.27/t/01-function-wipeout.t +namespace-clean-0.27/t/05-syntax-error.t +namespace-clean-0.27/t/06-other-types.t +namespace-clean-0.27/t/08-const-sub.t +namespace-clean-0.27/t/07-debugger.t +namespace-clean-0.27/lib/ +namespace-clean-0.27/lib/namespace/ +namespace-clean-0.27/lib/namespace/clean.pm +namespace-clean-0.27/lib/namespace/clean/ +namespace-clean-0.27/lib/namespace/clean/_Util.pm +namespace-clean-0.27/Changes +namespace-clean-0.27/MANIFEST +namespace-clean-0.27/inc/ +namespace-clean-0.27/inc/ExtUtils/ +namespace-clean-0.27/inc/ExtUtils/HasCompiler.pm +namespace-clean-0.27/Makefile.PL +namespace-clean-0.27/META.yml +namespace-clean-0.27/META.json +Entering namespace-clean-0.27 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring namespace-clean-0.27 ... Warning: prerequisite B::Hooks::EndOfScope 0.12 not found. +Warning: prerequisite Package::Stash 0.23 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for namespace::clean +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Package::Stash 0.23 ... No +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Searching Package::Stash (0.23) on cpanmetadb ... +OK +==> Found dependencies: Package::Stash, B::Hooks::EndOfScope +--2017-10-09 07:23:54-- http://cpanmetadb.plackperl.org/v1.0/package/Package::Stash +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 123 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.4M=0s + +2017-10-09 07:23:54 (22.4 MB/s) - written to stdout [123/123] + +--> Working on Package::Stash +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-0.37.tar.gz ... --2017-10-09 07:23:54-- http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-0.37.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 40309 (39K) [application/x-gzip] +Saving to: ‘Package-Stash-0.37.tar.gz’ + + 0K .......... .......... .......... ......... 100% 38.4M=0.001s + +2017-10-09 07:23:54 (38.4 MB/s) - ‘Package-Stash-0.37.tar.gz’ saved [40309/40309] + +Unpacking Package-Stash-0.37.tar.gz +OK +Package-Stash-0.37/t +Package-Stash-0.37/t/io.t +Package-Stash-0.37 +Package-Stash-0.37/README +Package-Stash-0.37/Changes +Package-Stash-0.37/t/isa.t +Package-Stash-0.37/t/get.t +Package-Stash-0.37/LICENSE +Package-Stash-0.37/dist.ini +Package-Stash-0.37/t/anon.t +Package-Stash-0.37/META.yml +Package-Stash-0.37/MANIFEST +Package-Stash-0.37/t/basic.t +Package-Stash-0.37/t/magic.t +Package-Stash-0.37/META.json +Package-Stash-0.37/t/addsub.t +Package-Stash-0.37/Makefile.PL +Package-Stash-0.37/t/synopsis.t +Package-Stash-0.37/t/warnings.t +Package-Stash-0.37/t/extension.t +Package-Stash-0.37/t/bare-anon.t +Package-Stash-0.37/t/edge-cases.t +Package-Stash-0.37/t/anon-basic.t +Package-Stash-0.37/t/00-compile.t +Package-Stash-0.37/t/compile-time.t +Package-Stash-0.37/xt/release +Package-Stash-0.37/xt/release/eol.t +Package-Stash-0.37/xt/author +Package-Stash-0.37/xt/author/leaks.t +Package-Stash-0.37/t/scalar-values.t +Package-Stash-0.37/t/stash-deletion.t +Package-Stash-0.37/t/warnings-taint.t +Package-Stash-0.37/t/bare-anon-basic.t +Package-Stash-0.37/lib/Package +Package-Stash-0.37/lib/Package/Stash.pm +Package-Stash-0.37/t/lib +Package-Stash-0.37/t/lib/CompileTime.pm +Package-Stash-0.37/xt/release/no-tabs.t +Package-Stash-0.37/inc +Package-Stash-0.37/inc/MMPackageStash.pm +Package-Stash-0.37/t/lib/Package +Package-Stash-0.37/t/lib/Package/Stash.pm +Package-Stash-0.37/t/impl-selection +Package-Stash-0.37/t/impl-selection/var.t +Package-Stash-0.37/t/impl-selection/env.t +Package-Stash-0.37/lib/Package/Stash +Package-Stash-0.37/lib/Package/Stash/PP.pm +Package-Stash-0.37/xt/author/leaks-debug.t +Package-Stash-0.37/t/paamayim_nekdotayim.t +Package-Stash-0.37/xt/release/pod-syntax.t +Package-Stash-0.37/t/impl-selection/choice.t +Package-Stash-0.37/xt/release/pod-coverage.t +Package-Stash-0.37/t/impl-selection/basic-pp.t +Package-Stash-0.37/t/impl-selection/basic-xs.t +Package-Stash-0.37/bin +Package-Stash-0.37/bin/package-stash-conflicts +Package-Stash-0.37/lib/Package/Stash/Conflicts.pm +Package-Stash-0.37/t/impl-selection/bug-rt-78272.t +Entering Package-Stash-0.37 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Package-Stash-0.37. +Already tried B::Hooks::EndOfScope. Skipping. +! Installing the dependencies failed: Module 'Package::Stash' is not installed, Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for namespace-clean-0.27. +! Installing the dependencies failed: Module 'namespace::clean' is not installed, Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for namespace-autoclean-0.28. +Searching Specio::Library::Builtins (0) on cpanmetadb ... +==> Found dependencies: Dist::CheckConflicts +--2017-10-09 07:23:54-- http://cpanmetadb.plackperl.org/v1.0/package/Specio::Library::Builtins +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1401 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 264M=0s + +2017-10-09 07:23:54 (264 MB/s) - written to stdout [1401/1401] + +--> Working on Specio::Library::Builtins +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Specio-0.40.tar.gz ... --2017-10-09 07:23:54-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Specio-0.40.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100989 (99K) [application/x-gzip] +Saving to: ‘Specio-0.40.tar.gz’ + + 0K .......... .......... .......... .......... .......... 50% 27.6M 0s + 50K .......... .......... .......... .......... ........ 100% 54.1M=0.003s + +2017-10-09 07:23:54 (36.4 MB/s) - ‘Specio-0.40.tar.gz’ saved [100989/100989] + +Unpacking Specio-0.40.tar.gz +OK +Specio-0.40/ +Specio-0.40/lib/ +Specio-0.40/lib/Specio/ +Specio-0.40/lib/Specio/Registry.pm +Specio-0.40/lib/Specio/Subs.pm +Specio-0.40/lib/Specio/Exporter.pm +Specio-0.40/lib/Specio/Helpers.pm +Specio-0.40/lib/Specio/OO.pm +Specio-0.40/lib/Specio/Coercion.pm +Specio-0.40/lib/Specio/Constraint/ +Specio-0.40/lib/Specio/Constraint/Enum.pm +Specio-0.40/lib/Specio/Constraint/ObjectDoes.pm +Specio-0.40/lib/Specio/Constraint/AnyDoes.pm +Specio-0.40/lib/Specio/Constraint/ObjectIsa.pm +Specio-0.40/lib/Specio/Constraint/Structured.pm +Specio-0.40/lib/Specio/Constraint/Intersection.pm +Specio-0.40/lib/Specio/Constraint/Parameterized.pm +Specio-0.40/lib/Specio/Constraint/Union.pm +Specio-0.40/lib/Specio/Constraint/AnyCan.pm +Specio-0.40/lib/Specio/Constraint/Role/ +Specio-0.40/lib/Specio/Constraint/Role/Interface.pm +Specio-0.40/lib/Specio/Constraint/Role/DoesType.pm +Specio-0.40/lib/Specio/Constraint/Role/CanType.pm +Specio-0.40/lib/Specio/Constraint/Role/IsaType.pm +Specio-0.40/lib/Specio/Constraint/Parameterizable.pm +Specio-0.40/lib/Specio/Constraint/AnyIsa.pm +Specio-0.40/lib/Specio/Constraint/Structurable.pm +Specio-0.40/lib/Specio/Constraint/Simple.pm +Specio-0.40/lib/Specio/Constraint/ObjectCan.pm +Specio-0.40/lib/Specio/Library/ +Specio-0.40/lib/Specio/Library/Builtins.pm +Specio-0.40/lib/Specio/Library/Structured/ +Specio-0.40/lib/Specio/Library/Structured/Tuple.pm +Specio-0.40/lib/Specio/Library/Structured/Map.pm +Specio-0.40/lib/Specio/Library/Structured/Dict.pm +Specio-0.40/lib/Specio/Library/Structured.pm +Specio-0.40/lib/Specio/Library/String.pm +Specio-0.40/lib/Specio/Library/Perl.pm +Specio-0.40/lib/Specio/Library/Numeric.pm +Specio-0.40/lib/Specio/Role/ +Specio-0.40/lib/Specio/Role/Inlinable.pm +Specio-0.40/lib/Specio/DeclaredAt.pm +Specio-0.40/lib/Specio/PartialDump.pm +Specio-0.40/lib/Specio/Exception.pm +Specio-0.40/lib/Specio/Declare.pm +Specio-0.40/lib/Specio/TypeChecks.pm +Specio-0.40/lib/Test/ +Specio-0.40/lib/Test/Specio.pm +Specio-0.40/lib/Specio.pm +Specio-0.40/cpanfile +Specio-0.40/perlcriticrc +Specio-0.40/INSTALL +Specio-0.40/appveyor.yml +Specio-0.40/LICENSE +Specio-0.40/tidyall.ini +Specio-0.40/CONTRIBUTING.md +Specio-0.40/Changes +Specio-0.40/META.json +Specio-0.40/dist.ini +Specio-0.40/perltidyrc +Specio-0.40/MANIFEST +Specio-0.40/META.yml +Specio-0.40/t/ +Specio-0.40/t/lib/ +Specio-0.40/t/lib/Specio/ +Specio-0.40/t/lib/Specio/Library/ +Specio-0.40/t/lib/Specio/Library/NoInline.pm +Specio-0.40/t/lib/Specio/Library/Conflict.pm +Specio-0.40/t/lib/Specio/Library/CannotSub.pm +Specio-0.40/t/lib/Specio/Library/Union.pm +Specio-0.40/t/lib/Specio/Library/WithSubs.pm +Specio-0.40/t/lib/Specio/Library/Combines.pm +Specio-0.40/t/lib/Specio/Library/XY.pm +Specio-0.40/t/lib/Specio/Library/Coercions.pm +Specio-0.40/t/intersection.t +Specio-0.40/t/declare-helpers.t +Specio-0.40/t/parameterized.t +Specio-0.40/t/subs.t +Specio-0.40/t/union.t +Specio-0.40/t/with-moo.t +Specio-0.40/t/conflicts.t +Specio-0.40/t/coercion.t +Specio-0.40/t/builtins-sanity.t +Specio-0.40/t/t-clean.t +Specio-0.40/t/numeric-sanity.t +Specio-0.40/t/inline.t +Specio-0.40/t/multiple-libraries.t +Specio-0.40/t/00-report-prereqs.t +Specio-0.40/t/combines.t +Specio-0.40/t/any-does-isa.t +Specio-0.40/t/builtins.t +Specio-0.40/t/perl-sanity.t +Specio-0.40/t/anon.t +Specio-0.40/t/dict.t +Specio-0.40/t/does-type.t +Specio-0.40/t/00-report-prereqs.dd +Specio-0.40/t/with-moose.t +Specio-0.40/t/tuple.t +Specio-0.40/t/string-sanity.t +Specio-0.40/t/import-twice.t +Specio-0.40/t/map.t +Specio-0.40/t/union-library.t +Specio-0.40/t/exception.t +Specio-0.40/t/inline-environment.t +Specio-0.40/t/additional-exports.t +Specio-0.40/t/library-with-subs.t +Specio-0.40/README.md +Specio-0.40/Makefile.PL +Specio-0.40/xt/ +Specio-0.40/xt/author/ +Specio-0.40/xt/author/pod-coverage.t +Specio-0.40/xt/author/no-tabs.t +Specio-0.40/xt/author/pod-spell.t +Specio-0.40/xt/author/mojibake.t +Specio-0.40/xt/author/no-ref-util.t +Specio-0.40/xt/author/tidyall.t +Specio-0.40/xt/author/eol.t +Specio-0.40/xt/author/test-version.t +Specio-0.40/xt/author/00-compile.t +Specio-0.40/xt/author/portability.t +Specio-0.40/xt/author/pod-syntax.t +Specio-0.40/xt/release/ +Specio-0.40/xt/release/cpan-changes.t +Specio-0.40/xt/release/meta-json.t +Specio-0.40/TODO.md +Entering Specio-0.40 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Specio-0.40 ... Warning: prerequisite Devel::StackTrace 0 not found. +Warning: prerequisite Eval::Closure 0 not found. +Warning: prerequisite MRO::Compat 0 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 1.003003 not found. +Warning: prerequisite Role::Tiny::With 0 not found. +Warning: prerequisite Sub::Quote 0 not found. +Warning: prerequisite Test::Needs 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Specio +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Sub::Quote 0 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Eval::Closure 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have IO::File 0 ... Yes (1.16) +Checking if you have Devel::StackTrace 0 ... No +Checking if you have MRO::Compat 0 ... No +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have B 0 ... Yes (1.70) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Module::Runtime 0.012 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Test::Needs 0 ... No +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have Role::Tiny::With 0 ... No +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have Role::Tiny 1.003003 ... No +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have re 0 ... Yes (0.35) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have open 0 ... Yes (1.11) +Searching Sub::Quote (0) on cpanmetadb ... +OK +==> Found dependencies: Sub::Quote, Eval::Closure, Devel::StackTrace, MRO::Compat, Module::Runtime, Test::Needs, Role::Tiny::With, Role::Tiny +--2017-10-09 07:23:54-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Quote +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 125 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.6M=0s + +2017-10-09 07:23:54 (14.6 MB/s) - written to stdout [125/125] + +--> Working on Sub::Quote +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.004000.tar.gz ... --2017-10-09 07:23:54-- http://www.cpan.org/authors/id/H/HA/HAARG/Sub-Quote-2.004000.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20363 (20K) [application/x-gzip] +Saving to: ‘Sub-Quote-2.004000.tar.gz’ + + 0K .......... ......... 100% 21.0M=0.001s + +2017-10-09 07:23:54 (21.0 MB/s) - ‘Sub-Quote-2.004000.tar.gz’ saved [20363/20363] + +Unpacking Sub-Quote-2.004000.tar.gz +OK +Sub-Quote-2.004000/ +Sub-Quote-2.004000/Changes +Sub-Quote-2.004000/lib/ +Sub-Quote-2.004000/maint/ +Sub-Quote-2.004000/Makefile.PL +Sub-Quote-2.004000/MANIFEST +Sub-Quote-2.004000/META.json +Sub-Quote-2.004000/META.yml +Sub-Quote-2.004000/README +Sub-Quote-2.004000/t/ +Sub-Quote-2.004000/xt/ +Sub-Quote-2.004000/xt/release/ +Sub-Quote-2.004000/xt/release/kwalitee.t +Sub-Quote-2.004000/t/croak-locations.t +Sub-Quote-2.004000/t/hints.t +Sub-Quote-2.004000/t/inline.t +Sub-Quote-2.004000/t/leaks.t +Sub-Quote-2.004000/t/lib/ +Sub-Quote-2.004000/t/quotify.t +Sub-Quote-2.004000/t/sub-defer-no-subname.t +Sub-Quote-2.004000/t/sub-defer-threads.t +Sub-Quote-2.004000/t/sub-defer.t +Sub-Quote-2.004000/t/sub-quote-threads.t +Sub-Quote-2.004000/t/sub-quote.t +Sub-Quote-2.004000/t/lib/ErrorLocation.pm +Sub-Quote-2.004000/t/lib/InlineModule.pm +Sub-Quote-2.004000/maint/Makefile.PL.include +Sub-Quote-2.004000/lib/Sub/ +Sub-Quote-2.004000/lib/Sub/Defer.pm +Sub-Quote-2.004000/lib/Sub/Quote.pm +Entering Sub-Quote-2.004000 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Quote-2.004000 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Quote +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Scalar::Util 0 ... Yes (1.49) +OK +Building and testing Sub-Quote-2.004000 ... cp lib/Sub/Quote.pm blib/lib/Sub/Quote.pm +cp lib/Sub/Defer.pm blib/lib/Sub/Defer.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/croak-locations.t ....... ok +t/hints.t ................. ok +t/inline.t ................ ok +t/leaks.t ................. ok +t/quotify.t ............... ok +t/sub-defer-no-subname.t .. ok +t/sub-defer-threads.t ..... skipped: your perl does not support ithreads +t/sub-defer.t ............. ok +t/sub-quote-threads.t ..... skipped: your perl does not support ithreads +t/sub-quote.t ............. ok +All tests successful. +Files=10, Tests=1110, 1 wallclock secs ( 0.13 usr 0.02 sys + 0.69 cusr 0.08 csys = 0.92 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Quote.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Defer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Defer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Quote.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Quote-2.004000 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Quote-2.004000/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Quote-2.004000/MYMETA.json +Searching Eval::Closure (0) on cpanmetadb ... +--2017-10-09 07:23:56-- http://cpanmetadb.plackperl.org/v1.0/package/Eval::Closure +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.4M=0s + +2017-10-09 07:23:56 (22.4 MB/s) - written to stdout [94/94] + +--> Working on Eval::Closure +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz ... --2017-10-09 07:23:56-- http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20128 (20K) [application/x-gzip] +Saving to: ‘Eval-Closure-0.14.tar.gz’ + + 0K .......... ......... 100% 15.9M=0.001s + +2017-10-09 07:23:56 (15.9 MB/s) - ‘Eval-Closure-0.14.tar.gz’ saved [20128/20128] + +Unpacking Eval-Closure-0.14.tar.gz +OK +Eval-Closure-0.14 +Eval-Closure-0.14/README +Eval-Closure-0.14/Changes +Eval-Closure-0.14/LICENSE +Eval-Closure-0.14/dist.ini +Eval-Closure-0.14/META.yml +Eval-Closure-0.14/MANIFEST +Eval-Closure-0.14/t +Eval-Closure-0.14/t/basic.t +Eval-Closure-0.14/META.json +Eval-Closure-0.14/t/errors.t +Eval-Closure-0.14/t/memoize.t +Eval-Closure-0.14/Makefile.PL +Eval-Closure-0.14/t/debugger.t +Eval-Closure-0.14/t/close-over.t +Eval-Closure-0.14/t/00-compile.t +Eval-Closure-0.14/t/description.t +Eval-Closure-0.14/t/lexical-subs.t +Eval-Closure-0.14/xt/release +Eval-Closure-0.14/xt/release/eol.t +Eval-Closure-0.14/lib/Eval +Eval-Closure-0.14/lib/Eval/Closure.pm +Eval-Closure-0.14/xt/author +Eval-Closure-0.14/xt/author/no-tabs.t +Eval-Closure-0.14/t/compiling-package.t +Eval-Closure-0.14/t/close-over-nonref.t +Eval-Closure-0.14/xt/author/pod-syntax.t +Eval-Closure-0.14/t/canonicalize-source.t +Eval-Closure-0.14/xt/author/pod-coverage.t +Entering Eval-Closure-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Eval-Closure-0.14 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Eval::Closure +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B 0 ... Yes (1.70) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have blib 1.01 ... Yes (1.06) +OK +Building and testing Eval-Closure-0.14 ... cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ........... ok +t/basic.t ................ ok +t/canonicalize-source.t .. ok +t/close-over-nonref.t .... skipped: Test requires module 'Devel::LexAlias' but it's not found +t/close-over.t ........... skipped: Test requires module 'PadWalker' but it's not found +t/compiling-package.t .... ok +t/debugger.t ............. ok +t/description.t .......... ok +t/errors.t ............... ok +t/lexical-subs.t ......... ok +t/memoize.t .............. skipped: Test requires module 'Test::Output' but it's not found +All tests successful. +Files=11, Tests=35, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.61 cusr 0.10 csys = 0.77 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Eval/Closure.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Eval::Closure.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Eval-Closure-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Eval-Closure-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Eval-Closure-0.14/MYMETA.json +Searching Devel::StackTrace (0) on cpanmetadb ... +--2017-10-09 07:23:58-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::StackTrace +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 139 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.8M=0s + +2017-10-09 07:23:58 (27.8 MB/s) - written to stdout [139/139] + +--> Working on Devel::StackTrace +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.02.tar.gz ... --2017-10-09 07:23:58-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 38221 (37K) [application/x-gzip] +Saving to: ‘Devel-StackTrace-2.02.tar.gz’ + + 0K .......... .......... .......... ....... 100% 39.6M=0.001s + +2017-10-09 07:23:58 (39.6 MB/s) - ‘Devel-StackTrace-2.02.tar.gz’ saved [38221/38221] + +Unpacking Devel-StackTrace-2.02.tar.gz +OK +Devel-StackTrace-2.02/ +Devel-StackTrace-2.02/dist.ini +Devel-StackTrace-2.02/perltidyrc +Devel-StackTrace-2.02/cpanfile +Devel-StackTrace-2.02/t/ +Devel-StackTrace-2.02/t/00-report-prereqs.t +Devel-StackTrace-2.02/t/03-message.t +Devel-StackTrace-2.02/t/09-skip-frames.t +Devel-StackTrace-2.02/t/08-filter-early.t +Devel-StackTrace-2.02/t/01-basic.t +Devel-StackTrace-2.02/t/06-dollar-at.t +Devel-StackTrace-2.02/t/10-set-frames.t +Devel-StackTrace-2.02/t/00-report-prereqs.dd +Devel-StackTrace-2.02/t/02-bad-utf8.t +Devel-StackTrace-2.02/t/05-back-compat.t +Devel-StackTrace-2.02/t/04-indent.t +Devel-StackTrace-2.02/t/07-no-args.t +Devel-StackTrace-2.02/Makefile.PL +Devel-StackTrace-2.02/META.yml +Devel-StackTrace-2.02/LICENSE +Devel-StackTrace-2.02/xt/ +Devel-StackTrace-2.02/xt/author/ +Devel-StackTrace-2.02/xt/author/no-tabs.t +Devel-StackTrace-2.02/xt/author/mojibake.t +Devel-StackTrace-2.02/xt/author/pod-syntax.t +Devel-StackTrace-2.02/xt/author/tidyall.t +Devel-StackTrace-2.02/xt/author/portability.t +Devel-StackTrace-2.02/xt/author/test-version.t +Devel-StackTrace-2.02/xt/author/eol.t +Devel-StackTrace-2.02/xt/author/pod-spell.t +Devel-StackTrace-2.02/xt/author/pod-coverage.t +Devel-StackTrace-2.02/xt/author/00-compile.t +Devel-StackTrace-2.02/xt/author/synopsis.t +Devel-StackTrace-2.02/xt/release/ +Devel-StackTrace-2.02/xt/release/meta-json.t +Devel-StackTrace-2.02/xt/release/cpan-changes.t +Devel-StackTrace-2.02/lib/ +Devel-StackTrace-2.02/lib/Devel/ +Devel-StackTrace-2.02/lib/Devel/StackTrace/ +Devel-StackTrace-2.02/lib/Devel/StackTrace/Frame.pm +Devel-StackTrace-2.02/lib/Devel/StackTrace.pm +Devel-StackTrace-2.02/META.json +Devel-StackTrace-2.02/tidyall.ini +Devel-StackTrace-2.02/Changes +Devel-StackTrace-2.02/CONTRIBUTING.md +Devel-StackTrace-2.02/MANIFEST +Devel-StackTrace-2.02/perlcriticrc +Devel-StackTrace-2.02/INSTALL +Devel-StackTrace-2.02/README.md +Entering Devel-StackTrace-2.02 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-StackTrace-2.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::StackTrace +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have base 0 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have bytes 0 ... Yes (1.05) +OK +Building and testing Devel-StackTrace-2.02 ... cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm +cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# base any 2.26 +# bytes any 1.05 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------ ---- ---- +# File::Spec any 3.68 +# Scalar::Util any 1.49 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/01-basic.t ........... ok +t/02-bad-utf8.t ........ skipped: These tests are not relevant with Perl 5.13.8+ +t/03-message.t ......... ok +t/04-indent.t .......... ok +t/05-back-compat.t ..... ok +t/06-dollar-at.t ....... ok +t/07-no-args.t ......... ok +t/08-filter-early.t .... ok +t/09-skip-frames.t ..... ok +t/10-set-frames.t ...... ok +All tests successful. +Files=11, Tests=64, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.80 cusr 0.10 csys = 0.96 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/StackTrace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/StackTrace/Frame.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::StackTrace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::StackTrace::Frame.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Devel-StackTrace-2.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-StackTrace-2.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-StackTrace-2.02/MYMETA.json +Searching MRO::Compat (0) on cpanmetadb ... +--2017-10-09 07:24:00-- http://cpanmetadb.plackperl.org/v1.0/package/MRO::Compat +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 92 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.6M=0s + +2017-10-09 07:24:00 (17.6 MB/s) - written to stdout [92/92] + +--> Working on MRO::Compat +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.13.tar.gz ... --2017-10-09 07:24:00-- http://www.cpan.org/authors/id/H/HA/HAARG/MRO-Compat-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8711 (8.5K) [application/x-gzip] +Saving to: ‘MRO-Compat-0.13.tar.gz’ + + 0K ........ 100% 76.7M=0s + +2017-10-09 07:24:00 (76.7 MB/s) - ‘MRO-Compat-0.13.tar.gz’ saved [8711/8711] + +Unpacking MRO-Compat-0.13.tar.gz +OK +MRO-Compat-0.13/ +MRO-Compat-0.13/Changes +MRO-Compat-0.13/lib/ +MRO-Compat-0.13/maint/ +MRO-Compat-0.13/Makefile.PL +MRO-Compat-0.13/MANIFEST +MRO-Compat-0.13/META.json +MRO-Compat-0.13/META.yml +MRO-Compat-0.13/README +MRO-Compat-0.13/t/ +MRO-Compat-0.13/xt/ +MRO-Compat-0.13/xt/pod.t +MRO-Compat-0.13/xt/pod_coverage.t +MRO-Compat-0.13/t/10basic.t +MRO-Compat-0.13/t/15pkg_gen.t +MRO-Compat-0.13/t/20mros.t +MRO-Compat-0.13/maint/Makefile.PL.include +MRO-Compat-0.13/lib/MRO/ +MRO-Compat-0.13/lib/MRO/Compat.pm +Entering MRO-Compat-0.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MRO-Compat-0.13 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MRO::Compat +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing MRO-Compat-0.13 ... cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10basic.t .... ok +t/15pkg_gen.t .. ok +t/20mros.t ..... ok +All tests successful. +Files=3, Tests=26, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.17 cusr 0.02 csys = 0.22 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MRO/Compat.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MRO::Compat.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed MRO-Compat-0.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MRO-Compat-0.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MRO-Compat-0.13/MYMETA.json +Already tried Module::Runtime. Skipping. +Searching Test::Needs (0) on cpanmetadb ... +--2017-10-09 07:24:01-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Needs +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:24:01 (22.8 MB/s) - written to stdout [104/104] + +--> Working on Test::Needs +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002005.tar.gz ... --2017-10-09 07:24:01-- http://www.cpan.org/authors/id/H/HA/HAARG/Test-Needs-0.002005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8505 (8.3K) [application/x-gzip] +Saving to: ‘Test-Needs-0.002005.tar.gz’ + + 0K ........ 100% 128M=0s + +2017-10-09 07:24:01 (128 MB/s) - ‘Test-Needs-0.002005.tar.gz’ saved [8505/8505] + +Unpacking Test-Needs-0.002005.tar.gz +OK +Test-Needs-0.002005/ +Test-Needs-0.002005/Changes +Test-Needs-0.002005/lib/ +Test-Needs-0.002005/maint/ +Test-Needs-0.002005/Makefile.PL +Test-Needs-0.002005/MANIFEST +Test-Needs-0.002005/META.json +Test-Needs-0.002005/META.yml +Test-Needs-0.002005/README +Test-Needs-0.002005/t/ +Test-Needs-0.002005/t/basic.t +Test-Needs-0.002005/t/find_missing.t +Test-Needs-0.002005/t/lib/ +Test-Needs-0.002005/t/lib/BrokenModule.pm +Test-Needs-0.002005/t/lib/ModuleWithVersion.pm +Test-Needs-0.002005/t/lib/TestScript.pm +Test-Needs-0.002005/maint/Makefile.PL.include +Test-Needs-0.002005/lib/Test/ +Test-Needs-0.002005/lib/Test/Needs.pm +Entering Test-Needs-0.002005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Needs-0.002005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Needs +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Test-Needs-0.002005 ... cp lib/Test/Needs.pm blib/lib/Test/Needs.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basic.t ......... ok +t/find_missing.t .. ok +All tests successful. +Files=2, Tests=83, 3 wallclock secs ( 0.03 usr 0.02 sys + 2.45 cusr 0.36 csys = 2.86 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Needs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Needs.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Needs-0.002005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Needs-0.002005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Needs-0.002005/MYMETA.json +Searching Role::Tiny::With (0) on cpanmetadb ... +--2017-10-09 07:24:05-- http://cpanmetadb.plackperl.org/v1.0/package/Role::Tiny::With +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 131 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.4M=0s + +2017-10-09 07:24:05 (15.4 MB/s) - written to stdout [131/131] + +--> Working on Role::Tiny::With +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000005.tar.gz ... --2017-10-09 07:24:05-- http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23119 (23K) [application/x-gzip] +Saving to: ‘Role-Tiny-2.000005.tar.gz’ + + 0K .......... .......... .. 100% 25.5M=0.001s + +2017-10-09 07:24:05 (25.5 MB/s) - ‘Role-Tiny-2.000005.tar.gz’ saved [23119/23119] + +Unpacking Role-Tiny-2.000005.tar.gz +OK +Role-Tiny-2.000005/ +Role-Tiny-2.000005/Changes +Role-Tiny-2.000005/lib/ +Role-Tiny-2.000005/maint/ +Role-Tiny-2.000005/Makefile.PL +Role-Tiny-2.000005/MANIFEST +Role-Tiny-2.000005/META.json +Role-Tiny-2.000005/META.yml +Role-Tiny-2.000005/README +Role-Tiny-2.000005/t/ +Role-Tiny-2.000005/xt/ +Role-Tiny-2.000005/xt/around-does.t +Role-Tiny-2.000005/xt/compose-modifiers.t +Role-Tiny-2.000005/xt/dependents.t +Role-Tiny-2.000005/xt/does-Moo.t +Role-Tiny-2.000005/xt/modifiers.t +Role-Tiny-2.000005/xt/namespace-clean.t +Role-Tiny-2.000005/xt/recompose-modifier.t +Role-Tiny-2.000005/t/concrete-methods.t +Role-Tiny-2.000005/t/create-hook.t +Role-Tiny-2.000005/t/does.t +Role-Tiny-2.000005/t/lib/ +Role-Tiny-2.000005/t/load-module.t +Role-Tiny-2.000005/t/method-conflicts.t +Role-Tiny-2.000005/t/overload.t +Role-Tiny-2.000005/t/role-basic-basic.t +Role-Tiny-2.000005/t/role-basic-bugs.t +Role-Tiny-2.000005/t/role-basic-composition.t +Role-Tiny-2.000005/t/role-basic-exceptions.t +Role-Tiny-2.000005/t/role-duplication.t +Role-Tiny-2.000005/t/role-long-package-name.t +Role-Tiny-2.000005/t/role-tiny-composition.t +Role-Tiny-2.000005/t/role-tiny-with.t +Role-Tiny-2.000005/t/role-tiny.t +Role-Tiny-2.000005/t/role-with-inheritance.t +Role-Tiny-2.000005/t/subclass.t +Role-Tiny-2.000005/t/lib/BrokenModule.pm +Role-Tiny-2.000005/t/lib/FalseModule.pm +Role-Tiny-2.000005/t/lib/TrackLoad.pm +Role-Tiny-2.000005/maint/Makefile.PL.include +Role-Tiny-2.000005/lib/Role/ +Role-Tiny-2.000005/lib/Role/Tiny/ +Role-Tiny-2.000005/lib/Role/Tiny.pm +Role-Tiny-2.000005/lib/Role/Tiny/With.pm +Entering Role-Tiny-2.000005 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Role-Tiny-2.000005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Role-Tiny-2.000005 ... cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm +cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t + +# Failed test 'only subs after Role::Tiny import are methods' +# at t/concrete-methods.t line 26. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'after_role' + +# Failed test 'methods_provided_by gives method list' +# at t/concrete-methods.t line 30. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'after_role' + +# Failed test 'only subs from non-Role::Tiny packages are methods' +# at t/concrete-methods.t line 34. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'method' +# Looks like you failed 3 tests of 4. +t/concrete-methods.t ........ +Dubious, test returned 3 (wstat 768, 0x300) +Failed 3/4 subtests +t/create-hook.t ............. ok +t/does.t .................... ok +t/load-module.t ............. ok + +# Failed test 'method conflict dies' +# at t/method-conflicts.t line 19. + +# Failed test '... with correct error message' +# at t/method-conflicts.t line 28. +# '' +# doesn't match '(?^:^Due to a method name conflict between roles 'Local::R. and Local::R.', the method 'method' must be implemented by 'Local::C1')' +# Looks like you failed 2 tests of 4. +t/method-conflicts.t ........ +Dubious, test returned 2 (wstat 512, 0x200) +Failed 2/4 subtests +Can't resolve method "as_num" overloading "0+" in package "MyClass" at t/overload.t line 45. +t/overload.t ................ +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +# Failed test 'My::Example->can('no_conflict')' +# at t/role-basic-basic.t line 34. +# My::Example->can('no_conflict') failed +Can't locate object method "no_conflict" via package "My::Example" at t/role-basic-basic.t line 35. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-basic-basic.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/1 subtests + +# Failed test 'Foo->can('foo')' +# at t/role-basic-bugs.t line 35. +# Foo->can('foo') failed +Can't locate object method "foo" via package "Foo" at t/role-basic-bugs.t line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 2. +t/role-basic-bugs.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/2 subtests + +# Failed test 'My::Class2->can('method2')' +# at t/role-basic-composition.t line 61. +# My::Class2->can('method2') failed +Can't locate object method "method2" via package "My::Class2" at t/role-basic-composition.t line 62. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 3. +t/role-basic-composition.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/3 subtests +t/role-basic-exceptions.t ... ok +t/role-duplication.t ........ ok +t/role-long-package-name.t .. ok + +# Failed test 'apply conflicting roles to object' +# at t/role-tiny-composition.t line 31. +# '' +# doesn't match '(?^:^Method name conflict for 'foo' between roles 'R1' and 'R2', cannot apply these simultaneously to an object)' +# Looks like you failed 1 test of 1. +t/role-tiny-composition.t ... +Dubious, test returned 1 (wstat 256, 0x100) +Failed 1/1 subtests +Can't locate object method "bar" via package "MyClass" at t/role-tiny-with.t line 29. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-tiny-with.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 1 subtests passed +Can't locate object method "bar" via package "MyClass" at t/role-tiny.t line 70. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-tiny.t ............... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 1 subtests passed +t/role-with-inheritance.t ... ok +t/subclass.t ................ ok + +Test Summary Report +------------------- +t/concrete-methods.t (Wstat: 768 Tests: 4 Failed: 3) + Failed tests: 1-3 + Non-zero exit status: 3 +t/method-conflicts.t (Wstat: 512 Tests: 4 Failed: 2) + Failed tests: 1-2 + Non-zero exit status: 2 +t/overload.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-basic.t (Wstat: 65280 Tests: 1 Failed: 1) + Failed test: 1 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-bugs.t (Wstat: 65280 Tests: 2 Failed: 1) + Failed test: 2 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-composition.t (Wstat: 65280 Tests: 3 Failed: 1) + Failed test: 3 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-tiny-composition.t (Wstat: 256 Tests: 1 Failed: 1) + Failed test: 1 + Non-zero exit status: 1 +t/role-tiny-with.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-tiny.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=17, Tests=59, 1 wallclock secs ( 0.05 usr 0.03 sys + 0.96 cusr 0.10 csys = 1.14 CPU) +Result: FAIL +Failed 9/17 test programs. 9/59 subtests failed. +Makefile:845: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Role::Tiny::With failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +Searching Role::Tiny (1.003003) on cpanmetadb ... +FAIL +--2017-10-09 07:24:07-- http://cpanmetadb.plackperl.org/v1.0/package/Role::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 131 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.0M=0s + +2017-10-09 07:24:07 (22.0 MB/s) - written to stdout [131/131] + +Already tried Role-Tiny-2.000005. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed, Module 'Role::Tiny::With' is not installed +! Bailing out the installation for Specio-0.40. +Already tried Module::Runtime. Skipping. +Searching Class::Singleton (1.03) on cpanmetadb ... +--2017-10-09 07:24:07-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Singleton +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.8M=0s + +2017-10-09 07:24:07 (19.8 MB/s) - written to stdout [98/98] + +--> Working on Class::Singleton +Fetching http://www.cpan.org/authors/id/S/SH/SHAY/Class-Singleton-1.5.tar.gz ... --2017-10-09 07:24:07-- http://www.cpan.org/authors/id/S/SH/SHAY/Class-Singleton-1.5.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7785 (7.6K) [application/x-gzip] +Saving to: ‘Class-Singleton-1.5.tar.gz’ + + 0K ....... 100% 746M=0s + +2017-10-09 07:24:07 (746 MB/s) - ‘Class-Singleton-1.5.tar.gz’ saved [7785/7785] + +Unpacking Class-Singleton-1.5.tar.gz +OK +Class-Singleton-1.5/ +Class-Singleton-1.5/Changes +Class-Singleton-1.5/lib/ +Class-Singleton-1.5/lib/Class/ +Class-Singleton-1.5/lib/Class/Singleton.pm +Class-Singleton-1.5/Makefile.PL +Class-Singleton-1.5/MANIFEST +Class-Singleton-1.5/META.yml +Class-Singleton-1.5/README +Class-Singleton-1.5/t/ +Class-Singleton-1.5/t/singleton.t +Entering Class-Singleton-1.5 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Class-Singleton-1.5 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Singleton +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Class-Singleton-1.5 ... cp lib/Class/Singleton.pm blib/lib/Class/Singleton.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/singleton.t .. ok +All tests successful. +Files=1, Tests=29, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.05 cusr 0.00 csys = 0.08 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Singleton.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Singleton.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Singleton-1.5 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Singleton-1.5/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Singleton-1.5/MYMETA.json +Searching Params::ValidationCompiler (0.13) on cpanmetadb ... +--2017-10-09 07:24:08-- http://cpanmetadb.plackperl.org/v1.0/package/Params::ValidationCompiler +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 216 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.4M=0s + +2017-10-09 07:24:08 (31.4 MB/s) - written to stdout [216/216] + +--> Working on Params::ValidationCompiler +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-0.24.tar.gz ... --2017-10-09 07:24:08-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-0.24.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 43439 (42K) [application/x-gzip] +Saving to: ‘Params-ValidationCompiler-0.24.tar.gz’ + + 0K .......... .......... .......... .......... .. 100% 24.4M=0.002s + +2017-10-09 07:24:08 (24.4 MB/s) - ‘Params-ValidationCompiler-0.24.tar.gz’ saved [43439/43439] + +Unpacking Params-ValidationCompiler-0.24.tar.gz +OK +Params-ValidationCompiler-0.24/ +Params-ValidationCompiler-0.24/lib/ +Params-ValidationCompiler-0.24/lib/Params/ +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/ +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/Exceptions.pm +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/Compiler.pm +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler.pm +Params-ValidationCompiler-0.24/cpanfile +Params-ValidationCompiler-0.24/perlcriticrc +Params-ValidationCompiler-0.24/eg/ +Params-ValidationCompiler-0.24/eg/bench-pos.pl +Params-ValidationCompiler-0.24/eg/bench-named.pl +Params-ValidationCompiler-0.24/INSTALL +Params-ValidationCompiler-0.24/LICENSE +Params-ValidationCompiler-0.24/tidyall.ini +Params-ValidationCompiler-0.24/CONTRIBUTING.md +Params-ValidationCompiler-0.24/Changes +Params-ValidationCompiler-0.24/META.json +Params-ValidationCompiler-0.24/dist.ini +Params-ValidationCompiler-0.24/perltidyrc +Params-ValidationCompiler-0.24/MANIFEST +Params-ValidationCompiler-0.24/test-matrix.als +Params-ValidationCompiler-0.24/META.yml +Params-ValidationCompiler-0.24/t/ +Params-ValidationCompiler-0.24/t/default.t +Params-ValidationCompiler-0.24/t/name.t +Params-ValidationCompiler-0.24/t/named/ +Params-ValidationCompiler-0.24/t/named/slurpy.t +Params-ValidationCompiler-0.24/t/named/args-check.t +Params-ValidationCompiler-0.24/t/named/locked-hash.t +Params-ValidationCompiler-0.24/t/named/const-hash.t +Params-ValidationCompiler-0.24/t/named/required.t +Params-ValidationCompiler-0.24/t/specio.t +Params-ValidationCompiler-0.24/t/00-report-prereqs.t +Params-ValidationCompiler-0.24/t/self-check.t +Params-ValidationCompiler-0.24/t/positional/ +Params-ValidationCompiler-0.24/t/positional/default.t +Params-ValidationCompiler-0.24/t/positional/slurpy.t +Params-ValidationCompiler-0.24/t/positional/required.t +Params-ValidationCompiler-0.24/t/source_for.t +Params-ValidationCompiler-0.24/t/00-report-prereqs.dd +Params-ValidationCompiler-0.24/t/type-tiny.t +Params-ValidationCompiler-0.24/t/name-fails.t +Params-ValidationCompiler-0.24/t/pairs-to-value-list.t +Params-ValidationCompiler-0.24/t/moose.t +Params-ValidationCompiler-0.24/README.md +Params-ValidationCompiler-0.24/Makefile.PL +Params-ValidationCompiler-0.24/xt/ +Params-ValidationCompiler-0.24/xt/author/ +Params-ValidationCompiler-0.24/xt/author/pod-coverage.t +Params-ValidationCompiler-0.24/xt/author/no-tabs.t +Params-ValidationCompiler-0.24/xt/author/synopsis.t +Params-ValidationCompiler-0.24/xt/author/pod-spell.t +Params-ValidationCompiler-0.24/xt/author/matrix.t +Params-ValidationCompiler-0.24/xt/author/mojibake.t +Params-ValidationCompiler-0.24/xt/author/tidyall.t +Params-ValidationCompiler-0.24/xt/author/eol.t +Params-ValidationCompiler-0.24/xt/author/test-version.t +Params-ValidationCompiler-0.24/xt/author/00-compile.t +Params-ValidationCompiler-0.24/xt/author/portability.t +Params-ValidationCompiler-0.24/xt/author/pod-syntax.t +Params-ValidationCompiler-0.24/xt/release/ +Params-ValidationCompiler-0.24/xt/release/cpan-changes.t +Params-ValidationCompiler-0.24/xt/release/meta-json.t +Entering Params-ValidationCompiler-0.24 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Params-ValidationCompiler-0.24 ... Warning: prerequisite Exception::Class 0 not found. +Warning: prerequisite Specio 0.14 not found. +Warning: prerequisite Test2::Bundle::Extended 0 not found. +Warning: prerequisite Test2::Plugin::NoWarnings 0 not found. +Warning: prerequisite Test2::Require::Module 0 not found. +Warning: prerequisite Test::Without::Module 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Params::ValidationCompiler +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have overload 0 ... Yes (1.28) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have Eval::Closure 0 ... Yes (0.14) +Checking if you have Test::Without::Module 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test2::Bundle::Extended 0 ... No +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Exception::Class 0 ... No +Checking if you have Specio 0.14 ... No +Checking if you have B 0 ... Yes (1.70) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test2::Require::Module 0 ... No +Checking if you have Test2::Plugin::NoWarnings 0 ... No +Checking if you have Hash::Util 0 ... Yes (0.22) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Searching Test::Without::Module (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Without::Module, Test2::Bundle::Extended, Exception::Class, Specio, Test2::Require::Module, Test2::Plugin::NoWarnings +--2017-10-09 07:24:08-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Without::Module +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.1M=0s + +2017-10-09 07:24:08 (23.1 MB/s) - written to stdout [112/112] + +--> Working on Test::Without::Module +Fetching http://www.cpan.org/authors/id/C/CO/CORION/Test-Without-Module-0.20.tar.gz ... --2017-10-09 07:24:08-- http://www.cpan.org/authors/id/C/CO/CORION/Test-Without-Module-0.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13609 (13K) [application/x-gzip] +Saving to: ‘Test-Without-Module-0.20.tar.gz’ + + 0K .......... ... 100% 15.9M=0.001s + +2017-10-09 07:24:08 (15.9 MB/s) - ‘Test-Without-Module-0.20.tar.gz’ saved [13609/13609] + +Unpacking Test-Without-Module-0.20.tar.gz +OK +Test-Without-Module-0.20/ +Test-Without-Module-0.20/Texts/ +Test-Without-Module-0.20/Texts/article.txt +Test-Without-Module-0.20/MANIFEST.SKIP +Test-Without-Module-0.20/Makefile.PL +Test-Without-Module-0.20/t/ +Test-Without-Module-0.20/t/06-missing-hidden-modules.t +Test-Without-Module-0.20/t/embedded-Test-Without-Module.t +Test-Without-Module-0.20/t/01-api.t +Test-Without-Module-0.20/t/03-block-require-module.t +Test-Without-Module-0.20/t/02-block-use-module.t +Test-Without-Module-0.20/t/05-redefine.t +Test-Without-Module-0.20/t/04-import-export.t +Test-Without-Module-0.20/README.mkdn +Test-Without-Module-0.20/META.yml +Test-Without-Module-0.20/lib/ +Test-Without-Module-0.20/lib/Test/ +Test-Without-Module-0.20/lib/Test/Without/ +Test-Without-Module-0.20/lib/Test/Without/Module.pm +Test-Without-Module-0.20/META.json +Test-Without-Module-0.20/xt/ +Test-Without-Module-0.20/xt/99-todo.t +Test-Without-Module-0.20/xt/99-changes.t +Test-Without-Module-0.20/xt/99-manifest.t +Test-Without-Module-0.20/xt/99-unix-text.t +Test-Without-Module-0.20/xt/99-pod.t +Test-Without-Module-0.20/xt/99-compile.t +Test-Without-Module-0.20/xt/99-synopsis.t +Test-Without-Module-0.20/xt/99-versions.t +Test-Without-Module-0.20/xt/meta-lint.t +Test-Without-Module-0.20/Changes +Test-Without-Module-0.20/README +Test-Without-Module-0.20/MANIFEST +Entering Test-Without-Module-0.20 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Test-Without-Module-0.20 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Without::Module +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Carp 0 ... Yes (1.43) +OK +Building and testing Test-Without-Module-0.20 ... cp lib/Test/Without/Module.pm blib/lib/Test/Without/Module.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01-api.t ........................ ok +t/02-block-use-module.t ........... ok +t/03-block-require-module.t ....... ok +t/04-import-export.t .............. ok +t/05-redefine.t ................... ok +t/06-missing-hidden-modules.t ..... ok +t/embedded-Test-Without-Module.t .. ok +All tests successful. +Files=7, Tests=21, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.41 cusr 0.04 csys = 0.49 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Without/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Without::Module.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Without-Module-0.20 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Without-Module-0.20/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Without-Module-0.20/MYMETA.json +Searching Test2::Bundle::Extended (0) on cpanmetadb ... +--2017-10-09 07:24:10-- http://cpanmetadb.plackperl.org/v1.0/package/Test2::Bundle::Extended +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2535 (2.5K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 507M=0s + +2017-10-09 07:24:10 (507 MB/s) - written to stdout [2535/2535] + +--> Working on Test2::Bundle::Extended +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000077.tar.gz ... --2017-10-09 07:24:10-- http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000077.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 144835 (141K) [application/x-gzip] +Saving to: ‘Test2-Suite-0.000077.tar.gz’ + + 0K .......... .......... .......... .......... .......... 35% 20.2M 0s + 50K .......... .......... .......... .......... .......... 70% 43.6M 0s + 100K .......... .......... .......... .......... . 100% 17.5M=0.006s + +2017-10-09 07:24:10 (23.6 MB/s) - ‘Test2-Suite-0.000077.tar.gz’ saved [144835/144835] + +Unpacking Test2-Suite-0.000077.tar.gz +OK +Test2-Suite-0.000077 +Test2-Suite-0.000077/TODO +Test2-Suite-0.000077/README +Test2-Suite-0.000077/LICENSE +Test2-Suite-0.000077/Changes +Test2-Suite-0.000077/MANIFEST +Test2-Suite-0.000077/cpanfile +Test2-Suite-0.000077/META.yml +Test2-Suite-0.000077/META.json +Test2-Suite-0.000077/README.md +Test2-Suite-0.000077/perltidyrc +Test2-Suite-0.000077/Makefile.PL +Test2-Suite-0.000077/appveyor.yml +Test2-Suite-0.000077/t +Test2-Suite-0.000077/t/00-report.t +Test2-Suite-0.000077/t/modules +Test2-Suite-0.000077/t/modules/V0.t +Test2-Suite-0.000077/lib/Test2 +Test2-Suite-0.000077/lib/Test2/V0.pm +Test2-Suite-0.000077/t/modules/Todo.t +Test2-Suite-0.000077/t/modules/Mock.t +Test2-Suite-0.000077/lib/Test2/Todo.pm +Test2-Suite-0.000077/lib/Test2/Mock.pm +Test2-Suite-0.000077/t/modules/Suite.t +Test2-Suite-0.000077/t/modules/Tools.t +Test2-Suite-0.000077/lib/Test2/Tools.pm +Test2-Suite-0.000077/lib/Test2/Suite.pm +Test2-Suite-0.000077/t/modules/Plugin.t +Test2-Suite-0.000077/t/modules/Bundle.t +Test2-Suite-0.000077/lib/Test2/Bundle.pm +Test2-Suite-0.000077/lib/Test2/Plugin.pm +Test2-Suite-0.000077/t/modules/Compare.t +Test2-Suite-0.000077/t/modules/Require.t +Test2-Suite-0.000077/lib/Test2/Require.pm +Test2-Suite-0.000077/lib/Test2/Compare.pm +Test2-Suite-0.000077/t/modules/Util +Test2-Suite-0.000077/t/modules/Util/Sub.t +Test2-Suite-0.000077/t/modules/Util/Ref.t +Test2-Suite-0.000077/lib/Test2/Util +Test2-Suite-0.000077/lib/Test2/Util/Sub.pm +Test2-Suite-0.000077/lib/Test2/Util/Ref.pm +Test2-Suite-0.000077/t/modules/Tools +Test2-Suite-0.000077/t/modules/Tools/Ref.t +Test2-Suite-0.000077/lib/Test2/Util/Term.pm +Test2-Suite-0.000077/lib/Test2/Tools +Test2-Suite-0.000077/lib/Test2/Tools/Ref.pm +Test2-Suite-0.000077/t/modules/Util/Stash.t +Test2-Suite-0.000077/t/modules/Util/Times.t +Test2-Suite-0.000077/t/modules/Util/Table.t +Test2-Suite-0.000077/t/modules/Tools/Mock.t +Test2-Suite-0.000077/t/modules/Tools/Grab.t +Test2-Suite-0.000077/lib/Test2/Util/Times.pm +Test2-Suite-0.000077/lib/Test2/Util/Table.pm +Test2-Suite-0.000077/lib/Test2/Util/Stash.pm +Test2-Suite-0.000077/lib/Test2/Tools/Grab.pm +Test2-Suite-0.000077/lib/Test2/Tools/Mock.pm +Test2-Suite-0.000077/t/modules/Compare +Test2-Suite-0.000077/t/modules/Compare/Set.t +Test2-Suite-0.000077/t/modules/Compare/Ref.t +Test2-Suite-0.000077/t/modules/Compare/Bag.t +Test2-Suite-0.000077/t/modules/Plugin +Test2-Suite-0.000077/t/modules/Plugin/UTF8.t +Test2-Suite-0.000077/t/modules/Tools/Basic.t +Test2-Suite-0.000077/t/modules/Tools/Event.t +Test2-Suite-0.000077/t/modules/Tools/Defer.t +Test2-Suite-0.000077/t/modules/Tools/Class.t +Test2-Suite-0.000077/t/modules/Bundle +Test2-Suite-0.000077/t/modules/Bundle/More.t +Test2-Suite-0.000077/lib/Test2/Event +Test2-Suite-0.000077/lib/Test2/Event/Times.pm +Test2-Suite-0.000077/lib/Test2/Compare +Test2-Suite-0.000077/lib/Test2/Compare/Bag.pm +Test2-Suite-0.000077/lib/Test2/Compare/Ref.pm +Test2-Suite-0.000077/lib/Test2/Compare/Set.pm +Test2-Suite-0.000077/lib/Test2/Plugin +Test2-Suite-0.000077/lib/Test2/Plugin/UTF8.pm +Test2-Suite-0.000077/lib/Test2/Tools/Class.pm +Test2-Suite-0.000077/lib/Test2/Tools/Basic.pm +Test2-Suite-0.000077/lib/Test2/Tools/Defer.pm +Test2-Suite-0.000077/lib/Test2/Tools/Event.pm +Test2-Suite-0.000077/lib/Test2/Bundle +Test2-Suite-0.000077/lib/Test2/Bundle/More.pm +Test2-Suite-0.000077/t/modules/Require +Test2-Suite-0.000077/t/modules/Require/Perl.t +Test2-Suite-0.000077/t/modules/Require/Fork.t +Test2-Suite-0.000077/t/modules/Compare/Hash.t +Test2-Suite-0.000077/t/modules/Compare/Base.t +Test2-Suite-0.000077/t/modules/Compare/Meta.t +Test2-Suite-0.000077/t/modules/Compare/Bool.t +Test2-Suite-0.000077/t/modules/Util/Grabber.t +Test2-Suite-0.000077/t/modules/Plugin/Times.t +Test2-Suite-0.000077/t/modules/Plugin/SRand.t +Test2-Suite-0.000077/t/modules/Tools/Target.t +Test2-Suite-0.000077/lib/Test2/Require +Test2-Suite-0.000077/lib/Test2/Require/Fork.pm +Test2-Suite-0.000077/lib/Test2/Require/Perl.pm +Test2-Suite-0.000077/lib/Test2/Compare/Bool.pm +Test2-Suite-0.000077/lib/Test2/Compare/Base.pm +Test2-Suite-0.000077/lib/Test2/Compare/Hash.pm +Test2-Suite-0.000077/lib/Test2/Compare/Meta.pm +Test2-Suite-0.000077/lib/Test2/Util/Grabber.pm +Test2-Suite-0.000077/lib/Test2/Plugin/Times.pm +Test2-Suite-0.000077/lib/Test2/Plugin/SRand.pm +Test2-Suite-0.000077/lib/Test2/Tools/Target.pm +Test2-Suite-0.000077/t/modules/Compare/Delta.t +Test2-Suite-0.000077/t/modules/Compare/Regex.t +Test2-Suite-0.000077/t/modules/Compare/Event.t +Test2-Suite-0.000077/t/modules/Compare/Array.t +Test2-Suite-0.000077/t/modules/Compare/Undef.t +Test2-Suite-0.000077/t/modules/Tools/Exports.t +Test2-Suite-0.000077/t/modules/Tools/GenTemp.t +Test2-Suite-0.000077/t/modules/Tools/Compare.t +Test2-Suite-0.000077/t/modules/Tools/Subtest.t +Test2-Suite-0.000077/t/modules/Bundle/Simple.t +Test2-Suite-0.000077/t/regression +Test2-Suite-0.000077/t/regression/Test2-Mock.t +Test2-Suite-0.000077/lib/Test2/Compare/Regex.pm +Test2-Suite-0.000077/lib/Test2/Compare/Undef.pm +Test2-Suite-0.000077/lib/Test2/Compare/Array.pm +Test2-Suite-0.000077/lib/Test2/Compare/Delta.pm +Test2-Suite-0.000077/lib/Test2/Compare/Event.pm +Test2-Suite-0.000077/lib/Test2/Tools/Compare.pm +Test2-Suite-0.000077/lib/Test2/Tools/Exports.pm +Test2-Suite-0.000077/lib/Test2/Tools/Subtest.pm +Test2-Suite-0.000077/lib/Test2/Tools/GenTemp.pm +Test2-Suite-0.000077/lib/Test2/Bundle/Simple.pm +Test2-Suite-0.000077/t/modules/Require/Module.t +Test2-Suite-0.000077/t/modules/Require/EnvVar.t +Test2-Suite-0.000077/t/modules/Compare/Scalar.t +Test2-Suite-0.000077/t/modules/Compare/Custom.t +Test2-Suite-0.000077/t/modules/Compare/Number.t +Test2-Suite-0.000077/t/modules/Compare/String.t +Test2-Suite-0.000077/t/modules/Compare/Object.t +Test2-Suite-0.000077/t/modules/Tools/Encoding.t +Test2-Suite-0.000077/t/modules/Tools/Warnings.t +Test2-Suite-0.000077/lib/Test2/Require/Module.pm +Test2-Suite-0.000077/lib/Test2/Require/EnvVar.pm +Test2-Suite-0.000077/lib/Test2/Compare/String.pm +Test2-Suite-0.000077/lib/Test2/Compare/Object.pm +Test2-Suite-0.000077/lib/Test2/Compare/Scalar.pm +Test2-Suite-0.000077/lib/Test2/Compare/Custom.pm +Test2-Suite-0.000077/lib/Test2/Compare/Number.pm +Test2-Suite-0.000077/lib/Test2/Tools/Encoding.pm +Test2-Suite-0.000077/lib/Test2/Tools/Warnings.pm +Test2-Suite-0.000077/t/modules/Require/Threads.t +Test2-Suite-0.000077/t/modules/Compare/Pattern.t +Test2-Suite-0.000077/t/modules/Util/Table +Test2-Suite-0.000077/t/modules/Util/Table/Cell.t +Test2-Suite-0.000077/t/modules/Tools/Exception.t +Test2-Suite-0.000077/t/modules/Bundle/Extended.t +Test2-Suite-0.000077/lib/Test2/Require/Threads.pm +Test2-Suite-0.000077/lib/Test2/Compare/Pattern.pm +Test2-Suite-0.000077/lib/Test2/Compare/DeepRef.pm +Test2-Suite-0.000077/lib/Test2/Util/Table +Test2-Suite-0.000077/lib/Test2/Util/Table/Cell.pm +Test2-Suite-0.000077/lib/Test2/Tools/Exception.pm +Test2-Suite-0.000077/lib/Test2/Bundle/Extended.pm +Test2-Suite-0.000077/t/modules/Require/RealFork.t +Test2-Suite-0.000077/t/modules/Compare/Wildcard.t +Test2-Suite-0.000077/t/modules/Plugin/DieOnFail.t +Test2-Suite-0.000077/lib/Test2/Require/RealFork.pm +Test2-Suite-0.000077/lib/Test2/Compare/Wildcard.pm +Test2-Suite-0.000077/lib/Test2/Plugin/DieOnFail.pm +Test2-Suite-0.000077/t/modules/Compare/EventMeta.t +Test2-Suite-0.000077/t/modules/Plugin/BailOnFail.t +Test2-Suite-0.000077/t/regression/10-set_and_dne.t +Test2-Suite-0.000077/lib/Test2/Compare/EventMeta.pm +Test2-Suite-0.000077/lib/Test2/Compare/Negatable.pm +Test2-Suite-0.000077/lib/Test2/Plugin/BailOnFail.pm +Test2-Suite-0.000077/t/modules/Plugin/ExitSummary.t +Test2-Suite-0.000077/t/regression/43-bag-on-empty.t +Test2-Suite-0.000077/lib/Test2/Plugin/ExitSummary.pm +Test2-Suite-0.000077/t/modules/Util/Table/LineBreak.t +Test2-Suite-0.000077/t/modules/Tools/ClassicCompare.t +Test2-Suite-0.000077/t/regression/Test2-Tools-Class.t +Test2-Suite-0.000077/lib/Test2/Util/Table/LineBreak.pm +Test2-Suite-0.000077/lib/Test2/Tools/ClassicCompare.pm +Test2-Suite-0.000077/t/modules/Require/AuthorTesting.t +Test2-Suite-0.000077/t/modules/Compare/OrderedSubset.t +Test2-Suite-0.000077/t/modules/Tools/ClassicCompare2.t +Test2-Suite-0.000077/lib/Test2/Require/AuthorTesting.pm +Test2-Suite-0.000077/lib/Test2/Compare/OrderedSubset.pm +Test2-Suite-0.000077/t/regression/27-1-Test2-Bundle-More.t +Test2-Suite-0.000077/t/regression/27-2-Test2-Tools-Compare.t +Test2-Suite-0.000077/t/regression/27-3-Test2-Tools-ClassicCompare.t +Entering Test2-Suite-0.000077 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test2-Suite-0.000077 ... Warning: prerequisite Importer 0.024 not found. +Warning: prerequisite Sub::Info 0.001 not found. +Warning: prerequisite Term::Table 0.002 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test2::Suite +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Term::Table 0.002 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Test2 1.302096 ... Yes (1.302098) +Checking if you have Sub::Info 0.001 ... No +Checking if you have Importer 0.024 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have B 0 ... Yes (1.70) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching Term::Table (0.002) on cpanmetadb ... +OK +==> Found dependencies: Term::Table, Sub::Info, Importer +--2017-10-09 07:24:10-- http://cpanmetadb.plackperl.org/v1.0/package/Term::Table +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 275 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 47.2M=0s + +2017-10-09 07:24:10 (47.2 MB/s) - written to stdout [275/275] + +--> Working on Term::Table +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Term-Table-0.010.tar.gz ... --2017-10-09 07:24:10-- http://www.cpan.org/authors/id/E/EX/EXODIST/Term-Table-0.010.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24244 (24K) [application/x-gzip] +Saving to: ‘Term-Table-0.010.tar.gz’ + + 0K .......... .......... ... 100% 27.6M=0.001s + +2017-10-09 07:24:10 (27.6 MB/s) - ‘Term-Table-0.010.tar.gz’ saved [24244/24244] + +Unpacking Term-Table-0.010.tar.gz +OK +Term-Table-0.010 +Term-Table-0.010/README +Term-Table-0.010/LICENSE +Term-Table-0.010/Changes +Term-Table-0.010/MANIFEST +Term-Table-0.010/cpanfile +Term-Table-0.010/META.yml +Term-Table-0.010/t +Term-Table-0.010/t/Table.t +Term-Table-0.010/META.json +Term-Table-0.010/README.md +Term-Table-0.010/Makefile.PL +Term-Table-0.010/appveyor.yml +Term-Table-0.010/t/HashBase.t +Term-Table-0.010/t/Table +Term-Table-0.010/t/Table/Cell.t +Term-Table-0.010/lib/Term +Term-Table-0.010/lib/Term/Table.pm +Term-Table-0.010/t/bad_blank_line.t +Term-Table-0.010/t/Table/CellStack.t +Term-Table-0.010/t/Table/LineBreak.t +Term-Table-0.010/lib/Term/Table +Term-Table-0.010/lib/Term/Table/Util.pm +Term-Table-0.010/lib/Term/Table/Cell.pm +Term-Table-0.010/lib/Term/Table/Spacer.pm +Term-Table-0.010/lib/Term/Table/HashBase.pm +Term-Table-0.010/lib/Term/Table/LineBreak.pm +Term-Table-0.010/lib/Term/Table/CellStack.pm +Entering Term-Table-0.010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Term-Table-0.010 ... Warning: prerequisite Importer 0.024 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Term::Table +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Test2::Tools::Tiny 1.302072 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Importer 0.024 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Searching Importer (0.024) on cpanmetadb ... +OK +==> Found dependencies: Importer +--2017-10-09 07:24:10-- http://cpanmetadb.plackperl.org/v1.0/package/Importer +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 92 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.7M=0s + +2017-10-09 07:24:10 (13.7 MB/s) - written to stdout [92/92] + +--> Working on Importer +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Importer-0.024.tar.gz ... --2017-10-09 07:24:10-- http://www.cpan.org/authors/id/E/EX/EXODIST/Importer-0.024.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 41264 (40K) [application/x-gzip] +Saving to: ‘Importer-0.024.tar.gz’ + + 0K .......... .......... .......... .......... 100% 40.0M=0.001s + +2017-10-09 07:24:10 (40.0 MB/s) - ‘Importer-0.024.tar.gz’ saved [41264/41264] + +Unpacking Importer-0.024.tar.gz +OK +Importer-0.024 +Importer-0.024/README +Importer-0.024/LICENSE +Importer-0.024/Changes +Importer-0.024/MANIFEST +Importer-0.024/cpanfile +Importer-0.024/META.yml +Importer-0.024/README.md +Importer-0.024/t +Importer-0.024/t/units.t +Importer-0.024/META.json +Importer-0.024/t/Simple.t +Importer-0.024/t/import.t +Importer-0.024/t/missing.t +Importer-0.024/t/all_tag.t +Importer-0.024/Makefile.PL +Importer-0.024/t/export_fail.t +Importer-0.024/lib +Importer-0.024/lib/Importer.pm +Entering Importer-0.024 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Importer-0.024 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Importer +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Importer-0.024 ... cp lib/Importer.pm blib/lib/Importer.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/all_tag.t ...... ok +t/export_fail.t .. ok +t/import.t ....... ok +t/missing.t ...... ok +t/Simple.t ....... ok +t/units.t ........ ok +All tests successful. +Files=6, Tests=41, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.40 cusr 0.04 csys = 0.49 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Importer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Importer.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Importer-0.024 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Importer-0.024/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Importer-0.024/MYMETA.json +Building and testing Term-Table-0.010 ... cp lib/Term/Table/Util.pm blib/lib/Term/Table/Util.pm +cp lib/Term/Table/HashBase.pm blib/lib/Term/Table/HashBase.pm +cp lib/Term/Table/Cell.pm blib/lib/Term/Table/Cell.pm +cp lib/Term/Table.pm blib/lib/Term/Table.pm +cp lib/Term/Table/CellStack.pm blib/lib/Term/Table/CellStack.pm +cp lib/Term/Table/Spacer.pm blib/lib/Term/Table/Spacer.pm +cp lib/Term/Table/LineBreak.pm blib/lib/Term/Table/LineBreak.pm +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Table/*.t +t/bad_blank_line.t ... ok +t/HashBase.t ......... ok +t/Table.t ............ ok +t/Table/Cell.t ....... ok +t/Table/CellStack.t .. ok + # $VAR1 = [ + # 'aaa', + # "a\x{5a67}b", + # 'bbb', + # undef, + # undef + # ]; + # $VAR1 = [ + # 'aaa', + # "a\x{5a67}", + # 'bbb', + # 'b ', + # undef + # ]; +t/Table/LineBreak.t .. ok +All tests successful. +Files=6, Tests=40, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.40 cusr 0.04 csys = 0.48 CPU) +Result: PASS +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/HashBase.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/CellStack.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/Spacer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/LineBreak.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Table/Cell.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table::Cell.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table::LineBreak.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table::HashBase.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table::CellStack.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Table::Util.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Term-Table-0.010 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-Table-0.010/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-Table-0.010/MYMETA.json +Searching Sub::Info (0.001) on cpanmetadb ... +--2017-10-09 07:24:13-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Info +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.1M=0s + +2017-10-09 07:24:13 (14.1 MB/s) - written to stdout [93/93] + +--> Working on Sub::Info +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Sub-Info-0.002.tar.gz ... --2017-10-09 07:24:13-- http://www.cpan.org/authors/id/E/EX/EXODIST/Sub-Info-0.002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11713 (11K) [application/x-gzip] +Saving to: ‘Sub-Info-0.002.tar.gz’ + + 0K .......... . 100% 136M=0s + +2017-10-09 07:24:13 (136 MB/s) - ‘Sub-Info-0.002.tar.gz’ saved [11713/11713] + +Unpacking Sub-Info-0.002.tar.gz +OK +Sub-Info-0.002 +Sub-Info-0.002/README +Sub-Info-0.002/LICENSE +Sub-Info-0.002/Changes +Sub-Info-0.002/t +Sub-Info-0.002/t/Sub.t +Sub-Info-0.002/MANIFEST +Sub-Info-0.002/cpanfile +Sub-Info-0.002/META.yml +Sub-Info-0.002/META.json +Sub-Info-0.002/README.md +Sub-Info-0.002/Makefile.PL +Sub-Info-0.002/lib/Sub +Sub-Info-0.002/lib/Sub/Info.pm +Entering Sub-Info-0.002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Info-0.002 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Info +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have B 0 ... Yes (1.70) +Checking if you have Importer 0.024 ... Yes (0.024) +Checking if you have Test2::Tools::Tiny 1.302072 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Carp 0 ... Yes (1.43) +OK +Building and testing Sub-Info-0.002 ... cp lib/Sub/Info.pm blib/lib/Sub/Info.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Sub.t .. ok +All tests successful. +Files=1, Tests=68, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.04 cusr 0.01 csys = 0.07 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Info.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Info.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Info-0.002 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Info-0.002/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Info-0.002/MYMETA.json +Already tried Importer. Skipping. +Building and testing Test2-Suite-0.000077 ... cp lib/Test2/Bundle/More.pm blib/lib/Test2/Bundle/More.pm +cp lib/Test2/Plugin/Times.pm blib/lib/Test2/Plugin/Times.pm +cp lib/Test2/Compare/Wildcard.pm blib/lib/Test2/Compare/Wildcard.pm +cp lib/Test2/Event/Times.pm blib/lib/Test2/Event/Times.pm +cp lib/Test2/Compare/Bag.pm blib/lib/Test2/Compare/Bag.pm +cp lib/Test2/Compare/EventMeta.pm blib/lib/Test2/Compare/EventMeta.pm +cp lib/Test2/Bundle/Simple.pm blib/lib/Test2/Bundle/Simple.pm +cp lib/Test2/Bundle/Extended.pm blib/lib/Test2/Bundle/Extended.pm +cp lib/Test2/Compare/Delta.pm blib/lib/Test2/Compare/Delta.pm +cp lib/Test2/Require/Fork.pm blib/lib/Test2/Require/Fork.pm +cp lib/Test2/Compare/Event.pm blib/lib/Test2/Compare/Event.pm +cp lib/Test2/Require/EnvVar.pm blib/lib/Test2/Require/EnvVar.pm +cp lib/Test2/Compare/Bool.pm blib/lib/Test2/Compare/Bool.pm +cp lib/Test2/Compare/Regex.pm blib/lib/Test2/Compare/Regex.pm +cp lib/Test2/Compare/OrderedSubset.pm blib/lib/Test2/Compare/OrderedSubset.pm +cp lib/Test2/Bundle.pm blib/lib/Test2/Bundle.pm +cp lib/Test2/Compare/Set.pm blib/lib/Test2/Compare/Set.pm +cp lib/Test2/Require.pm blib/lib/Test2/Require.pm +cp lib/Test2/Compare/Base.pm blib/lib/Test2/Compare/Base.pm +cp lib/Test2/Compare/Ref.pm blib/lib/Test2/Compare/Ref.pm +cp lib/Test2/Compare/Scalar.pm blib/lib/Test2/Compare/Scalar.pm +cp lib/Test2/Mock.pm blib/lib/Test2/Mock.pm +cp lib/Test2/Compare/Custom.pm blib/lib/Test2/Compare/Custom.pm +cp lib/Test2/Require/AuthorTesting.pm blib/lib/Test2/Require/AuthorTesting.pm +cp lib/Test2/Compare/Number.pm blib/lib/Test2/Compare/Number.pm +cp lib/Test2/Plugin/BailOnFail.pm blib/lib/Test2/Plugin/BailOnFail.pm +cp lib/Test2/Compare/Negatable.pm blib/lib/Test2/Compare/Negatable.pm +cp lib/Test2/Compare/Object.pm blib/lib/Test2/Compare/Object.pm +cp lib/Test2/Compare/DeepRef.pm blib/lib/Test2/Compare/DeepRef.pm +cp lib/Test2/Compare/Undef.pm blib/lib/Test2/Compare/Undef.pm +cp lib/Test2/Plugin/ExitSummary.pm blib/lib/Test2/Plugin/ExitSummary.pm +cp lib/Test2/Compare/Meta.pm blib/lib/Test2/Compare/Meta.pm +cp lib/Test2/Compare/Hash.pm blib/lib/Test2/Compare/Hash.pm +cp lib/Test2/Compare/String.pm blib/lib/Test2/Compare/String.pm +cp lib/Test2/Plugin.pm blib/lib/Test2/Plugin.pm +cp lib/Test2/Compare/Array.pm blib/lib/Test2/Compare/Array.pm +cp lib/Test2/Compare/Pattern.pm blib/lib/Test2/Compare/Pattern.pm +cp lib/Test2/Plugin/UTF8.pm blib/lib/Test2/Plugin/UTF8.pm +cp lib/Test2/Compare.pm blib/lib/Test2/Compare.pm +cp lib/Test2/Plugin/DieOnFail.pm blib/lib/Test2/Plugin/DieOnFail.pm +cp lib/Test2/Plugin/SRand.pm blib/lib/Test2/Plugin/SRand.pm +cp lib/Test2/Util/Ref.pm blib/lib/Test2/Util/Ref.pm +cp lib/Test2/Util/Times.pm blib/lib/Test2/Util/Times.pm +cp lib/Test2/Util/Grabber.pm blib/lib/Test2/Util/Grabber.pm +cp lib/Test2/V0.pm blib/lib/Test2/V0.pm +cp lib/Test2/Tools/Mock.pm blib/lib/Test2/Tools/Mock.pm +cp lib/Test2/Tools/GenTemp.pm blib/lib/Test2/Tools/GenTemp.pm +cp lib/Test2/Tools/Basic.pm blib/lib/Test2/Tools/Basic.pm +cp lib/Test2/Require/Perl.pm blib/lib/Test2/Require/Perl.pm +cp lib/Test2/Tools/Compare.pm blib/lib/Test2/Tools/Compare.pm +cp lib/Test2/Tools/Warnings.pm blib/lib/Test2/Tools/Warnings.pm +cp lib/Test2/Tools/Defer.pm blib/lib/Test2/Tools/Defer.pm +cp lib/Test2/Util/Stash.pm blib/lib/Test2/Util/Stash.pm +cp lib/Test2/Util/Table/Cell.pm blib/lib/Test2/Util/Table/Cell.pm +cp lib/Test2/Suite.pm blib/lib/Test2/Suite.pm +cp lib/Test2/Tools/Grab.pm blib/lib/Test2/Tools/Grab.pm +cp lib/Test2/Tools/ClassicCompare.pm blib/lib/Test2/Tools/ClassicCompare.pm +cp lib/Test2/Tools/Ref.pm blib/lib/Test2/Tools/Ref.pm +cp lib/Test2/Tools/Exports.pm blib/lib/Test2/Tools/Exports.pm +cp lib/Test2/Tools/Subtest.pm blib/lib/Test2/Tools/Subtest.pm +cp lib/Test2/Tools/Encoding.pm blib/lib/Test2/Tools/Encoding.pm +cp lib/Test2/Tools/Event.pm blib/lib/Test2/Tools/Event.pm +cp lib/Test2/Todo.pm blib/lib/Test2/Todo.pm +cp lib/Test2/Tools/Exception.pm blib/lib/Test2/Tools/Exception.pm +cp lib/Test2/Tools/Target.pm blib/lib/Test2/Tools/Target.pm +cp lib/Test2/Tools.pm blib/lib/Test2/Tools.pm +cp lib/Test2/Util/Term.pm blib/lib/Test2/Util/Term.pm +cp lib/Test2/Require/Module.pm blib/lib/Test2/Require/Module.pm +cp lib/Test2/Util/Table/LineBreak.pm blib/lib/Test2/Util/Table/LineBreak.pm +cp lib/Test2/Tools/Class.pm blib/lib/Test2/Tools/Class.pm +cp lib/Test2/Require/RealFork.pm blib/lib/Test2/Require/RealFork.pm +cp lib/Test2/Util/Table.pm blib/lib/Test2/Util/Table.pm +cp lib/Test2/Require/Threads.pm blib/lib/Test2/Require/Threads.pm +cp lib/Test2/Util/Sub.pm blib/lib/Test2/Util/Sub.pm +Manifying 35 pod documents +Manifying 36 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/modules/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Util/*.t t/modules/Util/Table/*.t t/regression/*.t +# +# DIAGNOSTICS INFO IN CASE OF FAILURE: +# +------+----------+ +# | perl | 5.027005 | +# +------+----------+ +# +-----------------+-----------+ +# | CAPABILITY | SUPPORTED | +# +-----------------+-----------+ +# | CAN_FORK | Yes | +# | CAN_REALLY_FORK | Yes | +# | CAN_THREAD | No | +# +-----------------+-----------+ +# +---------------+----------+ +# | DEPENDENCY | VERSION | +# +---------------+----------+ +# | B | 1.70 | +# | Carp | 1.43 | +# | File::Spec | 3.68 | +# | File::Temp | 0.2304 | +# | PerlIO | 1.10 | +# | Scalar::Util | 1.49 | +# | Storable | 2.64 | +# | Term::Table | 0.010 | +# | Test2 | 1.302098 | +# | Test::Harness | 3.39 | +# | overload | 1.28 | +# | utf8 | 1.20 | +# +---------------+----------+ +# +--------------------+---------+ +# | OPTIONAL | VERSION | +# +--------------------+---------+ +# | Term::ReadKey | N/A | +# | Term::Size::Any | N/A | +# | Unicode::GCString | N/A | +# | Unicode::LineBreak | N/A | +# +--------------------+---------+ +t/00-report.t ................................... ok +t/modules/Bundle.t .............................. ok +t/modules/Bundle/Extended.t ..................... ok +t/modules/Bundle/More.t ......................... ok +t/modules/Bundle/Simple.t ....................... ok +t/modules/Compare.t ............................. ok +t/modules/Compare/Array.t ....................... ok +t/modules/Compare/Bag.t ......................... ok +t/modules/Compare/Base.t ........................ ok +t/modules/Compare/Bool.t ........................ ok +t/modules/Compare/Custom.t ...................... ok +t/modules/Compare/Delta.t ....................... ok +t/modules/Compare/Event.t ....................... ok +t/modules/Compare/EventMeta.t ................... ok +t/modules/Compare/Hash.t ........................ ok +t/modules/Compare/Meta.t ........................ ok +t/modules/Compare/Number.t ...................... ok +t/modules/Compare/Object.t ...................... ok +t/modules/Compare/OrderedSubset.t ............... ok +t/modules/Compare/Pattern.t ..................... ok +t/modules/Compare/Ref.t ......................... ok +t/modules/Compare/Regex.t ....................... ok +t/modules/Compare/Scalar.t ...................... ok +t/modules/Compare/Set.t ......................... ok +t/modules/Compare/String.t ...................... ok +t/modules/Compare/Undef.t ....................... ok +t/modules/Compare/Wildcard.t .................... ok +t/modules/Mock.t ................................ ok +t/modules/Plugin.t .............................. ok +t/modules/Plugin/BailOnFail.t ................... ok +t/modules/Plugin/DieOnFail.t .................... ok +t/modules/Plugin/ExitSummary.t .................. ok +t/modules/Plugin/SRand.t ........................ ok +t/modules/Plugin/Times.t ........................ ok +t/modules/Plugin/UTF8.t ......................... ok +t/modules/Require.t ............................. ok +t/modules/Require/AuthorTesting.t ............... ok +t/modules/Require/EnvVar.t ...................... ok +t/modules/Require/Fork.t ........................ ok +t/modules/Require/Module.t ...................... ok +t/modules/Require/Perl.t ........................ ok +t/modules/Require/RealFork.t .................... ok +t/modules/Require/Threads.t ..................... ok +t/modules/Suite.t ............................... ok +t/modules/Todo.t ................................ ok +t/modules/Tools.t ............................... ok +t/modules/Tools/Basic.t ......................... ok +t/modules/Tools/Class.t ......................... ok +t/modules/Tools/ClassicCompare.t ................ ok +t/modules/Tools/ClassicCompare2.t ............... ok +t/modules/Tools/Compare.t ....................... ok +t/modules/Tools/Defer.t ......................... ok +t/modules/Tools/Encoding.t ...................... ok +t/modules/Tools/Event.t ......................... ok +t/modules/Tools/Exception.t ..................... ok +t/modules/Tools/Exports.t ....................... ok +t/modules/Tools/GenTemp.t ....................... ok +t/modules/Tools/Grab.t .......................... ok +t/modules/Tools/Mock.t .......................... ok +t/modules/Tools/Ref.t ........................... ok +t/modules/Tools/Subtest.t ....................... ok +t/modules/Tools/Target.t ........................ ok +t/modules/Tools/Warnings.t ...................... ok +t/modules/Util/Grabber.t ........................ ok +t/modules/Util/Ref.t ............................ ok +t/modules/Util/Stash.t .......................... ok +t/modules/Util/Sub.t ............................ ok +t/modules/Util/Table.t .......................... ok +t/modules/Util/Table/Cell.t ..................... ok +t/modules/Util/Table/LineBreak.t ................ ok +t/modules/Util/Times.t .......................... ok +t/modules/V0.t .................................. ok +t/regression/10-set_and_dne.t ................... ok +t/regression/27-1-Test2-Bundle-More.t ........... ok +t/regression/27-2-Test2-Tools-Compare.t ......... ok +t/regression/27-3-Test2-Tools-ClassicCompare.t .. ok +t/regression/43-bag-on-empty.t .................. ok +t/regression/Test2-Mock.t ....................... ok +t/regression/Test2-Tools-Class.t ................ ok +All tests successful. +Files=79, Tests=590, 10 wallclock secs ( 0.32 usr 0.10 sys + 8.32 cusr 1.03 csys = 9.77 CPU) +Result: PASS +Manifying 35 pod documents +Manifying 36 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Bundle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Suite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Todo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/V0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Mock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Event.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/OrderedSubset.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Custom.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Array.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Delta.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Negatable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Scalar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Pattern.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Bag.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Hash.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Regex.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Ref.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Object.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/EventMeta.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/DeepRef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Undef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Wildcard.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Bool.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Set.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Compare/Meta.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/UTF8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/SRand.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/Times.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/DieOnFail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/ExitSummary.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/BailOnFail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Event/Times.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Event.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/GenTemp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/ClassicCompare.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Subtest.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Warnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Grab.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Ref.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Compare.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Encoding.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Defer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Target.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Mock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Tools/Exports.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/Perl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/RealFork.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/AuthorTesting.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/Fork.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/EnvVar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Require/Threads.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Term.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Stash.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Grabber.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Ref.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Times.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Sub.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Table.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Table/LineBreak.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Util/Table/Cell.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Bundle/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Bundle/Extended.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Bundle/More.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::DieOnFail.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Sub.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Set.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Object.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::ExitSummary.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Table.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Bag.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Encoding.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::Module.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Bundle::More.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Bundle::Extended.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Event.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Hash.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::OrderedSubset.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Number.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Mock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::Threads.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Bundle::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Mock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::SRand.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Todo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Exception.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Basic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Array.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Class.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Meta.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::Times.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::AuthorTesting.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Ref.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::DeepRef.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Regex.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Undef.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Subtest.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::EnvVar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Times.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::UTF8.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Ref.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::BailOnFail.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Defer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::GenTemp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Stash.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Bool.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Wildcard.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Scalar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Grab.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Table::LineBreak.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::Perl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Warnings.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Pattern.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Target.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Custom.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Compare.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::EventMeta.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Util::Grabber.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::RealFork.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::V0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Delta.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::String.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Exports.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Require::Fork.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::Ref.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Tools::ClassicCompare.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Suite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Bundle.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Event.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Compare::Negatable.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test2-Suite-0.000077 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test2-Suite-0.000077/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test2-Suite-0.000077/MYMETA.json +Searching Exception::Class (0) on cpanmetadb ... +--2017-10-09 07:24:26-- http://cpanmetadb.plackperl.org/v1.0/package/Exception::Class +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 135 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.2M=0s + +2017-10-09 07:24:26 (30.2 MB/s) - written to stdout [135/135] + +--> Working on Exception::Class +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.43.tar.gz ... --2017-10-09 07:24:26-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.43.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 45601 (45K) [application/x-gzip] +Saving to: ‘Exception-Class-1.43.tar.gz’ + + 0K .......... .......... .......... .......... .... 100% 25.0M=0.002s + +2017-10-09 07:24:26 (25.0 MB/s) - ‘Exception-Class-1.43.tar.gz’ saved [45601/45601] + +Unpacking Exception-Class-1.43.tar.gz +OK +Exception-Class-1.43/ +Exception-Class-1.43/dist.ini +Exception-Class-1.43/META.yml +Exception-Class-1.43/perltidyrc +Exception-Class-1.43/t/ +Exception-Class-1.43/t/00-report-prereqs.t +Exception-Class-1.43/t/ignore.t +Exception-Class-1.43/t/00-report-prereqs.dd +Exception-Class-1.43/t/context.t +Exception-Class-1.43/t/caught.t +Exception-Class-1.43/t/ecb-standalone.t +Exception-Class-1.43/t/basic.t +Exception-Class-1.43/xt/ +Exception-Class-1.43/xt/release/ +Exception-Class-1.43/xt/release/cpan-changes.t +Exception-Class-1.43/xt/release/meta-json.t +Exception-Class-1.43/xt/author/ +Exception-Class-1.43/xt/author/00-compile.t +Exception-Class-1.43/xt/author/eol.t +Exception-Class-1.43/xt/author/test-version.t +Exception-Class-1.43/xt/author/portability.t +Exception-Class-1.43/xt/author/no-tabs.t +Exception-Class-1.43/xt/author/pod-coverage.t +Exception-Class-1.43/xt/author/tidyall.t +Exception-Class-1.43/xt/author/mojibake.t +Exception-Class-1.43/xt/author/pod-syntax.t +Exception-Class-1.43/xt/author/pod-spell.t +Exception-Class-1.43/tidyall.ini +Exception-Class-1.43/INSTALL +Exception-Class-1.43/Changes +Exception-Class-1.43/README.md +Exception-Class-1.43/MANIFEST +Exception-Class-1.43/CONTRIBUTING.md +Exception-Class-1.43/cpanfile +Exception-Class-1.43/bench/ +Exception-Class-1.43/bench/simple +Exception-Class-1.43/LICENSE +Exception-Class-1.43/META.json +Exception-Class-1.43/lib/ +Exception-Class-1.43/lib/Exception/ +Exception-Class-1.43/lib/Exception/Class.pm +Exception-Class-1.43/lib/Exception/Class/ +Exception-Class-1.43/lib/Exception/Class/Base.pm +Exception-Class-1.43/perlcriticrc +Exception-Class-1.43/Makefile.PL +Entering Exception-Class-1.43 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Exception-Class-1.43 ... Warning: prerequisite Class::Data::Inheritable 0.02 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Exception::Class +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have base 0 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Devel::StackTrace 2.00 ... Yes (2.02) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Class::Data::Inheritable 0.02 ... No +Searching Class::Data::Inheritable (0.02) on cpanmetadb ... +OK +==> Found dependencies: Class::Data::Inheritable +--2017-10-09 07:24:26-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Data::Inheritable +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.5M=0s + +2017-10-09 07:24:26 (26.5 MB/s) - written to stdout [116/116] + +--> Working on Class::Data::Inheritable +Fetching http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz ... --2017-10-09 07:24:26-- http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5660 (5.5K) [application/x-gzip] +Saving to: ‘Class-Data-Inheritable-0.08.tar.gz’ + + 0K ..... 100% 689M=0s + +2017-10-09 07:24:26 (689 MB/s) - ‘Class-Data-Inheritable-0.08.tar.gz’ saved [5660/5660] + +Unpacking Class-Data-Inheritable-0.08.tar.gz +OK +Class-Data-Inheritable-0.08/ +Class-Data-Inheritable-0.08/Changes +Class-Data-Inheritable-0.08/doc/ +Class-Data-Inheritable-0.08/doc/jp/ +Class-Data-Inheritable-0.08/doc/jp/Class-Data-Inheritable.pod +Class-Data-Inheritable-0.08/lib/ +Class-Data-Inheritable-0.08/lib/Class/ +Class-Data-Inheritable-0.08/lib/Class/Data/ +Class-Data-Inheritable-0.08/lib/Class/Data/Inheritable.pm +Class-Data-Inheritable-0.08/Makefile.PL +Class-Data-Inheritable-0.08/MANIFEST +Class-Data-Inheritable-0.08/MANIFEST.SKIP +Class-Data-Inheritable-0.08/META.yml +Class-Data-Inheritable-0.08/README +Class-Data-Inheritable-0.08/t/ +Class-Data-Inheritable-0.08/t/Inheritable.t +Class-Data-Inheritable-0.08/t/pod-coverage.t +Class-Data-Inheritable-0.08/t/pod.t +Entering Class-Data-Inheritable-0.08 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Class-Data-Inheritable-0.08 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Data::Inheritable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Class-Data-Inheritable-0.08 ... cp lib/Class/Data/Inheritable.pm blib/lib/Class/Data/Inheritable.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Inheritable.t ... ok +t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.00 required for testing POD coverage +t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD +All tests successful. +Files=3, Tests=15, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.15 cusr 0.01 csys = 0.19 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Data/Inheritable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Data::Inheritable.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Data-Inheritable-0.08 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Data-Inheritable-0.08/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Data-Inheritable-0.08/MYMETA.json +Building and testing Exception-Class-1.43 ... cp lib/Exception/Class.pm blib/lib/Exception/Class.pm +cp lib/Exception/Class/Base.pm blib/lib/Exception/Class/Base.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------------ ---- ---- +# Class::Data::Inheritable 0.02 0.08 +# Devel::StackTrace 2.00 2.02 +# Scalar::Util any 1.49 +# base any 2.26 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +t/caught.t ............. ok +t/context.t ............ ok +t/ecb-standalone.t ..... ok +t/ignore.t ............. ok +All tests successful. +Files=6, Tests=76, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.50 cusr 0.07 csys = 0.61 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exception/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exception/Class/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exception::Class.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exception::Class::Base.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Exception-Class-1.43 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exception-Class-1.43/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exception-Class-1.43/MYMETA.json +Searching Specio (0.14) on cpanmetadb ... +--2017-10-09 07:24:28-- http://cpanmetadb.plackperl.org/v1.0/package/Specio +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1401 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 281M=0s + +2017-10-09 07:24:28 (281 MB/s) - written to stdout [1401/1401] + +Already tried Specio-0.40. Skipping. +Searching Test2::Require::Module (0) on cpanmetadb ... +--2017-10-09 07:24:28-- http://cpanmetadb.plackperl.org/v1.0/package/Test2::Require::Module +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2535 (2.5K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 529M=0s + +2017-10-09 07:24:28 (529 MB/s) - written to stdout [2535/2535] + +Already tried Test2-Suite-0.000077. Skipping. +Searching Test2::Plugin::NoWarnings (0) on cpanmetadb ... +--2017-10-09 07:24:28-- http://cpanmetadb.plackperl.org/v1.0/package/Test2::Plugin::NoWarnings +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 151 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 33.9M=0s + +2017-10-09 07:24:28 (33.9 MB/s) - written to stdout [151/151] + +--> Working on Test2::Plugin::NoWarnings +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz ... --2017-10-09 07:24:28-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23237 (23K) [application/x-gzip] +Saving to: ‘Test2-Plugin-NoWarnings-0.06.tar.gz’ + + 0K .......... .......... .. 100% 27.9M=0.001s + +2017-10-09 07:24:28 (27.9 MB/s) - ‘Test2-Plugin-NoWarnings-0.06.tar.gz’ saved [23237/23237] + +Unpacking Test2-Plugin-NoWarnings-0.06.tar.gz +OK +Test2-Plugin-NoWarnings-0.06/ +Test2-Plugin-NoWarnings-0.06/dist.ini +Test2-Plugin-NoWarnings-0.06/META.yml +Test2-Plugin-NoWarnings-0.06/perltidyrc +Test2-Plugin-NoWarnings-0.06/t/ +Test2-Plugin-NoWarnings-0.06/t/00-report-prereqs.t +Test2-Plugin-NoWarnings-0.06/t/compile.t +Test2-Plugin-NoWarnings-0.06/t/00-report-prereqs.dd +Test2-Plugin-NoWarnings-0.06/t/basic.t +Test2-Plugin-NoWarnings-0.06/xt/ +Test2-Plugin-NoWarnings-0.06/xt/release/ +Test2-Plugin-NoWarnings-0.06/xt/release/cpan-changes.t +Test2-Plugin-NoWarnings-0.06/xt/release/meta-json.t +Test2-Plugin-NoWarnings-0.06/xt/author/ +Test2-Plugin-NoWarnings-0.06/xt/author/eol.t +Test2-Plugin-NoWarnings-0.06/xt/author/test-version.t +Test2-Plugin-NoWarnings-0.06/xt/author/portability.t +Test2-Plugin-NoWarnings-0.06/xt/author/no-tabs.t +Test2-Plugin-NoWarnings-0.06/xt/author/pod-coverage.t +Test2-Plugin-NoWarnings-0.06/xt/author/tidyall.t +Test2-Plugin-NoWarnings-0.06/xt/author/mojibake.t +Test2-Plugin-NoWarnings-0.06/xt/author/pod-syntax.t +Test2-Plugin-NoWarnings-0.06/xt/author/pod-spell.t +Test2-Plugin-NoWarnings-0.06/tidyall.ini +Test2-Plugin-NoWarnings-0.06/INSTALL +Test2-Plugin-NoWarnings-0.06/Changes +Test2-Plugin-NoWarnings-0.06/README.md +Test2-Plugin-NoWarnings-0.06/MANIFEST +Test2-Plugin-NoWarnings-0.06/CONTRIBUTING.md +Test2-Plugin-NoWarnings-0.06/cpanfile +Test2-Plugin-NoWarnings-0.06/LICENSE +Test2-Plugin-NoWarnings-0.06/META.json +Test2-Plugin-NoWarnings-0.06/lib/ +Test2-Plugin-NoWarnings-0.06/lib/Test2/ +Test2-Plugin-NoWarnings-0.06/lib/Test2/Event/ +Test2-Plugin-NoWarnings-0.06/lib/Test2/Event/Warning.pm +Test2-Plugin-NoWarnings-0.06/lib/Test2/Plugin/ +Test2-Plugin-NoWarnings-0.06/lib/Test2/Plugin/NoWarnings.pm +Test2-Plugin-NoWarnings-0.06/perlcriticrc +Test2-Plugin-NoWarnings-0.06/Makefile.PL +Entering Test2-Plugin-NoWarnings-0.06 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test2-Plugin-NoWarnings-0.06 ... Warning: prerequisite IPC::Run3 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test2::Plugin::NoWarnings +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test2::Event 0 ... Yes (1.302098) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Test2::Util::HashBase 0 ... Yes (0.005) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test2::Bundle::Extended 0 ... Yes (0.000077) +Checking if you have IPC::Run3 0 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Test2::API 0 ... Yes (1.302098) +Checking if you have Test2::Require::Module 0 ... Yes (0.000077) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching IPC::Run3 (0) on cpanmetadb ... +OK +==> Found dependencies: IPC::Run3 +--2017-10-09 07:24:29-- http://cpanmetadb.plackperl.org/v1.0/package/IPC::Run3 +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 90 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.0M=0s + +2017-10-09 07:24:29 (13.0 MB/s) - written to stdout [90/90] + +--> Working on IPC::Run3 +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz ... --2017-10-09 07:24:29-- http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.048.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20312 (20K) [application/x-gzip] +Saving to: ‘IPC-Run3-0.048.tar.gz’ + + 0K .......... ......... 100% 20.4M=0.001s + +2017-10-09 07:24:29 (20.4 MB/s) - ‘IPC-Run3-0.048.tar.gz’ saved [20312/20312] + +Unpacking IPC-Run3-0.048.tar.gz +OK +IPC-Run3-0.048/ +IPC-Run3-0.048/bin/ +IPC-Run3-0.048/Changes +IPC-Run3-0.048/lib/ +IPC-Run3-0.048/LICENSE +IPC-Run3-0.048/Makefile.PL +IPC-Run3-0.048/MANIFEST +IPC-Run3-0.048/MANIFEST.SKIP +IPC-Run3-0.048/META.json +IPC-Run3-0.048/META.yml +IPC-Run3-0.048/README +IPC-Run3-0.048/t/ +IPC-Run3-0.048/t/die_handler.t +IPC-Run3-0.048/t/fd_leak.t +IPC-Run3-0.048/t/fork.t +IPC-Run3-0.048/t/IPC-Run3-ProfArrayBuffer.t +IPC-Run3-0.048/t/IPC-Run3-profiling.t +IPC-Run3-0.048/t/IPC-Run3-ProfLogger.t +IPC-Run3-0.048/t/IPC-Run3-ProfLogReader.t +IPC-Run3-0.048/t/IPC-Run3-ProfPP.t +IPC-Run3-0.048/t/IPC-Run3-ProfReporter.t +IPC-Run3-0.048/t/IPC-Run3.t +IPC-Run3-0.048/t/pod-coverage.t +IPC-Run3-0.048/t/pod.t +IPC-Run3-0.048/t/utf8.t +IPC-Run3-0.048/lib/IPC/ +IPC-Run3-0.048/lib/IPC/Run3/ +IPC-Run3-0.048/lib/IPC/Run3.pm +IPC-Run3-0.048/lib/IPC/Run3/ProfArrayBuffer.pm +IPC-Run3-0.048/lib/IPC/Run3/ProfLogger.pm +IPC-Run3-0.048/lib/IPC/Run3/ProfLogReader.pm +IPC-Run3-0.048/lib/IPC/Run3/ProfPP.pm +IPC-Run3-0.048/lib/IPC/Run3/ProfReporter.pm +IPC-Run3-0.048/bin/run3profpp +Entering IPC-Run3-0.048 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IPC-Run3-0.048 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IPC::Run3 +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Time::HiRes 0 ... Yes (1.9746) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +OK +Building and testing IPC-Run3-0.048 ... cp lib/IPC/Run3/ProfLogger.pm blib/lib/IPC/Run3/ProfLogger.pm +cp lib/IPC/Run3.pm blib/lib/IPC/Run3.pm +cp lib/IPC/Run3/ProfArrayBuffer.pm blib/lib/IPC/Run3/ProfArrayBuffer.pm +cp lib/IPC/Run3/ProfPP.pm blib/lib/IPC/Run3/ProfPP.pm +cp lib/IPC/Run3/ProfLogReader.pm blib/lib/IPC/Run3/ProfLogReader.pm +cp lib/IPC/Run3/ProfReporter.pm blib/lib/IPC/Run3/ProfReporter.pm +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/die_handler.t ............... ok +t/fd_leak.t ................... ok +t/fork.t ...................... ok +t/IPC-Run3-ProfArrayBuffer.t .. ok +t/IPC-Run3-profiling.t ........ ok +t/IPC-Run3-ProfLogger.t ....... ok +Use of uninitialized value $fh in split at /home/ryan/.cpanm/work/1507547994.16943/IPC-Run3-0.048/blib/lib/IPC/Run3/ProfLogReader.pm line 79, line 4. +t/IPC-Run3-ProfLogReader.t .... ok +t/IPC-Run3-ProfPP.t ........... ok +t/IPC-Run3-ProfReporter.t ..... ok +t/IPC-Run3.t .................. ok +t/pod-coverage.t .............. skipped: not run unless RELEASE_TESTING +t/pod.t ....................... skipped: not run unless RELEASE_TESTING +t/utf8.t ...................... ok +All tests successful. +Files=13, Tests=64, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.56 cusr 0.12 csys = 0.74 CPU) +Result: PASS +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3/ProfPP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3/ProfArrayBuffer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3/ProfLogger.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3/ProfReporter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IPC/Run3/ProfLogReader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3::ProfArrayBuffer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3::ProfPP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3::ProfLogReader.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3::ProfLogger.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IPC::Run3::ProfReporter.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IPC-Run3-0.048 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IPC-Run3-0.048/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IPC-Run3-0.048/MYMETA.json +Building and testing Test2-Plugin-NoWarnings-0.06 ... cp lib/Test2/Event/Warning.pm blib/lib/Test2/Event/Warning.pm +cp lib/Test2/Plugin/NoWarnings.pm blib/lib/Test2/Plugin/NoWarnings.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ----------------------- -------- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# IPC::Run3 any 0.048 +# Test2::Bundle::Extended any 0.000077 +# Test2::Require::Module any 0.000077 +# Test::More 1.302015 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------------------- ---- -------- +# Carp any 1.43 +# Test2::API any 1.302098 +# Test2::Event any 1.302098 +# Test2::Util::HashBase any 0.005 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +t/compile.t ............ ok +All tests successful. +Files=3, Tests=3, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.55 cusr 0.07 csys = 0.65 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Plugin/NoWarnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test2/Event/Warning.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Event::Warning.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test2::Plugin::NoWarnings.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test2-Plugin-NoWarnings-0.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test2-Plugin-NoWarnings-0.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test2-Plugin-NoWarnings-0.06/MYMETA.json +! Installing the dependencies failed: Module 'Specio' is not installed +! Bailing out the installation for Params-ValidationCompiler-0.24. +Searching Specio::Library::String (0) on cpanmetadb ... +--2017-10-09 07:24:32-- http://cpanmetadb.plackperl.org/v1.0/package/Specio::Library::String +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1401 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 263M=0s + +2017-10-09 07:24:32 (263 MB/s) - written to stdout [1401/1401] + +Already tried Specio-0.40. Skipping. +! Installing the dependencies failed: Module 'Specio::Library::String' is not installed, Module 'Params::ValidationCompiler' is not installed, Module 'Module::Runtime' is not installed, Module 'Specio::Library::Builtins' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for DateTime-TimeZone-2.13. +Searching DateTime::Set (0.1) on cpanmetadb ... +--2017-10-09 07:24:32-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Set +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 190 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 39.0M=0s + +2017-10-09 07:24:32 (39.0 MB/s) - written to stdout [190/190] + +--> Working on DateTime::Set +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-0.3900.tar.gz ... --2017-10-09 07:24:32-- http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-0.3900.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 45158 (44K) [application/x-gzip] +Saving to: ‘DateTime-Set-0.3900.tar.gz’ + + 0K .......... .......... .......... .......... .... 100% 24.5M=0.002s + +2017-10-09 07:24:32 (24.5 MB/s) - ‘DateTime-Set-0.3900.tar.gz’ saved [45158/45158] + +Unpacking DateTime-Set-0.3900.tar.gz +OK +DateTime-Set-0.3900/ +DateTime-Set-0.3900/MANIFEST +DateTime-Set-0.3900/MANIFEST.SKIP +DateTime-Set-0.3900/META.yml +DateTime-Set-0.3900/Build.PL +DateTime-Set-0.3900/Changes +DateTime-Set-0.3900/META.json +DateTime-Set-0.3900/LICENSE +DateTime-Set-0.3900/TODO +DateTime-Set-0.3900/t/ +DateTime-Set-0.3900/t/18as_list_empty.t +DateTime-Set-0.3900/t/02immutable.t +DateTime-Set-0.3900/t/09spanset.t +DateTime-Set-0.3900/t/03add_subtract.t +DateTime-Set-0.3900/t/00load.t +DateTime-Set-0.3900/t/04recurrence.t +DateTime-Set-0.3900/t/15time_zone.t +DateTime-Set-0.3900/t/11next.t +DateTime-Set-0.3900/t/01sanity.t +DateTime-Set-0.3900/t/21from_recurrence.t +DateTime-Set-0.3900/t/22start_end.t +DateTime-Set-0.3900/t/16bounded_recurrence.t +DateTime-Set-0.3900/t/10previous-2.t +DateTime-Set-0.3900/t/08span.t +DateTime-Set-0.3900/t/14complement.t +DateTime-Set-0.3900/t/07previous.t +DateTime-Set-0.3900/t/12iterator_intersection.t +DateTime-Set-0.3900/t/19spanset_daylight_savings.t +DateTime-Set-0.3900/t/17quantize.t +DateTime-Set-0.3900/t/06backtrack.t +DateTime-Set-0.3900/t/20spanset_week_wrapped_recurrence.t +DateTime-Set-0.3900/t/05iterator.t +DateTime-Set-0.3900/t/13add_recurrence.t +DateTime-Set-0.3900/lib/ +DateTime-Set-0.3900/lib/DateTime/ +DateTime-Set-0.3900/lib/DateTime/Span.pm +DateTime-Set-0.3900/lib/DateTime/Set.pm +DateTime-Set-0.3900/lib/DateTime/SpanSet.pm +DateTime-Set-0.3900/lib/Set/ +DateTime-Set-0.3900/lib/Set/Infinite/ +DateTime-Set-0.3900/lib/Set/Infinite/_recurrence.pm +DateTime-Set-0.3900/README +DateTime-Set-0.3900/Makefile.PL +Entering DateTime-Set-0.3900 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Build.PL +Configuring DateTime-Set-0.3900 ... Checking prerequisites... + requires: + ! DateTime is not installed + ! Params::Validate is not installed + ! Set::Infinite is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Set' version '0.3900' +Checking dependencies from MYMETA.json ... +Checking if you have Params::Validate 0.59 ... No +Checking if you have DateTime 0.17 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Set::Infinite 0.59 ... No +Searching Params::Validate (0.59) on cpanmetadb ... +OK +==> Found dependencies: Params::Validate, DateTime, Set::Infinite +--2017-10-09 07:24:32-- http://cpanmetadb.plackperl.org/v1.0/package/Params::Validate +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 198 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 32.8M=0s + +2017-10-09 07:24:32 (32.8 MB/s) - written to stdout [198/198] + +--> Working on Params::Validate +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.29.tar.gz ... --2017-10-09 07:24:32-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.29.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 137609 (134K) [application/x-gzip] +Saving to: ‘Params-Validate-1.29.tar.gz’ + + 0K .......... .......... .......... .......... .......... 37% 25.0M 0s + 50K .......... .......... .......... .......... .......... 74% 50.0M 0s + 100K .......... .......... .......... .... 100% 20.5M=0.005s + +2017-10-09 07:24:32 (28.7 MB/s) - ‘Params-Validate-1.29.tar.gz’ saved [137609/137609] + +Unpacking Params-Validate-1.29.tar.gz +OK +Params-Validate-1.29/ +Params-Validate-1.29/lib/ +Params-Validate-1.29/lib/Params/ +Params-Validate-1.29/lib/Params/ValidateXS.pm +Params-Validate-1.29/lib/Params/Validate/ +Params-Validate-1.29/lib/Params/Validate/XS.pm +Params-Validate-1.29/lib/Params/Validate/PP.pm +Params-Validate-1.29/lib/Params/Validate/XS.xs +Params-Validate-1.29/lib/Params/Validate/Constants.pm +Params-Validate-1.29/lib/Params/ValidatePP.pm +Params-Validate-1.29/lib/Params/Validate.pm +Params-Validate-1.29/weaver.ini +Params-Validate-1.29/cpanfile +Params-Validate-1.29/perlcriticrc +Params-Validate-1.29/Build.PL +Params-Validate-1.29/INSTALL +Params-Validate-1.29/inc/ +Params-Validate-1.29/inc/MyModuleBuild.pm +Params-Validate-1.29/LICENSE +Params-Validate-1.29/tidyall.ini +Params-Validate-1.29/c/ +Params-Validate-1.29/c/ppport.h +Params-Validate-1.29/CONTRIBUTING.md +Params-Validate-1.29/Changes +Params-Validate-1.29/META.json +Params-Validate-1.29/benchmarks/ +Params-Validate-1.29/benchmarks/basic +Params-Validate-1.29/dist.ini +Params-Validate-1.29/TODO +Params-Validate-1.29/perltidyrc +Params-Validate-1.29/MANIFEST +Params-Validate-1.29/META.yml +Params-Validate-1.29/t/ +Params-Validate-1.29/t/lib/ +Params-Validate-1.29/t/lib/PVTests/ +Params-Validate-1.29/t/lib/PVTests/Callbacks.pm +Params-Validate-1.29/t/lib/PVTests/Defaults.pm +Params-Validate-1.29/t/lib/PVTests/Standard.pm +Params-Validate-1.29/t/lib/PVTests/With.pm +Params-Validate-1.29/t/lib/PVTests/Regex.pm +Params-Validate-1.29/t/lib/PVTests.pm +Params-Validate-1.29/t/25-undef-regex.t +Params-Validate-1.29/t/28-readonly-return.t +Params-Validate-1.29/t/36-large-arrays.t +Params-Validate-1.29/t/30-hashref-alteration.t +Params-Validate-1.29/t/07-with.t +Params-Validate-1.29/t/39-reentrant.t +Params-Validate-1.29/t/15-case.t +Params-Validate-1.29/t/01-validate.t +Params-Validate-1.29/t/06-options.t +Params-Validate-1.29/t/21-can.t +Params-Validate-1.29/t/17-callbacks.t +Params-Validate-1.29/t/33-keep-errsv.t +Params-Validate-1.29/t/14-no_validate.t +Params-Validate-1.29/t/00-report-prereqs.t +Params-Validate-1.29/t/11-cb.t +Params-Validate-1.29/t/08-noop_with.t +Params-Validate-1.29/t/02-noop.t +Params-Validate-1.29/t/09-regex.t +Params-Validate-1.29/t/35-default-xs-bug.t +Params-Validate-1.29/t/04-defaults.t +Params-Validate-1.29/t/26-isa.t +Params-Validate-1.29/t/16-normalize.t +Params-Validate-1.29/t/00-report-prereqs.dd +Params-Validate-1.29/t/38-callback-message.t +Params-Validate-1.29/t/27-string-as-type.t +Params-Validate-1.29/t/31-incorrect-spelling.t +Params-Validate-1.29/t/10-noop_regex.t +Params-Validate-1.29/t/19-untaint.t +Params-Validate-1.29/t/22-overload-can-bug.t +Params-Validate-1.29/t/32-regex-as-value.t +Params-Validate-1.29/t/23-readonly.t +Params-Validate-1.29/t/34-recursive-validation.t +Params-Validate-1.29/t/12-noop_cb.t +Params-Validate-1.29/t/18-depends.t +Params-Validate-1.29/t/13-taint.t +Params-Validate-1.29/t/05-noop_default.t +Params-Validate-1.29/t/29-taint-mode.t +Params-Validate-1.29/t/37-exports.t +Params-Validate-1.29/t/24-tied.t +Params-Validate-1.29/README.md +Params-Validate-1.29/xt/ +Params-Validate-1.29/xt/author/ +Params-Validate-1.29/xt/author/pp-39-reentrant.t +Params-Validate-1.29/xt/author/pp-07-with.t +Params-Validate-1.29/xt/author/pp-28-readonly-return.t +Params-Validate-1.29/xt/author/pp-22-overload-can-bug.t +Params-Validate-1.29/xt/author/pp-09-regex.t +Params-Validate-1.29/xt/author/pp-12-noop_cb.t +Params-Validate-1.29/xt/author/pp-16-normalize.t +Params-Validate-1.29/xt/author/pod-coverage.t +Params-Validate-1.29/xt/author/pp-13-taint.t +Params-Validate-1.29/xt/author/pp-21-can.t +Params-Validate-1.29/xt/author/pp-30-hashref-alteration.t +Params-Validate-1.29/xt/author/pp-14-no_validate.t +Params-Validate-1.29/xt/author/pp-01-validate.t +Params-Validate-1.29/xt/author/no-tabs.t +Params-Validate-1.29/xt/author/pp-33-keep-errsv.t +Params-Validate-1.29/xt/author/synopsis.t +Params-Validate-1.29/xt/author/pp-18-depends.t +Params-Validate-1.29/xt/author/pp-05-noop_default.t +Params-Validate-1.29/xt/author/pp-11-cb.t +Params-Validate-1.29/xt/author/pp-06-options.t +Params-Validate-1.29/xt/author/pp-37-exports.t +Params-Validate-1.29/xt/author/pp-25-undef-regex.t +Params-Validate-1.29/xt/author/pp-23-readonly.t +Params-Validate-1.29/xt/author/pp-27-string-as-type.t +Params-Validate-1.29/xt/author/pp-08-noop_with.t +Params-Validate-1.29/xt/author/pod-spell.t +Params-Validate-1.29/xt/author/memory-leak.t +Params-Validate-1.29/xt/author/pp-15-case.t +Params-Validate-1.29/xt/author/xs-is-loaded.t +Params-Validate-1.29/xt/author/pp-34-recursive-validation.t +Params-Validate-1.29/xt/author/pp-17-callbacks.t +Params-Validate-1.29/xt/author/pp-35-default-xs-bug.t +Params-Validate-1.29/xt/author/pp-38-callback-message.t +Params-Validate-1.29/xt/author/xs-segfault.t +Params-Validate-1.29/xt/author/mojibake.t +Params-Validate-1.29/xt/author/pp-19-untaint.t +Params-Validate-1.29/xt/author/pp-10-noop_regex.t +Params-Validate-1.29/xt/author/pp-04-defaults.t +Params-Validate-1.29/xt/author/pp-02-noop.t +Params-Validate-1.29/xt/author/pp-36-large-arrays.t +Params-Validate-1.29/xt/author/xs-stack-realloc.t +Params-Validate-1.29/xt/author/eol.t +Params-Validate-1.29/xt/author/pp-31-incorrect-spelling.t +Params-Validate-1.29/xt/author/pp-29-taint-mode.t +Params-Validate-1.29/xt/author/00-compile.t +Params-Validate-1.29/xt/author/portability.t +Params-Validate-1.29/xt/author/pod-syntax.t +Params-Validate-1.29/xt/author/pp-is-loaded.t +Params-Validate-1.29/xt/author/pp-32-regex-as-value.t +Params-Validate-1.29/xt/author/pp-24-tied.t +Params-Validate-1.29/xt/author/pp-26-isa.t +Params-Validate-1.29/xt/release/ +Params-Validate-1.29/xt/release/cpan-changes.t +Params-Validate-1.29/xt/release/meta-json.t +Entering Params-Validate-1.29 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Params-Validate-1.29 ... Checking prerequisites... + requires: + ! Module::Implementation is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Params-Validate' version '1.29' +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have base 0 ... Yes (2.26) +Checking if you have Devel::Peek 0 ... Yes (1.27) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Tie::Array 0 ... Yes (1.06) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Scalar::Util 1.10 ... Yes (1.49) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Tie::Hash 0 ... Yes (1.05) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Already tried Module::Implementation. Skipping. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed +! Bailing out the installation for Params-Validate-1.29. +Already tried DateTime. Skipping. +Searching Set::Infinite (0.59) on cpanmetadb ... +OK +==> Found dependencies: Module::Implementation +--2017-10-09 07:24:33-- http://cpanmetadb.plackperl.org/v1.0/package/Set::Infinite +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 162 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 34.5M=0s + +2017-10-09 07:24:33 (34.5 MB/s) - written to stdout [162/162] + +--> Working on Set::Infinite +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz ... --2017-10-09 07:24:33-- http://www.cpan.org/authors/id/F/FG/FGLOCK/Set-Infinite-0.65.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 50041 (49K) [application/x-gzip] +Saving to: ‘Set-Infinite-0.65.tar.gz’ + + 0K .......... .......... .......... .......... ........ 100% 23.5M=0.002s + +2017-10-09 07:24:33 (23.5 MB/s) - ‘Set-Infinite-0.65.tar.gz’ saved [50041/50041] + +Unpacking Set-Infinite-0.65.tar.gz +OK +Set-Infinite-0.65/ +Set-Infinite-0.65/_todo/ +Set-Infinite-0.65/_todo/bigfloat.t +Set-Infinite-0.65/_todo/bigint.t +Set-Infinite-0.65/Changes +Set-Infinite-0.65/lib/ +Set-Infinite-0.65/lib/Set/ +Set-Infinite-0.65/lib/Set/Infinite/ +Set-Infinite-0.65/lib/Set/Infinite/Arithmetic.pm +Set-Infinite-0.65/lib/Set/Infinite/Basic.pm +Set-Infinite-0.65/lib/Set/Infinite.pm +Set-Infinite-0.65/LICENSE +Set-Infinite-0.65/Makefile.PL +Set-Infinite-0.65/MANIFEST +Set-Infinite-0.65/MANIFEST.SKIP +Set-Infinite-0.65/META.yml +Set-Infinite-0.65/README +Set-Infinite-0.65/t/ +Set-Infinite-0.65/t/backtrack.t +Set-Infinite-0.65/t/basic_intersects.t +Set-Infinite-0.65/t/first.t +Set-Infinite-0.65/t/infinite.t +Set-Infinite-0.65/t/last.t +Set-Infinite-0.65/t/quantize.t +Set-Infinite-0.65/t/select.t +Set-Infinite-0.65/t/select_offset.t +Set-Infinite-0.65/t/size.t +Set-Infinite-0.65/t/union.t +Set-Infinite-0.65/t/until.t +Set-Infinite-0.65/TODO +Entering Set-Infinite-0.65 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Set-Infinite-0.65 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Set::Infinite +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Time::Local 0 ... Yes (1.25) +OK +Building and testing Set-Infinite-0.65 ... cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm +cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm +cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/backtrack.t ......... ok +t/basic_intersects.t .. ok +t/first.t ............. ok +t/infinite.t .......... ok +t/last.t .............. ok +t/quantize.t .......... ok +t/select.t ............ ok +t/select_offset.t ..... ok +t/size.t .............. ok +t/union.t ............. ok +t/until.t ............. ok +All tests successful. +Files=11, Tests=446, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.93 cusr 0.05 csys = 1.08 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Infinite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Infinite/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Infinite/Arithmetic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Infinite::Arithmetic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Infinite::Basic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Infinite.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Set-Infinite-0.65 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Set-Infinite-0.65/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Set-Infinite-0.65/MYMETA.json +! Installing the dependencies failed: Module 'DateTime' is not installed, Module 'Params::Validate' is not installed +! Bailing out the installation for DateTime-Set-0.3900. +Already tried DateTime. Skipping. +Already tried Params::Validate. Skipping. +Searching DateTime::Event::ICal (0.03) on cpanmetadb ... +--2017-10-09 07:24:35-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Event::ICal +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.2M=0s + +2017-10-09 07:24:35 (18.2 MB/s) - written to stdout [112/112] + +--> Working on DateTime::Event::ICal +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ... --2017-10-09 07:24:35-- http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25910 (25K) [application/x-gzip] +Saving to: ‘DateTime-Event-ICal-0.13.tar.gz’ + + 0K .......... .......... ..... 100% 26.3M=0.001s + +2017-10-09 07:24:35 (26.3 MB/s) - ‘DateTime-Event-ICal-0.13.tar.gz’ saved [25910/25910] + +Unpacking DateTime-Event-ICal-0.13.tar.gz +OK +DateTime-Event-ICal-0.13/ +DateTime-Event-ICal-0.13/Changes +DateTime-Event-ICal-0.13/lib/ +DateTime-Event-ICal-0.13/LICENSE +DateTime-Event-ICal-0.13/Makefile.PL +DateTime-Event-ICal-0.13/MANIFEST +DateTime-Event-ICal-0.13/MANIFEST.SKIP +DateTime-Event-ICal-0.13/META.json +DateTime-Event-ICal-0.13/META.yml +DateTime-Event-ICal-0.13/README +DateTime-Event-ICal-0.13/t/ +DateTime-Event-ICal-0.13/TODO +DateTime-Event-ICal-0.13/t/00load.t +DateTime-Event-ICal-0.13/t/01sanity.t +DateTime-Event-ICal-0.13/t/02interval.t +DateTime-Event-ICal-0.13/t/03by.t +DateTime-Event-ICal-0.13/t/04rfc2445.t +DateTime-Event-ICal-0.13/t/05byday.t +DateTime-Event-ICal-0.13/t/06hms-byetc.t +DateTime-Event-ICal-0.13/lib/DateTime/ +DateTime-Event-ICal-0.13/lib/DateTime/Event/ +DateTime-Event-ICal-0.13/lib/DateTime/Event/ICal.pm +Entering DateTime-Event-ICal-0.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Event-ICal-0.13 ... Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Event::Recurrence 0.11 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Event::ICal +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime 0.17 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have DateTime::Event::Recurrence 0.11 ... No +Already tried DateTime. Skipping. +Searching DateTime::Event::Recurrence (0.11) on cpanmetadb ... +OK +==> Found dependencies: DateTime, DateTime::Event::Recurrence +--2017-10-09 07:24:35-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Event::Recurrence +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 152 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.2M=0s + +2017-10-09 07:24:35 (31.2 MB/s) - written to stdout [152/152] + +--> Working on DateTime::Event::Recurrence +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.19.tar.gz ... --2017-10-09 07:24:35-- http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.19.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25240 (25K) [application/x-gzip] +Saving to: ‘DateTime-Event-Recurrence-0.19.tar.gz’ + + 0K .......... .......... .... 100% 34.4M=0.001s + +2017-10-09 07:24:35 (34.4 MB/s) - ‘DateTime-Event-Recurrence-0.19.tar.gz’ saved [25240/25240] + +Unpacking DateTime-Event-Recurrence-0.19.tar.gz +OK +DateTime-Event-Recurrence-0.19/ +DateTime-Event-Recurrence-0.19/CREDITS +DateTime-Event-Recurrence-0.19/MANIFEST +DateTime-Event-Recurrence-0.19/MANIFEST.SKIP +DateTime-Event-Recurrence-0.19/META.yml +DateTime-Event-Recurrence-0.19/Changes +DateTime-Event-Recurrence-0.19/META.json +DateTime-Event-Recurrence-0.19/LICENSE +DateTime-Event-Recurrence-0.19/TODO +DateTime-Event-Recurrence-0.19/t/ +DateTime-Event-Recurrence-0.19/t/04neg_offset.t +DateTime-Event-Recurrence-0.19/t/08stress.t +DateTime-Event-Recurrence-0.19/t/05set.t +DateTime-Event-Recurrence-0.19/t/00load.t +DateTime-Event-Recurrence-0.19/t/09yearly_weekly.t +DateTime-Event-Recurrence-0.19/t/01sanity.t +DateTime-Event-Recurrence-0.19/t/13yearly_by_day.t +DateTime-Event-Recurrence-0.19/t/12monthly_weekly.t +DateTime-Event-Recurrence-0.19/t/03offset.t +DateTime-Event-Recurrence-0.19/t/02next.t +DateTime-Event-Recurrence-0.19/t/11mixed_offset.t +DateTime-Event-Recurrence-0.19/t/22intersects.t +DateTime-Event-Recurrence-0.19/t/07set-2.t +DateTime-Event-Recurrence-0.19/t/06overflow.t +DateTime-Event-Recurrence-0.19/t/10weekly_more.t +DateTime-Event-Recurrence-0.19/lib/ +DateTime-Event-Recurrence-0.19/lib/DateTime/ +DateTime-Event-Recurrence-0.19/lib/DateTime/Event/ +DateTime-Event-Recurrence-0.19/lib/DateTime/Event/Recurrence.pm +DateTime-Event-Recurrence-0.19/README +DateTime-Event-Recurrence-0.19/Makefile.PL +Entering DateTime-Event-Recurrence-0.19 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Event-Recurrence-0.19 ... Warning: prerequisite DateTime 0.27 not found. +Warning: prerequisite DateTime::Set 0.3600 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Event::Recurrence +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have DateTime::Set 0.3600 ... No +Checking if you have DateTime 0.27 ... No +Already tried DateTime::Set. Skipping. +Already tried DateTime. Skipping. +! Installing the dependencies failed: Module 'DateTime' is not installed, Module 'DateTime::Set' is not installed +! Bailing out the installation for DateTime-Event-Recurrence-0.19. +! Installing the dependencies failed: Module 'DateTime' is not installed, Module 'DateTime::Event::Recurrence' is not installed +! Bailing out the installation for DateTime-Event-ICal-0.13. +! Installing the dependencies failed: Module 'Params::Validate' is not installed, Module 'DateTime' is not installed, Module 'DateTime::Event::ICal' is not installed, Module 'DateTime::TimeZone' is not installed, Module 'DateTime::Set' is not installed +! Bailing out the installation for DateTime-Format-ICal-0.09. +Searching Test::Most (0) on cpanmetadb ... +OK +==> Found dependencies: DateTime::Set, DateTime +--2017-10-09 07:24:36-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Most +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 119 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.6M=0s + +2017-10-09 07:24:36 (23.6 MB/s) - written to stdout [119/119] + +--> Working on Test::Most +Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-0.35.tar.gz ... --2017-10-09 07:24:36-- http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-0.35.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16074 (16K) [application/x-gzip] +Saving to: ‘Test-Most-0.35.tar.gz’ + + 0K .......... ..... 100% 17.7M=0.001s + +2017-10-09 07:24:36 (17.7 MB/s) - ‘Test-Most-0.35.tar.gz’ saved [16074/16074] + +Unpacking Test-Most-0.35.tar.gz +OK +Test-Most-0.35/ +Test-Most-0.35/Changes +Test-Most-0.35/lib/ +Test-Most-0.35/Makefile.PL +Test-Most-0.35/MANIFEST +Test-Most-0.35/MANIFEST.SKIP +Test-Most-0.35/META.json +Test-Most-0.35/META.yml +Test-Most-0.35/README +Test-Most-0.35/t/ +Test-Most-0.35/xt/ +Test-Most-0.35/xt/author/ +Test-Most-0.35/xt/author/pod-coverage.t +Test-Most-0.35/xt/author/pod.t +Test-Most-0.35/t/00-load.t +Test-Most-0.35/t/bug_duplicate_plan.t +Test-Most-0.35/t/common.t +Test-Most-0.35/t/defer_plan.t +Test-Most-0.35/t/env_bail.t +Test-Most-0.35/t/env_die.t +Test-Most-0.35/t/exception.t +Test-Most-0.35/t/exclude_test_modules.t +Test-Most-0.35/t/exclude_test_symbols.t +Test-Most-0.35/t/explain.t +Test-Most-0.35/t/function_bail.t +Test-Most-0.35/t/function_die.t +Test-Most-0.35/t/import_bail.t +Test-Most-0.35/t/import_die.t +Test-Most-0.35/t/import_strict_and_warnings.t +Test-Most-0.35/t/lib/ +Test-Most-0.35/t/timex.t +Test-Most-0.35/t/lib/DuplicatePlanRegression.pm +Test-Most-0.35/t/lib/OurTester.pm +Test-Most-0.35/lib/Test/ +Test-Most-0.35/lib/Test/Most/ +Test-Most-0.35/lib/Test/Most.pm +Test-Most-0.35/lib/Test/Most/Exception.pm +Entering Test-Most-0.35 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Most-0.35 ... Warning: prerequisite Test::Deep 0.119 not found. +Warning: prerequisite Test::Differences 0.64 not found. +Warning: prerequisite Test::Exception 0.43 not found. +Warning: prerequisite Test::Warn 0.30 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Most +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Warn 0.30 ... No +Checking if you have Test::Differences 0.64 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Deep 0.119 ... No +Checking if you have Test::Harness 3.35 ... Yes (3.39) +Checking if you have Exception::Class 1.14 ... Yes (1.43) +Checking if you have Test::Exception 0.43 ... No +Searching Test::Warn (0.30) on cpanmetadb ... +OK +==> Found dependencies: Test::Warn, Test::Differences, Test::Deep, Test::Exception +--2017-10-09 07:24:36-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Warn +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 124 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.2M=0s + +2017-10-09 07:24:36 (26.2 MB/s) - written to stdout [124/124] + +--> Working on Test::Warn +Fetching http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.32.tar.gz ... --2017-10-09 07:24:36-- http://www.cpan.org/authors/id/B/BI/BIGJ/Test-Warn-0.32.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11641 (11K) [application/x-gzip] +Saving to: ‘Test-Warn-0.32.tar.gz’ + + 0K .......... . 100% 153M=0s + +2017-10-09 07:24:36 (153 MB/s) - ‘Test-Warn-0.32.tar.gz’ saved [11641/11641] + +Unpacking Test-Warn-0.32.tar.gz +OK +Test-Warn-0.32/ +Test-Warn-0.32/t/ +Test-Warn-0.32/t/warnings_are.t +Test-Warn-0.32/t/warnings_exist1.pl +Test-Warn-0.32/t/warning_is.t +Test-Warn-0.32/t/warning_like.t +Test-Warn-0.32/t/carped.t +Test-Warn-0.32/t/warnings_exist.t +Test-Warn-0.32/t/warnings_like.t +Test-Warn-0.32/t/1.t +Test-Warn-0.32/Changes +Test-Warn-0.32/META.yml +Test-Warn-0.32/Warn.pm +Test-Warn-0.32/Makefile.PL +Test-Warn-0.32/META.json +Test-Warn-0.32/MANIFEST +Test-Warn-0.32/README +Entering Test-Warn-0.32 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Warn-0.32 ... Warning: prerequisite Sub::Uplevel 0.12 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Warn +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have Sub::Uplevel 0.12 ... No +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Test::Builder::Tester 1.02 ... Yes (1.302098) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Searching Sub::Uplevel (0.12) on cpanmetadb ... +OK +==> Found dependencies: Sub::Uplevel +--2017-10-09 07:24:36-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Uplevel +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.3M=0s + +2017-10-09 07:24:36 (19.3 MB/s) - written to stdout [103/103] + +--> Working on Sub::Uplevel +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz ... --2017-10-09 07:24:36-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.2800.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28361 (28K) [application/x-gzip] +Saving to: ‘Sub-Uplevel-0.2800.tar.gz’ + + 0K .......... .......... ....... 100% 32.4M=0.001s + +2017-10-09 07:24:36 (32.4 MB/s) - ‘Sub-Uplevel-0.2800.tar.gz’ saved [28361/28361] + +Unpacking Sub-Uplevel-0.2800.tar.gz +OK +Sub-Uplevel-0.2800/ +Sub-Uplevel-0.2800/Changes +Sub-Uplevel-0.2800/CONTRIBUTING.mkdn +Sub-Uplevel-0.2800/cpanfile +Sub-Uplevel-0.2800/dist.ini +Sub-Uplevel-0.2800/examples/ +Sub-Uplevel-0.2800/lib/ +Sub-Uplevel-0.2800/LICENSE +Sub-Uplevel-0.2800/Makefile.PL +Sub-Uplevel-0.2800/MANIFEST +Sub-Uplevel-0.2800/META.json +Sub-Uplevel-0.2800/META.yml +Sub-Uplevel-0.2800/perlcritic.rc +Sub-Uplevel-0.2800/README +Sub-Uplevel-0.2800/t/ +Sub-Uplevel-0.2800/xt/ +Sub-Uplevel-0.2800/xt/author/ +Sub-Uplevel-0.2800/xt/release/ +Sub-Uplevel-0.2800/xt/release/distmeta.t +Sub-Uplevel-0.2800/xt/release/minimum-version.t +Sub-Uplevel-0.2800/xt/author/00-compile.t +Sub-Uplevel-0.2800/xt/author/critic.t +Sub-Uplevel-0.2800/xt/author/pod-coverage.t +Sub-Uplevel-0.2800/xt/author/pod-spell.t +Sub-Uplevel-0.2800/xt/author/pod-syntax.t +Sub-Uplevel-0.2800/xt/author/portability.t +Sub-Uplevel-0.2800/xt/author/test-version.t +Sub-Uplevel-0.2800/t/00-report-prereqs.dd +Sub-Uplevel-0.2800/t/00-report-prereqs.t +Sub-Uplevel-0.2800/t/01_die_check.t +Sub-Uplevel-0.2800/t/02_uplevel.t +Sub-Uplevel-0.2800/t/03_nested_uplevels.t +Sub-Uplevel-0.2800/t/04_honor_later_override.t +Sub-Uplevel-0.2800/t/05_honor_prior_override.t +Sub-Uplevel-0.2800/t/06_db_args.t +Sub-Uplevel-0.2800/t/07_uplevel_too_high.t +Sub-Uplevel-0.2800/t/08_exporter.t +Sub-Uplevel-0.2800/t/09_emptylist.t +Sub-Uplevel-0.2800/t/lib/ +Sub-Uplevel-0.2800/t/lib/Bar.pm +Sub-Uplevel-0.2800/t/lib/Foo.pm +Sub-Uplevel-0.2800/t/lib/MyImporter.pm +Sub-Uplevel-0.2800/lib/Sub/ +Sub-Uplevel-0.2800/lib/Sub/Uplevel.pm +Sub-Uplevel-0.2800/examples/uplevel-demo.pl +Entering Sub-Uplevel-0.2800 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Uplevel-0.2800 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Uplevel +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +OK +Building and testing Sub-Uplevel-0.2800 ... cp lib/Sub/Uplevel.pm blib/lib/Sub/Uplevel.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Exporter any 5.72 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# constant any 1.33 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t ........ ok +t/01_die_check.t ............. ok +t/02_uplevel.t ............... ok +t/03_nested_uplevels.t ....... ok +t/04_honor_later_override.t .. ok +t/05_honor_prior_override.t .. ok +t/06_db_args.t ............... ok +t/07_uplevel_too_high.t ...... ok +t/08_exporter.t .............. ok +t/09_emptylist.t ............. ok +All tests successful. +Files=10, Tests=158, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.71 cusr 0.06 csys = 0.83 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Uplevel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Uplevel.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Uplevel-0.2800 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Uplevel-0.2800/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Uplevel-0.2800/MYMETA.json +Building and testing Test-Warn-0.32 ... cp Warn.pm blib/lib/Test/Warn.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/1.t ............... ok +t/carped.t .......... ok +t/warning_is.t ...... ok +t/warning_like.t .... ok +t/warnings_are.t .... ok +t/warnings_exist.t .. ok +t/warnings_like.t ... ok +All tests successful. +Files=7, Tests=841, 3 wallclock secs ( 0.13 usr 0.02 sys + 2.40 cusr 0.07 csys = 2.62 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Warn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Warn.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Warn-0.32 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Warn-0.32/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Warn-0.32/MYMETA.json +Searching Test::Differences (0.64) on cpanmetadb ... +--2017-10-09 07:24:41-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Differences +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.7M=0s + +2017-10-09 07:24:41 (23.7 MB/s) - written to stdout [108/108] + +--> Working on Test::Differences +Fetching http://www.cpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz ... --2017-10-09 07:24:41-- http://www.cpan.org/authors/id/D/DC/DCANTRELL/Test-Differences-0.64.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12577 (12K) [application/x-gzip] +Saving to: ‘Test-Differences-0.64.tar.gz’ + + 0K .......... .. 100% 162M=0s + +2017-10-09 07:24:41 (162 MB/s) - ‘Test-Differences-0.64.tar.gz’ saved [12577/12577] + +Unpacking Test-Differences-0.64.tar.gz +OK +Test-Differences-0.64/ +Test-Differences-0.64/Build.PL +Test-Differences-0.64/Changes +Test-Differences-0.64/lib/ +Test-Differences-0.64/Makefile.PL +Test-Differences-0.64/MANIFEST +Test-Differences-0.64/MANIFEST.SKIP +Test-Differences-0.64/META.json +Test-Differences-0.64/META.yml +Test-Differences-0.64/README +Test-Differences-0.64/t/ +Test-Differences-0.64/t/00-load.t +Test-Differences-0.64/t/boilerplate.t +Test-Differences-0.64/t/column-headers.t +Test-Differences-0.64/t/diff_styles.t +Test-Differences-0.64/t/example.t +Test-Differences-0.64/t/pass.t +Test-Differences-0.64/t/pod-coverage.t +Test-Differences-0.64/t/pod.t +Test-Differences-0.64/t/regression.t +Test-Differences-0.64/t/script/ +Test-Differences-0.64/t/struct.t +Test-Differences-0.64/t/test.t +Test-Differences-0.64/t/text_vs_data.t +Test-Differences-0.64/t/undef.t +Test-Differences-0.64/t/script/custom-headers +Test-Differences-0.64/t/script/default-headers +Test-Differences-0.64/lib/Test/ +Test-Differences-0.64/lib/Test/Differences.pm +Entering Test-Differences-0.64 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Build.PL +Configuring Test-Differences-0.64 ... Checking prerequisites... + requires: + ! Capture::Tiny is not installed + ! Text::Diff is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-Differences' version '0.64' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Text::Diff 0.35 ... No +Checking if you have Capture::Tiny 0.24 ... No +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Searching Text::Diff (0.35) on cpanmetadb ... +OK +==> Found dependencies: Text::Diff, Capture::Tiny +--2017-10-09 07:24:41-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Diff +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 168 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.8M=0s + +2017-10-09 07:24:41 (31.8 MB/s) - written to stdout [168/168] + +--> Working on Text::Diff +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Text-Diff-1.45.tar.gz ... --2017-10-09 07:24:41-- http://www.cpan.org/authors/id/N/NE/NEILB/Text-Diff-1.45.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29599 (29K) [application/x-gzip] +Saving to: ‘Text-Diff-1.45.tar.gz’ + + 0K .......... .......... ........ 100% 30.1M=0.001s + +2017-10-09 07:24:41 (30.1 MB/s) - ‘Text-Diff-1.45.tar.gz’ saved [29599/29599] + +Unpacking Text-Diff-1.45.tar.gz +OK +Text-Diff-1.45/ +Text-Diff-1.45/Changes +Text-Diff-1.45/lib/ +Text-Diff-1.45/LICENSE +Text-Diff-1.45/Makefile.PL +Text-Diff-1.45/MANIFEST +Text-Diff-1.45/META.json +Text-Diff-1.45/META.yml +Text-Diff-1.45/README +Text-Diff-1.45/t/ +Text-Diff-1.45/t/97_meta.t +Text-Diff-1.45/t/98_pod.t +Text-Diff-1.45/t/99_pmv.t +Text-Diff-1.45/t/ext_format.t +Text-Diff-1.45/t/general.t +Text-Diff-1.45/t/inputs.t +Text-Diff-1.45/t/keygen.t +Text-Diff-1.45/t/outputs.t +Text-Diff-1.45/t/table.t +Text-Diff-1.45/lib/Text/ +Text-Diff-1.45/lib/Text/Diff/ +Text-Diff-1.45/lib/Text/Diff.pm +Text-Diff-1.45/lib/Text/Diff/Config.pm +Text-Diff-1.45/lib/Text/Diff/Table.pm +Entering Text-Diff-1.45 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Diff-1.45 ... Warning: prerequisite Algorithm::Diff 1.19 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Diff +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Algorithm::Diff 1.19 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching Algorithm::Diff (1.19) on cpanmetadb ... +OK +==> Found dependencies: Algorithm::Diff +--2017-10-09 07:24:42-- http://cpanmetadb.plackperl.org/v1.0/package/Algorithm::Diff +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 139 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 28.1M=0s + +2017-10-09 07:24:42 (28.1 MB/s) - written to stdout [139/139] + +--> Working on Algorithm::Diff +Fetching http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz ... --2017-10-09 07:24:42-- http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 34174 (33K) [application/x-gzip] +Saving to: ‘Algorithm-Diff-1.1903.tar.gz’ + + 0K .......... .......... .......... ... 100% 34.4M=0.001s + +2017-10-09 07:24:42 (34.4 MB/s) - ‘Algorithm-Diff-1.1903.tar.gz’ saved [34174/34174] + +Unpacking Algorithm-Diff-1.1903.tar.gz +OK +Algorithm-Diff-1.1903/ +Algorithm-Diff-1.1903/META.json +Algorithm-Diff-1.1903/Changes +Algorithm-Diff-1.1903/MANIFEST +Algorithm-Diff-1.1903/diffnew.pl +Algorithm-Diff-1.1903/htmldiff.pl +Algorithm-Diff-1.1903/lib/ +Algorithm-Diff-1.1903/lib/Algorithm/ +Algorithm-Diff-1.1903/lib/Algorithm/Diff.pm +Algorithm-Diff-1.1903/lib/Algorithm/DiffOld.pm +Algorithm-Diff-1.1903/diff.pl +Algorithm-Diff-1.1903/META.yml +Algorithm-Diff-1.1903/README +Algorithm-Diff-1.1903/t/ +Algorithm-Diff-1.1903/t/oo.t +Algorithm-Diff-1.1903/t/base.t +Algorithm-Diff-1.1903/cdiff.pl +Algorithm-Diff-1.1903/Makefile.PL +Entering Algorithm-Diff-1.1903 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Algorithm-Diff-1.1903 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Algorithm::Diff +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Algorithm-Diff-1.1903 ... cp diffnew.pl blib/lib/Algorithm/diffnew.pl +cp cdiff.pl blib/lib/Algorithm/cdiff.pl +cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm +cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm +cp diff.pl blib/lib/Algorithm/diff.pl +cp htmldiff.pl blib/lib/Algorithm/htmldiff.pl +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/base.t .. ok +t/oo.t .... ok +All tests successful. +Files=2, Tests=1004, 0 wallclock secs ( 0.07 usr 0.01 sys + 0.09 cusr 0.00 csys = 0.17 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/cdiff.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/diff.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/Diff.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/DiffOld.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/htmldiff.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Algorithm/diffnew.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Algorithm::DiffOld.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Algorithm::Diff.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Algorithm-Diff-1.1903 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Algorithm-Diff-1.1903/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Algorithm-Diff-1.1903/MYMETA.json +Building and testing Text-Diff-1.45 ... cp lib/Text/Diff.pm blib/lib/Text/Diff.pm +cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm +cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/97_meta.t ..... skipped: Author tests not required for installation +t/98_pod.t ...... skipped: Author tests not required for installation +t/99_pmv.t ...... skipped: Author tests not required for installation +t/ext_format.t .. ok +t/general.t ..... ok +t/inputs.t ...... ok +t/keygen.t ...... ok +t/outputs.t ..... ok +t/table.t ....... ok +All tests successful. +Files=9, Tests=33, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.27 cusr 0.02 csys = 0.34 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Diff.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Diff/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Diff/Table.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Diff::Config.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Diff.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Diff::Table.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Diff-1.45 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Diff-1.45/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Diff-1.45/MYMETA.json +Searching Capture::Tiny (0.24) on cpanmetadb ... +--2017-10-09 07:24:44-- http://cpanmetadb.plackperl.org/v1.0/package/Capture::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.3M=0s + +2017-10-09 07:24:44 (21.3 MB/s) - written to stdout [99/99] + +--> Working on Capture::Tiny +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.46.tar.gz ... --2017-10-09 07:24:44-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 37424 (37K) [application/x-gzip] +Saving to: ‘Capture-Tiny-0.46.tar.gz’ + + 0K .......... .......... .......... ...... 100% 35.8M=0.001s + +2017-10-09 07:24:44 (35.8 MB/s) - ‘Capture-Tiny-0.46.tar.gz’ saved [37424/37424] + +Unpacking Capture-Tiny-0.46.tar.gz +OK +Capture-Tiny-0.46/ +Capture-Tiny-0.46/Changes +Capture-Tiny-0.46/CONTRIBUTING.mkdn +Capture-Tiny-0.46/cpanfile +Capture-Tiny-0.46/dist.ini +Capture-Tiny-0.46/examples/ +Capture-Tiny-0.46/lib/ +Capture-Tiny-0.46/LICENSE +Capture-Tiny-0.46/Makefile.PL +Capture-Tiny-0.46/MANIFEST +Capture-Tiny-0.46/META.json +Capture-Tiny-0.46/META.yml +Capture-Tiny-0.46/perlcritic.rc +Capture-Tiny-0.46/README +Capture-Tiny-0.46/t/ +Capture-Tiny-0.46/Todo +Capture-Tiny-0.46/xt/ +Capture-Tiny-0.46/xt/author/ +Capture-Tiny-0.46/xt/release/ +Capture-Tiny-0.46/xt/release/distmeta.t +Capture-Tiny-0.46/xt/release/minimum-version.t +Capture-Tiny-0.46/xt/author/00-compile.t +Capture-Tiny-0.46/xt/author/critic.t +Capture-Tiny-0.46/xt/author/pod-coverage.t +Capture-Tiny-0.46/xt/author/pod-spell.t +Capture-Tiny-0.46/xt/author/pod-syntax.t +Capture-Tiny-0.46/xt/author/portability.t +Capture-Tiny-0.46/xt/author/test-version.t +Capture-Tiny-0.46/t/00-report-prereqs.dd +Capture-Tiny-0.46/t/00-report-prereqs.t +Capture-Tiny-0.46/t/01-Capture-Tiny.t +Capture-Tiny-0.46/t/02-capture.t +Capture-Tiny-0.46/t/03-tee.t +Capture-Tiny-0.46/t/06-stdout-closed.t +Capture-Tiny-0.46/t/07-stderr-closed.t +Capture-Tiny-0.46/t/08-stdin-closed.t +Capture-Tiny-0.46/t/09-preserve-exit-code.t +Capture-Tiny-0.46/t/10-stdout-string.t +Capture-Tiny-0.46/t/11-stderr-string.t +Capture-Tiny-0.46/t/12-stdin-string.t +Capture-Tiny-0.46/t/13-stdout-tied.t +Capture-Tiny-0.46/t/14-stderr-tied.t +Capture-Tiny-0.46/t/15-stdin-tied.t +Capture-Tiny-0.46/t/16-catch-errors.t +Capture-Tiny-0.46/t/17-pass-results.t +Capture-Tiny-0.46/t/18-custom-capture.t +Capture-Tiny-0.46/t/19-relayering.t +Capture-Tiny-0.46/t/20-stdout-badtie.t +Capture-Tiny-0.46/t/21-stderr-badtie.t +Capture-Tiny-0.46/t/22-stdin-badtie.t +Capture-Tiny-0.46/t/23-all-tied.t +Capture-Tiny-0.46/t/24-all-badtied.t +Capture-Tiny-0.46/t/25-cap-fork.t +Capture-Tiny-0.46/t/lib/ +Capture-Tiny-0.46/t/lib/Cases.pm +Capture-Tiny-0.46/t/lib/TieEvil.pm +Capture-Tiny-0.46/t/lib/TieLC.pm +Capture-Tiny-0.46/t/lib/Utils.pm +Capture-Tiny-0.46/lib/Capture/ +Capture-Tiny-0.46/lib/Capture/Tiny.pm +Capture-Tiny-0.46/examples/rt-58208.pl +Capture-Tiny-0.46/examples/tee.pl +Entering Capture-Tiny-0.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Capture-Tiny-0.46 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Capture::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.10 ... Yes (1.49) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have IO::File 0 ... Yes (1.16) +Checking if you have Carp 1.22 ... Yes (1.43) +OK +Building and testing Capture-Tiny-0.46 ... cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# IO::File any 1.16 +# Test::More 0.62 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------ ---- ------ +# Carp any 1.43 +# Exporter any 5.72 +# File::Spec any 3.68 +# File::Temp any 0.2304 +# IO::Handle any 1.36 +# Scalar::Util any 1.49 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t ...... ok +t/01-Capture-Tiny.t ........ ok +t/02-capture.t ............. ok +t/03-tee.t ................. ok +t/06-stdout-closed.t ....... ok +t/07-stderr-closed.t ....... ok +t/08-stdin-closed.t ........ ok +t/09-preserve-exit-code.t .. ok +t/10-stdout-string.t ....... ok +t/11-stderr-string.t ....... ok +t/12-stdin-string.t ........ ok +t/13-stdout-tied.t ......... ok +t/14-stderr-tied.t ......... ok +t/15-stdin-tied.t .......... ok +t/16-catch-errors.t ........ ok +t/17-pass-results.t ........ ok +t/18-custom-capture.t ...... ok +t/19-relayering.t .......... ok +t/20-stdout-badtie.t ....... ok +t/21-stderr-badtie.t ....... ok +t/22-stdin-badtie.t ........ ok +t/23-all-tied.t ............ ok +t/24-all-badtied.t ......... ok +t/25-cap-fork.t ............ ok +All tests successful. +Files=24, Tests=12005, 30 wallclock secs ( 1.42 usr 0.13 sys + 17.53 cusr 8.14 csys = 27.22 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Capture/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Capture::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Capture-Tiny-0.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Capture-Tiny-0.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Capture-Tiny-0.46/MYMETA.json +Building and testing Test-Differences-0.64 ... Building Test-Differences +# Testing Test::Differences 0.64, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ......... ok +t/boilerplate.t ..... ok +t/column-headers.t .. ok +t/diff_styles.t ..... ok +t/example.t ......... ok +t/pass.t ............ ok +t/pod-coverage.t .... skipped: Test::Pod::Coverage 1.08 required for testing POD coverage +t/pod.t ............. skipped: Test::Pod 1.22 required for testing POD +t/regression.t ...... ok +t/struct.t .......... ok +# This test misuses TODO: these TODOs are actually real tests. +t/test.t ............ ok +t/text_vs_data.t .... ok +t/undef.t ........... ok +All tests successful. +Files=13, Tests=39, 1 wallclock secs ( 0.07 usr 0.02 sys + 1.02 cusr 0.11 csys = 1.22 CPU) +Result: PASS +Building Test-Differences +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Differences.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Differences.3 +OK +Successfully installed Test-Differences-0.64 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Differences-0.64/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Differences-0.64/MYMETA.json +Searching Test::Deep (0.119) on cpanmetadb ... +--2017-10-09 07:25:16-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Deep +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1612 (1.6K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 252M=0s + +2017-10-09 07:25:16 (252 MB/s) - written to stdout [1612/1612] + +--> Working on Test::Deep +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.127.tar.gz ... --2017-10-09 07:25:16-- http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-1.127.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 41606 (41K) [application/x-gzip] +Saving to: ‘Test-Deep-1.127.tar.gz’ + + 0K .......... .......... .......... .......... 100% 37.5M=0.001s + +2017-10-09 07:25:16 (37.5 MB/s) - ‘Test-Deep-1.127.tar.gz’ saved [41606/41606] + +Unpacking Test-Deep-1.127.tar.gz +OK +Test-Deep-1.127/ +Test-Deep-1.127/Changes +Test-Deep-1.127/lib/ +Test-Deep-1.127/Makefile.PL +Test-Deep-1.127/MANIFEST +Test-Deep-1.127/META.json +Test-Deep-1.127/META.yml +Test-Deep-1.127/README +Test-Deep-1.127/t/ +Test-Deep-1.127/TODO +Test-Deep-1.127/t/all.t +Test-Deep-1.127/t/any.t +Test-Deep-1.127/t/array.t +Test-Deep-1.127/t/array_each.t +Test-Deep-1.127/t/arraylength.t +Test-Deep-1.127/t/bag.t +Test-Deep-1.127/t/bagrecursion.t +Test-Deep-1.127/t/blessed.t +Test-Deep-1.127/t/boolean.t +Test-Deep-1.127/t/cache.t +Test-Deep-1.127/t/circular.t +Test-Deep-1.127/t/class.t +Test-Deep-1.127/t/code.t +Test-Deep-1.127/t/deep_utils.t +Test-Deep-1.127/t/descend.t +Test-Deep-1.127/t/error.t +Test-Deep-1.127/t/hash.t +Test-Deep-1.127/t/hash_each.t +Test-Deep-1.127/t/hashkeys.t +Test-Deep-1.127/t/ignore.t +Test-Deep-1.127/t/import.t +Test-Deep-1.127/t/isa.t +Test-Deep-1.127/t/leaf-wrapper.t +Test-Deep-1.127/t/lib/ +Test-Deep-1.127/t/listmethods.t +Test-Deep-1.127/t/memory.t +Test-Deep-1.127/t/methods.t +Test-Deep-1.127/t/none.t +Test-Deep-1.127/t/notest.t +Test-Deep-1.127/t/notest_extra.t +Test-Deep-1.127/t/number.t +Test-Deep-1.127/t/reftype.t +Test-Deep-1.127/t/regexp.t +Test-Deep-1.127/t/regexp.t.orig +Test-Deep-1.127/t/regexpref.t +Test-Deep-1.127/t/rt78288_blessed_object.t +Test-Deep-1.127/t/scalar.t +Test-Deep-1.127/t/scalarref.t +Test-Deep-1.127/t/set.t +Test-Deep-1.127/t/shallow.t +Test-Deep-1.127/t/string.t +Test-Deep-1.127/t/lib/Over.pm +Test-Deep-1.127/t/lib/Std.pm +Test-Deep-1.127/lib/Test/ +Test-Deep-1.127/lib/Test/Deep/ +Test-Deep-1.127/lib/Test/Deep.pm +Test-Deep-1.127/lib/Test/Deep/All.pm +Test-Deep-1.127/lib/Test/Deep/Any.pm +Test-Deep-1.127/lib/Test/Deep/Array.pm +Test-Deep-1.127/lib/Test/Deep/ArrayEach.pm +Test-Deep-1.127/lib/Test/Deep/ArrayElementsOnly.pm +Test-Deep-1.127/lib/Test/Deep/ArrayLength.pm +Test-Deep-1.127/lib/Test/Deep/ArrayLengthOnly.pm +Test-Deep-1.127/lib/Test/Deep/Blessed.pm +Test-Deep-1.127/lib/Test/Deep/Boolean.pm +Test-Deep-1.127/lib/Test/Deep/Cache/ +Test-Deep-1.127/lib/Test/Deep/Cache.pm +Test-Deep-1.127/lib/Test/Deep/Class.pm +Test-Deep-1.127/lib/Test/Deep/Cmp.pm +Test-Deep-1.127/lib/Test/Deep/Code.pm +Test-Deep-1.127/lib/Test/Deep/Hash.pm +Test-Deep-1.127/lib/Test/Deep/HashEach.pm +Test-Deep-1.127/lib/Test/Deep/HashElements.pm +Test-Deep-1.127/lib/Test/Deep/HashKeys.pm +Test-Deep-1.127/lib/Test/Deep/HashKeysOnly.pm +Test-Deep-1.127/lib/Test/Deep/Ignore.pm +Test-Deep-1.127/lib/Test/Deep/Isa.pm +Test-Deep-1.127/lib/Test/Deep/ListMethods.pm +Test-Deep-1.127/lib/Test/Deep/Methods.pm +Test-Deep-1.127/lib/Test/Deep/MM.pm +Test-Deep-1.127/lib/Test/Deep/None.pm +Test-Deep-1.127/lib/Test/Deep/NoTest.pm +Test-Deep-1.127/lib/Test/Deep/Number.pm +Test-Deep-1.127/lib/Test/Deep/Obj.pm +Test-Deep-1.127/lib/Test/Deep/Ref.pm +Test-Deep-1.127/lib/Test/Deep/RefType.pm +Test-Deep-1.127/lib/Test/Deep/Regexp.pm +Test-Deep-1.127/lib/Test/Deep/RegexpMatches.pm +Test-Deep-1.127/lib/Test/Deep/RegexpOnly.pm +Test-Deep-1.127/lib/Test/Deep/RegexpRef.pm +Test-Deep-1.127/lib/Test/Deep/RegexpRefOnly.pm +Test-Deep-1.127/lib/Test/Deep/RegexpVersion.pm +Test-Deep-1.127/lib/Test/Deep/ScalarRef.pm +Test-Deep-1.127/lib/Test/Deep/ScalarRefOnly.pm +Test-Deep-1.127/lib/Test/Deep/Set.pm +Test-Deep-1.127/lib/Test/Deep/Shallow.pm +Test-Deep-1.127/lib/Test/Deep/Stack.pm +Test-Deep-1.127/lib/Test/Deep/String.pm +Test-Deep-1.127/lib/Test/Deep/Cache/Simple.pm +Entering Test-Deep-1.127 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Deep-1.127 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Deep +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Tester 0.04 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Scalar::Util 1.10 ... Yes (1.49) +OK +Building and testing Test-Deep-1.127 ... cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm +cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm +cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm +cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm +cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm +cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm +cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm +cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm +cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm +cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm +cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm +cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm +cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm +cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm +cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm +cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm +cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm +cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm +cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm +cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm +cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm +cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm +cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm +cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm +cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm +cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm +cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm +cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm +cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm +cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm +cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm +cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm +cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm +cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm +cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm +cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm +cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm +cp lib/Test/Deep.pm blib/lib/Test/Deep.pm +cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm +cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm +cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm +cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm +cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/all.t ..................... ok +t/any.t ..................... ok +t/array.t ................... ok +t/array_each.t .............. ok +t/arraylength.t ............. ok +t/bag.t ..................... ok +t/bagrecursion.t ............ ok +t/blessed.t ................. ok +t/boolean.t ................. ok +t/cache.t ................... ok +t/circular.t ................ ok +t/class.t ................... ok +t/code.t .................... ok +t/deep_utils.t .............. ok +t/descend.t ................. ok +t/error.t ................... ok +t/hash.t .................... ok +t/hash_each.t ............... ok +t/hashkeys.t ................ ok +t/ignore.t .................. ok +t/import.t .................. ok +t/isa.t ..................... ok +t/leaf-wrapper.t ............ ok +t/listmethods.t ............. ok +t/memory.t .................. ok +t/methods.t ................. ok +t/none.t .................... ok +t/notest.t .................. ok +t/notest_extra.t ............ ok +t/number.t .................. ok +t/reftype.t ................. ok +t/regexp.t .................. ok +t/regexpref.t ............... ok +t/rt78288_blessed_object.t .. ok +t/scalar.t .................. ok +t/scalarref.t ............... ok +t/set.t ..................... ok +t/shallow.t ................. ok +t/string.t .................. ok +All tests successful. +Files=39, Tests=1233, 4 wallclock secs ( 0.22 usr 0.05 sys + 2.70 cusr 0.37 csys = 3.34 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/NoTest.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ScalarRefOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RegexpRefOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/MM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/HashElements.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Array.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ArrayLengthOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/None.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RegexpOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Ignore.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ListMethods.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ArrayLength.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ArrayElementsOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Cmp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Obj.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Hash.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ScalarRef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Shallow.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Ref.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Isa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RegexpRef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Methods.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/HashKeys.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RegexpVersion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Cache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/HashEach.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Blessed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/HashKeysOnly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/ArrayEach.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/All.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RegexpMatches.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Stack.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Set.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Any.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/RefType.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Regexp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Cache/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Deep::NoTest.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Deep.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Deep-1.127 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Deep-1.127/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Deep-1.127/MYMETA.json +Searching Test::Exception (0.43) on cpanmetadb ... +--2017-10-09 07:25:21-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Exception +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.9M=0s + +2017-10-09 07:25:21 (15.9 MB/s) - written to stdout [102/102] + +--> Working on Test::Exception +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz ... --2017-10-09 07:25:21-- http://www.cpan.org/authors/id/E/EX/EXODIST/Test-Exception-0.43.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15204 (15K) [application/x-gzip] +Saving to: ‘Test-Exception-0.43.tar.gz’ + + 0K .......... .... 100% 17.7M=0.001s + +2017-10-09 07:25:21 (17.7 MB/s) - ‘Test-Exception-0.43.tar.gz’ saved [15204/15204] + +Unpacking Test-Exception-0.43.tar.gz +OK +Test-Exception-0.43/ +Test-Exception-0.43/lib/ +Test-Exception-0.43/lib/Test/ +Test-Exception-0.43/lib/Test/Exception.pm +Test-Exception-0.43/META.json +Test-Exception-0.43/META.yml +Test-Exception-0.43/Changes +Test-Exception-0.43/Makefile.PL +Test-Exception-0.43/MANIFEST +Test-Exception-0.43/xt/ +Test-Exception-0.43/xt/perlcritic.t +Test-Exception-0.43/xt/pod.t +Test-Exception-0.43/xt/perlcriticrc +Test-Exception-0.43/xt/documented.t +Test-Exception-0.43/xt/distmanifest.t +Test-Exception-0.43/xt/spelling.t +Test-Exception-0.43/t/ +Test-Exception-0.43/t/Exception.t +Test-Exception-0.43/t/edge-cases.t +Test-Exception-0.43/t/stacktrace.t +Test-Exception-0.43/t/import.t +Test-Exception-0.43/t/lives_and.t +Test-Exception-0.43/t/rt.t +Test-Exception-0.43/t/caller.t +Test-Exception-0.43/t/preserve.t +Test-Exception-0.43/t/throws_ok.t +Test-Exception-0.43/t/return.t +Test-Exception-0.43/t/isa.t +Test-Exception-0.43/MANIFEST.SKIP +Entering Test-Exception-0.43 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Exception-0.43 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Exception +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Sub::Uplevel 0.18 ... Yes (0.2800) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have Test::Harness 3.35 ... Yes (3.39) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have base 0 ... Yes (2.26) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +OK +Building and testing Test-Exception-0.43 ... cp lib/Test/Exception.pm blib/lib/Test/Exception.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/caller.t ...... ok +t/edge-cases.t .. skipped: stuff relating to RT#24678 that I have not fixed yet +t/Exception.t ... ok +t/import.t ...... ok +t/isa.t ......... ok +# $Test::More::VERSION = 1.302098 +t/lives_and.t ... ok +t/preserve.t .... ok +t/return.t ...... ok +t/rt.t .......... ok +t/stacktrace.t .. ok +t/throws_ok.t ... ok +All tests successful. + +Test Summary Report +------------------- +t/Exception.t (Wstat: 0 Tests: 20 Failed: 0) + TODO passed: 20 +Files=11, Tests=53, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.79 cusr 0.10 csys = 0.95 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Exception.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Exception-0.43 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Exception-0.43/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Exception-0.43/MYMETA.json +Building and testing Test-Most-0.35 ... cp lib/Test/Most/Exception.pm blib/lib/Test/Most/Exception.pm +cp lib/Test/Most.pm blib/lib/Test/Most.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Test::Most 0.35, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# Exception::Class version is 1.43 +# Test::Deep version is 1.127 +# Test::Differences version is 0.64 +# Test::Exception version is 0.43 +# Test::Harness version is 3.39 +# Test::More version is 1.302098 +# Test::Warn version is 0.32 +t/00-load.t ..................... ok +t/bug_duplicate_plan.t .......... ok +t/common.t ...................... ok +t/defer_plan.t .................. ok +t/env_bail.t .................... ok +t/env_die.t ..................... ok +t/exception.t ................... ok +t/exclude_test_modules.t ........ ok +t/exclude_test_symbols.t ........ ok +Data::Dumper::Names 0.03 not found. Use explain() instead of show() at t/explain.t line 34. +Data::Dumper::Names 0.03 not found. Use explain() instead of show() at t/explain.t line 69. +t/explain.t ..................... ok +t/function_bail.t ............... ok +t/function_die.t ................ ok +t/import_bail.t ................. ok +t/import_die.t .................. ok +t/import_strict_and_warnings.t .. ok +t/timex.t ....................... ok +All tests successful. +Files=16, Tests=88, 2 wallclock secs ( 0.06 usr 0.03 sys + 1.44 cusr 0.29 csys = 1.82 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Most.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Most/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Most.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Most::Exception.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Most-0.35 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Most-0.35/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Most-0.35/MYMETA.json +Searching DateTime::Format::Flexible (0) on cpanmetadb ... +--2017-10-09 07:25:25-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Format::Flexible +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 301 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 56.4M=0s + +2017-10-09 07:25:25 (56.4 MB/s) - written to stdout [301/301] + +--> Working on DateTime::Format::Flexible +Fetching http://www.cpan.org/authors/id/T/TH/THINC/DateTime-Format-Flexible-0.28.tar.gz ... --2017-10-09 07:25:25-- http://www.cpan.org/authors/id/T/TH/THINC/DateTime-Format-Flexible-0.28.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 73722 (72K) [application/x-gzip] +Saving to: ‘DateTime-Format-Flexible-0.28.tar.gz’ + + 0K .......... .......... .......... .......... .......... 69% 27.1M 0s + 50K .......... .......... . 100% 32.4M=0.002s + +2017-10-09 07:25:25 (28.5 MB/s) - ‘DateTime-Format-Flexible-0.28.tar.gz’ saved [73722/73722] + +Unpacking DateTime-Format-Flexible-0.28.tar.gz +OK +DateTime-Format-Flexible-0.28/ +DateTime-Format-Flexible-0.28/Makefile.PL +DateTime-Format-Flexible-0.28/t/ +DateTime-Format-Flexible-0.28/t/no_year_base.t +DateTime-Format-Flexible-0.28/t/no_year.t +DateTime-Format-Flexible-0.28/t/timezones.t +DateTime-Format-Flexible-0.28/t/lang-es.t +DateTime-Format-Flexible-0.28/t/003_podcoverage.t +DateTime-Format-Flexible-0.28/t/time_base.t +DateTime-Format-Flexible-0.28/t/nanoseconds.t +DateTime-Format-Flexible-0.28/t/data/ +DateTime-Format-Flexible-0.28/t/data/timezones.txt +DateTime-Format-Flexible-0.28/t/data/tests.txt +DateTime-Format-Flexible-0.28/t/strings.t +DateTime-Format-Flexible-0.28/t/002_pod.t +DateTime-Format-Flexible-0.28/t/strings_base.t +DateTime-Format-Flexible-0.28/t/strip.t +DateTime-Format-Flexible-0.28/t/alpha_month.t +DateTime-Format-Flexible-0.28/t/001_load.t +DateTime-Format-Flexible-0.28/t/parsing.t +DateTime-Format-Flexible-0.28/t/base.t +DateTime-Format-Flexible-0.28/t/pick_year.t +DateTime-Format-Flexible-0.28/t/tz_map.t +DateTime-Format-Flexible-0.28/t/ddmmyyyy.t +DateTime-Format-Flexible-0.28/t/mmyy.t +DateTime-Format-Flexible-0.28/t/lang-de.t +DateTime-Format-Flexible-0.28/t/lib/ +DateTime-Format-Flexible-0.28/t/lib/helper.pm +DateTime-Format-Flexible-0.28/t/time.t +DateTime-Format-Flexible-0.28/t/substr_timezones.t +DateTime-Format-Flexible-0.28/t/whitespace.t +DateTime-Format-Flexible-0.28/TODO +DateTime-Format-Flexible-0.28/META.yml +DateTime-Format-Flexible-0.28/Changes +DateTime-Format-Flexible-0.28/README +DateTime-Format-Flexible-0.28/MANIFEST +DateTime-Format-Flexible-0.28/META.json +DateTime-Format-Flexible-0.28/example/ +DateTime-Format-Flexible-0.28/example/parse_date.pl +DateTime-Format-Flexible-0.28/lib/ +DateTime-Format-Flexible-0.28/lib/DateTime/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/en.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/de.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/es.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang.pm +DateTime-Format-Flexible-0.28/LICENSE +Entering DateTime-Format-Flexible-0.28 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Flexible-0.28 ... Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Format::Builder 0.74 not found. +Warning: prerequisite DateTime::TimeZone 0 not found. +Warning: prerequisite List::MoreUtils 0 not found. +Warning: prerequisite Module::Pluggable 0 not found. +Warning: prerequisite Test::MockTime 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Flexible +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::MoreUtils 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::MockTime 0 ... No +Checking if you have DateTime::Format::Builder 0.74 ... No +Checking if you have DateTime::TimeZone 0.22 ... No +Checking if you have Module::Pluggable 0 ... No +Checking if you have Test::Simple 0.90 ... Yes (1.302098) +Checking if you have DateTime 0.27 ... No +Searching List::MoreUtils (0) on cpanmetadb ... +OK +==> Found dependencies: List::MoreUtils, Test::MockTime, DateTime::Format::Builder, DateTime::TimeZone, Module::Pluggable, DateTime +--2017-10-09 07:25:26-- http://cpanmetadb.plackperl.org/v1.0/package/List::MoreUtils +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 134 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.0M=0s + +2017-10-09 07:25:26 (19.0 MB/s) - written to stdout [134/134] + +--> Working on List::MoreUtils +Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.425.tar.gz ... --2017-10-09 07:25:26-- http://www.cpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-0.425.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111444 (109K) [application/x-gzip] +Saving to: ‘List-MoreUtils-0.425.tar.gz’ + + 0K .......... .......... .......... .......... .......... 45% 25.4M 0s + 50K .......... .......... .......... .......... .......... 91% 48.3M 0s + 100K ........ 100% 12.2M=0.004s + +2017-10-09 07:25:26 (29.2 MB/s) - ‘List-MoreUtils-0.425.tar.gz’ saved [111444/111444] + +Unpacking List-MoreUtils-0.425.tar.gz +OK +List-MoreUtils-0.425/ +List-MoreUtils-0.425/ARTISTIC-1.0 +List-MoreUtils-0.425/Changes +List-MoreUtils-0.425/GPL-1 +List-MoreUtils-0.425/lib/ +List-MoreUtils-0.425/LICENSE +List-MoreUtils-0.425/Makefile.PL +List-MoreUtils-0.425/MANIFEST +List-MoreUtils-0.425/META.json +List-MoreUtils-0.425/META.yml +List-MoreUtils-0.425/README.md +List-MoreUtils-0.425/t/ +List-MoreUtils-0.425/t/inline/ +List-MoreUtils-0.425/t/lib/ +List-MoreUtils-0.425/t/LICENSE +List-MoreUtils-0.425/t/pureperl/ +List-MoreUtils-0.425/t/xs/ +List-MoreUtils-0.425/t/xs/after.t +List-MoreUtils-0.425/t/xs/after_incl.t +List-MoreUtils-0.425/t/xs/all.t +List-MoreUtils-0.425/t/xs/all_u.t +List-MoreUtils-0.425/t/xs/any.t +List-MoreUtils-0.425/t/xs/any_u.t +List-MoreUtils-0.425/t/xs/apply.t +List-MoreUtils-0.425/t/xs/arrayify.t +List-MoreUtils-0.425/t/xs/before.t +List-MoreUtils-0.425/t/xs/before_incl.t +List-MoreUtils-0.425/t/xs/binsert.t +List-MoreUtils-0.425/t/xs/bremove.t +List-MoreUtils-0.425/t/xs/bsearch.t +List-MoreUtils-0.425/t/xs/bsearchidx.t +List-MoreUtils-0.425/t/xs/duplicates.t +List-MoreUtils-0.425/t/xs/each_array.t +List-MoreUtils-0.425/t/xs/equal_range.t +List-MoreUtils-0.425/t/xs/false.t +List-MoreUtils-0.425/t/xs/firstidx.t +List-MoreUtils-0.425/t/xs/firstres.t +List-MoreUtils-0.425/t/xs/firstval.t +List-MoreUtils-0.425/t/xs/frequency.t +List-MoreUtils-0.425/t/xs/Import.t +List-MoreUtils-0.425/t/xs/indexes.t +List-MoreUtils-0.425/t/xs/insert_after.t +List-MoreUtils-0.425/t/xs/insert_after_string.t +List-MoreUtils-0.425/t/xs/lastidx.t +List-MoreUtils-0.425/t/xs/lastres.t +List-MoreUtils-0.425/t/xs/lastval.t +List-MoreUtils-0.425/t/xs/listcmp.t +List-MoreUtils-0.425/t/xs/lower_bound.t +List-MoreUtils-0.425/t/xs/mesh.t +List-MoreUtils-0.425/t/xs/minmax.t +List-MoreUtils-0.425/t/xs/minmaxstr.t +List-MoreUtils-0.425/t/xs/mode.t +List-MoreUtils-0.425/t/xs/natatime.t +List-MoreUtils-0.425/t/xs/none.t +List-MoreUtils-0.425/t/xs/none_u.t +List-MoreUtils-0.425/t/xs/notall.t +List-MoreUtils-0.425/t/xs/notall_u.t +List-MoreUtils-0.425/t/xs/occurrences.t +List-MoreUtils-0.425/t/xs/one.t +List-MoreUtils-0.425/t/xs/one_u.t +List-MoreUtils-0.425/t/xs/onlyidx.t +List-MoreUtils-0.425/t/xs/onlyres.t +List-MoreUtils-0.425/t/xs/onlyval.t +List-MoreUtils-0.425/t/xs/pairwise.t +List-MoreUtils-0.425/t/xs/part.t +List-MoreUtils-0.425/t/xs/qsort.t +List-MoreUtils-0.425/t/xs/reduce_0.t +List-MoreUtils-0.425/t/xs/reduce_1.t +List-MoreUtils-0.425/t/xs/reduce_u.t +List-MoreUtils-0.425/t/xs/samples.t +List-MoreUtils-0.425/t/xs/singleton.t +List-MoreUtils-0.425/t/xs/true.t +List-MoreUtils-0.425/t/xs/uniq.t +List-MoreUtils-0.425/t/xs/upper_bound.t +List-MoreUtils-0.425/t/xs/XS.t +List-MoreUtils-0.425/t/xs/zip6.t +List-MoreUtils-0.425/t/pureperl/after.t +List-MoreUtils-0.425/t/pureperl/after_incl.t +List-MoreUtils-0.425/t/pureperl/all.t +List-MoreUtils-0.425/t/pureperl/all_u.t +List-MoreUtils-0.425/t/pureperl/any.t +List-MoreUtils-0.425/t/pureperl/any_u.t +List-MoreUtils-0.425/t/pureperl/apply.t +List-MoreUtils-0.425/t/pureperl/arrayify.t +List-MoreUtils-0.425/t/pureperl/before.t +List-MoreUtils-0.425/t/pureperl/before_incl.t +List-MoreUtils-0.425/t/pureperl/binsert.t +List-MoreUtils-0.425/t/pureperl/bremove.t +List-MoreUtils-0.425/t/pureperl/bsearch.t +List-MoreUtils-0.425/t/pureperl/bsearchidx.t +List-MoreUtils-0.425/t/pureperl/duplicates.t +List-MoreUtils-0.425/t/pureperl/each_array.t +List-MoreUtils-0.425/t/pureperl/equal_range.t +List-MoreUtils-0.425/t/pureperl/false.t +List-MoreUtils-0.425/t/pureperl/firstidx.t +List-MoreUtils-0.425/t/pureperl/firstres.t +List-MoreUtils-0.425/t/pureperl/firstval.t +List-MoreUtils-0.425/t/pureperl/frequency.t +List-MoreUtils-0.425/t/pureperl/Import.t +List-MoreUtils-0.425/t/pureperl/indexes.t +List-MoreUtils-0.425/t/pureperl/insert_after.t +List-MoreUtils-0.425/t/pureperl/insert_after_string.t +List-MoreUtils-0.425/t/pureperl/lastidx.t +List-MoreUtils-0.425/t/pureperl/lastres.t +List-MoreUtils-0.425/t/pureperl/lastval.t +List-MoreUtils-0.425/t/pureperl/listcmp.t +List-MoreUtils-0.425/t/pureperl/lower_bound.t +List-MoreUtils-0.425/t/pureperl/mesh.t +List-MoreUtils-0.425/t/pureperl/minmax.t +List-MoreUtils-0.425/t/pureperl/minmaxstr.t +List-MoreUtils-0.425/t/pureperl/mode.t +List-MoreUtils-0.425/t/pureperl/natatime.t +List-MoreUtils-0.425/t/pureperl/none.t +List-MoreUtils-0.425/t/pureperl/none_u.t +List-MoreUtils-0.425/t/pureperl/notall.t +List-MoreUtils-0.425/t/pureperl/notall_u.t +List-MoreUtils-0.425/t/pureperl/occurrences.t +List-MoreUtils-0.425/t/pureperl/one.t +List-MoreUtils-0.425/t/pureperl/one_u.t +List-MoreUtils-0.425/t/pureperl/onlyidx.t +List-MoreUtils-0.425/t/pureperl/onlyres.t +List-MoreUtils-0.425/t/pureperl/onlyval.t +List-MoreUtils-0.425/t/pureperl/pairwise.t +List-MoreUtils-0.425/t/pureperl/part.t +List-MoreUtils-0.425/t/pureperl/qsort.t +List-MoreUtils-0.425/t/pureperl/reduce_0.t +List-MoreUtils-0.425/t/pureperl/reduce_1.t +List-MoreUtils-0.425/t/pureperl/reduce_u.t +List-MoreUtils-0.425/t/pureperl/samples.t +List-MoreUtils-0.425/t/pureperl/singleton.t +List-MoreUtils-0.425/t/pureperl/true.t +List-MoreUtils-0.425/t/pureperl/uniq.t +List-MoreUtils-0.425/t/pureperl/upper_bound.t +List-MoreUtils-0.425/t/pureperl/XS.t +List-MoreUtils-0.425/t/pureperl/zip6.t +List-MoreUtils-0.425/t/lib/Test/ +List-MoreUtils-0.425/t/lib/Test/LMU.pm +List-MoreUtils-0.425/t/inline/after.pm +List-MoreUtils-0.425/t/inline/after_incl.pm +List-MoreUtils-0.425/t/inline/all.pm +List-MoreUtils-0.425/t/inline/all_u.pm +List-MoreUtils-0.425/t/inline/any.pm +List-MoreUtils-0.425/t/inline/any_u.pm +List-MoreUtils-0.425/t/inline/apply.pm +List-MoreUtils-0.425/t/inline/arrayify.pm +List-MoreUtils-0.425/t/inline/before.pm +List-MoreUtils-0.425/t/inline/before_incl.pm +List-MoreUtils-0.425/t/inline/binsert.pm +List-MoreUtils-0.425/t/inline/bremove.pm +List-MoreUtils-0.425/t/inline/bsearch.pm +List-MoreUtils-0.425/t/inline/bsearchidx.pm +List-MoreUtils-0.425/t/inline/duplicates.pm +List-MoreUtils-0.425/t/inline/each_array.pm +List-MoreUtils-0.425/t/inline/equal_range.pm +List-MoreUtils-0.425/t/inline/false.pm +List-MoreUtils-0.425/t/inline/firstidx.pm +List-MoreUtils-0.425/t/inline/firstres.pm +List-MoreUtils-0.425/t/inline/firstval.pm +List-MoreUtils-0.425/t/inline/frequency.pm +List-MoreUtils-0.425/t/inline/Import.pm +List-MoreUtils-0.425/t/inline/indexes.pm +List-MoreUtils-0.425/t/inline/insert_after.pm +List-MoreUtils-0.425/t/inline/insert_after_string.pm +List-MoreUtils-0.425/t/inline/lastidx.pm +List-MoreUtils-0.425/t/inline/lastres.pm +List-MoreUtils-0.425/t/inline/lastval.pm +List-MoreUtils-0.425/t/inline/listcmp.pm +List-MoreUtils-0.425/t/inline/lower_bound.pm +List-MoreUtils-0.425/t/inline/mesh.pm +List-MoreUtils-0.425/t/inline/minmax.pm +List-MoreUtils-0.425/t/inline/minmaxstr.pm +List-MoreUtils-0.425/t/inline/mode.pm +List-MoreUtils-0.425/t/inline/natatime.pm +List-MoreUtils-0.425/t/inline/none.pm +List-MoreUtils-0.425/t/inline/none_u.pm +List-MoreUtils-0.425/t/inline/notall.pm +List-MoreUtils-0.425/t/inline/notall_u.pm +List-MoreUtils-0.425/t/inline/occurrences.pm +List-MoreUtils-0.425/t/inline/one.pm +List-MoreUtils-0.425/t/inline/one_u.pm +List-MoreUtils-0.425/t/inline/onlyidx.pm +List-MoreUtils-0.425/t/inline/onlyres.pm +List-MoreUtils-0.425/t/inline/onlyval.pm +List-MoreUtils-0.425/t/inline/pairwise.pm +List-MoreUtils-0.425/t/inline/part.pm +List-MoreUtils-0.425/t/inline/qsort.pm +List-MoreUtils-0.425/t/inline/reduce_0.pm +List-MoreUtils-0.425/t/inline/reduce_1.pm +List-MoreUtils-0.425/t/inline/reduce_u.pm +List-MoreUtils-0.425/t/inline/samples.pm +List-MoreUtils-0.425/t/inline/singleton.pm +List-MoreUtils-0.425/t/inline/true.pm +List-MoreUtils-0.425/t/inline/uniq.pm +List-MoreUtils-0.425/t/inline/upper_bound.pm +List-MoreUtils-0.425/t/inline/XS.pm +List-MoreUtils-0.425/t/inline/zip6.pm +List-MoreUtils-0.425/lib/List/ +List-MoreUtils-0.425/lib/List/MoreUtils/ +List-MoreUtils-0.425/lib/List/MoreUtils.pm +List-MoreUtils-0.425/lib/List/MoreUtils/Contributing.pod +List-MoreUtils-0.425/lib/List/MoreUtils/PP.pm +Entering List-MoreUtils-0.425 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring List-MoreUtils-0.425 ... Warning: prerequisite Exporter::Tiny 0.038 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for List::MoreUtils +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Exporter::Tiny 0.038 ... No +Checking if you have Test::LeakTrace 0 ... No +Checking if you have List::MoreUtils::XS 0.423 ... Yes (0.426) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Exporter::Tiny (0.038) on cpanmetadb ... +OK +==> Found dependencies: Exporter::Tiny, Test::LeakTrace +--2017-10-09 07:25:26-- http://cpanmetadb.plackperl.org/v1.0/package/Exporter::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 140 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.5M=0s + +2017-10-09 07:25:26 (26.5 MB/s) - written to stdout [140/140] + +--> Working on Exporter::Tiny +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.000000.tar.gz ... --2017-10-09 07:25:26-- http://www.cpan.org/authors/id/T/TO/TOBYINK/Exporter-Tiny-1.000000.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29844 (29K) [application/x-gzip] +Saving to: ‘Exporter-Tiny-1.000000.tar.gz’ + + 0K .......... .......... ......... 100% 32.4M=0.001s + +2017-10-09 07:25:26 (32.4 MB/s) - ‘Exporter-Tiny-1.000000.tar.gz’ saved [29844/29844] + +Unpacking Exporter-Tiny-1.000000.tar.gz +OK +Exporter-Tiny-1.000000/COPYRIGHT +Exporter-Tiny-1.000000/CREDITS +Exporter-Tiny-1.000000/Changes +Exporter-Tiny-1.000000/INSTALL +Exporter-Tiny-1.000000/LICENSE +Exporter-Tiny-1.000000/MANIFEST +Exporter-Tiny-1.000000/META.json +Exporter-Tiny-1.000000/META.yml +Exporter-Tiny-1.000000/Makefile.PL +Exporter-Tiny-1.000000/README +Exporter-Tiny-1.000000/SIGNATURE +Exporter-Tiny-1.000000/dist.ini +Exporter-Tiny-1.000000/doap.ttl +Exporter-Tiny-1.000000/t/01basic.t +Exporter-Tiny-1.000000/t/02renaming.t +Exporter-Tiny-1.000000/t/03generators.t +Exporter-Tiny-1.000000/t/04into.t +Exporter-Tiny-1.000000/t/05shiny.t +Exporter-Tiny-1.000000/t/06notwant.t +Exporter-Tiny-1.000000/t/07regexp.t +Exporter-Tiny-1.000000/t/08tags.t +Exporter-Tiny-1.000000/t/09warnings.t +Exporter-Tiny-1.000000/t/10no.t +Exporter-Tiny-1.000000/examples/Example/Exporter.pm +Exporter-Tiny-1.000000/lib/Exporter/Shiny.pm +Exporter-Tiny-1.000000/lib/Exporter/Tiny.pm +Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Etc.pod +Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Exporting.pod +Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/Importing.pod +Exporter-Tiny-1.000000/lib/Exporter/Tiny/Manual/QuickStart.pod +Entering Exporter-Tiny-1.000000 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Exporter-Tiny-1.000000 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Exporter::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Exporter-Tiny-1.000000 ... cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm +cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod +cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod +cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod +cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm +cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Perl 5.027005 +t/01basic.t ....... ok +t/02renaming.t .... ok +t/03generators.t .. ok +t/04into.t ........ ok +t/05shiny.t ....... ok +t/06notwant.t ..... ok +t/07regexp.t ...... ok +t/08tags.t ........ ok +t/09warnings.t .... ok +t/10no.t .......... ok +All tests successful. +Files=10, Tests=36, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.55 cusr 0.08 csys = 0.69 CPU) +Result: PASS +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Shiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Tiny/Manual/Exporting.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Tiny/Manual/Etc.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Tiny/Manual/Importing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Tiny/Manual/QuickStart.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Tiny::Manual::QuickStart.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Tiny::Manual::Importing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Tiny::Manual::Exporting.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Tiny.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Tiny::Manual::Etc.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Shiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Exporter-Tiny-1.000000 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exporter-Tiny-1.000000/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exporter-Tiny-1.000000/MYMETA.json +Searching Test::LeakTrace (0) on cpanmetadb ... +--2017-10-09 07:25:28-- http://cpanmetadb.plackperl.org/v1.0/package/Test::LeakTrace +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 133 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.7M=0s + +2017-10-09 07:25:28 (27.7 MB/s) - written to stdout [133/133] + +--> Working on Test::LeakTrace +Fetching http://www.cpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.16.tar.gz ... --2017-10-09 07:25:28-- http://www.cpan.org/authors/id/L/LE/LEEJO/Test-LeakTrace-0.16.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 49435 (48K) [application/x-gzip] +Saving to: ‘Test-LeakTrace-0.16.tar.gz’ + + 0K .......... .......... .......... .......... ........ 100% 26.2M=0.002s + +2017-10-09 07:25:28 (26.2 MB/s) - ‘Test-LeakTrace-0.16.tar.gz’ saved [49435/49435] + +Unpacking Test-LeakTrace-0.16.tar.gz +OK +Test-LeakTrace-0.16/ +Test-LeakTrace-0.16/Changes +Test-LeakTrace-0.16/LeakTrace.xs +Test-LeakTrace-0.16/MANIFEST +Test-LeakTrace-0.16/MANIFEST.SKIP +Test-LeakTrace-0.16/META.yml +Test-LeakTrace-0.16/Makefile.PL +Test-LeakTrace-0.16/README +Test-LeakTrace-0.16/benchmark/ +Test-LeakTrace-0.16/example/ +Test-LeakTrace-0.16/inc/ +Test-LeakTrace-0.16/lib/ +Test-LeakTrace-0.16/ppport.h +Test-LeakTrace-0.16/ptr_table.h +Test-LeakTrace-0.16/t/ +Test-LeakTrace-0.16/xt/ +Test-LeakTrace-0.16/xt/01_podspell.t +Test-LeakTrace-0.16/xt/02_pod.t +Test-LeakTrace-0.16/xt/03_pod-coverage.t +Test-LeakTrace-0.16/xt/04_synopsis.t +Test-LeakTrace-0.16/xt/05_valgrind.t +Test-LeakTrace-0.16/t/00_compile.t +Test-LeakTrace-0.16/t/01_info.t +Test-LeakTrace-0.16/t/02_refs.t +Test-LeakTrace-0.16/t/03_count.t +Test-LeakTrace-0.16/t/04_test_funcs.t +Test-LeakTrace-0.16/t/05_script.t +Test-LeakTrace-0.16/t/06_threads.t +Test-LeakTrace-0.16/t/07_eval.t +Test-LeakTrace-0.16/t/08_leaktrace.t +Test-LeakTrace-0.16/t/09_info_more.t +Test-LeakTrace-0.16/t/10_bad_use.t +Test-LeakTrace-0.16/t/11_logfp.t +Test-LeakTrace-0.16/t/12_padstale.t +Test-LeakTrace-0.16/t/13_do.t +Test-LeakTrace-0.16/t/lib/ +Test-LeakTrace-0.16/t/lib/foo.pl +Test-LeakTrace-0.16/lib/Test/ +Test-LeakTrace-0.16/lib/Test/LeakTrace/ +Test-LeakTrace-0.16/lib/Test/LeakTrace.pm +Test-LeakTrace-0.16/lib/Test/LeakTrace/JA.pod +Test-LeakTrace-0.16/lib/Test/LeakTrace/Script.pm +Test-LeakTrace-0.16/inc/Module/ +Test-LeakTrace-0.16/inc/Module/Install/ +Test-LeakTrace-0.16/inc/Module/Install.pm +Test-LeakTrace-0.16/inc/Module/Install/AuthorTests.pm +Test-LeakTrace-0.16/inc/Module/Install/Base.pm +Test-LeakTrace-0.16/inc/Module/Install/MakeMaker.pm +Test-LeakTrace-0.16/inc/Module/Install/Makefile.pm +Test-LeakTrace-0.16/inc/Module/Install/Metadata.pm +Test-LeakTrace-0.16/inc/Module/Install/Repository.pm +Test-LeakTrace-0.16/example/callback.pl +Test-LeakTrace-0.16/example/leaked_refs.pl +Test-LeakTrace-0.16/example/leaktrace.t +Test-LeakTrace-0.16/example/method_cache.pl +Test-LeakTrace-0.16/example/script.pl +Test-LeakTrace-0.16/example/simple.pl +Test-LeakTrace-0.16/example/test_fail.pl +Test-LeakTrace-0.16/example/weakref.pl +Test-LeakTrace-0.16/benchmark/devel_leaktrace.pl +Test-LeakTrace-0.16/benchmark/dlt_fast.pl +Test-LeakTrace-0.16/benchmark/nothing.pl +Test-LeakTrace-0.16/benchmark/tlt.pl +Entering Test-LeakTrace-0.16 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-LeakTrace-0.16 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::LeakTrace +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Test-LeakTrace-0.16 ... cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm +cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm +cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod +Running Mkbootstrap for LeakTrace () +chmod 644 "LeakTrace.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' LeakTrace.xs > LeakTrace.xsc +mv LeakTrace.xsc LeakTrace.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.16\" -DXS_VERSION=\"0.16\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" LeakTrace.c +rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so \ + \ + +chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so +Manifying 3 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +# Testing Test::LeakTrace/0.16 +t/00_compile.t ..... ok +t/01_info.t ........ ok +t/02_refs.t ........ ok +t/03_count.t ....... ok +t/04_test_funcs.t .. ok +t/05_script.t ...... ok +t/06_threads.t ..... skipped: require threads +t/07_eval.t ........ ok +t/08_leaktrace.t ... ok +t/09_info_more.t ... ok +t/10_bad_use.t ..... ok +t/11_logfp.t ....... ok +t/12_padstale.t .... ok +t/13_do.t .......... ok +All tests successful. +Files=14, Tests=126, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.93 cusr 0.12 csys = 1.12 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 +Manifying 3 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Test/LeakTrace/LeakTrace.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Test/LeakTrace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Test/LeakTrace/Script.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Test/LeakTrace/JA.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::LeakTrace::JA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::LeakTrace::Script.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::LeakTrace.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-LeakTrace-0.16 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-LeakTrace-0.16/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-LeakTrace-0.16/MYMETA.json +Building and testing List-MoreUtils-0.425 ... cp lib/List/MoreUtils/Contributing.pod blib/lib/List/MoreUtils/Contributing.pod +cp lib/List/MoreUtils/PP.pm blib/lib/List/MoreUtils/PP.pm +cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pureperl/*.t t/xs/*.t xt/*.t +t/pureperl/after.t ................ ok +t/pureperl/after_incl.t ........... ok +t/pureperl/all.t .................. ok +t/pureperl/all_u.t ................ ok +t/pureperl/any.t .................. ok +t/pureperl/any_u.t ................ ok +t/pureperl/apply.t ................ ok +t/pureperl/arrayify.t ............. ok +t/pureperl/before.t ............... ok +t/pureperl/before_incl.t .......... ok +t/pureperl/binsert.t .............. ok +t/pureperl/bremove.t .............. ok +t/pureperl/bsearch.t .............. ok +t/pureperl/bsearchidx.t ........... ok +t/pureperl/duplicates.t ........... ok +t/pureperl/each_array.t ........... ok +t/pureperl/equal_range.t .......... ok +t/pureperl/false.t ................ ok +t/pureperl/firstidx.t ............. ok +t/pureperl/firstres.t ............. ok +t/pureperl/firstval.t ............. ok +t/pureperl/frequency.t ............ ok +t/pureperl/Import.t ............... ok +t/pureperl/indexes.t .............. ok +t/pureperl/insert_after.t ......... ok +t/pureperl/insert_after_string.t .. ok +t/pureperl/lastidx.t .............. ok +t/pureperl/lastres.t .............. ok +t/pureperl/lastval.t .............. ok +t/pureperl/listcmp.t .............. ok +t/pureperl/lower_bound.t .......... ok +t/pureperl/mesh.t ................. ok +t/pureperl/minmax.t ............... ok +t/pureperl/minmaxstr.t ............ ok +t/pureperl/mode.t ................. ok +t/pureperl/natatime.t ............. ok +t/pureperl/none.t ................. ok +t/pureperl/none_u.t ............... ok +t/pureperl/notall.t ............... ok +t/pureperl/notall_u.t ............. ok +t/pureperl/occurrences.t .......... ok +t/pureperl/one.t .................. ok +t/pureperl/one_u.t ................ ok +t/pureperl/onlyidx.t .............. ok +t/pureperl/onlyres.t .............. ok +t/pureperl/onlyval.t .............. ok +t/pureperl/pairwise.t ............. ok +t/pureperl/part.t ................. ok +t/pureperl/qsort.t ................ skipped: It's insane to use a pure-perl qsort +t/pureperl/reduce_0.t ............. ok +t/pureperl/reduce_1.t ............. ok +t/pureperl/reduce_u.t ............. ok +t/pureperl/samples.t .............. ok +t/pureperl/singleton.t ............ ok +t/pureperl/true.t ................. ok +t/pureperl/uniq.t ................. ok +t/pureperl/upper_bound.t .......... ok +t/pureperl/XS.t ................... ok +t/pureperl/zip6.t ................. ok +t/xs/after.t ...................... ok +t/xs/after_incl.t ................. ok +t/xs/all.t ........................ ok +t/xs/all_u.t ...................... ok +t/xs/any.t ........................ ok +t/xs/any_u.t ...................... ok +t/xs/apply.t ...................... ok +t/xs/arrayify.t ................... ok +t/xs/before.t ..................... ok +t/xs/before_incl.t ................ ok +t/xs/binsert.t .................... ok +t/xs/bremove.t .................... ok +t/xs/bsearch.t .................... ok +t/xs/bsearchidx.t ................. ok +t/xs/duplicates.t ................. ok +t/xs/each_array.t ................. ok +t/xs/equal_range.t ................ ok +t/xs/false.t ...................... ok +t/xs/firstidx.t ................... ok +t/xs/firstres.t ................... ok +t/xs/firstval.t ................... ok +t/xs/frequency.t .................. ok +t/xs/Import.t ..................... ok +t/xs/indexes.t .................... ok +t/xs/insert_after.t ............... ok +t/xs/insert_after_string.t ........ ok +t/xs/lastidx.t .................... ok +t/xs/lastres.t .................... ok +t/xs/lastval.t .................... ok +t/xs/listcmp.t .................... ok +t/xs/lower_bound.t ................ ok +t/xs/mesh.t ....................... ok +t/xs/minmax.t ..................... ok +t/xs/minmaxstr.t .................. ok +t/xs/mode.t ....................... ok +t/xs/natatime.t ................... ok +t/xs/none.t ....................... ok +t/xs/none_u.t ..................... ok +t/xs/notall.t ..................... ok +t/xs/notall_u.t ................... ok +t/xs/occurrences.t ................ ok +t/xs/one.t ........................ ok +t/xs/one_u.t ...................... ok +t/xs/onlyidx.t .................... ok +t/xs/onlyres.t .................... ok +t/xs/onlyval.t .................... ok +t/xs/pairwise.t ................... ok +t/xs/part.t ....................... ok +t/xs/qsort.t ...................... ok +t/xs/reduce_0.t ................... ok +t/xs/reduce_1.t ................... ok +t/xs/reduce_u.t ................... ok +t/xs/samples.t .................... ok +t/xs/singleton.t .................. ok +t/xs/true.t ....................... ok +t/xs/uniq.t ....................... ok +t/xs/upper_bound.t ................ ok +t/xs/XS.t ......................... ok +t/xs/zip6.t ....................... ok +All tests successful. +Files=118, Tests=9032, 18 wallclock secs ( 0.94 usr 0.24 sys + 16.30 cusr 1.37 csys = 18.85 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/List/MoreUtils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/List/MoreUtils/Contributing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/List/MoreUtils/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::MoreUtils::Contributing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::MoreUtils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::MoreUtils::PP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed List-MoreUtils-0.425 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-MoreUtils-0.425/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-MoreUtils-0.425/MYMETA.json +Searching Test::MockTime (0) on cpanmetadb ... +--2017-10-09 07:25:50-- http://cpanmetadb.plackperl.org/v1.0/package/Test::MockTime +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.7M=0s + +2017-10-09 07:25:50 (18.7 MB/s) - written to stdout [98/98] + +--> Working on Test::MockTime +Fetching http://www.cpan.org/authors/id/D/DD/DDICK/Test-MockTime-0.15.tar.gz ... --2017-10-09 07:25:50-- http://www.cpan.org/authors/id/D/DD/DDICK/Test-MockTime-0.15.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5658 (5.5K) [application/x-gzip] +Saving to: ‘Test-MockTime-0.15.tar.gz’ + + 0K ..... 100% 717M=0s + +2017-10-09 07:25:50 (717 MB/s) - ‘Test-MockTime-0.15.tar.gz’ saved [5658/5658] + +Unpacking Test-MockTime-0.15.tar.gz +OK +Test-MockTime-0.15/ +Test-MockTime-0.15/MANIFEST +Test-MockTime-0.15/Changes +Test-MockTime-0.15/META.json +Test-MockTime-0.15/META.yml +Test-MockTime-0.15/lib/ +Test-MockTime-0.15/lib/Test/ +Test-MockTime-0.15/lib/Test/MockTime.pm +Test-MockTime-0.15/Makefile.PL +Test-MockTime-0.15/README +Test-MockTime-0.15/t/ +Test-MockTime-0.15/t/export.t +Test-MockTime-0.15/t/string-time.t +Test-MockTime-0.15/t/pod.t +Test-MockTime-0.15/t/prototypes.t +Test-MockTime-0.15/t/test.t +Entering Test-MockTime-0.15 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-MockTime-0.15 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::MockTime +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Time::Local 0 ... Yes (1.25) +Checking if you have Time::Piece 1.08 ... Yes (1.3202) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Test-MockTime-0.15 ... cp lib/Test/MockTime.pm blib/lib/Test/MockTime.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/export.t ....... ok +t/pod.t .......... skipped: Test::Pod 1.00 required for testing POD +t/prototypes.t ... ok +t/string-time.t .. ok +t/test.t ......... ok +All tests successful. +Files=5, Tests=33, 29 wallclock secs ( 0.04 usr 0.00 sys + 0.28 cusr 0.04 csys = 0.36 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/MockTime.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::MockTime.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-MockTime-0.15 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-MockTime-0.15/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-MockTime-0.15/MYMETA.json +Searching DateTime::Format::Builder (0.74) on cpanmetadb ... +--2017-10-09 07:26:19-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Format::Builder +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 482 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 75.2M=0s + +2017-10-09 07:26:19 (75.2 MB/s) - written to stdout [482/482] + +--> Working on DateTime::Format::Builder +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ... --2017-10-09 07:26:19-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 39933 (39K) [application/x-gzip] +Saving to: ‘DateTime-Format-Builder-0.81.tar.gz’ + + 0K .......... .......... .......... ........ 100% 30.0M=0.001s + +2017-10-09 07:26:19 (30.0 MB/s) - ‘DateTime-Format-Builder-0.81.tar.gz’ saved [39933/39933] + +Unpacking DateTime-Format-Builder-0.81.tar.gz +OK +DateTime-Format-Builder-0.81/ +DateTime-Format-Builder-0.81/MANIFEST +DateTime-Format-Builder-0.81/t/ +DateTime-Format-Builder-0.81/t/self.t +DateTime-Format-Builder-0.81/t/strptime.t +DateTime-Format-Builder-0.81/t/99pod.t +DateTime-Format-Builder-0.81/t/mergecb.t +DateTime-Format-Builder-0.81/t/wholeclass.t +DateTime-Format-Builder-0.81/t/dispatch.t +DateTime-Format-Builder-0.81/t/verbose.t +DateTime-Format-Builder-0.81/t/release-no-tabs.t +DateTime-Format-Builder-0.81/t/nocon.t +DateTime-Format-Builder-0.81/t/quick.t +DateTime-Format-Builder-0.81/t/memory-cycle.t +DateTime-Format-Builder-0.81/t/taint.t +DateTime-Format-Builder-0.81/t/basic.t +DateTime-Format-Builder-0.81/t/release-pod-linkcheck.t +DateTime-Format-Builder-0.81/t/param.t +DateTime-Format-Builder-0.81/t/fall.t +DateTime-Format-Builder-0.81/t/release-eol.t +DateTime-Format-Builder-0.81/t/newclass.t +DateTime-Format-Builder-0.81/t/import.t +DateTime-Format-Builder-0.81/t/release-pod-syntax.t +DateTime-Format-Builder-0.81/t/on_fail_sub.t +DateTime-Format-Builder-0.81/t/lengths.t +DateTime-Format-Builder-0.81/t/clone.t +DateTime-Format-Builder-0.81/t/create.t +DateTime-Format-Builder-0.81/t/on_fail_regex.t +DateTime-Format-Builder-0.81/t/extra.t +DateTime-Format-Builder-0.81/t/altcon.t +DateTime-Format-Builder-0.81/t/release-cpan-changes.t +DateTime-Format-Builder-0.81/t/noredef.t +DateTime-Format-Builder-0.81/t/on_fail.t +DateTime-Format-Builder-0.81/lib/ +DateTime-Format-Builder-0.81/lib/DateTime/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Tutorial.pod +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Quick.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Regex.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Strptime.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/generic.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Dispatch.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser.pm +DateTime-Format-Builder-0.81/README +DateTime-Format-Builder-0.81/examples/ +DateTime-Format-Builder-0.81/examples/Tivoli.pm +DateTime-Format-Builder-0.81/examples/W3CDTF.pm +DateTime-Format-Builder-0.81/examples/Fall.pm +DateTime-Format-Builder-0.81/examples/ICal.pm +DateTime-Format-Builder-0.81/examples/Apache.pm +DateTime-Format-Builder-0.81/examples/MySQL.pm +DateTime-Format-Builder-0.81/examples/Simple.pm +DateTime-Format-Builder-0.81/LICENSE +DateTime-Format-Builder-0.81/META.yml +DateTime-Format-Builder-0.81/Makefile.PL +DateTime-Format-Builder-0.81/Changes +DateTime-Format-Builder-0.81/META.json +DateTime-Format-Builder-0.81/INSTALL +DateTime-Format-Builder-0.81/dist.ini +Entering DateTime-Format-Builder-0.81 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Builder-0.81 ... Warning: prerequisite Class::Factory::Util 1.6 not found. +Warning: prerequisite DateTime 1.00 not found. +Warning: prerequisite DateTime::Format::Strptime 1.04 not found. +Warning: prerequisite Params::Validate 0.72 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Builder +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have DateTime::Format::Strptime 1.04 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have Class::Factory::Util 1.6 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have Params::Validate 0.72 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Scalar::Util 1.10 ... Yes (1.49) +Checking if you have base 0 ... Yes (2.26) +Checking if you have vars 0 ... Yes (1.03) +Searching DateTime::Format::Strptime (1.04) on cpanmetadb ... +OK +==> Found dependencies: DateTime::Format::Strptime, Class::Factory::Util, DateTime, Params::Validate +--2017-10-09 07:26:19-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Format::Strptime +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 165 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.0M=0s + +2017-10-09 07:26:19 (30.0 MB/s) - written to stdout [165/165] + +--> Working on DateTime::Format::Strptime +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.74.tar.gz ... --2017-10-09 07:26:19-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.74.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 105317 (103K) [application/x-gzip] +Saving to: ‘DateTime-Format-Strptime-1.74.tar.gz’ + + 0K .......... .......... .......... .......... .......... 48% 24.6M 0s + 50K .......... .......... .......... .......... .......... 97% 53.4M 0s + 100K .. 100% 3.45M=0.004s + +2017-10-09 07:26:19 (27.1 MB/s) - ‘DateTime-Format-Strptime-1.74.tar.gz’ saved [105317/105317] + +Unpacking DateTime-Format-Strptime-1.74.tar.gz +OK +DateTime-Format-Strptime-1.74/ +DateTime-Format-Strptime-1.74/lib/ +DateTime-Format-Strptime-1.74/lib/DateTime/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime.pm +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime/Types.pm +DateTime-Format-Strptime-1.74/cpanfile +DateTime-Format-Strptime-1.74/perlcriticrc +DateTime-Format-Strptime-1.74/INSTALL +DateTime-Format-Strptime-1.74/bench +DateTime-Format-Strptime-1.74/inc/ +DateTime-Format-Strptime-1.74/inc/GenerateLocaleTests.pm +DateTime-Format-Strptime-1.74/LICENSE +DateTime-Format-Strptime-1.74/tidyall.ini +DateTime-Format-Strptime-1.74/CONTRIBUTING.md +DateTime-Format-Strptime-1.74/Changes +DateTime-Format-Strptime-1.74/META.json +DateTime-Format-Strptime-1.74/dist.ini +DateTime-Format-Strptime-1.74/perltidyrc +DateTime-Format-Strptime-1.74/MANIFEST +DateTime-Format-Strptime-1.74/META.yml +DateTime-Format-Strptime-1.74/t/ +DateTime-Format-Strptime-1.74/t/lib/ +DateTime-Format-Strptime-1.74/t/lib/T.pm +DateTime-Format-Strptime-1.74/t/locale-de.t +DateTime-Format-Strptime-1.74/t/format-datetime.t +DateTime-Format-Strptime-1.74/t/zones.t +DateTime-Format-Strptime-1.74/t/locale-pt.t +DateTime-Format-Strptime-1.74/t/locale-zh.t +DateTime-Format-Strptime-1.74/t/00-report-prereqs.t +DateTime-Format-Strptime-1.74/t/00-report-prereqs.dd +DateTime-Format-Strptime-1.74/t/errors.t +DateTime-Format-Strptime-1.74/t/edge.t +DateTime-Format-Strptime-1.74/t/locale-en.t +DateTime-Format-Strptime-1.74/t/import.t +DateTime-Format-Strptime-1.74/t/locale-ga.t +DateTime-Format-Strptime-1.74/t/format-with-locale.t +DateTime-Format-Strptime-1.74/t/basic.t +DateTime-Format-Strptime-1.74/README.md +DateTime-Format-Strptime-1.74/Makefile.PL +DateTime-Format-Strptime-1.74/xt/ +DateTime-Format-Strptime-1.74/xt/author/ +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Vaii.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GF.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BO.t +DateTime-Format-Strptime-1.74/xt/author/locale-dyo.t +DateTime-Format-Strptime-1.74/xt/author/locale-pl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MF.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TK.t +DateTime-Format-Strptime-1.74/xt/author/locale-jgo.t +DateTime-Format-Strptime-1.74/xt/author/locale-id-ID.t +DateTime-Format-Strptime-1.74/xt/author/locale-dav-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ka-GE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne-NP.t +DateTime-Format-Strptime-1.74/xt/author/locale-fil-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GD.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-GN.t +DateTime-Format-Strptime-1.74/xt/author/locale-nmg-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-bez.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-AX.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-rof-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-rof.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ast.t +DateTime-Format-Strptime-1.74/xt/author/locale-km.t +DateTime-Format-Strptime-1.74/xt/author/locale-uk.t +DateTime-Format-Strptime-1.74/xt/author/locale-ig.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ja-JP.t +DateTime-Format-Strptime-1.74/xt/author/locale-cs.t +DateTime-Format-Strptime-1.74/xt/author/locale-dyo-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-saq-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-gl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksb.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa.t +DateTime-Format-Strptime-1.74/xt/author/locale-tzm.t +DateTime-Format-Strptime-1.74/xt/author/locale-haw-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-kk.t +DateTime-Format-Strptime-1.74/xt/author/locale-sk.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SB.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-gv.t +DateTime-Format-Strptime-1.74/xt/author/locale-xog.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TO.t +DateTime-Format-Strptime-1.74/xt/author/locale-naq-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CX.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TN.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-CV.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-asa.t +DateTime-Format-Strptime-1.74/xt/author/locale-brx.t +DateTime-Format-Strptime-1.74/xt/author/locale-ki.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-UY.t +DateTime-Format-Strptime-1.74/xt/author/locale-hu-HU.t +DateTime-Format-Strptime-1.74/xt/author/locale-et.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb-SJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-PM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksf-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-KG.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-ST.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-om.t +DateTime-Format-Strptime-1.74/xt/author/locale-ewo.t +DateTime-Format-Strptime-1.74/xt/author/locale-lag.t +DateTime-Format-Strptime-1.74/xt/author/locale-be.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-LI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MP.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta.t +DateTime-Format-Strptime-1.74/xt/author/locale-yi.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-te.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-LY.t +DateTime-Format-Strptime-1.74/xt/author/locale-nn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-LK.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CI.t +DateTime-Format-Strptime-1.74/xt/author/locale-prg-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TC.t +DateTime-Format-Strptime-1.74/xt/author/locale-root.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-AT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AS.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-HN.t +DateTime-Format-Strptime-1.74/xt/author/locale-gd.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-PE.t +DateTime-Format-Strptime-1.74/xt/author/locale-brx-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-saq.t +DateTime-Format-Strptime-1.74/xt/author/locale-lag-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ml.t +DateTime-Format-Strptime-1.74/xt/author/locale-mua.t +DateTime-Format-Strptime-1.74/xt/author/locale-mn.t +DateTime-Format-Strptime-1.74/xt/author/locale-gd-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CC.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-GT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sbp-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AG.t +DateTime-Format-Strptime-1.74/xt/author/locale-kab.t +DateTime-Format-Strptime-1.74/xt/author/locale-om-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZW.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nyn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti.t +DateTime-Format-Strptime-1.74/xt/author/locale-rn-BI.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ce.t +DateTime-Format-Strptime-1.74/xt/author/locale-gv-IM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TG.t +DateTime-Format-Strptime-1.74/xt/author/locale-se.t +DateTime-Format-Strptime-1.74/xt/author/locale-km-KH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Latn-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-CD.t +DateTime-Format-Strptime-1.74/xt/author/pod-coverage.t +DateTime-Format-Strptime-1.74/xt/author/locale-kn.t +DateTime-Format-Strptime-1.74/xt/author/locale-agq-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it.t +DateTime-Format-Strptime-1.74/xt/author/locale-zu.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-rwk-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ug.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-vi-VN.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-JE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bm.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-lg-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KN.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-GW.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ewo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-KM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IO.t +DateTime-Format-Strptime-1.74/xt/author/locale-rn.t +DateTime-Format-Strptime-1.74/xt/author/locale-sg-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Latn-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-dsb.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FK.t +DateTime-Format-Strptime-1.74/xt/author/locale-dua.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-RS.t +DateTime-Format-Strptime-1.74/xt/author/locale-kde-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro-MD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ii.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr.t +DateTime-Format-Strptime-1.74/xt/author/locale-kln-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Guru-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-jmc-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BW.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-EG.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr-TR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GU.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-BR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-my-MM.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-mfe.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc.t +DateTime-Format-Strptime-1.74/xt/author/locale-dua-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-khq.t +DateTime-Format-Strptime-1.74/xt/author/locale-sl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ks.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-th-TH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee-TG.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-et-EE.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ses-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-lkt-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Tfng.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TV.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-or-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-bg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MH.t +DateTime-Format-Strptime-1.74/xt/author/locale-cu-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-gu.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-LI.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BI.t +DateTime-Format-Strptime-1.74/xt/author/no-tabs.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-sl-SI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IM.t +DateTime-Format-Strptime-1.74/xt/author/locale-lg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GI.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sah.t +DateTime-Format-Strptime-1.74/xt/author/locale-pl-PL.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CA.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Arab-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NU.t +DateTime-Format-Strptime-1.74/xt/author/locale-mzn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-asa-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-vi.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AT.t +DateTime-Format-Strptime-1.74/xt/author/locale-as-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-twq-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-TN.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-WS.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PA.t +DateTime-Format-Strptime-1.74/xt/author/locale-my.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-419.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas.t +DateTime-Format-Strptime-1.74/xt/author/locale-lb.t +DateTime-Format-Strptime-1.74/xt/author/locale-rwk.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PW.t +DateTime-Format-Strptime-1.74/xt/author/locale-az.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur.t +DateTime-Format-Strptime-1.74/xt/author/locale-ja.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-PF.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Arab.t +DateTime-Format-Strptime-1.74/xt/author/locale-el-GR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-AW.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs.t +DateTime-Format-Strptime-1.74/xt/author/locale-hi-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-nus.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko-KR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lt.t +DateTime-Format-Strptime-1.74/xt/author/locale-bem-ZM.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-MX.t +DateTime-Format-Strptime-1.74/xt/author/locale-haw.t +DateTime-Format-Strptime-1.74/xt/author/locale-vun-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee.t +DateTime-Format-Strptime-1.74/xt/author/locale-luy.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-JO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb.t +DateTime-Format-Strptime-1.74/xt/author/locale-hsb-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo.t +DateTime-Format-Strptime-1.74/xt/author/locale-cy-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fur-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-gu-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KI.t +DateTime-Format-Strptime-1.74/xt/author/locale-ml-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko-KP.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-SV.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr-HR.t +DateTime-Format-Strptime-1.74/xt/author/locale-dje-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-nd.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-RS.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SC.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-SR.t +DateTime-Format-Strptime-1.74/xt/author/locale-yav.t +DateTime-Format-Strptime-1.74/xt/author/locale-vo-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PR.t +DateTime-Format-Strptime-1.74/xt/author/locale-da-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-prg.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-EA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru.t +DateTime-Format-Strptime-1.74/xt/author/locale-mr.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-dav.t +DateTime-Format-Strptime-1.74/xt/author/locale-kkj-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-BY.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo-FO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-lv.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-UM.t +DateTime-Format-Strptime-1.74/xt/author/locale-af-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ce-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SL.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GP.t +DateTime-Format-Strptime-1.74/xt/author/locale-luo.t +DateTime-Format-Strptime-1.74/xt/author/locale-rw-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-luo-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PG.t +DateTime-Format-Strptime-1.74/xt/author/locale-mg.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-BQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ga-IE.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans.t +DateTime-Format-Strptime-1.74/xt/author/locale-seh.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-BN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Tfng-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-SX.t +DateTime-Format-Strptime-1.74/xt/author/locale-lv-LV.t +DateTime-Format-Strptime-1.74/xt/author/locale-he-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-smn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MW.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-dje.t +DateTime-Format-Strptime-1.74/xt/author/locale-jgo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-or.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-eu-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-NI.t +DateTime-Format-Strptime-1.74/xt/author/locale-kkj.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KY.t +DateTime-Format-Strptime-1.74/xt/author/locale-agq.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-ME.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CL.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bg-BG.t +DateTime-Format-Strptime-1.74/xt/author/locale-kn-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-hu.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-cy.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ky-KG.t +DateTime-Format-Strptime-1.74/xt/author/locale-dsb-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-US-POSIX.t +DateTime-Format-Strptime-1.74/xt/author/locale-af-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-gl-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksh.t +DateTime-Format-Strptime-1.74/xt/author/locale-fil.t +DateTime-Format-Strptime-1.74/xt/author/locale-bas.t +DateTime-Format-Strptime-1.74/xt/author/locale-sg.t +DateTime-Format-Strptime-1.74/xt/author/locale-lu-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo-BJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mr-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ug-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-uk-UA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ii-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CG.t +DateTime-Format-Strptime-1.74/xt/author/pod-spell.t +DateTime-Format-Strptime-1.74/xt/author/locale-br.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GM.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Latn-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-zu-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-am.t +DateTime-Format-Strptime-1.74/xt/author/locale-rm-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-yav-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq.t +DateTime-Format-Strptime-1.74/xt/author/locale-chr-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BL.t +DateTime-Format-Strptime-1.74/xt/author/locale-naq.t +DateTime-Format-Strptime-1.74/xt/author/locale-twq.t +DateTime-Format-Strptime-1.74/xt/author/locale-luy-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-RE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SY.t +DateTime-Format-Strptime-1.74/xt/author/locale-cgg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-kk-KZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-AL.t +DateTime-Format-Strptime-1.74/xt/author/locale-khq-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-EC.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-WF.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-AO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ps-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-om-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Vaii-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-PT.t +DateTime-Format-Strptime-1.74/xt/author/locale-bm-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-id.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fy.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-kln.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BF.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-vo.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgh-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgh.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-OM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ak-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-IC.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-fi.t +DateTime-Format-Strptime-1.74/xt/author/locale-br-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-KZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-DO.t +DateTime-Format-Strptime-1.74/xt/author/locale-is.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-os-GE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CO.t +DateTime-Format-Strptime-1.74/xt/author/locale-nn-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-lkt.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PY.t +DateTime-Format-Strptime-1.74/xt/author/locale-kok.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GA.t +DateTime-Format-Strptime-1.74/xt/author/locale-bez-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-mg-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-sah-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-eu.t +DateTime-Format-Strptime-1.74/xt/author/locale-yue-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bas-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-el-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-kam.t +DateTime-Format-Strptime-1.74/xt/author/locale-jmc.t +DateTime-Format-Strptime-1.74/xt/author/locale-vun.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CA.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ky.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ps.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-LB.t +DateTime-Format-Strptime-1.74/xt/author/locale-ki-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-is-IS.t +DateTime-Format-Strptime-1.74/xt/author/locale-fy-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-yue.t +DateTime-Format-Strptime-1.74/xt/author/locale-kde.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-JM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DM.t +DateTime-Format-Strptime-1.74/xt/author/locale-os.t +DateTime-Format-Strptime-1.74/xt/author/locale-so.t +DateTime-Format-Strptime-1.74/xt/author/locale-ig-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Cyrl-AZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-kw.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-rw.t +DateTime-Format-Strptime-1.74/xt/author/locale-seh-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mt.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro.t +DateTime-Format-Strptime-1.74/xt/author/locale-tk.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lb-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-he.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-AR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-150.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-TD.t +DateTime-Format-Strptime-1.74/xt/author/locale-to-TO.t +DateTime-Format-Strptime-1.74/xt/author/locale-es.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-KW.t +DateTime-Format-Strptime-1.74/xt/author/locale-da-GL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Cyrl-UZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SA.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-ME.t +DateTime-Format-Strptime-1.74/xt/author/locale-mn-MN.t +DateTime-Format-Strptime-1.74/xt/author/locale-lo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-QA.t +DateTime-Format-Strptime-1.74/xt/author/locale-si.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-CW.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TD.t +DateTime-Format-Strptime-1.74/xt/author/locale-bem.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-HT.t +DateTime-Format-Strptime-1.74/xt/author/locale-kab-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-as.t +DateTime-Format-Strptime-1.74/xt/author/locale-el.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NF.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SI.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-MD.t +DateTime-Format-Strptime-1.74/xt/author/locale-kea-CV.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SO.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Cyrl-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-be-BY.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-VA.t +DateTime-Format-Strptime-1.74/xt/author/locale-kam-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-rm.t +DateTime-Format-Strptime-1.74/xt/author/locale-mua-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-EH.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LS.t +DateTime-Format-Strptime-1.74/xt/author/locale-cs-CZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-wae.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-chr.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-AD.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-SO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GY.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr.t +DateTime-Format-Strptime-1.74/xt/author/locale-lu.t +DateTime-Format-Strptime-1.74/xt/author/locale-cu.t +DateTime-Format-Strptime-1.74/xt/author/locale-dz.t +DateTime-Format-Strptime-1.74/xt/author/test-all-my-deps.t +DateTime-Format-Strptime-1.74/xt/author/locale-mt-MT.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TT.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-wae-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-sbp.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-MK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ses.t +DateTime-Format-Strptime-1.74/xt/author/locale-af.t +DateTime-Format-Strptime-1.74/xt/author/locale-kea.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai.t +DateTime-Format-Strptime-1.74/xt/author/locale-mk-MK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NG.t +DateTime-Format-Strptime-1.74/xt/author/mojibake.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-AE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ka.t +DateTime-Format-Strptime-1.74/xt/author/locale-guz.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn-BD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-da.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro-RO.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SD.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MS.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Arab-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-dz-BT.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-UA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksf.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-EC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksh-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-lt-LT.t +DateTime-Format-Strptime-1.74/xt/author/locale-am-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nus-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr.t +DateTime-Format-Strptime-1.74/xt/author/locale-kl-GL.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BS.t +DateTime-Format-Strptime-1.74/xt/author/locale-th.t +DateTime-Format-Strptime-1.74/xt/author/locale-os-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-ebu.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv.t +DateTime-Format-Strptime-1.74/xt/author/locale-to.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw.t +DateTime-Format-Strptime-1.74/xt/author/locale-sk-SK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BB.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LC.t +DateTime-Format-Strptime-1.74/xt/author/tidyall.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-mzn-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-kw-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-YT.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fi-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-TL.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-cgg-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-AO.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-VU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-hi.t +DateTime-Format-Strptime-1.74/xt/author/locale-mer-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Latn-AZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo.t +DateTime-Format-Strptime-1.74/xt/author/locale-eo.t +DateTime-Format-Strptime-1.74/xt/author/locale-nd-ZW.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-VE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-ES-VALENCIA.t +DateTime-Format-Strptime-1.74/xt/author/locale-kl.t +DateTime-Format-Strptime-1.74/xt/author/locale-zgh-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ks-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-lo-LA.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Guru.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-TW.t +DateTime-Format-Strptime-1.74/xt/author/eol.t +DateTime-Format-Strptime-1.74/xt/author/test-version.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-BO.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SX.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CK.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-PS.t +DateTime-Format-Strptime-1.74/xt/author/locale-guz-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SC.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sn-ZW.t +DateTime-Format-Strptime-1.74/xt/author/00-compile.t +DateTime-Format-Strptime-1.74/xt/author/locale-ebu-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Arab.t +DateTime-Format-Strptime-1.74/xt/author/locale-hy-AM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VI.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nyn-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-mer.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-BH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fur.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-YE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-RU.t +DateTime-Format-Strptime-1.74/xt/author/portability.t +DateTime-Format-Strptime-1.74/xt/author/locale-tk-TM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-SM.t +DateTime-Format-Strptime-1.74/xt/author/locale-mfe-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-si-LK.t +DateTime-Format-Strptime-1.74/xt/author/locale-nmg.t +DateTime-Format-Strptime-1.74/xt/author/locale-nnh-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-hsb.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Latn-UZ.t +DateTime-Format-Strptime-1.74/xt/author/pod-syntax.t +DateTime-Format-Strptime-1.74/xt/author/locale-nnh.t +DateTime-Format-Strptime-1.74/xt/author/locale-sn.t +DateTime-Format-Strptime-1.74/xt/author/locale-eo-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko.t +DateTime-Format-Strptime-1.74/xt/author/locale-yi-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-smn-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AU.t +DateTime-Format-Strptime-1.74/xt/author/locale-hy.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-ak.t +DateTime-Format-Strptime-1.74/xt/author/locale-zgh.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-NC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksb-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ast-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-kok-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-tzm-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-xog-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-te-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-KM.t +DateTime-Format-Strptime-1.74/xt/author/locale-mk.t +DateTime-Format-Strptime-1.74/xt/release/ +DateTime-Format-Strptime-1.74/xt/release/meta-json.t +Entering DateTime-Format-Strptime-1.74 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Strptime-1.74 ... Warning: prerequisite DateTime 1.00 not found. +Warning: prerequisite DateTime::Locale 1.05 not found. +Warning: prerequisite DateTime::Locale::Base 0 not found. +Warning: prerequisite DateTime::Locale::FromData 0 not found. +Warning: prerequisite DateTime::TimeZone 2.09 not found. +Warning: prerequisite Package::DeprecationManager 0.15 not found. +Warning: prerequisite Params::ValidationCompiler 0 not found. +Warning: prerequisite Specio 0.33 not found. +Warning: prerequisite Specio::Declare 0 not found. +Warning: prerequisite Specio::Exporter 0 not found. +Warning: prerequisite Specio::Library::Builtins 0 not found. +Warning: prerequisite Specio::Library::String 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Strptime +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Package::DeprecationManager 0.15 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have DateTime::Locale::Base 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::Warnings 0 ... Yes (0.026) +Checking if you have DateTime::Locale::FromData 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have DateTime::TimeZone 2.09 ... No +Checking if you have DateTime::Locale 1.05 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Specio 0.33 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Params::ValidationCompiler 0.13 ... No +Checking if you have Specio::Exporter 0 ... No +Checking if you have Specio::Library::Builtins 0 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Specio::Declare 0 ... No +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Specio::Library::String 0 ... No +Searching Package::DeprecationManager (0.15) on cpanmetadb ... +OK +==> Found dependencies: Package::DeprecationManager, DateTime::Locale::Base, DateTime::Locale::FromData, DateTime::TimeZone, DateTime::Locale, Specio, Params::ValidationCompiler, Specio::Exporter, Specio::Library::Builtins, DateTime, Specio::Declare, Specio::Library::String +--2017-10-09 07:26:20-- http://cpanmetadb.plackperl.org/v1.0/package/Package::DeprecationManager +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 126 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.9M=0s + +2017-10-09 07:26:20 (26.9 MB/s) - written to stdout [126/126] + +--> Working on Package::DeprecationManager +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz ... --2017-10-09 07:26:20-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 27647 (27K) [application/x-gzip] +Saving to: ‘Package-DeprecationManager-0.17.tar.gz’ + + 0K .......... .......... ...... 100% 28.0M=0.001s + +2017-10-09 07:26:20 (28.0 MB/s) - ‘Package-DeprecationManager-0.17.tar.gz’ saved [27647/27647] + +Unpacking Package-DeprecationManager-0.17.tar.gz +OK +Package-DeprecationManager-0.17/ +Package-DeprecationManager-0.17/dist.ini +Package-DeprecationManager-0.17/perltidyrc +Package-DeprecationManager-0.17/cpanfile +Package-DeprecationManager-0.17/t/ +Package-DeprecationManager-0.17/t/00-report-prereqs.t +Package-DeprecationManager-0.17/t/export.t +Package-DeprecationManager-0.17/t/00-report-prereqs.dd +Package-DeprecationManager-0.17/t/basic.t +Package-DeprecationManager-0.17/Makefile.PL +Package-DeprecationManager-0.17/META.yml +Package-DeprecationManager-0.17/LICENSE +Package-DeprecationManager-0.17/xt/ +Package-DeprecationManager-0.17/xt/author/ +Package-DeprecationManager-0.17/xt/author/no-tabs.t +Package-DeprecationManager-0.17/xt/author/mojibake.t +Package-DeprecationManager-0.17/xt/author/pod-syntax.t +Package-DeprecationManager-0.17/xt/author/portability.t +Package-DeprecationManager-0.17/xt/author/test-version.t +Package-DeprecationManager-0.17/xt/author/eol.t +Package-DeprecationManager-0.17/xt/author/pod-spell.t +Package-DeprecationManager-0.17/xt/author/pod-coverage.t +Package-DeprecationManager-0.17/xt/author/pod-no404s.t +Package-DeprecationManager-0.17/xt/author/00-compile.t +Package-DeprecationManager-0.17/xt/release/ +Package-DeprecationManager-0.17/xt/release/meta-json.t +Package-DeprecationManager-0.17/xt/release/tidyall.t +Package-DeprecationManager-0.17/xt/release/cpan-changes.t +Package-DeprecationManager-0.17/xt/release/pod-linkcheck.t +Package-DeprecationManager-0.17/lib/ +Package-DeprecationManager-0.17/lib/Package/ +Package-DeprecationManager-0.17/lib/Package/DeprecationManager.pm +Package-DeprecationManager-0.17/META.json +Package-DeprecationManager-0.17/tidyall.ini +Package-DeprecationManager-0.17/Changes +Package-DeprecationManager-0.17/CONTRIBUTING.md +Package-DeprecationManager-0.17/MANIFEST +Package-DeprecationManager-0.17/perlcriticrc +Package-DeprecationManager-0.17/INSTALL +Package-DeprecationManager-0.17/README.md +Entering Package-DeprecationManager-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Package-DeprecationManager-0.17 ... Warning: prerequisite Package::Stash 0 not found. +Warning: prerequisite Params::Util 0 not found. +Warning: prerequisite Sub::Install 0 not found. +Warning: prerequisite Sub::Name 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Package::DeprecationManager +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Sub::Name 0 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Sub::Install 0 ... No +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Package::Stash 0.23 ... No +Checking if you have Params::Util 0 ... No +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Test::Warnings 0 ... Yes (0.026) +Searching Sub::Name (0) on cpanmetadb ... +OK +==> Found dependencies: Sub::Name, Sub::Install, Package::Stash, Params::Util +--2017-10-09 07:26:20-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Name +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.0M=0s + +2017-10-09 07:26:20 (18.0 MB/s) - written to stdout [88/88] + +--> Working on Sub::Name +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Sub-Name-0.21.tar.gz ... --2017-10-09 07:26:20-- http://www.cpan.org/authors/id/E/ET/ETHER/Sub-Name-0.21.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 81155 (79K) [application/x-gzip] +Saving to: ‘Sub-Name-0.21.tar.gz’ + + 0K .......... .......... .......... .......... .......... 63% 24.7M 0s + 50K .......... .......... ......... 100% 33.7M=0.003s + +2017-10-09 07:26:20 (27.4 MB/s) - ‘Sub-Name-0.21.tar.gz’ saved [81155/81155] + +Unpacking Sub-Name-0.21.tar.gz +OK +Sub-Name-0.21/ +Sub-Name-0.21/Changes +Sub-Name-0.21/CONTRIBUTING +Sub-Name-0.21/dist.ini +Sub-Name-0.21/INSTALL +Sub-Name-0.21/lib/ +Sub-Name-0.21/LICENCE +Sub-Name-0.21/Makefile.PL +Sub-Name-0.21/MANIFEST +Sub-Name-0.21/META.json +Sub-Name-0.21/META.yml +Sub-Name-0.21/Name.xs +Sub-Name-0.21/ppport.h +Sub-Name-0.21/README +Sub-Name-0.21/t/ +Sub-Name-0.21/weaver.ini +Sub-Name-0.21/xt/ +Sub-Name-0.21/xt/author/ +Sub-Name-0.21/xt/release/ +Sub-Name-0.21/xt/release/changes_has_content.t +Sub-Name-0.21/xt/release/cpan-changes.t +Sub-Name-0.21/xt/release/distmeta.t +Sub-Name-0.21/xt/release/minimum-version.t +Sub-Name-0.21/xt/author/00-compile.t +Sub-Name-0.21/xt/author/clean-namespaces.t +Sub-Name-0.21/xt/author/eol.t +Sub-Name-0.21/xt/author/kwalitee.t +Sub-Name-0.21/xt/author/mojibake.t +Sub-Name-0.21/xt/author/no-tabs.t +Sub-Name-0.21/xt/author/pod-coverage.t +Sub-Name-0.21/xt/author/pod-no404s.t +Sub-Name-0.21/xt/author/pod-spell.t +Sub-Name-0.21/xt/author/pod-syntax.t +Sub-Name-0.21/xt/author/portability.t +Sub-Name-0.21/t/00-report-prereqs.dd +Sub-Name-0.21/t/00-report-prereqs.t +Sub-Name-0.21/t/exotic_names.t +Sub-Name-0.21/t/quotes-bug.t +Sub-Name-0.21/t/RT42725_deparse.t +Sub-Name-0.21/t/RT96893_perlcc.t +Sub-Name-0.21/t/smoke.t +Sub-Name-0.21/lib/Sub/ +Sub-Name-0.21/lib/Sub/Name.pm +Entering Sub-Name-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Name-0.21 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Name +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have B::Deparse 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +OK +Building and testing Sub-Name-0.21 ... cp lib/Sub/Name.pm blib/lib/Sub/Name.pm +Running Mkbootstrap for Name () +chmod 644 "Name.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Name.bs blib/arch/auto/Sub/Name/Name.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Name.xs > Name.xsc +mv Name.xsc Name.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Name.c +rm -f blib/arch/auto/Sub/Name/Name.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Name.o -o blib/arch/auto/Sub/Name/Name.so \ + \ + +chmod 755 blib/arch/auto/Sub/Name/Name.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Name.bs blib/arch/auto/Sub/Name/Name.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# B any 1.70 +# B::Deparse any 1.43 +# Carp any 1.43 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.88 1.302098 +# if any 0.0607 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Test Suggests === +# +# Module Want Have +# --------------- ---- ------- +# B::C 1.48 missing +# Devel::CheckBin any missing +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Exporter 5.57 5.72 +# XSLoader any 0.27 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# DynaLoader 1.42 +# JSON::PP 2.94 +# Pod::Coverage missing +# Sub::Name 0.21 +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/exotic_names.t ....... ok +t/quotes-bug.t ......... ok +t/RT42725_deparse.t .... ok +t/RT96893_perlcc.t ..... skipped: B::C required for testing perlcc -O3 +t/smoke.t .............. ok +All tests successful. +Files=6, Tests=1054, 1 wallclock secs ( 0.13 usr 0.03 sys + 0.82 cusr 0.07 csys = 1.05 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Name.bs blib/arch/auto/Sub/Name/Name.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Sub/Name/Name.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Sub/Name.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Name.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Name-0.21 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Name-0.21/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Name-0.21/MYMETA.json +Searching Sub::Install (0) on cpanmetadb ... +--2017-10-09 07:26:23-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Install +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.7M=0s + +2017-10-09 07:26:23 (18.7 MB/s) - written to stdout [96/96] + +--> Working on Sub::Install +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz ... --2017-10-09 07:26:23-- http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18669 (18K) [application/x-gzip] +Saving to: ‘Sub-Install-0.928.tar.gz’ + + 0K .......... ........ 100% 24.7M=0.001s + +2017-10-09 07:26:23 (24.7 MB/s) - ‘Sub-Install-0.928.tar.gz’ saved [18669/18669] + +Unpacking Sub-Install-0.928.tar.gz +OK +Sub-Install-0.928 +Sub-Install-0.928/README +Sub-Install-0.928/Changes +Sub-Install-0.928/LICENSE +Sub-Install-0.928/dist.ini +Sub-Install-0.928/META.yml +Sub-Install-0.928/MANIFEST +Sub-Install-0.928/META.json +Sub-Install-0.928/t +Sub-Install-0.928/t/export.t +Sub-Install-0.928/t/auto_as.t +Sub-Install-0.928/t/install.t +Sub-Install-0.928/Makefile.PL +Sub-Install-0.928/t/reinstall.t +Sub-Install-0.928/t/SI_install.t +Sub-Install-0.928/t/misc_errors.t +Sub-Install-0.928/t/SI_reinstall.t +Sub-Install-0.928/t/inst-blessed.t +Sub-Install-0.928/lib/Sub +Sub-Install-0.928/lib/Sub/Install.pm +Sub-Install-0.928/xt/release +Sub-Install-0.928/xt/release/pod-syntax.t +Sub-Install-0.928/t/000-report-versions-tiny.t +Sub-Install-0.928/xt/release/changes_has_content.t +Entering Sub-Install-0.928 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Install-0.928 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Install +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Scalar::Util 1.10 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +OK +Building and testing Sub-Install-0.928 ... cp lib/Sub/Install.pm blib/lib/Sub/Install.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted any version) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# B => 1.70 (want any version) +# Carp => 1.43 (want any version) +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# Scalar::Util => 1.49 (want any version) +# Test::More => 1.302098 (want 0.96) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/auto_as.t ................... ok +t/export.t .................... ok +t/inst-blessed.t .............. ok +t/install.t ................... ok +t/misc_errors.t ............... ok +t/reinstall.t ................. ok +t/SI_install.t ................ ok +t/SI_reinstall.t .............. ok +All tests successful. +Files=9, Tests=65, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.56 cusr 0.07 csys = 0.69 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Install.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Install.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Install-0.928 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Install-0.928/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Install-0.928/MYMETA.json +Already tried Package::Stash. Skipping. +Searching Params::Util (0) on cpanmetadb ... +--2017-10-09 07:26:25-- http://cpanmetadb.plackperl.org/v1.0/package/Params::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.9M=0s + +2017-10-09 07:26:25 (18.9 MB/s) - written to stdout [94/94] + +--> Working on Params::Util +Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz ... --2017-10-09 07:26:25-- http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 40726 (40K) [application/x-gzip] +Saving to: ‘Params-Util-1.07.tar.gz’ + + 0K .......... .......... .......... ......... 100% 47.2M=0.001s + +2017-10-09 07:26:25 (47.2 MB/s) - ‘Params-Util-1.07.tar.gz’ saved [40726/40726] + +Unpacking Params-Util-1.07.tar.gz +OK +Params-Util-1.07/ +Params-Util-1.07/META.json +Params-Util-1.07/META.yml +Params-Util-1.07/README +Params-Util-1.07/Makefile.PL +Params-Util-1.07/LICENSE +Params-Util-1.07/MYMETA.json +Params-Util-1.07/xt/ +Params-Util-1.07/xt/meta.t +Params-Util-1.07/xt/pmv.t +Params-Util-1.07/xt/pod.t +Params-Util-1.07/Util.xs +Params-Util-1.07/MANIFEST +Params-Util-1.07/lib/ +Params-Util-1.07/lib/Params/ +Params-Util-1.07/lib/Params/Util.pm +Params-Util-1.07/Changes +Params-Util-1.07/t/ +Params-Util-1.07/t/04_codelike.t +Params-Util-1.07/t/08_driver.t +Params-Util-1.07/t/16_invocant.t +Params-Util-1.07/t/14_codelike.t +Params-Util-1.07/t/18_driver.t +Params-Util-1.07/t/12_main.t +Params-Util-1.07/t/02_main.t +Params-Util-1.07/t/06_invocant.t +Params-Util-1.07/t/19_insideout.t +Params-Util-1.07/t/15_typelike.t +Params-Util-1.07/t/07_handle.t +Params-Util-1.07/t/05_typelike.t +Params-Util-1.07/t/17_handle.t +Params-Util-1.07/t/09_insideout.t +Params-Util-1.07/t/handles/ +Params-Util-1.07/t/handles/readfile.txt +Params-Util-1.07/t/handles/handle.txt +Params-Util-1.07/t/01_compile.t +Params-Util-1.07/t/11_compile.t +Params-Util-1.07/t/driver/ +Params-Util-1.07/t/driver/E.pm +Params-Util-1.07/t/driver/A.pm +Params-Util-1.07/t/driver/D.pm +Params-Util-1.07/t/driver/My_B.pm +Params-Util-1.07/t/driver/F.pm +Params-Util-1.07/t/driver/B.pm +Params-Util-1.07/t/13_all.t +Params-Util-1.07/t/03_all.t +Entering Params-Util-1.07 +Checking configure dependencies from META.json +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Params-Util-1.07 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Params::Util +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Scalar::Util 1.18 ... Yes (1.49) +OK +Building and testing Params-Util-1.07 ... cp lib/Params/Util.pm blib/lib/Params/Util.pm +Running Mkbootstrap for Util () +chmod 644 "Util.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Util.xs > Util.xsc +mv Util.xsc Util.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.07\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DPERL_EXT Util.c +rm -f blib/arch/auto/Params/Util/Util.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o blib/arch/auto/Params/Util/Util.so \ + \ + +chmod 755 blib/arch/auto/Params/Util/Util.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .... ok +t/02_main.t ....... ok +t/03_all.t ........ ok +t/04_codelike.t ... ok +t/05_typelike.t ... ok +t/06_invocant.t ... ok +t/07_handle.t ..... ok +t/08_driver.t ..... ok +t/09_insideout.t .. ok +t/11_compile.t .... ok +t/12_main.t ....... ok +t/13_all.t ........ ok +t/14_codelike.t ... ok +t/15_typelike.t ... ok +t/16_invocant.t ... ok +t/17_handle.t ..... ok +t/18_driver.t ..... ok +t/19_insideout.t .. ok +All tests successful. +Files=18, Tests=1704, 1 wallclock secs ( 0.18 usr 0.03 sys + 1.28 cusr 0.15 csys = 1.64 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Params/Util/Util.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Params/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Params::Util.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Params-Util-1.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Params-Util-1.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Params-Util-1.07/MYMETA.json +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Package-DeprecationManager-0.17. +Searching DateTime::Locale::Base (0) on cpanmetadb ... +--2017-10-09 07:26:29-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Locale::Base +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 266 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 39.3M=0s + +2017-10-09 07:26:29 (39.3 MB/s) - written to stdout [266/266] + +--> Working on DateTime::Locale::Base +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.16.tar.gz ... --2017-10-09 07:26:29-- http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.16.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1228443 (1.2M) [application/x-gzip] +Saving to: ‘DateTime-Locale-1.16.tar.gz’ + + 0K .......... .......... .......... .......... .......... 4% 23.9M 0s + 50K .......... .......... .......... .......... .......... 8% 55.3M 0s + 100K .......... .......... .......... .......... .......... 12% 24.9M 0s + 150K .......... .......... .......... .......... .......... 16% 41.0M 0s + 200K .......... .......... .......... .......... .......... 20% 27.7M 0s + 250K .......... .......... .......... .......... .......... 25% 50.3M 0s + 300K .......... .......... .......... .......... .......... 29% 43.2M 0s + 350K .......... .......... .......... .......... .......... 33% 40.1M 0s + 400K .......... .......... .......... .......... .......... 37% 36.2M 0s + 450K .......... .......... .......... .......... .......... 41% 47.9M 0s + 500K .......... .......... .......... .......... .......... 45% 78.7M 0s + 550K .......... .......... .......... .......... .......... 50% 39.6M 0s + 600K .......... .......... .......... .......... .......... 54% 40.8M 0s + 650K .......... .......... .......... .......... .......... 58% 42.1M 0s + 700K .......... .......... .......... .......... .......... 62% 38.2M 0s + 750K .......... .......... .......... .......... .......... 66% 41.8M 0s + 800K .......... .......... .......... .......... .......... 70% 39.8M 0s + 850K .......... .......... .......... .......... .......... 75% 219M 0s + 900K .......... .......... .......... .......... .......... 79% 44.8M 0s + 950K .......... .......... .......... .......... .......... 83% 41.4M 0s + 1000K .......... .......... .......... .......... .......... 87% 162M 0s + 1050K .......... .......... .......... .......... .......... 91% 48.9M 0s + 1100K .......... .......... .......... .......... .......... 95% 47.0M 0s + 1150K .......... .......... .......... .......... ......... 100% 194M=0.03s + +2017-10-09 07:26:29 (44.2 MB/s) - ‘DateTime-Locale-1.16.tar.gz’ saved [1228443/1228443] + +Unpacking DateTime-Locale-1.16.tar.gz +OK +DateTime-Locale-1.16/ +DateTime-Locale-1.16/lib/ +DateTime-Locale-1.16/lib/DateTime/ +DateTime-Locale-1.16/lib/DateTime/Locale.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ +DateTime-Locale-1.16/lib/DateTime/Locale/yav.pod +DateTime-Locale-1.16/lib/DateTime/Locale/to.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_KM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bas_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/prg_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kk_KZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_LI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_LB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ki.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Data.pm +DateTime-Locale-1.16/lib/DateTime/Locale/fo_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksf_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/twq_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/he_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eu_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fil.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dua_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/si_LK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksh_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_TW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_BN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kok.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lb_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro_RO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bm_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fur.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_KG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_SO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ses_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_SR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Latn_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lv_LV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mfe.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lag_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rwk_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/saq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jmc.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Cyrl_UZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_AR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fil_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_150.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Catalog.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ha_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_OM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/guz_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/is.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_HT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/chr_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om.pod +DateTime-Locale-1.16/lib/DateTime/Locale/xog.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cy_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_EA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/twq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_EC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dyo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lkt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee_TG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yi_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/or_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kam_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_MX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mg_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lg_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/khq_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gd.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/id_ID.pod +DateTime-Locale-1.16/lib/DateTime/Locale/wae_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/be.pod +DateTime-Locale-1.16/lib/DateTime/Locale/brx.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Latn_UZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_ME.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgh_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kam.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dua.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_PT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ug_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cs_CZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zgh_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/he.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hi_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ug.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro_MD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_UA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dz_BT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mzn_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_AL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ii_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rw_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/am.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_PM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os_GE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_RS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_BO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cs.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Util.pm +DateTime-Locale-1.16/lib/DateTime/Locale/es.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yue_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rm_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ps.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_NC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_AE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Base.pm +DateTime-Locale-1.16/lib/DateTime/Locale/et_EE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/haw_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nnh_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_SV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_AD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rn_BI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ewo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/wae.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/te.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kea.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dje.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_DO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/agq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el_GR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luy_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gv_IM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kl_GL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ewo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb_SJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bem.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_YT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jmc_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_KW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da_GL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mzn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sg_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ses.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ml_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_EC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Arab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_US_POSIX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nus.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nnh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/naq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ak.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ce_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_ST.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_LI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kde_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cu_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bg_BG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luo_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/saq_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jgo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ii.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_UY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_MD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ka.pod +DateTime-Locale-1.16/lib/DateTime/Locale/to_TO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Arab_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rwk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mk_MK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pl_PL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/br.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kab_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_KM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_CV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Latn_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/km.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_YE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ky_KG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_AX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_SX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/my_MM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lo_LA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hy_AM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eo_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ks.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dje_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lag.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ebu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nd.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sbp.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fi_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_QA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rof.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vun_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kea_CV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dsb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/naq_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/or.pod +DateTime-Locale-1.16/lib/DateTime/Locale/haw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ks_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/am_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mua_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kde.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hsb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_AW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tk_TM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_LK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko_KR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_BY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tzm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/root.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rof_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mfe_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nmg_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fo_FO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_TD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/is_IS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ig.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kok_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo_BJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_AT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/as_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ky.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_MK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/seh_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_BR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ast_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gu_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bez.pod +DateTime-Locale-1.16/lib/DateTime/Locale/br_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sl_SI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bas.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn_BD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tzm_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/asa_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/xog_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nyn_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mn_MN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ig_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_BQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Vaii.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fy_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_ME.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zgh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hsb_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kln.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ast.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mer.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko_KP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Conflicts.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ar_JO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ak_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Guru_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_GT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ps_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bem_ZM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dav_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cgg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_JE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/th_TH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fur_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nn_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_VA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ki_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/guz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nus_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kn_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_BH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/te_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uk_UA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mr_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ja.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gl_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yue.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr_HR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_PE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_SM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksb_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_WF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Tfng.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ml.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lu_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_UM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_IC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Guru.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nmg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/id.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/prg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/si.pod +DateTime-Locale-1.16/lib/DateTime/Locale/seh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Cyrl_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Arab_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_PF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/chr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Cyrl_AZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sn_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_GW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/my.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sah.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_LY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nd_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/FromData.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ar_TN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_CW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vun.pod +DateTime-Locale-1.16/lib/DateTime/Locale/brx_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ce.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/et.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sk_SK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_TL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/khq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_WS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cgg_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ebu_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kkj_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/be_BY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_JM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dsb_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yav_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/smn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ga.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_EG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ka_GE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/as.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_VE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vo_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr_TR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/agq_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksf.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Latn_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_RS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vi_VN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Vaii_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sah_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_ES_VALENCIA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_419.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hu_HU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_KZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lt_LT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Latn_AZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ga_IE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dyo_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kw_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sbp_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_PS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gd_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dav.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ja_JP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bez_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_RE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne_NP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/smn_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lkt_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nyn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kln_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mua.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_NI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mer_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Arab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_AO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mt_MT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/asa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_GN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_EH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jgo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kkj.pod +DateTime-Locale-1.16/lib/DateTime/Locale/km_KH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_HN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/th.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Tfng_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_VU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zu_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_AO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BI.pod +DateTime-Locale-1.16/cpanfile +DateTime-Locale-1.16/perlcriticrc +DateTime-Locale-1.16/eg/ +DateTime-Locale-1.16/eg/new-stats +DateTime-Locale-1.16/eg/old-stats +DateTime-Locale-1.16/INSTALL +DateTime-Locale-1.16/tools/ +DateTime-Locale-1.16/tools/lib/ +DateTime-Locale-1.16/tools/lib/ModuleGenerator.pm +DateTime-Locale-1.16/tools/lib/ModuleGenerator/ +DateTime-Locale-1.16/tools/lib/ModuleGenerator/Locale.pm +DateTime-Locale-1.16/tools/generate-modules +DateTime-Locale-1.16/tools/templates/ +DateTime-Locale-1.16/tools/templates/locale.pod +DateTime-Locale-1.16/LICENSE +DateTime-Locale-1.16/share/ +DateTime-Locale-1.16/share/mua-CM.pl +DateTime-Locale-1.16/share/en-AU.pl +DateTime-Locale-1.16/share/fr-YT.pl +DateTime-Locale-1.16/share/pa-Arab.pl +DateTime-Locale-1.16/share/en-FJ.pl +DateTime-Locale-1.16/share/sw.pl +DateTime-Locale-1.16/share/da-GL.pl +DateTime-Locale-1.16/share/fr-MA.pl +DateTime-Locale-1.16/share/sr.pl +DateTime-Locale-1.16/share/ce-RU.pl +DateTime-Locale-1.16/share/bo-IN.pl +DateTime-Locale-1.16/share/nn-NO.pl +DateTime-Locale-1.16/share/nmg.pl +DateTime-Locale-1.16/share/mn.pl +DateTime-Locale-1.16/share/tr-TR.pl +DateTime-Locale-1.16/share/fr-BL.pl +DateTime-Locale-1.16/share/fr-GQ.pl +DateTime-Locale-1.16/share/fr-CH.pl +DateTime-Locale-1.16/share/en-TC.pl +DateTime-Locale-1.16/share/en-BW.pl +DateTime-Locale-1.16/share/rm.pl +DateTime-Locale-1.16/share/ru-KG.pl +DateTime-Locale-1.16/share/en-MP.pl +DateTime-Locale-1.16/share/es-BZ.pl +DateTime-Locale-1.16/share/pt-CV.pl +DateTime-Locale-1.16/share/nl-SR.pl +DateTime-Locale-1.16/share/kok-IN.pl +DateTime-Locale-1.16/share/sw-CD.pl +DateTime-Locale-1.16/share/mt-MT.pl +DateTime-Locale-1.16/share/naq-NA.pl +DateTime-Locale-1.16/share/sr-Cyrl-XK.pl +DateTime-Locale-1.16/share/th-TH.pl +DateTime-Locale-1.16/share/fr-MU.pl +DateTime-Locale-1.16/share/kkj-CM.pl +DateTime-Locale-1.16/share/so-KE.pl +DateTime-Locale-1.16/share/ug-CN.pl +DateTime-Locale-1.16/share/en-BS.pl +DateTime-Locale-1.16/share/en-PK.pl +DateTime-Locale-1.16/share/ur-IN.pl +DateTime-Locale-1.16/share/ar-JO.pl +DateTime-Locale-1.16/share/tzm.pl +DateTime-Locale-1.16/share/my-MM.pl +DateTime-Locale-1.16/share/fr-BJ.pl +DateTime-Locale-1.16/share/wae-CH.pl +DateTime-Locale-1.16/share/nd.pl +DateTime-Locale-1.16/share/sg.pl +DateTime-Locale-1.16/share/ko-KR.pl +DateTime-Locale-1.16/share/nl-SX.pl +DateTime-Locale-1.16/share/br.pl +DateTime-Locale-1.16/share/kk.pl +DateTime-Locale-1.16/share/my.pl +DateTime-Locale-1.16/share/ar-SO.pl +DateTime-Locale-1.16/share/en-DE.pl +DateTime-Locale-1.16/share/or.pl +DateTime-Locale-1.16/share/es-MX.pl +DateTime-Locale-1.16/share/ro-RO.pl +DateTime-Locale-1.16/share/lrc.pl +DateTime-Locale-1.16/share/fr-LU.pl +DateTime-Locale-1.16/share/fr-CD.pl +DateTime-Locale-1.16/share/agq-CM.pl +DateTime-Locale-1.16/share/af.pl +DateTime-Locale-1.16/share/ki.pl +DateTime-Locale-1.16/share/naq.pl +DateTime-Locale-1.16/share/da.pl +DateTime-Locale-1.16/share/en-GB.pl +DateTime-Locale-1.16/share/en-MH.pl +DateTime-Locale-1.16/share/ca.pl +DateTime-Locale-1.16/share/zh-Hans-MO.pl +DateTime-Locale-1.16/share/hu-HU.pl +DateTime-Locale-1.16/share/fr-DJ.pl +DateTime-Locale-1.16/share/ff-GN.pl +DateTime-Locale-1.16/share/si.pl +DateTime-Locale-1.16/share/ko.pl +DateTime-Locale-1.16/share/zh-Hans-HK.pl +DateTime-Locale-1.16/share/da-DK.pl +DateTime-Locale-1.16/share/fur.pl +DateTime-Locale-1.16/share/en-AT.pl +DateTime-Locale-1.16/share/ru-KZ.pl +DateTime-Locale-1.16/share/en-SS.pl +DateTime-Locale-1.16/share/mas-KE.pl +DateTime-Locale-1.16/share/smn.pl +DateTime-Locale-1.16/share/zh-Hant-MO.pl +DateTime-Locale-1.16/share/rof-TZ.pl +DateTime-Locale-1.16/share/ckb.pl +DateTime-Locale-1.16/share/ms-MY.pl +DateTime-Locale-1.16/share/ar-TN.pl +DateTime-Locale-1.16/share/fr-TG.pl +DateTime-Locale-1.16/share/nl-BQ.pl +DateTime-Locale-1.16/share/to-TO.pl +DateTime-Locale-1.16/share/fr-CF.pl +DateTime-Locale-1.16/share/en-SB.pl +DateTime-Locale-1.16/share/mfe-MU.pl +DateTime-Locale-1.16/share/saq.pl +DateTime-Locale-1.16/share/fr-BE.pl +DateTime-Locale-1.16/share/fr-NE.pl +DateTime-Locale-1.16/share/prg-001.pl +DateTime-Locale-1.16/share/lg-UG.pl +DateTime-Locale-1.16/share/ps.pl +DateTime-Locale-1.16/share/en-UM.pl +DateTime-Locale-1.16/share/et.pl +DateTime-Locale-1.16/share/fr-HT.pl +DateTime-Locale-1.16/share/ur-PK.pl +DateTime-Locale-1.16/share/en-AI.pl +DateTime-Locale-1.16/share/lg.pl +DateTime-Locale-1.16/share/seh-MZ.pl +DateTime-Locale-1.16/share/lo-LA.pl +DateTime-Locale-1.16/share/hi-IN.pl +DateTime-Locale-1.16/share/ga.pl +DateTime-Locale-1.16/share/de-LU.pl +DateTime-Locale-1.16/share/en-SL.pl +DateTime-Locale-1.16/share/lo.pl +DateTime-Locale-1.16/share/nl-CW.pl +DateTime-Locale-1.16/share/it-CH.pl +DateTime-Locale-1.16/share/ar-LY.pl +DateTime-Locale-1.16/share/os-RU.pl +DateTime-Locale-1.16/share/se-SE.pl +DateTime-Locale-1.16/share/teo-KE.pl +DateTime-Locale-1.16/share/luo-KE.pl +DateTime-Locale-1.16/share/es-ES.pl +DateTime-Locale-1.16/share/ksb-TZ.pl +DateTime-Locale-1.16/share/it.pl +DateTime-Locale-1.16/share/pa.pl +DateTime-Locale-1.16/share/ce.pl +DateTime-Locale-1.16/share/asa.pl +DateTime-Locale-1.16/share/kam.pl +DateTime-Locale-1.16/share/ff.pl +DateTime-Locale-1.16/share/en-NR.pl +DateTime-Locale-1.16/share/teo-UG.pl +DateTime-Locale-1.16/share/shi-Latn.pl +DateTime-Locale-1.16/share/fr-SN.pl +DateTime-Locale-1.16/share/lkt.pl +DateTime-Locale-1.16/share/qu-BO.pl +DateTime-Locale-1.16/share/vai-Latn-LR.pl +DateTime-Locale-1.16/share/en-BZ.pl +DateTime-Locale-1.16/share/sl.pl +DateTime-Locale-1.16/share/sn.pl +DateTime-Locale-1.16/share/en-RW.pl +DateTime-Locale-1.16/share/zh-Hant.pl +DateTime-Locale-1.16/share/br-FR.pl +DateTime-Locale-1.16/share/uk.pl +DateTime-Locale-1.16/share/kl.pl +DateTime-Locale-1.16/share/ebu.pl +DateTime-Locale-1.16/share/lkt-US.pl +DateTime-Locale-1.16/share/hy.pl +DateTime-Locale-1.16/share/agq.pl +DateTime-Locale-1.16/share/en-VG.pl +DateTime-Locale-1.16/share/wae.pl +DateTime-Locale-1.16/share/en-TO.pl +DateTime-Locale-1.16/share/lag.pl +DateTime-Locale-1.16/share/sn-ZW.pl +DateTime-Locale-1.16/share/uz-Cyrl.pl +DateTime-Locale-1.16/share/mgh-MZ.pl +DateTime-Locale-1.16/share/cs.pl +DateTime-Locale-1.16/share/ru-BY.pl +DateTime-Locale-1.16/share/be-BY.pl +DateTime-Locale-1.16/share/en-BB.pl +DateTime-Locale-1.16/share/pt-MZ.pl +DateTime-Locale-1.16/share/pt-AO.pl +DateTime-Locale-1.16/share/en-CM.pl +DateTime-Locale-1.16/share/es-CR.pl +DateTime-Locale-1.16/share/az-Cyrl.pl +DateTime-Locale-1.16/share/es-GT.pl +DateTime-Locale-1.16/share/fr-TD.pl +DateTime-Locale-1.16/share/fr-TN.pl +DateTime-Locale-1.16/share/uz-Latn.pl +DateTime-Locale-1.16/share/el-GR.pl +DateTime-Locale-1.16/share/en-IO.pl +DateTime-Locale-1.16/share/rm-CH.pl +DateTime-Locale-1.16/share/bez-TZ.pl +DateTime-Locale-1.16/share/en-PR.pl +DateTime-Locale-1.16/share/fi-FI.pl +DateTime-Locale-1.16/share/en-SH.pl +DateTime-Locale-1.16/share/es-VE.pl +DateTime-Locale-1.16/share/bo-CN.pl +DateTime-Locale-1.16/share/yi-001.pl +DateTime-Locale-1.16/share/en-TT.pl +DateTime-Locale-1.16/share/dz.pl +DateTime-Locale-1.16/share/en-150.pl +DateTime-Locale-1.16/share/guz.pl +DateTime-Locale-1.16/share/ca-AD.pl +DateTime-Locale-1.16/share/en-FK.pl +DateTime-Locale-1.16/share/it-VA.pl +DateTime-Locale-1.16/share/ln-CD.pl +DateTime-Locale-1.16/share/es-CO.pl +DateTime-Locale-1.16/share/ln-AO.pl +DateTime-Locale-1.16/share/fr-BF.pl +DateTime-Locale-1.16/share/rwk-TZ.pl +DateTime-Locale-1.16/share/fr-GN.pl +DateTime-Locale-1.16/share/ar-MA.pl +DateTime-Locale-1.16/share/ha-NG.pl +DateTime-Locale-1.16/share/id.pl +DateTime-Locale-1.16/share/kde-TZ.pl +DateTime-Locale-1.16/share/en-JM.pl +DateTime-Locale-1.16/share/nb.pl +DateTime-Locale-1.16/share/es-PH.pl +DateTime-Locale-1.16/share/fil.pl +DateTime-Locale-1.16/share/eu-ES.pl +DateTime-Locale-1.16/share/es-PR.pl +DateTime-Locale-1.16/share/gu-IN.pl +DateTime-Locale-1.16/share/jgo-CM.pl +DateTime-Locale-1.16/share/haw.pl +DateTime-Locale-1.16/share/guz-KE.pl +DateTime-Locale-1.16/share/fr.pl +DateTime-Locale-1.16/share/nds.pl +DateTime-Locale-1.16/share/luy.pl +DateTime-Locale-1.16/share/ky.pl +DateTime-Locale-1.16/share/lu.pl +DateTime-Locale-1.16/share/km-KH.pl +DateTime-Locale-1.16/share/cs-CZ.pl +DateTime-Locale-1.16/share/uz-Latn-UZ.pl +DateTime-Locale-1.16/share/en-KE.pl +DateTime-Locale-1.16/share/mg.pl +DateTime-Locale-1.16/share/ar-EG.pl +DateTime-Locale-1.16/share/uz-Arab-AF.pl +DateTime-Locale-1.16/share/en-GU.pl +DateTime-Locale-1.16/share/tk-TM.pl +DateTime-Locale-1.16/share/bn-BD.pl +DateTime-Locale-1.16/share/root.pl +DateTime-Locale-1.16/share/el-CY.pl +DateTime-Locale-1.16/share/bem-ZM.pl +DateTime-Locale-1.16/share/ti-ER.pl +DateTime-Locale-1.16/share/rof.pl +DateTime-Locale-1.16/share/lv.pl +DateTime-Locale-1.16/share/shi-Tfng-MA.pl +DateTime-Locale-1.16/share/mas-TZ.pl +DateTime-Locale-1.16/share/ro-MD.pl +DateTime-Locale-1.16/share/ta.pl +DateTime-Locale-1.16/share/prg.pl +DateTime-Locale-1.16/share/de-AT.pl +DateTime-Locale-1.16/share/en-CY.pl +DateTime-Locale-1.16/share/mzn-IR.pl +DateTime-Locale-1.16/share/pa-Arab-PK.pl +DateTime-Locale-1.16/share/shi-Latn-MA.pl +DateTime-Locale-1.16/share/ar-YE.pl +DateTime-Locale-1.16/share/xog.pl +DateTime-Locale-1.16/share/ta-LK.pl +DateTime-Locale-1.16/share/en-SC.pl +DateTime-Locale-1.16/share/ne.pl +DateTime-Locale-1.16/share/kkj.pl +DateTime-Locale-1.16/share/fr-SC.pl +DateTime-Locale-1.16/share/en-CX.pl +DateTime-Locale-1.16/share/yi.pl +DateTime-Locale-1.16/share/ln-CF.pl +DateTime-Locale-1.16/share/fr-MG.pl +DateTime-Locale-1.16/share/nb-SJ.pl +DateTime-Locale-1.16/share/cgg-UG.pl +DateTime-Locale-1.16/share/mr-IN.pl +DateTime-Locale-1.16/share/fr-PF.pl +DateTime-Locale-1.16/share/as.pl +DateTime-Locale-1.16/share/dsb-DE.pl +DateTime-Locale-1.16/share/ar-PS.pl +DateTime-Locale-1.16/share/as-IN.pl +DateTime-Locale-1.16/share/sq-XK.pl +DateTime-Locale-1.16/share/pa-Guru-IN.pl +DateTime-Locale-1.16/share/ro.pl +DateTime-Locale-1.16/share/en-IE.pl +DateTime-Locale-1.16/share/az-Latn-AZ.pl +DateTime-Locale-1.16/share/sr-Latn-BA.pl +DateTime-Locale-1.16/share/pt-MO.pl +DateTime-Locale-1.16/share/en-SZ.pl +DateTime-Locale-1.16/share/fr-SY.pl +DateTime-Locale-1.16/share/el.pl +DateTime-Locale-1.16/share/be.pl +DateTime-Locale-1.16/share/sw-UG.pl +DateTime-Locale-1.16/share/sq-MK.pl +DateTime-Locale-1.16/share/en-BM.pl +DateTime-Locale-1.16/share/ur.pl +DateTime-Locale-1.16/share/en-CK.pl +DateTime-Locale-1.16/share/en-LS.pl +DateTime-Locale-1.16/share/sah-RU.pl +DateTime-Locale-1.16/share/kn-IN.pl +DateTime-Locale-1.16/share/ug.pl +DateTime-Locale-1.16/share/zh.pl +DateTime-Locale-1.16/share/brx.pl +DateTime-Locale-1.16/share/lag-TZ.pl +DateTime-Locale-1.16/share/brx-IN.pl +DateTime-Locale-1.16/share/en-JE.pl +DateTime-Locale-1.16/share/si-LK.pl +DateTime-Locale-1.16/share/ms-SG.pl +DateTime-Locale-1.16/share/en-001.pl +DateTime-Locale-1.16/share/dsb.pl +DateTime-Locale-1.16/share/ca-IT.pl +DateTime-Locale-1.16/share/jmc.pl +DateTime-Locale-1.16/share/zh-Hans.pl +DateTime-Locale-1.16/share/sr-Latn-XK.pl +DateTime-Locale-1.16/share/mgo-CM.pl +DateTime-Locale-1.16/share/dav.pl +DateTime-Locale-1.16/share/kok.pl +DateTime-Locale-1.16/share/ne-IN.pl +DateTime-Locale-1.16/share/fr-DZ.pl +DateTime-Locale-1.16/share/km.pl +DateTime-Locale-1.16/share/en-FM.pl +DateTime-Locale-1.16/share/en-NA.pl +DateTime-Locale-1.16/share/en-TV.pl +DateTime-Locale-1.16/share/en-MT.pl +DateTime-Locale-1.16/share/en-US-POSIX.pl +DateTime-Locale-1.16/share/dje-NE.pl +DateTime-Locale-1.16/share/sw-KE.pl +DateTime-Locale-1.16/share/en-BI.pl +DateTime-Locale-1.16/share/nb-NO.pl +DateTime-Locale-1.16/share/eo-001.pl +DateTime-Locale-1.16/share/so-DJ.pl +DateTime-Locale-1.16/share/ewo.pl +DateTime-Locale-1.16/share/rwk.pl +DateTime-Locale-1.16/share/en-ZA.pl +DateTime-Locale-1.16/share/ksf-CM.pl +DateTime-Locale-1.16/share/de-IT.pl +DateTime-Locale-1.16/share/dz-BT.pl +DateTime-Locale-1.16/share/lrc-IR.pl +DateTime-Locale-1.16/share/bs-Latn.pl +DateTime-Locale-1.16/share/chr-US.pl +DateTime-Locale-1.16/share/tr-CY.pl +DateTime-Locale-1.16/share/luy-KE.pl +DateTime-Locale-1.16/share/ar-DJ.pl +DateTime-Locale-1.16/share/ka.pl +DateTime-Locale-1.16/share/ar-SS.pl +DateTime-Locale-1.16/share/ii-CN.pl +DateTime-Locale-1.16/share/kk-KZ.pl +DateTime-Locale-1.16/share/bm-ML.pl +DateTime-Locale-1.16/share/kw-GB.pl +DateTime-Locale-1.16/share/rw-RW.pl +DateTime-Locale-1.16/share/en-NU.pl +DateTime-Locale-1.16/share/en-GD.pl +DateTime-Locale-1.16/share/en-NZ.pl +DateTime-Locale-1.16/share/ca-ES.pl +DateTime-Locale-1.16/share/nl-NL.pl +DateTime-Locale-1.16/share/vun.pl +DateTime-Locale-1.16/share/fy-NL.pl +DateTime-Locale-1.16/share/kam-KE.pl +DateTime-Locale-1.16/share/twq-NE.pl +DateTime-Locale-1.16/share/af-NA.pl +DateTime-Locale-1.16/share/gl-ES.pl +DateTime-Locale-1.16/share/yue-HK.pl +DateTime-Locale-1.16/share/fr-MR.pl +DateTime-Locale-1.16/share/hr.pl +DateTime-Locale-1.16/share/mas.pl +DateTime-Locale-1.16/share/mn-MN.pl +DateTime-Locale-1.16/share/zh-Hant-HK.pl +DateTime-Locale-1.16/share/mgo.pl +DateTime-Locale-1.16/share/om-ET.pl +DateTime-Locale-1.16/share/dyo-SN.pl +DateTime-Locale-1.16/share/nds-NL.pl +DateTime-Locale-1.16/share/ln-CG.pl +DateTime-Locale-1.16/share/ar-QA.pl +DateTime-Locale-1.16/share/om.pl +DateTime-Locale-1.16/share/pt-TL.pl +DateTime-Locale-1.16/share/sk.pl +DateTime-Locale-1.16/share/qu-EC.pl +DateTime-Locale-1.16/share/ar-LB.pl +DateTime-Locale-1.16/share/bs-Cyrl-BA.pl +DateTime-Locale-1.16/share/he.pl +DateTime-Locale-1.16/share/gd-GB.pl +DateTime-Locale-1.16/share/kl-GL.pl +DateTime-Locale-1.16/share/vi-VN.pl +DateTime-Locale-1.16/share/fr-GA.pl +DateTime-Locale-1.16/share/fr-KM.pl +DateTime-Locale-1.16/share/fa.pl +DateTime-Locale-1.16/share/chr.pl +DateTime-Locale-1.16/share/ses-ML.pl +DateTime-Locale-1.16/share/sr-Cyrl-ME.pl +DateTime-Locale-1.16/share/ig.pl +DateTime-Locale-1.16/share/mg-MG.pl +DateTime-Locale-1.16/share/luo.pl +DateTime-Locale-1.16/share/en-SI.pl +DateTime-Locale-1.16/share/vo.pl +DateTime-Locale-1.16/share/de-BE.pl +DateTime-Locale-1.16/share/twq.pl +DateTime-Locale-1.16/share/en-VU.pl +DateTime-Locale-1.16/share/sr-Cyrl-BA.pl +DateTime-Locale-1.16/share/vai-Vaii.pl +DateTime-Locale-1.16/share/hy-AM.pl +DateTime-Locale-1.16/share/es-US.pl +DateTime-Locale-1.16/share/ii.pl +DateTime-Locale-1.16/share/zu-ZA.pl +DateTime-Locale-1.16/share/ta-MY.pl +DateTime-Locale-1.16/share/se.pl +DateTime-Locale-1.16/share/fur-IT.pl +DateTime-Locale-1.16/share/en-AS.pl +DateTime-Locale-1.16/share/ko-KP.pl +DateTime-Locale-1.16/share/ar-IL.pl +DateTime-Locale-1.16/share/cu.pl +DateTime-Locale-1.16/share/yo.pl +DateTime-Locale-1.16/share/uz-Arab.pl +DateTime-Locale-1.16/share/ar-KW.pl +DateTime-Locale-1.16/share/ln.pl +DateTime-Locale-1.16/share/en-NL.pl +DateTime-Locale-1.16/share/sr-Latn-RS.pl +DateTime-Locale-1.16/share/ha-GH.pl +DateTime-Locale-1.16/share/pa-Guru.pl +DateTime-Locale-1.16/share/kde.pl +DateTime-Locale-1.16/share/fr-RE.pl +DateTime-Locale-1.16/share/sr-Latn-ME.pl +DateTime-Locale-1.16/share/ps-AF.pl +DateTime-Locale-1.16/share/en-SE.pl +DateTime-Locale-1.16/share/de-DE.pl +DateTime-Locale-1.16/share/ee-TG.pl +DateTime-Locale-1.16/share/nl.pl +DateTime-Locale-1.16/share/ast.pl +DateTime-Locale-1.16/share/mua.pl +DateTime-Locale-1.16/share/mt.pl +DateTime-Locale-1.16/share/tzm-MA.pl +DateTime-Locale-1.16/share/it-IT.pl +DateTime-Locale-1.16/share/yue.pl +DateTime-Locale-1.16/share/en-NG.pl +DateTime-Locale-1.16/share/sv-FI.pl +DateTime-Locale-1.16/share/kln-KE.pl +DateTime-Locale-1.16/share/pt-GQ.pl +DateTime-Locale-1.16/share/ru.pl +DateTime-Locale-1.16/share/uz.pl +DateTime-Locale-1.16/share/he-IL.pl +DateTime-Locale-1.16/share/es-GQ.pl +DateTime-Locale-1.16/share/om-KE.pl +DateTime-Locale-1.16/share/ar-EH.pl +DateTime-Locale-1.16/share/en-MS.pl +DateTime-Locale-1.16/share/nn.pl +DateTime-Locale-1.16/share/xog-UG.pl +DateTime-Locale-1.16/share/en-FI.pl +DateTime-Locale-1.16/share/cy.pl +DateTime-Locale-1.16/share/lb-LU.pl +DateTime-Locale-1.16/share/ar-SA.pl +DateTime-Locale-1.16/share/vai-Vaii-LR.pl +DateTime-Locale-1.16/share/fr-MF.pl +DateTime-Locale-1.16/share/fr-GF.pl +DateTime-Locale-1.16/share/ar-DZ.pl +DateTime-Locale-1.16/share/gv.pl +DateTime-Locale-1.16/share/az-Latn.pl +DateTime-Locale-1.16/share/uz-Cyrl-UZ.pl +DateTime-Locale-1.16/share/az.pl +DateTime-Locale-1.16/share/ar-001.pl +DateTime-Locale-1.16/share/en-ZW.pl +DateTime-Locale-1.16/share/en-KN.pl +DateTime-Locale-1.16/share/sw-TZ.pl +DateTime-Locale-1.16/share/en-TK.pl +DateTime-Locale-1.16/share/or-IN.pl +DateTime-Locale-1.16/share/te.pl +DateTime-Locale-1.16/share/fr-NC.pl +DateTime-Locale-1.16/share/ml.pl +DateTime-Locale-1.16/share/hr-HR.pl +DateTime-Locale-1.16/share/kab-DZ.pl +DateTime-Locale-1.16/share/es-AR.pl +DateTime-Locale-1.16/share/kea-CV.pl +DateTime-Locale-1.16/share/vun-TZ.pl +DateTime-Locale-1.16/share/khq-ML.pl +DateTime-Locale-1.16/share/ff-SN.pl +DateTime-Locale-1.16/share/mk.pl +DateTime-Locale-1.16/share/nyn.pl +DateTime-Locale-1.16/share/en-GM.pl +DateTime-Locale-1.16/share/es-PA.pl +DateTime-Locale-1.16/share/lt-LT.pl +DateTime-Locale-1.16/share/is-IS.pl +DateTime-Locale-1.16/share/ja.pl +DateTime-Locale-1.16/share/es-HN.pl +DateTime-Locale-1.16/share/te-IN.pl +DateTime-Locale-1.16/share/os.pl +DateTime-Locale-1.16/share/kea.pl +DateTime-Locale-1.16/share/en-KY.pl +DateTime-Locale-1.16/share/teo.pl +DateTime-Locale-1.16/share/ar-MR.pl +DateTime-Locale-1.16/share/sg-CF.pl +DateTime-Locale-1.16/share/ar-BH.pl +DateTime-Locale-1.16/share/ar-IQ.pl +DateTime-Locale-1.16/share/ta-IN.pl +DateTime-Locale-1.16/share/en-NF.pl +DateTime-Locale-1.16/share/fr-VU.pl +DateTime-Locale-1.16/share/en-WS.pl +DateTime-Locale-1.16/share/nmg-CM.pl +DateTime-Locale-1.16/share/gl.pl +DateTime-Locale-1.16/share/ses.pl +DateTime-Locale-1.16/share/es-BR.pl +DateTime-Locale-1.16/share/ksb.pl +DateTime-Locale-1.16/share/ff-CM.pl +DateTime-Locale-1.16/share/hsb-DE.pl +DateTime-Locale-1.16/share/en-BE.pl +DateTime-Locale-1.16/share/mer-KE.pl +DateTime-Locale-1.16/share/dua-CM.pl +DateTime-Locale-1.16/share/dje.pl +DateTime-Locale-1.16/share/ti.pl +DateTime-Locale-1.16/share/en-MY.pl +DateTime-Locale-1.16/share/sr-Cyrl.pl +DateTime-Locale-1.16/share/fr-MC.pl +DateTime-Locale-1.16/share/az-Cyrl-AZ.pl +DateTime-Locale-1.16/share/lu-CD.pl +DateTime-Locale-1.16/share/haw-US.pl +DateTime-Locale-1.16/share/fo-DK.pl +DateTime-Locale-1.16/share/en-IN.pl +DateTime-Locale-1.16/share/pt-CH.pl +DateTime-Locale-1.16/share/ebu-KE.pl +DateTime-Locale-1.16/share/ru-UA.pl +DateTime-Locale-1.16/share/vai-Latn.pl +DateTime-Locale-1.16/share/es-419.pl +DateTime-Locale-1.16/share/kab.pl +DateTime-Locale-1.16/share/mzn.pl +DateTime-Locale-1.16/share/uk-UA.pl +DateTime-Locale-1.16/share/jgo.pl +DateTime-Locale-1.16/share/ms.pl +DateTime-Locale-1.16/share/en-MO.pl +DateTime-Locale-1.16/share/ti-ET.pl +DateTime-Locale-1.16/share/es-SV.pl +DateTime-Locale-1.16/share/am-ET.pl +DateTime-Locale-1.16/share/mk-MK.pl +DateTime-Locale-1.16/share/fr-GP.pl +DateTime-Locale-1.16/share/en-SX.pl +DateTime-Locale-1.16/share/nus.pl +DateTime-Locale-1.16/share/es-PE.pl +DateTime-Locale-1.16/share/es-BO.pl +DateTime-Locale-1.16/share/shi-Tfng.pl +DateTime-Locale-1.16/share/bo.pl +DateTime-Locale-1.16/share/mgh.pl +DateTime-Locale-1.16/share/ksh-DE.pl +DateTime-Locale-1.16/share/fr-RW.pl +DateTime-Locale-1.16/share/dav-KE.pl +DateTime-Locale-1.16/share/ig-NG.pl +DateTime-Locale-1.16/share/bez.pl +DateTime-Locale-1.16/share/jmc-TZ.pl +DateTime-Locale-1.16/share/bn.pl +DateTime-Locale-1.16/share/sq-AL.pl +DateTime-Locale-1.16/share/sl-SI.pl +DateTime-Locale-1.16/share/es-DO.pl +DateTime-Locale-1.16/share/rw.pl +DateTime-Locale-1.16/share/en-MW.pl +DateTime-Locale-1.16/share/cy-GB.pl +DateTime-Locale-1.16/share/ki-KE.pl +DateTime-Locale-1.16/share/en-IL.pl +DateTime-Locale-1.16/share/nnh.pl +DateTime-Locale-1.16/share/fi.pl +DateTime-Locale-1.16/share/gsw.pl +DateTime-Locale-1.16/share/sbp.pl +DateTime-Locale-1.16/share/fy.pl +DateTime-Locale-1.16/share/nyn-UG.pl +DateTime-Locale-1.16/share/kw.pl +DateTime-Locale-1.16/share/kln.pl +DateTime-Locale-1.16/share/ar-SY.pl +DateTime-Locale-1.16/share/ar-TD.pl +DateTime-Locale-1.16/share/hu.pl +DateTime-Locale-1.16/share/khq.pl +DateTime-Locale-1.16/share/pt-LU.pl +DateTime-Locale-1.16/share/sq.pl +DateTime-Locale-1.16/share/ksf.pl +DateTime-Locale-1.16/share/ar-KM.pl +DateTime-Locale-1.16/share/bs-Cyrl.pl +DateTime-Locale-1.16/share/en-SD.pl +DateTime-Locale-1.16/share/en-VC.pl +DateTime-Locale-1.16/share/fo-FO.pl +DateTime-Locale-1.16/share/ky-KG.pl +DateTime-Locale-1.16/share/ee.pl +DateTime-Locale-1.16/share/fa-IR.pl +DateTime-Locale-1.16/share/ga-IE.pl +DateTime-Locale-1.16/share/en-ZM.pl +DateTime-Locale-1.16/share/gv-IM.pl +DateTime-Locale-1.16/share/ckb-IQ.pl +DateTime-Locale-1.16/share/bs.pl +DateTime-Locale-1.16/share/ks-IN.pl +DateTime-Locale-1.16/share/fr-PM.pl +DateTime-Locale-1.16/share/en-SG.pl +DateTime-Locale-1.16/share/en-KI.pl +DateTime-Locale-1.16/share/de.pl +DateTime-Locale-1.16/share/en-TZ.pl +DateTime-Locale-1.16/share/bm.pl +DateTime-Locale-1.16/share/en-PH.pl +DateTime-Locale-1.16/share/seh.pl +DateTime-Locale-1.16/share/rn-BI.pl +DateTime-Locale-1.16/share/nus-SS.pl +DateTime-Locale-1.16/share/fr-BI.pl +DateTime-Locale-1.16/share/ca-ES-VALENCIA.pl +DateTime-Locale-1.16/share/en-UG.pl +DateTime-Locale-1.16/share/mer.pl +DateTime-Locale-1.16/share/rn.pl +DateTime-Locale-1.16/share/ms-BN.pl +DateTime-Locale-1.16/share/zgh-MA.pl +DateTime-Locale-1.16/share/ak.pl +DateTime-Locale-1.16/share/pt-GW.pl +DateTime-Locale-1.16/share/bg.pl +DateTime-Locale-1.16/share/dua.pl +DateTime-Locale-1.16/share/fa-AF.pl +DateTime-Locale-1.16/share/en-DM.pl +DateTime-Locale-1.16/share/es-EC.pl +DateTime-Locale-1.16/share/hr-BA.pl +DateTime-Locale-1.16/share/is.pl +DateTime-Locale-1.16/share/dyo.pl +DateTime-Locale-1.16/share/th.pl +DateTime-Locale-1.16/share/fr-CA.pl +DateTime-Locale-1.16/share/qu.pl +DateTime-Locale-1.16/share/fr-CG.pl +DateTime-Locale-1.16/share/ff-MR.pl +DateTime-Locale-1.16/share/gu.pl +DateTime-Locale-1.16/share/en-LC.pl +DateTime-Locale-1.16/share/ka-GE.pl +DateTime-Locale-1.16/share/en-GH.pl +DateTime-Locale-1.16/share/es-NI.pl +DateTime-Locale-1.16/share/fil-PH.pl +DateTime-Locale-1.16/share/gsw-CH.pl +DateTime-Locale-1.16/share/vi.pl +DateTime-Locale-1.16/share/ar-ER.pl +DateTime-Locale-1.16/share/eo.pl +DateTime-Locale-1.16/share/af-ZA.pl +DateTime-Locale-1.16/share/es-UY.pl +DateTime-Locale-1.16/share/nnh-CM.pl +DateTime-Locale-1.16/share/ksh.pl +DateTime-Locale-1.16/share/fr-CI.pl +DateTime-Locale-1.16/share/sr-Latn.pl +DateTime-Locale-1.16/share/vai.pl +DateTime-Locale-1.16/share/bn-IN.pl +DateTime-Locale-1.16/share/so-ET.pl +DateTime-Locale-1.16/share/es-EA.pl +DateTime-Locale-1.16/share/nl-AW.pl +DateTime-Locale-1.16/share/es-PY.pl +DateTime-Locale-1.16/share/ckb-IR.pl +DateTime-Locale-1.16/share/pl-PL.pl +DateTime-Locale-1.16/share/de-CH.pl +DateTime-Locale-1.16/share/yav-CM.pl +DateTime-Locale-1.16/share/yav.pl +DateTime-Locale-1.16/share/en-ER.pl +DateTime-Locale-1.16/share/so.pl +DateTime-Locale-1.16/share/nd-ZW.pl +DateTime-Locale-1.16/share/ne-NP.pl +DateTime-Locale-1.16/share/mr.pl +DateTime-Locale-1.16/share/yo-BJ.pl +DateTime-Locale-1.16/share/lb.pl +DateTime-Locale-1.16/share/ar-OM.pl +DateTime-Locale-1.16/share/so-SO.pl +DateTime-Locale-1.16/share/bas.pl +DateTime-Locale-1.16/share/cgg.pl +DateTime-Locale-1.16/share/lv-LV.pl +DateTime-Locale-1.16/share/ewo-CM.pl +DateTime-Locale-1.16/share/sbp-TZ.pl +DateTime-Locale-1.16/share/gsw-LI.pl +DateTime-Locale-1.16/share/fo.pl +DateTime-Locale-1.16/share/es-CL.pl +DateTime-Locale-1.16/share/hsb.pl +DateTime-Locale-1.16/share/ak-GH.pl +DateTime-Locale-1.16/share/eu.pl +DateTime-Locale-1.16/share/en-CH.pl +DateTime-Locale-1.16/share/ha.pl +DateTime-Locale-1.16/share/se-FI.pl +DateTime-Locale-1.16/share/sah.pl +DateTime-Locale-1.16/share/ca-FR.pl +DateTime-Locale-1.16/share/pt-PT.pl +DateTime-Locale-1.16/share/fr-MQ.pl +DateTime-Locale-1.16/share/pt.pl +DateTime-Locale-1.16/share/am.pl +DateTime-Locale-1.16/share/gd.pl +DateTime-Locale-1.16/share/to.pl +DateTime-Locale-1.16/share/en-PG.pl +DateTime-Locale-1.16/share/tr.pl +DateTime-Locale-1.16/share/ru-RU.pl +DateTime-Locale-1.16/share/zgh.pl +DateTime-Locale-1.16/share/bg-BG.pl +DateTime-Locale-1.16/share/ml-IN.pl +DateTime-Locale-1.16/share/shi.pl +DateTime-Locale-1.16/share/sk-SK.pl +DateTime-Locale-1.16/share/zu.pl +DateTime-Locale-1.16/share/yo-NG.pl +DateTime-Locale-1.16/share/en-GY.pl +DateTime-Locale-1.16/share/es-CU.pl +DateTime-Locale-1.16/share/pt-ST.pl +DateTime-Locale-1.16/share/sr-Cyrl-RS.pl +DateTime-Locale-1.16/share/en-DK.pl +DateTime-Locale-1.16/share/mfe.pl +DateTime-Locale-1.16/share/sv-SE.pl +DateTime-Locale-1.16/share/kn.pl +DateTime-Locale-1.16/share/sv.pl +DateTime-Locale-1.16/share/cu-RU.pl +DateTime-Locale-1.16/share/gsw-FR.pl +DateTime-Locale-1.16/share/et-EE.pl +DateTime-Locale-1.16/share/it-SM.pl +DateTime-Locale-1.16/share/bs-Latn-BA.pl +DateTime-Locale-1.16/share/nl-BE.pl +DateTime-Locale-1.16/share/ru-MD.pl +DateTime-Locale-1.16/share/id-ID.pl +DateTime-Locale-1.16/share/fr-CM.pl +DateTime-Locale-1.16/share/ee-GH.pl +DateTime-Locale-1.16/share/bas-CM.pl +DateTime-Locale-1.16/share/pl.pl +DateTime-Locale-1.16/share/en-PN.pl +DateTime-Locale-1.16/share/ar-AE.pl +DateTime-Locale-1.16/share/de-LI.pl +DateTime-Locale-1.16/share/fr-ML.pl +DateTime-Locale-1.16/share/os-GE.pl +DateTime-Locale-1.16/share/ast-ES.pl +DateTime-Locale-1.16/share/en-PW.pl +DateTime-Locale-1.16/share/en-MU.pl +DateTime-Locale-1.16/share/en-CC.pl +DateTime-Locale-1.16/share/tk.pl +DateTime-Locale-1.16/share/en-DG.pl +DateTime-Locale-1.16/share/en-HK.pl +DateTime-Locale-1.16/share/fr-WF.pl +DateTime-Locale-1.16/share/bem.pl +DateTime-Locale-1.16/share/smn-FI.pl +DateTime-Locale-1.16/share/vo-001.pl +DateTime-Locale-1.16/share/en-VI.pl +DateTime-Locale-1.16/share/ta-SG.pl +DateTime-Locale-1.16/share/en-MG.pl +DateTime-Locale-1.16/share/es-IC.pl +DateTime-Locale-1.16/share/zh-Hans-SG.pl +DateTime-Locale-1.16/share/lrc-IQ.pl +DateTime-Locale-1.16/share/ar-SD.pl +DateTime-Locale-1.16/share/en-IM.pl +DateTime-Locale-1.16/share/en-GG.pl +DateTime-Locale-1.16/share/asa-TZ.pl +DateTime-Locale-1.16/share/saq-KE.pl +DateTime-Locale-1.16/share/sv-AX.pl +DateTime-Locale-1.16/share/ha-NE.pl +DateTime-Locale-1.16/share/lt.pl +DateTime-Locale-1.16/share/se-NO.pl +DateTime-Locale-1.16/share/en-LR.pl +DateTime-Locale-1.16/share/ks.pl +DateTime-Locale-1.16/share/en-GI.pl +DateTime-Locale-1.16/share/qu-PE.pl +DateTime-Locale-1.16/share/nds-DE.pl +DateTime-Locale-1.16/share/en-AG.pl +DateTime-Locale-1.16/LICENSE.cldr +DateTime-Locale-1.16/tidyall.ini +DateTime-Locale-1.16/CONTRIBUTING.md +DateTime-Locale-1.16/Changes +DateTime-Locale-1.16/META.json +DateTime-Locale-1.16/dist.ini +DateTime-Locale-1.16/perltidyrc +DateTime-Locale-1.16/MANIFEST +DateTime-Locale-1.16/META.yml +DateTime-Locale-1.16/t/ +DateTime-Locale-1.16/t/03alias.t +DateTime-Locale-1.16/t/07script.t +DateTime-Locale-1.16/t/10code-case-insensitive.t +DateTime-Locale-1.16/t/05register.t +DateTime-Locale-1.16/t/02iso639-2.t +DateTime-Locale-1.16/t/00-report-prereqs.t +DateTime-Locale-1.16/t/00-report-prereqs.dd +DateTime-Locale-1.16/t/09version-check.t +DateTime-Locale-1.16/t/04format-length.t +DateTime-Locale-1.16/t/01basic.t +DateTime-Locale-1.16/t/11load-name.t +DateTime-Locale-1.16/t/06storable.t +DateTime-Locale-1.16/t/zzz-check-breaks.t +DateTime-Locale-1.16/README.md +DateTime-Locale-1.16/Makefile.PL +DateTime-Locale-1.16/xt/ +DateTime-Locale-1.16/xt/author/ +DateTime-Locale-1.16/xt/author/clean-namespaces.t +DateTime-Locale-1.16/xt/author/no-tabs.t +DateTime-Locale-1.16/xt/author/pod-spell.t +DateTime-Locale-1.16/xt/author/test-all-my-deps.t +DateTime-Locale-1.16/xt/author/tidyall.t +DateTime-Locale-1.16/xt/author/eol.t +DateTime-Locale-1.16/xt/author/test-version.t +DateTime-Locale-1.16/xt/author/00-compile.t +DateTime-Locale-1.16/xt/author/portability.t +DateTime-Locale-1.16/xt/author/pod-syntax.t +DateTime-Locale-1.16/xt/release/ +DateTime-Locale-1.16/xt/release/cpan-changes.t +DateTime-Locale-1.16/xt/release/meta-json.t +Entering DateTime-Locale-1.16 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::ShareDir::Install 0.06 ... No +Checking if you have Dist::CheckConflicts 0.02 ... No +Searching File::ShareDir::Install (0.06) on cpanmetadb ... +==> Found dependencies: File::ShareDir::Install, Dist::CheckConflicts +--2017-10-09 07:26:29-- http://cpanmetadb.plackperl.org/v1.0/package/File::ShareDir::Install +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.4M=0s + +2017-10-09 07:26:29 (22.4 MB/s) - written to stdout [115/115] + +--> Working on File::ShareDir::Install +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz ... --2017-10-09 07:26:29-- http://www.cpan.org/authors/id/E/ET/ETHER/File-ShareDir-Install-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31187 (30K) [application/x-gzip] +Saving to: ‘File-ShareDir-Install-0.11.tar.gz’ + + 0K .......... .......... .......... 100% 26.3M=0.001s + +2017-10-09 07:26:29 (26.3 MB/s) - ‘File-ShareDir-Install-0.11.tar.gz’ saved [31187/31187] + +Unpacking File-ShareDir-Install-0.11.tar.gz +OK +File-ShareDir-Install-0.11/ +File-ShareDir-Install-0.11/Build.PL +File-ShareDir-Install-0.11/Changes +File-ShareDir-Install-0.11/CONTRIBUTING +File-ShareDir-Install-0.11/dist.ini +File-ShareDir-Install-0.11/INSTALL +File-ShareDir-Install-0.11/lib/ +File-ShareDir-Install-0.11/LICENSE +File-ShareDir-Install-0.11/Makefile.PL +File-ShareDir-Install-0.11/MANIFEST +File-ShareDir-Install-0.11/META.json +File-ShareDir-Install-0.11/META.yml +File-ShareDir-Install-0.11/README +File-ShareDir-Install-0.11/t/ +File-ShareDir-Install-0.11/xt/ +File-ShareDir-Install-0.11/xt/author/ +File-ShareDir-Install-0.11/xt/release/ +File-ShareDir-Install-0.11/xt/release/changes_has_content.t +File-ShareDir-Install-0.11/xt/release/cpan-changes.t +File-ShareDir-Install-0.11/xt/release/distmeta.t +File-ShareDir-Install-0.11/xt/release/minimum-version.t +File-ShareDir-Install-0.11/xt/author/00-compile.t +File-ShareDir-Install-0.11/xt/author/clean-namespaces.t +File-ShareDir-Install-0.11/xt/author/eol.t +File-ShareDir-Install-0.11/xt/author/kwalitee.t +File-ShareDir-Install-0.11/xt/author/mojibake.t +File-ShareDir-Install-0.11/xt/author/no-tabs.t +File-ShareDir-Install-0.11/xt/author/pod-coverage.t +File-ShareDir-Install-0.11/xt/author/pod-no404s.t +File-ShareDir-Install-0.11/xt/author/pod-spell.t +File-ShareDir-Install-0.11/xt/author/pod-syntax.t +File-ShareDir-Install-0.11/xt/author/portability.t +File-ShareDir-Install-0.11/t/00-report-prereqs.dd +File-ShareDir-Install-0.11/t/00-report-prereqs.t +File-ShareDir-Install-0.11/t/10_makefile.t +File-ShareDir-Install-0.11/t/11_dotfile.t +File-ShareDir-Install-0.11/t/12_delete.t +File-ShareDir-Install-0.11/t/module/ +File-ShareDir-Install-0.11/t/share/ +File-ShareDir-Install-0.11/t/share/.dir/ +File-ShareDir-Install-0.11/t/share/.something +File-ShareDir-Install-0.11/t/share/honk +File-ShareDir-Install-0.11/t/share/.dir/something +File-ShareDir-Install-0.11/t/module/.dir/ +File-ShareDir-Install-0.11/t/module/.something +File-ShareDir-Install-0.11/t/module/again +File-ShareDir-Install-0.11/t/module/bonk +File-ShareDir-Install-0.11/t/module/deeper/ +File-ShareDir-Install-0.11/t/module/deeper/bonk +File-ShareDir-Install-0.11/t/module/.dir/something +File-ShareDir-Install-0.11/lib/File/ +File-ShareDir-Install-0.11/lib/File/ShareDir/ +File-ShareDir-Install-0.11/lib/File/ShareDir/Install.pm +Entering File-ShareDir-Install-0.11 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... No +Searching Module::Build::Tiny (0.034) on cpanmetadb ... +==> Found dependencies: Module::Build::Tiny +--2017-10-09 07:26:29-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Build::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.7M=0s + +2017-10-09 07:26:29 (21.7 MB/s) - written to stdout [110/110] + +--> Working on Module::Build::Tiny +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz ... --2017-10-09 07:26:29-- http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20663 (20K) [application/x-gzip] +Saving to: ‘Module-Build-Tiny-0.039.tar.gz’ + + 0K .......... .......... 100% 25.0M=0.001s + +2017-10-09 07:26:29 (25.0 MB/s) - ‘Module-Build-Tiny-0.039.tar.gz’ saved [20663/20663] + +Unpacking Module-Build-Tiny-0.039.tar.gz +OK +Module-Build-Tiny-0.039/ +Module-Build-Tiny-0.039/INSTALL +Module-Build-Tiny-0.039/t/ +Module-Build-Tiny-0.039/t/release-pod-syntax.t +Module-Build-Tiny-0.039/t/lib/ +Module-Build-Tiny-0.039/t/lib/DistGen.pm +Module-Build-Tiny-0.039/t/simple.t +Module-Build-Tiny-0.039/t/00-compile.t +Module-Build-Tiny-0.039/Build.PL +Module-Build-Tiny-0.039/lib/ +Module-Build-Tiny-0.039/lib/Module/ +Module-Build-Tiny-0.039/lib/Module/Build/ +Module-Build-Tiny-0.039/lib/Module/Build/Tiny.pm +Module-Build-Tiny-0.039/dist.ini +Module-Build-Tiny-0.039/LICENSE +Module-Build-Tiny-0.039/Todo +Module-Build-Tiny-0.039/META.json +Module-Build-Tiny-0.039/Changes +Module-Build-Tiny-0.039/MANIFEST +Module-Build-Tiny-0.039/META.yml +Module-Build-Tiny-0.039/README +Entering Module-Build-Tiny-0.039 +Checking configure dependencies from META.json +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have ExtUtils::Config 0.003 ... No +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.35) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long 2.36 ... Yes (2.5) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have ExtUtils::Install 0 ... Yes (2.14) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have DynaLoader 0 ... Yes (1.42) +Checking if you have TAP::Harness::Env 0 ... Yes (3.39) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Pod::Man 2.17 ... Yes (4.09) +Checking if you have ExtUtils::Helpers 0.020 ... No +Checking if you have ExtUtils::InstallPaths 0.002 ... No +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Checking if you have JSON::PP 2 ... Yes (2.94) +Searching ExtUtils::Config (0.003) on cpanmetadb ... +==> Found dependencies: ExtUtils::Config, ExtUtils::Helpers, ExtUtils::InstallPaths +--2017-10-09 07:26:29-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Config +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 105 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.9M=0s + +2017-10-09 07:26:29 (20.9 MB/s) - written to stdout [105/105] + +--> Working on ExtUtils::Config +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz ... --2017-10-09 07:26:29-- http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11165 (11K) [application/x-gzip] +Saving to: ‘ExtUtils-Config-0.008.tar.gz’ + + 0K .......... 100% 202M=0s + +2017-10-09 07:26:29 (202 MB/s) - ‘ExtUtils-Config-0.008.tar.gz’ saved [11165/11165] + +Unpacking ExtUtils-Config-0.008.tar.gz +OK +ExtUtils-Config-0.008/ +ExtUtils-Config-0.008/INSTALL +ExtUtils-Config-0.008/t/ +ExtUtils-Config-0.008/t/release-pod-syntax.t +ExtUtils-Config-0.008/t/basics.t +ExtUtils-Config-0.008/t/release-pod-coverage.t +ExtUtils-Config-0.008/t/00-compile.t +ExtUtils-Config-0.008/Makefile.PL +ExtUtils-Config-0.008/lib/ +ExtUtils-Config-0.008/lib/ExtUtils/ +ExtUtils-Config-0.008/lib/ExtUtils/Config.pm +ExtUtils-Config-0.008/dist.ini +ExtUtils-Config-0.008/LICENSE +ExtUtils-Config-0.008/META.json +ExtUtils-Config-0.008/Changes +ExtUtils-Config-0.008/MANIFEST +ExtUtils-Config-0.008/META.yml +ExtUtils-Config-0.008/README +Entering ExtUtils-Config-0.008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring ExtUtils-Config-0.008 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::Config +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +OK +Building and testing ExtUtils-Config-0.008 ... cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ............ ok +t/basics.t ................ ok +t/release-pod-coverage.t .. skipped: these tests are for release candidate testing +t/release-pod-syntax.t .... skipped: these tests are for release candidate testing +All tests successful. +Files=4, Tests=9, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.26 cusr 0.04 csys = 0.34 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Config.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed ExtUtils-Config-0.008 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Config-0.008/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Config-0.008/MYMETA.json +Searching ExtUtils::Helpers (0.020) on cpanmetadb ... +--2017-10-09 07:26:31-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Helpers +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 208 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 44.8M=0s + +2017-10-09 07:26:31 (44.8 MB/s) - written to stdout [208/208] + +--> Working on ExtUtils::Helpers +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz ... --2017-10-09 07:26:31-- http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15099 (15K) [application/x-gzip] +Saving to: ‘ExtUtils-Helpers-0.026.tar.gz’ + + 0K .......... .... 100% 21.4M=0.001s + +2017-10-09 07:26:31 (21.4 MB/s) - ‘ExtUtils-Helpers-0.026.tar.gz’ saved [15099/15099] + +Unpacking ExtUtils-Helpers-0.026.tar.gz +OK +ExtUtils-Helpers-0.026/ +ExtUtils-Helpers-0.026/lib/ +ExtUtils-Helpers-0.026/lib/ExtUtils/ +ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/ +ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/Windows.pm +ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/Unix.pm +ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers/VMS.pm +ExtUtils-Helpers-0.026/lib/ExtUtils/Helpers.pm +ExtUtils-Helpers-0.026/xt/ +ExtUtils-Helpers-0.026/xt/author/ +ExtUtils-Helpers-0.026/xt/author/pod-coverage.t +ExtUtils-Helpers-0.026/xt/author/00-compile.t +ExtUtils-Helpers-0.026/xt/author/pod-syntax.t +ExtUtils-Helpers-0.026/Makefile.PL +ExtUtils-Helpers-0.026/META.json +ExtUtils-Helpers-0.026/t/ +ExtUtils-Helpers-0.026/t/split_like_shell.t +ExtUtils-Helpers-0.026/t/make_executable.t +ExtUtils-Helpers-0.026/t/man_pagename.t +ExtUtils-Helpers-0.026/t/tilde.t +ExtUtils-Helpers-0.026/MANIFEST +ExtUtils-Helpers-0.026/META.yml +ExtUtils-Helpers-0.026/dist.ini +ExtUtils-Helpers-0.026/INSTALL +ExtUtils-Helpers-0.026/LICENSE +ExtUtils-Helpers-0.026/Changes +ExtUtils-Helpers-0.026/README +Entering ExtUtils-Helpers-0.026 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring ExtUtils-Helpers-0.026 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::Helpers +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Text::ParseWords 3.24 ... Yes (3.30) +OK +Building and testing ExtUtils-Helpers-0.026 ... cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm +cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm +cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm +cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/make_executable.t ... ok +t/man_pagename.t ...... ok +t/split_like_shell.t .. ok +t/tilde.t ............. ok +All tests successful. +Files=4, Tests=30, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.24 cusr 0.03 csys = 0.31 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Helpers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Helpers/VMS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Helpers/Windows.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Helpers/Unix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Helpers::Unix.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Helpers::Windows.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Helpers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Helpers::VMS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed ExtUtils-Helpers-0.026 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Helpers-0.026/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Helpers-0.026/MYMETA.json +Searching ExtUtils::InstallPaths (0.002) on cpanmetadb ... +--2017-10-09 07:26:32-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::InstallPaths +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 117 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.9M=0s + +2017-10-09 07:26:32 (23.9 MB/s) - written to stdout [117/117] + +--> Working on ExtUtils::InstallPaths +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz ... --2017-10-09 07:26:32-- http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.011.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18588 (18K) [application/x-gzip] +Saving to: ‘ExtUtils-InstallPaths-0.011.tar.gz’ + + 0K .......... ........ 100% 22.7M=0.001s + +2017-10-09 07:26:32 (22.7 MB/s) - ‘ExtUtils-InstallPaths-0.011.tar.gz’ saved [18588/18588] + +Unpacking ExtUtils-InstallPaths-0.011.tar.gz +OK +ExtUtils-InstallPaths-0.011/ +ExtUtils-InstallPaths-0.011/INSTALL +ExtUtils-InstallPaths-0.011/t/ +ExtUtils-InstallPaths-0.011/t/destinations.t +ExtUtils-InstallPaths-0.011/t/release-pod-syntax.t +ExtUtils-InstallPaths-0.011/t/release-pod-coverage.t +ExtUtils-InstallPaths-0.011/t/00-compile.t +ExtUtils-InstallPaths-0.011/Makefile.PL +ExtUtils-InstallPaths-0.011/lib/ +ExtUtils-InstallPaths-0.011/lib/ExtUtils/ +ExtUtils-InstallPaths-0.011/lib/ExtUtils/InstallPaths.pm +ExtUtils-InstallPaths-0.011/dist.ini +ExtUtils-InstallPaths-0.011/LICENSE +ExtUtils-InstallPaths-0.011/META.json +ExtUtils-InstallPaths-0.011/Changes +ExtUtils-InstallPaths-0.011/MANIFEST +ExtUtils-InstallPaths-0.011/META.yml +ExtUtils-InstallPaths-0.011/README +Entering ExtUtils-InstallPaths-0.011 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring ExtUtils-InstallPaths-0.011 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::InstallPaths +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have ExtUtils::Config 0.003 ... Yes (0.008) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.22 ... Yes (1.43) +OK +Building and testing ExtUtils-InstallPaths-0.011 ... cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ............ ok +t/destinations.t .......... ok +t/release-pod-coverage.t .. skipped: these tests are for release candidate testing +t/release-pod-syntax.t .... skipped: these tests are for release candidate testing +All tests successful. +Files=4, Tests=106, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.28 cusr 0.04 csys = 0.37 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/InstallPaths.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::InstallPaths.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed ExtUtils-InstallPaths-0.011 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-InstallPaths-0.011/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-InstallPaths-0.011/MYMETA.json +Running Build.PL +Configuring Module-Build-Tiny-0.039 ... Creating new 'Build' script for 'Module-Build-Tiny' version '0.039' +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.35) +Checking if you have ExtUtils::Config 0.003 ... Yes (0.008) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have IO::File 0 ... Yes (1.16) +Checking if you have Getopt::Long 2.36 ... Yes (2.5) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::Install 0 ... Yes (2.14) +Checking if you have TAP::Harness::Env 0 ... Yes (3.39) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have ExtUtils::Helpers 0.020 ... Yes (0.026) +Checking if you have IPC::Open2 0 ... Yes (1.04) +Checking if you have blib 1.01 ... Yes (1.06) +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have DynaLoader 0 ... Yes (1.42) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Pod::Man 2.17 ... Yes (4.09) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have ExtUtils::InstallPaths 0.002 ... Yes (0.011) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Checking if you have JSON::PP 2 ... Yes (2.94) +OK +Building and testing Module-Build-Tiny-0.039 ... cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm +t/00-compile.t .......... ok +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +t/simple.t .............. ok +All tests successful. +Files=3, Tests=26, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.47 cusr 0.11 csys = 0.61 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::Tiny.3 +OK +Successfully installed Module-Build-Tiny-0.039 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-Tiny-0.039/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-Tiny-0.039/MYMETA.json +Running Build.PL +Configuring File-ShareDir-Install-0.11 ... Creating new 'Build' script for 'File-ShareDir-Install' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have IO::Dir 0 ... Yes (1.10) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0.82 ... Yes (3.68) +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing File-ShareDir-Install-0.11 ... cp lib/File/ShareDir/Install.pm blib/lib/File/ShareDir/Install.pm +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ----- ----- +# Module::Build::Tiny 0.034 0.039 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Path any 2.15 +# File::Spec any 3.68 +# Module::Metadata any 1.000033 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------- ---- ---- +# Carp any 1.43 +# Exporter any 5.72 +# File::Spec any 3.68 +# IO::Dir any 1.10 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# JSON::PP 2.94 +# Pod::Coverage missing +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/10_makefile.t ........ skipped: This test requires a Makefile in the built distribution +t/11_dotfile.t ......... skipped: This test requires a Makefile in the built distribution +t/12_delete.t .......... skipped: This test requires a Makefile in the built distribution +All tests successful. +Files=4, Tests=1, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.60 cusr 0.07 csys = 0.71 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/ShareDir/Install.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::ShareDir::Install.3 +OK +Successfully installed File-ShareDir-Install-0.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-ShareDir-Install-0.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-ShareDir-Install-0.11/MYMETA.json +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for DateTime-Locale-1.16. +Searching DateTime::Locale::FromData (0) on cpanmetadb ... +--2017-10-09 07:26:37-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Locale::FromData +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 266 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.7M=0s + +2017-10-09 07:26:37 (31.7 MB/s) - written to stdout [266/266] + +Already tried DateTime-Locale-1.16. Skipping. +Already tried DateTime::TimeZone. Skipping. +Searching DateTime::Locale (1.05) on cpanmetadb ... +--2017-10-09 07:26:37-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Locale +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 266 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 53.4M=0s + +2017-10-09 07:26:37 (53.4 MB/s) - written to stdout [266/266] + +Already tried DateTime-Locale-1.16. Skipping. +Already tried Specio. Skipping. +Already tried Params::ValidationCompiler. Skipping. +Searching Specio::Exporter (0) on cpanmetadb ... +--2017-10-09 07:26:37-- http://cpanmetadb.plackperl.org/v1.0/package/Specio::Exporter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1401 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 268M=0s + +2017-10-09 07:26:37 (268 MB/s) - written to stdout [1401/1401] + +Already tried Specio-0.40. Skipping. +Already tried Specio::Library::Builtins. Skipping. +Already tried DateTime. Skipping. +Searching Specio::Declare (0) on cpanmetadb ... +--2017-10-09 07:26:37-- http://cpanmetadb.plackperl.org/v1.0/package/Specio::Declare +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1401 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 241M=0s + +2017-10-09 07:26:37 (241 MB/s) - written to stdout [1401/1401] + +Already tried Specio-0.40. Skipping. +Already tried Specio::Library::String. Skipping. +! Installing the dependencies failed: Module 'Specio::Declare' is not installed, Module 'Specio::Library::String' is not installed, Module 'DateTime::TimeZone' is not installed, Module 'DateTime::Locale' is not installed, Module 'Specio' is not installed, Module 'Specio::Exporter' is not installed, Module 'Specio::Library::Builtins' is not installed, Module 'DateTime' is not installed, Module 'Params::ValidationCompiler' is not installed, Module 'DateTime::Locale::FromData' is not installed, Module 'Package::DeprecationManager' is not installed, Module 'DateTime::Locale::Base' is not installed +! Bailing out the installation for DateTime-Format-Strptime-1.74. +Searching Class::Factory::Util (1.6) on cpanmetadb ... +--2017-10-09 07:26:37-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Factory::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.7M=0s + +2017-10-09 07:26:37 (21.7 MB/s) - written to stdout [108/108] + +--> Working on Class::Factory::Util +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz ... --2017-10-09 07:26:37-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Factory-Util-1.7.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11942 (12K) [application/x-gzip] +Saving to: ‘Class-Factory-Util-1.7.tar.gz’ + + 0K .......... . 100% 97.3M=0s + +2017-10-09 07:26:37 (97.3 MB/s) - ‘Class-Factory-Util-1.7.tar.gz’ saved [11942/11942] + +Unpacking Class-Factory-Util-1.7.tar.gz +OK +Class-Factory-Util-1.7/ +Class-Factory-Util-1.7/META.yml +Class-Factory-Util-1.7/t/ +Class-Factory-Util-1.7/t/lib2/ +Class-Factory-Util-1.7/t/lib2/Factory/ +Class-Factory-Util-1.7/t/lib2/Factory/Baz.pm +Class-Factory-Util-1.7/t/pod-coverage.t +Class-Factory-Util-1.7/t/lib/ +Class-Factory-Util-1.7/t/lib/Factory/ +Class-Factory-Util-1.7/t/lib/Factory/Foo.pm +Class-Factory-Util-1.7/t/lib/Factory/Bar.pm +Class-Factory-Util-1.7/t/lib/Factory.pm +Class-Factory-Util-1.7/t/01test.t +Class-Factory-Util-1.7/t/pod.t +Class-Factory-Util-1.7/Changes +Class-Factory-Util-1.7/MANIFEST +Class-Factory-Util-1.7/Build.PL +Class-Factory-Util-1.7/lib/ +Class-Factory-Util-1.7/lib/Class/ +Class-Factory-Util-1.7/lib/Class/Factory/ +Class-Factory-Util-1.7/lib/Class/Factory/Util.pm +Class-Factory-Util-1.7/LICENSE +Class-Factory-Util-1.7/Makefile.PL +Class-Factory-Util-1.7/README +Class-Factory-Util-1.7/SIGNATURE +Entering Class-Factory-Util-1.7 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Running Build.PL +Configuring Class-Factory-Util-1.7 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Class-Factory-Util' version '1.7' +Checking dependencies from MYMETA.json ... +OK +Building and testing Class-Factory-Util-1.7 ... Building Class-Factory-Util +t/01test.t ........ ok +t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD +All tests successful. +Files=3, Tests=5, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.16 cusr 0.01 csys = 0.21 CPU) +Result: PASS +Building Class-Factory-Util +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Factory/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Factory::Util.3 +OK +Successfully installed Class-Factory-Util-1.7 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Factory-Util-1.7/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Factory-Util-1.7/MYMETA.json +Already tried DateTime. Skipping. +Already tried Params::Validate. Skipping. +! Installing the dependencies failed: Module 'Params::Validate' is not installed, Module 'DateTime' is not installed, Module 'DateTime::Format::Strptime' is not installed +! Bailing out the installation for DateTime-Format-Builder-0.81. +Already tried DateTime::TimeZone. Skipping. +Searching Module::Pluggable (0) on cpanmetadb ... +--2017-10-09 07:26:38-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Pluggable +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 162 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 36.1M=0s + +2017-10-09 07:26:38 (36.1 MB/s) - written to stdout [162/162] + +--> Working on Module::Pluggable +Fetching http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz ... --2017-10-09 07:26:38-- http://www.cpan.org/authors/id/S/SI/SIMONW/Module-Pluggable-5.2.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26920 (26K) [application/x-gzip] +Saving to: ‘Module-Pluggable-5.2.tar.gz’ + + 0K .......... .......... ...... 100% 28.2M=0.001s + +2017-10-09 07:26:38 (28.2 MB/s) - ‘Module-Pluggable-5.2.tar.gz’ saved [26920/26920] + +Unpacking Module-Pluggable-5.2.tar.gz +OK +Module-Pluggable-5.2/ +Module-Pluggable-5.2/Changes +Module-Pluggable-5.2/INSTALL +Module-Pluggable-5.2/lib/ +Module-Pluggable-5.2/Makefile.PL +Module-Pluggable-5.2/MANIFEST +Module-Pluggable-5.2/MANIFEST.SKIP +Module-Pluggable-5.2/META.json +Module-Pluggable-5.2/META.yml +Module-Pluggable-5.2/README +Module-Pluggable-5.2/t/ +Module-Pluggable-5.2/t/01use.t +Module-Pluggable-5.2/t/02alsoworks.t +Module-Pluggable-5.2/t/02works.t +Module-Pluggable-5.2/t/02works_taint.t +Module-Pluggable-5.2/t/03diffname.t +Module-Pluggable-5.2/t/04acmedir.t +Module-Pluggable-5.2/t/04acmedir_single.t +Module-Pluggable-5.2/t/04acmepath.t +Module-Pluggable-5.2/t/04acmepath_single.t +Module-Pluggable-5.2/t/05postpath.t +Module-Pluggable-5.2/t/06multipath.t +Module-Pluggable-5.2/t/07instantiate.t +Module-Pluggable-5.2/t/08nothing.t +Module-Pluggable-5.2/t/09require.t +Module-Pluggable-5.2/t/10innerpack.t +Module-Pluggable-5.2/t/10innerpack_inner.t +Module-Pluggable-5.2/t/10innerpack_noinner.t +Module-Pluggable-5.2/t/10innerpack_onefile.t +Module-Pluggable-5.2/t/10innerpack_override.t +Module-Pluggable-5.2/t/10innerpack_super.t +Module-Pluggable-5.2/t/11usetwice.t +Module-Pluggable-5.2/t/12only.t +Module-Pluggable-5.2/t/12onlyarray.t +Module-Pluggable-5.2/t/12onlyregex.t +Module-Pluggable-5.2/t/12onlyrequire.t +Module-Pluggable-5.2/t/13except.t +Module-Pluggable-5.2/t/13exceptarray.t +Module-Pluggable-5.2/t/13exceptregex.t +Module-Pluggable-5.2/t/14package.t +Module-Pluggable-5.2/t/15topicsafe.t +Module-Pluggable-5.2/t/16different_extension.t +Module-Pluggable-5.2/t/17devel_inner_package.t +Module-Pluggable-5.2/t/18skipped_package.t +Module-Pluggable-5.2/t/19can_ok_clobber.t +Module-Pluggable-5.2/t/20dodgy_files.t +Module-Pluggable-5.2/t/21editor_junk.t +Module-Pluggable-5.2/t/22trigger.t +Module-Pluggable-5.2/t/23depth.t +Module-Pluggable-5.2/t/24local_inc_object.t +Module-Pluggable-5.2/t/24local_inc_package.t +Module-Pluggable-5.2/t/25single_letter_package.t +Module-Pluggable-5.2/t/26inc_hook.t +Module-Pluggable-5.2/t/27app_fatpacker.t +Module-Pluggable-5.2/t/acme/ +Module-Pluggable-5.2/t/fp/ +Module-Pluggable-5.2/t/lib/ +Module-Pluggable-5.2/t/lib/Acme/ +Module-Pluggable-5.2/t/lib/EditorJunk/ +Module-Pluggable-5.2/t/lib/ExtTest/ +Module-Pluggable-5.2/t/lib/InnerTest/ +Module-Pluggable-5.2/t/lib/M/ +Module-Pluggable-5.2/t/lib/MyOtherTest/ +Module-Pluggable-5.2/t/lib/MyTest/ +Module-Pluggable-5.2/t/lib/No/ +Module-Pluggable-5.2/t/lib/OddTest/ +Module-Pluggable-5.2/t/lib/TA/ +Module-Pluggable-5.2/t/lib/Text/ +Module-Pluggable-5.2/t/lib/TriggerTest/ +Module-Pluggable-5.2/t/lib/Zot/ +Module-Pluggable-5.2/t/lib/Zot/.Zork.pm +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/ +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/After.pm +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/CallbackAllow.pm +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/CallbackDeny.pm +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/Deny.pm +Module-Pluggable-5.2/t/lib/TriggerTest/Plugin/Error.pm +Module-Pluggable-5.2/t/lib/Text/Abbrev.pm +Module-Pluggable-5.2/t/lib/TA/C/ +Module-Pluggable-5.2/t/lib/TA/C/A/ +Module-Pluggable-5.2/t/lib/TA/C/A/I.pm +Module-Pluggable-5.2/t/lib/OddTest/Plugin/ +Module-Pluggable-5.2/t/lib/OddTest/Plugin/Foo.pm +Module-Pluggable-5.2/t/lib/No/Middle.pm +Module-Pluggable-5.2/t/lib/MyTest/Extend/ +Module-Pluggable-5.2/t/lib/MyTest/Plugin/ +Module-Pluggable-5.2/t/lib/MyTest/Plugin/Bar.pm +Module-Pluggable-5.2/t/lib/MyTest/Plugin/Foo.pm +Module-Pluggable-5.2/t/lib/MyTest/Plugin/Quux/ +Module-Pluggable-5.2/t/lib/MyTest/Plugin/Quux/Foo.pm +Module-Pluggable-5.2/t/lib/MyTest/Extend/Plugin/ +Module-Pluggable-5.2/t/lib/MyTest/Extend/Plugin/Bar.pm +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/ +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/Bar.pm +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/Foo.pm +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/Quux/ +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/Quux.pm +Module-Pluggable-5.2/t/lib/MyOtherTest/Plugin/Quux/Foo.pm +Module-Pluggable-5.2/t/lib/M/X.pm +Module-Pluggable-5.2/t/lib/InnerTest/Plugin/ +Module-Pluggable-5.2/t/lib/InnerTest/Plugin/Foo.pm +Module-Pluggable-5.2/t/lib/ExtTest/Plugin/ +Module-Pluggable-5.2/t/lib/ExtTest/Plugin/Bar.plugin +Module-Pluggable-5.2/t/lib/ExtTest/Plugin/Foo.plugin +Module-Pluggable-5.2/t/lib/ExtTest/Plugin/Quux/ +Module-Pluggable-5.2/t/lib/ExtTest/Plugin/Quux/Foo.plugin +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/ +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/Bar.pm +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/Bar.pm.swo +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/Bar.pm.swp +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/Bar.pm~ +Module-Pluggable-5.2/t/lib/EditorJunk/Plugin/Foo.pm +Module-Pluggable-5.2/t/lib/Acme/Foo-Bar.pm +Module-Pluggable-5.2/t/lib/Acme/MyTest/ +Module-Pluggable-5.2/t/lib/Acme/MyTest/Plugin/ +Module-Pluggable-5.2/t/lib/Acme/MyTest/Plugin/Foo.pm +Module-Pluggable-5.2/t/fp/app.pl +Module-Pluggable-5.2/t/fp/lib/ +Module-Pluggable-5.2/t/fp/lib/App/ +Module-Pluggable-5.2/t/fp/lib/App/TestMPFP/ +Module-Pluggable-5.2/t/fp/lib/App/TestMPFP/Plugin/ +Module-Pluggable-5.2/t/fp/lib/App/TestMPFP/Plugin/A.pm +Module-Pluggable-5.2/t/acme/Acme/ +Module-Pluggable-5.2/t/acme/Acme/MyTest/ +Module-Pluggable-5.2/t/acme/Acme/MyTest/Plugin/ +Module-Pluggable-5.2/t/acme/Acme/MyTest/Plugin/Foo.pm +Module-Pluggable-5.2/lib/Devel/ +Module-Pluggable-5.2/lib/Module/ +Module-Pluggable-5.2/lib/Module/Pluggable/ +Module-Pluggable-5.2/lib/Module/Pluggable.pm +Module-Pluggable-5.2/lib/Module/Pluggable/Object.pm +Module-Pluggable-5.2/lib/Devel/InnerPackage.pm +Entering Module-Pluggable-5.2 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Module-Pluggable-5.2 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Module::Pluggable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have File::Temp 0.15 ... Yes (0.2304) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have base 0 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have File::Find 0 ... Yes (1.34) +OK +Building and testing Module-Pluggable-5.2 ... cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm +cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm +cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01use.t .................... ok +t/02alsoworks.t .............. ok +t/02works.t .................. ok +t/02works_taint.t ............ ok +t/03diffname.t ............... ok +t/04acmedir.t ................ ok +t/04acmedir_single.t ......... ok +t/04acmepath.t ............... ok +t/04acmepath_single.t ........ ok +t/05postpath.t ............... ok +t/06multipath.t .............. ok +t/07instantiate.t ............ ok +t/08nothing.t ................ ok +t/09require.t ................ ok +t/10innerpack.t .............. ok +t/10innerpack_inner.t ........ ok +t/10innerpack_noinner.t ...... ok +t/10innerpack_onefile.t ...... ok +t/10innerpack_override.t ..... ok +t/10innerpack_super.t ........ ok +t/11usetwice.t ............... ok +t/12only.t ................... ok +t/12onlyarray.t .............. ok +t/12onlyregex.t .............. ok +t/12onlyrequire.t ............ ok +t/13except.t ................. ok +t/13exceptarray.t ............ ok +t/13exceptregex.t ............ ok +t/14package.t ................ ok +t/15topicsafe.t .............. ok +t/16different_extension.t .... ok +t/17devel_inner_package.t .... ok +t/18skipped_package.t ........ ok +t/19can_ok_clobber.t ......... ok +t/20dodgy_files.t ............ ok +t/21editor_junk.t ............ ok +t/22trigger.t ................ ok +t/23depth.t .................. ok +t/24local_inc_object.t ....... ok +t/24local_inc_package.t ...... ok +t/25single_letter_package.t .. ok +t/26inc_hook.t ............... ok +t/27app_fatpacker.t .......... skipped: App::FatPacker >= 0.10.0 not available +All tests successful. +Files=43, Tests=180, 3 wallclock secs ( 0.11 usr 0.07 sys + 3.00 cusr 0.36 csys = 3.54 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Pluggable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Pluggable/Object.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/InnerPackage.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Pluggable::Object.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Pluggable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::InnerPackage.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Module-Pluggable-5.2 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Pluggable-5.2/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Pluggable-5.2/MYMETA.json +Already tried DateTime. Skipping. +! Installing the dependencies failed: Module 'DateTime::Format::Builder' is not installed, Module 'DateTime::TimeZone' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Format-Flexible-0.28. +Searching Date::Parse (0) on cpanmetadb ... +--2017-10-09 07:26:43-- http://cpanmetadb.plackperl.org/v1.0/package/Date::Parse +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1268 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 252M=0s + +2017-10-09 07:26:43 (252 MB/s) - written to stdout [1268/1268] + +--> Working on Date::Parse +Fetching http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz ... --2017-10-09 07:26:43-- http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31109 (30K) [application/x-gzip] +Saving to: ‘TimeDate-2.30.tar.gz’ + + 0K .......... .......... .......... 100% 34.9M=0.001s + +2017-10-09 07:26:43 (34.9 MB/s) - ‘TimeDate-2.30.tar.gz’ saved [31109/31109] + +Unpacking TimeDate-2.30.tar.gz +OK +TimeDate-2.30/ +TimeDate-2.30/ChangeLog +TimeDate-2.30/lib/ +TimeDate-2.30/Makefile.PL +TimeDate-2.30/MANIFEST +TimeDate-2.30/META.json +TimeDate-2.30/META.yml +TimeDate-2.30/README +TimeDate-2.30/SIGNATURE +TimeDate-2.30/t/ +TimeDate-2.30/t/cpanrt.t +TimeDate-2.30/t/date.t +TimeDate-2.30/t/format.t +TimeDate-2.30/t/getdate.t +TimeDate-2.30/t/lang.t +TimeDate-2.30/lib/Date/ +TimeDate-2.30/lib/Time/ +TimeDate-2.30/lib/Time/Zone.pm +TimeDate-2.30/lib/Date/Format.pm +TimeDate-2.30/lib/Date/Language/ +TimeDate-2.30/lib/Date/Language.pm +TimeDate-2.30/lib/Date/Parse.pm +TimeDate-2.30/lib/Date/Language/Afar.pm +TimeDate-2.30/lib/Date/Language/Amharic.pm +TimeDate-2.30/lib/Date/Language/Austrian.pm +TimeDate-2.30/lib/Date/Language/Brazilian.pm +TimeDate-2.30/lib/Date/Language/Bulgarian.pm +TimeDate-2.30/lib/Date/Language/Chinese.pm +TimeDate-2.30/lib/Date/Language/Chinese_GB.pm +TimeDate-2.30/lib/Date/Language/Czech.pm +TimeDate-2.30/lib/Date/Language/Danish.pm +TimeDate-2.30/lib/Date/Language/Dutch.pm +TimeDate-2.30/lib/Date/Language/English.pm +TimeDate-2.30/lib/Date/Language/Finnish.pm +TimeDate-2.30/lib/Date/Language/French.pm +TimeDate-2.30/lib/Date/Language/Gedeo.pm +TimeDate-2.30/lib/Date/Language/German.pm +TimeDate-2.30/lib/Date/Language/Greek.pm +TimeDate-2.30/lib/Date/Language/Hungarian.pm +TimeDate-2.30/lib/Date/Language/Icelandic.pm +TimeDate-2.30/lib/Date/Language/Italian.pm +TimeDate-2.30/lib/Date/Language/Norwegian.pm +TimeDate-2.30/lib/Date/Language/Oromo.pm +TimeDate-2.30/lib/Date/Language/Romanian.pm +TimeDate-2.30/lib/Date/Language/Russian.pm +TimeDate-2.30/lib/Date/Language/Russian_cp1251.pm +TimeDate-2.30/lib/Date/Language/Russian_koi8r.pm +TimeDate-2.30/lib/Date/Language/Sidama.pm +TimeDate-2.30/lib/Date/Language/Somali.pm +TimeDate-2.30/lib/Date/Language/Spanish.pm +TimeDate-2.30/lib/Date/Language/Swedish.pm +TimeDate-2.30/lib/Date/Language/Tigrinya.pm +TimeDate-2.30/lib/Date/Language/TigrinyaEritrean.pm +TimeDate-2.30/lib/Date/Language/TigrinyaEthiopian.pm +TimeDate-2.30/lib/Date/Language/Turkish.pm +Entering TimeDate-2.30 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring TimeDate-2.30 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Date::Parse +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing TimeDate-2.30 ... cp lib/Date/Language/Turkish.pm blib/lib/Date/Language/Turkish.pm +cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm +cp lib/Date/Language/Chinese_GB.pm blib/lib/Date/Language/Chinese_GB.pm +cp lib/Date/Parse.pm blib/lib/Date/Parse.pm +cp lib/Date/Language/Russian.pm blib/lib/Date/Language/Russian.pm +cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm +cp lib/Date/Language/Chinese.pm blib/lib/Date/Language/Chinese.pm +cp lib/Date/Language/Hungarian.pm blib/lib/Date/Language/Hungarian.pm +cp lib/Date/Language/Russian_cp1251.pm blib/lib/Date/Language/Russian_cp1251.pm +cp lib/Date/Language.pm blib/lib/Date/Language.pm +cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm +cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm +cp lib/Time/Zone.pm blib/lib/Time/Zone.pm +cp lib/Date/Language/Sidama.pm blib/lib/Date/Language/Sidama.pm +cp lib/Date/Language/Finnish.pm blib/lib/Date/Language/Finnish.pm +cp lib/Date/Format.pm blib/lib/Date/Format.pm +cp lib/Date/Language/Swedish.pm blib/lib/Date/Language/Swedish.pm +cp lib/Date/Language/Russian_koi8r.pm blib/lib/Date/Language/Russian_koi8r.pm +cp lib/Date/Language/Amharic.pm blib/lib/Date/Language/Amharic.pm +cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm +cp lib/Date/Language/Greek.pm blib/lib/Date/Language/Greek.pm +cp lib/Date/Language/English.pm blib/lib/Date/Language/English.pm +cp lib/Date/Language/TigrinyaEthiopian.pm blib/lib/Date/Language/TigrinyaEthiopian.pm +cp lib/Date/Language/Tigrinya.pm blib/lib/Date/Language/Tigrinya.pm +cp lib/Date/Language/Somali.pm blib/lib/Date/Language/Somali.pm +cp lib/Date/Language/TigrinyaEritrean.pm blib/lib/Date/Language/TigrinyaEritrean.pm +cp lib/Date/Language/Romanian.pm blib/lib/Date/Language/Romanian.pm +cp lib/Date/Language/Icelandic.pm blib/lib/Date/Language/Icelandic.pm +cp lib/Date/Language/Bulgarian.pm blib/lib/Date/Language/Bulgarian.pm +cp lib/Date/Language/Spanish.pm blib/lib/Date/Language/Spanish.pm +cp lib/Date/Language/Oromo.pm blib/lib/Date/Language/Oromo.pm +cp lib/Date/Language/Gedeo.pm blib/lib/Date/Language/Gedeo.pm +cp lib/Date/Language/Brazilian.pm blib/lib/Date/Language/Brazilian.pm +cp lib/Date/Language/Afar.pm blib/lib/Date/Language/Afar.pm +cp lib/Date/Language/Danish.pm blib/lib/Date/Language/Danish.pm +cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm +cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/cpanrt.t ... ok +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +Redundant argument in printf at t/date.t line 180. +t/date.t ..... ok +t/format.t ... ok +t/getdate.t .. ok +t/lang.t ..... ok +All tests successful. +Files=5, Tests=508, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.20 cusr 0.03 csys = 0.30 CPU) +Result: PASS +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Parse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Format.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Bulgarian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Chinese_GB.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/TigrinyaEthiopian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/French.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Dutch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Afar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Hungarian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/TigrinyaEritrean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Russian_cp1251.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Sidama.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Finnish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Romanian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Brazilian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Norwegian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Austrian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Amharic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Chinese.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Turkish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Tigrinya.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Greek.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Somali.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Danish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Gedeo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Spanish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/German.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Czech.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Russian_koi8r.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Italian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Russian.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/English.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Oromo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Icelandic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Date/Language/Swedish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Time/Zone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Date::Parse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Date::Language::Bulgarian.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Date::Language::Hungarian.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Date::Format.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Zone.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Date::Language.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed TimeDate-2.30 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TimeDate-2.30/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TimeDate-2.30/MYMETA.json +Searching DateTime::Format::Natural (0) on cpanmetadb ... +--2017-10-09 07:26:44-- http://cpanmetadb.plackperl.org/v1.0/package/DateTime::Format::Natural +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 732 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 138M=0s + +2017-10-09 07:26:44 (138 MB/s) - written to stdout [732/732] + +--> Working on DateTime::Format::Natural +Fetching http://www.cpan.org/authors/id/S/SC/SCHUBIGER/DateTime-Format-Natural-1.05.tar.gz ... --2017-10-09 07:26:44-- http://www.cpan.org/authors/id/S/SC/SCHUBIGER/DateTime-Format-Natural-1.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 80675 (79K) [application/x-gzip] +Saving to: ‘DateTime-Format-Natural-1.05.tar.gz’ + + 0K .......... .......... .......... .......... .......... 63% 26.9M 0s + 50K .......... .......... ........ 100% 36.0M=0.003s + +2017-10-09 07:26:44 (29.7 MB/s) - ‘DateTime-Format-Natural-1.05.tar.gz’ saved [80675/80675] + +Unpacking DateTime-Format-Natural-1.05.tar.gz +OK +DateTime-Format-Natural-1.05 +DateTime-Format-Natural-1.05/META.json +DateTime-Format-Natural-1.05/Makefile.PL +DateTime-Format-Natural-1.05/META.yml +DateTime-Format-Natural-1.05/INSTALL +DateTime-Format-Natural-1.05/Changes +DateTime-Format-Natural-1.05/Build.PL +DateTime-Format-Natural-1.05/MANIFEST +DateTime-Format-Natural-1.05/README +DateTime-Format-Natural-1.05/t +DateTime-Format-Natural-1.05/t/03-parse_daytime.t +DateTime-Format-Natural-1.05/t/01-parse.t +DateTime-Format-Natural-1.05/t/pod-coverage.t +DateTime-Format-Natural-1.05/t/11-parse_success.t +DateTime-Format-Natural-1.05/t/12-parse_failure.t +DateTime-Format-Natural-1.05/t/15-regression.t +DateTime-Format-Natural-1.05/t/14-extract_expression.t +DateTime-Format-Natural-1.05/t/pod.t +DateTime-Format-Natural-1.05/t/00-load.t +DateTime-Format-Natural-1.05/t/10-parse_expand.t +DateTime-Format-Natural-1.05/t/04-parse_durations.t +DateTime-Format-Natural-1.05/t/07-parse_datetime.t +DateTime-Format-Natural-1.05/t/16-state.t +DateTime-Format-Natural-1.05/t/09-parse_iso8601.t +DateTime-Format-Natural-1.05/t/06-parse_prefer_future.t +DateTime-Format-Natural-1.05/t/17-trace.t +DateTime-Format-Natural-1.05/t/13-parse_assert.t +DateTime-Format-Natural-1.05/t/05-parse_time_zone.t +DateTime-Format-Natural-1.05/t/08-parse_aliases.t +DateTime-Format-Natural-1.05/t/02-parse_format.t +DateTime-Format-Natural-1.05/t/18-validate.t +DateTime-Format-Natural-1.05/lib +DateTime-Format-Natural-1.05/lib/DateTime +DateTime-Format-Natural-1.05/lib/DateTime/Format +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Test.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Wrappers.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Helpers.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Formatted.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Utils.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Rewrite.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Expand.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Extract.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Compat.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Calc.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration/Checks.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang/EN.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang/Base.pm +DateTime-Format-Natural-1.05/scripts +DateTime-Format-Natural-1.05/scripts/dateparse +Entering DateTime-Format-Natural-1.05 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring DateTime-Format-Natural-1.05 ... Checking prerequisites... + requires: + ! Clone is not installed + ! DateTime is not installed + ! DateTime::TimeZone is not installed + ! Params::Validate is not installed + ! boolean is not installed + build_requires: + ! Module::Util is not installed + recommends: + * Date::Calc is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Format-Natural' version '1.05' +Checking dependencies from MYMETA.json ... +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have Scalar::Util 1.18 ... Yes (1.49) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have Clone 0 ... No +Checking if you have Test::MockTime 0 ... Yes (0.15) +Checking if you have Term::ReadLine 0 ... Yes (1.17) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Module::Util 0 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have DateTime 1.00 ... No +Checking if you have Params::Validate 0.72 ... No +Checking if you have DateTime::TimeZone 2.09 ... No +Checking if you have boolean 0 ... No +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have Getopt::Long 2.36 ... Yes (2.5) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Searching Clone (0) on cpanmetadb ... +OK +==> Found dependencies: Clone, Module::Util, DateTime, Params::Validate, DateTime::TimeZone, boolean +--2017-10-09 07:26:44-- http://cpanmetadb.plackperl.org/v1.0/package/Clone +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 80 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.6M=0s + +2017-10-09 07:26:44 (15.6 MB/s) - written to stdout [80/80] + +--> Working on Clone +Fetching http://www.cpan.org/authors/id/G/GA/GARU/Clone-0.39.tar.gz ... --2017-10-09 07:26:44-- http://www.cpan.org/authors/id/G/GA/GARU/Clone-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13785 (13K) [application/x-gzip] +Saving to: ‘Clone-0.39.tar.gz’ + + 0K .......... ... 100% 17.8M=0.001s + +2017-10-09 07:26:44 (17.8 MB/s) - ‘Clone-0.39.tar.gz’ saved [13785/13785] + +Unpacking Clone-0.39.tar.gz +OK +Clone-0.39/ +Clone-0.39/Changes +Clone-0.39/Clone.pm +Clone-0.39/Clone.xs +Clone-0.39/Makefile.PL +Clone-0.39/MANIFEST +Clone-0.39/META.json +Clone-0.39/META.yml +Clone-0.39/README +Clone-0.39/t/ +Clone-0.39/t/01array.t +Clone-0.39/t/02hash.t +Clone-0.39/t/03scalar.t +Clone-0.39/t/04tie.t +Clone-0.39/t/05dtype.t +Clone-0.39/t/06refcnt.t +Clone-0.39/t/07magic.t +Clone-0.39/t/08fieldhash.t +Clone-0.39/t/dclone.t +Clone-0.39/t/dump.pl +Clone-0.39/t/tied.pl +Entering Clone-0.39 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Clone-0.39 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Clone +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Clone-0.39 ... cp Clone.pm blib/lib/Clone.pm +AutoSplitting blib/lib/Clone.pm (blib/lib/auto/Clone) +Running Mkbootstrap for Clone () +chmod 644 "Clone.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Clone.xs > Clone.xsc +mv Clone.xsc Clone.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DVERSION=\"0.39\" -DXS_VERSION=\"0.39\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Clone.c +rm -f blib/arch/auto/Clone/Clone.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Clone.o -o blib/arch/auto/Clone/Clone.so \ + \ + +chmod 755 blib/arch/auto/Clone/Clone.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01array.t ...... ok +t/02hash.t ....... ok +t/03scalar.t ..... ok +t/04tie.t ........ ok +t/05dtype.t ...... ok +t/06refcnt.t ..... ok +t/07magic.t ...... ok +t/08fieldhash.t .. ok +t/dclone.t ....... ok +All tests successful. +Files=9, Tests=69, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.19 cusr 0.04 csys = 0.29 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Clone/Clone.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Clone/Clone.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Clone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Clone/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Clone.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Clone-0.39 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Clone-0.39/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Clone-0.39/MYMETA.json +Searching Module::Util (0) on cpanmetadb ... +--2017-10-09 07:26:46-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.5M=0s + +2017-10-09 07:26:46 (19.5 MB/s) - written to stdout [96/96] + +--> Working on Module::Util +Fetching http://www.cpan.org/authors/id/M/MA/MATTLAW/Module-Util-1.09.tar.gz ... --2017-10-09 07:26:46-- http://www.cpan.org/authors/id/M/MA/MATTLAW/Module-Util-1.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11661 (11K) [application/x-gzip] +Saving to: ‘Module-Util-1.09.tar.gz’ + + 0K .......... . 100% 106M=0s + +2017-10-09 07:26:46 (106 MB/s) - ‘Module-Util-1.09.tar.gz’ saved [11661/11661] + +Unpacking Module-Util-1.09.tar.gz +OK +Module-Util-1.09 +Module-Util-1.09/Makefile.PL +Module-Util-1.09/Changes +Module-Util-1.09/META.json +Module-Util-1.09/MANIFEST +Module-Util-1.09/META.yml +Module-Util-1.09/README +Module-Util-1.09/Build.PL +Module-Util-1.09/lib +Module-Util-1.09/lib/Module +Module-Util-1.09/lib/Module/Util.pm +Module-Util-1.09/t +Module-Util-1.09/t/99..pod.t +Module-Util-1.09/t/01..module.t +Module-Util-1.09/t/data +Module-Util-1.09/t/data/NS +Module-Util-1.09/t/data/NS/One.pm +Module-Util-1.09/t/data/NS2 +Module-Util-1.09/t/data/NS2/One.pm +Module-Util-1.09/t/more +Module-Util-1.09/t/more/01..validate_all_cpan.t +Module-Util-1.09/scripts +Module-Util-1.09/scripts/pm_which +Entering Module-Util-1.09 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Module-Util-1.09 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Util' version '1.09' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Module-Util-1.09 ... Building Module-Util +t/01..module.t .. ok +t/99..pod.t ..... ok +All tests successful. +Files=2, Tests=47, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.13 cusr 0.01 csys = 0.17 CPU) +Result: PASS +Building Module-Util +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/pm_which.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/pm_which +OK +Successfully installed Module-Util-1.09 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Util-1.09/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Util-1.09/MYMETA.json +Already tried DateTime. Skipping. +Already tried Params::Validate. Skipping. +Already tried DateTime::TimeZone. Skipping. +Searching boolean (0) on cpanmetadb ... +--2017-10-09 07:26:47-- http://cpanmetadb.plackperl.org/v1.0/package/boolean +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 84 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.8M=0s + +2017-10-09 07:26:47 (18.8 MB/s) - written to stdout [84/84] + +--> Working on boolean +Fetching http://www.cpan.org/authors/id/I/IN/INGY/boolean-0.46.tar.gz ... --2017-10-09 07:26:47-- http://www.cpan.org/authors/id/I/IN/INGY/boolean-0.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15552 (15K) [application/x-gzip] +Saving to: ‘boolean-0.46.tar.gz’ + + 0K .......... ..... 100% 18.9M=0.001s + +2017-10-09 07:26:47 (18.9 MB/s) - ‘boolean-0.46.tar.gz’ saved [15552/15552] + +Unpacking boolean-0.46.tar.gz +OK +boolean-0.46 +boolean-0.46/README +boolean-0.46/Changes +boolean-0.46/LICENSE +boolean-0.46/t +boolean-0.46/t/json.t +boolean-0.46/MANIFEST +boolean-0.46/META.yml +boolean-0.46/META.json +boolean-0.46/t/export.t +boolean-0.46/t/threads.t +boolean-0.46/t/boolean.t +boolean-0.46/Makefile.PL +boolean-0.46/CONTRIBUTING +boolean-0.46/lib +boolean-0.46/lib/boolean.pm +boolean-0.46/lib/boolean.pod +boolean-0.46/t/author-pod-syntax.t +boolean-0.46/t/000-compile-modules.t +Entering boolean-0.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring boolean-0.46 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for boolean +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing boolean-0.46 ... cp lib/boolean.pm blib/lib/boolean.pm +cp lib/boolean.pod blib/lib/boolean.pod +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/000-compile-modules.t .. ok +t/author-pod-syntax.t .... skipped: these tests are for testing by the author +t/boolean.t .............. ok +t/export.t ............... ok +t/json.t ................. ok +t/threads.t .............. skipped: requires threads +All tests successful. +Files=6, Tests=89, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.33 cusr 0.07 csys = 0.44 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/boolean.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/boolean.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed boolean-0.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/boolean-0.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/boolean-0.46/MYMETA.json +! Installing the dependencies failed: Module 'DateTime::TimeZone' is not installed, Module 'Params::Validate' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Format-Natural-1.05. +Searching Time::Zone (0) on cpanmetadb ... +--2017-10-09 07:26:48-- http://cpanmetadb.plackperl.org/v1.0/package/Time::Zone +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1268 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 225M=0s + +2017-10-09 07:26:48 (225 MB/s) - written to stdout [1268/1268] + +Already tried TimeDate-2.30. Skipping. +! Installing the dependencies failed: Module 'DateTime::Format::ICal' is not installed, Module 'DateTime' is not installed, Module 'DateTime::Format::Natural' is not installed, Module 'DateTime::Format::Flexible' is not installed +! Bailing out the installation for DateTimeX-Easy-0.089. +Searching Moo (0) on cpanmetadb ... +--2017-10-09 07:26:48-- http://cpanmetadb.plackperl.org/v1.0/package/Moo +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 531 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 111M=0s + +2017-10-09 07:26:48 (111 MB/s) - written to stdout [531/531] + +--> Working on Moo +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Moo-2.003002.tar.gz ... --2017-10-09 07:26:48-- http://www.cpan.org/authors/id/H/HA/HAARG/Moo-2.003002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96696 (94K) [application/x-gzip] +Saving to: ‘Moo-2.003002.tar.gz’ + + 0K .......... .......... .......... .......... .......... 52% 24.3M 0s + 50K .......... .......... .......... .......... .... 100% 42.5M=0.003s + +2017-10-09 07:26:48 (30.4 MB/s) - ‘Moo-2.003002.tar.gz’ saved [96696/96696] + +Unpacking Moo-2.003002.tar.gz +OK +Moo-2.003002/ +Moo-2.003002/Changes +Moo-2.003002/lib/ +Moo-2.003002/maint/ +Moo-2.003002/Makefile.PL +Moo-2.003002/MANIFEST +Moo-2.003002/META.json +Moo-2.003002/META.yml +Moo-2.003002/README +Moo-2.003002/t/ +Moo-2.003002/xt/ +Moo-2.003002/xt/bless-override.t +Moo-2.003002/xt/class-tiny.t +Moo-2.003002/xt/croak-locations.t +Moo-2.003002/xt/fakemetaclass.t +Moo-2.003002/xt/global-destruct-jenga-helper.pl +Moo-2.003002/xt/global-destruct-jenga.t +Moo-2.003002/xt/handle_moose.t +Moo-2.003002/xt/has-after-meta.t +Moo-2.003002/xt/implicit-moose-types.t +Moo-2.003002/xt/inflate-our-classes.t +Moo-2.003002/xt/inflate-undefer.t +Moo-2.003002/xt/jenga.t +Moo-2.003002/xt/moo-attr-handles-moose-role.t +Moo-2.003002/xt/moo-consume-moose-role-coerce.t +Moo-2.003002/xt/moo-consume-moose-role-multiple.t +Moo-2.003002/xt/moo-consume-mouse-role-coerce.t +Moo-2.003002/xt/moo-does-moose-role.t +Moo-2.003002/xt/moo-does-mouse-role.t +Moo-2.003002/xt/moo-extend-moose.t +Moo-2.003002/xt/moo-inflate.t +Moo-2.003002/xt/moo-object-meta-can.t +Moo-2.003002/xt/moo-role-types.t +Moo-2.003002/xt/moo-roles-into-moose-class-attr-override-with-autoclean.t +Moo-2.003002/xt/moo-roles-into-moose-class.t +Moo-2.003002/xt/moo-sification-handlemoose.t +Moo-2.003002/xt/moo-sification-meta.t +Moo-2.003002/xt/moo-sification.t +Moo-2.003002/xt/moose-accessor-isa.t +Moo-2.003002/xt/moose-autoclean-lazy-attr-builders.t +Moo-2.003002/xt/moose-consume-moo-role-after-consumed-by-moo.t +Moo-2.003002/xt/moose-consume-moo-role-no-moo-loaded.t +Moo-2.003002/xt/moose-does-moo-role.t +Moo-2.003002/xt/moose-extend-moo.t +Moo-2.003002/xt/moose-handles-moo-class.t +Moo-2.003002/xt/moose-inflate-error-recurse.t +Moo-2.003002/xt/moose-lazy.t +Moo-2.003002/xt/moose-method-modifiers.t +Moo-2.003002/xt/moose-override-attribute-from-moo-role.t +Moo-2.003002/xt/moose-override-attribute-with-plus-syntax.t +Moo-2.003002/xt/more-jenga.t +Moo-2.003002/xt/release/ +Moo-2.003002/xt/role-tiny-inflate.t +Moo-2.003002/xt/super-jenga.t +Moo-2.003002/xt/test-my-dependents.t +Moo-2.003002/xt/type-inflate-coercion.t +Moo-2.003002/xt/type-inflate-threads.t +Moo-2.003002/xt/type-inflate-type-tiny.t +Moo-2.003002/xt/type-inflate.t +Moo-2.003002/xt/type-tiny-coerce.t +Moo-2.003002/xt/withautoclean.t +Moo-2.003002/xt/release/kwalitee.t +Moo-2.003002/t/accessor-coerce.t +Moo-2.003002/t/accessor-default.t +Moo-2.003002/t/accessor-generator-extension.t +Moo-2.003002/t/accessor-handles.t +Moo-2.003002/t/accessor-isa.t +Moo-2.003002/t/accessor-mixed.t +Moo-2.003002/t/accessor-pred-clear.t +Moo-2.003002/t/accessor-reader-writer.t +Moo-2.003002/t/accessor-roles.t +Moo-2.003002/t/accessor-shortcuts.t +Moo-2.003002/t/accessor-trigger.t +Moo-2.003002/t/accessor-weaken-pre-5_8_3.t +Moo-2.003002/t/accessor-weaken.t +Moo-2.003002/t/buildall-subconstructor.t +Moo-2.003002/t/buildall.t +Moo-2.003002/t/buildargs-error.t +Moo-2.003002/t/buildargs.t +Moo-2.003002/t/coerce-1.t +Moo-2.003002/t/compose-conflicts.t +Moo-2.003002/t/compose-non-role.t +Moo-2.003002/t/compose-roles.t +Moo-2.003002/t/constructor-modify.t +Moo-2.003002/t/croak-locations.t +Moo-2.003002/t/demolish-basics.t +Moo-2.003002/t/demolish-bugs-eats_exceptions.t +Moo-2.003002/t/demolish-bugs-eats_mini.t +Moo-2.003002/t/demolish-global_destruction.t +Moo-2.003002/t/demolish-throw.t +Moo-2.003002/t/does.t +Moo-2.003002/t/extend-constructor.t +Moo-2.003002/t/extends-non-moo.t +Moo-2.003002/t/extends-role.t +Moo-2.003002/t/foreignbuildargs.t +Moo-2.003002/t/global-destruction-helper.pl +Moo-2.003002/t/global_underscore.t +Moo-2.003002/t/has-array.t +Moo-2.003002/t/has-before-extends.t +Moo-2.003002/t/has-plus.t +Moo-2.003002/t/init-arg.t +Moo-2.003002/t/isa-interfere.t +Moo-2.003002/t/lazy_isa.t +Moo-2.003002/t/lib/ +Moo-2.003002/t/load_module.t +Moo-2.003002/t/load_module_error.t +Moo-2.003002/t/load_module_role_tiny.t +Moo-2.003002/t/long-package-name.t +Moo-2.003002/t/method-generate-accessor.t +Moo-2.003002/t/method-generate-constructor.t +Moo-2.003002/t/modify_lazy_handlers.t +Moo-2.003002/t/moo-accessors.t +Moo-2.003002/t/moo-c3.t +Moo-2.003002/t/moo-object.t +Moo-2.003002/t/moo-utils-_name_coderef.t +Moo-2.003002/t/moo-utils-_subname.t +Moo-2.003002/t/moo-utils.t +Moo-2.003002/t/moo.t +Moo-2.003002/t/mutual-requires.t +Moo-2.003002/t/no-build.t +Moo-2.003002/t/no-moo.t +Moo-2.003002/t/non-moo-extends-c3.t +Moo-2.003002/t/non-moo-extends.t +Moo-2.003002/t/not-both.t +Moo-2.003002/t/overloaded-coderefs.t +Moo-2.003002/t/overridden-core-funcs.t +Moo-2.003002/t/perl-56-like.t +Moo-2.003002/t/strictures.t +Moo-2.003002/t/sub-and-handles.t +Moo-2.003002/t/subconstructor.t +Moo-2.003002/t/undef-bug.t +Moo-2.003002/t/use-after-no.t +Moo-2.003002/t/zzz-check-breaks.t +Moo-2.003002/t/lib/ErrorLocation.pm +Moo-2.003002/t/lib/InlineModule.pm +Moo-2.003002/t/lib/TestEnv.pm +Moo-2.003002/maint/Makefile.PL.include +Moo-2.003002/lib/Method/ +Moo-2.003002/lib/Moo/ +Moo-2.003002/lib/Moo.pm +Moo-2.003002/lib/oo.pm +Moo-2.003002/lib/Moo/_mro.pm +Moo-2.003002/lib/Moo/_strictures.pm +Moo-2.003002/lib/Moo/_Utils.pm +Moo-2.003002/lib/Moo/HandleMoose/ +Moo-2.003002/lib/Moo/HandleMoose.pm +Moo-2.003002/lib/Moo/Object.pm +Moo-2.003002/lib/Moo/Role.pm +Moo-2.003002/lib/Moo/sification.pm +Moo-2.003002/lib/Moo/HandleMoose/_TypeMap.pm +Moo-2.003002/lib/Moo/HandleMoose/FakeMetaClass.pm +Moo-2.003002/lib/Method/Generate/ +Moo-2.003002/lib/Method/Generate/Accessor.pm +Moo-2.003002/lib/Method/Generate/BuildAll.pm +Moo-2.003002/lib/Method/Generate/Constructor.pm +Moo-2.003002/lib/Method/Generate/DemolishAll.pm +Entering Moo-2.003002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Moo-2.003002 ... Warning: prerequisite Class::Method::Modifiers 1.1 not found. +Warning: prerequisite Devel::GlobalDestruction 0.11 not found. +Warning: prerequisite Module::Runtime 0.014 not found. +Warning: prerequisite Role::Tiny 2.000004 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Moo +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.18 ... Yes (1.49) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Sub::Defer 2.003001 ... Yes (2.004000) +Checking if you have Class::Method::Modifiers 1.1 ... No +Checking if you have Sub::Quote 2.003001 ... Yes (2.004000) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Devel::GlobalDestruction 0.11 ... No +Already tried Role::Tiny. Skipping. +Searching Class::Method::Modifiers (1.1) on cpanmetadb ... +OK +==> Found dependencies: Role::Tiny, Class::Method::Modifiers, Module::Runtime, Devel::GlobalDestruction +--2017-10-09 07:26:49-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Method::Modifiers +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 117 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.5M=0s + +2017-10-09 07:26:49 (16.5 MB/s) - written to stdout [117/117] + +--> Working on Class::Method::Modifiers +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.12.tar.gz ... --2017-10-09 07:26:49-- http://www.cpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.12.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 38979 (38K) [application/x-gzip] +Saving to: ‘Class-Method-Modifiers-2.12.tar.gz’ + + 0K .......... .......... .......... ........ 100% 32.3M=0.001s + +2017-10-09 07:26:49 (32.3 MB/s) - ‘Class-Method-Modifiers-2.12.tar.gz’ saved [38979/38979] + +Unpacking Class-Method-Modifiers-2.12.tar.gz +OK +Class-Method-Modifiers-2.12/ +Class-Method-Modifiers-2.12/Changes +Class-Method-Modifiers-2.12/CONTRIBUTING +Class-Method-Modifiers-2.12/dist.ini +Class-Method-Modifiers-2.12/INSTALL +Class-Method-Modifiers-2.12/lib/ +Class-Method-Modifiers-2.12/LICENSE +Class-Method-Modifiers-2.12/Makefile.PL +Class-Method-Modifiers-2.12/MANIFEST +Class-Method-Modifiers-2.12/META.json +Class-Method-Modifiers-2.12/META.yml +Class-Method-Modifiers-2.12/README +Class-Method-Modifiers-2.12/t/ +Class-Method-Modifiers-2.12/xt/ +Class-Method-Modifiers-2.12/xt/author/ +Class-Method-Modifiers-2.12/xt/release/ +Class-Method-Modifiers-2.12/xt/release/changes_has_content.t +Class-Method-Modifiers-2.12/xt/release/cpan-changes.t +Class-Method-Modifiers-2.12/xt/release/distmeta.t +Class-Method-Modifiers-2.12/xt/release/minimum-version.t +Class-Method-Modifiers-2.12/xt/release/pod-no404s.t +Class-Method-Modifiers-2.12/xt/release/portability.t +Class-Method-Modifiers-2.12/xt/author/00-compile.t +Class-Method-Modifiers-2.12/xt/author/clean-namespaces.t +Class-Method-Modifiers-2.12/xt/author/eol.t +Class-Method-Modifiers-2.12/xt/author/kwalitee.t +Class-Method-Modifiers-2.12/xt/author/mojibake.t +Class-Method-Modifiers-2.12/xt/author/no-tabs.t +Class-Method-Modifiers-2.12/xt/author/pod-coverage.t +Class-Method-Modifiers-2.12/xt/author/pod-spell.t +Class-Method-Modifiers-2.12/xt/author/pod-syntax.t +Class-Method-Modifiers-2.12/t/00-report-prereqs.dd +Class-Method-Modifiers-2.12/t/00-report-prereqs.t +Class-Method-Modifiers-2.12/t/000-load.t +Class-Method-Modifiers-2.12/t/001-error.t +Class-Method-Modifiers-2.12/t/002-cache.t +Class-Method-Modifiers-2.12/t/003-basic.t +Class-Method-Modifiers-2.12/t/004-around.t +Class-Method-Modifiers-2.12/t/005-return.t +Class-Method-Modifiers-2.12/t/010-before-args.t +Class-Method-Modifiers-2.12/t/011-after-args.t +Class-Method-Modifiers-2.12/t/012-around-args.t +Class-Method-Modifiers-2.12/t/020-multiple-inheritance.t +Class-Method-Modifiers-2.12/t/030-multiple-before.t +Class-Method-Modifiers-2.12/t/031-multiple-after.t +Class-Method-Modifiers-2.12/t/032-multiple-around.t +Class-Method-Modifiers-2.12/t/034-multiple-everything.t +Class-Method-Modifiers-2.12/t/035-multiple-everything-twice.t +Class-Method-Modifiers-2.12/t/040-twice-orig.t +Class-Method-Modifiers-2.12/t/041-modify-parent.t +Class-Method-Modifiers-2.12/t/051-undef-list-ctxt.t +Class-Method-Modifiers-2.12/t/060-caller.t +Class-Method-Modifiers-2.12/t/070-modify-multiple-at-once.t +Class-Method-Modifiers-2.12/t/080-multiple-modifiers.t +Class-Method-Modifiers-2.12/t/081-sub-and-modifier.t +Class-Method-Modifiers-2.12/t/090-diamond.t +Class-Method-Modifiers-2.12/t/100-class-mop-method-modifiers.t +Class-Method-Modifiers-2.12/t/110-namespace-clean.t +Class-Method-Modifiers-2.12/t/120-fresh.t +Class-Method-Modifiers-2.12/t/130-clean-underscore.t +Class-Method-Modifiers-2.12/t/140-lvalue.t +Class-Method-Modifiers-2.12/lib/Class/ +Class-Method-Modifiers-2.12/lib/Class/Method/ +Class-Method-Modifiers-2.12/lib/Class/Method/Modifiers.pm +Entering Class-Method-Modifiers-2.12 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Method-Modifiers-2.12 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Method::Modifiers +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have base 0 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B 0 ... Yes (1.70) +OK +Building and testing Class-Method-Modifiers-2.12 ... cp lib/Class/Method/Modifiers.pm blib/lib/Class/Method/Modifiers.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::Fatal any 0.014 +# Test::More 0.88 1.302098 +# Test::Requires any 0.10 +# if any 0.0607 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# B any 1.70 +# Carp any 1.43 +# Exporter any 5.72 +# base any 2.26 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# -------------------- ------- +# Moo missing +# Moose missing +# Pod::Coverage missing +# Role::Tiny missing +# Sub::Install 0.928 +# Sub::Name 0.21 +# namespace::autoclean missing +# namespace::clean missing +# +t/00-report-prereqs.t ............... ok +t/000-load.t ........................ ok +t/001-error.t ....................... ok +t/002-cache.t ....................... ok +t/003-basic.t ....................... ok +t/004-around.t ...................... ok +t/005-return.t ...................... ok +t/010-before-args.t ................. ok +t/011-after-args.t .................. ok +t/012-around-args.t ................. ok +t/020-multiple-inheritance.t ........ ok +t/030-multiple-before.t ............. ok +t/031-multiple-after.t .............. ok +t/032-multiple-around.t ............. ok +t/034-multiple-everything.t ......... ok +t/035-multiple-everything-twice.t ... ok +t/040-twice-orig.t .................. ok +t/041-modify-parent.t ............... ok +t/051-undef-list-ctxt.t ............. ok +t/060-caller.t ...................... ok +t/070-modify-multiple-at-once.t ..... ok +t/080-multiple-modifiers.t .......... ok +t/081-sub-and-modifier.t ............ ok +t/090-diamond.t ..................... ok +t/100-class-mop-method-modifiers.t .. ok +t/110-namespace-clean.t ............. skipped: Test requires module 'Moose' but it's not found +t/120-fresh.t ....................... ok +t/130-clean-underscore.t ............ ok +t/140-lvalue.t ...................... ok +All tests successful. +Files=29, Tests=127, 2 wallclock secs ( 0.10 usr 0.03 sys + 1.84 cusr 0.24 csys = 2.21 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Method/Modifiers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Method::Modifiers.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Method-Modifiers-2.12 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Method-Modifiers-2.12/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Method-Modifiers-2.12/MYMETA.json +Already tried Module::Runtime. Skipping. +Searching Devel::GlobalDestruction (0.11) on cpanmetadb ... +--2017-10-09 07:26:52-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::GlobalDestruction +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 118 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.9M=0s + +2017-10-09 07:26:52 (24.9 MB/s) - written to stdout [118/118] + +--> Working on Devel::GlobalDestruction +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz ... --2017-10-09 07:26:52-- http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10041 (9.8K) [application/x-gzip] +Saving to: ‘Devel-GlobalDestruction-0.14.tar.gz’ + + 0K ......... 100% 123M=0s + +2017-10-09 07:26:52 (123 MB/s) - ‘Devel-GlobalDestruction-0.14.tar.gz’ saved [10041/10041] + +Unpacking Devel-GlobalDestruction-0.14.tar.gz +OK +Devel-GlobalDestruction-0.14/ +Devel-GlobalDestruction-0.14/Changes +Devel-GlobalDestruction-0.14/inc/ +Devel-GlobalDestruction-0.14/lib/ +Devel-GlobalDestruction-0.14/maint/ +Devel-GlobalDestruction-0.14/Makefile.PL +Devel-GlobalDestruction-0.14/MANIFEST +Devel-GlobalDestruction-0.14/META.json +Devel-GlobalDestruction-0.14/META.yml +Devel-GlobalDestruction-0.14/README +Devel-GlobalDestruction-0.14/t/ +Devel-GlobalDestruction-0.14/t/01_basic.t +Devel-GlobalDestruction-0.14/t/02_thread.t +Devel-GlobalDestruction-0.14/t/03_minusc.t +Devel-GlobalDestruction-0.14/t/04_phases.t +Devel-GlobalDestruction-0.14/t/05_thread_clone.t +Devel-GlobalDestruction-0.14/t/06_load-in-gd.t +Devel-GlobalDestruction-0.14/t/10_pure-perl.t +Devel-GlobalDestruction-0.14/maint/Makefile.PL.include +Devel-GlobalDestruction-0.14/lib/Devel/ +Devel-GlobalDestruction-0.14/lib/Devel/GlobalDestruction.pm +Devel-GlobalDestruction-0.14/inc/ExtUtils/ +Devel-GlobalDestruction-0.14/inc/ExtUtils/HasCompiler.pm +Entering Devel-GlobalDestruction-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-GlobalDestruction-0.14 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::GlobalDestruction +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Exporter::Progressive 0.001011 ... Yes (0.001013) +OK +Building and testing Devel-GlobalDestruction-0.14 ... cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_basic.t ......... ok +t/02_thread.t ........ skipped: your perl does not support ithreads +t/03_minusc.t syntax OK +t/03_minusc.t ........ ok +t/04_phases.t ........ ok +t/05_thread_clone.t .. skipped: your perl does not support ithreads +t/06_load-in-gd.t .... ok +/home/ryan/.cpanm/work/1507547994.16943/Devel-GlobalDestruction-0.14/t/03_minusc.t syntax OK +t/10_pure-perl.t ..... ok +All tests successful. +Files=7, Tests=31, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.16 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/GlobalDestruction.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::GlobalDestruction.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Devel-GlobalDestruction-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-GlobalDestruction-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-GlobalDestruction-0.14/MYMETA.json +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed +! Bailing out the installation for Moo-2.003002. +Searching YAPE::Regex::Explain (0) on cpanmetadb ... +--2017-10-09 07:26:53-- http://cpanmetadb.plackperl.org/v1.0/package/YAPE::Regex::Explain +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 113 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.3M=0s + +2017-10-09 07:26:53 (23.3 MB/s) - written to stdout [113/113] + +--> Working on YAPE::Regex::Explain +Fetching http://www.cpan.org/authors/id/G/GS/GSULLIVAN/YAPE-Regex-Explain-4.01.tar.gz ... --2017-10-09 07:26:53-- http://www.cpan.org/authors/id/G/GS/GSULLIVAN/YAPE-Regex-Explain-4.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8553 (8.4K) [application/x-gzip] +Saving to: ‘YAPE-Regex-Explain-4.01.tar.gz’ + + 0K ........ 100% 83.7M=0s + +2017-10-09 07:26:53 (83.7 MB/s) - ‘YAPE-Regex-Explain-4.01.tar.gz’ saved [8553/8553] + +Unpacking YAPE-Regex-Explain-4.01.tar.gz +OK +YAPE-Regex-Explain-4.01/ +YAPE-Regex-Explain-4.01/Changes +YAPE-Regex-Explain-4.01/MANIFEST +YAPE-Regex-Explain-4.01/META.yml +YAPE-Regex-Explain-4.01/Makefile.PL +YAPE-Regex-Explain-4.01/README +YAPE-Regex-Explain-4.01/examples/ +YAPE-Regex-Explain-4.01/examples/explain +YAPE-Regex-Explain-4.01/examples/test.pl +YAPE-Regex-Explain-4.01/examples/simple +YAPE-Regex-Explain-4.01/t/ +YAPE-Regex-Explain-4.01/t/pod.t +YAPE-Regex-Explain-4.01/t/regex-mode.t +YAPE-Regex-Explain-4.01/t/basic.t +YAPE-Regex-Explain-4.01/t/silent-mode.t +YAPE-Regex-Explain-4.01/Explain.pm +Entering YAPE-Regex-Explain-4.01 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring YAPE-Regex-Explain-4.01 ... Warning: prerequisite YAPE::Regex 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for YAPE::Regex::Explain +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have YAPE::Regex 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching YAPE::Regex (0) on cpanmetadb ... +OK +==> Found dependencies: YAPE::Regex +--2017-10-09 07:26:54-- http://cpanmetadb.plackperl.org/v1.0/package/YAPE::Regex +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 814 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 116M=0s + +2017-10-09 07:26:54 (116 MB/s) - written to stdout [814/814] + +--> Working on YAPE::Regex +Fetching http://www.cpan.org/authors/id/G/GS/GSULLIVAN/YAPE-Regex-4.00.tar.gz ... --2017-10-09 07:26:54-- http://www.cpan.org/authors/id/G/GS/GSULLIVAN/YAPE-Regex-4.00.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15889 (16K) [application/x-gzip] +Saving to: ‘YAPE-Regex-4.00.tar.gz’ + + 0K .......... ..... 100% 23.8M=0.001s + +2017-10-09 07:26:54 (23.8 MB/s) - ‘YAPE-Regex-4.00.tar.gz’ saved [15889/15889] + +Unpacking YAPE-Regex-4.00.tar.gz +OK +YAPE-Regex-4.00/ +YAPE-Regex-4.00/Changes +YAPE-Regex-4.00/MANIFEST +YAPE-Regex-4.00/META.yml +YAPE-Regex-4.00/Makefile.PL +YAPE-Regex-4.00/README +YAPE-Regex-4.00/test.pl +YAPE-Regex-4.00/Regex.pm +YAPE-Regex-4.00/Regex/ +YAPE-Regex-4.00/Regex/Element.pm +YAPE-Regex-4.00/extra/ +YAPE-Regex-4.00/extra/YAPE.pm +Entering YAPE-Regex-4.00 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring YAPE-Regex-4.00 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for YAPE::Regex +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Text::Balanced 0 ... Yes (2.03) +OK +Building and testing YAPE-Regex-4.00 ... cp Regex/Element.pm blib/lib/YAPE/Regex/Element.pm +cp Regex.pm blib/lib/YAPE/Regex.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/lib" "-Iblib/arch" test.pl +1..13 +ok 1 +ok 2 +ok 3 +ok 4 +ok 5 +ok 6 +ok 7 +ok 8 +ok 9 +ok 10 +ok 11 +ok 12 +ok 13 +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/YAPE/Regex.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/YAPE/Regex/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAPE::Regex::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAPE::Regex.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed YAPE-Regex-4.00 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAPE-Regex-4.00/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAPE-Regex-4.00/MYMETA.json +Building and testing YAPE-Regex-Explain-4.01 ... cp Explain.pm blib/lib/YAPE/Regex/Explain.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basic.t ........ ok +t/pod.t .......... skipped: Test::Pod 1.22 required for testing POD +t/regex-mode.t ... ok +t/silent-mode.t .. ok +All tests successful. +Files=4, Tests=7, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.31 cusr 0.02 csys = 0.37 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/YAPE/Regex/Explain.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAPE::Regex::Explain.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed YAPE-Regex-Explain-4.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAPE-Regex-Explain-4.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAPE-Regex-Explain-4.01/MYMETA.json +Already tried List::MoreUtils. Skipping. +Searching POE (0) on cpanmetadb ... +--2017-10-09 07:26:56-- http://cpanmetadb.plackperl.org/v1.0/package/POE +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1404 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 148M=0s + +2017-10-09 07:26:56 (148 MB/s) - written to stdout [1404/1404] + +--> Working on POE +Fetching http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-1.367.tar.gz ... --2017-10-09 07:26:56-- http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-1.367.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 381473 (373K) [application/x-gzip] +Saving to: ‘POE-1.367.tar.gz’ + + 0K .......... .......... .......... .......... .......... 13% 28.1M 0s + 50K .......... .......... .......... .......... .......... 26% 55.4M 0s + 100K .......... .......... .......... .......... .......... 40% 29.1M 0s + 150K .......... .......... .......... .......... .......... 53% 52.6M 0s + 200K .......... .......... .......... .......... .......... 67% 27.8M 0s + 250K .......... .......... .......... .......... .......... 80% 46.1M 0s + 300K .......... .......... .......... .......... .......... 93% 56.8M 0s + 350K .......... .......... .. 100% 36.7M=0.01s + +2017-10-09 07:26:56 (38.3 MB/s) - ‘POE-1.367.tar.gz’ saved [381473/381473] + +Unpacking POE-1.367.tar.gz +OK +POE-1.367/ +POE-1.367/CHANGES +POE-1.367/examples/ +POE-1.367/HISTORY +POE-1.367/lib/ +POE-1.367/Makefile.PL +POE-1.367/MANIFEST +POE-1.367/MANIFEST.SKIP +POE-1.367/META.json +POE-1.367/META.yml +POE-1.367/mylib/ +POE-1.367/README +POE-1.367/t/ +POE-1.367/TODO +POE-1.367/t/00_info.t +POE-1.367/t/10_units/ +POE-1.367/t/20_resources/ +POE-1.367/t/90_regression/ +POE-1.367/t/90_regression/agaran-filter-httpd.t +POE-1.367/t/90_regression/averell-callback-ret.t +POE-1.367/t/90_regression/bingos-followtail.t +POE-1.367/t/90_regression/broeren-win32-nbio.t +POE-1.367/t/90_regression/cfedde-filter-httpd.t +POE-1.367/t/90_regression/ferrari-server-unix.t +POE-1.367/t/90_regression/grinnz-die-in-die.t +POE-1.367/t/90_regression/hinrik-wheel-run-die.t +POE-1.367/t/90_regression/kjeldahl-stop-start-polling.t +POE-1.367/t/90_regression/kjeldahl-stop-start-sig-nopipe.t +POE-1.367/t/90_regression/kjeldahl-stop-start-sig-pipe.t +POE-1.367/t/90_regression/leolo-sig-die.t +POE-1.367/t/90_regression/meh-startstop-return.t +POE-1.367/t/90_regression/neyuki_detach.t +POE-1.367/t/90_regression/pipe-followtail.t +POE-1.367/t/90_regression/prumike-win32-stat.t +POE-1.367/t/90_regression/rt14444-arg1.t +POE-1.367/t/90_regression/rt1648-tied-stderr.t +POE-1.367/t/90_regression/rt19908-merlyn-stop.t +POE-1.367/t/90_regression/rt23181-sigchld-rc.t +POE-1.367/t/90_regression/rt47966-sigchld.t +POE-1.367/t/90_regression/rt56417-wheel-run.t +POE-1.367/t/90_regression/rt65460-forking.t +POE-1.367/t/90_regression/socketfactory-timeout.t +POE-1.367/t/90_regression/somni-poco-server-tcp.t +POE-1.367/t/90_regression/steinert-passed-wheel.t +POE-1.367/t/90_regression/suzman_windows.t +POE-1.367/t/90_regression/ton-stop-corruption.t +POE-1.367/t/90_regression/tracing-sane-exit.t +POE-1.367/t/90_regression/whelan-dieprop.t +POE-1.367/t/90_regression/whjackson-followtail.t +POE-1.367/t/20_resources/00_base/ +POE-1.367/t/20_resources/00_base/aliases.pm +POE-1.367/t/20_resources/00_base/caller_state.pm +POE-1.367/t/20_resources/00_base/events.pm +POE-1.367/t/20_resources/00_base/extrefs.pm +POE-1.367/t/20_resources/00_base/extrefs_gc.pm +POE-1.367/t/20_resources/00_base/filehandles.pm +POE-1.367/t/20_resources/00_base/sessions.pm +POE-1.367/t/20_resources/00_base/sids.pm +POE-1.367/t/20_resources/00_base/signals.pm +POE-1.367/t/10_units/01_pod/ +POE-1.367/t/10_units/02_pipes/ +POE-1.367/t/10_units/03_base/ +POE-1.367/t/10_units/04_drivers/ +POE-1.367/t/10_units/05_filters/ +POE-1.367/t/10_units/06_queues/ +POE-1.367/t/10_units/07_exceptions/ +POE-1.367/t/10_units/08_loops/ +POE-1.367/t/10_units/08_loops/01_explicit_loop.t +POE-1.367/t/10_units/08_loops/02_explicit_loop_fail.t +POE-1.367/t/10_units/08_loops/03_explicit_loop_poll.t +POE-1.367/t/10_units/08_loops/04_explicit_loop_envvar.t +POE-1.367/t/10_units/08_loops/05_kernel_loop.t +POE-1.367/t/10_units/08_loops/06_kernel_loop_poll.t +POE-1.367/t/10_units/08_loops/07_kernel_loop_fail.t +POE-1.367/t/10_units/08_loops/08_kernel_loop_search_poll.t +POE-1.367/t/10_units/08_loops/09_naive_loop_load.t +POE-1.367/t/10_units/08_loops/10_naive_loop_load_poll.t +POE-1.367/t/10_units/08_loops/11_double_loop.t +POE-1.367/t/10_units/07_exceptions/01_normal.t +POE-1.367/t/10_units/07_exceptions/02_turn_off.t +POE-1.367/t/10_units/07_exceptions/03_not_handled.t +POE-1.367/t/10_units/06_queues/01_array.t +POE-1.367/t/10_units/05_filters/01_block.t +POE-1.367/t/10_units/05_filters/02_grep.t +POE-1.367/t/10_units/05_filters/03_http.t +POE-1.367/t/10_units/05_filters/04_line.t +POE-1.367/t/10_units/05_filters/05_map.t +POE-1.367/t/10_units/05_filters/06_recordblock.t +POE-1.367/t/10_units/05_filters/07_reference.t +POE-1.367/t/10_units/05_filters/08_stream.t +POE-1.367/t/10_units/05_filters/50_stackable.t +POE-1.367/t/10_units/05_filters/51_reference_die.t +POE-1.367/t/10_units/05_filters/99_filterchange.t +POE-1.367/t/10_units/05_filters/TestFilter.pm +POE-1.367/t/10_units/04_drivers/01_sysrw.t +POE-1.367/t/10_units/03_base/01_poe.t +POE-1.367/t/10_units/03_base/03_component.t +POE-1.367/t/10_units/03_base/04_driver.t +POE-1.367/t/10_units/03_base/05_filter.t +POE-1.367/t/10_units/03_base/06_loop.t +POE-1.367/t/10_units/03_base/07_queue.t +POE-1.367/t/10_units/03_base/08_resource.t +POE-1.367/t/10_units/03_base/09_resources.t +POE-1.367/t/10_units/03_base/10_wheel.t +POE-1.367/t/10_units/03_base/11_assert_usage.t +POE-1.367/t/10_units/03_base/12_assert_retval.t +POE-1.367/t/10_units/03_base/13_assert_data.t +POE-1.367/t/10_units/03_base/14_kernel.t +POE-1.367/t/10_units/03_base/15_kernel_internal.t +POE-1.367/t/10_units/03_base/16_nfa_usage.t +POE-1.367/t/10_units/03_base/17_detach_start.t +POE-1.367/t/10_units/02_pipes/01_base.t +POE-1.367/t/10_units/02_pipes/02_oneway.t +POE-1.367/t/10_units/02_pipes/03_twoway.t +POE-1.367/t/10_units/01_pod/01_pod.t +POE-1.367/t/10_units/01_pod/02_pod_coverage.t +POE-1.367/t/10_units/01_pod/03_pod_no404s.t +POE-1.367/t/10_units/01_pod/04_pod_linkcheck.t +POE-1.367/mylib/coverage.perl +POE-1.367/mylib/cpan-test.perl +POE-1.367/mylib/Devel/ +POE-1.367/mylib/events_per_second.pl +POE-1.367/mylib/ForkingDaemon.pm +POE-1.367/mylib/gen-tests.perl +POE-1.367/mylib/MyOtherFreezer.pm +POE-1.367/mylib/PoeBuildInfo.pm +POE-1.367/mylib/svn-log.perl +POE-1.367/mylib/Devel/Null.pm +POE-1.367/lib/POE/ +POE-1.367/lib/POE.pm +POE-1.367/lib/POE/Component/ +POE-1.367/lib/POE/Component.pm +POE-1.367/lib/POE/Driver/ +POE-1.367/lib/POE/Driver.pm +POE-1.367/lib/POE/Filter/ +POE-1.367/lib/POE/Filter.pm +POE-1.367/lib/POE/Kernel.pm +POE-1.367/lib/POE/Loop/ +POE-1.367/lib/POE/Loop.pm +POE-1.367/lib/POE/NFA.pm +POE-1.367/lib/POE/Pipe/ +POE-1.367/lib/POE/Pipe.pm +POE-1.367/lib/POE/Queue/ +POE-1.367/lib/POE/Queue.pm +POE-1.367/lib/POE/Resource/ +POE-1.367/lib/POE/Resource.pm +POE-1.367/lib/POE/Resources.pm +POE-1.367/lib/POE/Session.pm +POE-1.367/lib/POE/Test/ +POE-1.367/lib/POE/Wheel/ +POE-1.367/lib/POE/Wheel.pm +POE-1.367/lib/POE/Wheel/Curses.pm +POE-1.367/lib/POE/Wheel/FollowTail.pm +POE-1.367/lib/POE/Wheel/ListenAccept.pm +POE-1.367/lib/POE/Wheel/ReadLine.pm +POE-1.367/lib/POE/Wheel/ReadWrite.pm +POE-1.367/lib/POE/Wheel/Run.pm +POE-1.367/lib/POE/Wheel/SocketFactory.pm +POE-1.367/lib/POE/Test/Sequence.pm +POE-1.367/lib/POE/Resource/Aliases.pm +POE-1.367/lib/POE/Resource/Clock.pm +POE-1.367/lib/POE/Resource/Events.pm +POE-1.367/lib/POE/Resource/Extrefs.pm +POE-1.367/lib/POE/Resource/FileHandles.pm +POE-1.367/lib/POE/Resource/Sessions.pm +POE-1.367/lib/POE/Resource/SIDs.pm +POE-1.367/lib/POE/Resource/Signals.pm +POE-1.367/lib/POE/Queue/Array.pm +POE-1.367/lib/POE/Pipe/OneWay.pm +POE-1.367/lib/POE/Pipe/TwoWay.pm +POE-1.367/lib/POE/Loop/IO_Poll.pm +POE-1.367/lib/POE/Loop/PerlSignals.pm +POE-1.367/lib/POE/Loop/Select.pm +POE-1.367/lib/POE/Filter/Block.pm +POE-1.367/lib/POE/Filter/Grep.pm +POE-1.367/lib/POE/Filter/HTTPD.pm +POE-1.367/lib/POE/Filter/Line.pm +POE-1.367/lib/POE/Filter/Map.pm +POE-1.367/lib/POE/Filter/RecordBlock.pm +POE-1.367/lib/POE/Filter/Reference.pm +POE-1.367/lib/POE/Filter/Stackable.pm +POE-1.367/lib/POE/Filter/Stream.pm +POE-1.367/lib/POE/Driver/SysRW.pm +POE-1.367/lib/POE/Component/Client/ +POE-1.367/lib/POE/Component/Server/ +POE-1.367/lib/POE/Component/Server/TCP.pm +POE-1.367/lib/POE/Component/Client/TCP.pm +POE-1.367/examples/create.perl +POE-1.367/examples/fakelogin.perl +POE-1.367/examples/forkbomb.perl +POE-1.367/examples/names.perl +POE-1.367/examples/objmaps.perl +POE-1.367/examples/objsessions.perl +POE-1.367/examples/packagesessions.perl +POE-1.367/examples/queue.perl +POE-1.367/examples/README.samples +POE-1.367/examples/selects.perl +POE-1.367/examples/sessions.perl +POE-1.367/examples/signals.perl +POE-1.367/examples/tcp_watermarks.perl +POE-1.367/examples/thrash.perl +POE-1.367/examples/watermarks.perl +POE-1.367/examples/wheels2.perl +Entering POE-1.367 +Checking configure dependencies from META.json +Checking if you have POE::Test::Loops 1.360 ... No +Searching POE::Test::Loops (1.360) on cpanmetadb ... +==> Found dependencies: POE::Test::Loops +--2017-10-09 07:26:56-- http://cpanmetadb.plackperl.org/v1.0/package/POE::Test::Loops +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 137 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.6M=0s + +2017-10-09 07:26:56 (30.6 MB/s) - written to stdout [137/137] + +--> Working on POE::Test::Loops +Fetching http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Test-Loops-1.360.tar.gz ... --2017-10-09 07:26:56-- http://www.cpan.org/authors/id/R/RC/RCAPUTO/POE-Test-Loops-1.360.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 72063 (70K) [application/x-gzip] +Saving to: ‘POE-Test-Loops-1.360.tar.gz’ + + 0K .......... .......... .......... .......... .......... 71% 24.3M 0s + 50K .......... .......... 100% 29.3M=0.003s + +2017-10-09 07:26:56 (25.5 MB/s) - ‘POE-Test-Loops-1.360.tar.gz’ saved [72063/72063] + +Unpacking POE-Test-Loops-1.360.tar.gz +OK +POE-Test-Loops-1.360 +POE-Test-Loops-1.360/README +POE-Test-Loops-1.360/CHANGES +POE-Test-Loops-1.360/LICENSE +POE-Test-Loops-1.360/dist.ini +POE-Test-Loops-1.360/META.yml +POE-Test-Loops-1.360/MANIFEST +POE-Test-Loops-1.360/META.json +POE-Test-Loops-1.360/README.mkdn +POE-Test-Loops-1.360/Makefile.PL +POE-Test-Loops-1.360/MANIFEST.SKIP +POE-Test-Loops-1.360/t +POE-Test-Loops-1.360/t/01_no_tests.t +POE-Test-Loops-1.360/bin +POE-Test-Loops-1.360/bin/poe-gen-tests +POE-Test-Loops-1.360/lib/POE/Test +POE-Test-Loops-1.360/lib/POE/Test/Loops.pm +POE-Test-Loops-1.360/t/000-report-versions.t +POE-Test-Loops-1.360/xt/release +POE-Test-Loops-1.360/xt/release/pod-syntax.t +POE-Test-Loops-1.360/xt/release/pod-coverage.t +POE-Test-Loops-1.360/lib/POE/Test/DondeEstan.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops +POE-Test-Loops-1.360/lib/POE/Test/Loops/00_info.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/ses_nfa.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/comp_tcp.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_alarms.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_detach.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_aliases.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_selects.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_signals.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_run.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/all_errors.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_tail.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_sig_child.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/ses_session.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_accept.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_curses.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_tcp.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_udp.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_run_returns.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_ipv6.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_sf_unix.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/connect_errors.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_readline.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_run_size.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/k_signals_rerun.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/sbk_signal_init.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/wheel_readwrite.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_leolo_wheel_run.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_rt39872_sigchld.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_kogman_sig_order.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/comp_tcp_concurrent.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_merijn_sigchld_system.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_steinert_signal_integrity.pm +POE-Test-Loops-1.360/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm +Entering POE-Test-Loops-1.360 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring POE-Test-Loops-1.360 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for POE::Test::Loops +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing POE-Test-Loops-1.360 ... cp lib/POE/Test/Loops/00_info.pm blib/lib/POE/Test/Loops/00_info.pm +cp lib/POE/Test/Loops/z_rt39872_sigchld.pm blib/lib/POE/Test/Loops/z_rt39872_sigchld.pm +cp lib/POE/Test/Loops/wheel_readwrite.pm blib/lib/POE/Test/Loops/wheel_readwrite.pm +cp lib/POE/Test/Loops/z_kogman_sig_order.pm blib/lib/POE/Test/Loops/z_kogman_sig_order.pm +cp lib/POE/Test/Loops/connect_errors.pm blib/lib/POE/Test/Loops/connect_errors.pm +cp lib/POE/Test/Loops/wheel_accept.pm blib/lib/POE/Test/Loops/wheel_accept.pm +cp lib/POE/Test/Loops/wheel_tail.pm blib/lib/POE/Test/Loops/wheel_tail.pm +cp lib/POE/Test/Loops/wheel_readline.pm blib/lib/POE/Test/Loops/wheel_readline.pm +cp lib/POE/Test/DondeEstan.pm blib/lib/POE/Test/DondeEstan.pm +cp lib/POE/Test/Loops/k_signals.pm blib/lib/POE/Test/Loops/k_signals.pm +cp lib/POE/Test/Loops/k_run_returns.pm blib/lib/POE/Test/Loops/k_run_returns.pm +cp lib/POE/Test/Loops/wheel_sf_tcp.pm blib/lib/POE/Test/Loops/wheel_sf_tcp.pm +cp lib/POE/Test/Loops/k_signals_rerun.pm blib/lib/POE/Test/Loops/k_signals_rerun.pm +cp lib/POE/Test/Loops/k_sig_child.pm blib/lib/POE/Test/Loops/k_sig_child.pm +cp lib/POE/Test/Loops/wheel_run_size.pm blib/lib/POE/Test/Loops/wheel_run_size.pm +cp lib/POE/Test/Loops/comp_tcp.pm blib/lib/POE/Test/Loops/comp_tcp.pm +cp lib/POE/Test/Loops/comp_tcp_concurrent.pm blib/lib/POE/Test/Loops/comp_tcp_concurrent.pm +cp lib/POE/Test/Loops/wheel_sf_ipv6.pm blib/lib/POE/Test/Loops/wheel_sf_ipv6.pm +cp lib/POE/Test/Loops.pm blib/lib/POE/Test/Loops.pm +cp lib/POE/Test/Loops/wheel_sf_udp.pm blib/lib/POE/Test/Loops/wheel_sf_udp.pm +cp lib/POE/Test/Loops/z_leolo_wheel_run.pm blib/lib/POE/Test/Loops/z_leolo_wheel_run.pm +cp lib/POE/Test/Loops/k_detach.pm blib/lib/POE/Test/Loops/k_detach.pm +cp lib/POE/Test/Loops/z_merijn_sigchld_system.pm blib/lib/POE/Test/Loops/z_merijn_sigchld_system.pm +cp lib/POE/Test/Loops/ses_nfa.pm blib/lib/POE/Test/Loops/ses_nfa.pm +cp lib/POE/Test/Loops/all_errors.pm blib/lib/POE/Test/Loops/all_errors.pm +cp lib/POE/Test/Loops/k_selects.pm blib/lib/POE/Test/Loops/k_selects.pm +cp lib/POE/Test/Loops/k_aliases.pm blib/lib/POE/Test/Loops/k_aliases.pm +cp lib/POE/Test/Loops/ses_session.pm blib/lib/POE/Test/Loops/ses_session.pm +cp lib/POE/Test/Loops/sbk_signal_init.pm blib/lib/POE/Test/Loops/sbk_signal_init.pm +cp lib/POE/Test/Loops/wheel_sf_unix.pm blib/lib/POE/Test/Loops/wheel_sf_unix.pm +cp lib/POE/Test/Loops/wheel_curses.pm blib/lib/POE/Test/Loops/wheel_curses.pm +cp lib/POE/Test/Loops/k_alarms.pm blib/lib/POE/Test/Loops/k_alarms.pm +cp lib/POE/Test/Loops/wheel_run.pm blib/lib/POE/Test/Loops/wheel_run.pm +cp lib/POE/Test/Loops/z_rt53302_fh_watchers.pm blib/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm +cp lib/POE/Test/Loops/z_steinert_signal_integrity.pm blib/lib/POE/Test/Loops/z_steinert_signal_integrity.pm +cp lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm blib/lib/POE/Test/Loops/z_rt39872_sigchld_stop.pm +cp lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm blib/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm +cp bin/poe-gen-tests blib/script/poe-gen-tests +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/poe-gen-tests +Manifying 1 pod document +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing with Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# ExtUtils::MakeMaker version is 7.3 +# Test::More version is 1.302098 +t/000-report-versions.t .. ok +t/01_no_tests.t .......... ok +All tests successful. +Files=2, Tests=3, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.20 cusr 0.01 csys = 0.24 CPU) +Result: PASS +Manifying 1 pod document +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/DondeEstan.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_sf_tcp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_signals.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_merijn_sigchld_system.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/sbk_signal_init.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/all_errors.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_tail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_rt39872_sigchld.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_alarms.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_curses.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_sig_child.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_selects.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_readline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_sf_ipv6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_accept.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_leolo_wheel_run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/comp_tcp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_signals_rerun.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/connect_errors.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_rt53302_fh_watchers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_rt54319_bazerka_followtail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/00_info.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_sf_udp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_kogman_sig_order.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_rt39872_sigchld_stop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/comp_tcp_concurrent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/z_steinert_signal_integrity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_readwrite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_session.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_run_returns.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_nfa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_aliases.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_sf_unix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/wheel_run_size.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/k_detach.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/poe-gen-tests.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Test::Loops.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/poe-gen-tests +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed POE-Test-Loops-1.360 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Test-Loops-1.360/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Test-Loops-1.360/MYMETA.json +Running Makefile.PL +Configuring POE-1.367 ... +============================================= + +STDIN is not a terminal. Assuming --default. + +============================================= + +*** Some required features may not be available: +*** IO::Pipely 0.005 could not be loaded. +*** IO::Tty 1.08 could not be loaded. +*** Some optional features may not be available: +*** Curses 1.08 could not be loaded. +*** IO::Pty 1.02 could not be loaded. +*** LWP 5.79 could not be loaded. +*** Term::ReadKey 2.21 could not be loaded. +*** URI 1.3 could not be loaded. +Warning: prerequisite IO::Pipely 0.005 not found. +Warning: prerequisite IO::Tty 1.08 not found. +Some of POE's tests require a functional network. +You can skip these tests if you'd like. + +Would you like to skip the network tests? [n] n + + +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for POE +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have IO 1.24 ... Yes (1.38) +Checking if you have Storable 2.16 ... Yes (2.64) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have IO::Pipely 0.005 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Socket 1.7 ... Yes (2.020_03) +Checking if you have IO::Tty 1.08 ... No +Checking if you have Carp 1.22 ... Yes (1.43) +Checking if you have POE::Test::Loops 1.360 ... Yes (1.360) +Checking if you have Errno 1.09 ... Yes (1.28) +Checking if you have Test::Harness 3.35 ... Yes (3.39) +Searching IO::Pipely (0.005) on cpanmetadb ... +OK +==> Found dependencies: IO::Pipely, IO::Tty +--2017-10-09 07:26:58-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Pipely +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.0M=0s + +2017-10-09 07:26:58 (19.0 MB/s) - written to stdout [95/95] + +--> Working on IO::Pipely +Fetching http://www.cpan.org/authors/id/R/RC/RCAPUTO/IO-Pipely-0.005.tar.gz ... --2017-10-09 07:26:58-- http://www.cpan.org/authors/id/R/RC/RCAPUTO/IO-Pipely-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23928 (23K) [application/x-gzip] +Saving to: ‘IO-Pipely-0.005.tar.gz’ + + 0K .......... .......... ... 100% 26.1M=0.001s + +2017-10-09 07:26:58 (26.1 MB/s) - ‘IO-Pipely-0.005.tar.gz’ saved [23928/23928] + +Unpacking IO-Pipely-0.005.tar.gz +OK +IO-Pipely-0.005/ +IO-Pipely-0.005/CHANGES +IO-Pipely-0.005/dist.ini +IO-Pipely-0.005/lib/ +IO-Pipely-0.005/LICENSE +IO-Pipely-0.005/Makefile.PL +IO-Pipely-0.005/MANIFEST +IO-Pipely-0.005/MANIFEST.SKIP +IO-Pipely-0.005/META.json +IO-Pipely-0.005/META.yml +IO-Pipely-0.005/README +IO-Pipely-0.005/README.mkdn +IO-Pipely-0.005/t/ +IO-Pipely-0.005/t/00-info-perl.t +IO-Pipely-0.005/t/000-report-versions.t +IO-Pipely-0.005/t/01-test-pod.t +IO-Pipely-0.005/t/02-pod-no404s.t +IO-Pipely-0.005/t/11-pipely-base.t +IO-Pipely-0.005/t/12-pipely-oneway.t +IO-Pipely-0.005/t/13-pipely-twoway.t +IO-Pipely-0.005/t/release-pod-coverage.t +IO-Pipely-0.005/t/release-pod-syntax.t +IO-Pipely-0.005/lib/IO/ +IO-Pipely-0.005/lib/IO/Pipely.pm +Entering IO-Pipely-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IO-Pipely-0.005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IO::Pipely +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Symbol 1.06 ... Yes (1.08) +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have IO::Socket 1.31 ... Yes (1.38) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +OK +Building and testing IO-Pipely-0.005 ... cp lib/IO/Pipely.pm blib/lib/IO/Pipely.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 on linux +t/00-info-perl.t .......... ok +# Testing with Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# Carp version is 1.43 +# Exporter version is 5.72 +# ExtUtils::MakeMaker version is 7.3 +# Fcntl version is 1.13 +# IO::Socket version is 1.38 +# Scalar::Util version is 1.49 +# Symbol version is 1.08 +# Test::More version is 1.302098 +# base version is 2.26 +# strict version is 1.11 +# warnings version is 1.37 +t/000-report-versions.t ... ok +t/01-test-pod.t ........... skipped: RELEASE_TESTING environment variable is not true. +t/02-pod-no404s.t ......... skipped: RUN_NETWORK_TESTS environment variable is not true. +t/11-pipely-base.t ........ skipped: not implemented yet +t/12-pipely-oneway.t ...... ok +t/13-pipely-twoway.t ...... ok +t/release-pod-coverage.t .. skipped: these tests are for release candidate testing +t/release-pod-syntax.t .... skipped: these tests are for release candidate testing +All tests successful. +Files=9, Tests=23, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.63 cusr 0.05 csys = 0.73 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Pipely.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Pipely.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-Pipely-0.005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Pipely-0.005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Pipely-0.005/MYMETA.json +Searching IO::Tty (1.08) on cpanmetadb ... +--2017-10-09 07:27:00-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Tty +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 2.99M=0s + +2017-10-09 07:27:00 (2.99 MB/s) - written to stdout [100/100] + +--> Working on IO::Tty +Fetching http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-1.12.tar.gz ... --2017-10-09 07:27:00-- http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-1.12.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24564 (24K) [application/x-gzip] +Saving to: ‘IO-Tty-1.12.tar.gz’ + + 0K .......... .......... ... 100% 27.0M=0.001s + +2017-10-09 07:27:00 (27.0 MB/s) - ‘IO-Tty-1.12.tar.gz’ saved [24564/24564] + +Unpacking IO-Tty-1.12.tar.gz +OK +IO-Tty-1.12/ +IO-Tty-1.12/ChangeLog +IO-Tty-1.12/Makefile.PL +IO-Tty-1.12/MANIFEST +IO-Tty-1.12/META.json +IO-Tty-1.12/META.yml +IO-Tty-1.12/Pty.pm +IO-Tty-1.12/README +IO-Tty-1.12/t/ +IO-Tty-1.12/try +IO-Tty-1.12/Tty.pm +IO-Tty-1.12/Tty.xs +IO-Tty-1.12/t/test.t +Entering IO-Tty-1.12 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IO-Tty-1.12 ... Now let's see what we can find out about your system +(logfiles of failing tests are available in the conf/ dir)... +Looking for _getpty()...... not found. +Looking for getpt()........ FOUND. +Looking for grantpt()...... FOUND. +Looking for openpty()...... FOUND. +Looking for posix_openpt(). FOUND. +Looking for ptsname()...... FOUND. +Looking for ptsname_r().... FOUND. +Looking for sigaction().... FOUND. +Looking for strlcpy()...... not found. +Looking for ttyname()...... FOUND. +Looking for unlockpt()..... FOUND. +Looking for libutil.h...... not found. +Looking for pty.h.......... FOUND. +Looking for sys/pty.h...... not found. +Looking for sys/ptyio.h.... not found. +Looking for sys/stropts.h.. FOUND. +Looking for termio.h....... FOUND. +Looking for termios.h...... FOUND. +Looking for util.h......... not found. +Checking which symbols compile OK... +(sorry for the tedious check, but some systems have not too clean + header files, to say the least; '+' means OK, '-' means not defined + and '*' has compile problems...) ++B0 +B110 +B115200 +B1200 +B134 +B150 -B153600 +B1800 +B19200 +B200 +B230400 +B2400 +B300 -B307200 +B38400 +B460800 +B4800 +B50 +B57600 +B600 +B75 -B76800 +B9600 +BRKINT +BS0 +BS1 +BSDLY +CBAUD -CBAUDEXT +CBRK -CCTS_OFLOW -CDEL +CDSUSP +CEOF +CEOL -CEOL2 +CEOT +CERASE -CESC +CFLUSH +CIBAUD -CIBAUDEXT +CINTR +CKILL +CLNEXT +CLOCAL -CNSWTCH -CNUL +CQUIT +CR0 +CR1 +CR2 +CR3 +CRDLY +CREAD +CRPRNT +CRTSCTS -CRTSXOFF -CRTS_IFLOW +CS5 +CS6 +CS7 +CS8 +CSIZE +CSTART +CSTOP +CSTOPB +CSUSP -CSWTCH +CWERASE -DEFECHO -DIOC -DIOCGETP -DIOCSETP -DOSMODE +ECHO +ECHOCTL +ECHOE +ECHOK +ECHOKE +ECHONL +ECHOPRT +EXTA +EXTB +FF0 +FF1 +FFDLY -FIORDCHK +FLUSHO +HUPCL +ICANON +ICRNL +IEXTEN +IGNBRK +IGNCR +IGNPAR +IMAXBEL +INLCR +INPCK +ISIG +ISTRIP +IUCLC +IXANY +IXOFF +IXON -KBENABLED -LDCHG -LDCLOSE -LDDMAP -LDEMAP -LDGETT -LDGMAP -LDIOC -LDNMAP -LDOPEN -LDSETT -LDSMAP -LOBLK +NCCS +NL0 +NL1 +NLDLY +NOFLSH +OCRNL +OFDEL +OFILL +OLCUC +ONLCR +ONLRET +ONOCR +OPOST -PAGEOUT +PARENB -PAREXT +PARMRK +PARODD +PENDIN -RCV1EN -RTS_TOG +TAB0 +TAB1 +TAB2 +TAB3 +TABDLY -TCDSET +TCFLSH +TCGETA +TCGETS +TCIFLUSH +TCIOFF +TCIOFLUSH +TCION +TCOFLUSH +TCOOFF +TCOON +TCSADRAIN +TCSAFLUSH +TCSANOW +TCSBRK +TCSETA +TCSETAF +TCSETAW -TCSETCTTY +TCSETS +TCSETSF +TCSETSW +TCXONC -TERM_D40 -TERM_D42 -TERM_H45 -TERM_NONE -TERM_TEC -TERM_TEX -TERM_V10 -TERM_V61 +TIOCCBRK -TIOCCDTR +TIOCCONS +TIOCEXCL -TIOCFLUSH -TIOCGETC +TIOCGETD -TIOCGETP -TIOCGLTC +TIOCGPGRP +TIOCGSID +TIOCGSOFTCAR +TIOCGWINSZ -TIOCHPCL -TIOCKBOF -TIOCKBON -TIOCLBIC -TIOCLBIS -TIOCLGET -TIOCLSET +TIOCMBIC +TIOCMBIS +TIOCMGET +TIOCMSET +TIOCM_CAR +TIOCM_CD +TIOCM_CTS +TIOCM_DSR +TIOCM_DTR +TIOCM_LE +TIOCM_RI +TIOCM_RNG +TIOCM_RTS +TIOCM_SR +TIOCM_ST +TIOCNOTTY +TIOCNXCL +TIOCOUTQ -TIOCREMOTE +TIOCSBRK +TIOCSCTTY -TIOCSDTR -TIOCSETC +TIOCSETD -TIOCSETN -TIOCSETP -TIOCSIGNAL -TIOCSLTC +TIOCSPGRP -TIOCSSID +TIOCSSOFTCAR -TIOCSTART +TIOCSTI -TIOCSTOP +TIOCSWINSZ -TM_ANL -TM_CECHO -TM_CINVIS -TM_LCF -TM_NONE -TM_SET -TM_SNL +TOSTOP -VCEOF -VCEOL +VDISCARD -VDSUSP +VEOF +VEOL +VEOL2 +VERASE +VINTR +VKILL +VLNEXT +VMIN +VQUIT +VREPRINT +VSTART +VSTOP +VSUSP -VSWTCH +VT0 +VT1 +VTDLY +VTIME +VWERASE -WRAP +XCASE -XCLUDE -XMT1EN +XTABS + +>>> Configuration looks good! <<< + +Writing IO::Tty::Constant.pm... +DEFINE = -DHAVE_DEV_PTMX -DHAVE_GETPT -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_PTSNAME_R -DHAVE_PTY_H -DHAVE_SIGACTION -DHAVE_SYS_STROPTS_H -DHAVE_TERMIOS_H -DHAVE_TERMIO_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IO::Tty +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing IO-Tty-1.12 ... cp Pty.pm blib/lib/IO/Pty.pm +cp Tty/Constant.pm blib/lib/IO/Tty/Constant.pm +cp Tty.pm blib/lib/IO/Tty.pm +Running Mkbootstrap for Tty () +chmod 644 "Tty.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Tty.xs > Tty.xsc +mv Tty.xsc Tty.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_DEV_PTMX -DHAVE_GETPT -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_PTSNAME_R -DHAVE_PTY_H -DHAVE_SIGACTION -DHAVE_SYS_STROPTS_H -DHAVE_TERMIOS_H -DHAVE_TERMIO_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT Tty.c +rm -f blib/arch/auto/IO/Tty/Tty.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Tty.o -o blib/arch/auto/IO/Tty/Tty.so \ + -lutil \ + +chmod 755 blib/arch/auto/IO/Tty/Tty.so +Manifying 3 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Configuration: -DHAVE_DEV_PTMX -DHAVE_GETPT -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_PTSNAME_R -DHAVE_PTY_H -DHAVE_SIGACTION -DHAVE_SYS_STROPTS_H -DHAVE_TERMIOS_H -DHAVE_TERMIO_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT +# Checking for appropriate ioctls: +# TIOCNOTTY +# TIOCSCTTY +trying posix_openpt()... +trying grantpt()... +trying unlockpt()... +trying ptsname_r()... +trying to open /dev/pts/0... +trying to I_PUSH ptem... +trying to I_PUSH ldterm... +trying to I_PUSH ttcompat... +# === Checking if child gets pty as controlling terminal +trying posix_openpt()... +trying grantpt()... +trying unlockpt()... +trying ptsname_r()... +trying to open /dev/pts/0... +trying to I_PUSH ptem... +trying to I_PUSH ldterm... +trying to I_PUSH ttcompat... + +WARNING: when the client closes the slave pty, the master gets an error +(undef return value and $! eq "Input/output error") +instead of EOF (0 return value). Please be sure to handle this +in your application (Expect already does). + +# Checking basic functionality and how your ptys handle large strings... +# This test may hang on certain systems, even though it is protected +# by alarm(). If the counter stops, try Ctrl-C, the test should continue. +trying posix_openpt()... +trying grantpt()... +trying unlockpt()... +trying ptsname_r()... +trying to open /dev/pts/0... +trying to I_PUSH ptem... +trying to I_PUSH ldterm... +trying to I_PUSH ttcompat... +# isatty($master): YES +# isatty($slave): YES +# Child PID = 1843 +1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 # Good, your raw ptys can handle at least 530 bytes at once. +sysread(): Input/output error at t/test.t line 151. +Slave got EOF at line 530, byte 0. +t/test.t .. ok +All tests successful. +Files=1, Tests=5, 3 wallclock secs ( 0.02 usr 0.02 sys + 0.09 cusr 0.29 csys = 0.42 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644 +Manifying 3 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/IO/Tty/Tty.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/IO/Pty.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/IO/Tty.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/IO/Tty/Constant.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Tty.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Pty.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Tty::Constant.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-Tty-1.12 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Tty-1.12/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Tty-1.12/MYMETA.json +Building and testing POE-1.367 ... "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" mylib/gen-tests.perl lib/POE.pm +cp lib/POE.pm blib/lib/POE.pm +cp lib/POE/Filter.pm blib/lib/POE/Filter.pm +cp lib/POE/Driver.pm blib/lib/POE/Driver.pm +cp lib/POE/Resource.pm blib/lib/POE/Resource.pm +cp lib/POE/Resource/Clock.pm blib/lib/POE/Resource/Clock.pm +cp lib/POE/Resource/SIDs.pm blib/lib/POE/Resource/SIDs.pm +cp lib/POE/Session.pm blib/lib/POE/Session.pm +cp lib/POE/Filter/Grep.pm blib/lib/POE/Filter/Grep.pm +cp lib/POE/Component/Server/TCP.pm blib/lib/POE/Component/Server/TCP.pm +cp lib/POE/Driver/SysRW.pm blib/lib/POE/Driver/SysRW.pm +cp lib/POE/Component.pm blib/lib/POE/Component.pm +cp lib/POE/Wheel/ReadWrite.pm blib/lib/POE/Wheel/ReadWrite.pm +cp lib/POE/Pipe/TwoWay.pm blib/lib/POE/Pipe/TwoWay.pm +cp lib/POE/Filter/Stream.pm blib/lib/POE/Filter/Stream.pm +cp lib/POE/Kernel.pm blib/lib/POE/Kernel.pm +cp lib/POE/Resource/Events.pm blib/lib/POE/Resource/Events.pm +cp lib/POE/Filter/Map.pm blib/lib/POE/Filter/Map.pm +cp lib/POE/Loop.pm blib/lib/POE/Loop.pm +cp lib/POE/Resource/Extrefs.pm blib/lib/POE/Resource/Extrefs.pm +cp lib/POE/Wheel.pm blib/lib/POE/Wheel.pm +cp lib/POE/Queue.pm blib/lib/POE/Queue.pm +cp lib/POE/Pipe/OneWay.pm blib/lib/POE/Pipe/OneWay.pm +cp lib/POE/Resource/Aliases.pm blib/lib/POE/Resource/Aliases.pm +cp lib/POE/Filter/Reference.pm blib/lib/POE/Filter/Reference.pm +cp lib/POE/Pipe.pm blib/lib/POE/Pipe.pm +cp lib/POE/Loop/PerlSignals.pm blib/lib/POE/Loop/PerlSignals.pm +cp lib/POE/Wheel/ReadLine.pm blib/lib/POE/Wheel/ReadLine.pm +cp lib/POE/Queue/Array.pm blib/lib/POE/Queue/Array.pm +cp lib/POE/Filter/RecordBlock.pm blib/lib/POE/Filter/RecordBlock.pm +cp lib/POE/Filter/HTTPD.pm blib/lib/POE/Filter/HTTPD.pm +cp lib/POE/Wheel/FollowTail.pm blib/lib/POE/Wheel/FollowTail.pm +cp lib/POE/Resource/FileHandles.pm blib/lib/POE/Resource/FileHandles.pm +cp lib/POE/Filter/Line.pm blib/lib/POE/Filter/Line.pm +cp lib/POE/Test/Sequence.pm blib/lib/POE/Test/Sequence.pm +cp lib/POE/Resource/Sessions.pm blib/lib/POE/Resource/Sessions.pm +cp lib/POE/Filter/Stackable.pm blib/lib/POE/Filter/Stackable.pm +cp lib/POE/NFA.pm blib/lib/POE/NFA.pm +cp lib/POE/Wheel/Curses.pm blib/lib/POE/Wheel/Curses.pm +cp lib/POE/Filter/Block.pm blib/lib/POE/Filter/Block.pm +cp lib/POE/Loop/IO_Poll.pm blib/lib/POE/Loop/IO_Poll.pm +cp lib/POE/Component/Client/TCP.pm blib/lib/POE/Component/Client/TCP.pm +cp lib/POE/Loop/Select.pm blib/lib/POE/Loop/Select.pm +cp lib/POE/Wheel/ListenAccept.pm blib/lib/POE/Wheel/ListenAccept.pm +cp lib/POE/Resources.pm blib/lib/POE/Resources.pm +cp lib/POE/Resource/Signals.pm blib/lib/POE/Resource/Signals.pm +cp lib/POE/Wheel/SocketFactory.pm blib/lib/POE/Wheel/SocketFactory.pm +cp lib/POE/Wheel/Run.pm blib/lib/POE/Wheel/Run.pm +Manifying 38 pod documents +Manifying 9 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" mylib/gen-tests.perl lib/POE.pm +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t +# Testing POE 1.367, POE::Test::Loops 1.360, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 on linux +# pogomips: 40951308 +t/00_info.t ........................................ ok +t/10_units/01_pod/01_pod.t ......................... skipped: enable by setting RELEASE_TESTING +t/10_units/01_pod/02_pod_coverage.t ................ skipped: enable by setting RELEASE_TESTING +t/10_units/01_pod/03_pod_no404s.t .................. skipped: enable by setting RELEASE_TESTING +t/10_units/01_pod/04_pod_linkcheck.t ............... skipped: enable by setting RELEASE_TESTING +t/10_units/02_pipes/01_base.t ...................... skipped: not implemented yet +t/10_units/02_pipes/02_oneway.t .................... ok +t/10_units/02_pipes/03_twoway.t .................... ok +t/10_units/03_base/01_poe.t ........................ ok +t/10_units/03_base/03_component.t .................. ok +t/10_units/03_base/04_driver.t ..................... ok +t/10_units/03_base/05_filter.t ..................... ok +t/10_units/03_base/06_loop.t ....................... ok +t/10_units/03_base/07_queue.t ...................... ok +t/10_units/03_base/08_resource.t ................... ok +t/10_units/03_base/09_resources.t .................. ok +t/10_units/03_base/10_wheel.t ...................... ok +t/10_units/03_base/11_assert_usage.t ............... ok +t/10_units/03_base/12_assert_retval.t .............. ok +t/10_units/03_base/13_assert_data.t ................ ok +t/10_units/03_base/14_kernel.t ..................... ok +t/10_units/03_base/15_kernel_internal.t ............ ok +t/10_units/03_base/16_nfa_usage.t .................. ok +t/10_units/03_base/17_detach_start.t ............... ok +t/10_units/04_drivers/01_sysrw.t ................... ok +t/10_units/05_filters/01_block.t ................... ok +t/10_units/05_filters/02_grep.t .................... ok +t/10_units/05_filters/03_http.t .................... skipped: HTTP::Request is needed for these tests. +t/10_units/05_filters/04_line.t .................... ok +t/10_units/05_filters/05_map.t ..................... ok +t/10_units/05_filters/06_recordblock.t ............. ok +t/10_units/05_filters/07_reference.t ............... ok +t/10_units/05_filters/08_stream.t .................. ok +t/10_units/05_filters/50_stackable.t ............... ok +t/10_units/05_filters/51_reference_die.t ........... skipped: YAML module not available +t/10_units/05_filters/99_filterchange.t ............ ok +t/10_units/06_queues/01_array.t .................... ok +t/10_units/07_exceptions/01_normal.t ............... ok +t/10_units/07_exceptions/02_turn_off.t ............. ok +t/10_units/07_exceptions/03_not_handled.t .......... ok +t/10_units/08_loops/01_explicit_loop.t ............. ok +t/10_units/08_loops/02_explicit_loop_fail.t ........ ok +t/10_units/08_loops/03_explicit_loop_poll.t ........ ok +t/10_units/08_loops/04_explicit_loop_envvar.t ...... ok +t/10_units/08_loops/05_kernel_loop.t ............... ok +t/10_units/08_loops/06_kernel_loop_poll.t .......... ok +t/10_units/08_loops/07_kernel_loop_fail.t .......... ok +t/10_units/08_loops/08_kernel_loop_search_poll.t ... ok +t/10_units/08_loops/09_naive_loop_load.t ........... ok +t/10_units/08_loops/10_naive_loop_load_poll.t ...... ok +t/10_units/08_loops/11_double_loop.t ............... ok +t/20_resources/10_perl/aliases.t ................... ok +t/20_resources/10_perl/caller_state.t .............. ok +t/20_resources/10_perl/events.t .................... ok +t/20_resources/10_perl/extrefs.t ................... ok +t/20_resources/10_perl/extrefs_gc.t ................ ok +t/20_resources/10_perl/filehandles.t ............... ok +t/20_resources/10_perl/sessions.t .................. ok +t/20_resources/10_perl/sids.t ...................... ok +t/20_resources/10_perl/signals.t ................... ok +# Testing POE 1.367, POE::Test::Loops 1.360, Using Loop(POE::Loop::IO_Poll), Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 on linux +t/30_loops/io_poll/00_info.t ....................... ok +t/30_loops/io_poll/all_errors.t .................... skipped: most of these should move into other test files +t/30_loops/io_poll/comp_tcp.t ...................... ok +# You might see a 'disconnect' error during this test. +# It may be ignored. +t/30_loops/io_poll/comp_tcp_concurrent.t ........... ok +t/30_loops/io_poll/connect_errors.t ................ ok +t/30_loops/io_poll/k_alarms.t ...................... ok +t/30_loops/io_poll/k_aliases.t ..................... ok +t/30_loops/io_poll/k_detach.t ...................... ok +t/30_loops/io_poll/k_run_returns.t ................. ok +t/30_loops/io_poll/k_selects.t ..................... ok +t/30_loops/io_poll/k_sig_child.t ................... ok +t/30_loops/io_poll/k_signals.t ..................... ok +t/30_loops/io_poll/k_signals_rerun.t ............... ok +t/30_loops/io_poll/sbk_signal_init.t ............... ok +t/30_loops/io_poll/ses_nfa.t ....................... ok +# This test generates some STDERR during trace testing. +=== 2055 === 23 -> _start (from /home/ryan/.cpanm/work/1507547994.16943/POE-1.367/blib/lib/POE/Kernel.pm at 1497) +=== 2055 === 23 -> woot (from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_session.pm at 691) +=== 2055 === 23 -> narf (from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_session.pm at 692) +=== 2055 === 23 -> _stop (from /home/ryan/.cpanm/work/1507547994.16943/POE-1.367/blib/lib/POE/Resource/Sessions.pm at 571) +t/30_loops/io_poll/ses_session.t ................... ok +t/30_loops/io_poll/wheel_accept.t .................. ok +t/30_loops/io_poll/wheel_curses.t .................. skipped: Curses not available +t/30_loops/io_poll/wheel_readline.t ................ skipped: not running in a terminal +t/30_loops/io_poll/wheel_readwrite.t ............... ok +t/30_loops/io_poll/wheel_run.t ..................... ok +t/30_loops/io_poll/wheel_run_size.t ................ skipped: This test requires Term::Size +t/30_loops/io_poll/wheel_sf_ipv6.t ................. skipped: Socket::GetAddrInfo is needed for IPv6 tests +t/30_loops/io_poll/wheel_sf_tcp.t .................. ok +t/30_loops/io_poll/wheel_sf_udp.t .................. ok +t/30_loops/io_poll/wheel_sf_unix.t ................. ok +t/30_loops/io_poll/wheel_tail.t .................... ok +t/30_loops/io_poll/z_kogman_sig_order.t ............ ok +t/30_loops/io_poll/z_leolo_wheel_run.t ............. ok +# Using '/bin/true' as our thing to run under system() +t/30_loops/io_poll/z_merijn_sigchld_system.t ....... ok +t/30_loops/io_poll/z_rt39872_sigchld.t ............. ok +# Parent 2099 waiting 3sec for slow systems to settle. +# sending sigusr1 +# sent sigusr1 +t/30_loops/io_poll/z_rt39872_sigchld_stop.t ........ ok +t/30_loops/io_poll/z_rt53302_fh_watchers.t ......... ok +t/30_loops/io_poll/z_rt54319_bazerka_followtail.t .. ok +t/30_loops/io_poll/z_steinert_signal_integrity.t ... ok +# Testing POE 1.367, POE::Test::Loops 1.360, Using Loop(POE::Loop::Select), Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 on linux +t/30_loops/select/00_info.t ........................ ok +t/30_loops/select/all_errors.t ..................... skipped: most of these should move into other test files +t/30_loops/select/comp_tcp.t ....................... ok +# You might see a 'disconnect' error during this test. +# It may be ignored. +t/30_loops/select/comp_tcp_concurrent.t ............ ok +t/30_loops/select/connect_errors.t ................. ok +t/30_loops/select/k_alarms.t ....................... ok +t/30_loops/select/k_aliases.t ...................... ok +t/30_loops/select/k_detach.t ....................... ok +t/30_loops/select/k_run_returns.t .................. ok +t/30_loops/select/k_selects.t ...................... ok +t/30_loops/select/k_sig_child.t .................... ok +t/30_loops/select/k_signals.t ...................... ok +t/30_loops/select/k_signals_rerun.t ................ ok +t/30_loops/select/sbk_signal_init.t ................ ok +t/30_loops/select/ses_nfa.t ........................ ok +# This test generates some STDERR during trace testing. +=== 2153 === 23 -> _start (from /home/ryan/.cpanm/work/1507547994.16943/POE-1.367/blib/lib/POE/Kernel.pm at 1497) +=== 2153 === 23 -> woot (from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_session.pm at 691) +=== 2153 === 23 -> narf (from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Loops/ses_session.pm at 692) +=== 2153 === 23 -> _stop (from /home/ryan/.cpanm/work/1507547994.16943/POE-1.367/blib/lib/POE/Resource/Sessions.pm at 571) +t/30_loops/select/ses_session.t .................... ok +t/30_loops/select/wheel_accept.t ................... ok +t/30_loops/select/wheel_curses.t ................... skipped: Curses not available +t/30_loops/select/wheel_readline.t ................. skipped: not running in a terminal +t/30_loops/select/wheel_readwrite.t ................ ok +t/30_loops/select/wheel_run.t ...................... ok +t/30_loops/select/wheel_run_size.t ................. skipped: This test requires Term::Size +t/30_loops/select/wheel_sf_ipv6.t .................. skipped: Socket::GetAddrInfo is needed for IPv6 tests +t/30_loops/select/wheel_sf_tcp.t ................... ok +t/30_loops/select/wheel_sf_udp.t ................... ok +t/30_loops/select/wheel_sf_unix.t .................. ok +t/30_loops/select/wheel_tail.t ..................... ok +t/30_loops/select/z_kogman_sig_order.t ............. ok +t/30_loops/select/z_leolo_wheel_run.t .............. ok +# Using '/bin/true' as our thing to run under system() +t/30_loops/select/z_merijn_sigchld_system.t ........ ok +t/30_loops/select/z_rt39872_sigchld.t .............. ok +# Parent 2194 waiting 3sec for slow systems to settle. +# sending sigusr1 +# sent sigusr1 +t/30_loops/select/z_rt39872_sigchld_stop.t ......... ok +t/30_loops/select/z_rt53302_fh_watchers.t .......... ok +t/30_loops/select/z_rt54319_bazerka_followtail.t ... ok +t/30_loops/select/z_steinert_signal_integrity.t .... ok +t/90_regression/agaran-filter-httpd.t .............. skipped: - HTTP::Request needed to test POE::Filter::HTTPD +t/90_regression/averell-callback-ret.t ............. ok +t/90_regression/bingos-followtail.t ................ ok +t/90_regression/broeren-win32-nbio.t ............... skipped: This test examines ActiveState Perl behavior. +t/90_regression/cfedde-filter-httpd.t .............. skipped: - HTTP::Request needed to test POE::Filter::HTTPD +t/90_regression/ferrari-server-unix.t .............. ok +t/90_regression/grinnz-die-in-die.t ................ ok +Died at t/90_regression/hinrik-wheel-run-die.t line 21. +t/90_regression/hinrik-wheel-run-die.t ............. ok +# This test can take up to 10 seconds +t/90_regression/kjeldahl-stop-start-polling.t ...... ok +# This test can take up to 10 seconds +t/90_regression/kjeldahl-stop-start-sig-nopipe.t ... ok +# This test can take up to 10 seconds +t/90_regression/kjeldahl-stop-start-sig-pipe.t ..... ok +t/90_regression/leolo-sig-die.t .................... ok +t/90_regression/meh-startstop-return.t ............. ok +t/90_regression/neyuki_detach.t .................... ok +t/90_regression/pipe-followtail.t .................. ok +t/90_regression/prumike-win32-stat.t ............... skipped: This test examines Strawberry/ActiveState Perl behavior. +t/90_regression/rt14444-arg1.t ..................... ok +t/90_regression/rt1648-tied-stderr.t ............... ok +t/90_regression/rt19908-merlyn-stop.t .............. ok +t/90_regression/rt23181-sigchld-rc.t ............... ok +t/90_regression/rt47966-sigchld.t .................. skipped: enable by setting RELEASE_TESTING +t/90_regression/rt56417-wheel-run.t ................ ok +t/90_regression/rt65460-forking.t .................. skipped: enable by setting (AUTOMATED|RELEASE)_TESTING +t/90_regression/socketfactory-timeout.t ............ ok +t/90_regression/somni-poco-server-tcp.t ............ ok +t/90_regression/steinert-passed-wheel.t ............ ok +t/90_regression/suzman_windows.t ................... ok +t/90_regression/ton-stop-corruption.t .............. ok +t/90_regression/tracing-sane-exit.t ................ ok +t/90_regression/whelan-dieprop.t ................... ok +t/90_regression/whjackson-followtail.t ............. ok +All tests successful. +Files=161, Tests=4061, 78 wallclock secs ( 0.78 usr 0.21 sys + 18.11 cusr 2.67 csys = 21.77 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" mylib/gen-tests.perl lib/POE.pm +Manifying 38 pod documents +Manifying 9 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/NFA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Kernel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Driver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Session.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resources.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Pipe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Queue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Loop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Loop/IO_Poll.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Loop/Select.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Loop/PerlSignals.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Queue/Array.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Pipe/TwoWay.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Pipe/OneWay.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Test/Sequence.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Stackable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Reference.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Line.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/RecordBlock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/HTTPD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Block.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Grep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/Map.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/ListenAccept.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/SocketFactory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/FollowTail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/ReadWrite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/Curses.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/ReadLine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Wheel/Run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Extrefs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Signals.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/SIDs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Aliases.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Events.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/FileHandles.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Clock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Resource/Sessions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Driver/SysRW.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/Server/TCP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/Client/TCP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Stackable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Loop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Sessions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Clock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Loop::Select.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Grep.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::RecordBlock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::Curses.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Extrefs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Loop::PerlSignals.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::Client::TCP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Queue.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Block.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::SIDs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Events.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::ReadWrite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::SocketFactory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Reference.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Pipe::OneWay.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::Server::TCP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Line.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Pipe::TwoWay.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Signals.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Loop::IO_Poll.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Driver::SysRW.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::FileHandles.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::NFA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::ReadLine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Session.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Kernel.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::Run.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Test::Sequence.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource::Aliases.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::FollowTail.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Pipe.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Wheel::ListenAccept.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resource.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::Map.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Queue::Array.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Resources.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Driver.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::HTTPD.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed POE-1.367 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-1.367/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-1.367/MYMETA.json +Searching Linux::Seccomp (0) on cpanmetadb ... +--2017-10-09 07:28:35-- http://cpanmetadb.plackperl.org/v1.0/package/Linux::Seccomp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.0M=0s + +2017-10-09 07:28:35 (23.0 MB/s) - written to stdout [108/108] + +--> Working on Linux::Seccomp +Fetching http://www.cpan.org/authors/id/M/MG/MGV/Linux-Seccomp-0.002001.tar.gz ... --2017-10-09 07:28:35-- http://www.cpan.org/authors/id/M/MG/MGV/Linux-Seccomp-0.002001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 619387 (605K) [application/x-gzip] +Saving to: ‘Linux-Seccomp-0.002001.tar.gz’ + + 0K .......... .......... .......... .......... .......... 8% 24.8M 0s + 50K .......... .......... .......... .......... .......... 16% 44.2M 0s + 100K .......... .......... .......... .......... .......... 24% 24.6M 0s + 150K .......... .......... .......... .......... .......... 33% 49.0M 0s + 200K .......... .......... .......... .......... .......... 41% 25.1M 0s + 250K .......... .......... .......... .......... .......... 49% 40.2M 0s + 300K .......... .......... .......... .......... .......... 57% 44.4M 0s + 350K .......... .......... .......... .......... .......... 66% 42.7M 0s + 400K .......... .......... .......... .......... .......... 74% 26.9M 0s + 450K .......... .......... .......... .......... .......... 82% 45.7M 0s + 500K .......... .......... .......... .......... .......... 90% 158M 0s + 550K .......... .......... .......... .......... .......... 99% 49.6M 0s + 600K .... 100% 7.98M=0.02s + +2017-10-09 07:28:35 (36.4 MB/s) - ‘Linux-Seccomp-0.002001.tar.gz’ saved [619387/619387] + +Unpacking Linux-Seccomp-0.002001.tar.gz +OK +Linux-Seccomp-0.002001/ +Linux-Seccomp-0.002001/libseccomp/ +Linux-Seccomp-0.002001/libseccomp/doc/ +Linux-Seccomp-0.002001/libseccomp/doc/man/ +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/ +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_export_bpf.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_attr_set.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_syscall_resolve_name_rewrite.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_syscall_resolve_name.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_version.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_attr_get.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_rule_add_exact.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_rule_add.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_arch_exist.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_syscall_resolve_num_arch.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_arch_add.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_syscall_resolve_name_arch.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_export_pfc.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_release.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_load.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_init.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_rule_add_exact_array.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_merge.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_arch_remove.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_syscall_priority.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_reset.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_rule_add_array.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_arch_resolve_name.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man3/seccomp_arch_native.3 +Linux-Seccomp-0.002001/libseccomp/doc/man/man1/ +Linux-Seccomp-0.002001/libseccomp/doc/man/man1/scmp_sys_resolver.1 +Linux-Seccomp-0.002001/libseccomp/doc/Makefile.in +Linux-Seccomp-0.002001/libseccomp/doc/Makefile.am +Linux-Seccomp-0.002001/libseccomp/CHANGELOG +Linux-Seccomp-0.002001/libseccomp/tests/ +Linux-Seccomp-0.002001/libseccomp/tests/06-sim-actions.c +Linux-Seccomp-0.002001/libseccomp/tests/11-basic-basic_errors.py +Linux-Seccomp-0.002001/libseccomp/tests/32-live-tsync_allow.py +Linux-Seccomp-0.002001/libseccomp/tests/23-sim-arch_all_le_basic.tests +Linux-Seccomp-0.002001/libseccomp/tests/18-sim-basic_whitelist.tests +Linux-Seccomp-0.002001/libseccomp/tests/31-basic-version_check.tests +Linux-Seccomp-0.002001/libseccomp/tests/11-basic-basic_errors.tests +Linux-Seccomp-0.002001/libseccomp/tests/17-sim-arch_merge.py +Linux-Seccomp-0.002001/libseccomp/tests/28-sim-arch_x86.c +Linux-Seccomp-0.002001/libseccomp/tests/28-sim-arch_x86.py +Linux-Seccomp-0.002001/libseccomp/tests/06-sim-actions.py +Linux-Seccomp-0.002001/libseccomp/tests/16-sim-arch_basic.py +Linux-Seccomp-0.002001/libseccomp/tests/12-sim-basic_masked_ops.tests +Linux-Seccomp-0.002001/libseccomp/tests/05-sim-long_jumps.py +Linux-Seccomp-0.002001/libseccomp/tests/util.h +Linux-Seccomp-0.002001/libseccomp/tests/09-sim-syscall_priority_pre.py +Linux-Seccomp-0.002001/libseccomp/tests/22-sim-basic_chains_array.c +Linux-Seccomp-0.002001/libseccomp/tests/18-sim-basic_whitelist.py +Linux-Seccomp-0.002001/libseccomp/tests/27-sim-bpf_blk_state.tests +Linux-Seccomp-0.002001/libseccomp/tests/30-sim-socket_syscalls.c +Linux-Seccomp-0.002001/libseccomp/tests/testdiff +Linux-Seccomp-0.002001/libseccomp/tests/12-sim-basic_masked_ops.py +Linux-Seccomp-0.002001/libseccomp/tests/05-sim-long_jumps.tests +Linux-Seccomp-0.002001/libseccomp/tests/testgen +Linux-Seccomp-0.002001/libseccomp/tests/33-sim-socket_syscalls_be.tests +Linux-Seccomp-0.002001/libseccomp/tests/03-sim-basic_chains.tests +Linux-Seccomp-0.002001/libseccomp/tests/util.py +Linux-Seccomp-0.002001/libseccomp/tests/15-basic-resolver.tests +Linux-Seccomp-0.002001/libseccomp/tests/regression +Linux-Seccomp-0.002001/libseccomp/tests/25-sim-multilevel_chains_adv.tests +Linux-Seccomp-0.002001/libseccomp/tests/19-sim-missing_syscalls.py +Linux-Seccomp-0.002001/libseccomp/tests/29-sim-pseudo_syscall.c +Linux-Seccomp-0.002001/libseccomp/tests/10-sim-syscall_priority_post.c +Linux-Seccomp-0.002001/libseccomp/tests/13-basic-attrs.c +Linux-Seccomp-0.002001/libseccomp/tests/27-sim-bpf_blk_state.py +Linux-Seccomp-0.002001/libseccomp/tests/24-live-arg_allow.tests +Linux-Seccomp-0.002001/libseccomp/tests/33-sim-socket_syscalls_be.py +Linux-Seccomp-0.002001/libseccomp/tests/28-sim-arch_x86.tests +Linux-Seccomp-0.002001/libseccomp/tests/33-sim-socket_syscalls_be.c +Linux-Seccomp-0.002001/libseccomp/tests/21-live-basic_allow.py +Linux-Seccomp-0.002001/libseccomp/tests/29-sim-pseudo_syscall.tests +Linux-Seccomp-0.002001/libseccomp/tests/23-sim-arch_all_le_basic.c +Linux-Seccomp-0.002001/libseccomp/tests/30-sim-socket_syscalls.py +Linux-Seccomp-0.002001/libseccomp/tests/10-sim-syscall_priority_post.tests +Linux-Seccomp-0.002001/libseccomp/tests/14-sim-reset.c +Linux-Seccomp-0.002001/libseccomp/tests/13-basic-attrs.py +Linux-Seccomp-0.002001/libseccomp/tests/06-sim-actions.tests +Linux-Seccomp-0.002001/libseccomp/tests/02-sim-basic.c +Linux-Seccomp-0.002001/libseccomp/tests/18-sim-basic_whitelist.c +Linux-Seccomp-0.002001/libseccomp/tests/Makefile.in +Linux-Seccomp-0.002001/libseccomp/tests/13-basic-attrs.tests +Linux-Seccomp-0.002001/libseccomp/tests/31-basic-version_check.c +Linux-Seccomp-0.002001/libseccomp/tests/16-sim-arch_basic.c +Linux-Seccomp-0.002001/libseccomp/tests/10-sim-syscall_priority_post.py +Linux-Seccomp-0.002001/libseccomp/tests/14-sim-reset.py +Linux-Seccomp-0.002001/libseccomp/tests/09-sim-syscall_priority_pre.tests +Linux-Seccomp-0.002001/libseccomp/tests/01-sim-allow.c +Linux-Seccomp-0.002001/libseccomp/tests/07-sim-db_bug_looping.tests +Linux-Seccomp-0.002001/libseccomp/tests/19-sim-missing_syscalls.c +Linux-Seccomp-0.002001/libseccomp/tests/07-sim-db_bug_looping.c +Linux-Seccomp-0.002001/libseccomp/tests/04-sim-multilevel_chains.c +Linux-Seccomp-0.002001/libseccomp/tests/Makefile.am +Linux-Seccomp-0.002001/libseccomp/tests/21-live-basic_allow.c +Linux-Seccomp-0.002001/libseccomp/tests/22-sim-basic_chains_array.py +Linux-Seccomp-0.002001/libseccomp/tests/26-sim-arch_all_be_basic.py +Linux-Seccomp-0.002001/libseccomp/tests/02-sim-basic.tests +Linux-Seccomp-0.002001/libseccomp/tests/20-live-basic_die.c +Linux-Seccomp-0.002001/libseccomp/tests/04-sim-multilevel_chains.tests +Linux-Seccomp-0.002001/libseccomp/tests/14-sim-reset.tests +Linux-Seccomp-0.002001/libseccomp/tests/19-sim-missing_syscalls.tests +Linux-Seccomp-0.002001/libseccomp/tests/09-sim-syscall_priority_pre.c +Linux-Seccomp-0.002001/libseccomp/tests/30-sim-socket_syscalls.tests +Linux-Seccomp-0.002001/libseccomp/tests/08-sim-subtree_checks.py +Linux-Seccomp-0.002001/libseccomp/tests/08-sim-subtree_checks.c +Linux-Seccomp-0.002001/libseccomp/tests/25-sim-multilevel_chains_adv.py +Linux-Seccomp-0.002001/libseccomp/tests/16-sim-arch_basic.tests +Linux-Seccomp-0.002001/libseccomp/tests/04-sim-multilevel_chains.py +Linux-Seccomp-0.002001/libseccomp/tests/20-live-basic_die.tests +Linux-Seccomp-0.002001/libseccomp/tests/11-basic-basic_errors.c +Linux-Seccomp-0.002001/libseccomp/tests/01-sim-allow.tests +Linux-Seccomp-0.002001/libseccomp/tests/32-live-tsync_allow.tests +Linux-Seccomp-0.002001/libseccomp/tests/21-live-basic_allow.tests +Linux-Seccomp-0.002001/libseccomp/tests/25-sim-multilevel_chains_adv.c +Linux-Seccomp-0.002001/libseccomp/tests/17-sim-arch_merge.tests +Linux-Seccomp-0.002001/libseccomp/tests/12-sim-basic_masked_ops.c +Linux-Seccomp-0.002001/libseccomp/tests/08-sim-subtree_checks.tests +Linux-Seccomp-0.002001/libseccomp/tests/27-sim-bpf_blk_state.c +Linux-Seccomp-0.002001/libseccomp/tests/07-sim-db_bug_looping.py +Linux-Seccomp-0.002001/libseccomp/tests/17-sim-arch_merge.c +Linux-Seccomp-0.002001/libseccomp/tests/02-sim-basic.py +Linux-Seccomp-0.002001/libseccomp/tests/util.c +Linux-Seccomp-0.002001/libseccomp/tests/22-sim-basic_chains_array.tests +Linux-Seccomp-0.002001/libseccomp/tests/15-basic-resolver.py +Linux-Seccomp-0.002001/libseccomp/tests/miniseq.c +Linux-Seccomp-0.002001/libseccomp/tests/03-sim-basic_chains.py +Linux-Seccomp-0.002001/libseccomp/tests/26-sim-arch_all_be_basic.c +Linux-Seccomp-0.002001/libseccomp/tests/05-sim-long_jumps.c +Linux-Seccomp-0.002001/libseccomp/tests/29-sim-pseudo_syscall.py +Linux-Seccomp-0.002001/libseccomp/tests/23-sim-arch_all_le_basic.py +Linux-Seccomp-0.002001/libseccomp/tests/15-basic-resolver.c +Linux-Seccomp-0.002001/libseccomp/tests/03-sim-basic_chains.c +Linux-Seccomp-0.002001/libseccomp/tests/20-live-basic_die.py +Linux-Seccomp-0.002001/libseccomp/tests/24-live-arg_allow.py +Linux-Seccomp-0.002001/libseccomp/tests/24-live-arg_allow.c +Linux-Seccomp-0.002001/libseccomp/tests/26-sim-arch_all_be_basic.tests +Linux-Seccomp-0.002001/libseccomp/tests/01-sim-allow.py +Linux-Seccomp-0.002001/libseccomp/tests/32-live-tsync_allow.c +Linux-Seccomp-0.002001/libseccomp/tests/valgrind_test.supp +Linux-Seccomp-0.002001/libseccomp/tests/31-basic-version_check.py +Linux-Seccomp-0.002001/libseccomp/Makefile.am +Linux-Seccomp-0.002001/libseccomp/src/ +Linux-Seccomp-0.002001/libseccomp/src/arch-x32-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/hash.h +Linux-Seccomp-0.002001/libseccomp/src/arch-s390.h +Linux-Seccomp-0.002001/libseccomp/src/python/ +Linux-Seccomp-0.002001/libseccomp/src/python/Makefile.in +Linux-Seccomp-0.002001/libseccomp/src/python/libseccomp.pxd +Linux-Seccomp-0.002001/libseccomp/src/python/Makefile.am +Linux-Seccomp-0.002001/libseccomp/src/python/setup.py +Linux-Seccomp-0.002001/libseccomp/src/python/seccomp.pyx +Linux-Seccomp-0.002001/libseccomp/src/db.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x86-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch.h +Linux-Seccomp-0.002001/libseccomp/src/api.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64.h +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc64-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-syscall-check.c +Linux-Seccomp-0.002001/libseccomp/src/arch-arm.h +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64n32.h +Linux-Seccomp-0.002001/libseccomp/src/Makefile.in +Linux-Seccomp-0.002001/libseccomp/src/arch-s390.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x86_64-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x32.c +Linux-Seccomp-0.002001/libseccomp/src/arch.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips.h +Linux-Seccomp-0.002001/libseccomp/src/system.h +Linux-Seccomp-0.002001/libseccomp/src/arch-s390x-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips.c +Linux-Seccomp-0.002001/libseccomp/src/hash.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64n32-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-aarch64.c +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc64.c +Linux-Seccomp-0.002001/libseccomp/src/arch-aarch64-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-arm.c +Linux-Seccomp-0.002001/libseccomp/src/arch-s390-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x86_64.h +Linux-Seccomp-0.002001/libseccomp/src/Makefile.am +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64n32.c +Linux-Seccomp-0.002001/libseccomp/src/arch-mips64-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-s390x.c +Linux-Seccomp-0.002001/libseccomp/src/gen_pfc.c +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc64.h +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc.h +Linux-Seccomp-0.002001/libseccomp/src/db.h +Linux-Seccomp-0.002001/libseccomp/src/gen_bpf.c +Linux-Seccomp-0.002001/libseccomp/src/arch-s390x.h +Linux-Seccomp-0.002001/libseccomp/src/arch-x86_64.c +Linux-Seccomp-0.002001/libseccomp/src/gen_bpf.h +Linux-Seccomp-0.002001/libseccomp/src/system.c +Linux-Seccomp-0.002001/libseccomp/src/gen_pfc.h +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x32.h +Linux-Seccomp-0.002001/libseccomp/src/arch-arm-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-aarch64.h +Linux-Seccomp-0.002001/libseccomp/src/arch-ppc-syscalls.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x86.c +Linux-Seccomp-0.002001/libseccomp/src/arch-syscall-dump.c +Linux-Seccomp-0.002001/libseccomp/src/arch-x86.h +Linux-Seccomp-0.002001/libseccomp/src/arch-syscall-validate +Linux-Seccomp-0.002001/libseccomp/build-aux/ +Linux-Seccomp-0.002001/libseccomp/build-aux/install-sh +Linux-Seccomp-0.002001/libseccomp/build-aux/compile +Linux-Seccomp-0.002001/libseccomp/build-aux/ar-lib +Linux-Seccomp-0.002001/libseccomp/build-aux/config.guess +Linux-Seccomp-0.002001/libseccomp/build-aux/depcomp +Linux-Seccomp-0.002001/libseccomp/build-aux/ltmain.sh +Linux-Seccomp-0.002001/libseccomp/build-aux/missing +Linux-Seccomp-0.002001/libseccomp/build-aux/config.sub +Linux-Seccomp-0.002001/libseccomp/m4/ +Linux-Seccomp-0.002001/libseccomp/m4/ltoptions.m4 +Linux-Seccomp-0.002001/libseccomp/m4/ltsugar.m4 +Linux-Seccomp-0.002001/libseccomp/m4/libtool.m4 +Linux-Seccomp-0.002001/libseccomp/m4/ltversion.m4 +Linux-Seccomp-0.002001/libseccomp/m4/lt~obsolete.m4 +Linux-Seccomp-0.002001/libseccomp/SUBMITTING_PATCHES +Linux-Seccomp-0.002001/libseccomp/include/ +Linux-Seccomp-0.002001/libseccomp/include/Makefile.am +Linux-Seccomp-0.002001/libseccomp/include/seccomp.h.in +Linux-Seccomp-0.002001/libseccomp/include/Makefile.in +Linux-Seccomp-0.002001/libseccomp/include/seccomp.h +Linux-Seccomp-0.002001/libseccomp/configure.h.in +Linux-Seccomp-0.002001/libseccomp/tools/ +Linux-Seccomp-0.002001/libseccomp/tools/scmp_sys_resolver.c +Linux-Seccomp-0.002001/libseccomp/tools/Makefile.am +Linux-Seccomp-0.002001/libseccomp/tools/Makefile.in +Linux-Seccomp-0.002001/libseccomp/tools/util.c +Linux-Seccomp-0.002001/libseccomp/tools/bpf.h +Linux-Seccomp-0.002001/libseccomp/tools/scmp_app_inspector +Linux-Seccomp-0.002001/libseccomp/tools/util.h +Linux-Seccomp-0.002001/libseccomp/tools/check-syntax +Linux-Seccomp-0.002001/libseccomp/tools/scmp_bpf_disasm.c +Linux-Seccomp-0.002001/libseccomp/tools/scmp_arch_detect.c +Linux-Seccomp-0.002001/libseccomp/tools/scmp_bpf_sim.c +Linux-Seccomp-0.002001/libseccomp/LICENSE +Linux-Seccomp-0.002001/libseccomp/CREDITS +Linux-Seccomp-0.002001/libseccomp/Makefile.in +Linux-Seccomp-0.002001/libseccomp/configure.ac +Linux-Seccomp-0.002001/libseccomp/libseccomp.pc.in +Linux-Seccomp-0.002001/libseccomp/configure +Linux-Seccomp-0.002001/libseccomp/README +Linux-Seccomp-0.002001/libseccomp/aclocal.m4 +Linux-Seccomp-0.002001/Changes +Linux-Seccomp-0.002001/t/ +Linux-Seccomp-0.002001/t/Linux-Seccomp.t +Linux-Seccomp-0.002001/MANIFEST +Linux-Seccomp-0.002001/README +Linux-Seccomp-0.002001/Makefile.PL +Linux-Seccomp-0.002001/fallback/ +Linux-Seccomp-0.002001/fallback/const-c.inc +Linux-Seccomp-0.002001/fallback/const-xs.inc +Linux-Seccomp-0.002001/lib/ +Linux-Seccomp-0.002001/lib/Linux/ +Linux-Seccomp-0.002001/lib/Linux/Seccomp.pm +Linux-Seccomp-0.002001/Seccomp.xs +Linux-Seccomp-0.002001/ppport.h +Linux-Seccomp-0.002001/typemap +Linux-Seccomp-0.002001/META.yml +Linux-Seccomp-0.002001/META.json +Linux-Seccomp-0.002001/SIGNATURE +Entering Linux-Seccomp-0.002001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Linux-Seccomp-0.002001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Linux::Seccomp +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Linux-Seccomp-0.002001 ... cp lib/Linux/Seccomp.pm blib/lib/Linux/Seccomp.pm +AutoSplitting blib/lib/Linux/Seccomp.pm (blib/lib/auto/Linux/Seccomp) +cd libseccomp && ./configure && `which gmake || echo make` all +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking how to create a pax tar archive... gnutar +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking for style of include used by make... GNU +checking dependency style of gcc... gcc3 +checking for ar... ar +checking the archiver (ar) interface... ar +checking build system type... x86_64-pc-linux-gnu +checking host system type... x86_64-pc-linux-gnu +checking how to print strings... printf +checking for a sed that does not truncate output... /bin/sed +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for a working dd... /bin/dd +checking how to truncate binary pipes... /bin/dd bs=4096 count=1 +checking for mt... mt +checking if mt is a manifest tool... no +checking how to run the C preprocessor... gcc -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking whether -lc should be explicitly linked in... no +checking dynamic linker characteristics... GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether stripping libraries is possible... yes +checking if libtool supports shared libraries... yes +checking whether to build shared libraries... yes +checking whether to build static libraries... yes +checking whether make supports nested variables... (cached) yes +checking for linux/seccomp.h... yes +checking for cython... no +checking for cov-build... no +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating libseccomp.pc +config.status: creating include/seccomp.h +config.status: creating Makefile +config.status: creating include/Makefile +config.status: creating src/Makefile +config.status: creating src/python/Makefile +config.status: creating tools/Makefile +config.status: creating tests/Makefile +config.status: creating doc/Makefile +config.status: creating configure.h +config.status: executing depfiles commands +config.status: executing libtool commands +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/Linux-Seccomp-0.002001/libseccomp' +make --quiet --no-print-directory all-recursive +Making all in include +Making all in src +Making all in . + CC libseccomp_la-api.lo + CC libseccomp_la-system.lo + CC libseccomp_la-gen_pfc.lo + CC libseccomp_la-gen_bpf.lo + CC libseccomp_la-hash.lo + CC libseccomp_la-db.lo + CC libseccomp_la-arch.lo + CC libseccomp_la-arch-x86.lo + CC libseccomp_la-arch-x86-syscalls.lo + CC libseccomp_la-arch-x86_64.lo + CC libseccomp_la-arch-x86_64-syscalls.lo + CC libseccomp_la-arch-x32.lo + CC libseccomp_la-arch-x32-syscalls.lo + CC libseccomp_la-arch-arm.lo + CC libseccomp_la-arch-arm-syscalls.lo + CC libseccomp_la-arch-aarch64.lo + CC libseccomp_la-arch-aarch64-syscalls.lo + CC libseccomp_la-arch-mips.lo + CC libseccomp_la-arch-mips-syscalls.lo + CC libseccomp_la-arch-mips64.lo + CC libseccomp_la-arch-mips64-syscalls.lo + CC libseccomp_la-arch-mips64n32.lo + CC libseccomp_la-arch-mips64n32-syscalls.lo + CC libseccomp_la-arch-ppc.lo + CC libseccomp_la-arch-ppc-syscalls.lo + CC libseccomp_la-arch-ppc64.lo + CC libseccomp_la-arch-ppc64-syscalls.lo + CC libseccomp_la-arch-s390.lo + CC libseccomp_la-arch-s390-syscalls.lo + CC libseccomp_la-arch-s390x.lo + CC libseccomp_la-arch-s390x-syscalls.lo + CCLD libseccomp.la +ar: `u' modifier ignored since `D' is the default (see `U') +Making all in tools + CC util.lo + CCLD util.la +ar: `u' modifier ignored since `D' is the default (see `U') + CC scmp_sys_resolver.o + CCLD scmp_sys_resolver + CC scmp_arch_detect.o + CCLD scmp_arch_detect + CC scmp_bpf_disasm.o + CCLD scmp_bpf_disasm + CC scmp_bpf_sim.o + CCLD scmp_bpf_sim +Making all in tests +Making all in doc +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/Linux-Seccomp-0.002001/libseccomp' +Running Mkbootstrap for Seccomp () +chmod 644 "Seccomp.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Seccomp.bs blib/arch/auto/Linux/Seccomp/Seccomp.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Linux-Seccomp-0.002001/typemap' Seccomp.xs > Seccomp.xsc +mv Seccomp.xsc Seccomp.c +cc -c -Ilibseccomp/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.002001\" -DXS_VERSION=\"0.002001\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Seccomp.c +rm -f blib/arch/auto/Linux/Seccomp/Seccomp.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Seccomp.o -o blib/arch/auto/Linux/Seccomp/Seccomp.so libseccomp/src/.libs/libseccomp.a \ + \ + +chmod 755 blib/arch/auto/Linux/Seccomp/Seccomp.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Seccomp.bs blib/arch/auto/Linux/Seccomp/Seccomp.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Linux-Seccomp.t .. ok +All tests successful. +Files=1, Tests=4, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.06 cusr 0.01 csys = 0.09 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Seccomp.bs blib/arch/auto/Linux/Seccomp/Seccomp.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Linux/Seccomp/Seccomp.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Linux/Seccomp/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Linux/Seccomp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Linux::Seccomp.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Linux-Seccomp-0.002001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Linux-Seccomp-0.002001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Linux-Seccomp-0.002001/MYMETA.json +Searching Path::Tiny (0) on cpanmetadb ... +--2017-10-09 07:28:50-- http://cpanmetadb.plackperl.org/v1.0/package/Path::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 123 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.0M=0s + +2017-10-09 07:28:50 (26.0 MB/s) - written to stdout [123/123] + +--> Working on Path::Tiny +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.104.tar.gz ... --2017-10-09 07:28:50-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.104.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93011 (91K) [application/x-gzip] +Saving to: ‘Path-Tiny-0.104.tar.gz’ + + 0K .......... .......... .......... .......... .......... 55% 22.9M 0s + 50K .......... .......... .......... .......... 100% 38.3M=0.003s + +2017-10-09 07:28:50 (27.9 MB/s) - ‘Path-Tiny-0.104.tar.gz’ saved [93011/93011] + +Unpacking Path-Tiny-0.104.tar.gz +OK +Path-Tiny-0.104/ +Path-Tiny-0.104/Changes +Path-Tiny-0.104/CONTRIBUTING.mkdn +Path-Tiny-0.104/cpanfile +Path-Tiny-0.104/dist.ini +Path-Tiny-0.104/lib/ +Path-Tiny-0.104/LICENSE +Path-Tiny-0.104/Makefile.PL +Path-Tiny-0.104/MANIFEST +Path-Tiny-0.104/META.json +Path-Tiny-0.104/META.yml +Path-Tiny-0.104/perlcritic.rc +Path-Tiny-0.104/README +Path-Tiny-0.104/t/ +Path-Tiny-0.104/tidyall.ini +Path-Tiny-0.104/xt/ +Path-Tiny-0.104/xt/author/ +Path-Tiny-0.104/xt/release/ +Path-Tiny-0.104/xt/release/distmeta.t +Path-Tiny-0.104/xt/release/minimum-version.t +Path-Tiny-0.104/xt/author/00-compile.t +Path-Tiny-0.104/xt/author/critic.t +Path-Tiny-0.104/xt/author/pod-coverage.t +Path-Tiny-0.104/xt/author/pod-spell.t +Path-Tiny-0.104/xt/author/pod-syntax.t +Path-Tiny-0.104/xt/author/portability.t +Path-Tiny-0.104/xt/author/test-version.t +Path-Tiny-0.104/t/00-report-prereqs.dd +Path-Tiny-0.104/t/00-report-prereqs.t +Path-Tiny-0.104/t/basename.t +Path-Tiny-0.104/t/basic.t +Path-Tiny-0.104/t/children.t +Path-Tiny-0.104/t/chmod.t +Path-Tiny-0.104/t/data/ +Path-Tiny-0.104/t/digest.t +Path-Tiny-0.104/t/exception.t +Path-Tiny-0.104/t/exports.t +Path-Tiny-0.104/t/filesystem.t +Path-Tiny-0.104/t/input_output.t +Path-Tiny-0.104/t/input_output_no_PU_UU.t +Path-Tiny-0.104/t/input_output_no_UU.t +Path-Tiny-0.104/t/lib/ +Path-Tiny-0.104/t/locking.t +Path-Tiny-0.104/t/mkpath.t +Path-Tiny-0.104/t/mutable_tree_while_iterating.t +Path-Tiny-0.104/t/normalize.t +Path-Tiny-0.104/t/overloading.t +Path-Tiny-0.104/t/parent.t +Path-Tiny-0.104/t/README +Path-Tiny-0.104/t/recurse.t +Path-Tiny-0.104/t/rel-abs.t +Path-Tiny-0.104/t/subsumes.t +Path-Tiny-0.104/t/symlinks.t +Path-Tiny-0.104/t/temp.t +Path-Tiny-0.104/t/visit.t +Path-Tiny-0.104/t/zz-atomic.t +Path-Tiny-0.104/t/zzz-spec.t +Path-Tiny-0.104/t/lib/TestUtils.pm +Path-Tiny-0.104/t/data/chmod.txt +Path-Tiny-0.104/lib/Path/ +Path-Tiny-0.104/lib/Path/Tiny.pm +Entering Path-Tiny-0.104 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Path-Tiny-0.104 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Path::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have File::stat 0 ... Yes (1.07) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Digest 1.03 ... Yes (1.17_01) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have open 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Spec::Unix 0 ... Yes (3.68) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have Fcntl 1.06 ... Yes (1.13) +OK +Building and testing Path-Tiny-0.104 ... cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Basename any 2.85 +# File::Spec 0.86 3.68 +# File::Spec::Functions any 3.68 +# File::Spec::Unix any 3.68 +# File::Temp 0.19 0.2304 +# Test::More 0.96 1.302098 +# lib any 0.64 +# open any 1.11 +# +# === Test Recommends === +# +# Module Want Have +# ------------------ -------- -------- +# CPAN::Meta 2.120900 2.150010 +# Test::FailWarnings any missing +# Test::MockRandom any missing +# +# === Runtime Requires === +# +# Module Want Have +# ----------- ---- ------- +# Carp any 1.43 +# Cwd any 3.68 +# Digest 1.03 1.17_01 +# Digest::SHA 5.45 5.98 +# Exporter 5.57 5.72 +# Fcntl any 1.13 +# File::Copy any 2.32 +# File::Glob any 1.30 +# File::Path 2.07 2.15 +# File::Spec 0.86 3.68 +# File::Temp 0.19 0.2304 +# File::stat any 1.07 +# constant any 1.33 +# if any 0.0607 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +# === Runtime Recommends === +# +# Module Want Have +# ------------- ---- ------- +# Unicode::UTF8 0.58 missing +# +t/00-report-prereqs.t ............. ok +t/basename.t ...................... ok +t/basic.t ......................... ok +t/children.t ...................... ok +t/chmod.t ......................... ok +t/digest.t ........................ ok +t/exception.t ..................... ok +t/exports.t ....................... ok +t/filesystem.t .................... ok +t/input_output.t .................. ok +t/input_output_no_PU_UU.t ......... ok +t/input_output_no_UU.t ............ ok +t/locking.t ....................... ok +t/mkpath.t ........................ ok +t/mutable_tree_while_iterating.t .. ok +t/normalize.t ..................... ok +t/overloading.t ................... ok +t/parent.t ........................ ok +t/recurse.t ....................... ok +t/rel-abs.t ....................... ok +t/subsumes.t ...................... ok +t/symlinks.t ...................... ok +t/temp.t .......................... ok +t/visit.t ......................... ok +t/zz-atomic.t ..................... skipped: Test::MockRandom required for atomicity tests +t/zzz-spec.t ...................... ok +All tests successful. +Files=26, Tests=1699, 4 wallclock secs ( 0.26 usr 0.09 sys + 2.87 cusr 0.38 csys = 3.60 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Path/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Path::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Path-Tiny-0.104 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Path-Tiny-0.104/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Path-Tiny-0.104/MYMETA.json +Searching Regexp::Common (0) on cpanmetadb ... +--2017-10-09 07:28:55-- http://cpanmetadb.plackperl.org/v1.0/package/Regexp::Common +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1409 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 268M=0s + +2017-10-09 07:28:55 (268 MB/s) - written to stdout [1409/1409] + +--> Working on Regexp::Common +Fetching http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz ... --2017-10-09 07:28:55-- http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 237881 (232K) [application/x-gzip] +Saving to: ‘Regexp-Common-2017060201.tar.gz’ + + 0K .......... .......... .......... .......... .......... 21% 24.4M 0s + 50K .......... .......... .......... .......... .......... 43% 43.8M 0s + 100K .......... .......... .......... .......... .......... 64% 23.5M 0s + 150K .......... .......... .......... .......... .......... 86% 43.4M 0s + 200K .......... .......... .......... .. 100% 30.3M=0.007s + +2017-10-09 07:28:55 (30.8 MB/s) - ‘Regexp-Common-2017060201.tar.gz’ saved [237881/237881] + +Unpacking Regexp-Common-2017060201.tar.gz +OK +Regexp-Common-2017060201/ +Regexp-Common-2017060201/Changes +Regexp-Common-2017060201/COPYRIGHT +Regexp-Common-2017060201/COPYRIGHT.AL +Regexp-Common-2017060201/COPYRIGHT.AL2 +Regexp-Common-2017060201/COPYRIGHT.BSD +Regexp-Common-2017060201/COPYRIGHT.MIT +Regexp-Common-2017060201/lib/ +Regexp-Common-2017060201/LICENSE +Regexp-Common-2017060201/Makefile.PL +Regexp-Common-2017060201/MANIFEST +Regexp-Common-2017060201/META.json +Regexp-Common-2017060201/META.yml +Regexp-Common-2017060201/README +Regexp-Common-2017060201/t/ +Regexp-Common-2017060201/TODO +Regexp-Common-2017060201/t/comment/ +Regexp-Common-2017060201/t/Common.pm +Regexp-Common-2017060201/t/delimited/ +Regexp-Common-2017060201/t/net/ +Regexp-Common-2017060201/t/number/ +Regexp-Common-2017060201/t/SEN/ +Regexp-Common-2017060201/t/test___luhn.t +Regexp-Common-2017060201/t/test_balanced.t +Regexp-Common-2017060201/t/test_bases.t +Regexp-Common-2017060201/t/test_bases_sep.t +Regexp-Common-2017060201/t/test_comments.t +Regexp-Common-2017060201/t/test_curry.t +Regexp-Common-2017060201/t/test_i.t +Regexp-Common-2017060201/t/test_lingua_palindrome.t +Regexp-Common-2017060201/t/test_list.t +Regexp-Common-2017060201/t/test_no_import.t +Regexp-Common-2017060201/t/test_profanity.t +Regexp-Common-2017060201/t/test_sub.t +Regexp-Common-2017060201/t/test_sub_named.t +Regexp-Common-2017060201/t/test_ws.t +Regexp-Common-2017060201/t/URI/ +Regexp-Common-2017060201/t/zip/ +Regexp-Common-2017060201/t/zip/101_austria.t +Regexp-Common-2017060201/t/zip/111_australia.t +Regexp-Common-2017060201/t/zip/112_australia.t +Regexp-Common-2017060201/t/zip/121_belgium.t +Regexp-Common-2017060201/t/zip/131_denmark.t +Regexp-Common-2017060201/t/zip/141_greenland.t +Regexp-Common-2017060201/t/zip/151_norway.t +Regexp-Common-2017060201/t/zip/161_liechtenstein.t +Regexp-Common-2017060201/t/zip/171_switzerland.t +Regexp-Common-2017060201/t/zip/181_italy.t +Regexp-Common-2017060201/t/zip/191_germany.t +Regexp-Common-2017060201/t/zip/201_luxembourg.t +Regexp-Common-2017060201/t/zip/211_france.t +Regexp-Common-2017060201/t/zip/221_monaco.t +Regexp-Common-2017060201/t/zip/231_san-marino.t +Regexp-Common-2017060201/t/zip/241_vatican-city.t +Regexp-Common-2017060201/t/zip/netherlands.t +Regexp-Common-2017060201/t/zip/spain.t +Regexp-Common-2017060201/t/zip/us.t +Regexp-Common-2017060201/t/zip/Zip.pm +Regexp-Common-2017060201/t/zip/zip.t +Regexp-Common-2017060201/t/URI/any.t +Regexp-Common-2017060201/t/URI/fax.t +Regexp-Common-2017060201/t/URI/file.t +Regexp-Common-2017060201/t/URI/ftp.t +Regexp-Common-2017060201/t/URI/gopher.t +Regexp-Common-2017060201/t/URI/http.t +Regexp-Common-2017060201/t/URI/news.t +Regexp-Common-2017060201/t/URI/nntp.t +Regexp-Common-2017060201/t/URI/pop.t +Regexp-Common-2017060201/t/URI/prospero.t +Regexp-Common-2017060201/t/URI/tel.t +Regexp-Common-2017060201/t/URI/telnet.t +Regexp-Common-2017060201/t/URI/tv.t +Regexp-Common-2017060201/t/URI/wais.t +Regexp-Common-2017060201/t/SEN/usa_ssn.t +Regexp-Common-2017060201/t/number/101_integer.t +Regexp-Common-2017060201/t/number/111_integer_base.t +Regexp-Common-2017060201/t/number/121_integer_places.t +Regexp-Common-2017060201/t/number/122_integer_places.t +Regexp-Common-2017060201/t/number/123_integer_places.t +Regexp-Common-2017060201/t/number/131_integer_sep.t +Regexp-Common-2017060201/t/number/141_integer_group.t +Regexp-Common-2017060201/t/number/701_squares.t +Regexp-Common-2017060201/t/number/801_roman.t +Regexp-Common-2017060201/t/number/decimal.t +Regexp-Common-2017060201/t/number/number.t +Regexp-Common-2017060201/t/net/101_ipv4.t +Regexp-Common-2017060201/t/net/102_ipv4_strict.t +Regexp-Common-2017060201/t/net/111_ipv6.t +Regexp-Common-2017060201/t/net/121_mac.t +Regexp-Common-2017060201/t/net/131_domain.t +Regexp-Common-2017060201/t/delimited/101_delimited.t +Regexp-Common-2017060201/t/delimited/111_bquoted.t +Regexp-Common-2017060201/t/comment/delimited.t +Regexp-Common-2017060201/t/comment/html.t +Regexp-Common-2017060201/t/comment/nested.t +Regexp-Common-2017060201/t/comment/pascal.t +Regexp-Common-2017060201/t/comment/single_line.t +Regexp-Common-2017060201/t/comment/single_or_multiline.t +Regexp-Common-2017060201/lib/Regexp/ +Regexp-Common-2017060201/lib/Regexp/Common/ +Regexp-Common-2017060201/lib/Regexp/Common.pm +Regexp-Common-2017060201/lib/Regexp/Common/_support.pm +Regexp-Common-2017060201/lib/Regexp/Common/balanced.pm +Regexp-Common-2017060201/lib/Regexp/Common/CC.pm +Regexp-Common-2017060201/lib/Regexp/Common/comment.pm +Regexp-Common-2017060201/lib/Regexp/Common/delimited.pm +Regexp-Common-2017060201/lib/Regexp/Common/lingua.pm +Regexp-Common-2017060201/lib/Regexp/Common/list.pm +Regexp-Common-2017060201/lib/Regexp/Common/net.pm +Regexp-Common-2017060201/lib/Regexp/Common/number.pm +Regexp-Common-2017060201/lib/Regexp/Common/profanity.pm +Regexp-Common-2017060201/lib/Regexp/Common/SEN.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/ +Regexp-Common-2017060201/lib/Regexp/Common/URI.pm +Regexp-Common-2017060201/lib/Regexp/Common/whitespace.pm +Regexp-Common-2017060201/lib/Regexp/Common/zip.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/fax.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/file.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/ftp.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/gopher.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/http.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/news.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/pop.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/prospero.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC1035.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC1738.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC1808.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC2384.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC2396.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/RFC2806.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/tel.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/telnet.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/tv.pm +Regexp-Common-2017060201/lib/Regexp/Common/URI/wais.pm +Entering Regexp-Common-2017060201 +Checking configure dependencies from META.json +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Regexp-Common-2017060201 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Regexp::Common +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Regexp-Common-2017060201 ... cp lib/Regexp/Common.pm blib/lib/Regexp/Common.pm +cp lib/Regexp/Common/URI/news.pm blib/lib/Regexp/Common/URI/news.pm +cp lib/Regexp/Common/lingua.pm blib/lib/Regexp/Common/lingua.pm +cp lib/Regexp/Common/URI/prospero.pm blib/lib/Regexp/Common/URI/prospero.pm +cp lib/Regexp/Common/URI/http.pm blib/lib/Regexp/Common/URI/http.pm +cp lib/Regexp/Common/URI/gopher.pm blib/lib/Regexp/Common/URI/gopher.pm +cp lib/Regexp/Common/zip.pm blib/lib/Regexp/Common/zip.pm +cp lib/Regexp/Common/URI/tv.pm blib/lib/Regexp/Common/URI/tv.pm +cp lib/Regexp/Common/whitespace.pm blib/lib/Regexp/Common/whitespace.pm +cp lib/Regexp/Common/URI.pm blib/lib/Regexp/Common/URI.pm +cp lib/Regexp/Common/delimited.pm blib/lib/Regexp/Common/delimited.pm +cp lib/Regexp/Common/balanced.pm blib/lib/Regexp/Common/balanced.pm +cp lib/Regexp/Common/URI/RFC1738.pm blib/lib/Regexp/Common/URI/RFC1738.pm +cp lib/Regexp/Common/number.pm blib/lib/Regexp/Common/number.pm +cp lib/Regexp/Common/URI/wais.pm blib/lib/Regexp/Common/URI/wais.pm +cp lib/Regexp/Common/URI/telnet.pm blib/lib/Regexp/Common/URI/telnet.pm +cp lib/Regexp/Common/URI/ftp.pm blib/lib/Regexp/Common/URI/ftp.pm +cp lib/Regexp/Common/comment.pm blib/lib/Regexp/Common/comment.pm +cp lib/Regexp/Common/URI/RFC2806.pm blib/lib/Regexp/Common/URI/RFC2806.pm +cp lib/Regexp/Common/_support.pm blib/lib/Regexp/Common/_support.pm +cp lib/Regexp/Common/net.pm blib/lib/Regexp/Common/net.pm +cp lib/Regexp/Common/URI/RFC1808.pm blib/lib/Regexp/Common/URI/RFC1808.pm +cp lib/Regexp/Common/profanity.pm blib/lib/Regexp/Common/profanity.pm +cp lib/Regexp/Common/SEN.pm blib/lib/Regexp/Common/SEN.pm +cp lib/Regexp/Common/URI/RFC2396.pm blib/lib/Regexp/Common/URI/RFC2396.pm +cp lib/Regexp/Common/URI/pop.pm blib/lib/Regexp/Common/URI/pop.pm +cp lib/Regexp/Common/CC.pm blib/lib/Regexp/Common/CC.pm +cp lib/Regexp/Common/URI/RFC1035.pm blib/lib/Regexp/Common/URI/RFC1035.pm +cp lib/Regexp/Common/URI/fax.pm blib/lib/Regexp/Common/URI/fax.pm +cp lib/Regexp/Common/URI/file.pm blib/lib/Regexp/Common/URI/file.pm +cp lib/Regexp/Common/URI/RFC2384.pm blib/lib/Regexp/Common/URI/RFC2384.pm +cp lib/Regexp/Common/list.pm blib/lib/Regexp/Common/list.pm +cp lib/Regexp/Common/URI/tel.pm blib/lib/Regexp/Common/URI/tel.pm +Manifying 33 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t +t/comment/delimited.t ............ ok +t/comment/html.t ................. ok +t/comment/nested.t ............... ok +t/comment/pascal.t ............... ok +t/comment/single_line.t .......... ok +t/comment/single_or_multiline.t .. ok +t/delimited/101_delimited.t ...... skipped: Test::Regexp not found +t/delimited/111_bquoted.t ........ skipped: Test::Regexp not found +t/net/101_ipv4.t ................. ok +t/net/102_ipv4_strict.t .......... skipped: Test::Regexp not found +t/net/111_ipv6.t ................. ok +t/net/121_mac.t .................. ok +t/net/131_domain.t ............... ok +t/number/101_integer.t ........... skipped: Test::Regexp not found +t/number/111_integer_base.t ...... skipped: Test::Regexp not found +t/number/121_integer_places.t .... skipped: Test::Regexp not found +t/number/122_integer_places.t .... skipped: Test::Regexp not found +t/number/123_integer_places.t .... skipped: Test::Regexp not found +t/number/131_integer_sep.t ....... skipped: Test::Regexp not found +t/number/141_integer_group.t ..... skipped: Test::Regexp not found +t/number/701_squares.t ........... skipped: Test::Regexp not found +t/number/801_roman.t ............. skipped: Test::Regexp not found +t/number/decimal.t ............... ok +t/number/number.t ................ ok +t/SEN/usa_ssn.t .................. ok +t/test___luhn.t .................. ok +t/test_balanced.t ................ ok +t/test_bases.t ................... ok +t/test_bases_sep.t ............... ok +t/test_comments.t ................ ok +t/test_curry.t ................... ok +t/test_i.t ....................... ok +t/test_lingua_palindrome.t ....... ok +t/test_list.t .................... ok +t/test_no_import.t ............... ok +t/test_profanity.t ............... ok +t/test_sub.t ..................... ok +t/test_sub_named.t ............... ok +t/test_ws.t ...................... ok +t/URI/any.t ...................... ok +t/URI/fax.t ...................... ok +t/URI/file.t ..................... ok +t/URI/ftp.t ...................... ok +t/URI/gopher.t ................... ok +t/URI/http.t ..................... ok +t/URI/news.t ..................... ok +t/URI/nntp.t ..................... ok +t/URI/pop.t ...................... ok +t/URI/prospero.t ................. ok +t/URI/tel.t ...................... ok +t/URI/telnet.t ................... ok +t/URI/tv.t ....................... ok +t/URI/wais.t ..................... ok +t/zip/101_austria.t .............. skipped: Test::Regexp not found +t/zip/111_australia.t ............ skipped: Test::Regexp not found +t/zip/112_australia.t ............ skipped: Test::Regexp not found +t/zip/121_belgium.t .............. skipped: Test::Regexp not found +t/zip/131_denmark.t .............. skipped: Test::Regexp not found +t/zip/141_greenland.t ............ skipped: Test::Regexp not found +t/zip/151_norway.t ............... skipped: Test::Regexp not found +t/zip/161_liechtenstein.t ........ skipped: Test::Regexp not found +t/zip/171_switzerland.t .......... skipped: Test::Regexp not found +t/zip/181_italy.t ................ skipped: Test::Regexp not found +t/zip/191_germany.t .............. skipped: Test::Regexp not found +t/zip/201_luxembourg.t ........... skipped: Test::Regexp not found +t/zip/211_france.t ............... skipped: Test::Regexp not found +t/zip/221_monaco.t ............... skipped: Test::Regexp not found +t/zip/231_san-marino.t ........... skipped: Test::Regexp not found +t/zip/241_vatican-city.t ......... skipped: Test::Regexp not found +t/zip/netherlands.t .............. ok +t/zip/spain.t .................... ok +t/zip/us.t ....................... ok +t/zip/zip.t ...................... ok +All tests successful. +Files=73, Tests=149252, 18 wallclock secs ( 7.54 usr 0.21 sys + 14.44 cusr 0.85 csys = 23.04 CPU) +Result: PASS +Manifying 33 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/lingua.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/list.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/zip.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/profanity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/net.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/delimited.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/CC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/SEN.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/whitespace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/comment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/balanced.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/_support.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/tv.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/ftp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/news.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC2806.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/tel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC1035.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/gopher.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC1738.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/pop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC2384.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/fax.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/prospero.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC1808.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/file.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/RFC2396.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/http.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/telnet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Regexp/Common/URI/wais.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::list.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::tv.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::zip.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::number.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC2396.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::net.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::balanced.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::http.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::ftp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::telnet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::news.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::lingua.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::profanity.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::wais.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC2806.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::comment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::delimited.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC1808.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::_support.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC1035.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC2384.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::file.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::pop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::prospero.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::CC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::SEN.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::gopher.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::whitespace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::tel.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::RFC1738.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Regexp::Common::URI::fax.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Regexp-Common-2017060201 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Regexp-Common-2017060201/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Regexp-Common-2017060201/MYMETA.json +Searching Future (0) on cpanmetadb ... +--2017-10-09 07:29:14-- http://cpanmetadb.plackperl.org/v1.0/package/Future +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 149 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.8M=0s + +2017-10-09 07:29:15 (27.8 MB/s) - written to stdout [149/149] + +--> Working on Future +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Future-0.35.tar.gz ... --2017-10-09 07:29:15-- http://www.cpan.org/authors/id/P/PE/PEVANS/Future-0.35.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 84461 (82K) [application/x-gzip] +Saving to: ‘Future-0.35.tar.gz’ + + 0K .......... .......... .......... .......... .......... 60% 27.2M 0s + 50K .......... .......... .......... .. 100% 40.5M=0.003s + +2017-10-09 07:29:15 (31.2 MB/s) - ‘Future-0.35.tar.gz’ saved [84461/84461] + +Unpacking Future-0.35.tar.gz +OK +Future-0.35 +Future-0.35/Build.PL +Future-0.35/Changes +Future-0.35/LICENSE +Future-0.35/MANIFEST +Future-0.35/META.json +Future-0.35/META.yml +Future-0.35/Makefile.PL +Future-0.35/README +Future-0.35/examples +Future-0.35/examples/io-async.pl +Future-0.35/lib +Future-0.35/lib/Future.pm +Future-0.35/lib/Future +Future-0.35/lib/Future/Mutex.pm +Future-0.35/lib/Future/Phrasebook.pod +Future-0.35/lib/Future/Utils.pm +Future-0.35/lib/Test +Future-0.35/lib/Test/Future.pm +Future-0.35/t +Future-0.35/t/00use.t +Future-0.35/t/01future.t +Future-0.35/t/02cancel.t +Future-0.35/t/03then.t +Future-0.35/t/04else.t +Future-0.35/t/05then-else.t +Future-0.35/t/06followed_by.t +Future-0.35/t/07catch.t +Future-0.35/t/09transform.t +Future-0.35/t/10wait_all.t +Future-0.35/t/11wait_any.t +Future-0.35/t/12needs_all.t +Future-0.35/t/13needs_any.t +Future-0.35/t/20subclass.t +Future-0.35/t/21debug.t +Future-0.35/t/22wrap_cb.t +Future-0.35/t/30utils-call.t +Future-0.35/t/31utils-call-with-escape.t +Future-0.35/t/32utils-repeat.t +Future-0.35/t/33utils-repeat-generate.t +Future-0.35/t/34utils-repeat-foreach.t +Future-0.35/t/35utils-map-void.t +Future-0.35/t/36utils-map.t +Future-0.35/t/40mutext.t +Future-0.35/t/50test-future.t +Future-0.35/t/99pod.t +Entering Future-0.35 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Future-0.35 ... Checking prerequisites... + test_requires: + ! Test::Identity is not installed + ! Test::Refcount is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Future' version '0.35' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::Refcount 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Checking if you have Test::Identity 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Searching Test::Refcount (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Refcount, Test::Identity +--2017-10-09 07:29:15-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Refcount +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 5.57M=0s + +2017-10-09 07:29:15 (5.57 MB/s) - written to stdout [99/99] + +--> Working on Test::Refcount +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Test-Refcount-0.08.tar.gz ... --2017-10-09 07:29:15-- http://www.cpan.org/authors/id/P/PE/PEVANS/Test-Refcount-0.08.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17567 (17K) [application/x-gzip] +Saving to: ‘Test-Refcount-0.08.tar.gz’ + + 0K .......... ....... 100% 20.2M=0.001s + +2017-10-09 07:29:15 (20.2 MB/s) - ‘Test-Refcount-0.08.tar.gz’ saved [17567/17567] + +Unpacking Test-Refcount-0.08.tar.gz +OK +Test-Refcount-0.08 +Test-Refcount-0.08/Changes +Test-Refcount-0.08/META.json +Test-Refcount-0.08/README +Test-Refcount-0.08/Build.PL +Test-Refcount-0.08/LICENSE +Test-Refcount-0.08/META.yml +Test-Refcount-0.08/MANIFEST +Test-Refcount-0.08/Makefile.PL +Test-Refcount-0.08/lib +Test-Refcount-0.08/lib/Test +Test-Refcount-0.08/lib/Test/Refcount.pm +Test-Refcount-0.08/t +Test-Refcount-0.08/t/00use.t +Test-Refcount-0.08/t/02one.t +Test-Refcount-0.08/t/03weak.t +Test-Refcount-0.08/t/04reftypes.t +Test-Refcount-0.08/t/01count.t +Test-Refcount-0.08/t/99pod.t +Entering Test-Refcount-0.08 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Test-Refcount-0.08 ... Checking prerequisites... + recommends: + * Devel::MAT is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-Refcount' version '0.08' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Test-Refcount-0.08 ... Building Test-Refcount +t/00use.t ....... ok +t/01count.t ..... ok +t/02one.t ....... ok +t/03weak.t ...... ok +t/04reftypes.t .. ok +t/99pod.t ....... skipped: Test::Pod 1.00 required for testing POD +All tests successful. +Files=6, Tests=20, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.36 cusr 0.04 csys = 0.44 CPU) +Result: PASS +Building Test-Refcount +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Refcount.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Refcount.3 +OK +Successfully installed Test-Refcount-0.08 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Refcount-0.08/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Refcount-0.08/MYMETA.json +Searching Test::Identity (0) on cpanmetadb ... +--2017-10-09 07:29:16-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Identity +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.4M=0s + +2017-10-09 07:29:16 (19.4 MB/s) - written to stdout [99/99] + +--> Working on Test::Identity +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Test-Identity-0.01.tar.gz ... --2017-10-09 07:29:16-- http://www.cpan.org/authors/id/P/PE/PEVANS/Test-Identity-0.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10889 (11K) [application/x-gzip] +Saving to: ‘Test-Identity-0.01.tar.gz’ + + 0K .......... 100% 144M=0s + +2017-10-09 07:29:16 (144 MB/s) - ‘Test-Identity-0.01.tar.gz’ saved [10889/10889] + +Unpacking Test-Identity-0.01.tar.gz +OK +Test-Identity-0.01 +Test-Identity-0.01/META.yml +Test-Identity-0.01/Changes +Test-Identity-0.01/MANIFEST +Test-Identity-0.01/Build.PL +Test-Identity-0.01/LICENSE +Test-Identity-0.01/Makefile.PL +Test-Identity-0.01/README +Test-Identity-0.01/t +Test-Identity-0.01/t/00use.t +Test-Identity-0.01/t/99pod.t +Test-Identity-0.01/t/01identical.t +Test-Identity-0.01/lib +Test-Identity-0.01/lib/Test +Test-Identity-0.01/lib/Test/Identity.pm +Entering Test-Identity-0.01 +Checking configure dependencies from META.yml +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Test-Identity-0.01 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-Identity' version '0.01' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +OK +Building and testing Test-Identity-0.01 ... Building Test-Identity +t/00use.t ........ ok +t/01identical.t .. ok +t/99pod.t ........ skipped: Test::Pod 1.00 required for testing POD +All tests successful. +Files=3, Tests=9, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.14 cusr 0.04 csys = 0.22 CPU) +Result: PASS +Building Test-Identity +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Identity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Identity.3 +OK +Successfully installed Test-Identity-0.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Identity-0.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Identity-0.01/MYMETA.json +Building and testing Future-0.35 ... Building Future +t/00use.t ..................... ok +t/01future.t .................. ok +t/02cancel.t .................. ok +t/03then.t .................... ok +t/04else.t .................... ok +t/05then-else.t ............... ok +t/06followed_by.t ............. ok +t/07catch.t ................... ok +t/09transform.t ............... ok +t/10wait_all.t ................ ok +t/11wait_any.t ................ ok +t/12needs_all.t ............... ok +t/13needs_any.t ............... ok +t/20subclass.t ................ ok +t/21debug.t ................... ok +t/22wrap_cb.t ................. ok +t/30utils-call.t .............. ok +t/31utils-call-with-escape.t .. ok +t/32utils-repeat.t ............ ok +t/33utils-repeat-generate.t ... ok +t/34utils-repeat-foreach.t .... ok +t/35utils-map-void.t .......... ok +t/36utils-map.t ............... ok +t/40mutext.t .................. ok +t/50test-future.t ............. ok +t/99pod.t ..................... skipped: Test::Pod 1.00 required for testing POD +All tests successful. +Files=26, Tests=588, 2 wallclock secs ( 0.13 usr 0.05 sys + 1.83 cusr 0.26 csys = 2.27 CPU) +Result: PASS +Building Future +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Future.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Future.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Future/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Future/Mutex.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Future/Phrasebook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Future::Utils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Future::Phrasebook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Future.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Future::Mutex.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Future.3 +OK +Successfully installed Future-0.35 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Future-0.35/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Future-0.35/MYMETA.json +Searching Moose (0) on cpanmetadb ... +--2017-10-09 07:29:20-- http://cpanmetadb.plackperl.org/v1.0/package/Moose +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 21.2M=0.001s + +2017-10-09 07:29:20 (21.2 MB/s) - written to stdout [18435/18435] + +--> Working on Moose +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.2006.tar.gz ... --2017-10-09 07:29:20-- http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.2006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 817942 (799K) [application/x-gzip] +Saving to: ‘Moose-2.2006.tar.gz’ + + 0K .......... .......... .......... .......... .......... 6% 20.8M 0s + 50K .......... .......... .......... .......... .......... 12% 50.0M 0s + 100K .......... .......... .......... .......... .......... 18% 51.3M 0s + 150K .......... .......... .......... .......... .......... 25% 45.3M 0s + 200K .......... .......... .......... .......... .......... 31% 49.1M 0s + 250K .......... .......... .......... .......... .......... 37% 44.7M 0s + 300K .......... .......... .......... .......... .......... 43% 51.3M 0s + 350K .......... .......... .......... .......... .......... 50% 51.6M 0s + 400K .......... .......... .......... .......... .......... 56% 46.3M 0s + 450K .......... .......... .......... .......... .......... 62% 219M 0s + 500K .......... .......... .......... .......... .......... 68% 48.3M 0s + 550K .......... .......... .......... .......... .......... 75% 47.8M 0s + 600K .......... .......... .......... .......... .......... 81% 47.2M 0s + 650K .......... .......... .......... .......... .......... 87% 192M 0s + 700K .......... .......... .......... .......... .......... 93% 52.7M 0s + 750K .......... .......... .......... .......... ........ 100% 74.1M=0.02s + +2017-10-09 07:29:20 (50.3 MB/s) - ‘Moose-2.2006.tar.gz’ saved [817942/817942] + +Unpacking Moose-2.2006.tar.gz +OK +Moose-2.2006/ +Moose-2.2006/author/ +Moose-2.2006/benchmarks/ +Moose-2.2006/bin/ +Moose-2.2006/Changes +Moose-2.2006/Changes.Class-MOP +Moose-2.2006/dist.ini +Moose-2.2006/doc/ +Moose-2.2006/inc/ +Moose-2.2006/lib/ +Moose-2.2006/LICENSE +Moose-2.2006/Makefile.PL +Moose-2.2006/MANIFEST +Moose-2.2006/META.json +Moose-2.2006/META.yml +Moose-2.2006/mop.c +Moose-2.2006/mop.h +Moose-2.2006/perltidyrc +Moose-2.2006/ppport.h +Moose-2.2006/README.md +Moose-2.2006/t/ +Moose-2.2006/TODO +Moose-2.2006/weaver.ini +Moose-2.2006/xs/ +Moose-2.2006/xt/ +Moose-2.2006/xt/author/ +Moose-2.2006/xt/release/ +Moose-2.2006/xt/release/00-compile.t +Moose-2.2006/xt/release/cpan-changes.t +Moose-2.2006/xt/release/distmeta.t +Moose-2.2006/xt/release/kwalitee.t +Moose-2.2006/xt/author/authority.t +Moose-2.2006/xt/author/debugger-duck_type.t +Moose-2.2006/xt/author/eol.t +Moose-2.2006/xt/author/memory_leaks.t +Moose-2.2006/xt/author/mojibake.t +Moose-2.2006/xt/author/no-tabs.t +Moose-2.2006/xt/author/pod-coverage.t +Moose-2.2006/xt/author/pod-spell.t +Moose-2.2006/xt/author/pod-syntax.t +Moose-2.2006/xt/author/test-my-dependents.t +Moose-2.2006/xs/Attribute.xs +Moose-2.2006/xs/AttributeCore.xs +Moose-2.2006/xs/Class.xs +Moose-2.2006/xs/Generated.xs +Moose-2.2006/xs/HasAttributes.xs +Moose-2.2006/xs/HasMethods.xs +Moose-2.2006/xs/Inlined.xs +Moose-2.2006/xs/Instance.xs +Moose-2.2006/xs/Method.xs +Moose-2.2006/xs/Moose.xs +Moose-2.2006/xs/MOP.xs +Moose-2.2006/xs/Package.xs +Moose-2.2006/xs/ToInstance.xs +Moose-2.2006/xs/typemap +Moose-2.2006/t/00-report-prereqs.dd +Moose-2.2006/t/00-report-prereqs.t +Moose-2.2006/t/000_load.t +Moose-2.2006/t/attributes/ +Moose-2.2006/t/basics/ +Moose-2.2006/t/bugs/ +Moose-2.2006/t/cmop/ +Moose-2.2006/t/compat/ +Moose-2.2006/t/examples/ +Moose-2.2006/t/exceptions/ +Moose-2.2006/t/immutable/ +Moose-2.2006/t/lib/ +Moose-2.2006/t/metaclasses/ +Moose-2.2006/t/moose_util/ +Moose-2.2006/t/native_traits/ +Moose-2.2006/t/recipes/ +Moose-2.2006/t/roles/ +Moose-2.2006/t/test_moose/ +Moose-2.2006/t/todo_tests/ +Moose-2.2006/t/type_constraints/ +Moose-2.2006/t/zzz-check-breaks.t +Moose-2.2006/t/type_constraints/advanced_type_creation.t +Moose-2.2006/t/type_constraints/class_subtypes.t +Moose-2.2006/t/type_constraints/class_type_constraint.t +Moose-2.2006/t/type_constraints/coerced_parameterized_types.t +Moose-2.2006/t/type_constraints/container_type_coercion.t +Moose-2.2006/t/type_constraints/container_type_constraint.t +Moose-2.2006/t/type_constraints/custom_parameterized_types.t +Moose-2.2006/t/type_constraints/custom_type_errors.t +Moose-2.2006/t/type_constraints/define_type_twice_throws.t +Moose-2.2006/t/type_constraints/duck_type_handles.t +Moose-2.2006/t/type_constraints/duck_types.t +Moose-2.2006/t/type_constraints/enum.t +Moose-2.2006/t/type_constraints/inlining.t +Moose-2.2006/t/type_constraints/match_type_operator.t +Moose-2.2006/t/type_constraints/maybe_type_constraint.t +Moose-2.2006/t/type_constraints/misc_type_tests.t +Moose-2.2006/t/type_constraints/name_conflicts.t +Moose-2.2006/t/type_constraints/normalize_type_name.t +Moose-2.2006/t/type_constraints/parameterize_from.t +Moose-2.2006/t/type_constraints/role_type_constraint.t +Moose-2.2006/t/type_constraints/subtype_auto_vivify_parent.t +Moose-2.2006/t/type_constraints/subtyping_parameterized_types.t +Moose-2.2006/t/type_constraints/subtyping_union_types.t +Moose-2.2006/t/type_constraints/throw_error.t +Moose-2.2006/t/type_constraints/type_coersion_on_lazy_attributes.t +Moose-2.2006/t/type_constraints/type_names.t +Moose-2.2006/t/type_constraints/type_notation_parser.t +Moose-2.2006/t/type_constraints/types_and_undef.t +Moose-2.2006/t/type_constraints/union_is_a_type_of.t +Moose-2.2006/t/type_constraints/union_types.t +Moose-2.2006/t/type_constraints/union_types_and_coercions.t +Moose-2.2006/t/type_constraints/util_find_type_constraint.t +Moose-2.2006/t/type_constraints/util_more_type_coercion.t +Moose-2.2006/t/type_constraints/util_std_type_constraints.t +Moose-2.2006/t/type_constraints/util_type_coercion.t +Moose-2.2006/t/type_constraints/util_type_constraints.t +Moose-2.2006/t/type_constraints/util_type_constraints_export.t +Moose-2.2006/t/type_constraints/util_type_reloading.t +Moose-2.2006/t/type_constraints/with-specio.t +Moose-2.2006/t/type_constraints/with-type-tiny.t +Moose-2.2006/t/todo_tests/exception_reflects_failed_constraint.t +Moose-2.2006/t/todo_tests/immutable_n_around.t +Moose-2.2006/t/todo_tests/moose_and_threads.t +Moose-2.2006/t/todo_tests/replacing_super_methods.t +Moose-2.2006/t/todo_tests/required_role_accessors.t +Moose-2.2006/t/todo_tests/role_insertion_order.t +Moose-2.2006/t/todo_tests/various_role_features.t +Moose-2.2006/t/todo_tests/wrong-inner.t +Moose-2.2006/t/test_moose/test_moose.t +Moose-2.2006/t/test_moose/test_moose_does_ok.t +Moose-2.2006/t/test_moose/test_moose_has_attribute_ok.t +Moose-2.2006/t/test_moose/test_moose_meta_ok.t +Moose-2.2006/t/test_moose/with_immutable.t +Moose-2.2006/t/roles/anonymous_roles.t +Moose-2.2006/t/roles/application_toclass.t +Moose-2.2006/t/roles/apply_role.t +Moose-2.2006/t/roles/build.t +Moose-2.2006/t/roles/conflict_many_methods.t +Moose-2.2006/t/roles/create_role.t +Moose-2.2006/t/roles/create_role_subclass.t +Moose-2.2006/t/roles/empty_method_modifiers_meta_bug.t +Moose-2.2006/t/roles/extending_role_attrs.t +Moose-2.2006/t/roles/free_anonymous_roles.t +Moose-2.2006/t/roles/imported_required_method.t +Moose-2.2006/t/roles/meta_role.t +Moose-2.2006/t/roles/method_aliasing_in_composition.t +Moose-2.2006/t/roles/method_exclusion_in_composition.t +Moose-2.2006/t/roles/method_modifiers.t +Moose-2.2006/t/roles/methods.t +Moose-2.2006/t/roles/more_alias_and_exclude.t +Moose-2.2006/t/roles/more_role_edge_cases.t +Moose-2.2006/t/roles/new_meta_role.t +Moose-2.2006/t/roles/overloading_combine_to_class.t +Moose-2.2006/t/roles/overloading_combine_to_instance.t +Moose-2.2006/t/roles/overloading_combine_to_role.t +Moose-2.2006/t/roles/overloading_composition_errors.t +Moose-2.2006/t/roles/overloading_remove_attributes_bug.t +Moose-2.2006/t/roles/overloading_to_class.t +Moose-2.2006/t/roles/overloading_to_instance.t +Moose-2.2006/t/roles/overloading_to_role.t +Moose-2.2006/t/roles/overriding.t +Moose-2.2006/t/roles/reinitialize_anon_role.t +Moose-2.2006/t/roles/role.t +Moose-2.2006/t/roles/role_attr_application.t +Moose-2.2006/t/roles/role_attribute_conflict.t +Moose-2.2006/t/roles/role_attrs.t +Moose-2.2006/t/roles/role_compose_requires.t +Moose-2.2006/t/roles/role_composite.t +Moose-2.2006/t/roles/role_composite_exclusion.t +Moose-2.2006/t/roles/role_composition_attributes.t +Moose-2.2006/t/roles/role_composition_conflict_detection.t +Moose-2.2006/t/roles/role_composition_errors.t +Moose-2.2006/t/roles/role_composition_method_mods.t +Moose-2.2006/t/roles/role_composition_methods.t +Moose-2.2006/t/roles/role_composition_override.t +Moose-2.2006/t/roles/role_composition_req_methods.t +Moose-2.2006/t/roles/role_conflict_detection.t +Moose-2.2006/t/roles/role_conflict_edge_cases.t +Moose-2.2006/t/roles/role_consumers.t +Moose-2.2006/t/roles/role_exclusion.t +Moose-2.2006/t/roles/role_exclusion_and_alias_bug.t +Moose-2.2006/t/roles/role_for_combination.t +Moose-2.2006/t/roles/roles_and_method_cloning.t +Moose-2.2006/t/roles/roles_and_req_method_edge_cases.t +Moose-2.2006/t/roles/roles_applied_in_create.t +Moose-2.2006/t/roles/run_time_role_composition.t +Moose-2.2006/t/roles/runtime_roles_and_attrs.t +Moose-2.2006/t/roles/runtime_roles_and_nonmoose.t +Moose-2.2006/t/roles/runtime_roles_w_params.t +Moose-2.2006/t/roles/use_base_does.t +Moose-2.2006/t/recipes/basics_bankaccount_methodmodifiersandsubclassing.t +Moose-2.2006/t/recipes/basics_binarytree_attributefeatures.t +Moose-2.2006/t/recipes/basics_company_subtypes.t +Moose-2.2006/t/recipes/basics_datetime_extendingnonmooseparent.t +Moose-2.2006/t/recipes/basics_document_augmentandinner.t +Moose-2.2006/t/recipes/basics_genome_overloadingsubtypesandcoercion.t +Moose-2.2006/t/recipes/basics_http_subtypesandcoercion.t +Moose-2.2006/t/recipes/basics_point_attributesandsubclassing.t +Moose-2.2006/t/recipes/extending_debugging_baseclassrole.t +Moose-2.2006/t/recipes/extending_mooseish_moosesugar.t +Moose-2.2006/t/recipes/legacy_debugging_baseclassreplacement.t +Moose-2.2006/t/recipes/legacy_labeled_attributemetaclass.t +Moose-2.2006/t/recipes/meta_globref_instancemetaclass.t +Moose-2.2006/t/recipes/meta_labeled_attributetrait.t +Moose-2.2006/t/recipes/meta_privateorpublic_methodmetaclass.t +Moose-2.2006/t/recipes/meta_table_metaclasstrait.t +Moose-2.2006/t/recipes/roles_applicationtoinstance.t +Moose-2.2006/t/recipes/roles_comparable_codereuse.t +Moose-2.2006/t/recipes/roles_restartable_advancedcomposition.t +Moose-2.2006/t/native_traits/array_coerce.t +Moose-2.2006/t/native_traits/array_from_role.t +Moose-2.2006/t/native_traits/array_subtypes.t +Moose-2.2006/t/native_traits/array_trigger.t +Moose-2.2006/t/native_traits/collection_with_roles.t +Moose-2.2006/t/native_traits/custom_instance.t +Moose-2.2006/t/native_traits/hash_coerce.t +Moose-2.2006/t/native_traits/hash_subtypes.t +Moose-2.2006/t/native_traits/hash_trigger.t +Moose-2.2006/t/native_traits/remove_attribute.t +Moose-2.2006/t/native_traits/shallow_clone.t +Moose-2.2006/t/native_traits/trait_array.t +Moose-2.2006/t/native_traits/trait_bool.t +Moose-2.2006/t/native_traits/trait_code.t +Moose-2.2006/t/native_traits/trait_counter.t +Moose-2.2006/t/native_traits/trait_hash.t +Moose-2.2006/t/native_traits/trait_number.t +Moose-2.2006/t/native_traits/trait_string.t +Moose-2.2006/t/moose_util/apply_roles.t +Moose-2.2006/t/moose_util/create_alias.t +Moose-2.2006/t/moose_util/ensure_all_roles.t +Moose-2.2006/t/moose_util/method_mod_args.t +Moose-2.2006/t/moose_util/moose_util.t +Moose-2.2006/t/moose_util/moose_util_does_role.t +Moose-2.2006/t/moose_util/moose_util_search_class_by_role.t +Moose-2.2006/t/moose_util/resolve_alias.t +Moose-2.2006/t/moose_util/with_traits.t +Moose-2.2006/t/metaclasses/create_anon_with_required_attr.t +Moose-2.2006/t/metaclasses/custom_attr_meta_as_role.t +Moose-2.2006/t/metaclasses/custom_attr_meta_with_roles.t +Moose-2.2006/t/metaclasses/easy_init_meta.t +Moose-2.2006/t/metaclasses/export_with_prototype.t +Moose-2.2006/t/metaclasses/exporter_also_with_trait.t +Moose-2.2006/t/metaclasses/exporter_meta_lookup.t +Moose-2.2006/t/metaclasses/exporter_sub_names.t +Moose-2.2006/t/metaclasses/goto_moose_import.t +Moose-2.2006/t/metaclasses/immutable_metaclass_compat_bug.t +Moose-2.2006/t/metaclasses/meta_name.t +Moose-2.2006/t/metaclasses/metaclass_compat.t +Moose-2.2006/t/metaclasses/metaclass_compat_no_fixing_bug.t +Moose-2.2006/t/metaclasses/metaclass_compat_role_conflicts.t +Moose-2.2006/t/metaclasses/metaclass_parameterized_traits.t +Moose-2.2006/t/metaclasses/metaclass_traits.t +Moose-2.2006/t/metaclasses/metarole.t +Moose-2.2006/t/metaclasses/metarole_combination.t +Moose-2.2006/t/metaclasses/metarole_on_anon.t +Moose-2.2006/t/metaclasses/metarole_w_metaclass_pm.t +Moose-2.2006/t/metaclasses/metaroles_of_metaroles.t +Moose-2.2006/t/metaclasses/moose_exporter.t +Moose-2.2006/t/metaclasses/moose_exporter_trait_aliases.t +Moose-2.2006/t/metaclasses/moose_for_meta.t +Moose-2.2006/t/metaclasses/moose_nonmoose_metatrait_init_order.t +Moose-2.2006/t/metaclasses/moose_nonmoose_moose_chain_init_meta.t +Moose-2.2006/t/metaclasses/moose_w_metaclass.t +Moose-2.2006/t/metaclasses/new_metaclass.t +Moose-2.2006/t/metaclasses/new_object_BUILD.t +Moose-2.2006/t/metaclasses/overloading.t +Moose-2.2006/t/metaclasses/reinitialize.t +Moose-2.2006/t/metaclasses/use_base_of_moose.t +Moose-2.2006/t/lib/Bar.pm +Moose-2.2006/t/lib/Bar7/ +Moose-2.2006/t/lib/Foo.pm +Moose-2.2006/t/lib/Moose/ +Moose-2.2006/t/lib/MyExporter.pm +Moose-2.2006/t/lib/MyMetaclassRole.pm +Moose-2.2006/t/lib/MyMooseA.pm +Moose-2.2006/t/lib/MyMooseB.pm +Moose-2.2006/t/lib/MyMooseObject.pm +Moose-2.2006/t/lib/NoInlineAttribute.pm +Moose-2.2006/t/lib/Overloading/ +Moose-2.2006/t/lib/OverloadingTests.pm +Moose-2.2006/t/lib/Real/ +Moose-2.2006/t/lib/Role/ +Moose-2.2006/t/lib/Role/BreakOnLoad.pm +Moose-2.2006/t/lib/Role/Child.pm +Moose-2.2006/t/lib/Role/Interface.pm +Moose-2.2006/t/lib/Role/Parent.pm +Moose-2.2006/t/lib/Real/Package.pm +Moose-2.2006/t/lib/Overloading/ClassConsumesRoleConsumesOverloads.pm +Moose-2.2006/t/lib/Overloading/ClassWithCombiningRole.pm +Moose-2.2006/t/lib/Overloading/ClassWithOneRole.pm +Moose-2.2006/t/lib/Overloading/CombiningClass.pm +Moose-2.2006/t/lib/Overloading/CombiningRole.pm +Moose-2.2006/t/lib/Overloading/RoleConsumesOverloads.pm +Moose-2.2006/t/lib/Overloading/RoleWithoutOverloads.pm +Moose-2.2006/t/lib/Overloading/RoleWithOverloads.pm +Moose-2.2006/t/lib/Moose/Meta/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Bar.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Foo.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/Bar.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/Foo.pm +Moose-2.2006/t/lib/Bar7/Meta/ +Moose-2.2006/t/lib/Bar7/Meta/Trait.pm +Moose-2.2006/t/lib/Bar7/Meta/Trait2.pm +Moose-2.2006/t/immutable/apply_roles_to_immutable.t +Moose-2.2006/t/immutable/buildargs.t +Moose-2.2006/t/immutable/constructor_is_not_moose.t +Moose-2.2006/t/immutable/constructor_is_wrapped.t +Moose-2.2006/t/immutable/default_values.t +Moose-2.2006/t/immutable/definition_context.t +Moose-2.2006/t/immutable/immutable_constructor_error.t +Moose-2.2006/t/immutable/immutable_destroy.t +Moose-2.2006/t/immutable/immutable_meta_class.t +Moose-2.2006/t/immutable/immutable_metaclass_with_traits.t +Moose-2.2006/t/immutable/immutable_moose.t +Moose-2.2006/t/immutable/immutable_roundtrip.t +Moose-2.2006/t/immutable/immutable_trigger_from_constructor.t +Moose-2.2006/t/immutable/inline_close_over.t +Moose-2.2006/t/immutable/inline_fallbacks.t +Moose-2.2006/t/immutable/inlined_constructors_n_types.t +Moose-2.2006/t/immutable/multiple_demolish_inline.t +Moose-2.2006/t/exceptions/attribute.t +Moose-2.2006/t/exceptions/class-mop-attribute.t +Moose-2.2006/t/exceptions/class-mop-class-immutable-trait.t +Moose-2.2006/t/exceptions/class-mop-class.t +Moose-2.2006/t/exceptions/class-mop-method-accessor.t +Moose-2.2006/t/exceptions/class-mop-method-constructor.t +Moose-2.2006/t/exceptions/class-mop-method-generated.t +Moose-2.2006/t/exceptions/class-mop-method-meta.t +Moose-2.2006/t/exceptions/class-mop-method-wrapped.t +Moose-2.2006/t/exceptions/class-mop-method.t +Moose-2.2006/t/exceptions/class-mop-mixin-hasattributes.t +Moose-2.2006/t/exceptions/class-mop-mixin-hasmethods.t +Moose-2.2006/t/exceptions/class-mop-module.t +Moose-2.2006/t/exceptions/class-mop-object.t +Moose-2.2006/t/exceptions/class-mop-package.t +Moose-2.2006/t/exceptions/class.t +Moose-2.2006/t/exceptions/cmop.t +Moose-2.2006/t/exceptions/exception-lazyattributeneedsadefault.t +Moose-2.2006/t/exceptions/frame-leak.t +Moose-2.2006/t/exceptions/meta-role.t +Moose-2.2006/t/exceptions/metaclass.t +Moose-2.2006/t/exceptions/moose-exporter.t +Moose-2.2006/t/exceptions/moose-meta-attribute-native-traits.t +Moose-2.2006/t/exceptions/moose-meta-class-immutable-trait.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-array.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-collection.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-grep.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-hash-set.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-hash.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-match.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-replace.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-substr.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor.t +Moose-2.2006/t/exceptions/moose-meta-method-augmented.t +Moose-2.2006/t/exceptions/moose-meta-method-constructor.t +Moose-2.2006/t/exceptions/moose-meta-method-delegation.t +Moose-2.2006/t/exceptions/moose-meta-method-destructor.t +Moose-2.2006/t/exceptions/moose-meta-method-overridden.t +Moose-2.2006/t/exceptions/moose-meta-role-application-rolesummation.t +Moose-2.2006/t/exceptions/moose-meta-role-application-toclass.t +Moose-2.2006/t/exceptions/moose-meta-role-application-torole.t +Moose-2.2006/t/exceptions/moose-meta-role-application.t +Moose-2.2006/t/exceptions/moose-meta-role-attribute.t +Moose-2.2006/t/exceptions/moose-meta-role-composite.t +Moose-2.2006/t/exceptions/moose-meta-typecoercion-union.t +Moose-2.2006/t/exceptions/moose-meta-typecoercion.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-enum.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-parameterizable.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-parameterized.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-registry.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint.t +Moose-2.2006/t/exceptions/moose-role.t +Moose-2.2006/t/exceptions/moose-util-metarole.t +Moose-2.2006/t/exceptions/moose-util-typeconstraints.t +Moose-2.2006/t/exceptions/moose.t +Moose-2.2006/t/exceptions/object.t +Moose-2.2006/t/exceptions/overload.t +Moose-2.2006/t/exceptions/rt-92818.t +Moose-2.2006/t/exceptions/rt-94795.t +Moose-2.2006/t/exceptions/stringify.t +Moose-2.2006/t/exceptions/traits.t +Moose-2.2006/t/exceptions/typeconstraints.t +Moose-2.2006/t/exceptions/util.t +Moose-2.2006/t/examples/Child_Parent_attr_inherit.t +Moose-2.2006/t/examples/example1.t +Moose-2.2006/t/examples/example2.t +Moose-2.2006/t/examples/example_Moose_POOP.t +Moose-2.2006/t/examples/example_Protomoose.t +Moose-2.2006/t/examples/example_w_DCS.t +Moose-2.2006/t/examples/example_w_TestDeep.t +Moose-2.2006/t/examples/record_set_iterator.t +Moose-2.2006/t/compat/composite_metaroles.t +Moose-2.2006/t/compat/extends_nonmoose_that_isa_moose_with_metarole.t +Moose-2.2006/t/compat/foreign_inheritence.t +Moose-2.2006/t/compat/inc_hash.t +Moose-2.2006/t/compat/module_refresh_compat.t +Moose-2.2006/t/compat/moose_respects_base.t +Moose-2.2006/t/cmop/add_attribute_alternate.t +Moose-2.2006/t/cmop/add_method_debugmode.t +Moose-2.2006/t/cmop/add_method_modifier.t +Moose-2.2006/t/cmop/advanced_methods.t +Moose-2.2006/t/cmop/anon_class.t +Moose-2.2006/t/cmop/anon_class_create_init.t +Moose-2.2006/t/cmop/anon_class_keep_alive.t +Moose-2.2006/t/cmop/anon_class_leak.t +Moose-2.2006/t/cmop/anon_class_removal.t +Moose-2.2006/t/cmop/anon_packages.t +Moose-2.2006/t/cmop/ArrayBasedStorage_test.t +Moose-2.2006/t/cmop/attribute.t +Moose-2.2006/t/cmop/attribute_duplication.t +Moose-2.2006/t/cmop/attribute_errors_and_edge_cases.t +Moose-2.2006/t/cmop/attribute_get_read_write.t +Moose-2.2006/t/cmop/attribute_initializer.t +Moose-2.2006/t/cmop/attribute_introspection.t +Moose-2.2006/t/cmop/attribute_non_alpha_name.t +Moose-2.2006/t/cmop/attributes.t +Moose-2.2006/t/cmop/AttributesWithHistory_test.t +Moose-2.2006/t/cmop/basic.t +Moose-2.2006/t/cmop/before_after_dollar_under.t +Moose-2.2006/t/cmop/BinaryTree_test.t +Moose-2.2006/t/cmop/C3MethodDispatchOrder_test.t +Moose-2.2006/t/cmop/Class_C3_compatibility.t +Moose-2.2006/t/cmop/class_errors_and_edge_cases.t +Moose-2.2006/t/cmop/class_is_pristine.t +Moose-2.2006/t/cmop/class_precedence_list.t +Moose-2.2006/t/cmop/ClassEncapsulatedAttributes_test.t +Moose-2.2006/t/cmop/constant_codeinfo.t +Moose-2.2006/t/cmop/create_class.t +Moose-2.2006/t/cmop/custom_instance.t +Moose-2.2006/t/cmop/deprecated.t +Moose-2.2006/t/cmop/get_code_info.t +Moose-2.2006/t/cmop/immutable_custom_trait.t +Moose-2.2006/t/cmop/immutable_metaclass.t +Moose-2.2006/t/cmop/immutable_w_constructors.t +Moose-2.2006/t/cmop/immutable_w_custom_metaclass.t +Moose-2.2006/t/cmop/inline_and_dollar_at.t +Moose-2.2006/t/cmop/inline_structor.t +Moose-2.2006/t/cmop/insertion_order.t +Moose-2.2006/t/cmop/InsideOutClass_test.t +Moose-2.2006/t/cmop/instance.t +Moose-2.2006/t/cmop/instance_inline.t +Moose-2.2006/t/cmop/instance_metaclass_incompat.t +Moose-2.2006/t/cmop/instance_metaclass_incompat_dyn.t +Moose-2.2006/t/cmop/InstanceCountingClass_test.t +Moose-2.2006/t/cmop/LazyClass_test.t +Moose-2.2006/t/cmop/lib/ +Moose-2.2006/t/cmop/load.t +Moose-2.2006/t/cmop/magic.t +Moose-2.2006/t/cmop/make_mutable.t +Moose-2.2006/t/cmop/meta_method.t +Moose-2.2006/t/cmop/meta_package.t +Moose-2.2006/t/cmop/meta_package_extension.t +Moose-2.2006/t/cmop/metaclass.t +Moose-2.2006/t/cmop/metaclass_incompatibility.t +Moose-2.2006/t/cmop/metaclass_incompatibility_dyn.t +Moose-2.2006/t/cmop/metaclass_inheritance.t +Moose-2.2006/t/cmop/metaclass_loads_classes.t +Moose-2.2006/t/cmop/metaclass_reinitialize.t +Moose-2.2006/t/cmop/method.t +Moose-2.2006/t/cmop/method_modifiers.t +Moose-2.2006/t/cmop/methods.t +Moose-2.2006/t/cmop/modify_parent_method.t +Moose-2.2006/t/cmop/new_and_clone_metaclasses.t +Moose-2.2006/t/cmop/null_stash.t +Moose-2.2006/t/cmop/numeric_defaults.t +Moose-2.2006/t/cmop/package_variables.t +Moose-2.2006/t/cmop/Perl6Attribute_test.t +Moose-2.2006/t/cmop/random_eval_bug.t +Moose-2.2006/t/cmop/rebless_instance.t +Moose-2.2006/t/cmop/rebless_instance_away.t +Moose-2.2006/t/cmop/rebless_overload.t +Moose-2.2006/t/cmop/rebless_with_extra_params.t +Moose-2.2006/t/cmop/RT_27329_fix.t +Moose-2.2006/t/cmop/RT_39001_fix.t +Moose-2.2006/t/cmop/RT_41255.t +Moose-2.2006/t/cmop/scala_style_mixin_composition.t +Moose-2.2006/t/cmop/self_introspection.t +Moose-2.2006/t/cmop/subclasses.t +Moose-2.2006/t/cmop/subname.t +Moose-2.2006/t/cmop/universal_methods.t +Moose-2.2006/t/cmop/lib/ArrayBasedStorage.pm +Moose-2.2006/t/cmop/lib/AttributesWithHistory.pm +Moose-2.2006/t/cmop/lib/BinaryTree.pm +Moose-2.2006/t/cmop/lib/C3MethodDispatchOrder.pm +Moose-2.2006/t/cmop/lib/ClassEncapsulatedAttributes.pm +Moose-2.2006/t/cmop/lib/InsideOutClass.pm +Moose-2.2006/t/cmop/lib/InstanceCountingClass.pm +Moose-2.2006/t/cmop/lib/LazyClass.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/ +Moose-2.2006/t/cmop/lib/MyMetaClass.pm +Moose-2.2006/t/cmop/lib/Perl6Attribute.pm +Moose-2.2006/t/cmop/lib/SyntaxError.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Attribute.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Instance.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Method.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Random.pm +Moose-2.2006/t/bugs/anon_method_metaclass.t +Moose-2.2006/t/bugs/application_metarole_compat.t +Moose-2.2006/t/bugs/apply_role_to_one_instance_only.t +Moose-2.2006/t/bugs/attribute_trait_parameters.t +Moose-2.2006/t/bugs/augment_recursion_bug.t +Moose-2.2006/t/bugs/coerce_without_coercion.t +Moose-2.2006/t/bugs/constructor_object_overload.t +Moose-2.2006/t/bugs/create_anon_mkopt.t +Moose-2.2006/t/bugs/create_anon_recursion.t +Moose-2.2006/t/bugs/create_anon_role_pass.t +Moose-2.2006/t/bugs/delete_sub_stash.t +Moose-2.2006/t/bugs/DEMOLISH_eats_exceptions.t +Moose-2.2006/t/bugs/DEMOLISH_eats_mini.t +Moose-2.2006/t/bugs/DEMOLISH_fails_without_metaclass.t +Moose-2.2006/t/bugs/DEMOLISHALL.t +Moose-2.2006/t/bugs/DEMOLISHALL_shortcutted.t +Moose-2.2006/t/bugs/find_custom_trait_rt_92089.t +Moose-2.2006/t/bugs/handles_foreign_class_bug.t +Moose-2.2006/t/bugs/immutable_metaclass_does_role.t +Moose-2.2006/t/bugs/immutable_n_default_x2.t +Moose-2.2006/t/bugs/inheriting_from_roles.t +Moose-2.2006/t/bugs/inline_reader_bug.t +Moose-2.2006/t/bugs/instance_application_role_args.t +Moose-2.2006/t/bugs/lazybuild_required_undef.t +Moose-2.2006/t/bugs/mark_as_methods_overloading_breakage.t +Moose-2.2006/t/bugs/moo_delegation.t +Moose-2.2006/t/bugs/moose_exporter_false_circular_reference_rt_63818.t +Moose-2.2006/t/bugs/Moose_Object_error.t +Moose-2.2006/t/bugs/moose_octal_defaults.t +Moose-2.2006/t/bugs/native_trait_handles_bad_value.t +Moose-2.2006/t/bugs/overloading_edge_cases.t +Moose-2.2006/t/bugs/reader_precedence_bug.t +Moose-2.2006/t/bugs/role_caller.t +Moose-2.2006/t/bugs/subclass_use_base_bug.t +Moose-2.2006/t/bugs/subtype_conflict_bug.t +Moose-2.2006/t/bugs/subtype_quote_bug.t +Moose-2.2006/t/bugs/super_recursion.t +Moose-2.2006/t/bugs/traits_with_exporter.t +Moose-2.2006/t/bugs/type_constraint_messages.t +Moose-2.2006/t/basics/always_strict_warnings.t +Moose-2.2006/t/basics/basic_class_setup.t +Moose-2.2006/t/basics/buildargs.t +Moose-2.2006/t/basics/buildargs_warning.t +Moose-2.2006/t/basics/create.t +Moose-2.2006/t/basics/create_anon.t +Moose-2.2006/t/basics/definition_context.t +Moose-2.2006/t/basics/deprecations.t +Moose-2.2006/t/basics/destruction.t +Moose-2.2006/t/basics/error_handling.t +Moose-2.2006/t/basics/global-destruction-helper.pl +Moose-2.2006/t/basics/global_destruction.t +Moose-2.2006/t/basics/import_unimport.t +Moose-2.2006/t/basics/inner_and_augment.t +Moose-2.2006/t/basics/load_into_main.t +Moose-2.2006/t/basics/method_modifier_with_regexp.t +Moose-2.2006/t/basics/methods.t +Moose-2.2006/t/basics/moose_object_does.t +Moose-2.2006/t/basics/moose_respects_type_constraints.t +Moose-2.2006/t/basics/override_and_foreign_classes.t +Moose-2.2006/t/basics/override_augment_inner_super.t +Moose-2.2006/t/basics/rebless.t +Moose-2.2006/t/basics/require_superclasses.t +Moose-2.2006/t/basics/super_and_override.t +Moose-2.2006/t/basics/super_warns_on_args.t +Moose-2.2006/t/basics/universal_methods_wrappable.t +Moose-2.2006/t/basics/wrapped_method_cxt_propagation.t +Moose-2.2006/t/attributes/accessor_context.t +Moose-2.2006/t/attributes/accessor_inlining.t +Moose-2.2006/t/attributes/accessor_override_method.t +Moose-2.2006/t/attributes/accessor_overwrite_warning.t +Moose-2.2006/t/attributes/attr_dereference_test.t +Moose-2.2006/t/attributes/attribute_accessor_generation.t +Moose-2.2006/t/attributes/attribute_custom_metaclass.t +Moose-2.2006/t/attributes/attribute_delegation.t +Moose-2.2006/t/attributes/attribute_does.t +Moose-2.2006/t/attributes/attribute_inherited_slot_specs.t +Moose-2.2006/t/attributes/attribute_lazy_initializer.t +Moose-2.2006/t/attributes/attribute_names.t +Moose-2.2006/t/attributes/attribute_reader_generation.t +Moose-2.2006/t/attributes/attribute_required.t +Moose-2.2006/t/attributes/attribute_traits.t +Moose-2.2006/t/attributes/attribute_traits_n_meta.t +Moose-2.2006/t/attributes/attribute_traits_parameterized.t +Moose-2.2006/t/attributes/attribute_traits_registered.t +Moose-2.2006/t/attributes/attribute_triggers.t +Moose-2.2006/t/attributes/attribute_type_unions.t +Moose-2.2006/t/attributes/attribute_without_any_methods.t +Moose-2.2006/t/attributes/attribute_writer_generation.t +Moose-2.2006/t/attributes/bad_coerce.t +Moose-2.2006/t/attributes/chained_coercion.t +Moose-2.2006/t/attributes/clone_weak.t +Moose-2.2006/t/attributes/default_class_role_types.t +Moose-2.2006/t/attributes/default_undef.t +Moose-2.2006/t/attributes/delegation_and_modifiers.t +Moose-2.2006/t/attributes/delegation_arg_aliasing.t +Moose-2.2006/t/attributes/delegation_target_not_loaded.t +Moose-2.2006/t/attributes/illegal_options_for_inheritance.t +Moose-2.2006/t/attributes/inherit_lazy_build.t +Moose-2.2006/t/attributes/lazy_no_default.t +Moose-2.2006/t/attributes/method_generation_rules.t +Moose-2.2006/t/attributes/misc_attribute_coerce_lazy.t +Moose-2.2006/t/attributes/misc_attribute_tests.t +Moose-2.2006/t/attributes/more_attr_delegation.t +Moose-2.2006/t/attributes/no_init_arg.t +Moose-2.2006/t/attributes/no_slot_access.t +Moose-2.2006/t/attributes/non_alpha_attr_names.t +Moose-2.2006/t/attributes/numeric_defaults.t +Moose-2.2006/t/attributes/trigger_and_coerce.t +Moose-2.2006/t/attributes/type_constraint.t +Moose-2.2006/lib/Class/ +Moose-2.2006/lib/metaclass.pm +Moose-2.2006/lib/Moose/ +Moose-2.2006/lib/Moose.pm +Moose-2.2006/lib/oose.pm +Moose-2.2006/lib/Test/ +Moose-2.2006/lib/Test/Moose.pm +Moose-2.2006/lib/Moose/Conflicts.pm +Moose-2.2006/lib/Moose/Cookbook/ +Moose-2.2006/lib/Moose/Cookbook.pod +Moose-2.2006/lib/Moose/Deprecated.pm +Moose-2.2006/lib/Moose/Exception/ +Moose-2.2006/lib/Moose/Exception.pm +Moose-2.2006/lib/Moose/Exporter.pm +Moose-2.2006/lib/Moose/Intro.pod +Moose-2.2006/lib/Moose/Manual/ +Moose-2.2006/lib/Moose/Manual.pod +Moose-2.2006/lib/Moose/Meta/ +Moose-2.2006/lib/Moose/Object.pm +Moose-2.2006/lib/Moose/Role.pm +Moose-2.2006/lib/Moose/Spec/ +Moose-2.2006/lib/Moose/Unsweetened.pod +Moose-2.2006/lib/Moose/Util/ +Moose-2.2006/lib/Moose/Util.pm +Moose-2.2006/lib/Moose/Util/MetaRole.pm +Moose-2.2006/lib/Moose/Util/TypeConstraints/ +Moose-2.2006/lib/Moose/Util/TypeConstraints.pm +Moose-2.2006/lib/Moose/Util/TypeConstraints/Builtins.pm +Moose-2.2006/lib/Moose/Spec/Role.pod +Moose-2.2006/lib/Moose/Meta/Attribute/ +Moose-2.2006/lib/Moose/Meta/Attribute.pm +Moose-2.2006/lib/Moose/Meta/Class/ +Moose-2.2006/lib/Moose/Meta/Class.pm +Moose-2.2006/lib/Moose/Meta/Instance.pm +Moose-2.2006/lib/Moose/Meta/Method/ +Moose-2.2006/lib/Moose/Meta/Method.pm +Moose-2.2006/lib/Moose/Meta/Mixin/ +Moose-2.2006/lib/Moose/Meta/Object/ +Moose-2.2006/lib/Moose/Meta/Role/ +Moose-2.2006/lib/Moose/Meta/Role.pm +Moose-2.2006/lib/Moose/Meta/TypeCoercion/ +Moose-2.2006/lib/Moose/Meta/TypeCoercion.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/ +Moose-2.2006/lib/Moose/Meta/TypeConstraint.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Class.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/DuckType.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Enum.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Parameterizable.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Parameterized.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Registry.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Role.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Union.pm +Moose-2.2006/lib/Moose/Meta/TypeCoercion/Union.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ +Moose-2.2006/lib/Moose/Meta/Role/Application.pm +Moose-2.2006/lib/Moose/Meta/Role/Attribute.pm +Moose-2.2006/lib/Moose/Meta/Role/Composite.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/ +Moose-2.2006/lib/Moose/Meta/Role/Method.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/Conflicting.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/Required.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/RoleSummation.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToClass.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToInstance.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToRole.pm +Moose-2.2006/lib/Moose/Meta/Object/Trait.pm +Moose-2.2006/lib/Moose/Meta/Mixin/AttributeCore.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Augmented.pm +Moose-2.2006/lib/Moose/Meta/Method/Constructor.pm +Moose-2.2006/lib/Moose/Meta/Method/Delegation.pm +Moose-2.2006/lib/Moose/Meta/Method/Destructor.pm +Moose-2.2006/lib/Moose/Meta/Method/Meta.pm +Moose-2.2006/lib/Moose/Meta/Method/Overridden.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Collection.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Reader.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/append.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/length.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/match.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm +Moose-2.2006/lib/Moose/Meta/Class/Immutable/ +Moose-2.2006/lib/Moose/Meta/Class/Immutable/Trait.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/ +Moose-2.2006/lib/Moose/Meta/Attribute/Native.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/ +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Array.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Code.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Number.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/String.pm +Moose-2.2006/lib/Moose/Manual/Attributes.pod +Moose-2.2006/lib/Moose/Manual/BestPractices.pod +Moose-2.2006/lib/Moose/Manual/Classes.pod +Moose-2.2006/lib/Moose/Manual/Concepts.pod +Moose-2.2006/lib/Moose/Manual/Construction.pod +Moose-2.2006/lib/Moose/Manual/Contributing.pod +Moose-2.2006/lib/Moose/Manual/Delegation.pod +Moose-2.2006/lib/Moose/Manual/Delta.pod +Moose-2.2006/lib/Moose/Manual/Exceptions/ +Moose-2.2006/lib/Moose/Manual/Exceptions.pod +Moose-2.2006/lib/Moose/Manual/FAQ.pod +Moose-2.2006/lib/Moose/Manual/MethodModifiers.pod +Moose-2.2006/lib/Moose/Manual/MooseX.pod +Moose-2.2006/lib/Moose/Manual/MOP.pod +Moose-2.2006/lib/Moose/Manual/Resources.pod +Moose-2.2006/lib/Moose/Manual/Roles.pod +Moose-2.2006/lib/Moose/Manual/Support.pod +Moose-2.2006/lib/Moose/Manual/Types.pod +Moose-2.2006/lib/Moose/Manual/Unsweetened.pod +Moose-2.2006/lib/Moose/Manual/Exceptions/Manifest.pod +Moose-2.2006/lib/Moose/Exception/AccessorMustReadWrite.pm +Moose-2.2006/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm +Moose-2.2006/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm +Moose-2.2006/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/ApplyTakesABlessedInstance.pm +Moose-2.2006/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm +Moose-2.2006/lib/Moose/Exception/AttributeConflictInRoles.pm +Moose-2.2006/lib/Moose/Exception/AttributeConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm +Moose-2.2006/lib/Moose/Exception/AttributeIsRequired.pm +Moose-2.2006/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm +Moose-2.2006/lib/Moose/Exception/AttributeNamesDoNotMatch.pm +Moose-2.2006/lib/Moose/Exception/AttributeValueIsNotAnObject.pm +Moose-2.2006/lib/Moose/Exception/AttributeValueIsNotDefined.pm +Moose-2.2006/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm +Moose-2.2006/lib/Moose/Exception/BadOptionFormat.pm +Moose-2.2006/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm +Moose-2.2006/lib/Moose/Exception/BuilderDoesNotExist.pm +Moose-2.2006/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm +Moose-2.2006/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm +Moose-2.2006/lib/Moose/Exception/BuilderMustBeAMethodName.pm +Moose-2.2006/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm +Moose-2.2006/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm +Moose-2.2006/lib/Moose/Exception/CanExtendOnlyClasses.pm +Moose-2.2006/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm +Moose-2.2006/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm +Moose-2.2006/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm +Moose-2.2006/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm +Moose-2.2006/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm +Moose-2.2006/lib/Moose/Exception/CannotCalculateNativeType.pm +Moose-2.2006/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotCallAnAbstractMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm +Moose-2.2006/lib/Moose/Exception/CannotCoerceAWeakRef.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm +Moose-2.2006/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotDelegateWithoutIsa.pm +Moose-2.2006/lib/Moose/Exception/CannotFindDelegateMetaclass.pm +Moose-2.2006/lib/Moose/Exception/CannotFindType.pm +Moose-2.2006/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm +Moose-2.2006/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm +Moose-2.2006/lib/Moose/Exception/CannotGenerateInlineConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm +Moose-2.2006/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm +Moose-2.2006/lib/Moose/Exception/CannotLocatePackageInINC.pm +Moose-2.2006/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideALocalMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm +Moose-2.2006/lib/Moose/Exception/CanOnlyConsumeRole.pm +Moose-2.2006/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm +Moose-2.2006/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm +Moose-2.2006/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm +Moose-2.2006/lib/Moose/Exception/CircularReferenceInAlso.pm +Moose-2.2006/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm +Moose-2.2006/lib/Moose/Exception/ClassDoesTheExcludedRole.pm +Moose-2.2006/lib/Moose/Exception/ClassNamesDoNotMatch.pm +Moose-2.2006/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm +Moose-2.2006/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/CoercingWithoutCoercions.pm +Moose-2.2006/lib/Moose/Exception/CoercionAlreadyExists.pm +Moose-2.2006/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm +Moose-2.2006/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm +Moose-2.2006/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm +Moose-2.2006/lib/Moose/Exception/CouldNotCreateMethod.pm +Moose-2.2006/lib/Moose/Exception/CouldNotCreateWriter.pm +Moose-2.2006/lib/Moose/Exception/CouldNotEvalConstructor.pm +Moose-2.2006/lib/Moose/Exception/CouldNotEvalDestructor.pm +Moose-2.2006/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm +Moose-2.2006/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm +Moose-2.2006/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm +Moose-2.2006/lib/Moose/Exception/CouldNotParseType.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm +Moose-2.2006/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm +Moose-2.2006/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm +Moose-2.2006/lib/Moose/Exception/DoesRequiresRoleName.pm +Moose-2.2006/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm +Moose-2.2006/lib/Moose/Exception/EnumValuesMustBeString.pm +Moose-2.2006/lib/Moose/Exception/ExtendsMissingArgs.pm +Moose-2.2006/lib/Moose/Exception/HandlesMustBeAHashRef.pm +Moose-2.2006/lib/Moose/Exception/IllegalInheritedOptions.pm +Moose-2.2006/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm +Moose-2.2006/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm +Moose-2.2006/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm +Moose-2.2006/lib/Moose/Exception/InitMetaRequiresClass.pm +Moose-2.2006/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm +Moose-2.2006/lib/Moose/Exception/InstanceMustBeABlessedReference.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgumentToMethod.pm +Moose-2.2006/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidHandleValue.pm +Moose-2.2006/lib/Moose/Exception/InvalidHasProvidedInARole.pm +Moose-2.2006/lib/Moose/Exception/InvalidNameForType.pm +Moose-2.2006/lib/Moose/Exception/InvalidOverloadOperator.pm +Moose-2.2006/lib/Moose/Exception/InvalidRoleApplication.pm +Moose-2.2006/lib/Moose/Exception/InvalidTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidValueForIs.pm +Moose-2.2006/lib/Moose/Exception/IsaDoesNotDoTheRole.pm +Moose-2.2006/lib/Moose/Exception/IsaLacksDoesMethod.pm +Moose-2.2006/lib/Moose/Exception/LazyAttributeNeedsADefault.pm +Moose-2.2006/lib/Moose/Exception/Legacy.pm +Moose-2.2006/lib/Moose/Exception/MatchActionMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/MetaclassTypeIncompatible.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectsFewerArgs.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectsMoreArgs.pm +Moose-2.2006/lib/Moose/Exception/MethodModifierNeedsMethodName.pm +Moose-2.2006/lib/Moose/Exception/MethodNameConflictInRoles.pm +Moose-2.2006/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm +Moose-2.2006/lib/Moose/Exception/MethodNameNotGiven.pm +Moose-2.2006/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAMethodName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAnAttributeName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAnOverloadOperator.pm +Moose-2.2006/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm +Moose-2.2006/lib/Moose/Exception/MustPassAHashOfOptions.pm +Moose-2.2006/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm +Moose-2.2006/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm +Moose-2.2006/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm +Moose-2.2006/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm +Moose-2.2006/lib/Moose/Exception/MustProvideANameForTheAttribute.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyADelegateToMethod.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyPackageNameAndName.pm +Moose-2.2006/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm +Moose-2.2006/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm +Moose-2.2006/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm +Moose-2.2006/lib/Moose/Exception/NoCasesMatched.pm +Moose-2.2006/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/NoDestructorClassSpecified.pm +Moose-2.2006/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm +Moose-2.2006/lib/Moose/Exception/NoParentGivenToSubtype.pm +Moose-2.2006/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm +Moose-2.2006/lib/Moose/Exception/OperatorIsRequired.pm +Moose-2.2006/lib/Moose/Exception/OverloadConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaClass.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAnOperator.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm +Moose-2.2006/lib/Moose/Exception/OverrideConflictInComposition.pm +Moose-2.2006/lib/Moose/Exception/OverrideConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm +Moose-2.2006/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm +Moose-2.2006/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm +Moose-2.2006/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm +Moose-2.2006/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm +Moose-2.2006/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm +Moose-2.2006/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm +Moose-2.2006/lib/Moose/Exception/RequiredMethodsImportedByClass.pm +Moose-2.2006/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm +Moose-2.2006/lib/Moose/Exception/Role/ +Moose-2.2006/lib/Moose/Exception/RoleDoesTheExcludedRole.pm +Moose-2.2006/lib/Moose/Exception/RoleExclusionConflict.pm +Moose-2.2006/lib/Moose/Exception/RoleNameRequired.pm +Moose-2.2006/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportAugment.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportExtends.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportInner.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm +Moose-2.2006/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm +Moose-2.2006/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm +Moose-2.2006/lib/Moose/Exception/TriggerMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm +Moose-2.2006/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm +Moose-2.2006/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm +Moose-2.2006/lib/Moose/Exception/UnableToCanonicalizeHandles.pm +Moose-2.2006/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm +Moose-2.2006/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm +Moose-2.2006/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm +Moose-2.2006/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm +Moose-2.2006/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm +Moose-2.2006/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/WrapTakesACodeRefToBless.pm +Moose-2.2006/lib/Moose/Exception/WrongTypeConstraintGiven.pm +Moose-2.2006/lib/Moose/Exception/Role/Attribute.pm +Moose-2.2006/lib/Moose/Exception/Role/AttributeName.pm +Moose-2.2006/lib/Moose/Exception/Role/Class.pm +Moose-2.2006/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm +Moose-2.2006/lib/Moose/Exception/Role/Instance.pm +Moose-2.2006/lib/Moose/Exception/Role/InstanceClass.pm +Moose-2.2006/lib/Moose/Exception/Role/InvalidAttributeOptions.pm +Moose-2.2006/lib/Moose/Exception/Role/Method.pm +Moose-2.2006/lib/Moose/Exception/Role/ParamsHash.pm +Moose-2.2006/lib/Moose/Exception/Role/Role.pm +Moose-2.2006/lib/Moose/Exception/Role/RoleForCreate.pm +Moose-2.2006/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm +Moose-2.2006/lib/Moose/Exception/Role/TypeConstraint.pm +Moose-2.2006/lib/Moose/Cookbook/Basics/ +Moose-2.2006/lib/Moose/Cookbook/Extending/ +Moose-2.2006/lib/Moose/Cookbook/Legacy/ +Moose-2.2006/lib/Moose/Cookbook/Meta/ +Moose-2.2006/lib/Moose/Cookbook/Roles/ +Moose-2.2006/lib/Moose/Cookbook/Snack/ +Moose-2.2006/lib/Moose/Cookbook/Style.pod +Moose-2.2006/lib/Moose/Cookbook/Snack/Keywords.pod +Moose-2.2006/lib/Moose/Cookbook/Snack/Types.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/WhyMeta.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/ExtensionOverview.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Company_Subtypes.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Immutable.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod +Moose-2.2006/lib/Class/MOP/ +Moose-2.2006/lib/Class/MOP.pm +Moose-2.2006/lib/Class/MOP/Attribute.pm +Moose-2.2006/lib/Class/MOP/Class/ +Moose-2.2006/lib/Class/MOP/Class.pm +Moose-2.2006/lib/Class/MOP/Deprecated.pm +Moose-2.2006/lib/Class/MOP/Instance.pm +Moose-2.2006/lib/Class/MOP/Method/ +Moose-2.2006/lib/Class/MOP/Method.pm +Moose-2.2006/lib/Class/MOP/MiniTrait.pm +Moose-2.2006/lib/Class/MOP/Mixin/ +Moose-2.2006/lib/Class/MOP/Mixin.pm +Moose-2.2006/lib/Class/MOP/Module.pm +Moose-2.2006/lib/Class/MOP/Object.pm +Moose-2.2006/lib/Class/MOP/Overload.pm +Moose-2.2006/lib/Class/MOP/Package.pm +Moose-2.2006/lib/Class/MOP/Mixin/AttributeCore.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasAttributes.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasMethods.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasOverloads.pm +Moose-2.2006/lib/Class/MOP/Method/Accessor.pm +Moose-2.2006/lib/Class/MOP/Method/Constructor.pm +Moose-2.2006/lib/Class/MOP/Method/Generated.pm +Moose-2.2006/lib/Class/MOP/Method/Inlined.pm +Moose-2.2006/lib/Class/MOP/Method/Meta.pm +Moose-2.2006/lib/Class/MOP/Method/Wrapped.pm +Moose-2.2006/lib/Class/MOP/Class/Immutable/ +Moose-2.2006/lib/Class/MOP/Class/Immutable/Trait.pm +Moose-2.2006/inc/CheckAuthorDeps.pm +Moose-2.2006/inc/CheckDelta.pm +Moose-2.2006/inc/CheckReleaseType.pm +Moose-2.2006/inc/Clean.pm +Moose-2.2006/inc/Documentation.pm +Moose-2.2006/inc/ExtractInlineTests.pm +Moose-2.2006/inc/ExtUtils/ +Moose-2.2006/inc/GenerateDocs.pm +Moose-2.2006/inc/GitUpToDate.pm +Moose-2.2006/inc/MakeMaker.pm +Moose-2.2006/inc/MMHelper.pm +Moose-2.2006/inc/MyInline.pm +Moose-2.2006/inc/SimpleAuthority.pm +Moose-2.2006/inc/SimpleProvides.pm +Moose-2.2006/inc/TestRelease.pm +Moose-2.2006/inc/ExtUtils/HasCompiler.pm +Moose-2.2006/doc/moosex-compile +Moose-2.2006/bin/moose-outdated +Moose-2.2006/benchmarks/caf_vs_moose.pl +Moose-2.2006/benchmarks/cmop/ +Moose-2.2006/benchmarks/immutable.pl +Moose-2.2006/benchmarks/lotsa-classes.pl +Moose-2.2006/benchmarks/method_modifiers.pl +Moose-2.2006/benchmarks/moose_bench.pl +Moose-2.2006/benchmarks/simple_class.pl +Moose-2.2006/benchmarks/simple_compile.pl +Moose-2.2006/benchmarks/simple_constructor.pl +Moose-2.2006/benchmarks/type_constraints.pl +Moose-2.2006/benchmarks/type_constraints2.pl +Moose-2.2006/benchmarks/cmop/all.yml +Moose-2.2006/benchmarks/cmop/foo.pl +Moose-2.2006/benchmarks/cmop/lib/ +Moose-2.2006/benchmarks/cmop/loading-benchmark.pl +Moose-2.2006/benchmarks/cmop/profile.pl +Moose-2.2006/benchmarks/cmop/run_yml.pl +Moose-2.2006/benchmarks/cmop/lib/Bench/ +Moose-2.2006/benchmarks/cmop/lib/MOP/ +Moose-2.2006/benchmarks/cmop/lib/Plain/ +Moose-2.2006/benchmarks/cmop/lib/Plain/Point.pm +Moose-2.2006/benchmarks/cmop/lib/Plain/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/ +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/ +Moose-2.2006/benchmarks/cmop/lib/MOP/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Accessor.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Construct.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Run.pm +Moose-2.2006/author/doc-generator +Moose-2.2006/author/extract-inline-tests +Moose-2.2006/author/find-dupe-test-numbers +Entering Moose-2.2006 +Checking configure dependencies from META.json +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Moose-2.2006. +Already tried DBI. Skipping. +Searching Task::Kensho::Email (0) on cpanmetadb ... +==> Found dependencies: Dist::CheckConflicts +--2017-10-09 07:29:21-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::Email +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.6M=0s + +2017-10-09 07:29:21 (25.6 MB/s) - written to stdout [107/107] + +--> Working on Task::Kensho::Email +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Email-0.39.tar.gz ... --2017-10-09 07:29:21-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Email-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25424 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-Email-0.39.tar.gz’ + + 0K .......... .......... .... 100% 26.6M=0.001s + +2017-10-09 07:29:21 (26.6 MB/s) - ‘Task-Kensho-Email-0.39.tar.gz’ saved [25424/25424] + +Unpacking Task-Kensho-Email-0.39.tar.gz +OK +Task-Kensho-Email-0.39/ +Task-Kensho-Email-0.39/Build.PL +Task-Kensho-Email-0.39/Changes +Task-Kensho-Email-0.39/lib/ +Task-Kensho-Email-0.39/LICENSE +Task-Kensho-Email-0.39/Makefile.PL +Task-Kensho-Email-0.39/MANIFEST +Task-Kensho-Email-0.39/META.json +Task-Kensho-Email-0.39/META.yml +Task-Kensho-Email-0.39/README +Task-Kensho-Email-0.39/t/ +Task-Kensho-Email-0.39/xt/ +Task-Kensho-Email-0.39/xt/author/ +Task-Kensho-Email-0.39/xt/release/ +Task-Kensho-Email-0.39/xt/release/changes_has_content.t +Task-Kensho-Email-0.39/xt/release/cpan-changes.t +Task-Kensho-Email-0.39/xt/release/distmeta.t +Task-Kensho-Email-0.39/xt/release/minimum-version.t +Task-Kensho-Email-0.39/xt/release/portability.t +Task-Kensho-Email-0.39/xt/author/00-compile.t +Task-Kensho-Email-0.39/xt/author/clean-namespaces.t +Task-Kensho-Email-0.39/xt/author/eol.t +Task-Kensho-Email-0.39/xt/author/kwalitee.t +Task-Kensho-Email-0.39/xt/author/mojibake.t +Task-Kensho-Email-0.39/xt/author/no-tabs.t +Task-Kensho-Email-0.39/xt/author/pod-coverage.t +Task-Kensho-Email-0.39/xt/author/pod-spell.t +Task-Kensho-Email-0.39/xt/author/pod-syntax.t +Task-Kensho-Email-0.39/t/00-report-prereqs.dd +Task-Kensho-Email-0.39/t/00-report-prereqs.t +Task-Kensho-Email-0.39/lib/Task/ +Task-Kensho-Email-0.39/lib/Task/Kensho/ +Task-Kensho-Email-0.39/lib/Task/Kensho/Email.pm +Entering Task-Kensho-Email-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Email-0.39 ... Creating new 'Build' script for 'Task-Kensho-Email' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Email::Sender 0 ... No +Checking if you have Email::Valid 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +Checking if you have Email::MIME::Kit 0 ... No +Checking if you have Email::Simple 0 ... No +Searching Email::Sender (0) on cpanmetadb ... +OK +==> Found dependencies: Email::Sender, Email::Valid, Email::MIME::Kit, Email::Simple +--2017-10-09 07:29:21-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Sender +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1089 (1.1K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 227M=0s + +2017-10-09 07:29:21 (227 MB/s) - written to stdout [1089/1089] + +--> Working on Email::Sender +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Sender-1.300031.tar.gz ... --2017-10-09 07:29:21-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Sender-1.300031.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 51708 (50K) [application/x-gzip] +Saving to: ‘Email-Sender-1.300031.tar.gz’ + + 0K .......... .......... .......... .......... .......... 99% 23.7M 0s + 50K 100% 946G=0.002s + +2017-10-09 07:29:21 (23.9 MB/s) - ‘Email-Sender-1.300031.tar.gz’ saved [51708/51708] + +Unpacking Email-Sender-1.300031.tar.gz +OK +Email-Sender-1.300031 +Email-Sender-1.300031/README +Email-Sender-1.300031/Changes +Email-Sender-1.300031/LICENSE +Email-Sender-1.300031/dist.ini +Email-Sender-1.300031/t +Email-Sender-1.300031/t/fail.t +Email-Sender-1.300031/t/mbox.t +Email-Sender-1.300031/t/test.t +Email-Sender-1.300031/META.yml +Email-Sender-1.300031/MANIFEST +Email-Sender-1.300031/t/print.t +Email-Sender-1.300031/META.json +Email-Sender-1.300031/misc +Email-Sender-1.300031/misc/smtp.t +Email-Sender-1.300031/t/00-load.t +Email-Sender-1.300031/t/devnull.t +Email-Sender-1.300031/t/maildir.t +Email-Sender-1.300031/Makefile.PL +Email-Sender-1.300031/t/sendmail.t +Email-Sender-1.300031/t/util-env.t +Email-Sender-1.300031/t/util-easy.t +Email-Sender-1.300031/t/util-fail.t +Email-Sender-1.300031/util +Email-Sender-1.300031/util/sendmail +Email-Sender-1.300031/t/fail-multi.t +Email-Sender-1.300031/util/executable +Email-Sender-1.300031/t/pobox-rig.json +Email-Sender-1.300031/t/smtp-via-rig.t +Email-Sender-1.300031/t/simple-simple.t +Email-Sender-1.300031/t/smtp-via-mock.t +Email-Sender-1.300031/util/sendmail.bat +Email-Sender-1.300031/t/simple-wrapper.t +Email-Sender-1.300031/lib/Email +Email-Sender-1.300031/lib/Email/Sender.pm +Email-Sender-1.300031/util/not-executable +Email-Sender-1.300031/t/trans-prep-email.t +Email-Sender-1.300031/t/messages +Email-Sender-1.300031/t/messages/simple.msg +Email-Sender-1.300031/t/00-report-prereqs.t +Email-Sender-1.300031/xt/author +Email-Sender-1.300031/xt/author/pod-syntax.t +Email-Sender-1.300031/t/00-report-prereqs.dd +Email-Sender-1.300031/lib/Email/Sender +Email-Sender-1.300031/lib/Email/Sender/Util.pm +Email-Sender-1.300031/lib/Email/Sender/Manual.pm +Email-Sender-1.300031/lib/Email/Sender/Simple.pm +Email-Sender-1.300031/xt/release +Email-Sender-1.300031/xt/release/a-perl-minver.t +Email-Sender-1.300031/lib/Email/Sender/Failure.pm +Email-Sender-1.300031/lib/Email/Sender/Success.pm +Email-Sender-1.300031/t/lib/Test/Email +Email-Sender-1.300031/t/lib/Test/Email/SMTPRig.pm +Email-Sender-1.300031/lib/Email/Sender/Transport.pm +Email-Sender-1.300031/t/lib/Test/Email/Sender +Email-Sender-1.300031/t/lib/Test/Email/Sender/Util.pm +Email-Sender-1.300031/xt/release/changes_has_content.t +Email-Sender-1.300031/lib/Email/Sender/Failure +Email-Sender-1.300031/lib/Email/Sender/Failure/Multi.pm +Email-Sender-1.300031/lib/Email/Sender/Transport +Email-Sender-1.300031/lib/Email/Sender/Transport/Mbox.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Test.pm +Email-Sender-1.300031/lib/Email/Sender/Role +Email-Sender-1.300031/lib/Email/Sender/Role/HasMessage.pm +Email-Sender-1.300031/lib/Email/Sender/Success +Email-Sender-1.300031/lib/Email/Sender/Success/Partial.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Print.pm +Email-Sender-1.300031/lib/Email/Sender/Failure/Permanent.pm +Email-Sender-1.300031/lib/Email/Sender/Failure/Temporary.pm +Email-Sender-1.300031/lib/Email/Sender/Manual +Email-Sender-1.300031/lib/Email/Sender/Manual/QuickStart.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/DevNull.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Maildir.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Wrapper.pm +Email-Sender-1.300031/lib/Email/Sender/Role/CommonSending.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Failable.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Sendmail.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP/Persistent.pm +Email-Sender-1.300031/t/lib/Test/Email/Sender/Transport +Email-Sender-1.300031/t/lib/Test/Email/Sender/Transport/FailEvery.pm +Entering Email-Sender-1.300031 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Sender-1.300031 ... Warning: prerequisite Email::Abstract 3.006 not found. +Warning: prerequisite Email::Address 0 not found. +Warning: prerequisite Email::Simple 1.998 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moo 2.000000 not found. +Warning: prerequisite Moo::Role 0 not found. +Warning: prerequisite MooX::Types::MooseLike 0.15 not found. +Warning: prerequisite MooX::Types::MooseLike::Base 0 not found. +Warning: prerequisite Sub::Exporter 0 not found. +Warning: prerequisite Sub::Exporter::Util 0 not found. +Warning: prerequisite Throwable::Error 0.200003 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Sender +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Moo::Role 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have Sub::Exporter 0 ... No +Checking if you have Net::SMTP 3.07 ... Yes (3.10) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have Email::Abstract 3.006 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have MooX::Types::MooseLike 0.15 ... No +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Throwable::Error 0.200003 ... No +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Email::Simple 1.998 ... No +Checking if you have MooX::Types::MooseLike::Base 0 ... No +Checking if you have Email::Address 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Sub::Exporter::Util 0 ... No +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Searching Moo::Role (0) on cpanmetadb ... +OK +==> Found dependencies: Moo::Role, Sub::Exporter, Module::Runtime, Moo, Email::Abstract, MooX::Types::MooseLike, Throwable::Error, Email::Simple, MooX::Types::MooseLike::Base, Email::Address, Sub::Exporter::Util +--2017-10-09 07:29:22-- http://cpanmetadb.plackperl.org/v1.0/package/Moo::Role +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 531 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 84.4M=0s + +2017-10-09 07:29:22 (84.4 MB/s) - written to stdout [531/531] + +Already tried Moo-2.003002. Skipping. +Searching Sub::Exporter (0) on cpanmetadb ... +--2017-10-09 07:29:22-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Exporter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.3M=0s + +2017-10-09 07:29:22 (25.3 MB/s) - written to stdout [127/127] + +--> Working on Sub::Exporter +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ... --2017-10-09 07:29:22-- http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 45980 (45K) [application/x-gzip] +Saving to: ‘Sub-Exporter-0.987.tar.gz’ + + 0K .......... .......... .......... .......... .... 100% 21.9M=0.002s + +2017-10-09 07:29:22 (21.9 MB/s) - ‘Sub-Exporter-0.987.tar.gz’ saved [45980/45980] + +Unpacking Sub-Exporter-0.987.tar.gz +OK +Sub-Exporter-0.987 +Sub-Exporter-0.987/README +Sub-Exporter-0.987/Changes +Sub-Exporter-0.987/LICENSE +Sub-Exporter-0.987/dist.ini +Sub-Exporter-0.987/META.yml +Sub-Exporter-0.987/MANIFEST +Sub-Exporter-0.987/META.json +Sub-Exporter-0.987/Makefile.PL +Sub-Exporter-0.987/t +Sub-Exporter-0.987/t/col-init.t +Sub-Exporter-0.987/t/inherited.t +Sub-Exporter-0.987/t/util-like.t +Sub-Exporter-0.987/t/collection.t +Sub-Exporter-0.987/t/into-level.t +Sub-Exporter-0.987/t/util-curry.t +Sub-Exporter-0.987/t/util-merge.t +Sub-Exporter-0.987/t/util-mixin.t +Sub-Exporter-0.987/t/00-compile.t +Sub-Exporter-0.987/t/faux-export.t +Sub-Exporter-0.987/t/expand-group.t +Sub-Exporter-0.987/t/gen-callable.t +Sub-Exporter-0.987/t/util-namemap.t +Sub-Exporter-0.987/t/valid-config.t +Sub-Exporter-0.987/lib/Sub +Sub-Exporter-0.987/lib/Sub/Exporter.pm +Sub-Exporter-0.987/t/group-generator.t +Sub-Exporter-0.987/t/util-currychain.t +Sub-Exporter-0.987/t/real-export-href.t +Sub-Exporter-0.987/t/real-export-setup.t +Sub-Exporter-0.987/xt/release +Sub-Exporter-0.987/xt/release/pod-syntax.t +Sub-Exporter-0.987/lib/Sub/Exporter +Sub-Exporter-0.987/lib/Sub/Exporter/Util.pm +Sub-Exporter-0.987/t/real-export-groupgen.t +Sub-Exporter-0.987/t/000-report-versions-tiny.t +Sub-Exporter-0.987/lib/Sub/Exporter/Cookbook.pod +Sub-Exporter-0.987/lib/Sub/Exporter/Tutorial.pod +Sub-Exporter-0.987/t/lib/Test/SubExporter +Sub-Exporter-0.987/t/lib/Test/SubExporter/s_e.pm +Sub-Exporter-0.987/t/lib/Test/SubExporter/Faux.pm +Sub-Exporter-0.987/t/lib/Test/SubExporter/ObjGen.pm +Sub-Exporter-0.987/xt/release/changes_has_content.t +Sub-Exporter-0.987/t/lib/Test/SubExporter/GroupGen.pm +Sub-Exporter-0.987/t/lib/Test/SubExporter/DashSetup.pm +Sub-Exporter-0.987/t/lib/Test/SubExporter/GroupGenSubclass.pm +Entering Sub-Exporter-0.987 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Exporter-0.987 ... Warning: prerequisite Data::OptList 0.100 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Exporter +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Sub::Install 0.92 ... Yes (0.928) +Checking if you have subs 0 ... Yes (1.02) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Data::OptList 0.100 ... No +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have overload 0 ... Yes (1.28) +Searching Data::OptList (0.100) on cpanmetadb ... +OK +==> Found dependencies: Data::OptList +--2017-10-09 07:29:22-- http://cpanmetadb.plackperl.org/v1.0/package/Data::OptList +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.1M=0s + +2017-10-09 07:29:22 (17.1 MB/s) - written to stdout [98/98] + +--> Working on Data::OptList +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz ... --2017-10-09 07:29:22-- http://www.cpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18846 (18K) [application/x-gzip] +Saving to: ‘Data-OptList-0.110.tar.gz’ + + 0K .......... ........ 100% 21.7M=0.001s + +2017-10-09 07:29:22 (21.7 MB/s) - ‘Data-OptList-0.110.tar.gz’ saved [18846/18846] + +Unpacking Data-OptList-0.110.tar.gz +OK +Data-OptList-0.110 +Data-OptList-0.110/README +Data-OptList-0.110/Changes +Data-OptList-0.110/LICENSE +Data-OptList-0.110/dist.ini +Data-OptList-0.110/t +Data-OptList-0.110/t/hash.t +Data-OptList-0.110/META.yml +Data-OptList-0.110/MANIFEST +Data-OptList-0.110/t/mkopt.t +Data-OptList-0.110/META.json +Data-OptList-0.110/Makefile.PL +Data-OptList-0.110/lib/Data +Data-OptList-0.110/lib/Data/OptList.pm +Data-OptList-0.110/t/00-report-prereqs.t +Data-OptList-0.110/xt/author +Data-OptList-0.110/xt/author/pod-syntax.t +Data-OptList-0.110/t/00-report-prereqs.dd +Data-OptList-0.110/xt/release +Data-OptList-0.110/xt/release/changes_has_content.t +Entering Data-OptList-0.110 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-OptList-0.110 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::OptList +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Sub::Install 0.921 ... Yes (0.928) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have warnings 0 ... Yes (1.37) +OK +Building and testing Data-OptList-0.110 ... cp lib/Data/OptList.pm blib/lib/Data/OptList.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------ ----- ----- +# List::Util any 1.49 +# Params::Util any 1.07 +# Sub::Install 0.921 0.928 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/hash.t ............... ok +t/mkopt.t .............. ok +All tests successful. +Files=3, Tests=41, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.29 cusr 0.05 csys = 0.37 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/OptList.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::OptList.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-OptList-0.110 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-OptList-0.110/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-OptList-0.110/MYMETA.json +Building and testing Sub-Exporter-0.987 ... cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod +cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod +cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm +cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ................ ok +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted 5.006) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# Carp => 1.43 (want any version) +# Data::OptList => 0.110 (want 0.100) +# Exporter => 5.72 (want any version) +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# File::Spec => 3.68 (want any version) +# IO::Handle => 1.36 (want any version) +# IPC::Open3 => 1.20 (want any version) +# Params::Util => 1.07 (want 0.14) +# Sub::Install => 0.928 (want 0.92) +# Test::More => 1.302098 (want 0.96) +# base => 2.26 (want any version) +# lib => 0.64 (want any version) +# overload => 1.28 (want any version) +# strict => 1.11 (want any version) +# subs => 1.02 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/col-init.t .................. ok +t/collection.t ................ ok +t/expand-group.t .............. ok +t/faux-export.t ............... ok +t/gen-callable.t .............. ok +t/group-generator.t ........... ok +t/inherited.t ................. ok +t/into-level.t ................ ok +t/real-export-groupgen.t ...... ok +t/real-export-href.t .......... ok +t/real-export-setup.t ......... ok +t/util-curry.t ................ ok +t/util-currychain.t ........... ok +t/util-like.t ................. ok +t/util-merge.t ................ ok +t/util-mixin.t ................ skipped: the mixin exporter requires Package::Generator +t/util-namemap.t .............. skipped: not actually offerring this feature yet +t/valid-config.t .............. ok +All tests successful. +Files=20, Tests=252, 2 wallclock secs ( 0.10 usr 0.02 sys + 1.38 cusr 0.21 csys = 1.71 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter/Tutorial.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter::Tutorial.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter::Util.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Exporter-0.987 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-0.987/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-0.987/MYMETA.json +Already tried Module::Runtime. Skipping. +Already tried Moo. Skipping. +Searching Email::Abstract (3.006) on cpanmetadb ... +--2017-10-09 07:29:26-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Abstract +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 323 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 65.7M=0s + +2017-10-09 07:29:26 (65.7 MB/s) - written to stdout [323/323] + +--> Working on Email::Abstract +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz ... --2017-10-09 07:29:26-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Abstract-3.008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26934 (26K) [application/x-gzip] +Saving to: ‘Email-Abstract-3.008.tar.gz’ + + 0K .......... .......... ...... 100% 29.4M=0.001s + +2017-10-09 07:29:26 (29.4 MB/s) - ‘Email-Abstract-3.008.tar.gz’ saved [26934/26934] + +Unpacking Email-Abstract-3.008.tar.gz +OK +Email-Abstract-3.008/ +Email-Abstract-3.008/Changes +Email-Abstract-3.008/dist.ini +Email-Abstract-3.008/lib/ +Email-Abstract-3.008/LICENSE +Email-Abstract-3.008/Makefile.PL +Email-Abstract-3.008/MANIFEST +Email-Abstract-3.008/META.json +Email-Abstract-3.008/META.yml +Email-Abstract-3.008/README +Email-Abstract-3.008/t/ +Email-Abstract-3.008/xt/ +Email-Abstract-3.008/xt/release/ +Email-Abstract-3.008/xt/release/changes_has_content.t +Email-Abstract-3.008/xt/release/pod-syntax.t +Email-Abstract-3.008/t/00-report-prereqs.dd +Email-Abstract-3.008/t/00-report-prereqs.t +Email-Abstract-3.008/t/abstractions.t +Email-Abstract-3.008/t/example.msg +Email-Abstract-3.008/t/lib/ +Email-Abstract-3.008/t/multipart.msg +Email-Abstract-3.008/t/subclass.t +Email-Abstract-3.008/t/unknown.t +Email-Abstract-3.008/t/lib/Test/ +Email-Abstract-3.008/t/lib/Test/EmailAbstract.pm +Email-Abstract-3.008/lib/Email/ +Email-Abstract-3.008/lib/Email/Abstract/ +Email-Abstract-3.008/lib/Email/Abstract.pm +Email-Abstract-3.008/lib/Email/Abstract/EmailMIME.pm +Email-Abstract-3.008/lib/Email/Abstract/EmailSimple.pm +Email-Abstract-3.008/lib/Email/Abstract/MailInternet.pm +Email-Abstract-3.008/lib/Email/Abstract/MailMessage.pm +Email-Abstract-3.008/lib/Email/Abstract/MIMEEntity.pm +Email-Abstract-3.008/lib/Email/Abstract/Plugin.pm +Entering Email-Abstract-3.008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Abstract-3.008 ... Warning: prerequisite Email::Simple 1.998 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Abstract +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MRO::Compat 0 ... Yes (0.13) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Module::Pluggable 1.5 ... Yes (5.2) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Email::Simple 1.998 ... No +Searching Email::Simple (1.998) on cpanmetadb ... +OK +==> Found dependencies: Email::Simple +--2017-10-09 07:29:26-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Simple +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 161 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.0M=0s + +2017-10-09 07:29:26 (25.0 MB/s) - written to stdout [161/161] + +--> Working on Email::Simple +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.214.tar.gz ... --2017-10-09 07:29:26-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Simple-2.214.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 39590 (39K) [application/x-gzip] +Saving to: ‘Email-Simple-2.214.tar.gz’ + + 0K .......... .......... .......... ........ 100% 35.1M=0.001s + +2017-10-09 07:29:26 (35.1 MB/s) - ‘Email-Simple-2.214.tar.gz’ saved [39590/39590] + +Unpacking Email-Simple-2.214.tar.gz +OK +Email-Simple-2.214 +Email-Simple-2.214/README +Email-Simple-2.214/Changes +Email-Simple-2.214/LICENSE +Email-Simple-2.214/dist.ini +Email-Simple-2.214/t +Email-Simple-2.214/t/unit.t +Email-Simple-2.214/META.yml +Email-Simple-2.214/MANIFEST +Email-Simple-2.214/t/basic.t +Email-Simple-2.214/META.json +Email-Simple-2.214/t/create.t +Email-Simple-2.214/t/folding.t +Email-Simple-2.214/t/no-body.t +Email-Simple-2.214/Makefile.PL +Email-Simple-2.214/t/ct-header.t +Email-Simple-2.214/t/header-new.t +Email-Simple-2.214/t/long-msgid.t +Email-Simple-2.214/t/header-case.t +Email-Simple-2.214/t/header-junk.t +Email-Simple-2.214/t/header-many.t +Email-Simple-2.214/t/header-zero.t +Email-Simple-2.214/t/badly-folded.t +Email-Simple-2.214/t/header-names.t +Email-Simple-2.214/t/header-pairs.t +Email-Simple-2.214/t/header-space.t +Email-Simple-2.214/t/many-repeats.t +Email-Simple-2.214/t/undef-message.t +Email-Simple-2.214/t/header-prepend.t +Email-Simple-2.214/lib/Email +Email-Simple-2.214/lib/Email/Simple.pm +Email-Simple-2.214/t/preserve-linefeed.t +Email-Simple-2.214/t/00-report-prereqs.t +Email-Simple-2.214/xt/author +Email-Simple-2.214/xt/author/pod-syntax.t +Email-Simple-2.214/t/00-report-prereqs.dd +Email-Simple-2.214/t/test-mails +Email-Simple-2.214/t/test-mails/josey-fold +Email-Simple-2.214/t/test-mails/long-msgid +Email-Simple-2.214/t/test-mails/badly-folded +Email-Simple-2.214/t/test-mails/josey-nobody +Email-Simple-2.214/t/test-mails/josey-nofold +Email-Simple-2.214/t/test-mails/many-repeats +Email-Simple-2.214/lib/Email/Simple +Email-Simple-2.214/lib/Email/Simple/Header.pm +Email-Simple-2.214/lib/Email/Simple/Creator.pm +Email-Simple-2.214/t/test-mails/junk-in-header +Email-Simple-2.214/t/test-mails/josey-nobody-blank +Email-Simple-2.214/xt/release +Email-Simple-2.214/xt/release/changes_has_content.t +Email-Simple-2.214/t/test-mails/badly-folded-noindent +Entering Email-Simple-2.214 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Simple-2.214 ... Warning: prerequisite Email::Date::Format 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Simple +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Email::Date::Format 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching Email::Date::Format (0) on cpanmetadb ... +OK +==> Found dependencies: Email::Date::Format +--2017-10-09 07:29:27-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Date::Format +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 109 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.1M=0s + +2017-10-09 07:29:27 (16.1 MB/s) - written to stdout [109/109] + +--> Working on Email::Date::Format +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.005.tar.gz ... --2017-10-09 07:29:27-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14324 (14K) [application/x-gzip] +Saving to: ‘Email-Date-Format-1.005.tar.gz’ + + 0K .......... ... 100% 24.5M=0.001s + +2017-10-09 07:29:27 (24.5 MB/s) - ‘Email-Date-Format-1.005.tar.gz’ saved [14324/14324] + +Unpacking Email-Date-Format-1.005.tar.gz +OK +Email-Date-Format-1.005 +Email-Date-Format-1.005/README +Email-Date-Format-1.005/Changes +Email-Date-Format-1.005/LICENSE +Email-Date-Format-1.005/dist.ini +Email-Date-Format-1.005/META.yml +Email-Date-Format-1.005/MANIFEST +Email-Date-Format-1.005/t +Email-Date-Format-1.005/t/basic.t +Email-Date-Format-1.005/META.json +Email-Date-Format-1.005/Makefile.PL +Email-Date-Format-1.005/xt/release +Email-Date-Format-1.005/xt/release/pod-syntax.t +Email-Date-Format-1.005/lib/Email/Date +Email-Date-Format-1.005/lib/Email/Date/Format.pm +Email-Date-Format-1.005/t/000-report-versions-tiny.t +Email-Date-Format-1.005/xt/release/changes_has_content.t +Entering Email-Date-Format-1.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Date-Format-1.005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Date::Format +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Time::Local 0 ... Yes (1.25) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Email-Date-Format-1.005 ... cp lib/Email/Date/Format.pm blib/lib/Email/Date/Format.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted 5.006) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# Exporter => 5.72 (want 5.57) +# ExtUtils::MakeMaker => 7.3 (want any version) +# Test::More => 1.302098 (want 0.96) +# Time::Local => 1.25 (want any version) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +All tests successful. +Files=2, Tests=4, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.23 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Date/Format.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Date::Format.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Date-Format-1.005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Date-Format-1.005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Date-Format-1.005/MYMETA.json +Building and testing Email-Simple-2.214 ... cp lib/Email/Simple.pm blib/lib/Email/Simple.pm +cp lib/Email/Simple/Header.pm blib/lib/Email/Simple/Header.pm +cp lib/Email/Simple/Creator.pm blib/lib/Email/Simple/Creator.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------- ---- ----- +# Carp any 1.43 +# Email::Date::Format any 1.005 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/badly-folded.t ....... ok +t/basic.t .............. ok +t/create.t ............. ok +t/ct-header.t .......... ok +t/folding.t ............ ok +t/header-case.t ........ ok +t/header-junk.t ........ ok +t/header-many.t ........ ok +t/header-names.t ....... ok +t/header-new.t ......... ok +t/header-pairs.t ....... ok +t/header-prepend.t ..... ok +t/header-space.t ....... ok +t/header-zero.t ........ ok +t/long-msgid.t ......... ok +t/many-repeats.t ....... ok +t/no-body.t ............ ok +t/preserve-linefeed.t .. ok +t/undef-message.t ...... ok +t/unit.t ............... ok +All tests successful. +Files=21, Tests=173, 2 wallclock secs ( 0.08 usr 0.03 sys + 1.22 cusr 0.23 csys = 1.56 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Simple/Header.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Simple/Creator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Simple::Creator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Simple::Header.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Simple-2.214 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Simple-2.214/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Simple-2.214/MYMETA.json +Building and testing Email-Abstract-3.008 ... cp lib/Email/Abstract/Plugin.pm blib/lib/Email/Abstract/Plugin.pm +cp lib/Email/Abstract/MailMessage.pm blib/lib/Email/Abstract/MailMessage.pm +cp lib/Email/Abstract/MIMEEntity.pm blib/lib/Email/Abstract/MIMEEntity.pm +cp lib/Email/Abstract/EmailMIME.pm blib/lib/Email/Abstract/EmailMIME.pm +cp lib/Email/Abstract.pm blib/lib/Email/Abstract.pm +cp lib/Email/Abstract/MailInternet.pm blib/lib/Email/Abstract/MailInternet.pm +cp lib/Email/Abstract/EmailSimple.pm blib/lib/Email/Abstract/EmailSimple.pm +Manifying 7 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ----------------- ----- ----- +# Carp any 1.43 +# Email::Simple 1.998 2.214 +# MRO::Compat any 0.13 +# Module::Pluggable 1.5 5.2 +# Scalar::Util any 1.49 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +# testing Email::Simple with 2.214 +t/abstractions.t ....... ok +t/subclass.t ........... ok +t/unknown.t ............ ok +All tests successful. +Files=4, Tests=174, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.42 cusr 0.06 csys = 0.52 CPU) +Result: PASS +Manifying 7 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/Plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/MIMEEntity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/MailInternet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/EmailSimple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/EmailMIME.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Abstract/MailMessage.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::MailMessage.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::EmailMIME.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::MailInternet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::EmailSimple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Abstract::MIMEEntity.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Abstract-3.008 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Abstract-3.008/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Abstract-3.008/MYMETA.json +Searching MooX::Types::MooseLike (0.15) on cpanmetadb ... +--2017-10-09 07:29:31-- http://cpanmetadb.plackperl.org/v1.0/package/MooX::Types::MooseLike +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 150 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.0M=0s + +2017-10-09 07:29:31 (30.0 MB/s) - written to stdout [150/150] + +--> Working on MooX::Types::MooseLike +Fetching http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ... --2017-10-09 07:29:31-- http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18804 (18K) [application/x-gzip] +Saving to: ‘MooX-Types-MooseLike-0.29.tar.gz’ + + 0K .......... ........ 100% 20.6M=0.001s + +2017-10-09 07:29:31 (20.6 MB/s) - ‘MooX-Types-MooseLike-0.29.tar.gz’ saved [18804/18804] + +Unpacking MooX-Types-MooseLike-0.29.tar.gz +OK +MooX-Types-MooseLike-0.29/ +MooX-Types-MooseLike-0.29/META.yml +MooX-Types-MooseLike-0.29/Makefile.PL +MooX-Types-MooseLike-0.29/README +MooX-Types-MooseLike-0.29/t/ +MooX-Types-MooseLike-0.29/t/parameterized_with_coderefs.t +MooX-Types-MooseLike-0.29/t/subtype.t +MooX-Types-MooseLike-0.29/t/basic.t +MooX-Types-MooseLike-0.29/t/parameterized_with_string.t +MooX-Types-MooseLike-0.29/t/required.t +MooX-Types-MooseLike-0.29/t/parameterized_inflate.t +MooX-Types-MooseLike-0.29/t/version.t +MooX-Types-MooseLike-0.29/t/inflate_sub.t +MooX-Types-MooseLike-0.29/t/inflate_name.t +MooX-Types-MooseLike-0.29/t/inflate_0.t +MooX-Types-MooseLike-0.29/t/parameterized_subtype.t +MooX-Types-MooseLike-0.29/t/default.t +MooX-Types-MooseLike-0.29/t/parameterized.t +MooX-Types-MooseLike-0.29/t/builder.t +MooX-Types-MooseLike-0.29/Changes +MooX-Types-MooseLike-0.29/META.json +MooX-Types-MooseLike-0.29/maint/ +MooX-Types-MooseLike-0.29/maint/Makefile.PL.include +MooX-Types-MooseLike-0.29/MANIFEST +MooX-Types-MooseLike-0.29/lib/ +MooX-Types-MooseLike-0.29/lib/MooX/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike.pm +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike/Base.pm +Entering MooX-Types-MooseLike-0.29 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-Types-MooseLike-0.29 ... Warning: prerequisite Module::Runtime 0.014 not found. +Warning: prerequisite Moo 1.004002 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Types::MooseLike +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moo 2.000000 ... No +Already tried Module::Runtime. Skipping. +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Moo' is not installed +! Bailing out the installation for MooX-Types-MooseLike-0.29. +Searching Throwable::Error (0.200003) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime, Moo +--2017-10-09 07:29:31-- http://cpanmetadb.plackperl.org/v1.0/package/Throwable::Error +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 158 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 32.3M=0s + +2017-10-09 07:29:31 (32.3 MB/s) - written to stdout [158/158] + +--> Working on Throwable::Error +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ... --2017-10-09 07:29:31-- http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20254 (20K) [application/x-gzip] +Saving to: ‘Throwable-0.200013.tar.gz’ + + 0K .......... ......... 100% 21.6M=0.001s + +2017-10-09 07:29:31 (21.6 MB/s) - ‘Throwable-0.200013.tar.gz’ saved [20254/20254] + +Unpacking Throwable-0.200013.tar.gz +OK +Throwable-0.200013 +Throwable-0.200013/README +Throwable-0.200013/Changes +Throwable-0.200013/LICENSE +Throwable-0.200013/dist.ini +Throwable-0.200013/META.yml +Throwable-0.200013/MANIFEST +Throwable-0.200013/t +Throwable-0.200013/t/basic.t +Throwable-0.200013/META.json +Throwable-0.200013/xt +Throwable-0.200013/xt/moose.t +Throwable-0.200013/Makefile.PL +Throwable-0.200013/xt/strace_bug.t +Throwable-0.200013/lib +Throwable-0.200013/lib/Throwable.pm +Throwable-0.200013/xt/memory-leak.t +Throwable-0.200013/t/00-report-prereqs.t +Throwable-0.200013/lib/StackTrace +Throwable-0.200013/lib/StackTrace/Auto.pm +Throwable-0.200013/lib/Throwable +Throwable-0.200013/lib/Throwable/Error.pm +Throwable-0.200013/t/00-report-prereqs.dd +Throwable-0.200013/xt/moose-coerce-class.t +Throwable-0.200013/xt/release +Throwable-0.200013/xt/release/pod-syntax.t +Throwable-0.200013/xt/release/changes_has_content.t +Entering Throwable-0.200013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Throwable-0.200013 ... Warning: prerequisite Module::Runtime 0.002 not found. +Warning: prerequisite Moo 1.000001 not found. +Warning: prerequisite Moo::Role 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Throwable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Devel::StackTrace 2.00 ... Yes (2.02) +Checking if you have Moo 2.000000 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Sub::Quote 2.003001 ... Yes (2.004000) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Moo::Role 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried Moo. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Moo::Role. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'Module::Runtime' is not installed, Module 'Moo::Role' is not installed +! Bailing out the installation for Throwable-0.200013. +Already tried Email::Simple. Skipping. +Searching MooX::Types::MooseLike::Base (0) on cpanmetadb ... +OK +==> Found dependencies: Moo, Module::Runtime, Moo::Role +--2017-10-09 07:29:32-- http://cpanmetadb.plackperl.org/v1.0/package/MooX::Types::MooseLike::Base +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 150 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.0M=0s + +2017-10-09 07:29:32 (24.0 MB/s) - written to stdout [150/150] + +Already tried MooX-Types-MooseLike-0.29. Skipping. +Searching Email::Address (0) on cpanmetadb ... +--2017-10-09 07:29:32-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Address +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.1M=0s + +2017-10-09 07:29:32 (15.1 MB/s) - written to stdout [100/100] + +--> Working on Email::Address +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz ... --2017-10-09 07:29:32-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.908.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 41925 (41K) [application/x-gzip] +Saving to: ‘Email-Address-1.908.tar.gz’ + + 0K .......... .......... .......... .......... 100% 34.2M=0.001s + +2017-10-09 07:29:32 (34.2 MB/s) - ‘Email-Address-1.908.tar.gz’ saved [41925/41925] + +Unpacking Email-Address-1.908.tar.gz +OK +Email-Address-1.908 +Email-Address-1.908/README +Email-Address-1.908/Changes +Email-Address-1.908/LICENSE +Email-Address-1.908/dist.ini +Email-Address-1.908/META.yml +Email-Address-1.908/MANIFEST +Email-Address-1.908/t +Email-Address-1.908/t/ascii.t +Email-Address-1.908/t/tests.t +Email-Address-1.908/META.json +Email-Address-1.908/t/format.t +Email-Address-1.908/t/quoting.t +Email-Address-1.908/Makefile.PL +Email-Address-1.908/t/patterns.t +Email-Address-1.908/t/cache-cow.t +Email-Address-1.908/t/comma-free.t +Email-Address-1.908/bench +Email-Address-1.908/bench/corpus.txt +Email-Address-1.908/bench/ea-vs-ma.pl +Email-Address-1.908/bench/too_long.pl +Email-Address-1.908/t/quote-encoded.t +Email-Address-1.908/lib/Email +Email-Address-1.908/lib/Email/Address.pm +Email-Address-1.908/t/00-report-prereqs.t +Email-Address-1.908/t/00-report-prereqs.dd +Email-Address-1.908/xt/release +Email-Address-1.908/xt/release/pod-syntax.t +Email-Address-1.908/xt/release/changes_has_content.t +Entering Email-Address-1.908 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Address-1.908 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Address +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Encode::MIME::Header 0 ... Yes (2.27) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have warnings 0 ... Yes (1.37) +OK +Building and testing Email-Address-1.908 ... cp lib/Email/Address.pm blib/lib/Email/Address.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# -------------------- ---- -------- +# Encode any 2.92 +# Encode::MIME::Header any 2.27 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/ascii.t .............. ok +t/cache-cow.t .......... ok +t/comma-free.t ......... ok +t/format.t ............. ok +t/patterns.t ........... ok +t/quote-encoded.t ...... ok +t/quoting.t ............ ok +t/tests.t .............. ok +All tests successful. +Files=9, Tests=157, 1 wallclock secs ( 0.21 usr 0.03 sys + 1.40 cusr 0.16 csys = 1.80 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Address.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Address.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Address-1.908 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Address-1.908/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Address-1.908/MYMETA.json +Searching Sub::Exporter::Util (0) on cpanmetadb ... +--2017-10-09 07:29:35-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Exporter::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.1M=0s + +2017-10-09 07:29:35 (24.1 MB/s) - written to stdout [127/127] + +Already tried Sub-Exporter-0.987. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'MooX::Types::MooseLike' is not installed, Module 'Module::Runtime' is not installed, Module 'Moo::Role' is not installed, Module 'MooX::Types::MooseLike::Base' is not installed, Module 'Throwable::Error' is not installed +! Bailing out the installation for Email-Sender-1.300031. +Searching Email::Valid (0) on cpanmetadb ... +--2017-10-09 07:29:35-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Valid +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.8M=0s + +2017-10-09 07:29:35 (20.8 MB/s) - written to stdout [96/96] + +--> Working on Email::Valid +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Valid-1.202.tar.gz ... --2017-10-09 07:29:35-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Valid-1.202.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 33891 (33K) [application/x-gzip] +Saving to: ‘Email-Valid-1.202.tar.gz’ + + 0K .......... .......... .......... ... 100% 28.0M=0.001s + +2017-10-09 07:29:35 (28.0 MB/s) - ‘Email-Valid-1.202.tar.gz’ saved [33891/33891] + +Unpacking Email-Valid-1.202.tar.gz +OK +Email-Valid-1.202 +Email-Valid-1.202/README +Email-Valid-1.202/Changes +Email-Valid-1.202/LICENSE +Email-Valid-1.202/dist.ini +Email-Valid-1.202/META.yml +Email-Valid-1.202/MANIFEST +Email-Valid-1.202/t +Email-Valid-1.202/t/utf-8.t +Email-Valid-1.202/t/valid.t +Email-Valid-1.202/META.json +Email-Valid-1.202/Makefile.PL +Email-Valid-1.202/t/resolver.t +Email-Valid-1.202/lib/Email +Email-Valid-1.202/lib/Email/Valid.pm +Email-Valid-1.202/xt +Email-Valid-1.202/xt/sayers-corpus.t +Email-Valid-1.202/t/00-report-prereqs.t +Email-Valid-1.202/xt/author +Email-Valid-1.202/xt/author/pod-syntax.t +Email-Valid-1.202/t/00-report-prereqs.dd +Email-Valid-1.202/xt/release +Email-Valid-1.202/xt/release/changes_has_content.t +Entering Email-Valid-1.202 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Email-Valid-1.202 ... Warning: prerequisite Mail::Address 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Valid +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Mail::Address 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Mail::Address (0) on cpanmetadb ... +OK +==> Found dependencies: Mail::Address +--2017-10-09 07:29:35-- http://cpanmetadb.plackperl.org/v1.0/package/Mail::Address +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 637 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 117M=0s + +2017-10-09 07:29:35 (117 MB/s) - written to stdout [637/637] + +--> Working on Mail::Address +Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/MailTools-2.19.tar.gz ... --2017-10-09 07:29:35-- http://www.cpan.org/authors/id/M/MA/MARKOV/MailTools-2.19.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 55887 (55K) [application/x-gzip] +Saving to: ‘MailTools-2.19.tar.gz’ + + 0K .......... .......... .......... .......... .......... 91% 28.1M 0s + 50K .... 100% 8730G=0.002s + +2017-10-09 07:29:35 (30.7 MB/s) - ‘MailTools-2.19.tar.gz’ saved [55887/55887] + +Unpacking MailTools-2.19.tar.gz +OK +MailTools-2.19/ +MailTools-2.19/lib/ +MailTools-2.19/lib/Mail/ +MailTools-2.19/lib/Mail/Field/ +MailTools-2.19/lib/Mail/Field/AddrList.pod +MailTools-2.19/lib/Mail/Field/AddrList.pm +MailTools-2.19/lib/Mail/Field/Generic.pod +MailTools-2.19/lib/Mail/Field/Date.pod +MailTools-2.19/lib/Mail/Field/Date.pm +MailTools-2.19/lib/Mail/Field/Generic.pm +MailTools-2.19/lib/Mail/Mailer/ +MailTools-2.19/lib/Mail/Mailer/smtp.pm +MailTools-2.19/lib/Mail/Mailer/rfc822.pm +MailTools-2.19/lib/Mail/Mailer/testfile.pm +MailTools-2.19/lib/Mail/Mailer/sendmail.pm +MailTools-2.19/lib/Mail/Mailer/smtps.pm +MailTools-2.19/lib/Mail/Mailer/qmail.pm +MailTools-2.19/lib/Mail/Cap.pod +MailTools-2.19/lib/Mail/Mailer.pm +MailTools-2.19/lib/Mail/Header.pod +MailTools-2.19/lib/Mail/Send.pm +MailTools-2.19/lib/Mail/Util.pm +MailTools-2.19/lib/Mail/Cap.pm +MailTools-2.19/lib/Mail/Header.pm +MailTools-2.19/lib/Mail/Address.pod +MailTools-2.19/lib/Mail/Address.pm +MailTools-2.19/lib/Mail/Filter.pm +MailTools-2.19/lib/Mail/Filter.pod +MailTools-2.19/lib/Mail/Internet.pm +MailTools-2.19/lib/Mail/Mailer.pod +MailTools-2.19/lib/Mail/Field.pod +MailTools-2.19/lib/Mail/Field.pm +MailTools-2.19/lib/Mail/Internet.pod +MailTools-2.19/lib/Mail/Util.pod +MailTools-2.19/lib/Mail/Send.pod +MailTools-2.19/lib/MailTools.pm +MailTools-2.19/lib/MailTools.pod +MailTools-2.19/MANIFEST +MailTools-2.19/examples/ +MailTools-2.19/examples/mail-mailer.pl +MailTools-2.19/examples/rplyto_demo.PL +MailTools-2.19/examples/forwd_demo.PL +MailTools-2.19/examples/send_demo.PL +MailTools-2.19/t/ +MailTools-2.19/t/mailcap.t +MailTools-2.19/t/internet.t +MailTools-2.19/t/mailer.t +MailTools-2.19/t/header.t +MailTools-2.19/t/send.t +MailTools-2.19/t/extract.t +MailTools-2.19/t/require.t +MailTools-2.19/ChangeLog +MailTools-2.19/README.demos +MailTools-2.19/xt/ +MailTools-2.19/xt/99pod.t +MailTools-2.19/MailTools.ppd +MailTools-2.19/Makefile.PL +MailTools-2.19/README +MailTools-2.19/META.yml +MailTools-2.19/META.json +Entering MailTools-2.19 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MailTools-2.19 ... Checking if your kit is complete... +Looks good +Warning: Guessing NAME [MailTools] from current directory name. +Generating a Unix-style Makefile +Writing Makefile for MailTools +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Date::Format 0 ... Yes (2.24) +Checking if you have Date::Parse 0 ... Yes (2.30) +Checking if you have Net::SMTP 3.07 ... Yes (3.10) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Net::Domain 1.05 ... Yes (3.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing MailTools-2.19 ... cp lib/Mail/Field/Date.pod blib/lib/Mail/Field/Date.pod +cp lib/Mail/Filter.pm blib/lib/Mail/Filter.pm +cp lib/Mail/Send.pod blib/lib/Mail/Send.pod +cp lib/Mail/Mailer/smtps.pm blib/lib/Mail/Mailer/smtps.pm +cp lib/Mail/Field/Date.pm blib/lib/Mail/Field/Date.pm +cp lib/Mail/Field/AddrList.pod blib/lib/Mail/Field/AddrList.pod +cp lib/Mail/Util.pm blib/lib/Mail/Util.pm +cp lib/Mail/Field/Generic.pod blib/lib/Mail/Field/Generic.pod +cp lib/Mail/Address.pod blib/lib/Mail/Address.pod +cp lib/MailTools.pod blib/lib/MailTools.pod +cp lib/Mail/Filter.pod blib/lib/Mail/Filter.pod +cp lib/Mail/Field/AddrList.pm blib/lib/Mail/Field/AddrList.pm +cp lib/Mail/Address.pm blib/lib/Mail/Address.pm +cp lib/Mail/Mailer/testfile.pm blib/lib/Mail/Mailer/testfile.pm +cp lib/Mail/Mailer.pm blib/lib/Mail/Mailer.pm +cp lib/MailTools.pm blib/lib/MailTools.pm +cp lib/Mail/Header.pm blib/lib/Mail/Header.pm +cp lib/Mail/Internet.pod blib/lib/Mail/Internet.pod +cp lib/Mail/Mailer/qmail.pm blib/lib/Mail/Mailer/qmail.pm +cp lib/Mail/Field.pm blib/lib/Mail/Field.pm +cp lib/Mail/Cap.pm blib/lib/Mail/Cap.pm +cp lib/Mail/Field.pod blib/lib/Mail/Field.pod +cp lib/Mail/Cap.pod blib/lib/Mail/Cap.pod +cp lib/Mail/Internet.pm blib/lib/Mail/Internet.pm +cp lib/Mail/Mailer/smtp.pm blib/lib/Mail/Mailer/smtp.pm +cp lib/Mail/Send.pm blib/lib/Mail/Send.pm +cp lib/Mail/Header.pod blib/lib/Mail/Header.pod +cp lib/Mail/Util.pod blib/lib/Mail/Util.pod +cp lib/Mail/Mailer/rfc822.pm blib/lib/Mail/Mailer/rfc822.pm +cp lib/Mail/Mailer/sendmail.pm blib/lib/Mail/Mailer/sendmail.pm +cp lib/Mail/Field/Generic.pm blib/lib/Mail/Field/Generic.pm +cp lib/Mail/Mailer.pod blib/lib/Mail/Mailer.pod +Manifying 13 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/extract.t ... ok +t/header.t .... ok +t/internet.t .. ok +t/mailcap.t ... ok +t/mailer.t .... ok +t/require.t ... ok +t/send.t ...... ok +All tests successful. +Files=7, Tests=109, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.15 cusr 0.03 csys = 0.23 CPU) +Result: PASS +Manifying 13 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MailTools.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MailTools.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Filter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Address.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Send.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Internet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Internet.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Cap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Header.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Filter.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Header.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Cap.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Send.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Address.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Util.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/Generic.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/AddrList.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/AddrList.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/Generic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/Date.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Field/Date.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/smtp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/smtps.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/rfc822.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/sendmail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/testfile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mail/Mailer/qmail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Field::Date.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Field.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Field::AddrList.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Internet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Cap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Mailer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Address.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Header.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Send.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MailTools.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Field::Generic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mail::Filter.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed MailTools-2.19 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MailTools-2.19/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MailTools-2.19/MYMETA.json +Building and testing Email-Valid-1.202 ... cp lib/Email/Valid.pm blib/lib/Email/Valid.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ----------------- ---- -------- +# Carp any 1.43 +# File::Spec any 3.68 +# IO::CaptureOutput any missing +# IO::File any 1.16 +# Mail::Address any 2.19 +# Net::DNS any missing +# Net::Domain::TLD 1.65 missing +# Scalar::Util any 1.49 +# Test::More any 1.302098 +# strict any 1.11 +# warnings any 1.37 +# +# +# *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** +# +# The following REQUIRED prerequisites were not satisfied: +# +# IO::CaptureOutput is not installed (any version required) +# Net::DNS is not installed (any version required) +# Net::Domain::TLD is not installed (version '1.65' required) +# +t/00-report-prereqs.t .. ok +t/resolver.t ........... skipped: only relevant if Net::DNS is installed +t/utf-8.t .............. ok +t/valid.t .............. ok +All tests successful. +Files=4, Tests=42, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.39 cusr 0.06 csys = 0.49 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/Valid.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Valid.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Valid-1.202 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Valid-1.202/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Valid-1.202/MYMETA.json +Searching Email::MIME::Kit (0) on cpanmetadb ... +--2017-10-09 07:29:38-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MIME::Kit +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 696 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 141M=0s + +2017-10-09 07:29:38 (141 MB/s) - written to stdout [696/696] + +--> Working on Email::MIME::Kit +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Kit-3.000005.tar.gz ... --2017-10-09 07:29:38-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Kit-3.000005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 49651 (48K) [application/x-gzip] +Saving to: ‘Email-MIME-Kit-3.000005.tar.gz’ + + 0K .......... .......... .......... .......... ........ 100% 18.0M=0.003s + +2017-10-09 07:29:39 (18.0 MB/s) - ‘Email-MIME-Kit-3.000005.tar.gz’ saved [49651/49651] + +Unpacking Email-MIME-Kit-3.000005.tar.gz +OK +Email-MIME-Kit-3.000005 +Email-MIME-Kit-3.000005/README +Email-MIME-Kit-3.000005/Changes +Email-MIME-Kit-3.000005/LICENSE +Email-MIME-Kit-3.000005/dist.ini +Email-MIME-Kit-3.000005/t +Email-MIME-Kit-3.000005/t/borg.t +Email-MIME-Kit-3.000005/META.yml +Email-MIME-Kit-3.000005/MANIFEST +Email-MIME-Kit-3.000005/META.json +Email-MIME-Kit-3.000005/t/single.t +Email-MIME-Kit-3.000005/Makefile.PL +Email-MIME-Kit-3.000005/t/assemble.t +Email-MIME-Kit-3.000005/t/autoencode.t +Email-MIME-Kit-3.000005/t/test-renderer.t +Email-MIME-Kit-3.000005/t/alt-kit-reader.t +Email-MIME-Kit-3.000005/lib/Email/MIME +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit.pm +Email-MIME-Kit-3.000005/t/00-report-prereqs.t +Email-MIME-Kit-3.000005/t/read-json-manifest.t +Email-MIME-Kit-3.000005/xt/author +Email-MIME-Kit-3.000005/xt/author/pod-syntax.t +Email-MIME-Kit-3.000005/t/00-report-prereqs.dd +Email-MIME-Kit-3.000005/t/kits/test.mkit +Email-MIME-Kit-3.000005/t/kits/test.mkit/logo.jpg +Email-MIME-Kit-3.000005/t/kits/borg.mkit +Email-MIME-Kit-3.000005/t/kits/borg.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/manifest.yaml +Email-MIME-Kit-3.000005/t/kits/encode.mkit +Email-MIME-Kit-3.000005/t/kits/encode.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/single.mkit +Email-MIME-Kit-3.000005/t/kits/single.mkit/manifest.json +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/ConstKit.pm +Email-MIME-Kit-3.000005/xt/release +Email-MIME-Kit-3.000005/xt/release/changes_has_content.t +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit/plain.txt +Email-MIME-Kit-3.000005/t/kits/test.mkit/bogus-report.pdf +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/KitReader +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/KitReader/Dir.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Renderer.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Assembler.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Component.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/KitReader.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Validator.pm +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit/manifest.json +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Assembler +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Assembler/Borg.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Assembler +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Assembler/Standard.pm +Email-MIME-Kit-3.000005/t/kits/alt-kit-reader.mkit +Email-MIME-Kit-3.000005/t/kits/alt-kit-reader.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/better-alternative.html +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader/JSON.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader/YAML.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/ManifestReader.pm +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Validator +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Validator/Simplest.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Renderer +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Renderer/TestRenderer.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/ManifestDesugarer.pm +Entering Email-MIME-Kit-3.000005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-Kit-3.000005 ... Warning: prerequisite Email::MIME 1.930 not found. +Warning: prerequisite Email::MIME::Creator 0 not found. +Warning: prerequisite Email::MessageID 1.400 not found. +Warning: prerequisite JSON 2 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0.65 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite String::RewritePrefix 0 not found. +Warning: prerequisite YAML::XS 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME::Kit +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have YAML::XS 0 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have JSON 2 ... No +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Email::MessageID 1.400 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 0.65 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Email::MIME::Creator 0 ... No +Checking if you have Email::MIME 1.930 ... No +Checking if you have Moose::Role 0 ... No +Checking if you have String::RewritePrefix 0 ... No +Searching YAML::XS (0) on cpanmetadb ... +OK +==> Found dependencies: YAML::XS, JSON, Moose::Util::TypeConstraints, Email::MessageID, Moose, Module::Runtime, Email::MIME::Creator, Email::MIME, Moose::Role, String::RewritePrefix +--2017-10-09 07:29:39-- http://cpanmetadb.plackperl.org/v1.0/package/YAML::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 141 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.2M=0s + +2017-10-09 07:29:39 (27.2 MB/s) - written to stdout [141/141] + +--> Working on YAML::XS +Fetching http://www.cpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.66.tar.gz ... --2017-10-09 07:29:39-- http://www.cpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-0.66.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 143121 (140K) [application/x-gzip] +Saving to: ‘YAML-LibYAML-0.66.tar.gz’ + + 0K .......... .......... .......... .......... .......... 35% 26.2M 0s + 50K .......... .......... .......... .......... .......... 71% 45.4M 0s + 100K .......... .......... .......... ......... 100% 20.0M=0.005s + +2017-10-09 07:29:40 (27.9 MB/s) - ‘YAML-LibYAML-0.66.tar.gz’ saved [143121/143121] + +Unpacking YAML-LibYAML-0.66.tar.gz +OK +YAML-LibYAML-0.66 +YAML-LibYAML-0.66/README +YAML-LibYAML-0.66/Changes +YAML-LibYAML-0.66/t +YAML-LibYAML-0.66/t/api.t +YAML-LibYAML-0.66/LICENSE +YAML-LibYAML-0.66/t/leak.t +YAML-LibYAML-0.66/t/file.t +YAML-LibYAML-0.66/t/dump.t +YAML-LibYAML-0.66/t/glob.t +YAML-LibYAML-0.66/t/null.t +YAML-LibYAML-0.66/t/code.t +YAML-LibYAML-0.66/t/utf8.t +YAML-LibYAML-0.66/t/tied.t +YAML-LibYAML-0.66/t/load.t +YAML-LibYAML-0.66/t/tags.t +YAML-LibYAML-0.66/MANIFEST +YAML-LibYAML-0.66/META.yml +YAML-LibYAML-0.66/t/magic.t +YAML-LibYAML-0.66/t/error.t +YAML-LibYAML-0.66/t/empty.t +YAML-LibYAML-0.66/t/alias.t +YAML-LibYAML-0.66/t/quote.t +YAML-LibYAML-0.66/t/ascii.t +YAML-LibYAML-0.66/META.json +YAML-LibYAML-0.66/t/regexp.t +YAML-LibYAML-0.66/t/native.t +YAML-LibYAML-0.66/t/bug-pvf.t +YAML-LibYAML-0.66/t/boolean.t +YAML-LibYAML-0.66/t/private.t +YAML-LibYAML-0.66/t/numbers.t +YAML-LibYAML-0.66/t/blessed.t +YAML-LibYAML-0.66/Makefile.PL +YAML-LibYAML-0.66/CONTRIBUTING +YAML-LibYAML-0.66/t/empty.yaml +YAML-LibYAML-0.66/t/dump-int.t +YAML-LibYAML-0.66/t/io-handle.t +YAML-LibYAML-0.66/t/TestYAML.pm +YAML-LibYAML-0.66/t/bug-stack.t +YAML-LibYAML-0.66/LibYAML +YAML-LibYAML-0.66/LibYAML/api.c +YAML-LibYAML-0.66/inc +YAML-LibYAML-0.66/inc/Spiffy.pm +YAML-LibYAML-0.66/t/ref-scalar.t +YAML-LibYAML-0.66/t/path-class.t +YAML-LibYAML-0.66/lib/YAML +YAML-LibYAML-0.66/lib/YAML/XS.pm +YAML-LibYAML-0.66/LibYAML/yaml.h +YAML-LibYAML-0.66/t/pl_sv_undef.t +YAML-LibYAML-0.66/lib/YAML/XS.pod +YAML-LibYAML-0.66/LibYAML/test.pl +YAML-LibYAML-0.66/t/string_nulls.t +YAML-LibYAML-0.66/t/data +YAML-LibYAML-0.66/t/data/basic.yml +YAML-LibYAML-0.66/LibYAML/writer.c +YAML-LibYAML-0.66/LibYAML/ppport.h +YAML-LibYAML-0.66/LibYAML/reader.c +YAML-LibYAML-0.66/LibYAML/config.h +YAML-LibYAML-0.66/LibYAML/loader.c +YAML-LibYAML-0.66/LibYAML/parser.c +YAML-LibYAML-0.66/LibYAML/dumper.c +YAML-LibYAML-0.66/inc/Test +YAML-LibYAML-0.66/inc/Test/Base.pm +YAML-LibYAML-0.66/t/yaml_tests.yaml +YAML-LibYAML-0.66/LibYAML/scanner.c +YAML-LibYAML-0.66/LibYAML/update.sh +YAML-LibYAML-0.66/LibYAML/emitter.c +YAML-LibYAML-0.66/t/loadfile-empty.t +YAML-LibYAML-0.66/t/TestYAMLTests.pm +YAML-LibYAML-0.66/LibYAML/LibYAML.xs +YAML-LibYAML-0.66/t/dump-heuristics.t +YAML-LibYAML-0.66/t/long_plain_wrap.t +YAML-LibYAML-0.66/lib/YAML/LibYAML.pm +YAML-LibYAML-0.66/LibYAML/Makefile.PL +YAML-LibYAML-0.66/lib/YAML/LibYAML.pod +YAML-LibYAML-0.66/LibYAML/ppport_sort.h +YAML-LibYAML-0.66/t/author-pod-syntax.t +YAML-LibYAML-0.66/LibYAML/perl_libyaml.h +YAML-LibYAML-0.66/LibYAML/perl_libyaml.c +YAML-LibYAML-0.66/LibYAML/yaml_private.h +YAML-LibYAML-0.66/t/000-require-modules.t +YAML-LibYAML-0.66/inc/Test/Base +YAML-LibYAML-0.66/inc/Test/Base/Filter.pm +YAML-LibYAML-0.66/LibYAML/lib/YAML/XS +YAML-LibYAML-0.66/LibYAML/lib/YAML/XS/LibYAML.pm +Entering YAML-LibYAML-0.66 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring YAML-LibYAML-0.66 ... Checking if your kit is complete... +Looks good +Writing MYMETA.yml and MYMETA.json +Generating a Unix-style Makefile +Writing Makefile for YAML::LibYAML +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing YAML-LibYAML-0.66 ... cp lib/YAML/XS.pod blib/lib/YAML/XS.pod +cp lib/YAML/LibYAML.pod blib/lib/YAML/LibYAML.pod +cp lib/YAML/LibYAML.pm blib/lib/YAML/LibYAML.pm +cp lib/YAML/XS.pm blib/lib/YAML/XS.pm +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +cp lib/YAML/XS/LibYAML.pm ../blib/lib/YAML/XS/LibYAML.pm +Running Mkbootstrap for LibYAML () +chmod 644 "LibYAML.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H api.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H dumper.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H emitter.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H loader.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H parser.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H perl_libyaml.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H reader.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H scanner.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H writer.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' LibYAML.xs > LibYAML.xsc +mv LibYAML.xsc LibYAML.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_CONFIG_H LibYAML.c +rm -f ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong api.o dumper.o emitter.o loader.o parser.o perl_libyaml.o reader.o scanner.o writer.o LibYAML.o -o ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so \ + \ + +chmod 755 ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so +Manifying 1 pod document +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +Manifying 2 pod documents +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 +Manifying 1 pod document +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-I../blib/lib" "-I../blib/arch" test.pl +1..1 +ok 1 - Tests for libyaml extension are all defined at the top level +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/000-require-modules.t .. ok +t/alias.t ................ ok +t/api.t .................. ok +t/ascii.t ................ ok +t/author-pod-syntax.t .... skipped: these tests are for testing by the author +t/blessed.t .............. ok +t/boolean.t .............. ok +t/bug-pvf.t .............. ok +t/bug-stack.t ............ ok +t/code.t ................. ok +t/dump-heuristics.t ...... ok +t/dump-int.t ............. ok +t/dump.t ................. ok +t/empty.t ................ ok +t/error.t ................ ok +t/file.t ................. ok +t/glob.t ................. ok +t/io-handle.t ............ ok +t/leak.t ................. ok +t/load.t ................. ok +t/loadfile-empty.t ....... ok +t/long_plain_wrap.t ...... skipped: Failing test. Not yet implemented +t/magic.t ................ ok +t/native.t ............... ok +t/null.t ................. ok +t/numbers.t .............. ok +t/path-class.t ........... ok +t/pl_sv_undef.t .......... ok +t/private.t .............. ok +t/quote.t ................ ok +t/ref-scalar.t ........... ok +t/regexp.t ............... ok +t/string_nulls.t ......... ok +t/tags.t ................. ok +t/tied.t ................. ok +t/utf8.t ................. ok +All tests successful. +Files=36, Tests=285, 3 wallclock secs ( 0.13 usr 0.04 sys + 2.92 cusr 0.43 csys = 3.52 CPU) +Result: PASS +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 +Manifying 1 pod document +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/YAML-LibYAML-0.66/LibYAML' +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/YAML/XS/LibYAML/LibYAML.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/YAML/LibYAML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/YAML/LibYAML.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/YAML/XS.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/YAML/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/YAML/XS/LibYAML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAML::LibYAML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAML::XS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAML::XS::LibYAML.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed YAML-LibYAML-0.66 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAML-LibYAML-0.66/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAML-LibYAML-0.66/MYMETA.json +Searching JSON (2) on cpanmetadb ... +--2017-10-09 07:29:49-- http://cpanmetadb.plackperl.org/v1.0/package/JSON +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:29:49 (22.8 MB/s) - written to stdout [108/108] + +--> Working on JSON +Fetching http://www.cpan.org/authors/id/I/IS/ISHIGAKI/JSON-2.94.tar.gz ... --2017-10-09 07:29:49-- http://www.cpan.org/authors/id/I/IS/ISHIGAKI/JSON-2.94.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 82629 (81K) [application/x-gzip] +Saving to: ‘JSON-2.94.tar.gz’ + + 0K .......... .......... .......... .......... .......... 61% 23.8M 0s + 50K .......... .......... .......... 100% 32.5M=0.003s + +2017-10-09 07:29:49 (26.5 MB/s) - ‘JSON-2.94.tar.gz’ saved [82629/82629] + +Unpacking JSON-2.94.tar.gz +OK +JSON-2.94/ +JSON-2.94/eg/ +JSON-2.94/eg/bench_encode.pl +JSON-2.94/eg/bench_decode.pl +JSON-2.94/README +JSON-2.94/lib/ +JSON-2.94/lib/JSON.pm +JSON-2.94/lib/JSON/ +JSON-2.94/lib/JSON/backportPP/ +JSON-2.94/lib/JSON/backportPP/Compat5006.pm +JSON-2.94/lib/JSON/backportPP/Compat5005.pm +JSON-2.94/lib/JSON/backportPP/Boolean.pm +JSON-2.94/lib/JSON/backportPP.pm +JSON-2.94/t/ +JSON-2.94/t/15_prefix.t +JSON-2.94/t/x00_load.t +JSON-2.94/t/116_incr_parse_fixed.t +JSON-2.94/t/e90_misc.t +JSON-2.94/t/117_numbers.t +JSON-2.94/t/109_encode.t +JSON-2.94/t/e00_func.t +JSON-2.94/t/113_overloaded_eq.t +JSON-2.94/t/18_json_checker.t +JSON-2.94/t/112_upgrade.t +JSON-2.94/t/x12_blessed.t +JSON-2.94/t/106_allow_barekey.t +JSON-2.94/t/e01_property.t +JSON-2.94/t/rt_116998_wrong_character_offset.t +JSON-2.94/t/xe19_xs_and_suportbypp.t +JSON-2.94/t/01_utf8.t +JSON-2.94/t/03_types.t +JSON-2.94/t/114_decode_prefix.t +JSON-2.94/t/13_limit.t +JSON-2.94/t/20_unknown.t +JSON-2.94/t/14_latin1.t +JSON-2.94/t/xe21_is_pp.t +JSON-2.94/t/12_blessed.t +JSON-2.94/t/22_comment_at_eof.t +JSON-2.94/t/e02_bool.t +JSON-2.94/t/gh_29_trailing_false_value.t +JSON-2.94/t/rt_90071_incr_parse.t +JSON-2.94/t/02_error.t +JSON-2.94/t/xe05_indent_length.t +JSON-2.94/t/zero-mojibake.t +JSON-2.94/t/17_relaxed.t +JSON-2.94/t/xe20_croak_message.t +JSON-2.94/t/_unicode_handling.pm +JSON-2.94/t/115_tie_ixhash.t +JSON-2.94/t/19_incr.t +JSON-2.94/t/07_pc_esc.t +JSON-2.94/t/xe04_escape_slash.t +JSON-2.94/t/104_sortby.t +JSON-2.94/t/x02_error.t +JSON-2.94/t/99_binary.t +JSON-2.94/t/00_load_backport_pp.t +JSON-2.94/t/108_decode.t +JSON-2.94/t/00_load.t +JSON-2.94/t/x17_strange_overload.t +JSON-2.94/t/xe12_boolean.t +JSON-2.94/t/21_evans_bugrep.t +JSON-2.94/t/110_bignum.t +JSON-2.94/t/16_tied.t +JSON-2.94/t/e11_conv_blessed_univ.t +JSON-2.94/t/105_esc_slash.t +JSON-2.94/t/107_allow_singlequote.t +JSON-2.94/t/e03_bool2.t +JSON-2.94/t/11_pc_expo.t +JSON-2.94/t/09_pc_extra_number.t +JSON-2.94/t/10_pc_keysort.t +JSON-2.94/t/08_pc_base.t +JSON-2.94/t/00_pod.t +JSON-2.94/t/gh_28_json_test_suite.t +JSON-2.94/t/x16_tied.t +JSON-2.94/t/06_pc_pretty.t +JSON-2.94/.travis.yml +JSON-2.94/META.json +JSON-2.94/Changes +JSON-2.94/Makefile.PL +JSON-2.94/META.yml +JSON-2.94/MANIFEST +Entering JSON-2.94 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring JSON-2.94 ... Welcome to JSON (v.2.94) +============================= + + ** BACKWARD INCOMPATIBILITY ** + +Since version 2.90, stringification (and string comparison) for +JSON::true and JSON::false has not been overloaded. It shouldn't +matter as long as you treat them as boolean values, but a code that +expects they are stringified as "true" or "false" doesn't work as +you have expected any more. + + if (JSON::true eq 'true') { # now fails + + print "The result is 1 now."; # => The result is 1 now. + +And now these boolean values don't inherit JSON::Boolean, either. +When you need to test a value is a JSON boolean value or not, use +JSON::is_bool function, instead of testing the value inherits +a particular boolean class or not. + +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for JSON +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing JSON-2.94 ... cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm +cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm +cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm +cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm +cp lib/JSON.pm blib/lib/JSON.pm +Manifying 5 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t ........................... ok +t/00_load_backport_pp.t ............... ok +t/00_pod.t ............................ skipped: Test::Pod 1.00 required for testing POD +t/01_utf8.t ........................... ok +t/02_error.t .......................... ok +t/03_types.t .......................... ok +t/06_pc_pretty.t ...................... ok +t/07_pc_esc.t ......................... ok +t/08_pc_base.t ........................ ok +t/09_pc_extra_number.t ................ ok +t/104_sortby.t ........................ ok +t/105_esc_slash.t ..................... ok +t/106_allow_barekey.t ................. ok +t/107_allow_singlequote.t ............. ok +t/108_decode.t ........................ ok +t/109_encode.t ........................ ok +t/10_pc_keysort.t ..................... ok +t/110_bignum.t ........................ ok +t/112_upgrade.t ....................... ok +t/113_overloaded_eq.t ................. ok +t/114_decode_prefix.t ................. ok +t/115_tie_ixhash.t .................... ok +t/116_incr_parse_fixed.t .............. ok +t/117_numbers.t ....................... ok +t/11_pc_expo.t ........................ ok +t/12_blessed.t ........................ ok +t/13_limit.t .......................... ok +t/14_latin1.t ......................... ok +t/15_prefix.t ......................... ok +t/16_tied.t ........................... ok +t/17_relaxed.t ........................ ok +t/18_json_checker.t ................... ok +t/19_incr.t ........................... ok +t/20_unknown.t ........................ ok +t/21_evans_bugrep.t ................... ok +t/22_comment_at_eof.t ................. ok +t/99_binary.t ......................... ok +t/e00_func.t .......................... ok +t/e01_property.t ...................... ok +t/e02_bool.t .......................... ok +t/e03_bool2.t ......................... ok +t/e11_conv_blessed_univ.t ............. ok +t/e90_misc.t .......................... ok +t/gh_28_json_test_suite.t ............. ok +t/gh_29_trailing_false_value.t ........ ok +t/rt_116998_wrong_character_offset.t .. ok +t/rt_90071_incr_parse.t ............... ok +t/x00_load.t .......................... ok +t/x02_error.t ......................... ok +t/x12_blessed.t ....................... ok +t/x16_tied.t .......................... ok +t/x17_strange_overload.t .............. ok +t/xe04_escape_slash.t ................. ok +t/xe05_indent_length.t ................ ok +t/xe12_boolean.t ...................... ok +t/xe19_xs_and_suportbypp.t ............ ok +t/xe20_croak_message.t ................ ok +t/xe21_is_pp.t ........................ ok +t/zero-mojibake.t ..................... ok +All tests successful. +Files=59, Tests=3712, 6 wallclock secs ( 0.51 usr 0.09 sys + 5.49 cusr 0.62 csys = 6.71 CPU) +Result: PASS +Manifying 5 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/backportPP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/backportPP/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/backportPP/Compat5005.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/backportPP/Compat5006.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::backportPP::Compat5006.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::backportPP::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::backportPP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::backportPP::Compat5005.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed JSON-2.94 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-2.94/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-2.94/MYMETA.json +Searching Moose::Util::TypeConstraints (0) on cpanmetadb ... +--2017-10-09 07:29:56-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Util::TypeConstraints +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 26.1M=0.001s + +2017-10-09 07:29:56 (26.1 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Searching Email::MessageID (1.400) on cpanmetadb ... +--2017-10-09 07:29:56-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MessageID +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.2M=0s + +2017-10-09 07:29:56 (19.2 MB/s) - written to stdout [104/104] + +--> Working on Email::MessageID +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-1.406.tar.gz ... --2017-10-09 07:29:56-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MessageID-1.406.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16247 (16K) [application/x-gzip] +Saving to: ‘Email-MessageID-1.406.tar.gz’ + + 0K .......... ..... 100% 20.9M=0.001s + +2017-10-09 07:29:56 (20.9 MB/s) - ‘Email-MessageID-1.406.tar.gz’ saved [16247/16247] + +Unpacking Email-MessageID-1.406.tar.gz +OK +Email-MessageID-1.406 +Email-MessageID-1.406/README +Email-MessageID-1.406/Changes +Email-MessageID-1.406/LICENSE +Email-MessageID-1.406/dist.ini +Email-MessageID-1.406/META.yml +Email-MessageID-1.406/MANIFEST +Email-MessageID-1.406/META.json +Email-MessageID-1.406/t +Email-MessageID-1.406/t/unique.t +Email-MessageID-1.406/t/defined.t +Email-MessageID-1.406/Makefile.PL +Email-MessageID-1.406/t/00-report-prereqs.t +Email-MessageID-1.406/lib/Email +Email-MessageID-1.406/lib/Email/MessageID.pm +Email-MessageID-1.406/t/00-report-prereqs.dd +Email-MessageID-1.406/xt/release +Email-MessageID-1.406/xt/release/pod-syntax.t +Email-MessageID-1.406/xt/release/changes_has_content.t +Entering Email-MessageID-1.406 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MessageID-1.406 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MessageID +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +OK +Building and testing Email-MessageID-1.406 ... cp lib/Email/MessageID.pm blib/lib/Email/MessageID.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- ---- +# Sys::Hostname any 1.20 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/defined.t ............ ok +t/unique.t ............. ok +All tests successful. +Files=3, Tests=9, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.28 cusr 0.04 csys = 0.35 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/MessageID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::MessageID.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-MessageID-1.406 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MessageID-1.406/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MessageID-1.406/MYMETA.json +Already tried Moose. Skipping. +Already tried Module::Runtime. Skipping. +Searching Email::MIME::Creator (0) on cpanmetadb ... +--2017-10-09 07:29:58-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MIME::Creator +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 255 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 38.0M=0s + +2017-10-09 07:29:58 (38.0 MB/s) - written to stdout [255/255] + +--> Working on Email::MIME::Creator +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-1.946.tar.gz ... --2017-10-09 07:29:58-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-1.946.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 125304 (122K) [application/x-gzip] +Saving to: ‘Email-MIME-1.946.tar.gz’ + + 0K .......... .......... .......... .......... .......... 40% 22.0M 0s + 50K .......... .......... .......... .......... .......... 81% 45.4M 0s + 100K .......... .......... .. 100% 21.7M=0.004s + +2017-10-09 07:29:58 (27.8 MB/s) - ‘Email-MIME-1.946.tar.gz’ saved [125304/125304] + +Unpacking Email-MIME-1.946.tar.gz +OK +Email-MIME-1.946 +Email-MIME-1.946/README +Email-MIME-1.946/Changes +Email-MIME-1.946/LICENSE +Email-MIME-1.946/dist.ini +Email-MIME-1.946/META.yml +Email-MIME-1.946/MANIFEST +Email-MIME-1.946/t +Email-MIME-1.946/t/basic.t +Email-MIME-1.946/t/dispo.t +Email-MIME-1.946/t/parts.t +Email-MIME-1.946/META.json +Email-MIME-1.946/t/charset.t +Email-MIME-1.946/t/unicode.t +Email-MIME-1.946/Makefile.PL +Email-MIME-1.946/t/body-ref.t +Email-MIME-1.946/t/ct_attrs.t +Email-MIME-1.946/t/encoding.t +Email-MIME-1.946/t/Mail +Email-MIME-1.946/t/Mail/mail-1 +Email-MIME-1.946/t/Mail/mail-2 +Email-MIME-1.946/t/multipart.t +Email-MIME-1.946/t/part-encs.t +Email-MIME-1.946/t/content_id.t +Email-MIME-1.946/t/singlepart.t +Email-MIME-1.946/t/walk-parts.t +Email-MIME-1.946/t/auto_create.t +Email-MIME-1.946/t/disposition.t +Email-MIME-1.946/t/read-nested.t +Email-MIME-1.946/t/Mail/att-1.gif +Email-MIME-1.946/t/Mail/qp-equals +Email-MIME-1.946/t/encode-check.t +Email-MIME-1.946/t/nested-parts.t +Email-MIME-1.946/lib/Email +Email-MIME-1.946/lib/Email/MIME.pm +Email-MIME-1.946/t/Mail/nested-parts +Email-MIME-1.946/t/files +Email-MIME-1.946/t/files/readme.txt.gz +Email-MIME-1.946/t/00-report-prereqs.t +Email-MIME-1.946/t/header-addresslist.t +Email-MIME-1.946/xt/author +Email-MIME-1.946/xt/author/pod-syntax.t +Email-MIME-1.946/t/00-report-prereqs.dd +Email-MIME-1.946/lib/Email/MIME +Email-MIME-1.946/lib/Email/MIME/Encode.pm +Email-MIME-1.946/lib/Email/MIME/Header.pm +Email-MIME-1.946/lib/Email/MIME/Creator.pm +Email-MIME-1.946/lib/Email/MIME/Modifier.pm +Email-MIME-1.946/xt/release +Email-MIME-1.946/xt/release/changes_has_content.t +Email-MIME-1.946/lib/Email/MIME/Header +Email-MIME-1.946/lib/Email/MIME/Header/AddressList.pm +Entering Email-MIME-1.946 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-1.946 ... Warning: prerequisite Email::Address::XS 0 not found. +Warning: prerequisite Email::MIME::ContentType 1.022 not found. +Warning: prerequisite Email::MIME::Encodings 1.314 not found. +Warning: prerequisite MIME::Types 1.13 not found. +Warning: prerequisite Module::Runtime 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Symbol 1.06 ... Yes (1.08) +Checking if you have Email::MIME::Encodings 1.314 ... No +Checking if you have Email::MIME::ContentType 1.022 ... No +Checking if you have Email::Address::XS 0 ... No +Checking if you have Email::Simple::Creator 0 ... Yes (2.214) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Email::Simple::Header 0 ... Yes (2.214) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Encode 1.9801 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Email::MessageID 1.400 ... Yes (1.406) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have MIME::Base64 0 ... Yes (3.15) +Checking if you have MIME::Types 1.13 ... No +Checking if you have Email::Simple 2.212 ... Yes (2.214) +Searching Email::MIME::Encodings (1.314) on cpanmetadb ... +OK +==> Found dependencies: Email::MIME::Encodings, Email::MIME::ContentType, Email::Address::XS, Module::Runtime, MIME::Types +--2017-10-09 07:29:58-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MIME::Encodings +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:29:58 (22.8 MB/s) - written to stdout [115/115] + +--> Working on Email::MIME::Encodings +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.315.tar.gz ... --2017-10-09 07:29:58-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Encodings-1.315.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13564 (13K) [application/x-gzip] +Saving to: ‘Email-MIME-Encodings-1.315.tar.gz’ + + 0K .......... ... 100% 110M=0s + +2017-10-09 07:29:58 (110 MB/s) - ‘Email-MIME-Encodings-1.315.tar.gz’ saved [13564/13564] + +Unpacking Email-MIME-Encodings-1.315.tar.gz +OK +Email-MIME-Encodings-1.315 +Email-MIME-Encodings-1.315/README +Email-MIME-Encodings-1.315/Changes +Email-MIME-Encodings-1.315/LICENSE +Email-MIME-Encodings-1.315/dist.ini +Email-MIME-Encodings-1.315/META.yml +Email-MIME-Encodings-1.315/MANIFEST +Email-MIME-Encodings-1.315/t +Email-MIME-Encodings-1.315/t/basic.t +Email-MIME-Encodings-1.315/META.json +Email-MIME-Encodings-1.315/Makefile.PL +Email-MIME-Encodings-1.315/t/00-compile.t +Email-MIME-Encodings-1.315/xt/release +Email-MIME-Encodings-1.315/xt/release/pod-syntax.t +Email-MIME-Encodings-1.315/lib/Email/MIME +Email-MIME-Encodings-1.315/lib/Email/MIME/Encodings.pm +Email-MIME-Encodings-1.315/t/000-report-versions-tiny.t +Email-MIME-Encodings-1.315/xt/release/changes_has_content.t +Entering Email-MIME-Encodings-1.315 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-Encodings-1.315 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME::Encodings +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have blib 1.01 ... Yes (1.06) +Checking if you have MIME::QuotedPrint 3.05 ... Yes (3.13) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +OK +Building and testing Email-MIME-Encodings-1.315 ... cp lib/Email/MIME/Encodings.pm blib/lib/Email/MIME/Encodings.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ................ ok +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.09 +# perl: 5.027005 (wanted any version) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# Capture::Tiny => 0.46 (want any version) +# Carp => 1.43 (want any version) +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# MIME::Base64 => 3.15 (want 3.05) +# MIME::QuotedPrint => 3.13 (want 3.05) +# Test::More => 1.302098 (want 0.96) +# Test::Pod => module not found. (want 1.41) +# blib => 1.06 (want any version) +# strict => 1.11 (want any version) +# version => 0.9918 (want 0.9901) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +All tests successful. +Files=3, Tests=14, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.29 cusr 0.03 csys = 0.34 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/MIME/Encodings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::MIME::Encodings.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-MIME-Encodings-1.315 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MIME-Encodings-1.315/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MIME-Encodings-1.315/MYMETA.json +Searching Email::MIME::ContentType (1.022) on cpanmetadb ... +--2017-10-09 07:30:00-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MIME::ContentType +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 119 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.3M=0s + +2017-10-09 07:30:00 (19.3 MB/s) - written to stdout [119/119] + +--> Working on Email::MIME::ContentType +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.022.tar.gz ... --2017-10-09 07:30:00-- http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-ContentType-1.022.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20365 (20K) [application/x-gzip] +Saving to: ‘Email-MIME-ContentType-1.022.tar.gz’ + + 0K .......... ......... 100% 21.4M=0.001s + +2017-10-09 07:30:00 (21.4 MB/s) - ‘Email-MIME-ContentType-1.022.tar.gz’ saved [20365/20365] + +Unpacking Email-MIME-ContentType-1.022.tar.gz +OK +Email-MIME-ContentType-1.022/t +Email-MIME-ContentType-1.022/t/1.t +Email-MIME-ContentType-1.022 +Email-MIME-ContentType-1.022/README +Email-MIME-ContentType-1.022/Changes +Email-MIME-ContentType-1.022/LICENSE +Email-MIME-ContentType-1.022/dist.ini +Email-MIME-ContentType-1.022/META.yml +Email-MIME-ContentType-1.022/MANIFEST +Email-MIME-ContentType-1.022/META.json +Email-MIME-ContentType-1.022/Makefile.PL +Email-MIME-ContentType-1.022/t/00-report-prereqs.t +Email-MIME-ContentType-1.022/xt/author +Email-MIME-ContentType-1.022/xt/author/pod-syntax.t +Email-MIME-ContentType-1.022/t/00-report-prereqs.dd +Email-MIME-ContentType-1.022/lib/Email/MIME +Email-MIME-ContentType-1.022/lib/Email/MIME/ContentType.pm +Email-MIME-ContentType-1.022/t/parse_content_disposition.t +Email-MIME-ContentType-1.022/xt/release +Email-MIME-ContentType-1.022/xt/release/changes_has_content.t +Entering Email-MIME-ContentType-1.022 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-ContentType-1.022 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME::ContentType +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +OK +Building and testing Email-MIME-ContentType-1.022 ... cp lib/Email/MIME/ContentType.pm blib/lib/Email/MIME/ContentType.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# Encode 2.87 2.92 +# Exporter 5.57 5.72 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .......... ok +t/1.t .......................... ok +t/parse_content_disposition.t .. ok +All tests successful. +Files=3, Tests=88, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.34 cusr 0.05 csys = 0.43 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Email/MIME/ContentType.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::MIME::ContentType.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-MIME-ContentType-1.022 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MIME-ContentType-1.022/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-MIME-ContentType-1.022/MYMETA.json +Searching Email::Address::XS (0) on cpanmetadb ... +--2017-10-09 07:30:02-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Address::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.1M=0s + +2017-10-09 07:30:02 (20.1 MB/s) - written to stdout [104/104] + +--> Working on Email::Address::XS +Fetching http://www.cpan.org/authors/id/P/PA/PALI/Email-Address-XS-1.00.tar.gz ... --2017-10-09 07:30:02-- http://www.cpan.org/authors/id/P/PA/PALI/Email-Address-XS-1.00.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24104 (24K) [application/x-gzip] +Saving to: ‘Email-Address-XS-1.00.tar.gz’ + + 0K .......... .......... ... 100% 24.7M=0.001s + +2017-10-09 07:30:02 (24.7 MB/s) - ‘Email-Address-XS-1.00.tar.gz’ saved [24104/24104] + +Unpacking Email-Address-XS-1.00.tar.gz +OK +Email-Address-XS-1.00/ +Email-Address-XS-1.00/META.json +Email-Address-XS-1.00/META.yml +Email-Address-XS-1.00/MANIFEST +Email-Address-XS-1.00/dovecot-parser.c +Email-Address-XS-1.00/dovecot-parser.h +Email-Address-XS-1.00/Changes +Email-Address-XS-1.00/Email-Address-XS.xs +Email-Address-XS-1.00/README +Email-Address-XS-1.00/t/ +Email-Address-XS-1.00/t/Email-Address-XS.t +Email-Address-XS-1.00/t/taint-Email-Address-XS.t +Email-Address-XS-1.00/lib/ +Email-Address-XS-1.00/lib/Email/ +Email-Address-XS-1.00/lib/Email/Address/ +Email-Address-XS-1.00/lib/Email/Address/XS.pm +Email-Address-XS-1.00/Makefile.PL +Entering Email-Address-XS-1.00 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Address-XS-1.00 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Address::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +OK +Building and testing Email-Address-XS-1.00 ... cp lib/Email/Address/XS.pm blib/lib/Email/Address/XS.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Email/Address/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Email-Address-XS.xs > Email-Address-XS.xsc +mv Email-Address-XS.xsc Email-Address-XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Email-Address-XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" dovecot-parser.c +rm -f blib/arch/auto/Email/Address/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Email-Address-XS.o dovecot-parser.o -o blib/arch/auto/Email/Address/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/Email/Address/XS/XS.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Email/Address/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Email-Address-XS.t ........ ok +t/taint-Email-Address-XS.t .. ok +All tests successful. +Files=2, Tests=471, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.19 cusr 0.01 csys = 0.26 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Email/Address/XS/XS.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Email/Address/XS/XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Email/Address/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Email::Address::XS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Email-Address-XS-1.00 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Address-XS-1.00/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Email-Address-XS-1.00/MYMETA.json +Already tried Module::Runtime. Skipping. +Searching MIME::Types (1.13) on cpanmetadb ... +--2017-10-09 07:30:04-- http://cpanmetadb.plackperl.org/v1.0/package/MIME::Types +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 139 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.2M=0s + +2017-10-09 07:30:04 (29.2 MB/s) - written to stdout [139/139] + +--> Working on MIME::Types +Fetching http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.13.tar.gz ... --2017-10-09 07:30:04-- http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-2.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 57032 (56K) [application/x-gzip] +Saving to: ‘MIME-Types-2.13.tar.gz’ + + 0K .......... .......... .......... .......... .......... 89% 22.3M 0s + 50K ..... 100% 10863G=0.002s + +2017-10-09 07:30:04 (24.9 MB/s) - ‘MIME-Types-2.13.tar.gz’ saved [57032/57032] + +Unpacking MIME-Types-2.13.tar.gz +OK +MIME-Types-2.13/ +MIME-Types-2.13/t/ +MIME-Types-2.13/t/11typeol.t +MIME-Types-2.13/t/40mojo.t +MIME-Types-2.13/t/20types.t +MIME-Types-2.13/t/30export.t +MIME-Types-2.13/t/22accbest.t +MIME-Types-2.13/t/10type.t +MIME-Types-2.13/t/21accept.t +MIME-Types-2.13/lib/ +MIME-Types-2.13/lib/MIME/ +MIME-Types-2.13/lib/MIME/Type.pm +MIME-Types-2.13/lib/MIME/Types.pod +MIME-Types-2.13/lib/MIME/types.db +MIME-Types-2.13/lib/MIME/Type.pod +MIME-Types-2.13/lib/MIME/Types.pm +MIME-Types-2.13/lib/MojoX/ +MIME-Types-2.13/lib/MojoX/MIME/ +MIME-Types-2.13/lib/MojoX/MIME/Types.pod +MIME-Types-2.13/lib/MojoX/MIME/Types.pm +MIME-Types-2.13/bin/ +MIME-Types-2.13/bin/collect-types +MIME-Types-2.13/bin/update-iana +MIME-Types-2.13/MANIFEST +MIME-Types-2.13/xt/ +MIME-Types-2.13/xt/99pod.t +MIME-Types-2.13/xt/98perl.t +MIME-Types-2.13/ChangeLog +MIME-Types-2.13/README +MIME-Types-2.13/Makefile.PL +MIME-Types-2.13/META.yml +MIME-Types-2.13/META.json +Entering MIME-Types-2.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MIME-Types-2.13 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MIME::Types +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing MIME-Types-2.13 ... cp lib/MojoX/MIME/Types.pm blib/lib/MojoX/MIME/Types.pm +cp lib/MIME/Type.pod blib/lib/MIME/Type.pod +cp lib/MojoX/MIME/Types.pod blib/lib/MojoX/MIME/Types.pod +cp lib/MIME/Types.pod blib/lib/MIME/Types.pod +cp lib/MIME/Type.pm blib/lib/MIME/Type.pm +cp lib/MIME/Types.pm blib/lib/MIME/Types.pm +cp lib/MIME/types.db blib/lib/MIME/types.db +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10type.t ..... ok +t/11typeol.t ... ok +t/20types.t .... ok +t/21accept.t ... ok +t/22accbest.t .. ok +t/30export.t ... ok +t/40mojo.t ..... skipped: Mojo probably not installed +All tests successful. +Files=7, Tests=156, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.62 cusr 0.06 csys = 0.73 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MojoX/MIME/Types.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MojoX/MIME/Types.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MIME/Type.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MIME/Types.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MIME/types.db +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MIME/Types.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/MIME/Type.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MojoX::MIME::Types.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MIME::Types.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/MIME::Type.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed MIME-Types-2.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MIME-Types-2.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MIME-Types-2.13/MYMETA.json +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Email-MIME-1.946. +Searching Email::MIME (1.930) on cpanmetadb ... +--2017-10-09 07:30:06-- http://cpanmetadb.plackperl.org/v1.0/package/Email::MIME +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 255 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 55.1M=0s + +2017-10-09 07:30:06 (55.1 MB/s) - written to stdout [255/255] + +Already tried Email-MIME-1.946. Skipping. +Searching Moose::Role (0) on cpanmetadb ... +--2017-10-09 07:30:06-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Role +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 21.2M=0.001s + +2017-10-09 07:30:06 (21.2 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Searching String::RewritePrefix (0) on cpanmetadb ... +--2017-10-09 07:30:06-- http://cpanmetadb.plackperl.org/v1.0/package/String::RewritePrefix +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 114 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.2M=0s + +2017-10-09 07:30:06 (21.2 MB/s) - written to stdout [114/114] + +--> Working on String::RewritePrefix +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.007.tar.gz ... --2017-10-09 07:30:06-- http://www.cpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.007.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13553 (13K) [application/x-gzip] +Saving to: ‘String-RewritePrefix-0.007.tar.gz’ + + 0K .......... ... 100% 201M=0s + +2017-10-09 07:30:06 (201 MB/s) - ‘String-RewritePrefix-0.007.tar.gz’ saved [13553/13553] + +Unpacking String-RewritePrefix-0.007.tar.gz +OK +String-RewritePrefix-0.007 +String-RewritePrefix-0.007/README +String-RewritePrefix-0.007/Changes +String-RewritePrefix-0.007/LICENSE +String-RewritePrefix-0.007/dist.ini +String-RewritePrefix-0.007/META.yml +String-RewritePrefix-0.007/MANIFEST +String-RewritePrefix-0.007/t +String-RewritePrefix-0.007/t/basic.t +String-RewritePrefix-0.007/META.json +String-RewritePrefix-0.007/Makefile.PL +String-RewritePrefix-0.007/t/00-compile.t +String-RewritePrefix-0.007/xt/release +String-RewritePrefix-0.007/xt/release/pod-syntax.t +String-RewritePrefix-0.007/lib/String +String-RewritePrefix-0.007/lib/String/RewritePrefix.pm +String-RewritePrefix-0.007/t/000-report-versions-tiny.t +String-RewritePrefix-0.007/xt/release/changes_has_content.t +Entering String-RewritePrefix-0.007 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring String-RewritePrefix-0.007 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::RewritePrefix +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Sub::Exporter 0.972 ... Yes (0.987) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing String-RewritePrefix-0.007 ... cp lib/String/RewritePrefix.pm blib/lib/String/RewritePrefix.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ................ ok +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted any version) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# Carp => 1.43 (want any version) +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# File::Spec => 3.68 (want any version) +# IO::Handle => 1.36 (want any version) +# IPC::Open3 => 1.20 (want any version) +# Sub::Exporter => 0.987 (want 0.972) +# Test::More => 1.302098 (want 0.96) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +All tests successful. +Files=3, Tests=5, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.26 cusr 0.06 csys = 0.35 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/RewritePrefix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::RewritePrefix.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed String-RewritePrefix-0.007 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-RewritePrefix-0.007/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-RewritePrefix-0.007/MYMETA.json +! Installing the dependencies failed: Module 'Moose::Util::TypeConstraints' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose' is not installed, Module 'Email::MIME' is not installed, Module 'Email::MIME::Creator' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for Email-MIME-Kit-3.000005. +Already tried Email::Simple. Skipping. +! Installing the dependencies failed: Module 'Email::Sender' is not installed, Module 'Email::MIME::Kit' is not installed +! Bailing out the installation for Task-Kensho-Email-0.39. +Searching Mojo::DOM (0) on cpanmetadb ... +--2017-10-09 07:30:08-- http://cpanmetadb.plackperl.org/v1.0/package/Mojo::DOM +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3477 (3.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K ... 100% 445M=0s + +2017-10-09 07:30:08 (445 MB/s) - written to stdout [3477/3477] + +--> Working on Mojo::DOM +Fetching http://www.cpan.org/authors/id/S/SR/SRI/Mojolicious-7.46.tar.gz ... --2017-10-09 07:30:08-- http://www.cpan.org/authors/id/S/SR/SRI/Mojolicious-7.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 686946 (671K) [application/x-gzip] +Saving to: ‘Mojolicious-7.46.tar.gz’ + + 0K .......... .......... .......... .......... .......... 7% 112M 0s + 50K .......... .......... .......... .......... .......... 14% 98.6M 0s + 100K .......... .......... .......... .......... .......... 22% 28.7M 0s + 150K .......... .......... .......... .......... .......... 29% 40.4M 0s + 200K .......... .......... .......... .......... .......... 37% 30.0M 0s + 250K .......... .......... .......... .......... .......... 44% 39.1M 0s + 300K .......... .......... .......... .......... .......... 52% 36.6M 0s + 350K .......... .......... .......... .......... .......... 59% 52.4M 0s + 400K .......... .......... .......... .......... .......... 67% 12.3M 0s + 450K .......... .......... .......... .......... .......... 74% 10.5M 0s + 500K .......... .......... .......... .......... .......... 81% 93.0M 0s + 550K .......... .......... .......... .......... .......... 89% 64.7M 0s + 600K .......... .......... .......... .......... .......... 96% 88.7M 0s + 650K .......... .......... 100% 123M=0.02s + +2017-10-09 07:30:08 (33.4 MB/s) - ‘Mojolicious-7.46.tar.gz’ saved [686946/686946] + +Unpacking Mojolicious-7.46.tar.gz +OK +Mojolicious-7.46/ +Mojolicious-7.46/.perltidyrc +Mojolicious-7.46/Changes +Mojolicious-7.46/examples/ +Mojolicious-7.46/lib/ +Mojolicious-7.46/LICENSE +Mojolicious-7.46/Makefile.PL +Mojolicious-7.46/MANIFEST +Mojolicious-7.46/MANIFEST.SKIP +Mojolicious-7.46/META.json +Mojolicious-7.46/META.yml +Mojolicious-7.46/README.md +Mojolicious-7.46/script/ +Mojolicious-7.46/t/ +Mojolicious-7.46/t/mojo/ +Mojolicious-7.46/t/mojolicious/ +Mojolicious-7.46/t/pod.t +Mojolicious-7.46/t/pod_coverage.t +Mojolicious-7.46/t/mojolicious/app.t +Mojolicious-7.46/t/mojolicious/charset_lite_app.t +Mojolicious-7.46/t/mojolicious/command.t +Mojolicious-7.46/t/mojolicious/commands.t +Mojolicious-7.46/t/mojolicious/dispatch.t +Mojolicious-7.46/t/mojolicious/dispatcher_lite_app.t +Mojolicious-7.46/t/mojolicious/embedded_app.t +Mojolicious-7.46/t/mojolicious/embedded_lite_app.json +Mojolicious-7.46/t/mojolicious/embedded_lite_app.t +Mojolicious-7.46/t/mojolicious/exception_lite_app.t +Mojolicious-7.46/t/mojolicious/external/ +Mojolicious-7.46/t/mojolicious/external_app.t +Mojolicious-7.46/t/mojolicious/external_lite_app.t +Mojolicious-7.46/t/mojolicious/group_lite_app.t +Mojolicious-7.46/t/mojolicious/json_config_lite_app.json +Mojolicious-7.46/t/mojolicious/json_config_lite_app.t +Mojolicious-7.46/t/mojolicious/json_config_lite_app_abs.development.json +Mojolicious-7.46/t/mojolicious/json_config_lite_app_abs.json +Mojolicious-7.46/t/mojolicious/json_config_mode_lite_app.json +Mojolicious-7.46/t/mojolicious/json_config_mode_lite_app.t +Mojolicious-7.46/t/mojolicious/json_config_mode_lite_app.testing.json +Mojolicious-7.46/t/mojolicious/layouted_lite_app.t +Mojolicious-7.46/t/mojolicious/lib/ +Mojolicious-7.46/t/mojolicious/lite_app.t +Mojolicious-7.46/t/mojolicious/longpolling_lite_app.t +Mojolicious-7.46/t/mojolicious/mojolicious_config_test.whatever.conf +Mojolicious-7.46/t/mojolicious/multipath_lite_app.t +Mojolicious-7.46/t/mojolicious/ojo.t +Mojolicious-7.46/t/mojolicious/pattern.t +Mojolicious-7.46/t/mojolicious/pod_renderer_lite_app.t +Mojolicious-7.46/t/mojolicious/production_app.t +Mojolicious-7.46/t/mojolicious/public/ +Mojolicious-7.46/t/mojolicious/public2/ +Mojolicious-7.46/t/mojolicious/public_dev/ +Mojolicious-7.46/t/mojolicious/rebased_lite_app.t +Mojolicious-7.46/t/mojolicious/renderer.t +Mojolicious-7.46/t/mojolicious/restful_lite_app.t +Mojolicious-7.46/t/mojolicious/routes.t +Mojolicious-7.46/t/mojolicious/secret.txt +Mojolicious-7.46/t/mojolicious/single_file_test_app.conf +Mojolicious-7.46/t/mojolicious/static_lite_app.t +Mojolicious-7.46/t/mojolicious/tag_helper_lite_app.t +Mojolicious-7.46/t/mojolicious/templates/ +Mojolicious-7.46/t/mojolicious/templates2/ +Mojolicious-7.46/t/mojolicious/testing_app.t +Mojolicious-7.46/t/mojolicious/tls_lite_app.t +Mojolicious-7.46/t/mojolicious/twinkle_lite_app.conf +Mojolicious-7.46/t/mojolicious/twinkle_lite_app.t +Mojolicious-7.46/t/mojolicious/types.t +Mojolicious-7.46/t/mojolicious/upload_lite_app.t +Mojolicious-7.46/t/mojolicious/upload_stream_lite_app.t +Mojolicious-7.46/t/mojolicious/validation_lite_app.t +Mojolicious-7.46/t/mojolicious/websocket_lite_app.t +Mojolicious-7.46/t/mojolicious/templates2/42.html+test.ep +Mojolicious-7.46/t/mojolicious/templates2/42.html.ep +Mojolicious-7.46/t/mojolicious/templates2/foo/ +Mojolicious-7.46/t/mojolicious/templates2/foo/yada.html.epl +Mojolicious-7.46/t/mojolicious/templates/23.html.epl +Mojolicious-7.46/t/mojolicious/templates/dies_too.html.ep +Mojolicious-7.46/t/mojolicious/templates/encoding.koi8-r.ep +Mojolicious-7.46/t/mojolicious/templates/exception.html.epl +Mojolicious-7.46/t/mojolicious/templates/exception.testing.html.ep +Mojolicious-7.46/t/mojolicious/templates/foo/ +Mojolicious-7.46/t/mojolicious/templates/layouts/ +Mojolicious-7.46/t/mojolicious/templates/not_found.testing.html.ep +Mojolicious-7.46/t/mojolicious/templates/simple.html.pod +Mojolicious-7.46/t/mojolicious/templates/syntaxerror.html.epl +Mojolicious-7.46/t/mojolicious/templates/withblock.txt.epl +Mojolicious-7.46/t/mojolicious/templates/WithGreenLayout.html.epl +Mojolicious-7.46/t/mojolicious/templates/layouts/default.html.epl +Mojolicious-7.46/t/mojolicious/templates/layouts/green.html.epl +Mojolicious-7.46/t/mojolicious/templates/foo/bar/ +Mojolicious-7.46/t/mojolicious/templates/foo/bar.rss.ep +Mojolicious-7.46/t/mojolicious/templates/foo/index.html.xpl +Mojolicious-7.46/t/mojolicious/templates/foo/yada.html.ep +Mojolicious-7.46/t/mojolicious/templates/foo/bar/index.html.epl +Mojolicious-7.46/t/mojolicious/templates/foo/bar/test.html.ep +Mojolicious-7.46/t/mojolicious/public_dev/another/ +Mojolicious-7.46/t/mojolicious/public_dev/hello.txt +Mojolicious-7.46/t/mojolicious/public_dev/another/file +Mojolicious-7.46/t/mojolicious/public2/hello.txt +Mojolicious-7.46/t/mojolicious/public2/hello3.txt +Mojolicious-7.46/t/mojolicious/public/hello.txt +Mojolicious-7.46/t/mojolicious/public/hello2.txt +Mojolicious-7.46/t/mojolicious/public/hello4.txt +Mojolicious-7.46/t/mojolicious/lib/AroundPlugin.pm +Mojolicious-7.46/t/mojolicious/lib/EmbeddedTestApp.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousConfigTest.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest2/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest3/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTestController.pm +Mojolicious-7.46/t/mojolicious/lib/PluginWithEmbeddedApp.pm +Mojolicious-7.46/t/mojolicious/lib/PluginWithTemplate.pm +Mojolicious-7.46/t/mojolicious/lib/SingleFileTestApp.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest3/Bar.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest3/Baz.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest2/Foo.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Baz.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Command/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Exceptional.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Foo/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Foo.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Plugin/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/PODTest.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/SideEffects/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/SyntaxError.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/SideEffects/Test.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Plugin/Test/ +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Plugin/UPPERCASETestPlugin.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Plugin/Test/SomePlugin2.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Foo/Bar.pm +Mojolicious-7.46/t/mojolicious/lib/MojoliciousTest/Command/test_command.pm +Mojolicious-7.46/t/mojolicious/external/lib/ +Mojolicious-7.46/t/mojolicious/external/my_app.conf +Mojolicious-7.46/t/mojolicious/external/my_app.testing.conf +Mojolicious-7.46/t/mojolicious/external/myapp.conf +Mojolicious-7.46/t/mojolicious/external/myapp.pl +Mojolicious-7.46/t/mojolicious/external/myapp.testing.conf +Mojolicious-7.46/t/mojolicious/external/myapp2.pl +Mojolicious-7.46/t/mojolicious/external/public/ +Mojolicious-7.46/t/mojolicious/external/script/ +Mojolicious-7.46/t/mojolicious/external/templates/ +Mojolicious-7.46/t/mojolicious/external/templates/index.html.ep +Mojolicious-7.46/t/mojolicious/external/script/my_app +Mojolicious-7.46/t/mojolicious/external/public/index.html +Mojolicious-7.46/t/mojolicious/external/lib/MyApp.pm +Mojolicious-7.46/t/mojo/asset.t +Mojolicious-7.46/t/mojo/base.t +Mojolicious-7.46/t/mojo/bytestream.t +Mojolicious-7.46/t/mojo/cache.t +Mojolicious-7.46/t/mojo/certs/ +Mojolicious-7.46/t/mojo/cgi.t +Mojolicious-7.46/t/mojo/collection.t +Mojolicious-7.46/t/mojo/content.t +Mojolicious-7.46/t/mojo/cookie.t +Mojolicious-7.46/t/mojo/cookiejar.t +Mojolicious-7.46/t/mojo/daemon.t +Mojolicious-7.46/t/mojo/daemon_ipv6_tls.t +Mojolicious-7.46/t/mojo/date.t +Mojolicious-7.46/t/mojo/delay.t +Mojolicious-7.46/t/mojo/dom.t +Mojolicious-7.46/t/mojo/eventemitter.t +Mojolicious-7.46/t/mojo/exception.t +Mojolicious-7.46/t/mojo/file.t +Mojolicious-7.46/t/mojo/headers.t +Mojolicious-7.46/t/mojo/home.t +Mojolicious-7.46/t/mojo/hypnotoad.t +Mojolicious-7.46/t/mojo/ioloop.t +Mojolicious-7.46/t/mojo/ioloop_ipv6.t +Mojolicious-7.46/t/mojo/ioloop_tls.t +Mojolicious-7.46/t/mojo/json.t +Mojolicious-7.46/t/mojo/json_pointer.t +Mojolicious-7.46/t/mojo/lib/ +Mojolicious-7.46/t/mojo/loader.t +Mojolicious-7.46/t/mojo/log.t +Mojolicious-7.46/t/mojo/morbo.t +Mojolicious-7.46/t/mojo/parameters.t +Mojolicious-7.46/t/mojo/path.t +Mojolicious-7.46/t/mojo/prefork.t +Mojolicious-7.46/t/mojo/proxy.t +Mojolicious-7.46/t/mojo/psgi.t +Mojolicious-7.46/t/mojo/reactor_detect.t +Mojolicious-7.46/t/mojo/reactor_ev.t +Mojolicious-7.46/t/mojo/reactor_poll.t +Mojolicious-7.46/t/mojo/request.t +Mojolicious-7.46/t/mojo/request_cgi.t +Mojolicious-7.46/t/mojo/response.t +Mojolicious-7.46/t/mojo/roles.t +Mojolicious-7.46/t/mojo/subprocess.t +Mojolicious-7.46/t/mojo/template.t +Mojolicious-7.46/t/mojo/templates/ +Mojolicious-7.46/t/mojo/tls.t +Mojolicious-7.46/t/mojo/transactor.t +Mojolicious-7.46/t/mojo/url.t +Mojolicious-7.46/t/mojo/user_agent.t +Mojolicious-7.46/t/mojo/user_agent_online.t +Mojolicious-7.46/t/mojo/user_agent_socks.t +Mojolicious-7.46/t/mojo/user_agent_tls.t +Mojolicious-7.46/t/mojo/user_agent_unix.t +Mojolicious-7.46/t/mojo/util.t +Mojolicious-7.46/t/mojo/websocket.t +Mojolicious-7.46/t/mojo/websocket_frames.t +Mojolicious-7.46/t/mojo/websocket_proxy.t +Mojolicious-7.46/t/mojo/websocket_proxy_tls.t +Mojolicious-7.46/t/mojo/templates/exception.mt +Mojolicious-7.46/t/mojo/templates/test.mt +Mojolicious-7.46/t/mojo/templates/utf8_exception.mt +Mojolicious-7.46/t/mojo/lib/Mojo/ +Mojolicious-7.46/t/mojo/lib/myapp.pl +Mojolicious-7.46/t/mojo/lib/Mojo/.hidden.txt +Mojolicious-7.46/t/mojo/lib/Mojo/.test/ +Mojolicious-7.46/t/mojo/lib/Mojo/BaseTest/ +Mojolicious-7.46/t/mojo/lib/Mojo/DeprecationTest.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderException.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderException2.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderTest/ +Mojolicious-7.46/t/mojo/lib/Mojo/Server/ +Mojolicious-7.46/t/mojo/lib/Mojo/TestConnectProxy.pm +Mojolicious-7.46/t/mojo/lib/Mojo/Server/Morbo/ +Mojolicious-7.46/t/mojo/lib/Mojo/Server/Morbo/Backend/ +Mojolicious-7.46/t/mojo/lib/Mojo/Server/Morbo/Backend/TestBackend.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderTest/A.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderTest/B.pm +Mojolicious-7.46/t/mojo/lib/Mojo/LoaderTest/C.pm +Mojolicious-7.46/t/mojo/lib/Mojo/BaseTest/Base1.pm +Mojolicious-7.46/t/mojo/lib/Mojo/BaseTest/Base2.pm +Mojolicious-7.46/t/mojo/lib/Mojo/BaseTest/Base3.pm +Mojolicious-7.46/t/mojo/lib/Mojo/.test/hidden.txt +Mojolicious-7.46/t/mojo/certs/bad.crt +Mojolicious-7.46/t/mojo/certs/bad.key +Mojolicious-7.46/t/mojo/certs/ca.crt +Mojolicious-7.46/t/mojo/certs/ca.key +Mojolicious-7.46/t/mojo/certs/client.crt +Mojolicious-7.46/t/mojo/certs/client.key +Mojolicious-7.46/t/mojo/certs/domain.crt +Mojolicious-7.46/t/mojo/certs/domain.key +Mojolicious-7.46/t/mojo/certs/server.crt +Mojolicious-7.46/t/mojo/certs/server.key +Mojolicious-7.46/script/hypnotoad +Mojolicious-7.46/script/mojo +Mojolicious-7.46/script/morbo +Mojolicious-7.46/lib/Mojo/ +Mojolicious-7.46/lib/Mojo.pm +Mojolicious-7.46/lib/Mojolicious/ +Mojolicious-7.46/lib/Mojolicious.pm +Mojolicious-7.46/lib/ojo.pm +Mojolicious-7.46/lib/Test/ +Mojolicious-7.46/lib/Test/Mojo.pm +Mojolicious-7.46/lib/Mojolicious/Command/ +Mojolicious-7.46/lib/Mojolicious/Command.pm +Mojolicious-7.46/lib/Mojolicious/Commands.pm +Mojolicious-7.46/lib/Mojolicious/Controller.pm +Mojolicious-7.46/lib/Mojolicious/Guides/ +Mojolicious-7.46/lib/Mojolicious/Guides.pod +Mojolicious-7.46/lib/Mojolicious/Lite.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/ +Mojolicious-7.46/lib/Mojolicious/Plugin.pm +Mojolicious-7.46/lib/Mojolicious/Plugins.pm +Mojolicious-7.46/lib/Mojolicious/Renderer.pm +Mojolicious-7.46/lib/Mojolicious/resources/ +Mojolicious-7.46/lib/Mojolicious/Routes/ +Mojolicious-7.46/lib/Mojolicious/Routes.pm +Mojolicious-7.46/lib/Mojolicious/Sessions.pm +Mojolicious-7.46/lib/Mojolicious/Static.pm +Mojolicious-7.46/lib/Mojolicious/Types.pm +Mojolicious-7.46/lib/Mojolicious/Validator/ +Mojolicious-7.46/lib/Mojolicious/Validator.pm +Mojolicious-7.46/lib/Mojolicious/Validator/Validation.pm +Mojolicious-7.46/lib/Mojolicious/Routes/Match.pm +Mojolicious-7.46/lib/Mojolicious/Routes/Pattern.pm +Mojolicious-7.46/lib/Mojolicious/Routes/Route.pm +Mojolicious-7.46/lib/Mojolicious/resources/public/ +Mojolicious-7.46/lib/Mojolicious/resources/templates/ +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/ +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/debug.html.ep +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/exception.html.ep +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/menubar.html.ep +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/not_found.html.ep +Mojolicious-7.46/lib/Mojolicious/resources/templates/mojo/perldoc.html.ep +Mojolicious-7.46/lib/Mojolicious/resources/public/favicon.ico +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/ +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/failraptor.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/jquery/ +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/logo-black.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/logo-white.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/noraptor.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/notfound.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/pinstripe-dark.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/pinstripe-light.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/prettify/ +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/stripes.png +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-dark.css +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-light.css +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/prettify/run_prettify.js +Mojolicious-7.46/lib/Mojolicious/resources/public/mojo/jquery/jquery.js +Mojolicious-7.46/lib/Mojolicious/Plugin/Config.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/DefaultHelpers.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/EPLRenderer.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/EPRenderer.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/HeaderCondition.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/JSONConfig.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/Mount.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/PODRenderer.pm +Mojolicious-7.46/lib/Mojolicious/Plugin/TagHelpers.pm +Mojolicious-7.46/lib/Mojolicious/Guides/Contributing.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Cookbook.pod +Mojolicious-7.46/lib/Mojolicious/Guides/FAQ.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Growing.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Rendering.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Routing.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Testing.pod +Mojolicious-7.46/lib/Mojolicious/Guides/Tutorial.pod +Mojolicious-7.46/lib/Mojolicious/Command/cgi.pm +Mojolicious-7.46/lib/Mojolicious/Command/cpanify.pm +Mojolicious-7.46/lib/Mojolicious/Command/daemon.pm +Mojolicious-7.46/lib/Mojolicious/Command/eval.pm +Mojolicious-7.46/lib/Mojolicious/Command/generate/ +Mojolicious-7.46/lib/Mojolicious/Command/generate.pm +Mojolicious-7.46/lib/Mojolicious/Command/get.pm +Mojolicious-7.46/lib/Mojolicious/Command/inflate.pm +Mojolicious-7.46/lib/Mojolicious/Command/prefork.pm +Mojolicious-7.46/lib/Mojolicious/Command/psgi.pm +Mojolicious-7.46/lib/Mojolicious/Command/routes.pm +Mojolicious-7.46/lib/Mojolicious/Command/test.pm +Mojolicious-7.46/lib/Mojolicious/Command/version.pm +Mojolicious-7.46/lib/Mojolicious/Command/generate/app.pm +Mojolicious-7.46/lib/Mojolicious/Command/generate/lite_app.pm +Mojolicious-7.46/lib/Mojolicious/Command/generate/makefile.pm +Mojolicious-7.46/lib/Mojolicious/Command/generate/plugin.pm +Mojolicious-7.46/lib/Mojo/Asset/ +Mojolicious-7.46/lib/Mojo/Asset.pm +Mojolicious-7.46/lib/Mojo/Base.pm +Mojolicious-7.46/lib/Mojo/ByteStream.pm +Mojolicious-7.46/lib/Mojo/Cache.pm +Mojolicious-7.46/lib/Mojo/Collection.pm +Mojolicious-7.46/lib/Mojo/Content/ +Mojolicious-7.46/lib/Mojo/Content.pm +Mojolicious-7.46/lib/Mojo/Cookie/ +Mojolicious-7.46/lib/Mojo/Cookie.pm +Mojolicious-7.46/lib/Mojo/Date.pm +Mojolicious-7.46/lib/Mojo/DOM/ +Mojolicious-7.46/lib/Mojo/DOM.pm +Mojolicious-7.46/lib/Mojo/EventEmitter.pm +Mojolicious-7.46/lib/Mojo/Exception.pm +Mojolicious-7.46/lib/Mojo/File.pm +Mojolicious-7.46/lib/Mojo/Headers.pm +Mojolicious-7.46/lib/Mojo/HelloWorld.pm +Mojolicious-7.46/lib/Mojo/Home.pm +Mojolicious-7.46/lib/Mojo/IOLoop/ +Mojolicious-7.46/lib/Mojo/IOLoop.pm +Mojolicious-7.46/lib/Mojo/JSON/ +Mojolicious-7.46/lib/Mojo/JSON.pm +Mojolicious-7.46/lib/Mojo/Loader.pm +Mojolicious-7.46/lib/Mojo/Log.pm +Mojolicious-7.46/lib/Mojo/Message/ +Mojolicious-7.46/lib/Mojo/Message.pm +Mojolicious-7.46/lib/Mojo/Parameters.pm +Mojolicious-7.46/lib/Mojo/Path.pm +Mojolicious-7.46/lib/Mojo/Reactor/ +Mojolicious-7.46/lib/Mojo/Reactor.pm +Mojolicious-7.46/lib/Mojo/Server/ +Mojolicious-7.46/lib/Mojo/Server.pm +Mojolicious-7.46/lib/Mojo/Template.pm +Mojolicious-7.46/lib/Mojo/Transaction/ +Mojolicious-7.46/lib/Mojo/Transaction.pm +Mojolicious-7.46/lib/Mojo/Upload.pm +Mojolicious-7.46/lib/Mojo/URL.pm +Mojolicious-7.46/lib/Mojo/UserAgent/ +Mojolicious-7.46/lib/Mojo/UserAgent.pm +Mojolicious-7.46/lib/Mojo/Util.pm +Mojolicious-7.46/lib/Mojo/WebSocket.pm +Mojolicious-7.46/lib/Mojo/UserAgent/CookieJar.pm +Mojolicious-7.46/lib/Mojo/UserAgent/Proxy.pm +Mojolicious-7.46/lib/Mojo/UserAgent/Server.pm +Mojolicious-7.46/lib/Mojo/UserAgent/Transactor.pm +Mojolicious-7.46/lib/Mojo/Transaction/HTTP.pm +Mojolicious-7.46/lib/Mojo/Transaction/WebSocket.pm +Mojolicious-7.46/lib/Mojo/Server/CGI.pm +Mojolicious-7.46/lib/Mojo/Server/Daemon.pm +Mojolicious-7.46/lib/Mojo/Server/Hypnotoad.pm +Mojolicious-7.46/lib/Mojo/Server/Morbo/ +Mojolicious-7.46/lib/Mojo/Server/Morbo.pm +Mojolicious-7.46/lib/Mojo/Server/Prefork.pm +Mojolicious-7.46/lib/Mojo/Server/PSGI.pm +Mojolicious-7.46/lib/Mojo/Server/Morbo/Backend/ +Mojolicious-7.46/lib/Mojo/Server/Morbo/Backend.pm +Mojolicious-7.46/lib/Mojo/Server/Morbo/Backend/Poll.pm +Mojolicious-7.46/lib/Mojo/Reactor/EV.pm +Mojolicious-7.46/lib/Mojo/Reactor/Poll.pm +Mojolicious-7.46/lib/Mojo/Message/Request.pm +Mojolicious-7.46/lib/Mojo/Message/Response.pm +Mojolicious-7.46/lib/Mojo/JSON/Pointer.pm +Mojolicious-7.46/lib/Mojo/IOLoop/Client.pm +Mojolicious-7.46/lib/Mojo/IOLoop/Delay.pm +Mojolicious-7.46/lib/Mojo/IOLoop/resources/ +Mojolicious-7.46/lib/Mojo/IOLoop/Server.pm +Mojolicious-7.46/lib/Mojo/IOLoop/Stream.pm +Mojolicious-7.46/lib/Mojo/IOLoop/Subprocess.pm +Mojolicious-7.46/lib/Mojo/IOLoop/TLS.pm +Mojolicious-7.46/lib/Mojo/IOLoop/resources/server.crt +Mojolicious-7.46/lib/Mojo/IOLoop/resources/server.key +Mojolicious-7.46/lib/Mojo/DOM/CSS.pm +Mojolicious-7.46/lib/Mojo/DOM/HTML.pm +Mojolicious-7.46/lib/Mojo/Cookie/Request.pm +Mojolicious-7.46/lib/Mojo/Cookie/Response.pm +Mojolicious-7.46/lib/Mojo/Content/MultiPart.pm +Mojolicious-7.46/lib/Mojo/Content/Single.pm +Mojolicious-7.46/lib/Mojo/Asset/File.pm +Mojolicious-7.46/lib/Mojo/Asset/Memory.pm +Mojolicious-7.46/examples/chat.pl +Mojolicious-7.46/examples/connect-proxy.pl +Mojolicious-7.46/examples/entities.pl +Mojolicious-7.46/examples/fast.pl +Mojolicious-7.46/examples/hello-template.pl +Mojolicious-7.46/examples/hello.pl +Mojolicious-7.46/examples/microhttpd.pl +Entering Mojolicious-7.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Mojolicious-7.46 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Mojolicious +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have JSON::PP 2.27103 ... Yes (2.94) +Checking if you have IO::Socket::IP 0.37 ... Yes (0.39) +Checking if you have Pod::Simple 3.09 ... Yes (3.35) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Mojolicious-7.46 ... cp lib/Mojo/Content.pm blib/lib/Mojo/Content.pm +cp lib/Mojo/JSON.pm blib/lib/Mojo/JSON.pm +cp lib/Mojo/IOLoop/TLS.pm blib/lib/Mojo/IOLoop/TLS.pm +cp lib/Mojo.pm blib/lib/Mojo.pm +cp lib/Mojo/DOM/HTML.pm blib/lib/Mojo/DOM/HTML.pm +cp lib/Mojo/Path.pm blib/lib/Mojo/Path.pm +cp lib/Mojo/Home.pm blib/lib/Mojo/Home.pm +cp lib/Mojo/HelloWorld.pm blib/lib/Mojo/HelloWorld.pm +cp lib/Mojo/Server/CGI.pm blib/lib/Mojo/Server/CGI.pm +cp lib/Mojo/Headers.pm blib/lib/Mojo/Headers.pm +cp lib/Mojo/Cache.pm blib/lib/Mojo/Cache.pm +cp lib/Mojo/IOLoop/Subprocess.pm blib/lib/Mojo/IOLoop/Subprocess.pm +cp lib/Mojo/JSON/Pointer.pm blib/lib/Mojo/JSON/Pointer.pm +cp lib/Mojo/IOLoop/resources/server.key blib/lib/Mojo/IOLoop/resources/server.key +cp lib/Mojo/IOLoop/Delay.pm blib/lib/Mojo/IOLoop/Delay.pm +cp lib/Mojo/Base.pm blib/lib/Mojo/Base.pm +cp lib/Mojo/EventEmitter.pm blib/lib/Mojo/EventEmitter.pm +cp lib/Mojo/Content/Single.pm blib/lib/Mojo/Content/Single.pm +cp lib/Mojo/Collection.pm blib/lib/Mojo/Collection.pm +cp lib/Mojo/Date.pm blib/lib/Mojo/Date.pm +cp lib/Mojo/Exception.pm blib/lib/Mojo/Exception.pm +cp lib/Mojo/DOM/CSS.pm blib/lib/Mojo/DOM/CSS.pm +cp lib/Mojo/Server.pm blib/lib/Mojo/Server.pm +cp lib/Mojo/Cookie.pm blib/lib/Mojo/Cookie.pm +cp lib/Mojo/Cookie/Request.pm blib/lib/Mojo/Cookie/Request.pm +cp lib/Mojo/IOLoop/resources/server.crt blib/lib/Mojo/IOLoop/resources/server.crt +cp lib/Mojo/Loader.pm blib/lib/Mojo/Loader.pm +cp lib/Mojo/Message/Request.pm blib/lib/Mojo/Message/Request.pm +cp lib/Mojo/Parameters.pm blib/lib/Mojo/Parameters.pm +cp lib/Mojo/Message.pm blib/lib/Mojo/Message.pm +cp lib/Mojo/IOLoop/Stream.pm blib/lib/Mojo/IOLoop/Stream.pm +cp lib/Mojo/Reactor.pm blib/lib/Mojo/Reactor.pm +cp lib/Mojo/Asset.pm blib/lib/Mojo/Asset.pm +cp lib/Mojo/ByteStream.pm blib/lib/Mojo/ByteStream.pm +cp lib/Mojo/Content/MultiPart.pm blib/lib/Mojo/Content/MultiPart.pm +cp lib/Mojo/Message/Response.pm blib/lib/Mojo/Message/Response.pm +cp lib/Mojo/IOLoop/Server.pm blib/lib/Mojo/IOLoop/Server.pm +cp lib/Mojo/File.pm blib/lib/Mojo/File.pm +cp lib/Mojo/IOLoop.pm blib/lib/Mojo/IOLoop.pm +cp lib/Mojo/Asset/Memory.pm blib/lib/Mojo/Asset/Memory.pm +cp lib/Mojo/IOLoop/Client.pm blib/lib/Mojo/IOLoop/Client.pm +cp lib/Mojo/DOM.pm blib/lib/Mojo/DOM.pm +cp lib/Mojo/Log.pm blib/lib/Mojo/Log.pm +cp lib/Mojo/Asset/File.pm blib/lib/Mojo/Asset/File.pm +cp lib/Mojo/Cookie/Response.pm blib/lib/Mojo/Cookie/Response.pm +cp lib/Mojo/Reactor/EV.pm blib/lib/Mojo/Reactor/EV.pm +cp lib/Mojo/Reactor/Poll.pm blib/lib/Mojo/Reactor/Poll.pm +cp lib/Mojolicious/Command/test.pm blib/lib/Mojolicious/Command/test.pm +cp lib/Mojo/WebSocket.pm blib/lib/Mojo/WebSocket.pm +cp lib/Mojolicious/Command/generate/lite_app.pm blib/lib/Mojolicious/Command/generate/lite_app.pm +cp lib/Mojolicious/Command/generate/makefile.pm blib/lib/Mojolicious/Command/generate/makefile.pm +cp lib/Mojo/Server/Hypnotoad.pm blib/lib/Mojo/Server/Hypnotoad.pm +cp lib/Mojolicious/Command/generate/app.pm blib/lib/Mojolicious/Command/generate/app.pm +cp lib/Mojolicious/Command/cgi.pm blib/lib/Mojolicious/Command/cgi.pm +cp lib/Mojo/Server/Daemon.pm blib/lib/Mojo/Server/Daemon.pm +cp lib/Mojo/UserAgent/Server.pm blib/lib/Mojo/UserAgent/Server.pm +cp lib/Mojolicious/Command/psgi.pm blib/lib/Mojolicious/Command/psgi.pm +cp lib/Mojolicious/Command/generate/plugin.pm blib/lib/Mojolicious/Command/generate/plugin.pm +cp lib/Mojo/Server/Morbo/Backend.pm blib/lib/Mojo/Server/Morbo/Backend.pm +cp lib/Mojolicious/Command/prefork.pm blib/lib/Mojolicious/Command/prefork.pm +cp lib/Mojolicious/Command/routes.pm blib/lib/Mojolicious/Command/routes.pm +cp lib/Mojo/Server/Morbo/Backend/Poll.pm blib/lib/Mojo/Server/Morbo/Backend/Poll.pm +cp lib/Mojolicious/Command/inflate.pm blib/lib/Mojolicious/Command/inflate.pm +cp lib/Mojolicious/Command/cpanify.pm blib/lib/Mojolicious/Command/cpanify.pm +cp lib/Mojo/Template.pm blib/lib/Mojo/Template.pm +cp lib/Mojo/UserAgent.pm blib/lib/Mojo/UserAgent.pm +cp lib/Mojo/Server/PSGI.pm blib/lib/Mojo/Server/PSGI.pm +cp lib/Mojo/UserAgent/CookieJar.pm blib/lib/Mojo/UserAgent/CookieJar.pm +cp lib/Mojo/UserAgent/Proxy.pm blib/lib/Mojo/UserAgent/Proxy.pm +cp lib/Mojolicious/Command.pm blib/lib/Mojolicious/Command.pm +cp lib/Mojo/Server/Prefork.pm blib/lib/Mojo/Server/Prefork.pm +cp lib/Mojo/Transaction/WebSocket.pm blib/lib/Mojo/Transaction/WebSocket.pm +cp lib/Mojo/Util.pm blib/lib/Mojo/Util.pm +cp lib/Mojo/Server/Morbo.pm blib/lib/Mojo/Server/Morbo.pm +cp lib/Mojo/Transaction/HTTP.pm blib/lib/Mojo/Transaction/HTTP.pm +cp lib/Mojo/Transaction.pm blib/lib/Mojo/Transaction.pm +cp lib/Mojolicious/Command/generate.pm blib/lib/Mojolicious/Command/generate.pm +cp lib/Mojolicious/Command/eval.pm blib/lib/Mojolicious/Command/eval.pm +cp lib/Mojo/UserAgent/Transactor.pm blib/lib/Mojo/UserAgent/Transactor.pm +cp lib/Mojolicious.pm blib/lib/Mojolicious.pm +cp lib/Mojo/URL.pm blib/lib/Mojo/URL.pm +cp lib/Mojo/Upload.pm blib/lib/Mojo/Upload.pm +cp lib/Mojolicious/Command/daemon.pm blib/lib/Mojolicious/Command/daemon.pm +cp lib/Mojolicious/Command/get.pm blib/lib/Mojolicious/Command/get.pm +cp lib/Mojolicious/Controller.pm blib/lib/Mojolicious/Controller.pm +cp lib/Mojolicious/Plugin/HeaderCondition.pm blib/lib/Mojolicious/Plugin/HeaderCondition.pm +cp lib/Mojolicious/Plugin/JSONConfig.pm blib/lib/Mojolicious/Plugin/JSONConfig.pm +cp lib/Mojolicious/Plugin/TagHelpers.pm blib/lib/Mojolicious/Plugin/TagHelpers.pm +cp lib/Mojolicious/Static.pm blib/lib/Mojolicious/Static.pm +cp lib/Mojolicious/Types.pm blib/lib/Mojolicious/Types.pm +cp lib/Mojolicious/Guides/FAQ.pod blib/lib/Mojolicious/Guides/FAQ.pod +cp lib/Mojolicious/Guides/Contributing.pod blib/lib/Mojolicious/Guides/Contributing.pod +cp lib/Mojolicious/Routes/Pattern.pm blib/lib/Mojolicious/Routes/Pattern.pm +cp lib/Mojolicious/Plugin/EPLRenderer.pm blib/lib/Mojolicious/Plugin/EPLRenderer.pm +cp lib/Mojolicious/Validator.pm blib/lib/Mojolicious/Validator.pm +cp lib/Mojolicious/Commands.pm blib/lib/Mojolicious/Commands.pm +cp lib/Mojolicious/Lite.pm blib/lib/Mojolicious/Lite.pm +cp lib/Mojolicious/Guides/Tutorial.pod blib/lib/Mojolicious/Guides/Tutorial.pod +cp lib/Mojolicious/Guides/Routing.pod blib/lib/Mojolicious/Guides/Routing.pod +cp lib/Mojolicious/Plugin/EPRenderer.pm blib/lib/Mojolicious/Plugin/EPRenderer.pm +cp lib/Mojolicious/Plugin/Config.pm blib/lib/Mojolicious/Plugin/Config.pm +cp lib/Mojolicious/Guides/Cookbook.pod blib/lib/Mojolicious/Guides/Cookbook.pod +cp lib/Mojolicious/Validator/Validation.pm blib/lib/Mojolicious/Validator/Validation.pm +cp lib/Mojolicious/Plugins.pm blib/lib/Mojolicious/Plugins.pm +cp lib/Mojolicious/Guides/Testing.pod blib/lib/Mojolicious/Guides/Testing.pod +cp lib/Mojolicious/Sessions.pm blib/lib/Mojolicious/Sessions.pm +cp lib/Mojolicious/Command/version.pm blib/lib/Mojolicious/Command/version.pm +cp lib/Mojolicious/Guides.pod blib/lib/Mojolicious/Guides.pod +cp lib/Mojolicious/Plugin/DefaultHelpers.pm blib/lib/Mojolicious/Plugin/DefaultHelpers.pm +cp lib/Mojolicious/Guides/Rendering.pod blib/lib/Mojolicious/Guides/Rendering.pod +cp lib/Mojolicious/Renderer.pm blib/lib/Mojolicious/Renderer.pm +cp lib/Mojolicious/Plugin/Mount.pm blib/lib/Mojolicious/Plugin/Mount.pm +cp lib/Mojolicious/Routes/Route.pm blib/lib/Mojolicious/Routes/Route.pm +cp lib/Mojolicious/Routes/Match.pm blib/lib/Mojolicious/Routes/Match.pm +cp lib/Mojolicious/Routes.pm blib/lib/Mojolicious/Routes.pm +cp lib/Mojolicious/Plugin/PODRenderer.pm blib/lib/Mojolicious/Plugin/PODRenderer.pm +cp lib/Mojolicious/Guides/Growing.pod blib/lib/Mojolicious/Guides/Growing.pod +cp lib/Mojolicious/Plugin.pm blib/lib/Mojolicious/Plugin.pm +cp lib/Mojolicious/resources/public/mojo/notfound.png blib/lib/Mojolicious/resources/public/mojo/notfound.png +cp lib/Mojolicious/resources/templates/mojo/exception.html.ep blib/lib/Mojolicious/resources/templates/mojo/exception.html.ep +cp lib/Mojolicious/resources/public/favicon.ico blib/lib/Mojolicious/resources/public/favicon.ico +cp lib/Mojolicious/resources/public/mojo/logo-white.png blib/lib/Mojolicious/resources/public/mojo/logo-white.png +cp lib/Mojolicious/resources/public/mojo/failraptor.png blib/lib/Mojolicious/resources/public/mojo/failraptor.png +cp lib/Mojolicious/resources/templates/mojo/not_found.html.ep blib/lib/Mojolicious/resources/templates/mojo/not_found.html.ep +cp lib/Mojolicious/resources/public/mojo/logo-black.png blib/lib/Mojolicious/resources/public/mojo/logo-black.png +cp lib/ojo.pm blib/lib/ojo.pm +cp lib/Mojolicious/resources/templates/mojo/perldoc.html.ep blib/lib/Mojolicious/resources/templates/mojo/perldoc.html.ep +cp lib/Mojolicious/resources/public/mojo/jquery/jquery.js blib/lib/Mojolicious/resources/public/mojo/jquery/jquery.js +cp lib/Test/Mojo.pm blib/lib/Test/Mojo.pm +cp lib/Mojolicious/resources/public/mojo/pinstripe-light.png blib/lib/Mojolicious/resources/public/mojo/pinstripe-light.png +cp lib/Mojolicious/resources/templates/mojo/menubar.html.ep blib/lib/Mojolicious/resources/templates/mojo/menubar.html.ep +cp lib/Mojolicious/resources/templates/mojo/debug.html.ep blib/lib/Mojolicious/resources/templates/mojo/debug.html.ep +cp lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-light.css blib/lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-light.css +cp lib/Mojolicious/resources/public/mojo/prettify/run_prettify.js blib/lib/Mojolicious/resources/public/mojo/prettify/run_prettify.js +cp lib/Mojolicious/resources/public/mojo/stripes.png blib/lib/Mojolicious/resources/public/mojo/stripes.png +cp lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-dark.css blib/lib/Mojolicious/resources/public/mojo/prettify/prettify-mojo-dark.css +cp lib/Mojolicious/resources/public/mojo/noraptor.png blib/lib/Mojolicious/resources/public/mojo/noraptor.png +cp lib/Mojolicious/resources/public/mojo/pinstripe-dark.png blib/lib/Mojolicious/resources/public/mojo/pinstripe-dark.png +cp script/hypnotoad blib/script/hypnotoad +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/hypnotoad +cp script/mojo blib/script/mojo +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mojo +cp script/morbo blib/script/morbo +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/morbo +Manifying 3 pod documents +Manifying 40 pod documents +Manifying 34 pod documents +Manifying 29 pod documents +Manifying 15 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t +t/mojo/asset.t ............................. ok +t/mojo/base.t .............................. ok +t/mojo/bytestream.t ........................ ok +t/mojo/cache.t ............................. ok +t/mojo/cgi.t ............................... ok +t/mojo/collection.t ........................ ok +t/mojo/content.t ........................... ok +t/mojo/cookie.t ............................ ok +t/mojo/cookiejar.t ......................... ok +t/mojo/daemon.t ............................ ok +t/mojo/daemon_ipv6_tls.t ................... skipped: set TEST_IPV6 to enable this test (developer only!) +t/mojo/date.t .............................. ok +t/mojo/delay.t ............................. ok +t/mojo/dom.t ............................... ok +t/mojo/eventemitter.t ...................... ok +t/mojo/exception.t ......................... ok +t/mojo/file.t .............................. ok +t/mojo/headers.t ........................... ok +t/mojo/home.t .............................. ok +t/mojo/hypnotoad.t ......................... skipped: set TEST_HYPNOTOAD to enable this test (developer only!) +t/mojo/ioloop.t ............................ ok +t/mojo/ioloop_ipv6.t ....................... skipped: set TEST_IPV6 to enable this test (developer only!) +t/mojo/ioloop_tls.t ........................ skipped: set TEST_TLS to enable this test (developer only!) +t/mojo/json.t .............................. ok +t/mojo/json_pointer.t ...................... ok +t/mojo/loader.t ............................ ok +t/mojo/log.t ............................... ok +t/mojo/morbo.t ............................. skipped: set TEST_MORBO to enable this test (developer only!) +t/mojo/parameters.t ........................ ok +t/mojo/path.t .............................. ok +t/mojo/prefork.t ........................... skipped: set TEST_PREFORK to enable this test (developer only!) +t/mojo/proxy.t ............................. ok +t/mojo/psgi.t .............................. ok +t/mojo/reactor_detect.t .................... ok +t/mojo/reactor_ev.t ........................ skipped: set TEST_EV to enable this test (developer only!) +t/mojo/reactor_poll.t ...................... ok +t/mojo/request.t ........................... ok +t/mojo/request_cgi.t ....................... ok +t/mojo/response.t .......................... ok +t/mojo/roles.t ............................. skipped: Role::Tiny 2.000001+ required for this test! +t/mojo/subprocess.t ........................ skipped: set TEST_SUBPROCESS to enable this test (developer only!) +t/mojo/template.t .......................... ok +t/mojo/tls.t ............................... skipped: set TEST_TLS to enable this test (developer only!) +t/mojo/transactor.t ........................ ok +t/mojo/url.t ............................... ok +t/mojo/user_agent.t ........................ ok +t/mojo/user_agent_online.t ................. skipped: set TEST_ONLINE to enable this test (developer only!) +t/mojo/user_agent_socks.t .................. skipped: set TEST_SOCKS to enable this test (developer only!) +t/mojo/user_agent_tls.t .................... skipped: set TEST_TLS to enable this test (developer only!) +t/mojo/user_agent_unix.t ................... skipped: set TEST_UNIX to enable this test (developer only!) +t/mojo/util.t .............................. ok +t/mojo/websocket.t ......................... ok +t/mojo/websocket_frames.t .................. ok +t/mojo/websocket_proxy.t ................... ok +t/mojo/websocket_proxy_tls.t ............... skipped: set TEST_TLS to enable this test (developer only!) +t/mojolicious/app.t ........................ ok +t/mojolicious/charset_lite_app.t ........... ok +t/mojolicious/command.t .................... ok +t/mojolicious/commands.t ................... ok +t/mojolicious/dispatch.t ................... ok +t/mojolicious/dispatcher_lite_app.t ........ ok +t/mojolicious/embedded_app.t ............... ok +t/mojolicious/embedded_lite_app.t .......... ok +t/mojolicious/exception_lite_app.t ......... ok +t/mojolicious/external_app.t ............... ok +t/mojolicious/external_lite_app.t .......... ok +t/mojolicious/group_lite_app.t ............. ok +t/mojolicious/json_config_lite_app.t ....... ok +t/mojolicious/json_config_mode_lite_app.t .. ok +t/mojolicious/layouted_lite_app.t .......... ok +t/mojolicious/lite_app.t ................... ok +t/mojolicious/longpolling_lite_app.t ....... ok +t/mojolicious/multipath_lite_app.t ......... ok +t/mojolicious/ojo.t ........................ ok +t/mojolicious/pattern.t .................... ok +t/mojolicious/pod_renderer_lite_app.t ...... ok +t/mojolicious/production_app.t ............. ok +t/mojolicious/rebased_lite_app.t ........... ok +t/mojolicious/renderer.t ................... ok +t/mojolicious/restful_lite_app.t ........... ok +t/mojolicious/routes.t ..................... ok +t/mojolicious/static_lite_app.t ............ ok +t/mojolicious/tag_helper_lite_app.t ........ ok +t/mojolicious/testing_app.t ................ ok +t/mojolicious/tls_lite_app.t ............... skipped: set TEST_TLS to enable this test (developer only!) +t/mojolicious/twinkle_lite_app.t ........... ok +t/mojolicious/types.t ...................... ok +t/mojolicious/upload_lite_app.t ............ ok +t/mojolicious/upload_stream_lite_app.t ..... ok +t/mojolicious/validation_lite_app.t ........ ok +t/mojolicious/websocket_lite_app.t ......... ok +t/pod.t .................................... skipped: set TEST_POD to enable this test (developer only!) +t/pod_coverage.t ........................... skipped: set TEST_POD to enable this test (developer only!) +All tests successful. +Files=93, Tests=10799, 43 wallclock secs ( 1.23 usr 0.24 sys + 29.88 cusr 3.56 csys = 34.91 CPU) +Result: PASS +Manifying 3 pod documents +Manifying 40 pod documents +Manifying 34 pod documents +Manifying 29 pod documents +Manifying 15 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ojo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Renderer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Static.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Types.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Routes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Validator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Controller.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Lite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Commands.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugins.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Sessions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/PODRenderer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/EPLRenderer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/Mount.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/TagHelpers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/JSONConfig.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/DefaultHelpers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/EPRenderer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Plugin/HeaderCondition.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Validator/Validation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Rendering.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Growing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Tutorial.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Contributing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Routing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Guides/Testing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/templates/mojo/not_found.html.ep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/templates/mojo/perldoc.html.ep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/templates/mojo/debug.html.ep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/templates/mojo/exception.html.ep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/templates/mojo/menubar.html.ep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/favicon.ico +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/notfound.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/noraptor.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/logo-black.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/pinstripe-light.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/failraptor.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/pinstripe-dark.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/logo-white.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/stripes.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/prettify/run_prettify.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/prettify/prettify-mojo-light.css +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/prettify/prettify-mojo-dark.css +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/resources/public/mojo/jquery/jquery.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Routes/Pattern.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Routes/Route.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Routes/Match.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/inflate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/daemon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/psgi.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/cpanify.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/prefork.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/generate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/test.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/get.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/routes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/version.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/cgi.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/eval.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/generate/plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/generate/makefile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/generate/lite_app.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojolicious/Command/generate/app.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Mojo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Transaction.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/EventEmitter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/DOM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/HelloWorld.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Asset.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Path.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/ByteStream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Log.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Headers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Message.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Upload.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/UserAgent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Template.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Content.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Cookie.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/JSON.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Cache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Reactor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/WebSocket.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Collection.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Loader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Parameters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/URL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Date.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Home.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/CGI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Morbo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Prefork.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/PSGI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Hypnotoad.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Daemon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Morbo/Backend.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Server/Morbo/Backend/Poll.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Content/Single.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Content/MultiPart.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/DOM/HTML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/DOM/CSS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/Delay.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/Stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/Server.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/Client.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/Subprocess.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/TLS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/resources/server.crt +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/IOLoop/resources/server.key +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/UserAgent/Transactor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/UserAgent/Server.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/UserAgent/Proxy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/UserAgent/CookieJar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Message/Request.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Message/Response.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Transaction/HTTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Transaction/WebSocket.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Reactor/Poll.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Reactor/EV.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Asset/Memory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Asset/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/JSON/Pointer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Cookie/Request.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mojo/Cookie/Response.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/morbo.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/mojo.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/hypnotoad.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Home.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Asset::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::get.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::eval.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::generate::lite_app.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Log.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Message::Response.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::TagHelpers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::inflate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::Client.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Rendering.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Morbo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Morbo::Backend.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::DefaultHelpers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::Stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::Delay.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::Subprocess.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Content::Single.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Reactor::EV.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::UserAgent::CookieJar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::PSGI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::PODRenderer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Asset.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::routes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::generate::plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Cookie::Response.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::daemon.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Reactor::Poll.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Cache.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Contributing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Controller.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::prefork.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::test.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::EPRenderer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Cookie.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Growing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::CGI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Tutorial.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::HeaderCondition.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Headers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Upload.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::TLS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Daemon.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::EPLRenderer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::generate::makefile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Types.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::UserAgent::Transactor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Validator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::DOM::CSS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Asset::Memory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::version.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Reactor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Hypnotoad.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Date.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::UserAgent::Proxy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::JSON.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Renderer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Cookie::Request.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Testing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::cpanify.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::JSON::Pointer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Path.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Exception.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Routes::Match.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::WebSocket.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Routes::Route.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::HelloWorld.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::ByteStream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Message::Request.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::generate::app.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::UserAgent.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Loader.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::generate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Sessions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::cgi.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Commands.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Morbo::Backend::Poll.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugins.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Static.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Mojo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Routes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Routes::Pattern.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Template.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Content.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::JSONConfig.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::IOLoop::Server.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ojo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::Config.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::EventEmitter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Server::Prefork.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Plugin::Mount.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Content::MultiPart.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Lite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Validator::Validation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Guides::Routing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Message.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::DOM::HTML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Transaction::WebSocket.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojolicious::Command::psgi.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Collection.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::DOM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::UserAgent::Server.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Transaction::HTTP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Transaction.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::Parameters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mojo::URL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/hypnotoad +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/morbo +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/mojo +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Mojolicious-7.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mojolicious-7.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mojolicious-7.46/MYMETA.json +Searching Twitter::API (0) on cpanmetadb ... +--2017-10-09 07:30:57-- http://cpanmetadb.plackperl.org/v1.0/package/Twitter::API +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 539 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 108M=0s + +2017-10-09 07:30:57 (108 MB/s) - written to stdout [539/539] + +--> Working on Twitter::API +Fetching http://www.cpan.org/authors/id/M/MM/MMIMS/Twitter-API-0.0113.tar.gz ... --2017-10-09 07:30:57-- http://www.cpan.org/authors/id/M/MM/MMIMS/Twitter-API-0.0113.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 51232 (50K) [application/x-gzip] +Saving to: ‘Twitter-API-0.0113.tar.gz’ + + 0K .......... .......... .......... .......... .......... 99% 25.4M 0s + 50K 100% 59.6G=0.002s + +2017-10-09 07:30:57 (25.5 MB/s) - ‘Twitter-API-0.0113.tar.gz’ saved [51232/51232] + +Unpacking Twitter-API-0.0113.tar.gz +OK +Twitter-API-0.0113/ +Twitter-API-0.0113/Build.PL +Twitter-API-0.0113/Changes +Twitter-API-0.0113/cpanfile +Twitter-API-0.0113/dist.ini +Twitter-API-0.0113/examples/ +Twitter-API-0.0113/lib/ +Twitter-API-0.0113/LICENSE +Twitter-API-0.0113/MANIFEST +Twitter-API-0.0113/META.json +Twitter-API-0.0113/META.yml +Twitter-API-0.0113/README +Twitter-API-0.0113/t/ +Twitter-API-0.0113/weaver.ini +Twitter-API-0.0113/t/000_load.t +Twitter-API-0.0113/t/author-pod-syntax.t +Twitter-API-0.0113/t/base.t +Twitter-API-0.0113/t/error.t +Twitter-API-0.0113/t/oauth.t +Twitter-API-0.0113/t/role/ +Twitter-API-0.0113/t/trait/ +Twitter-API-0.0113/t/url-for.t +Twitter-API-0.0113/t/util.t +Twitter-API-0.0113/t/trait/api-methods/ +Twitter-API-0.0113/t/trait/app-auth.t +Twitter-API-0.0113/t/trait/decode-html-entities.t +Twitter-API-0.0113/t/trait/migration.t +Twitter-API-0.0113/t/trait/normalize-booleans.t +Twitter-API-0.0113/t/trait/retry-on-error.t +Twitter-API-0.0113/t/trait/api-methods/net-twitter-compatibility.t +Twitter-API-0.0113/t/trait/api-methods/update.t +Twitter-API-0.0113/t/trait/api-methods/upload-media.t +Twitter-API-0.0113/t/role/request-args.t +Twitter-API-0.0113/lib/Twitter/ +Twitter-API-0.0113/lib/Twitter/API/ +Twitter-API-0.0113/lib/Twitter/API.pm +Twitter-API-0.0113/lib/Twitter/API/Context.pm +Twitter-API-0.0113/lib/Twitter/API/Error.pm +Twitter-API-0.0113/lib/Twitter/API/Role/ +Twitter-API-0.0113/lib/Twitter/API/Trait/ +Twitter-API-0.0113/lib/Twitter/API/Util.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/ApiMethods.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/AppAuth.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/DecodeHtmlEntities.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/Enchilada.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/Migration.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/NormalizeBooleans.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/RetryOnError.pm +Twitter-API-0.0113/lib/Twitter/API/Role/RequestArgs.pm +Twitter-API-0.0113/examples/api.pl +Twitter-API-0.0113/examples/app-auth.pl +Twitter-API-0.0113/examples/decode-html-entities.pl +Twitter-API-0.0113/examples/oauth_desktop.pl +Twitter-API-0.0113/examples/oauth_web.psgi +Twitter-API-0.0113/examples/retry-on-error.pl +Twitter-API-0.0113/examples/upload.pl +Entering Twitter-API-0.0113 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Running Build.PL +Configuring Twitter-API-0.0113 ... Creating new 'Build' script for 'Twitter-API' version '0.0113' +Checking dependencies from MYMETA.json ... +Checking if you have Moo 2.000000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have namespace::clean 0.20 ... No +Checking if you have WWW::OAuth 0.006 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have HTTP::Thin 0 ... No +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have StackTrace::Auto 0 ... No +Checking if you have HTML::Entities 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Moo::Role 0 ... No +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have Test::Spec 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have MooX::Aliases 0 ... No +Checking if you have Throwable 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Warnings 0 ... Yes (0.026) +Checking if you have URL::Encode 0 ... No +Checking if you have HTTP::Request::Common 0 ... No +Checking if you have IO::Socket::SSL 0 ... No +Checking if you have URI 0 ... No +Checking if you have Sub::Exporter::Progressive 0.001011 ... Yes (0.001013) +Checking if you have Ref::Util 0 ... No +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have MooX::Traits 0 ... No +Checking if you have Test::Pod 0 ... No +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Already tried Moo. Skipping. +Already tried namespace::clean. Skipping. +Searching WWW::OAuth (0.006) on cpanmetadb ... +OK +==> Found dependencies: Moo, namespace::clean, WWW::OAuth, Module::Runtime, HTTP::Thin, StackTrace::Auto, HTML::Entities, Moo::Role, Test::Spec, MooX::Aliases, Throwable, URL::Encode, HTTP::Request::Common, IO::Socket::SSL, URI, Ref::Util, JSON::MaybeXS, MooX::Traits, Test::Pod +--2017-10-09 07:30:58-- http://cpanmetadb.plackperl.org/v1.0/package/WWW::OAuth +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 262 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 55.1M=0s + +2017-10-09 07:30:58 (55.1 MB/s) - written to stdout [262/262] + +--> Working on WWW::OAuth +Fetching http://www.cpan.org/authors/id/D/DB/DBOOK/WWW-OAuth-0.006.tar.gz ... --2017-10-09 07:30:58-- http://www.cpan.org/authors/id/D/DB/DBOOK/WWW-OAuth-0.006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28350 (28K) [application/x-gzip] +Saving to: ‘WWW-OAuth-0.006.tar.gz’ + + 0K .......... .......... ....... 100% 31.6M=0.001s + +2017-10-09 07:30:58 (31.6 MB/s) - ‘WWW-OAuth-0.006.tar.gz’ saved [28350/28350] + +Unpacking WWW-OAuth-0.006.tar.gz +OK +WWW-OAuth-0.006 +WWW-OAuth-0.006/README +WWW-OAuth-0.006/Changes +WWW-OAuth-0.006/LICENSE +WWW-OAuth-0.006/INSTALL +WWW-OAuth-0.006/cpanfile +WWW-OAuth-0.006/dist.ini +WWW-OAuth-0.006/t +WWW-OAuth-0.006/t/util.t +WWW-OAuth-0.006/META.yml +WWW-OAuth-0.006/MANIFEST +WWW-OAuth-0.006/t/oauth.t +WWW-OAuth-0.006/META.json +WWW-OAuth-0.006/t/request.t +WWW-OAuth-0.006/Makefile.PL +WWW-OAuth-0.006/CONTRIBUTING.md +WWW-OAuth-0.006/lib/WWW +WWW-OAuth-0.006/lib/WWW/OAuth.pm +WWW-OAuth-0.006/t/request_mojo.t +WWW-OAuth-0.006/t/request_basic.t +WWW-OAuth-0.006/t/00-report-prereqs.t +WWW-OAuth-0.006/lib/WWW/OAuth +WWW-OAuth-0.006/lib/WWW/OAuth/Util.pm +WWW-OAuth-0.006/xt/author +WWW-OAuth-0.006/xt/author/pod-syntax.t +WWW-OAuth-0.006/t/00-report-prereqs.dd +WWW-OAuth-0.006/xt/author/request_ua.t +WWW-OAuth-0.006/xt/author/pod-coverage.t +WWW-OAuth-0.006/lib/WWW/OAuth/Request.pm +WWW-OAuth-0.006/t/request_http_request.t +WWW-OAuth-0.006/lib/WWW/OAuth/Request +WWW-OAuth-0.006/lib/WWW/OAuth/Request/Mojo.pm +WWW-OAuth-0.006/lib/WWW/OAuth/Request/Basic.pm +WWW-OAuth-0.006/lib/WWW/OAuth/Request/HTTP_Request.pm +Entering WWW-OAuth-0.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring WWW-OAuth-0.006 ... Warning: prerequisite Class::Tiny::Chained 0 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 2.000000 not found. +Warning: prerequisite URI 1.28 not found. +Warning: prerequisite URI::Escape 3.26 not found. +Warning: prerequisite WWW::Form::UrlEncoded 0.23 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for WWW::OAuth +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Class::Tiny::Chained 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have URI::Escape 3.26 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have WWW::Form::UrlEncoded 0.23 ... No +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Checking if you have JSON::PP 2.27103 ... Yes (2.94) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have URI 1.28 ... No +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Searching Class::Tiny::Chained (0) on cpanmetadb ... +OK +==> Found dependencies: Class::Tiny::Chained, Module::Runtime, URI::Escape, WWW::Form::UrlEncoded, URI, Role::Tiny +--2017-10-09 07:30:58-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Tiny::Chained +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.9M=0s + +2017-10-09 07:30:58 (22.9 MB/s) - written to stdout [112/112] + +--> Working on Class::Tiny::Chained +Fetching http://www.cpan.org/authors/id/D/DB/DBOOK/Class-Tiny-Chained-0.004.tar.gz ... --2017-10-09 07:30:58-- http://www.cpan.org/authors/id/D/DB/DBOOK/Class-Tiny-Chained-0.004.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13936 (14K) [application/x-gzip] +Saving to: ‘Class-Tiny-Chained-0.004.tar.gz’ + + 0K .......... ... 100% 17.1M=0.001s + +2017-10-09 07:30:58 (17.1 MB/s) - ‘Class-Tiny-Chained-0.004.tar.gz’ saved [13936/13936] + +Unpacking Class-Tiny-Chained-0.004.tar.gz +OK +Class-Tiny-Chained-0.004 +Class-Tiny-Chained-0.004/README +Class-Tiny-Chained-0.004/Changes +Class-Tiny-Chained-0.004/LICENSE +Class-Tiny-Chained-0.004/INSTALL +Class-Tiny-Chained-0.004/cpanfile +Class-Tiny-Chained-0.004/dist.ini +Class-Tiny-Chained-0.004/META.yml +Class-Tiny-Chained-0.004/MANIFEST +Class-Tiny-Chained-0.004/t +Class-Tiny-Chained-0.004/t/class.t +Class-Tiny-Chained-0.004/META.json +Class-Tiny-Chained-0.004/Makefile.PL +Class-Tiny-Chained-0.004/CONTRIBUTING.md +Class-Tiny-Chained-0.004/t/00-report-prereqs.t +Class-Tiny-Chained-0.004/xt/author +Class-Tiny-Chained-0.004/xt/author/pod-syntax.t +Class-Tiny-Chained-0.004/t/00-report-prereqs.dd +Class-Tiny-Chained-0.004/xt/author/pod-coverage.t +Class-Tiny-Chained-0.004/lib/Class/Tiny +Class-Tiny-Chained-0.004/lib/Class/Tiny/Chained.pm +Entering Class-Tiny-Chained-0.004 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Tiny-Chained-0.004 ... Warning: prerequisite Class::Tiny 1.003 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Tiny::Chained +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Tiny 1.003 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Class::Tiny (1.003) on cpanmetadb ... +OK +==> Found dependencies: Class::Tiny +--2017-10-09 07:30:59-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.3M=0s + +2017-10-09 07:30:59 (25.3 MB/s) - written to stdout [127/127] + +--> Working on Class::Tiny +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.006.tar.gz ... --2017-10-09 07:30:59-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 27773 (27K) [application/x-gzip] +Saving to: ‘Class-Tiny-1.006.tar.gz’ + + 0K .......... .......... ....... 100% 28.1M=0.001s + +2017-10-09 07:30:59 (28.1 MB/s) - ‘Class-Tiny-1.006.tar.gz’ saved [27773/27773] + +Unpacking Class-Tiny-1.006.tar.gz +OK +Class-Tiny-1.006/ +Class-Tiny-1.006/Changes +Class-Tiny-1.006/CONTRIBUTING.mkdn +Class-Tiny-1.006/cpanfile +Class-Tiny-1.006/dist.ini +Class-Tiny-1.006/lib/ +Class-Tiny-1.006/LICENSE +Class-Tiny-1.006/Makefile.PL +Class-Tiny-1.006/MANIFEST +Class-Tiny-1.006/META.json +Class-Tiny-1.006/META.yml +Class-Tiny-1.006/perlcritic.rc +Class-Tiny-1.006/README +Class-Tiny-1.006/t/ +Class-Tiny-1.006/tidyall.ini +Class-Tiny-1.006/xt/ +Class-Tiny-1.006/xt/author/ +Class-Tiny-1.006/xt/release/ +Class-Tiny-1.006/xt/release/distmeta.t +Class-Tiny-1.006/xt/release/minimum-version.t +Class-Tiny-1.006/xt/author/00-compile.t +Class-Tiny-1.006/xt/author/critic.t +Class-Tiny-1.006/xt/author/pod-coverage.t +Class-Tiny-1.006/xt/author/pod-spell.t +Class-Tiny-1.006/xt/author/pod-syntax.t +Class-Tiny-1.006/xt/author/portability.t +Class-Tiny-1.006/xt/author/test-version.t +Class-Tiny-1.006/t/00-report-prereqs.dd +Class-Tiny-1.006/t/00-report-prereqs.t +Class-Tiny-1.006/t/alfa.t +Class-Tiny-1.006/t/baker.t +Class-Tiny-1.006/t/charlie.t +Class-Tiny-1.006/t/delta.t +Class-Tiny-1.006/t/echo.t +Class-Tiny-1.006/t/foxtrot.t +Class-Tiny-1.006/t/golf.t +Class-Tiny-1.006/t/hotel.t +Class-Tiny-1.006/t/juliett.t +Class-Tiny-1.006/t/lib/ +Class-Tiny-1.006/t/lib/Alfa.pm +Class-Tiny-1.006/t/lib/Baker.pm +Class-Tiny-1.006/t/lib/Charlie.pm +Class-Tiny-1.006/t/lib/Delta.pm +Class-Tiny-1.006/t/lib/Echo.pm +Class-Tiny-1.006/t/lib/Foxtrot.pm +Class-Tiny-1.006/t/lib/Golf.pm +Class-Tiny-1.006/t/lib/Hotel.pm +Class-Tiny-1.006/t/lib/India.pm +Class-Tiny-1.006/t/lib/Juliett.pm +Class-Tiny-1.006/t/lib/TestUtils.pm +Class-Tiny-1.006/lib/Class/ +Class-Tiny-1.006/lib/Class/Tiny.pm +Entering Class-Tiny-1.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Tiny-1.006 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have subs 0 ... Yes (1.02) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +OK +Building and testing Class-Tiny-1.006 ... cp lib/Class/Tiny.pm blib/lib/Class/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Exporter any 5.72 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# base any 2.26 +# lib any 0.64 +# subs any 1.02 +# +# === Test Recommends === +# +# Module Want Have +# ------------------ -------- -------- +# CPAN::Meta 2.120900 2.150010 +# Test::FailWarnings any missing +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/alfa.t ............... ok +t/baker.t .............. ok +t/charlie.t ............ ok +t/delta.t .............. ok +t/echo.t ............... ok +t/foxtrot.t ............ ok +t/golf.t ............... ok +t/hotel.t .............. ok +t/juliett.t ............ ok +All tests successful. +Files=10, Tests=51, 1 wallclock secs ( 0.07 usr 0.01 sys + 0.73 cusr 0.09 csys = 0.90 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Tiny-1.006 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Tiny-1.006/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Tiny-1.006/MYMETA.json +Building and testing Class-Tiny-Chained-0.004 ... cp lib/Class/Tiny/Chained.pm blib/lib/Class/Tiny/Chained.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Scalar::Util any 1.49 +# Test::More 0.88 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ----------- ----- ----- +# Class::Tiny 1.003 1.006 +# +t/00-report-prereqs.t .. ok +t/class.t .............. ok +All tests successful. +Files=2, Tests=15, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.24 cusr 0.03 csys = 0.30 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Tiny/Chained.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Tiny::Chained.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Tiny-Chained-0.004 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Tiny-Chained-0.004/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Tiny-Chained-0.004/MYMETA.json +Already tried Module::Runtime. Skipping. +Searching URI::Escape (3.26) on cpanmetadb ... +--2017-10-09 07:31:02-- http://cpanmetadb.plackperl.org/v1.0/package/URI::Escape +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 907 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 177M=0s + +2017-10-09 07:31:02 (177 MB/s) - written to stdout [907/907] + +--> Working on URI::Escape +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/URI-1.72.tar.gz ... --2017-10-09 07:31:02-- http://www.cpan.org/authors/id/E/ET/ETHER/URI-1.72.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106616 (104K) [application/x-gzip] +Saving to: ‘URI-1.72.tar.gz’ + + 0K .......... .......... .......... .......... .......... 48% 27.2M 0s + 50K .......... .......... .......... .......... .......... 96% 51.9M 0s + 100K .... 100% 5.91M=0.003s + +2017-10-09 07:31:02 (29.8 MB/s) - ‘URI-1.72.tar.gz’ saved [106616/106616] + +Unpacking URI-1.72.tar.gz +OK +URI-1.72/ +URI-1.72/Changes +URI-1.72/CONTRIBUTING.md +URI-1.72/cpanfile +URI-1.72/dist.ini +URI-1.72/lib/ +URI-1.72/LICENSE +URI-1.72/Makefile.PL +URI-1.72/MANIFEST +URI-1.72/META.json +URI-1.72/META.yml +URI-1.72/t/ +URI-1.72/uri-test +URI-1.72/xt/ +URI-1.72/xt/author/ +URI-1.72/xt/release/ +URI-1.72/xt/release/changes_has_content.t +URI-1.72/xt/release/distmeta.t +URI-1.72/xt/release/minimum-version.t +URI-1.72/xt/author/00-compile.t +URI-1.72/xt/author/mojibake.t +URI-1.72/xt/author/pod-coverage.t +URI-1.72/xt/author/pod-spell.t +URI-1.72/xt/author/pod-syntax.t +URI-1.72/xt/author/portability.t +URI-1.72/xt/author/test-version.t +URI-1.72/t/00-report-prereqs.dd +URI-1.72/t/00-report-prereqs.t +URI-1.72/t/abs.t +URI-1.72/t/clone.t +URI-1.72/t/cwd.t +URI-1.72/t/data.t +URI-1.72/t/escape-char.t +URI-1.72/t/escape.t +URI-1.72/t/file.t +URI-1.72/t/ftp.t +URI-1.72/t/generic.t +URI-1.72/t/gopher.t +URI-1.72/t/heuristic.t +URI-1.72/t/http.t +URI-1.72/t/idna.t +URI-1.72/t/iri.t +URI-1.72/t/ldap.t +URI-1.72/t/mailto.t +URI-1.72/t/mix.t +URI-1.72/t/mms.t +URI-1.72/t/news.t +URI-1.72/t/num_eq.t +URI-1.72/t/old-absconf.t +URI-1.72/t/old-base.t +URI-1.72/t/old-file.t +URI-1.72/t/old-relbase.t +URI-1.72/t/path-segments.t +URI-1.72/t/pop.t +URI-1.72/t/punycode.t +URI-1.72/t/query-param.t +URI-1.72/t/query.t +URI-1.72/t/rel.t +URI-1.72/t/rfc2732.t +URI-1.72/t/roy-test.t +URI-1.72/t/roytest1.html +URI-1.72/t/roytest2.html +URI-1.72/t/roytest3.html +URI-1.72/t/roytest4.html +URI-1.72/t/roytest5.html +URI-1.72/t/rsync.t +URI-1.72/t/rtsp.t +URI-1.72/t/scheme-exceptions.t +URI-1.72/t/sip.t +URI-1.72/t/sort-hash-query-form.t +URI-1.72/t/split.t +URI-1.72/t/storable-test.pl +URI-1.72/t/storable.t +URI-1.72/t/urn-isbn.t +URI-1.72/t/urn-oid.t +URI-1.72/t/utf8.t +URI-1.72/lib/URI/ +URI-1.72/lib/URI.pm +URI-1.72/lib/URI/_foreign.pm +URI-1.72/lib/URI/_generic.pm +URI-1.72/lib/URI/_idna.pm +URI-1.72/lib/URI/_ldap.pm +URI-1.72/lib/URI/_login.pm +URI-1.72/lib/URI/_punycode.pm +URI-1.72/lib/URI/_query.pm +URI-1.72/lib/URI/_segment.pm +URI-1.72/lib/URI/_server.pm +URI-1.72/lib/URI/_userpass.pm +URI-1.72/lib/URI/data.pm +URI-1.72/lib/URI/Escape.pm +URI-1.72/lib/URI/file/ +URI-1.72/lib/URI/file.pm +URI-1.72/lib/URI/ftp.pm +URI-1.72/lib/URI/gopher.pm +URI-1.72/lib/URI/Heuristic.pm +URI-1.72/lib/URI/http.pm +URI-1.72/lib/URI/https.pm +URI-1.72/lib/URI/IRI.pm +URI-1.72/lib/URI/ldap.pm +URI-1.72/lib/URI/ldapi.pm +URI-1.72/lib/URI/ldaps.pm +URI-1.72/lib/URI/mailto.pm +URI-1.72/lib/URI/mms.pm +URI-1.72/lib/URI/news.pm +URI-1.72/lib/URI/nntp.pm +URI-1.72/lib/URI/pop.pm +URI-1.72/lib/URI/QueryParam.pm +URI-1.72/lib/URI/rlogin.pm +URI-1.72/lib/URI/rsync.pm +URI-1.72/lib/URI/rtsp.pm +URI-1.72/lib/URI/rtspu.pm +URI-1.72/lib/URI/sftp.pm +URI-1.72/lib/URI/sip.pm +URI-1.72/lib/URI/sips.pm +URI-1.72/lib/URI/snews.pm +URI-1.72/lib/URI/Split.pm +URI-1.72/lib/URI/ssh.pm +URI-1.72/lib/URI/telnet.pm +URI-1.72/lib/URI/tn3270.pm +URI-1.72/lib/URI/URL.pm +URI-1.72/lib/URI/urn/ +URI-1.72/lib/URI/urn.pm +URI-1.72/lib/URI/WithBase.pm +URI-1.72/lib/URI/urn/isbn.pm +URI-1.72/lib/URI/urn/oid.pm +URI-1.72/lib/URI/file/Base.pm +URI-1.72/lib/URI/file/FAT.pm +URI-1.72/lib/URI/file/Mac.pm +URI-1.72/lib/URI/file/OS2.pm +URI-1.72/lib/URI/file/QNX.pm +URI-1.72/lib/URI/file/Unix.pm +URI-1.72/lib/URI/file/Win32.pm +Entering URI-1.72 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring URI-1.72 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for URI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have integer 0 ... Yes (1.01) +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have Test 0 ... Yes (1.30) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Net::Domain 1.05 ... Yes (3.10) +OK +Building and testing URI-1.72 ... cp lib/URI/sips.pm blib/lib/URI/sips.pm +cp lib/URI/tn3270.pm blib/lib/URI/tn3270.pm +cp lib/URI/_server.pm blib/lib/URI/_server.pm +cp lib/URI/file/QNX.pm blib/lib/URI/file/QNX.pm +cp lib/URI/data.pm blib/lib/URI/data.pm +cp lib/URI/urn/oid.pm blib/lib/URI/urn/oid.pm +cp lib/URI/urn.pm blib/lib/URI/urn.pm +cp lib/URI/file.pm blib/lib/URI/file.pm +cp lib/URI/Escape.pm blib/lib/URI/Escape.pm +cp lib/URI/ldaps.pm blib/lib/URI/ldaps.pm +cp lib/URI/sftp.pm blib/lib/URI/sftp.pm +cp lib/URI/Split.pm blib/lib/URI/Split.pm +cp lib/URI/ldapi.pm blib/lib/URI/ldapi.pm +cp lib/URI/http.pm blib/lib/URI/http.pm +cp lib/URI/mms.pm blib/lib/URI/mms.pm +cp lib/URI/news.pm blib/lib/URI/news.pm +cp lib/URI/_segment.pm blib/lib/URI/_segment.pm +cp lib/URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm +cp lib/URI/file/Unix.pm blib/lib/URI/file/Unix.pm +cp lib/URI/ftp.pm blib/lib/URI/ftp.pm +cp lib/URI/pop.pm blib/lib/URI/pop.pm +cp lib/URI/file/FAT.pm blib/lib/URI/file/FAT.pm +cp lib/URI/WithBase.pm blib/lib/URI/WithBase.pm +cp lib/URI.pm blib/lib/URI.pm +cp lib/URI/rlogin.pm blib/lib/URI/rlogin.pm +cp lib/URI/gopher.pm blib/lib/URI/gopher.pm +cp lib/URI/QueryParam.pm blib/lib/URI/QueryParam.pm +cp lib/URI/rsync.pm blib/lib/URI/rsync.pm +cp lib/URI/rtspu.pm blib/lib/URI/rtspu.pm +cp lib/URI/ssh.pm blib/lib/URI/ssh.pm +cp lib/URI/_userpass.pm blib/lib/URI/_userpass.pm +cp lib/URI/URL.pm blib/lib/URI/URL.pm +cp lib/URI/file/Win32.pm blib/lib/URI/file/Win32.pm +cp lib/URI/file/Base.pm blib/lib/URI/file/Base.pm +cp lib/URI/file/Mac.pm blib/lib/URI/file/Mac.pm +cp lib/URI/_query.pm blib/lib/URI/_query.pm +cp lib/URI/_punycode.pm blib/lib/URI/_punycode.pm +cp lib/URI/sip.pm blib/lib/URI/sip.pm +cp lib/URI/_idna.pm blib/lib/URI/_idna.pm +cp lib/URI/ldap.pm blib/lib/URI/ldap.pm +cp lib/URI/mailto.pm blib/lib/URI/mailto.pm +cp lib/URI/_foreign.pm blib/lib/URI/_foreign.pm +cp lib/URI/https.pm blib/lib/URI/https.pm +cp lib/URI/IRI.pm blib/lib/URI/IRI.pm +cp lib/URI/_ldap.pm blib/lib/URI/_ldap.pm +cp lib/URI/telnet.pm blib/lib/URI/telnet.pm +cp lib/URI/Heuristic.pm blib/lib/URI/Heuristic.pm +cp lib/URI/snews.pm blib/lib/URI/snews.pm +cp lib/URI/nntp.pm blib/lib/URI/nntp.pm +cp lib/URI/rtsp.pm blib/lib/URI/rtsp.pm +cp lib/URI/_generic.pm blib/lib/URI/_generic.pm +cp lib/URI/_login.pm blib/lib/URI/_login.pm +cp lib/URI/file/OS2.pm blib/lib/URI/file/OS2.pm +Manifying 11 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# File::Spec::Functions any 3.68 +# File::Temp any 0.2304 +# Test any 1.30 +# Test::More 0.96 1.302098 +# Test::Needs any 0.002005 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------ ---- -------- +# Carp any 1.43 +# Cwd any 3.68 +# Data::Dumper any 2.167_02 +# Encode any 2.92 +# Exporter 5.57 5.72 +# MIME::Base64 2 3.15 +# Net::Domain any 3.10 +# Scalar::Util any 1.49 +# constant any 1.33 +# integer any 1.01 +# overload any 1.28 +# parent any 0.236 +# strict any 1.11 +# utf8 any 1.20 +# warnings any 1.37 +# +t/00-report-prereqs.t ..... ok +t/abs.t ................... ok +t/clone.t ................. ok +t/cwd.t ................... ok +t/data.t .................. ok +t/escape-char.t ........... ok +t/escape.t ................ ok +t/file.t .................. ok +t/ftp.t ................... ok +t/generic.t ............... ok +t/gopher.t ................ ok +t/heuristic.t ............. ok +t/http.t .................. ok +t/idna.t .................. ok +t/iri.t ................... ok +t/ldap.t .................. ok +t/mailto.t ................ ok +t/mix.t ................... ok +t/mms.t ................... ok +t/news.t .................. ok +t/num_eq.t ................ ok +t/old-absconf.t ........... ok +t/old-base.t .............. ok +t/old-file.t .............. ok +t/old-relbase.t ........... ok +t/path-segments.t ......... ok +t/pop.t ................... ok +t/punycode.t .............. ok +t/query-param.t ........... ok +t/query.t ................. ok +t/rel.t ................... ok +t/rfc2732.t ............... ok +t/roy-test.t .............. ok +t/rsync.t ................. ok +t/rtsp.t .................. ok +t/scheme-exceptions.t ..... ok +t/sip.t ................... ok +t/sort-hash-query-form.t .. ok +t/split.t ................. ok +t/storable.t .............. ok +t/urn-isbn.t .............. skipped: Need Business::ISBN +t/urn-oid.t ............... ok +t/utf8.t .................. ok +All tests successful. +Files=43, Tests=625, 2 wallclock secs ( 0.14 usr 0.08 sys + 1.84 cusr 0.23 csys = 2.29 CPU) +Result: PASS +Manifying 11 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/Heuristic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/ftp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/QueryParam.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_query.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/tn3270.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/news.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/data.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/IRI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/ldapi.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_generic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_foreign.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/ldap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/nntp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/snews.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/rtsp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_segment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/rtspu.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/gopher.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/sips.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/https.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_server.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_userpass.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/sip.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/rlogin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/mailto.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/pop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/ssh.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/urn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/WithBase.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_login.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/rsync.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/Split.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/ldaps.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_punycode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/sftp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/Escape.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_ldap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/URL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/mms.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/http.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/_idna.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/telnet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/OS2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/Mac.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/FAT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/Unix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/Win32.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/file/QNX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/urn/isbn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/urn/oid.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::URL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::WithBase.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::file.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::Heuristic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::Escape.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::QueryParam.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::data.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::ldap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::Split.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::_punycode.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed URI-1.72 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URI-1.72/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URI-1.72/MYMETA.json +Searching WWW::Form::UrlEncoded (0.23) on cpanmetadb ... +--2017-10-09 07:31:06-- http://cpanmetadb.plackperl.org/v1.0/package/WWW::Form::UrlEncoded +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 149 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.4M=0s + +2017-10-09 07:31:06 (29.4 MB/s) - written to stdout [149/149] + +--> Working on WWW::Form::UrlEncoded +Fetching http://www.cpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.24.tar.gz ... --2017-10-09 07:31:06-- http://www.cpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.24.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15060 (15K) [application/x-gzip] +Saving to: ‘WWW-Form-UrlEncoded-0.24.tar.gz’ + + 0K .......... .... 100% 17.0M=0.001s + +2017-10-09 07:31:06 (17.0 MB/s) - ‘WWW-Form-UrlEncoded-0.24.tar.gz’ saved [15060/15060] + +Unpacking WWW-Form-UrlEncoded-0.24.tar.gz +OK +WWW-Form-UrlEncoded-0.24/Build.PL +WWW-Form-UrlEncoded-0.24/Changes +WWW-Form-UrlEncoded-0.24/LICENSE +WWW-Form-UrlEncoded-0.24/META.json +WWW-Form-UrlEncoded-0.24/README.md +WWW-Form-UrlEncoded-0.24/builder/MyBuilder.pm +WWW-Form-UrlEncoded-0.24/cpanfile +WWW-Form-UrlEncoded-0.24/eg/bench.pl +WWW-Form-UrlEncoded-0.24/eg/bench_build.pl +WWW-Form-UrlEncoded-0.24/lib/WWW/Form/UrlEncoded.pm +WWW-Form-UrlEncoded-0.24/lib/WWW/Form/UrlEncoded/PP.pm +WWW-Form-UrlEncoded-0.24/minil.toml +WWW-Form-UrlEncoded-0.24/t/00_compile.t +WWW-Form-UrlEncoded-0.24/t/01_parse.t +WWW-Form-UrlEncoded-0.24/t/02_parse_pp.t +WWW-Form-UrlEncoded-0.24/t/03_build.t +WWW-Form-UrlEncoded-0.24/t/04_build_pp.t +WWW-Form-UrlEncoded-0.24/t/05_parse_arrayref.t +WWW-Form-UrlEncoded-0.24/t/06_parse_arrayref_pp.t +WWW-Form-UrlEncoded-0.24/META.yml +WWW-Form-UrlEncoded-0.24/MANIFEST +Entering WWW-Form-UrlEncoded-0.24 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring WWW-Form-UrlEncoded-0.24 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'WWW-Form-UrlEncoded' version '0.24' +Checking dependencies from MYMETA.json ... +Checking if you have JSON 2 ... Yes (2.94) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing WWW-Form-UrlEncoded-0.24 ... Building WWW-Form-UrlEncoded +t/00_compile.t ............ ok +t/01_parse.t .............. ok +t/02_parse_pp.t ........... ok +t/03_build.t .............. ok +t/04_build_pp.t ........... ok +t/05_parse_arrayref.t ..... ok +t/06_parse_arrayref_pp.t .. ok +All tests successful. +Files=7, Tests=192, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.53 cusr 0.06 csys = 0.66 CPU) +Result: PASS +Building WWW-Form-UrlEncoded +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/WWW/Form/UrlEncoded/XS/.keep +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/WWW/Form/UrlEncoded.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/WWW/Form/UrlEncoded/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Form::UrlEncoded.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Form::UrlEncoded::PP.3 +OK +Successfully installed WWW-Form-UrlEncoded-0.24 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Form-UrlEncoded-0.24/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Form-UrlEncoded-0.24/MYMETA.json +Searching URI (1.28) on cpanmetadb ... +--2017-10-09 07:31:08-- http://cpanmetadb.plackperl.org/v1.0/package/URI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 907 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 125M=0s + +2017-10-09 07:31:08 (125 MB/s) - written to stdout [907/907] + +Already tried URI-1.72. Skipping. +Already tried Role::Tiny. Skipping. +! Installing the dependencies failed: Module 'Role::Tiny' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for WWW-OAuth-0.006. +Already tried Module::Runtime. Skipping. +Searching HTTP::Thin (0) on cpanmetadb ... +--2017-10-09 07:31:08-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Thin +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.6M=0s + +2017-10-09 07:31:08 (18.6 MB/s) - written to stdout [96/96] + +--> Working on HTTP::Thin +Fetching http://www.cpan.org/authors/id/P/PE/PERIGRIN/HTTP-Thin-0.006.tar.gz ... --2017-10-09 07:31:08-- http://www.cpan.org/authors/id/P/PE/PERIGRIN/HTTP-Thin-0.006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11562 (11K) [application/x-gzip] +Saving to: ‘HTTP-Thin-0.006.tar.gz’ + + 0K .......... . 100% 123M=0s + +2017-10-09 07:31:08 (123 MB/s) - ‘HTTP-Thin-0.006.tar.gz’ saved [11562/11562] + +Unpacking HTTP-Thin-0.006.tar.gz +OK +HTTP-Thin-0.006/ +HTTP-Thin-0.006/lib/ +HTTP-Thin-0.006/lib/HTTP/ +HTTP-Thin-0.006/lib/HTTP/Thin.pm +HTTP-Thin-0.006/t/ +HTTP-Thin-0.006/t/00-compile.t +HTTP-Thin-0.006/ex/ +HTTP-Thin-0.006/ex/simple.pl +HTTP-Thin-0.006/Makefile.PL +HTTP-Thin-0.006/weaver.ini +HTTP-Thin-0.006/META.json +HTTP-Thin-0.006/MANIFEST +HTTP-Thin-0.006/META.yml +HTTP-Thin-0.006/dist.ini +HTTP-Thin-0.006/LICENSE +HTTP-Thin-0.006/CHANGES +HTTP-Thin-0.006/README +Entering HTTP-Thin-0.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Thin-0.006 ... Warning: prerequisite HTTP::Response 0 not found. +Warning: prerequisite Hash::MultiValue 0 not found. +Warning: prerequisite Safe::Isa 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Thin +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have HTTP::Tiny 0 ... Yes (0.070) +Checking if you have Hash::MultiValue 0 ... No +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Checking if you have Safe::Isa 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have HTTP::Response 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Searching Hash::MultiValue (0) on cpanmetadb ... +OK +==> Found dependencies: Hash::MultiValue, Safe::Isa, HTTP::Response +--2017-10-09 07:31:08-- http://cpanmetadb.plackperl.org/v1.0/package/Hash::MultiValue +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.5M=0s + +2017-10-09 07:31:08 (16.5 MB/s) - written to stdout [106/106] + +--> Working on Hash::MultiValue +Fetching http://www.cpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz ... --2017-10-09 07:31:08-- http://www.cpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19841 (19K) [application/x-gzip] +Saving to: ‘Hash-MultiValue-0.16.tar.gz’ + + 0K .......... ......... 100% 21.2M=0.001s + +2017-10-09 07:31:08 (21.2 MB/s) - ‘Hash-MultiValue-0.16.tar.gz’ saved [19841/19841] + +Unpacking Hash-MultiValue-0.16.tar.gz +OK +Hash-MultiValue-0.16/ +Hash-MultiValue-0.16/Changes +Hash-MultiValue-0.16/cpanfile +Hash-MultiValue-0.16/dist.ini +Hash-MultiValue-0.16/lib/ +Hash-MultiValue-0.16/LICENSE +Hash-MultiValue-0.16/Makefile.PL +Hash-MultiValue-0.16/MANIFEST +Hash-MultiValue-0.16/META.json +Hash-MultiValue-0.16/META.yml +Hash-MultiValue-0.16/README +Hash-MultiValue-0.16/t/ +Hash-MultiValue-0.16/tools/ +Hash-MultiValue-0.16/xt/ +Hash-MultiValue-0.16/xt/perlcritic.t +Hash-MultiValue-0.16/xt/pod.t +Hash-MultiValue-0.16/xt/podspell.t +Hash-MultiValue-0.16/xt/synopsis.t +Hash-MultiValue-0.16/tools/benchmark.pl +Hash-MultiValue-0.16/t/00_compile.t +Hash-MultiValue-0.16/t/from_mixed.t +Hash-MultiValue-0.16/t/hash.t +Hash-MultiValue-0.16/t/multi.t +Hash-MultiValue-0.16/t/ref.t +Hash-MultiValue-0.16/t/release-pod-syntax.t +Hash-MultiValue-0.16/t/set.t +Hash-MultiValue-0.16/t/storable.t +Hash-MultiValue-0.16/t/threads.t +Hash-MultiValue-0.16/t/write.t +Hash-MultiValue-0.16/lib/Hash/ +Hash-MultiValue-0.16/lib/Hash/MultiValue.pm +Entering Hash-MultiValue-0.16 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Hash-MultiValue-0.16 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Hash::MultiValue +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Hash-MultiValue-0.16 ... cp lib/Hash/MultiValue.pm blib/lib/Hash/MultiValue.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_compile.t .......... ok +t/from_mixed.t .......... ok +t/hash.t ................ ok +t/multi.t ............... ok +t/ref.t ................. skipped: No UNIVERSAL::ref +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +t/set.t ................. ok +t/storable.t ............ ok +t/threads.t ............. skipped: perl interpreter is not compiled with ithreads +t/write.t ............... ok +All tests successful. +Files=10, Tests=55, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.54 cusr 0.09 csys = 0.69 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Hash/MultiValue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Hash::MultiValue.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Hash-MultiValue-0.16 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Hash-MultiValue-0.16/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Hash-MultiValue-0.16/MYMETA.json +Searching Safe::Isa (0) on cpanmetadb ... +--2017-10-09 07:31:10-- http://cpanmetadb.plackperl.org/v1.0/package/Safe::Isa +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.5M=0s + +2017-10-09 07:31:10 (20.5 MB/s) - written to stdout [100/100] + +--> Working on Safe::Isa +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Safe-Isa-1.000008.tar.gz ... --2017-10-09 07:31:10-- http://www.cpan.org/authors/id/E/ET/ETHER/Safe-Isa-1.000008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5994 (5.9K) [application/x-gzip] +Saving to: ‘Safe-Isa-1.000008.tar.gz’ + + 0K ..... 100% 673M=0s + +2017-10-09 07:31:10 (673 MB/s) - ‘Safe-Isa-1.000008.tar.gz’ saved [5994/5994] + +Unpacking Safe-Isa-1.000008.tar.gz +OK +Safe-Isa-1.000008/ +Safe-Isa-1.000008/Changes +Safe-Isa-1.000008/MANIFEST +Safe-Isa-1.000008/META.json +Safe-Isa-1.000008/META.yml +Safe-Isa-1.000008/Makefile.PL +Safe-Isa-1.000008/README +Safe-Isa-1.000008/lib/ +Safe-Isa-1.000008/maint/ +Safe-Isa-1.000008/t/ +Safe-Isa-1.000008/t/safe_does.t +Safe-Isa-1.000008/t/safe_isa.t +Safe-Isa-1.000008/maint/Makefile.PL.include +Safe-Isa-1.000008/lib/Safe/ +Safe-Isa-1.000008/lib/Safe/Isa.pm +Entering Safe-Isa-1.000008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Safe-Isa-1.000008 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Safe::Isa +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Safe-Isa-1.000008 ... cp lib/Safe/Isa.pm blib/lib/Safe/Isa.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/safe_does.t .. ok +t/safe_isa.t ... ok +All tests successful. +Files=2, Tests=82, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.15 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Safe/Isa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Safe::Isa.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Safe-Isa-1.000008 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Safe-Isa-1.000008/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Safe-Isa-1.000008/MYMETA.json +Searching HTTP::Response (0) on cpanmetadb ... +--2017-10-09 07:31:11-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Response +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 321 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 64.4M=0s + +2017-10-09 07:31:11 (64.4 MB/s) - written to stdout [321/321] + +--> Working on HTTP::Response +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.13.tar.gz ... --2017-10-09 07:31:11-- http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 74413 (73K) [application/x-gzip] +Saving to: ‘HTTP-Message-6.13.tar.gz’ + + 0K .......... .......... .......... .......... .......... 68% 21.0M 0s + 50K .......... .......... .. 100% 42.8M=0.003s + +2017-10-09 07:31:11 (25.0 MB/s) - ‘HTTP-Message-6.13.tar.gz’ saved [74413/74413] + +Unpacking HTTP-Message-6.13.tar.gz +OK +HTTP-Message-6.13 +HTTP-Message-6.13/Changes +HTTP-Message-6.13/INSTALL +HTTP-Message-6.13/LICENSE +HTTP-Message-6.13/cpanfile +HTTP-Message-6.13/dist.ini +HTTP-Message-6.13/MANIFEST +HTTP-Message-6.13/META.yml +HTTP-Message-6.13/META.json +HTTP-Message-6.13/README.md +HTTP-Message-6.13/perltidyrc +HTTP-Message-6.13/t +HTTP-Message-6.13/t/status.t +HTTP-Message-6.13/t/headers.t +HTTP-Message-6.13/t/message.t +HTTP-Message-6.13/t/request.t +HTTP-Message-6.13/tidyall.ini +HTTP-Message-6.13/Makefile.PL +HTTP-Message-6.13/CONTRIBUTORS +HTTP-Message-6.13/perlcriticrc +HTTP-Message-6.13/t/response.t +HTTP-Message-6.13/t/common-req.t +HTTP-Message-6.13/t/status-old.t +HTTP-Message-6.13/t/http-config.t +HTTP-Message-6.13/t/message-old.t +HTTP-Message-6.13/t/headers-auth.t +HTTP-Message-6.13/t/headers-etag.t +HTTP-Message-6.13/t/headers-util.t +HTTP-Message-6.13/t/message-parts.t +HTTP-Message-6.13/lib/HTTP +HTTP-Message-6.13/lib/HTTP/Config.pm +HTTP-Message-6.13/lib/HTTP/Status.pm +HTTP-Message-6.13/lib/HTTP/Headers.pm +HTTP-Message-6.13/lib/HTTP/Message.pm +HTTP-Message-6.13/lib/HTTP/Request.pm +HTTP-Message-6.13/t/message-charset.t +HTTP-Message-6.13/lib/HTTP/Response.pm +HTTP-Message-6.13/t/00-report-prereqs.t +HTTP-Message-6.13/t/message-decode-xml.t +HTTP-Message-6.13/t/00-report-prereqs.dd +HTTP-Message-6.13/lib/HTTP/Headers +HTTP-Message-6.13/lib/HTTP/Headers/Auth.pm +HTTP-Message-6.13/lib/HTTP/Headers/ETag.pm +HTTP-Message-6.13/lib/HTTP/Headers/Util.pm +HTTP-Message-6.13/xt/release +HTTP-Message-6.13/xt/release/cpan-changes.t +HTTP-Message-6.13/lib/HTTP/Request +HTTP-Message-6.13/lib/HTTP/Request/Common.pm +HTTP-Message-6.13/t/request_type_with_data.t +Entering HTTP-Message-6.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Message-6.13 ... Warning: prerequisite Encode::Locale 1 not found. +Warning: prerequisite HTTP::Date 6 not found. +Warning: prerequisite IO::HTML 0 not found. +Warning: prerequisite LWP::MediaTypes 6 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Message +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::HTML 0 ... No +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have LWP::MediaTypes 6 ... No +Checking if you have PerlIO::encoding 0 ... Yes (0.25) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have IO::Uncompress::Gunzip 0 ... Yes (2.074) +Checking if you have IO::Compress::Bzip2 2.021 ... Yes (2.074) +Checking if you have IO::Uncompress::Bunzip2 2.021 ... Yes (2.074) +Checking if you have Compress::Raw::Zlib 0 ... Yes (2.074) +Checking if you have URI 1.28 ... Yes (1.72) +Checking if you have HTTP::Date 6 ... No +Checking if you have MIME::QuotedPrint 3.05 ... Yes (3.13) +Checking if you have Storable 2.16 ... Yes (2.64) +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have IO::Uncompress::Inflate 0 ... Yes (2.074) +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have Encode::Locale 1 ... No +Checking if you have IO::Compress::Deflate 0 ... Yes (2.074) +Checking if you have IO::Uncompress::RawInflate 0 ... Yes (2.074) +Checking if you have Try::Tiny 0.07 ... Yes (0.28) +Checking if you have IO::Compress::Gzip 0 ... Yes (2.074) +Searching IO::HTML (0) on cpanmetadb ... +OK +==> Found dependencies: IO::HTML, LWP::MediaTypes, HTTP::Date, Encode::Locale +--2017-10-09 07:31:12-- http://cpanmetadb.plackperl.org/v1.0/package/IO::HTML +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 87 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.0M=0s + +2017-10-09 07:31:12 (18.0 MB/s) - written to stdout [87/87] + +--> Working on IO::HTML +Fetching http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz ... --2017-10-09 07:31:12-- http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19375 (19K) [application/x-gzip] +Saving to: ‘IO-HTML-1.001.tar.gz’ + + 0K .......... ........ 100% 23.0M=0.001s + +2017-10-09 07:31:12 (23.0 MB/s) - ‘IO-HTML-1.001.tar.gz’ saved [19375/19375] + +Unpacking IO-HTML-1.001.tar.gz +OK +IO-HTML-1.001/ +IO-HTML-1.001/xt/ +IO-HTML-1.001/xt/release/ +IO-HTML-1.001/xt/release/pod-coverage.t +IO-HTML-1.001/xt/release/pod-syntax.t +IO-HTML-1.001/lib/ +IO-HTML-1.001/lib/IO/ +IO-HTML-1.001/lib/IO/HTML.pm +IO-HTML-1.001/Makefile.PL +IO-HTML-1.001/t/ +IO-HTML-1.001/t/00-all_prereqs.t +IO-HTML-1.001/t/30-outfile.t +IO-HTML-1.001/t/10-find.t +IO-HTML-1.001/t/00-load.t +IO-HTML-1.001/t/20-open.t +IO-HTML-1.001/META.json +IO-HTML-1.001/META.yml +IO-HTML-1.001/MANIFEST +IO-HTML-1.001/LICENSE +IO-HTML-1.001/Changes +IO-HTML-1.001/README +Entering IO-HTML-1.001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IO-HTML-1.001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IO::HTML +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +OK +Building and testing IO-HTML-1.001 ... cp lib/IO/HTML.pm blib/lib/IO/HTML.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-all_prereqs.t .. ok +# Testing IO::HTML 1.001 +t/00-load.t ......... ok +t/10-find.t ......... ok +t/20-open.t ......... ok +t/30-outfile.t ...... ok +All tests successful. +Files=5, Tests=139, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.31 cusr 0.07 csys = 0.42 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/HTML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::HTML.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-HTML-1.001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-HTML-1.001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-HTML-1.001/MYMETA.json +Searching LWP::MediaTypes (6) on cpanmetadb ... +--2017-10-09 07:31:13-- http://cpanmetadb.plackperl.org/v1.0/package/LWP::MediaTypes +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 9.05M=0s + +2017-10-09 07:31:13 (9.05 MB/s) - written to stdout [99/99] + +--> Working on LWP::MediaTypes +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz ... --2017-10-09 07:31:13-- http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18722 (18K) [application/x-gzip] +Saving to: ‘LWP-MediaTypes-6.02.tar.gz’ + + 0K .......... ........ 100% 18.1M=0.001s + +2017-10-09 07:31:13 (18.1 MB/s) - ‘LWP-MediaTypes-6.02.tar.gz’ saved [18722/18722] + +Unpacking LWP-MediaTypes-6.02.tar.gz +OK +LWP-MediaTypes-6.02/ +LWP-MediaTypes-6.02/Changes +LWP-MediaTypes-6.02/lib/ +LWP-MediaTypes-6.02/Makefile.PL +LWP-MediaTypes-6.02/MANIFEST +LWP-MediaTypes-6.02/META.yml +LWP-MediaTypes-6.02/README +LWP-MediaTypes-6.02/t/ +LWP-MediaTypes-6.02/t/mediatypes.t +LWP-MediaTypes-6.02/lib/LWP/ +LWP-MediaTypes-6.02/lib/LWP/media.types +LWP-MediaTypes-6.02/lib/LWP/MediaTypes.pm +Entering LWP-MediaTypes-6.02 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring LWP-MediaTypes-6.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for LWP::MediaTypes +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing LWP-MediaTypes-6.02 ... cp lib/LWP/media.types blib/lib/LWP/media.types +cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/mediatypes.t .. ok +All tests successful. +Files=1, Tests=39, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.04 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/MediaTypes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/media.types +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::MediaTypes.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed LWP-MediaTypes-6.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/LWP-MediaTypes-6.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/LWP-MediaTypes-6.02/MYMETA.json +Searching HTTP::Date (6) on cpanmetadb ... +--2017-10-09 07:31:14-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Date +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 89 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.7M=0s + +2017-10-09 07:31:14 (14.7 MB/s) - written to stdout [89/89] + +--> Working on HTTP::Date +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz ... --2017-10-09 07:31:14-- http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7319 (7.1K) [application/x-gzip] +Saving to: ‘HTTP-Date-6.02.tar.gz’ + + 0K ....... 100% 765M=0s + +2017-10-09 07:31:14 (765 MB/s) - ‘HTTP-Date-6.02.tar.gz’ saved [7319/7319] + +Unpacking HTTP-Date-6.02.tar.gz +OK +HTTP-Date-6.02/ +HTTP-Date-6.02/Changes +HTTP-Date-6.02/lib/ +HTTP-Date-6.02/Makefile.PL +HTTP-Date-6.02/MANIFEST +HTTP-Date-6.02/META.yml +HTTP-Date-6.02/README +HTTP-Date-6.02/t/ +HTTP-Date-6.02/t/date.t +HTTP-Date-6.02/lib/HTTP/ +HTTP-Date-6.02/lib/HTTP/Date.pm +Entering HTTP-Date-6.02 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Date-6.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Date +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing HTTP-Date-6.02 ... cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/date.t .. ok +All tests successful. +Files=1, Tests=136, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.05 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Date.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Date.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Date-6.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Date-6.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Date-6.02/MYMETA.json +Searching Encode::Locale (1) on cpanmetadb ... +--2017-10-09 07:31:15-- http://cpanmetadb.plackperl.org/v1.0/package/Encode::Locale +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.1M=0s + +2017-10-09 07:31:15 (18.1 MB/s) - written to stdout [97/97] + +--> Working on Encode::Locale +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz ... --2017-10-09 07:31:15-- http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8355 (8.2K) [application/x-gzip] +Saving to: ‘Encode-Locale-1.05.tar.gz’ + + 0K ........ 100% 144M=0s + +2017-10-09 07:31:15 (144 MB/s) - ‘Encode-Locale-1.05.tar.gz’ saved [8355/8355] + +Unpacking Encode-Locale-1.05.tar.gz +OK +Encode-Locale-1.05/ +Encode-Locale-1.05/Changes +Encode-Locale-1.05/lib/ +Encode-Locale-1.05/Makefile.PL +Encode-Locale-1.05/MANIFEST +Encode-Locale-1.05/META.json +Encode-Locale-1.05/META.yml +Encode-Locale-1.05/README +Encode-Locale-1.05/t/ +Encode-Locale-1.05/t/alias.t +Encode-Locale-1.05/t/arg.t +Encode-Locale-1.05/t/env.t +Encode-Locale-1.05/t/tain.t +Encode-Locale-1.05/t/warn_once.t +Encode-Locale-1.05/lib/Encode/ +Encode-Locale-1.05/lib/Encode/Locale.pm +Entering Encode-Locale-1.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Encode-Locale-1.05 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Encode::Locale +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Encode::Alias 0 ... Yes (2.23) +OK +Building and testing Encode-Locale-1.05 ... cp lib/Encode/Locale.pm blib/lib/Encode/Locale.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/alias.t ...... ok +# ENCODING_LOCALE is UTF-8 +t/arg.t ........ ok +t/env.t ........ ok +t/tain.t ....... ok +t/warn_once.t .. ok +All tests successful. + +Test Summary Report +------------------- +t/arg.t (Wstat: 0 Tests: 4 Failed: 0) + TODO passed: 1-4 +Files=5, Tests=28, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.30 cusr 0.06 csys = 0.40 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Encode/Locale.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Encode::Locale.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Encode-Locale-1.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Encode-Locale-1.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Encode-Locale-1.05/MYMETA.json +Building and testing HTTP-Message-6.13 ... cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm +cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm +cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm +cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm +cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm +cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm +cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm +cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm +cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm +cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm +Manifying 10 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# PerlIO::encoding any 0.25 +# Test::More 0.88 1.302098 +# Time::Local any 1.25 +# Try::Tiny any 0.28 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------------------------- ----- ----- +# Carp any 1.43 +# Compress::Raw::Zlib any 2.074 +# Encode 2.21 2.92 +# Encode::Locale 1 1.05 +# Exporter 5.57 5.72 +# HTTP::Date 6 6.02 +# IO::Compress::Bzip2 2.021 2.074 +# IO::Compress::Deflate any 2.074 +# IO::Compress::Gzip any 2.074 +# IO::HTML any 1.001 +# IO::Uncompress::Bunzip2 2.021 2.074 +# IO::Uncompress::Gunzip any 2.074 +# IO::Uncompress::Inflate any 2.074 +# IO::Uncompress::RawInflate any 2.074 +# LWP::MediaTypes 6 6.02 +# MIME::Base64 2.1 3.15 +# MIME::QuotedPrint any 3.13 +# Storable any 2.64 +# URI 1.10 1.72 +# base any 2.26 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t ....... ok +t/common-req.t .............. ok +t/headers-auth.t ............ ok +t/headers-etag.t ............ ok +t/headers-util.t ............ ok +t/headers.t ................. ok +t/http-config.t ............. ok +t/message-charset.t ......... ok +t/message-decode-xml.t ...... ok +t/message-old.t ............. ok +t/message-parts.t ........... ok +t/message.t ................. ok +t/request.t ................. ok +t/request_type_with_data.t .. ok +t/response.t ................ ok +t/status-old.t .............. ok +t/status.t .................. ok +All tests successful. +Files=17, Tests=578, 2 wallclock secs ( 0.11 usr 0.03 sys + 1.49 cusr 0.23 csys = 1.86 CPU) +Result: PASS +Manifying 10 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Headers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Message.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Request.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Status.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Response.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Request/Common.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Headers/ETag.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Headers/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Headers/Auth.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Headers::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Message.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Response.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Status.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Request::Common.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Request.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Headers::Auth.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Headers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Headers::ETag.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Config.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Message-6.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Message-6.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Message-6.13/MYMETA.json +Building and testing HTTP-Thin-0.006 ... cp lib/HTTP/Thin.pm blib/lib/HTTP/Thin.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t .. ok +All tests successful. +Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.14 cusr 0.01 csys = 0.17 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Thin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Thin.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Thin-0.006 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Thin-0.006/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Thin-0.006/MYMETA.json +Searching StackTrace::Auto (0) on cpanmetadb ... +--2017-10-09 07:31:21-- http://cpanmetadb.plackperl.org/v1.0/package/StackTrace::Auto +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 158 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.7M=0s + +2017-10-09 07:31:21 (26.7 MB/s) - written to stdout [158/158] + +Already tried Throwable-0.200013. Skipping. +Searching HTML::Entities (0) on cpanmetadb ... +--2017-10-09 07:31:21-- http://cpanmetadb.plackperl.org/v1.0/package/HTML::Entities +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 236 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 47.9M=0s + +2017-10-09 07:31:21 (47.9 MB/s) - written to stdout [236/236] + +--> Working on HTML::Entities +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz ... --2017-10-09 07:31:21-- http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.72.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 90680 (89K) [application/x-gzip] +Saving to: ‘HTML-Parser-3.72.tar.gz’ + + 0K .......... .......... .......... .......... .......... 56% 25.5M 0s + 50K .......... .......... .......... ........ 100% 42.2M=0.003s + +2017-10-09 07:31:21 (30.9 MB/s) - ‘HTML-Parser-3.72.tar.gz’ saved [90680/90680] + +Unpacking HTML-Parser-3.72.tar.gz +OK +HTML-Parser-3.72/ +HTML-Parser-3.72/Changes +HTML-Parser-3.72/eg/ +HTML-Parser-3.72/hints/ +HTML-Parser-3.72/hparser.c +HTML-Parser-3.72/hparser.h +HTML-Parser-3.72/lib/ +HTML-Parser-3.72/Makefile.PL +HTML-Parser-3.72/MANIFEST +HTML-Parser-3.72/META.json +HTML-Parser-3.72/META.yml +HTML-Parser-3.72/mkhctype +HTML-Parser-3.72/mkpfunc +HTML-Parser-3.72/Parser.pm +HTML-Parser-3.72/Parser.xs +HTML-Parser-3.72/README +HTML-Parser-3.72/t/ +HTML-Parser-3.72/TODO +HTML-Parser-3.72/tokenpos.h +HTML-Parser-3.72/typemap +HTML-Parser-3.72/util.c +HTML-Parser-3.72/t/api_version.t +HTML-Parser-3.72/t/argspec-bad.t +HTML-Parser-3.72/t/argspec.t +HTML-Parser-3.72/t/argspec2.t +HTML-Parser-3.72/t/attr-encoded.t +HTML-Parser-3.72/t/callback.t +HTML-Parser-3.72/t/case-sensitive.t +HTML-Parser-3.72/t/cases.t +HTML-Parser-3.72/t/comment.t +HTML-Parser-3.72/t/crashme.t +HTML-Parser-3.72/t/declaration.t +HTML-Parser-3.72/t/default.t +HTML-Parser-3.72/t/document.t +HTML-Parser-3.72/t/dtext.t +HTML-Parser-3.72/t/entities.t +HTML-Parser-3.72/t/entities2.t +HTML-Parser-3.72/t/filter-methods.t +HTML-Parser-3.72/t/filter.t +HTML-Parser-3.72/t/handler-eof.t +HTML-Parser-3.72/t/handler.t +HTML-Parser-3.72/t/headparser-http.t +HTML-Parser-3.72/t/headparser.t +HTML-Parser-3.72/t/ignore.t +HTML-Parser-3.72/t/largetags.t +HTML-Parser-3.72/t/linkextor-base.t +HTML-Parser-3.72/t/linkextor-rel.t +HTML-Parser-3.72/t/magic.t +HTML-Parser-3.72/t/marked-sect.t +HTML-Parser-3.72/t/msie-compat.t +HTML-Parser-3.72/t/offset.t +HTML-Parser-3.72/t/options.t +HTML-Parser-3.72/t/parsefile.t +HTML-Parser-3.72/t/parser.t +HTML-Parser-3.72/t/plaintext.t +HTML-Parser-3.72/t/pod.t +HTML-Parser-3.72/t/process.t +HTML-Parser-3.72/t/pullparser.t +HTML-Parser-3.72/t/script.t +HTML-Parser-3.72/t/skipped-text.t +HTML-Parser-3.72/t/stack-realloc.t +HTML-Parser-3.72/t/textarea.t +HTML-Parser-3.72/t/threads.t +HTML-Parser-3.72/t/tokeparser.t +HTML-Parser-3.72/t/uentities.t +HTML-Parser-3.72/t/unbroken-text.t +HTML-Parser-3.72/t/unicode-bom.t +HTML-Parser-3.72/t/unicode.t +HTML-Parser-3.72/t/xml-mode.t +HTML-Parser-3.72/lib/HTML/ +HTML-Parser-3.72/lib/HTML/Entities.pm +HTML-Parser-3.72/lib/HTML/Filter.pm +HTML-Parser-3.72/lib/HTML/HeadParser.pm +HTML-Parser-3.72/lib/HTML/LinkExtor.pm +HTML-Parser-3.72/lib/HTML/PullParser.pm +HTML-Parser-3.72/lib/HTML/TokeParser.pm +HTML-Parser-3.72/hints/solaris.pl +HTML-Parser-3.72/eg/hanchors +HTML-Parser-3.72/eg/hdump +HTML-Parser-3.72/eg/hform +HTML-Parser-3.72/eg/hlc +HTML-Parser-3.72/eg/hrefsub +HTML-Parser-3.72/eg/hstrip +HTML-Parser-3.72/eg/htext +HTML-Parser-3.72/eg/htextsub +HTML-Parser-3.72/eg/htitle +Entering HTML-Parser-3.72 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTML-Parser-3.72 ... Warning: prerequisite HTML::Tagset 3 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTML::Parser +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have HTML::Tagset 3 ... No +Searching HTML::Tagset (3) on cpanmetadb ... +OK +==> Found dependencies: HTML::Tagset +--2017-10-09 07:31:21-- http://cpanmetadb.plackperl.org/v1.0/package/HTML::Tagset +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.1M=0s + +2017-10-09 07:31:21 (20.1 MB/s) - written to stdout [97/97] + +--> Working on HTML::Tagset +Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ... --2017-10-09 07:31:21-- http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8150 (8.0K) [application/x-gzip] +Saving to: ‘HTML-Tagset-3.20.tar.gz’ + + 0K ....... 100% 907M=0s + +2017-10-09 07:31:21 (907 MB/s) - ‘HTML-Tagset-3.20.tar.gz’ saved [8150/8150] + +Unpacking HTML-Tagset-3.20.tar.gz +OK +HTML-Tagset-3.20/ +HTML-Tagset-3.20/Tagset.pm +HTML-Tagset-3.20/Makefile.PL +HTML-Tagset-3.20/META.yml +HTML-Tagset-3.20/MANIFEST.SKIP +HTML-Tagset-3.20/MANIFEST +HTML-Tagset-3.20/README +HTML-Tagset-3.20/t/ +HTML-Tagset-3.20/t/01_old_junk.t +HTML-Tagset-3.20/t/pod.t +HTML-Tagset-3.20/t/00_about_verbose.t +HTML-Tagset-3.20/Changes +Entering HTML-Tagset-3.20 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring HTML-Tagset-3.20 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTML::Tagset +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing HTML-Tagset-3.20 ... cp Tagset.pm blib/lib/HTML/Tagset.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_about_verbose.t .. ok +t/01_old_junk.t ....... ok +t/pod.t ............... skipped: Test::Pod 1.14 required for testing POD +All tests successful. +Files=3, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.07 cusr 0.00 csys = 0.10 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Tagset.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Tagset.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTML-Tagset-3.20 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Tagset-3.20/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Tagset-3.20/MYMETA.json +Building and testing HTML-Parser-3.72 ... cp Parser.pm blib/lib/HTML/Parser.pm +cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm +cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm +cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm +cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm +cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm +cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm +Running Mkbootstrap for Parser () +chmod 644 "Parser.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/HTML-Parser-3.72/typemap' Parser.xs > Parser.xsc +mv Parser.xsc Parser.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" mkhctype >hctype.h +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" mkpfunc >pfunc.h +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.72\" -DXS_VERSION=\"3.72\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DMARKED_SECTION Parser.c +rm -f blib/arch/auto/HTML/Parser/Parser.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \ + \ + +chmod 755 blib/arch/auto/HTML/Parser/Parser.so +Manifying 7 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/api_version.t ...... ok +t/argspec-bad.t ...... ok +t/argspec.t .......... ok +t/argspec2.t ......... ok +t/attr-encoded.t ..... ok +t/callback.t ......... ok +t/case-sensitive.t ... ok +t/cases.t ............ ok +t/comment.t .......... ok +t/crashme.t .......... ok +t/declaration.t ...... ok +t/default.t .......... ok +t/document.t ......... ok +t/dtext.t ............ ok +t/entities.t ......... ok +t/entities2.t ........ ok +t/filter-methods.t ... ok +t/filter.t ........... ok +t/handler-eof.t ...... ok +t/handler.t .......... ok +t/headparser-http.t .. ok +t/headparser.t ....... ok +t/ignore.t ........... ok +t/largetags.t ........ ok +t/linkextor-base.t ... ok +t/linkextor-rel.t .... ok +t/magic.t ............ ok +t/marked-sect.t ...... ok +t/msie-compat.t ...... ok +t/offset.t ........... ok +t/options.t .......... ok +t/parsefile.t ........ ok +t/parser.t ........... ok +t/plaintext.t ........ ok +t/pod.t .............. skipped: Test::Pod 1.00 required for testing POD +t/process.t .......... ok +t/pullparser.t ....... ok +t/script.t ........... ok +t/skipped-text.t ..... ok +t/stack-realloc.t .... ok +t/textarea.t ......... ok +t/threads.t .......... skipped: Not configured for threads +t/tokeparser.t ....... ok +t/uentities.t ........ ok +t/unbroken-text.t .... ok +t/unicode-bom.t ...... ok +t/unicode.t .......... ok +t/xml-mode.t ......... ok +All tests successful. +Files=48, Tests=450, 4 wallclock secs ( 0.15 usr 0.06 sys + 3.00 cusr 0.41 csys = 3.62 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 +Manifying 7 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/HTML/Parser/Parser.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/PullParser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/Filter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/HeadParser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/LinkExtor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/TokeParser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/HTML/Entities.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::LinkExtor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::PullParser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::TokeParser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Filter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Entities.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::HeadParser.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTML-Parser-3.72 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Parser-3.72/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Parser-3.72/MYMETA.json +Already tried Moo::Role. Skipping. +Searching Test::Spec (0) on cpanmetadb ... +--2017-10-09 07:31:29-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Spec +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 388 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 64.6M=0s + +2017-10-09 07:31:29 (64.6 MB/s) - written to stdout [388/388] + +--> Working on Test::Spec +Fetching http://www.cpan.org/authors/id/A/AN/ANDYJONES/Test-Spec-0.53.tar.gz ... --2017-10-09 07:31:29-- http://www.cpan.org/authors/id/A/AN/ANDYJONES/Test-Spec-0.53.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 37196 (36K) [application/x-gzip] +Saving to: ‘Test-Spec-0.53.tar.gz’ + + 0K .......... .......... .......... ...... 100% 37.2M=0.001s + +2017-10-09 07:31:29 (37.2 MB/s) - ‘Test-Spec-0.53.tar.gz’ saved [37196/37196] + +Unpacking Test-Spec-0.53.tar.gz +OK +Test-Spec-0.53/ +Test-Spec-0.53/.travis.yml +Test-Spec-0.53/Changes +Test-Spec-0.53/lib/ +Test-Spec-0.53/Makefile.PL +Test-Spec-0.53/MANIFEST +Test-Spec-0.53/META.json +Test-Spec-0.53/META.yml +Test-Spec-0.53/README.md +Test-Spec-0.53/t/ +Test-Spec-0.53/t/another_shared_examples_spec.pl +Test-Spec-0.53/t/auto_inherit.t +Test-Spec-0.53/t/data_sharing.t +Test-Spec-0.53/t/define.t +Test-Spec-0.53/t/disabled.t +Test-Spec-0.53/t/disabled_spec.pl +Test-Spec-0.53/t/dying_spec.pl +Test-Spec-0.53/t/empty.t +Test-Spec-0.53/t/example_in_handler.t +Test-Spec-0.53/t/helper_test.pl +Test-Spec-0.53/t/import_strict.t +Test-Spec-0.53/t/import_warnings.t +Test-Spec-0.53/t/manifest.t +Test-Spec-0.53/t/meta.t +Test-Spec-0.53/t/mocks.t +Test-Spec-0.53/t/mocks_imports.t +Test-Spec-0.53/t/ordering.t +Test-Spec-0.53/t/perl_warning_spec.pl +Test-Spec-0.53/t/predictable_destroy.pl +Test-Spec-0.53/t/predictable_destroy_spec.t +Test-Spec-0.53/t/runtests_subset.t +Test-Spec-0.53/t/shared_examples.t +Test-Spec-0.53/t/shared_examples_spec.pl +Test-Spec-0.53/t/show_exceptions.t +Test-Spec-0.53/t/spec_helper.t +Test-Spec-0.53/t/strict_violating_spec.pl +Test-Spec-0.53/t/subset_spec.pl +Test-Spec-0.53/t/test_helper.pl +Test-Spec-0.53/t/uncompilable_spec.pl +Test-Spec-0.53/lib/Test/ +Test-Spec-0.53/lib/Test/Spec/ +Test-Spec-0.53/lib/Test/Spec.pm +Test-Spec-0.53/lib/Test/Spec/Context.pm +Test-Spec-0.53/lib/Test/Spec/Example.pm +Test-Spec-0.53/lib/Test/Spec/Mocks.pm +Test-Spec-0.53/lib/Test/Spec/SharedHash.pm +Test-Spec-0.53/lib/Test/Spec/TodoExample.pm +Entering Test-Spec-0.53 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Spec-0.53 ... Warning: prerequisite Package::Stash 0.23 not found. +Warning: prerequisite Test::Trap 0 not found. +Warning: prerequisite Tie::IxHash 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Spec +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have TAP::Parser 0 ... Yes (3.39) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Tie::IxHash 0 ... No +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Package::Stash 0.23 ... No +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Trap 0 ... No +Searching Tie::IxHash (0) on cpanmetadb ... +OK +==> Found dependencies: Tie::IxHash, Package::Stash, Test::Trap +--2017-10-09 07:31:29-- http://cpanmetadb.plackperl.org/v1.0/package/Tie::IxHash +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.4M=0s + +2017-10-09 07:31:29 (18.4 MB/s) - written to stdout [93/93] + +--> Working on Tie::IxHash +Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz ... --2017-10-09 07:31:29-- http://www.cpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9352 (9.1K) [application/x-gzip] +Saving to: ‘Tie-IxHash-1.23.tar.gz’ + + 0K ......... 100% 103M=0s + +2017-10-09 07:31:29 (103 MB/s) - ‘Tie-IxHash-1.23.tar.gz’ saved [9352/9352] + +Unpacking Tie-IxHash-1.23.tar.gz +OK +Tie-IxHash-1.23 +Tie-IxHash-1.23/Build.PL +Tie-IxHash-1.23/Changes +Tie-IxHash-1.23/Makefile.PL +Tie-IxHash-1.23/MANIFEST +Tie-IxHash-1.23/META.json +Tie-IxHash-1.23/META.yml +Tie-IxHash-1.23/README +Tie-IxHash-1.23/lib +Tie-IxHash-1.23/lib/Tie +Tie-IxHash-1.23/lib/Tie/IxHash.pm +Tie-IxHash-1.23/t +Tie-IxHash-1.23/t/each-delete.t +Tie-IxHash-1.23/t/ixhash.t +Tie-IxHash-1.23/t/pod.t +Entering Tie-IxHash-1.23 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Tie-IxHash-1.23 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Tie-IxHash' version '1.23' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Tie-IxHash-1.23 ... Building Tie-IxHash +t/each-delete.t .. ok +t/ixhash.t ....... ok +t/pod.t .......... skipped: Test::Pod 1.14 required for testing POD +All tests successful. +Files=3, Tests=28, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.10 cusr 0.02 csys = 0.15 CPU) +Result: PASS +Building Tie-IxHash +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Tie/IxHash.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Tie::IxHash.3 +OK +Successfully installed Tie-IxHash-1.23 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Tie-IxHash-1.23/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Tie-IxHash-1.23/MYMETA.json +Already tried Package::Stash. Skipping. +Searching Test::Trap (0) on cpanmetadb ... +--2017-10-09 07:31:30-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Trap +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 250 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 53.5M=0s + +2017-10-09 07:31:30 (53.5 MB/s) - written to stdout [250/250] + +--> Working on Test::Trap +Fetching http://www.cpan.org/authors/id/E/EB/EBHANSSEN/Test-Trap-v0.3.3.tar.gz ... --2017-10-09 07:31:30-- http://www.cpan.org/authors/id/E/EB/EBHANSSEN/Test-Trap-v0.3.3.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 55053 (54K) [application/x-gzip] +Saving to: ‘Test-Trap-v0.3.3.tar.gz’ + + 0K .......... .......... .......... .......... .......... 93% 30.0M 0s + 50K ... 100% 7177G=0.002s + +2017-10-09 07:31:30 (32.2 MB/s) - ‘Test-Trap-v0.3.3.tar.gz’ saved [55053/55053] + +Unpacking Test-Trap-v0.3.3.tar.gz +OK +Test-Trap-v0.3.3 +Test-Trap-v0.3.3/Build.PL +Test-Trap-v0.3.3/Changes +Test-Trap-v0.3.3/MANIFEST +Test-Trap-v0.3.3/META.json +Test-Trap-v0.3.3/META.yml +Test-Trap-v0.3.3/Makefile.PL +Test-Trap-v0.3.3/README +Test-Trap-v0.3.3/lib +Test-Trap-v0.3.3/lib/Test +Test-Trap-v0.3.3/lib/Test/Trap.pm +Test-Trap-v0.3.3/lib/Test/Trap +Test-Trap-v0.3.3/lib/Test/Trap/Builder.pm +Test-Trap-v0.3.3/lib/Test/Trap/Builder +Test-Trap-v0.3.3/lib/Test/Trap/Builder/PerlIO.pm +Test-Trap-v0.3.3/lib/Test/Trap/Builder/SystemSafe.pm +Test-Trap-v0.3.3/lib/Test/Trap/Builder/TempFile.pm +Test-Trap-v0.3.3/t +Test-Trap-v0.3.3/t/00-load.t +Test-Trap-v0.3.3/t/01-basic.t +Test-Trap-v0.3.3/t/02-reentrant.t +Test-Trap-v0.3.3/t/03-files-perlio.t +Test-Trap-v0.3.3/t/03-files-systemsafe-preserve.t +Test-Trap-v0.3.3/t/03-files-systemsafe.t +Test-Trap-v0.3.3/t/03-files-tempfile-preserve.t +Test-Trap-v0.3.3/t/03-files-tempfile.t +Test-Trap-v0.3.3/t/03-files.pl +Test-Trap-v0.3.3/t/04-exit.t +Test-Trap-v0.3.3/t/05-import.t +Test-Trap-v0.3.3/t/06-layers.t +Test-Trap-v0.3.3/t/07-subclass.t +Test-Trap-v0.3.3/t/08-fork.PL +Test-Trap-v0.3.3/t/09-array-accessor.t +Test-Trap-v0.3.3/t/10-tester.t +Test-Trap-v0.3.3/t/11-systemsafe-basic.PL +Test-Trap-v0.3.3/t/12-systemsafe-errors.t +Test-Trap-v0.3.3/t/13-regressions.t +Test-Trap-v0.3.3/t/14-leaks.t +Test-Trap-v0.3.3/t/15-tempfile-options.t +Test-Trap-v0.3.3/t/16-systemsafe-options.t +Test-Trap-v0.3.3/t/99-coverage.t +Test-Trap-v0.3.3/xt +Test-Trap-v0.3.3/xt/author +Test-Trap-v0.3.3/xt/author/pod-coverage.t +Test-Trap-v0.3.3/xt/author/pod.t +Entering Test-Trap-v0.3.3 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Test-Trap-v0.3.3 ... Checking prerequisites... + requires: + ! Data::Dump is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-Trap' version 'v0.3.3' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Tester 0.107 ... Yes (1.302098) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Data::Dump 0 ... No +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Searching Data::Dump (0) on cpanmetadb ... +OK +==> Found dependencies: Data::Dump +--2017-10-09 07:31:31-- http://cpanmetadb.plackperl.org/v1.0/package/Data::Dump +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 247 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 48.4M=0s + +2017-10-09 07:31:31 (48.4 MB/s) - written to stdout [247/247] + +--> Working on Data::Dump +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz ... --2017-10-09 07:31:31-- http://www.cpan.org/authors/id/G/GA/GAAS/Data-Dump-1.23.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20771 (20K) [application/x-gzip] +Saving to: ‘Data-Dump-1.23.tar.gz’ + + 0K .......... .......... 100% 13.9M=0.001s + +2017-10-09 07:31:31 (13.9 MB/s) - ‘Data-Dump-1.23.tar.gz’ saved [20771/20771] + +Unpacking Data-Dump-1.23.tar.gz +OK +Data-Dump-1.23/ +Data-Dump-1.23/Changes +Data-Dump-1.23/lib/ +Data-Dump-1.23/Makefile.PL +Data-Dump-1.23/MANIFEST +Data-Dump-1.23/META.json +Data-Dump-1.23/META.yml +Data-Dump-1.23/README +Data-Dump-1.23/t/ +Data-Dump-1.23/t/dd.t +Data-Dump-1.23/t/dollar-one.t +Data-Dump-1.23/t/dump.t +Data-Dump-1.23/t/eval.t +Data-Dump-1.23/t/filtered.t +Data-Dump-1.23/t/glob.t +Data-Dump-1.23/t/hash.t +Data-Dump-1.23/t/quote-unicode.t +Data-Dump-1.23/t/quote.t +Data-Dump-1.23/t/ref.t +Data-Dump-1.23/t/regexp.t +Data-Dump-1.23/t/scalar-obj.t +Data-Dump-1.23/t/scalar.t +Data-Dump-1.23/t/tied.t +Data-Dump-1.23/t/vstring.t +Data-Dump-1.23/lib/Data/ +Data-Dump-1.23/lib/Data/Dump/ +Data-Dump-1.23/lib/Data/Dump.pm +Data-Dump-1.23/lib/Data/Dump/FilterContext.pm +Data-Dump-1.23/lib/Data/Dump/Filtered.pm +Data-Dump-1.23/lib/Data/Dump/Trace.pm +Entering Data-Dump-1.23 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Dump-1.23 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Dump +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test 0 ... Yes (1.30) +Checking if you have Symbol 1.06 ... Yes (1.08) +OK +Building and testing Data-Dump-1.23 ... cp lib/Data/Dump/Trace.pm blib/lib/Data/Dump/Trace.pm +cp lib/Data/Dump.pm blib/lib/Data/Dump.pm +cp lib/Data/Dump/Filtered.pm blib/lib/Data/Dump/Filtered.pm +cp lib/Data/Dump/FilterContext.pm blib/lib/Data/Dump/FilterContext.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/dd.t ............. ok +t/dollar-one.t ..... ok +t/dump.t ........... ok +t/eval.t ........... ok +t/filtered.t ....... ok +t/glob.t ........... ok +t/hash.t ........... ok +t/quote-unicode.t .. ok +t/quote.t .......... ok +t/ref.t ............ ok +t/regexp.t ......... ok +t/scalar-obj.t ..... ok +t/scalar.t ......... ok +t/tied.t ........... ok +t/vstring.t ........ ok +All tests successful. +Files=15, Tests=145, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.31 cusr 0.05 csys = 0.44 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dump.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dump/Filtered.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dump/Trace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dump/FilterContext.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dump::Filtered.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dump::Trace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dump.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-Dump-1.23 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Dump-1.23/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Dump-1.23/MYMETA.json +Building and testing Test-Trap-v0.3.3 ... Building Test-Trap +# Testing Test::Trap 0.3.3, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ....................... ok +t/01-basic.t ...................... ok +t/02-reentrant.t .................. ok +t/03-files-perlio.t ............... ok +t/03-files-systemsafe-preserve.t .. ok +t/03-files-systemsafe.t ........... ok +t/03-files-tempfile-preserve.t .... ok +t/03-files-tempfile.t ............. ok +t/04-exit.t ....................... ok +t/05-import.t ..................... ok +t/06-layers.t ..................... ok +t/07-subclass.t ................... ok +# Real fork; taint checks enabled +t/08-fork.t ....................... ok +t/09-array-accessor.t ............. ok +t/10-tester.t ..................... ok +# Real fork; taint checks enabled +t/11-systemsafe-basic.t ........... ok +t/12-systemsafe-errors.t .......... ok +t/13-regressions.t ................ ok +t/14-leaks.t ...................... ok +t/15-tempfile-options.t ........... ok +t/16-systemsafe-options.t ......... ok +t/99-coverage.t ................... ok +All tests successful. +Files=22, Tests=1118, 3 wallclock secs ( 0.16 usr 0.06 sys + 2.34 cusr 0.34 csys = 2.90 CPU) +Result: PASS +Building Test-Trap +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Trap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Trap/Builder.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Trap/Builder/TempFile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Trap/Builder/SystemSafe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Trap/Builder/PerlIO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Trap::Builder.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Trap::Builder::TempFile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Trap::Builder::PerlIO.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Trap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Trap::Builder::SystemSafe.3 +OK +Successfully installed Test-Trap-v0.3.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Trap-v0.3.3/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Trap-v0.3.3/MYMETA.json +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Test-Spec-0.53. +Searching MooX::Aliases (0) on cpanmetadb ... +--2017-10-09 07:31:36-- http://cpanmetadb.plackperl.org/v1.0/package/MooX::Aliases +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.9M=0s + +2017-10-09 07:31:36 (16.9 MB/s) - written to stdout [108/108] + +--> Working on MooX::Aliases +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/MooX-Aliases-0.001006.tar.gz ... --2017-10-09 07:31:36-- http://www.cpan.org/authors/id/H/HA/HAARG/MooX-Aliases-0.001006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 6593 (6.4K) [application/x-gzip] +Saving to: ‘MooX-Aliases-0.001006.tar.gz’ + + 0K ...... 100% 757M=0s + +2017-10-09 07:31:36 (757 MB/s) - ‘MooX-Aliases-0.001006.tar.gz’ saved [6593/6593] + +Unpacking MooX-Aliases-0.001006.tar.gz +OK +MooX-Aliases-0.001006/ +MooX-Aliases-0.001006/Changes +MooX-Aliases-0.001006/lib/ +MooX-Aliases-0.001006/maint/ +MooX-Aliases-0.001006/Makefile.PL +MooX-Aliases-0.001006/MANIFEST +MooX-Aliases-0.001006/META.json +MooX-Aliases-0.001006/META.yml +MooX-Aliases-0.001006/README +MooX-Aliases-0.001006/t/ +MooX-Aliases-0.001006/xt/ +MooX-Aliases-0.001006/xt/autoclean.t +MooX-Aliases-0.001006/xt/clean.t +MooX-Aliases-0.001006/xt/init-args-moose.t +MooX-Aliases-0.001006/xt/moose-inherit.t +MooX-Aliases-0.001006/xt/test-cleannamespaces.t +MooX-Aliases-0.001006/t/attributes.t +MooX-Aliases-0.001006/t/basic.t +MooX-Aliases-0.001006/t/errors.t +MooX-Aliases-0.001006/t/init_arg-coerce.t +MooX-Aliases-0.001006/t/init_arg.t +MooX-Aliases-0.001006/t/roles-init_arg.t +MooX-Aliases-0.001006/t/roles.t +MooX-Aliases-0.001006/t/traits.t +MooX-Aliases-0.001006/maint/Makefile.PL.include +MooX-Aliases-0.001006/lib/MooX/ +MooX-Aliases-0.001006/lib/MooX/Aliases.pm +Entering MooX-Aliases-0.001006 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring MooX-Aliases-0.001006 ... Warning: prerequisite Moo 1.001 not found. +Warning: prerequisite strictures 1 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Aliases +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Checking if you have strictures 1 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching strictures (1) on cpanmetadb ... +OK +==> Found dependencies: strictures, Moo +--2017-10-09 07:31:36-- http://cpanmetadb.plackperl.org/v1.0/package/strictures +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 130 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.4M=0s + +2017-10-09 07:31:36 (29.4 MB/s) - written to stdout [130/130] + +--> Working on strictures +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/strictures-2.000003.tar.gz ... --2017-10-09 07:31:36-- http://www.cpan.org/authors/id/H/HA/HAARG/strictures-2.000003.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15319 (15K) [application/x-gzip] +Saving to: ‘strictures-2.000003.tar.gz’ + + 0K .......... .... 100% 21.8M=0.001s + +2017-10-09 07:31:36 (21.8 MB/s) - ‘strictures-2.000003.tar.gz’ saved [15319/15319] + +Unpacking strictures-2.000003.tar.gz +OK +strictures-2.000003/ +strictures-2.000003/Changes +strictures-2.000003/inc/ +strictures-2.000003/lib/ +strictures-2.000003/maint/ +strictures-2.000003/Makefile.PL +strictures-2.000003/MANIFEST +strictures-2.000003/META.json +strictures-2.000003/META.yml +strictures-2.000003/README +strictures-2.000003/t/ +strictures-2.000003/xt/ +strictures-2.000003/xt/all-categories.t +strictures-2.000003/xt/pod.t +strictures-2.000003/t/crash.t +strictures-2.000003/t/extras.t +strictures-2.000003/t/strictures.t +strictures-2.000003/maint/Makefile.PL.include +strictures-2.000003/lib/strictures/ +strictures-2.000003/lib/strictures.pm +strictures-2.000003/lib/strictures/extra.pm +strictures-2.000003/inc/ExtUtils/ +strictures-2.000003/inc/ExtUtils/HasCompiler.pm +Entering strictures-2.000003 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring strictures-2.000003 ... Warning: prerequisite bareword::filehandles 0 not found. +Warning: prerequisite indirect 0 not found. +Warning: prerequisite multidimensional 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for strictures +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have indirect 0 ... No +Checking if you have bareword::filehandles 0 ... No +Checking if you have multidimensional 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching indirect (0) on cpanmetadb ... +OK +==> Found dependencies: indirect, bareword::filehandles, multidimensional +--2017-10-09 07:31:37-- http://cpanmetadb.plackperl.org/v1.0/package/indirect +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 86 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.0M=0s + +2017-10-09 07:31:37 (16.0 MB/s) - written to stdout [86/86] + +--> Working on indirect +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/indirect-0.37.tar.gz ... --2017-10-09 07:31:37-- http://www.cpan.org/authors/id/V/VP/VPIT/indirect-0.37.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 54892 (54K) [application/x-gzip] +Saving to: ‘indirect-0.37.tar.gz’ + + 0K .......... .......... .......... .......... .......... 93% 28.7M 0s + 50K ... 100% 6877G=0.002s + +2017-10-09 07:31:37 (30.8 MB/s) - ‘indirect-0.37.tar.gz’ saved [54892/54892] + +Unpacking indirect-0.37.tar.gz +OK +indirect-0.37/ +indirect-0.37/Changes +indirect-0.37/indirect.xs +indirect-0.37/lib/ +indirect-0.37/Makefile.PL +indirect-0.37/MANIFEST +indirect-0.37/META.json +indirect-0.37/META.yml +indirect-0.37/README +indirect-0.37/samples/ +indirect-0.37/t/ +indirect-0.37/xsh/ +indirect-0.37/xsh/caps.h +indirect-0.37/xsh/debug.h +indirect-0.37/xsh/hints.h +indirect-0.37/xsh/mem.h +indirect-0.37/xsh/ops.h +indirect-0.37/xsh/ptable.h +indirect-0.37/xsh/threads.h +indirect-0.37/xsh/util.h +indirect-0.37/t/00-load.t +indirect-0.37/t/09-load-threads.t +indirect-0.37/t/10-args.t +indirect-0.37/t/11-line.t +indirect-0.37/t/12-env.t +indirect-0.37/t/20-good.t +indirect-0.37/t/21-bad.t +indirect-0.37/t/22-bad-mixed.t +indirect-0.37/t/23-bad-notaint.t +indirect-0.37/t/30-scope.t +indirect-0.37/t/31-hints.t +indirect-0.37/t/32-global.t +indirect-0.37/t/33-compilation-errors.t +indirect-0.37/t/40-threads.t +indirect-0.37/t/41-threads-teardown.t +indirect-0.37/t/42-threads-global.t +indirect-0.37/t/45-memory.t +indirect-0.37/t/46-stress.t +indirect-0.37/t/47-stress-use.t +indirect-0.37/t/50-external.t +indirect-0.37/t/51-dd-newlines.t +indirect-0.37/t/lib/ +indirect-0.37/t/testcases/ +indirect-0.37/t/testcases/babycart_in_heredoc.pl +indirect-0.37/t/testcases/rt115392.pl +indirect-0.37/t/lib/indirect/ +indirect-0.37/t/lib/Test/ +indirect-0.37/t/lib/VPIT/ +indirect-0.37/t/lib/VPIT/TestHelpers.pm +indirect-0.37/t/lib/Test/Leaner.pm +indirect-0.37/t/lib/indirect/Test0/ +indirect-0.37/t/lib/indirect/Test1/ +indirect-0.37/t/lib/indirect/Test2.pm +indirect-0.37/t/lib/indirect/Test3.pm +indirect-0.37/t/lib/indirect/Test4.pm +indirect-0.37/t/lib/indirect/Test5.pm +indirect-0.37/t/lib/indirect/TestCompilationError.pm +indirect-0.37/t/lib/indirect/TestRequired1.pm +indirect-0.37/t/lib/indirect/TestRequired2.pm +indirect-0.37/t/lib/indirect/TestRequired3X.pm +indirect-0.37/t/lib/indirect/TestRequired3Y.pm +indirect-0.37/t/lib/indirect/TestRequired4/ +indirect-0.37/t/lib/indirect/TestRequired5/ +indirect-0.37/t/lib/indirect/TestRequired6.pm +indirect-0.37/t/lib/indirect/TestRequiredGlobal.pm +indirect-0.37/t/lib/indirect/TestRequired5/a0.pm +indirect-0.37/t/lib/indirect/TestRequired5/b0.pm +indirect-0.37/t/lib/indirect/TestRequired5/c0.pm +indirect-0.37/t/lib/indirect/TestRequired5/d0.pm +indirect-0.37/t/lib/indirect/TestRequired4/a0.pm +indirect-0.37/t/lib/indirect/TestRequired4/b0.pm +indirect-0.37/t/lib/indirect/TestRequired4/c0.pm +indirect-0.37/t/lib/indirect/Test1/il1.pm +indirect-0.37/t/lib/indirect/Test1/il2.pm +indirect-0.37/t/lib/indirect/Test0/Fffff/ +indirect-0.37/t/lib/indirect/Test0/Oooooo/ +indirect-0.37/t/lib/indirect/Test0/Oooooo/Pppppppp.pm +indirect-0.37/t/lib/indirect/Test0/Fffff/Vvvvvvv.pm +indirect-0.37/samples/indirect.pl +indirect-0.37/lib/indirect.pm +Entering indirect-0.37 +Checking configure dependencies from META.json +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring indirect-0.37 ... Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for indirect +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Socket 1.7 ... Yes (2.020_03) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have POSIX 1.02 ... Yes (1.77) +OK +Building and testing indirect-0.37 ... cp lib/indirect.pm blib/lib/indirect.pm +Running Mkbootstrap for indirect () +chmod 644 "indirect.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- indirect.bs blib/arch/auto/indirect/indirect.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' indirect.xs > indirect.xsc +mv indirect.xsc indirect.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.37\" -DXS_VERSION=\"0.37\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" indirect.c +rm -f blib/arch/auto/indirect/indirect.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong indirect.o -o blib/arch/auto/indirect/indirect.so \ + \ + +chmod 755 blib/arch/auto/indirect/indirect.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- indirect.bs blib/arch/auto/indirect/indirect.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing indirect 0.37, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ................ ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 33. +t/09-load-threads.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/10-args.t ................ ok +t/11-line.t ................ ok +t/12-env.t ................. ok +t/20-good.t ................ ok +t/21-bad.t ................. ok +t/22-bad-mixed.t ........... ok +t/23-bad-notaint.t ......... ok +t/30-scope.t ............... ok +t/31-hints.t ............... ok +t/32-global.t .............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/33-compilation-errors.t line 9. +# Looks like your test exited with 255 before it could output anything. +t/33-compilation-errors.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 5/5 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/40-threads.t line 7. +t/40-threads.t ............. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/41-threads-teardown.t line 10. +t/41-threads-teardown.t .... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/42-threads-global.t line 7. +t/42-threads-global.t ...... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/45-memory.t .............. ok +t/46-stress.t .............. ok +t/47-stress-use.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 2 just after 2. +t/50-external.t ............ +Dubious, test returned 2 (wstat 512, 0x200) +Failed 6/8 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/51-dd-newlines.t line 8. +t/51-dd-newlines.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/33-compilation-errors.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 5 tests but ran 0. +t/40-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/41-threads-teardown.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/42-threads-global.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/50-external.t (Wstat: 512 Tests: 2 Failed: 0) + Non-zero exit status: 2 + Parse errors: Bad plan. You planned 8 tests but ran 2. +t/51-dd-newlines.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=21, Tests=4460, 3 wallclock secs ( 0.42 usr 0.05 sys + 1.82 cusr 0.21 csys = 2.50 CPU) +Result: FAIL +Failed 7/21 test programs. 0/4460 subtests failed. +Makefile:1071: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing indirect failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +Searching bareword::filehandles (0) on cpanmetadb ... +FAIL +--2017-10-09 07:31:41-- http://cpanmetadb.plackperl.org/v1.0/package/bareword::filehandles +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.0M=0s + +2017-10-09 07:31:41 (18.0 MB/s) - written to stdout [116/116] + +--> Working on bareword::filehandles +Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.005.tar.gz ... --2017-10-09 07:31:41-- http://www.cpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 67564 (66K) [application/x-gzip] +Saving to: ‘bareword-filehandles-0.005.tar.gz’ + + 0K .......... .......... .......... .......... .......... 75% 67.5M 0s + 50K .......... ..... 100% 162M=0.001s + +2017-10-09 07:31:41 (78.6 MB/s) - ‘bareword-filehandles-0.005.tar.gz’ saved [67564/67564] + +Unpacking bareword-filehandles-0.005.tar.gz +OK +bareword-filehandles-0.005/ +bareword-filehandles-0.005/LICENSE +bareword-filehandles-0.005/MANIFEST +bareword-filehandles-0.005/README +bareword-filehandles-0.005/Makefile.PL +bareword-filehandles-0.005/xt/ +bareword-filehandles-0.005/xt/author/ +bareword-filehandles-0.005/xt/author/pod-coverage.t +bareword-filehandles-0.005/xt/author/pod-syntax.t +bareword-filehandles-0.005/xt/author/00-compile.t +bareword-filehandles-0.005/META.yml +bareword-filehandles-0.005/t/ +bareword-filehandles-0.005/t/00-report-prereqs.t +bareword-filehandles-0.005/t/00-report-prereqs.dd +bareword-filehandles-0.005/t/basic.t +bareword-filehandles-0.005/META.json +bareword-filehandles-0.005/Changes +bareword-filehandles-0.005/ppport.h +bareword-filehandles-0.005/lib/ +bareword-filehandles-0.005/lib/bareword/ +bareword-filehandles-0.005/lib/bareword/filehandles.pm +bareword-filehandles-0.005/dist.ini +bareword-filehandles-0.005/filehandles.xs +Entering bareword-filehandles-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B::Hooks::OP::Check 0 ... No +Checking if you have ExtUtils::Depends 0 ... No +Searching B::Hooks::OP::Check (0) on cpanmetadb ... +==> Found dependencies: B::Hooks::OP::Check, ExtUtils::Depends +--2017-10-09 07:31:41-- http://cpanmetadb.plackperl.org/v1.0/package/B::Hooks::OP::Check +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.3M=0s + +2017-10-09 07:31:41 (15.3 MB/s) - written to stdout [106/106] + +--> Working on B::Hooks::OP::Check +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-OP-Check-0.22.tar.gz ... --2017-10-09 07:31:41-- http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-OP-Check-0.22.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 76535 (75K) [application/x-gzip] +Saving to: ‘B-Hooks-OP-Check-0.22.tar.gz’ + + 0K .......... .......... .......... .......... .......... 66% 27.1M 0s + 50K .......... .......... .... 100% 33.6M=0.003s + +2017-10-09 07:31:41 (28.9 MB/s) - ‘B-Hooks-OP-Check-0.22.tar.gz’ saved [76535/76535] + +Unpacking B-Hooks-OP-Check-0.22.tar.gz +OK +B-Hooks-OP-Check-0.22/ +B-Hooks-OP-Check-0.22/Changes +B-Hooks-OP-Check-0.22/Check.xs +B-Hooks-OP-Check-0.22/CONTRIBUTING +B-Hooks-OP-Check-0.22/dist.ini +B-Hooks-OP-Check-0.22/hook_op_check.h +B-Hooks-OP-Check-0.22/INSTALL +B-Hooks-OP-Check-0.22/lib/ +B-Hooks-OP-Check-0.22/LICENCE +B-Hooks-OP-Check-0.22/Makefile.PL +B-Hooks-OP-Check-0.22/MANIFEST +B-Hooks-OP-Check-0.22/META.json +B-Hooks-OP-Check-0.22/META.yml +B-Hooks-OP-Check-0.22/ppport.h +B-Hooks-OP-Check-0.22/README +B-Hooks-OP-Check-0.22/t/ +B-Hooks-OP-Check-0.22/xt/ +B-Hooks-OP-Check-0.22/xt/author/ +B-Hooks-OP-Check-0.22/xt/release/ +B-Hooks-OP-Check-0.22/xt/release/changes_has_content.t +B-Hooks-OP-Check-0.22/xt/release/cpan-changes.t +B-Hooks-OP-Check-0.22/xt/release/distmeta.t +B-Hooks-OP-Check-0.22/xt/release/minimum-version.t +B-Hooks-OP-Check-0.22/xt/author/00-compile.t +B-Hooks-OP-Check-0.22/xt/author/clean-namespaces.t +B-Hooks-OP-Check-0.22/xt/author/eol.t +B-Hooks-OP-Check-0.22/xt/author/kwalitee.t +B-Hooks-OP-Check-0.22/xt/author/mojibake.t +B-Hooks-OP-Check-0.22/xt/author/no-tabs.t +B-Hooks-OP-Check-0.22/xt/author/pod-no404s.t +B-Hooks-OP-Check-0.22/xt/author/pod-spell.t +B-Hooks-OP-Check-0.22/xt/author/pod-syntax.t +B-Hooks-OP-Check-0.22/xt/author/portability.t +B-Hooks-OP-Check-0.22/t/00-report-prereqs.dd +B-Hooks-OP-Check-0.22/t/00-report-prereqs.t +B-Hooks-OP-Check-0.22/t/use.t +B-Hooks-OP-Check-0.22/lib/B/ +B-Hooks-OP-Check-0.22/lib/B/Hooks/ +B-Hooks-OP-Check-0.22/lib/B/Hooks/OP/ +B-Hooks-OP-Check-0.22/lib/B/Hooks/OP/Check.pm +Entering B-Hooks-OP-Check-0.22 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have ExtUtils::Depends 0.302 ... No +Searching ExtUtils::Depends (0.302) on cpanmetadb ... +==> Found dependencies: ExtUtils::Depends +--2017-10-09 07:31:41-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Depends +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.7M=0s + +2017-10-09 07:31:41 (22.7 MB/s) - written to stdout [106/106] + +--> Working on ExtUtils::Depends +Fetching http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.405.tar.gz ... --2017-10-09 07:31:41-- http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.405.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18122 (18K) [application/x-gzip] +Saving to: ‘ExtUtils-Depends-0.405.tar.gz’ + + 0K .......... ....... 100% 23.3M=0.001s + +2017-10-09 07:31:41 (23.3 MB/s) - ‘ExtUtils-Depends-0.405.tar.gz’ saved [18122/18122] + +Unpacking ExtUtils-Depends-0.405.tar.gz +OK +ExtUtils-Depends-0.405/ +ExtUtils-Depends-0.405/Changes +ExtUtils-Depends-0.405/lib/ +ExtUtils-Depends-0.405/Makefile.PL +ExtUtils-Depends-0.405/MANIFEST +ExtUtils-Depends-0.405/MANIFEST.SKIP +ExtUtils-Depends-0.405/META.json +ExtUtils-Depends-0.405/META.yml +ExtUtils-Depends-0.405/perl-ExtUtils-Depends.spec.in +ExtUtils-Depends-0.405/README +ExtUtils-Depends-0.405/t/ +ExtUtils-Depends-0.405/t/01_load.t +ExtUtils-Depends-0.405/t/02_save_load.t +ExtUtils-Depends-0.405/t/03_deps.t +ExtUtils-Depends-0.405/t/04_extra_libs.t +ExtUtils-Depends-0.405/t/inc/ +ExtUtils-Depends-0.405/t/lib/ +ExtUtils-Depends-0.405/t/lib/TestHelper.pm +ExtUtils-Depends-0.405/t/inc/DepTest/ +ExtUtils-Depends-0.405/t/inc/DepTest/DepTest.dll +ExtUtils-Depends-0.405/t/inc/DepTest/DepTest.lib +ExtUtils-Depends-0.405/t/inc/DepTest/Install/ +ExtUtils-Depends-0.405/t/inc/DepTest/libDepTest.dll.a +ExtUtils-Depends-0.405/t/inc/DepTest/PL_DepTest.dll +ExtUtils-Depends-0.405/t/inc/DepTest/PL_DepTest.lib +ExtUtils-Depends-0.405/t/inc/DepTest/PL_DepTest.so +ExtUtils-Depends-0.405/t/inc/DepTest/PL_libDepTest.dll.a +ExtUtils-Depends-0.405/t/inc/DepTest/Install/.keep +ExtUtils-Depends-0.405/lib/ExtUtils/ +ExtUtils-Depends-0.405/lib/ExtUtils/Depends.pm +Entering ExtUtils-Depends-0.405 +Checking configure dependencies from META.json +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Running Makefile.PL +Configuring ExtUtils-Depends-0.405 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::Depends +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +OK +Building and testing ExtUtils-Depends-0.405 ... cp lib/ExtUtils/Depends.pm blib/lib/ExtUtils/Depends.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_load.t ........ ok +t/02_save_load.t ... ok +t/03_deps.t ........ ok +t/04_extra_libs.t .. skipped: test only for 'MSWin32', 'cygwin', and 'android' +All tests successful. +Files=4, Tests=43, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.37 cusr 0.04 csys = 0.45 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Depends.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Depends.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed ExtUtils-Depends-0.405 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Depends-0.405/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Depends-0.405/MYMETA.json +Running Makefile.PL +Configuring B-Hooks-OP-Check-0.22 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for B::Hooks::OP::Check +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have DynaLoader 0 ... Yes (1.42) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have parent 0 ... Yes (0.236) +OK +Building and testing B-Hooks-OP-Check-0.22 ... cp lib/B/Hooks/OP/Check.pm blib/lib/B/Hooks/OP/Check.pm +cp build/IFiles.pm blib/arch/B/Hooks/OP/Check/Install/Files.pm +cp hook_op_check.h blib/arch/B/Hooks/OP/Check/Install/hook_op_check.h +Running Mkbootstrap for Check () +chmod 644 "Check.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Check.bs blib/arch/auto/B/Hooks/OP/Check/Check.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Check.xs > Check.xsc +mv Check.xsc Check.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Check.c +rm -f blib/arch/auto/B/Hooks/OP/Check/Check.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Check.o -o blib/arch/auto/B/Hooks/OP/Check/Check.so \ + \ + +chmod 755 blib/arch/auto/B/Hooks/OP/Check/Check.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Check.bs blib/arch/auto/B/Hooks/OP/Check/Check.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ----- ----- +# ExtUtils::Depends 0.302 0.405 +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------- ---- ----- +# DynaLoader any 1.42 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# --------- ------- +# JSON::PP 2.94 +# Sub::Name 0.21 +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/use.t ................ ok +All tests successful. +Files=2, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.28 cusr 0.03 csys = 0.33 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Check.bs blib/arch/auto/B/Hooks/OP/Check/Check.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/B/Hooks/OP/Check/Check.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/B/Hooks/OP/Check/Install/hook_op_check.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/B/Hooks/OP/Check/Install/Files.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/B/Hooks/OP/Check.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Hooks::OP::Check.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed B-Hooks-OP-Check-0.22 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Hooks-OP-Check-0.22/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Hooks-OP-Check-0.22/MYMETA.json +Already tried ExtUtils::Depends. Skipping. +Running Makefile.PL +Configuring bareword-filehandles-0.005 ... Warning: prerequisite Lexical::SealRequireHints 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for bareword::filehandles +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have B::Hooks::OP::Check 0 ... Yes (0.22) +Checking if you have Lexical::SealRequireHints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Searching Lexical::SealRequireHints (0) on cpanmetadb ... +OK +==> Found dependencies: Lexical::SealRequireHints +--2017-10-09 07:31:45-- http://cpanmetadb.plackperl.org/v1.0/package/Lexical::SealRequireHints +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 124 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.0M=0s + +2017-10-09 07:31:45 (20.0 MB/s) - written to stdout [124/124] + +--> Working on Lexical::SealRequireHints +Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.011.tar.gz ... --2017-10-09 07:31:45-- http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.011.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20649 (20K) [application/x-gzip] +Saving to: ‘Lexical-SealRequireHints-0.011.tar.gz’ + + 0K .......... .......... 100% 22.2M=0.001s + +2017-10-09 07:31:45 (22.2 MB/s) - ‘Lexical-SealRequireHints-0.011.tar.gz’ saved [20649/20649] + +Unpacking Lexical-SealRequireHints-0.011.tar.gz +OK +Lexical-SealRequireHints-0.011 +Lexical-SealRequireHints-0.011/.gitignore +Lexical-SealRequireHints-0.011/Build.PL +Lexical-SealRequireHints-0.011/Changes +Lexical-SealRequireHints-0.011/MANIFEST +Lexical-SealRequireHints-0.011/META.json +Lexical-SealRequireHints-0.011/META.yml +Lexical-SealRequireHints-0.011/README +Lexical-SealRequireHints-0.011/SIGNATURE +Lexical-SealRequireHints-0.011/lib +Lexical-SealRequireHints-0.011/lib/Lexical +Lexical-SealRequireHints-0.011/lib/Lexical/SealRequireHints.pm +Lexical-SealRequireHints-0.011/lib/Lexical/SealRequireHints.xs +Lexical-SealRequireHints-0.011/t +Lexical-SealRequireHints-0.011/t/before_warnings.t +Lexical-SealRequireHints-0.011/t/before_warnings_pp.t +Lexical-SealRequireHints-0.011/t/context.t +Lexical-SealRequireHints-0.011/t/context_pp.t +Lexical-SealRequireHints-0.011/t/defsv.t +Lexical-SealRequireHints-0.011/t/eval.t +Lexical-SealRequireHints-0.011/t/eval_pp.t +Lexical-SealRequireHints-0.011/t/idempotent.t +Lexical-SealRequireHints-0.011/t/idempotent_pp.t +Lexical-SealRequireHints-0.011/t/override.t +Lexical-SealRequireHints-0.011/t/override_pp.t +Lexical-SealRequireHints-0.011/t/package.t +Lexical-SealRequireHints-0.011/t/package_pp.t +Lexical-SealRequireHints-0.011/t/pod_cvg.t +Lexical-SealRequireHints-0.011/t/pod_cvg_pp.t +Lexical-SealRequireHints-0.011/t/pod_syn.t +Lexical-SealRequireHints-0.011/t/seal.t +Lexical-SealRequireHints-0.011/t/seal_pp.t +Lexical-SealRequireHints-0.011/t/setup_pp.pl +Lexical-SealRequireHints-0.011/t/swash.t +Lexical-SealRequireHints-0.011/t/swash_pp.t +Lexical-SealRequireHints-0.011/t/threads.t +Lexical-SealRequireHints-0.011/t/threads_pp.t +Lexical-SealRequireHints-0.011/t/version_check.t +Lexical-SealRequireHints-0.011/t/version_check_pp.t +Lexical-SealRequireHints-0.011/t/version_feature.t +Lexical-SealRequireHints-0.011/t/version_feature_pp.t +Lexical-SealRequireHints-0.011/t/lib +Lexical-SealRequireHints-0.011/t/lib/t +Lexical-SealRequireHints-0.011/t/lib/t/context_0.pm +Lexical-SealRequireHints-0.011/t/lib/t/context_1.pm +Lexical-SealRequireHints-0.011/t/lib/t/context_2.pm +Lexical-SealRequireHints-0.011/t/lib/t/eval_0.pm +Lexical-SealRequireHints-0.011/t/lib/t/package_0.pm +Lexical-SealRequireHints-0.011/t/lib/t/seal_0.pm +Lexical-SealRequireHints-0.011/t/lib/t/seal_1.pm +Lexical-SealRequireHints-0.011/t/lib/t/seal_2.pm +Lexical-SealRequireHints-0.011/t/lib/t/seal_3.pm +Lexical-SealRequireHints-0.011/t/lib/t/seal_4.pm +Entering Lexical-SealRequireHints-0.011 +Checking configure dependencies from META.json +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Lexical-SealRequireHints-0.011 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Lexical-SealRequireHints' version '0.011' +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Lexical-SealRequireHints-0.011 ... Building Lexical-SealRequireHints +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -DVERSION="0.011" -DXS_VERSION="0.011" -fPIC -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Lexical/SealRequireHints.o lib/Lexical/SealRequireHints.c +ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Lexical/SealRequireHints/SealRequireHints.bs') +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Lexical/SealRequireHints/SealRequireHints.so lib/Lexical/SealRequireHints.o +t/before_warnings.t ..... skipped: no problem on this Perl +t/before_warnings_pp.t .. skipped: no problem on this Perl +t/context.t ............. ok +t/context_pp.t .......... ok +t/defsv.t ............... ok +t/eval.t ................ ok +t/eval_pp.t ............. ok +t/idempotent.t .......... ok +t/idempotent_pp.t ....... ok +t/override.t ............ ok +t/override_pp.t ......... ok +t/package.t ............. ok +t/package_pp.t .......... ok +t/pod_cvg.t ............. skipped: Test::Pod::Coverage not available +t/pod_cvg_pp.t .......... skipped: Test::Pod::Coverage not available +t/pod_syn.t ............. skipped: Test::Pod not available +t/seal.t ................ ok +t/seal_pp.t ............. ok +t/swash.t ............... ok +t/swash_pp.t ............ ok +t/threads.t ............. skipped: non-threading perl build +t/threads_pp.t .......... skipped: non-threading perl build +t/version_check.t ....... ok +t/version_check_pp.t .... ok +t/version_feature.t ..... ok +t/version_feature_pp.t .. ok +All tests successful. +Files=26, Tests=249, 2 wallclock secs ( 0.10 usr 0.06 sys + 1.29 cusr 0.24 csys = 1.69 CPU) +Result: PASS +Building Lexical-SealRequireHints +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Lexical/SealRequireHints/SealRequireHints.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Lexical/SealRequireHints/SealRequireHints.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Lexical/SealRequireHints.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Lexical::SealRequireHints.3 +OK +Successfully installed Lexical-SealRequireHints-0.011 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Lexical-SealRequireHints-0.011/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Lexical-SealRequireHints-0.011/MYMETA.json +Building and testing bareword-filehandles-0.005 ... cp lib/bareword/filehandles.pm blib/lib/bareword/filehandles.pm +Running Mkbootstrap for filehandles () +chmod 644 "filehandles.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- filehandles.bs blib/arch/auto/bareword/filehandles/filehandles.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' filehandles.xs > filehandles.xsc +mv filehandles.xsc filehandles.c +cc -c -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/B/Hooks/OP/Check/Install -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.005\" -DXS_VERSION=\"0.005\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" filehandles.c +rm -f blib/arch/auto/bareword/filehandles/filehandles.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong filehandles.o -o blib/arch/auto/bareword/filehandles/filehandles.so \ + \ + +chmod 755 blib/arch/auto/bareword/filehandles/filehandles.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- filehandles.bs blib/arch/auto/bareword/filehandles/filehandles.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ----- +# B::Hooks::OP::Check any 0.22 +# ExtUtils::Depends any 0.405 +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ---------- ---- -------- +# Test::More 0.88 1.302098 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.88 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------------- ---- ----- +# B::Hooks::OP::Check any 0.22 +# Lexical::SealRequireHints any 0.011 +# XSLoader any 0.27 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +All tests successful. +Files=2, Tests=481, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.33 cusr 0.05 csys = 0.44 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- filehandles.bs blib/arch/auto/bareword/filehandles/filehandles.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/bareword/filehandles/filehandles.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/bareword/filehandles.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/bareword::filehandles.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed bareword-filehandles-0.005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/bareword-filehandles-0.005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/bareword-filehandles-0.005/MYMETA.json +Searching multidimensional (0) on cpanmetadb ... +--2017-10-09 07:31:49-- http://cpanmetadb.plackperl.org/v1.0/package/multidimensional +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.1M=0s + +2017-10-09 07:31:49 (21.1 MB/s) - written to stdout [107/107] + +--> Working on multidimensional +Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/multidimensional-0.013.tar.gz ... --2017-10-09 07:31:49-- http://www.cpan.org/authors/id/I/IL/ILMARI/multidimensional-0.013.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 67528 (66K) [application/x-gzip] +Saving to: ‘multidimensional-0.013.tar.gz’ + + 0K .......... .......... .......... .......... .......... 75% 26.6M 0s + 50K .......... ..... 100% 163M=0.002s + +2017-10-09 07:31:50 (33.3 MB/s) - ‘multidimensional-0.013.tar.gz’ saved [67528/67528] + +Unpacking multidimensional-0.013.tar.gz +OK +multidimensional-0.013/ +multidimensional-0.013/LICENSE +multidimensional-0.013/MANIFEST +multidimensional-0.013/README +multidimensional-0.013/Makefile.PL +multidimensional-0.013/xt/ +multidimensional-0.013/xt/author/ +multidimensional-0.013/xt/author/pod-coverage.t +multidimensional-0.013/xt/author/pod-syntax.t +multidimensional-0.013/xt/author/00-compile.t +multidimensional-0.013/META.yml +multidimensional-0.013/t/ +multidimensional-0.013/t/00-report-prereqs.t +multidimensional-0.013/t/00-report-prereqs.dd +multidimensional-0.013/t/basic.t +multidimensional-0.013/t/lib/ +multidimensional-0.013/t/lib/MyTest.pm +multidimensional-0.013/META.json +multidimensional-0.013/Changes +multidimensional-0.013/ppport.h +multidimensional-0.013/multidimensional.xs +multidimensional-0.013/lib/ +multidimensional-0.013/lib/multidimensional.pm +multidimensional-0.013/dist.ini +Entering multidimensional-0.013 +Checking configure dependencies from META.json +Checking if you have B::Hooks::OP::Check 0 ... Yes (0.22) +Checking if you have ExtUtils::Depends 0.302 ... Yes (0.405) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Running Makefile.PL +Configuring multidimensional-0.013 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for multidimensional +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.22) +Checking if you have Lexical::SealRequireHints 0.005 ... Yes (0.011) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +OK +Building and testing multidimensional-0.013 ... cp lib/multidimensional.pm blib/lib/multidimensional.pm +Running Mkbootstrap for multidimensional () +chmod 644 "multidimensional.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- multidimensional.bs blib/arch/auto/multidimensional/multidimensional.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' multidimensional.xs > multidimensional.xsc +mv multidimensional.xsc multidimensional.c +cc -c -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/B/Hooks/OP/Check/Install -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.013\" -DXS_VERSION=\"0.013\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" multidimensional.c +rm -f blib/arch/auto/multidimensional/multidimensional.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong multidimensional.o -o blib/arch/auto/multidimensional/multidimensional.so \ + \ + +chmod 755 blib/arch/auto/multidimensional/multidimensional.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- multidimensional.bs blib/arch/auto/multidimensional/multidimensional.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- -------- -------- +# B::Hooks::OP::Check any 0.22 +# CPAN::Meta 2.112580 2.150010 +# ExtUtils::Depends any 0.405 +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ---------- ---- -------- +# Test::More 0.88 1.302098 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.88 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------------- ----- ----- +# B::Hooks::OP::Check 0.19 0.22 +# Lexical::SealRequireHints 0.005 0.011 +# XSLoader any 0.27 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +All tests successful. +Files=2, Tests=15, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.23 cusr 0.03 csys = 0.28 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- multidimensional.bs blib/arch/auto/multidimensional/multidimensional.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/multidimensional/multidimensional.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/multidimensional.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/multidimensional.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed multidimensional-0.013 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/multidimensional-0.013/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/multidimensional-0.013/MYMETA.json +! Installing the dependencies failed: Module 'indirect' is not installed +! Bailing out the installation for strictures-2.000003. +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'strictures' is not installed, Module 'Moo' is not installed +! Bailing out the installation for MooX-Aliases-0.001006. +Searching Throwable (0) on cpanmetadb ... +--2017-10-09 07:31:52-- http://cpanmetadb.plackperl.org/v1.0/package/Throwable +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 158 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 34.6M=0s + +2017-10-09 07:31:52 (34.6 MB/s) - written to stdout [158/158] + +Already tried Throwable-0.200013. Skipping. +Searching URL::Encode (0) on cpanmetadb ... +--2017-10-09 07:31:52-- http://cpanmetadb.plackperl.org/v1.0/package/URL::Encode +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 118 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.0M=0s + +2017-10-09 07:31:52 (23.0 MB/s) - written to stdout [118/118] + +--> Working on URL::Encode +Fetching http://www.cpan.org/authors/id/C/CH/CHANSEN/URL-Encode-0.03.tar.gz ... --2017-10-09 07:31:52-- http://www.cpan.org/authors/id/C/CH/CHANSEN/URL-Encode-0.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24012 (23K) [application/x-gzip] +Saving to: ‘URL-Encode-0.03.tar.gz’ + + 0K .......... .......... ... 100% 27.3M=0.001s + +2017-10-09 07:31:52 (27.3 MB/s) - ‘URL-Encode-0.03.tar.gz’ saved [24012/24012] + +Unpacking URL-Encode-0.03.tar.gz +OK +URL-Encode-0.03/ +URL-Encode-0.03/Changes +URL-Encode-0.03/inc/ +URL-Encode-0.03/lib/ +URL-Encode-0.03/Makefile.PL +URL-Encode-0.03/MANIFEST +URL-Encode-0.03/META.yml +URL-Encode-0.03/README +URL-Encode-0.03/t/ +URL-Encode-0.03/t/010_basic.t +URL-Encode-0.03/t/020_params.t +URL-Encode-0.03/lib/URL/ +URL-Encode-0.03/lib/URL/Encode/ +URL-Encode-0.03/lib/URL/Encode.pm +URL-Encode-0.03/lib/URL/Encode.pod +URL-Encode-0.03/lib/URL/Encode/PP.pm +URL-Encode-0.03/inc/Module/ +URL-Encode-0.03/inc/Module/Install/ +URL-Encode-0.03/inc/Module/Install.pm +URL-Encode-0.03/inc/Module/Install/Base.pm +URL-Encode-0.03/inc/Module/Install/Can.pm +URL-Encode-0.03/inc/Module/Install/Fetch.pm +URL-Encode-0.03/inc/Module/Install/Makefile.pm +URL-Encode-0.03/inc/Module/Install/Metadata.pm +URL-Encode-0.03/inc/Module/Install/ReadmeFromPod.pm +URL-Encode-0.03/inc/Module/Install/Win32.pm +URL-Encode-0.03/inc/Module/Install/WriteAll.pm +Entering URL-Encode-0.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring URL-Encode-0.03 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for URL::Encode +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing URL-Encode-0.03 ... cp lib/URL/Encode/PP.pm blib/lib/URL/Encode/PP.pm +cp lib/URL/Encode.pod blib/lib/URL/Encode.pod +cp lib/URL/Encode.pm blib/lib/URL/Encode.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t +t/010_basic.t ... ok +t/020_params.t .. ok +All tests successful. +Files=2, Tests=468, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.18 cusr 0.01 csys = 0.26 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URL/Encode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URL/Encode.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URL/Encode/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URL::Encode.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed URL-Encode-0.03 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URL-Encode-0.03/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URL-Encode-0.03/MYMETA.json +Searching HTTP::Request::Common (0) on cpanmetadb ... +--2017-10-09 07:31:53-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Request::Common +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 321 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 70.0M=0s + +2017-10-09 07:31:53 (70.0 MB/s) - written to stdout [321/321] + +Already tried HTTP-Message-6.13. Skipping. +Searching IO::Socket::SSL (0) on cpanmetadb ... +--2017-10-09 07:31:53-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Socket::SSL +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 401 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 86.3M=0s + +2017-10-09 07:31:53 (86.3 MB/s) - written to stdout [401/401] + +--> Working on IO::Socket::SSL +Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.051.tar.gz ... --2017-10-09 07:31:53-- http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.051.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 220529 (215K) [application/x-gzip] +Saving to: ‘IO-Socket-SSL-2.051.tar.gz’ + + 0K .......... .......... .......... .......... .......... 23% 31.1M 0s + 50K .......... .......... .......... .......... .......... 46% 54.9M 0s + 100K .......... .......... .......... .......... .......... 69% 28.8M 0s + 150K .......... .......... .......... .......... .......... 92% 59.0M 0s + 200K .......... ..... 100% 21.2M=0.006s + +2017-10-09 07:31:53 (36.9 MB/s) - ‘IO-Socket-SSL-2.051.tar.gz’ saved [220529/220529] + +Unpacking IO-Socket-SSL-2.051.tar.gz +OK +IO-Socket-SSL-2.051/ +IO-Socket-SSL-2.051/README.Win32 +IO-Socket-SSL-2.051/lib/ +IO-Socket-SSL-2.051/lib/IO/ +IO-Socket-SSL-2.051/lib/IO/Socket/ +IO-Socket-SSL-2.051/lib/IO/Socket/SSL/ +IO-Socket-SSL-2.051/lib/IO/Socket/SSL/Utils.pm +IO-Socket-SSL-2.051/lib/IO/Socket/SSL/PublicSuffix.pm +IO-Socket-SSL-2.051/lib/IO/Socket/SSL/Intercept.pm +IO-Socket-SSL-2.051/lib/IO/Socket/SSL.pod +IO-Socket-SSL-2.051/lib/IO/Socket/SSL.pm +IO-Socket-SSL-2.051/README +IO-Socket-SSL-2.051/META.json +IO-Socket-SSL-2.051/Changes +IO-Socket-SSL-2.051/example/ +IO-Socket-SSL-2.051/example/simulate_proxy.pl +IO-Socket-SSL-2.051/example/ssl_server.pl +IO-Socket-SSL-2.051/example/ssl_mitm.pl +IO-Socket-SSL-2.051/example/async_https_server.pl +IO-Socket-SSL-2.051/example/lwp-with-verifycn.pl +IO-Socket-SSL-2.051/example/ssl_client.pl +IO-Socket-SSL-2.051/t/ +IO-Socket-SSL-2.051/t/dhe.t +IO-Socket-SSL-2.051/t/compatibility.t +IO-Socket-SSL-2.051/t/verify_fingerprint.t +IO-Socket-SSL-2.051/t/cert_no_file.t +IO-Socket-SSL-2.051/t/io-socket-inet6.t +IO-Socket-SSL-2.051/t/cert_formats.t +IO-Socket-SSL-2.051/t/io-socket-ip.t +IO-Socket-SSL-2.051/t/mitm.t +IO-Socket-SSL-2.051/t/start-stopssl.t +IO-Socket-SSL-2.051/t/protocol_version.t +IO-Socket-SSL-2.051/t/readline.t +IO-Socket-SSL-2.051/t/memleak_bad_handshake.t +IO-Socket-SSL-2.051/t/signal-readline.t +IO-Socket-SSL-2.051/t/sessions.t +IO-Socket-SSL-2.051/t/sni_verify.t +IO-Socket-SSL-2.051/t/testlib.pl +IO-Socket-SSL-2.051/t/verify_hostname_standalone.t +IO-Socket-SSL-2.051/t/public_suffix_lib_encode_idn.t +IO-Socket-SSL-2.051/t/public_suffix_lib.pl +IO-Socket-SSL-2.051/t/connectSSL-timeout.t +IO-Socket-SSL-2.051/t/session_ticket.t +IO-Socket-SSL-2.051/t/alpn.t +IO-Socket-SSL-2.051/t/public_suffix_ssl.t +IO-Socket-SSL-2.051/t/acceptSSL-timeout.t +IO-Socket-SSL-2.051/t/public_suffix_lib_uri.t +IO-Socket-SSL-2.051/t/startssl-failed.t +IO-Socket-SSL-2.051/t/external/ +IO-Socket-SSL-2.051/t/external/usable_ca.t +IO-Socket-SSL-2.051/t/external/fingerprint.pl +IO-Socket-SSL-2.051/t/external/ocsp.t +IO-Socket-SSL-2.051/t/sni.t +IO-Socket-SSL-2.051/t/plain_upgrade_downgrade.t +IO-Socket-SSL-2.051/t/sysread_write.t +IO-Socket-SSL-2.051/t/public_suffix_lib_libidn.t +IO-Socket-SSL-2.051/t/nonblock.t +IO-Socket-SSL-2.051/t/npn.t +IO-Socket-SSL-2.051/t/01loadmodule.t +IO-Socket-SSL-2.051/t/verify_hostname.t +IO-Socket-SSL-2.051/t/core.t +IO-Socket-SSL-2.051/t/auto_verify_hostname.t +IO-Socket-SSL-2.051/t/ecdhe.t +IO-Socket-SSL-2.051/t/startssl.t +IO-Socket-SSL-2.051/certs/ +IO-Socket-SSL-2.051/certs/my-ca.pem +IO-Socket-SSL-2.051/certs/server-cert.pem +IO-Socket-SSL-2.051/certs/server-key.enc +IO-Socket-SSL-2.051/certs/server-key.der +IO-Socket-SSL-2.051/certs/proxyca.pem +IO-Socket-SSL-2.051/certs/client-key.pem +IO-Socket-SSL-2.051/certs/server-cert.der +IO-Socket-SSL-2.051/certs/test-ca.pem +IO-Socket-SSL-2.051/certs/server-rsa384-dh.pem +IO-Socket-SSL-2.051/certs/server_enc.p12 +IO-Socket-SSL-2.051/certs/server.p12 +IO-Socket-SSL-2.051/certs/server-wildcard.pem +IO-Socket-SSL-2.051/certs/client-cert.pem +IO-Socket-SSL-2.051/certs/server-key.pem +IO-Socket-SSL-2.051/certs/client-key.enc +IO-Socket-SSL-2.051/BUGS +IO-Socket-SSL-2.051/META.yml +IO-Socket-SSL-2.051/Makefile.PL +IO-Socket-SSL-2.051/MANIFEST +IO-Socket-SSL-2.051/docs/ +IO-Socket-SSL-2.051/docs/debugging.txt +Entering IO-Socket-SSL-2.051 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IO-Socket-SSL-2.051 ... Checking if your kit is complete... +Looks good +Warning: prerequisite Mozilla::CA 0 not found. +Warning: prerequisite Net::SSLeay 1.46 not found. +Generating a Unix-style Makefile +Writing Makefile for IO::Socket::SSL +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Net::SSLeay 1.46 ... No +Checking if you have Mozilla::CA 0 ... No +Searching Net::SSLeay (1.46) on cpanmetadb ... +OK +==> Found dependencies: Net::SSLeay, Mozilla::CA +--2017-10-09 07:31:53-- http://cpanmetadb.plackperl.org/v1.0/package/Net::SSLeay +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 120 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.4M=0s + +2017-10-09 07:31:53 (22.4 MB/s) - written to stdout [120/120] + +--> Working on Net::SSLeay +Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz ... --2017-10-09 07:31:53-- http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 396631 (387K) [application/x-gzip] +Saving to: ‘Net-SSLeay-1.81.tar.gz’ + + 0K .......... .......... .......... .......... .......... 12% 24.2M 0s + 50K .......... .......... .......... .......... .......... 25% 52.6M 0s + 100K .......... .......... .......... .......... .......... 38% 24.8M 0s + 150K .......... .......... .......... .......... .......... 51% 47.5M 0s + 200K .......... .......... .......... .......... .......... 64% 24.1M 0s + 250K .......... .......... .......... .......... .......... 77% 44.4M 0s + 300K .......... .......... .......... .......... .......... 90% 43.2M 0s + 350K .......... .......... .......... ....... 100% 31.2M=0.01s + +2017-10-09 07:31:53 (33.3 MB/s) - ‘Net-SSLeay-1.81.tar.gz’ saved [396631/396631] + +Unpacking Net-SSLeay-1.81.tar.gz +OK +Net-SSLeay-1.81/ +Net-SSLeay-1.81/constants.c +Net-SSLeay-1.81/examples/ +Net-SSLeay-1.81/examples/stdio_bulk.pl +Net-SSLeay-1.81/examples/tcpcat.pl +Net-SSLeay-1.81/examples/passwd-cb.pl +Net-SSLeay-1.81/examples/cli-cert.pl +Net-SSLeay-1.81/examples/req.conf +Net-SSLeay-1.81/examples/bulk.pl +Net-SSLeay-1.81/examples/https-proxy-snif.pl +Net-SSLeay-1.81/examples/get_page.pl +Net-SSLeay-1.81/examples/sslcat.pl +Net-SSLeay-1.81/examples/ssl-inetd-serv.pl +Net-SSLeay-1.81/examples/ephemeral.pl +Net-SSLeay-1.81/examples/minicli.pl +Net-SSLeay-1.81/examples/get_authenticated_page.pl +Net-SSLeay-1.81/examples/tcpecho.pl +Net-SSLeay-1.81/examples/bio.pl +Net-SSLeay-1.81/examples/ssl_diff.pl +Net-SSLeay-1.81/examples/makecert.pl +Net-SSLeay-1.81/examples/callback.pl +Net-SSLeay-1.81/examples/x509_cert_details.pl +Net-SSLeay-1.81/examples/get_page_cert.pl +Net-SSLeay-1.81/examples/server_key.pem +Net-SSLeay-1.81/examples/sslecho.pl +Net-SSLeay-1.81/examples/cb-testi.pl +Net-SSLeay-1.81/MANIFEST +Net-SSLeay-1.81/README.VMS +Net-SSLeay-1.81/ppport.h +Net-SSLeay-1.81/lib/ +Net-SSLeay-1.81/lib/Net/ +Net-SSLeay-1.81/lib/Net/SSLeay.pm +Net-SSLeay-1.81/lib/Net/SSLeay/ +Net-SSLeay-1.81/lib/Net/SSLeay/Handle.pm +Net-SSLeay-1.81/lib/Net/SSLeay.pod +Net-SSLeay-1.81/t/ +Net-SSLeay-1.81/t/external/ +Net-SSLeay-1.81/t/external/08_external.t +Net-SSLeay-1.81/t/external/20_cert_chain.t +Net-SSLeay-1.81/t/external/ocsp.t +Net-SSLeay-1.81/t/external/15_altnames.t +Net-SSLeay-1.81/t/local/ +Net-SSLeay-1.81/t/local/05_passwd_cb.t +Net-SSLeay-1.81/t/local/39_pkcs12.t +Net-SSLeay-1.81/t/local/50_digest.t +Net-SSLeay-1.81/t/local/06_tcpecho.t +Net-SSLeay-1.81/t/local/33_x509_create_cert.t +Net-SSLeay-1.81/t/local/31_rsa_generate_key.t +Net-SSLeay-1.81/t/local/08_pipe.t +Net-SSLeay-1.81/t/local/62_threads-ctx_new-deadlock.t +Net-SSLeay-1.81/t/local/07_sslecho.t +Net-SSLeay-1.81/t/local/40_npn_support.t +Net-SSLeay-1.81/t/local/42_info_callback.t +Net-SSLeay-1.81/t/local/37_asn1_time.t +Net-SSLeay-1.81/t/local/35_ephemeral.t +Net-SSLeay-1.81/t/local/21_constants.t +Net-SSLeay-1.81/t/local/30_error.t +Net-SSLeay-1.81/t/local/kwalitee.t +Net-SSLeay-1.81/t/local/64_ticket_sharing.t +Net-SSLeay-1.81/t/local/01_pod.t +Net-SSLeay-1.81/t/local/34_x509_crl.t +Net-SSLeay-1.81/t/local/61_threads-cb-crash.t +Net-SSLeay-1.81/t/local/04_basic.t +Net-SSLeay-1.81/t/local/36_verify.t +Net-SSLeay-1.81/t/local/03_use.t +Net-SSLeay-1.81/t/local/38_priv-key.t +Net-SSLeay-1.81/t/local/32_x509_get_cert_info.t +Net-SSLeay-1.81/t/local/15_bio.t +Net-SSLeay-1.81/t/local/02_pod_coverage.t +Net-SSLeay-1.81/t/local/41_alpn_support.t +Net-SSLeay-1.81/t/local/20_autoload.t +Net-SSLeay-1.81/t/local/63_ec_key_generate_key.t +Net-SSLeay-1.81/t/handle/ +Net-SSLeay-1.81/t/handle/external/ +Net-SSLeay-1.81/t/handle/external/10_destroy.t +Net-SSLeay-1.81/t/handle/external/50_external.t +Net-SSLeay-1.81/t/handle/local/ +Net-SSLeay-1.81/t/handle/local/05_use.t +Net-SSLeay-1.81/t/data/ +Net-SSLeay-1.81/t/data/cert_twitter.crt.pem +Net-SSLeay-1.81/t/data/cert_paypal.crt.pem_dump +Net-SSLeay-1.81/t/data/cert_paypal.crt.pem +Net-SSLeay-1.81/t/data/pkcs12-no-chain.p12 +Net-SSLeay-1.81/t/data/pkcs12-full.p12 +Net-SSLeay-1.81/t/data/cert_twitter.crt.pem_dump +Net-SSLeay-1.81/t/data/verisign.crl.pem +Net-SSLeay-1.81/t/data/testcert_simple.crt.pem_dump +Net-SSLeay-1.81/t/data/test_CA1.encrypted_key.pem +Net-SSLeay-1.81/t/data/testreq1.der +Net-SSLeay-1.81/t/data/key.pem +Net-SSLeay-1.81/t/data/verisign.crl.der +Net-SSLeay-1.81/t/data/test_CA1.crt.pem +Net-SSLeay-1.81/t/data/testcert_extended.crt.pem_dump +Net-SSLeay-1.81/t/data/testcert_cdp.crt.pem +Net-SSLeay-1.81/t/data/testcert_simple.crt.pem +Net-SSLeay-1.81/t/data/testcert_strange.crt.pem_dump +Net-SSLeay-1.81/t/data/test_CA1.key.der +Net-SSLeay-1.81/t/data/key.pem.e +Net-SSLeay-1.81/t/data/binary-test.file +Net-SSLeay-1.81/t/data/cert.pem +Net-SSLeay-1.81/t/data/testcert_strange.crt.pem +Net-SSLeay-1.81/t/data/testreq1.pem +Net-SSLeay-1.81/t/data/testcert_simple.crt.der +Net-SSLeay-1.81/t/data/testcert_cdp.crt.pem_dump +Net-SSLeay-1.81/t/data/pkcs12-no-passwd.p12 +Net-SSLeay-1.81/t/data/test_CA1.crl.der +Net-SSLeay-1.81/t/data/testcert_extended.crt.pem +Net-SSLeay-1.81/t/data/test_CA1.key.pem +Net-SSLeay-1.81/t/data/test_CA1.crt.der +Net-SSLeay-1.81/README.OSX +Net-SSLeay-1.81/Credits +Net-SSLeay-1.81/QuickRef +Net-SSLeay-1.81/typemap +Net-SSLeay-1.81/META.yml +Net-SSLeay-1.81/README +Net-SSLeay-1.81/LICENSE +Net-SSLeay-1.81/Makefile.PL +Net-SSLeay-1.81/README.Win32 +Net-SSLeay-1.81/helper_script/ +Net-SSLeay-1.81/helper_script/regen_openssl_constants.pl +Net-SSLeay-1.81/SSLeay.xs +Net-SSLeay-1.81/inc/ +Net-SSLeay-1.81/inc/Module/ +Net-SSLeay-1.81/inc/Module/Install/ +Net-SSLeay-1.81/inc/Module/Install/PRIVATE/ +Net-SSLeay-1.81/inc/Module/Install/PRIVATE/Net/ +Net-SSLeay-1.81/inc/Module/Install/PRIVATE/Net/SSLeay.pm +Net-SSLeay-1.81/inc/Module/Install/Fetch.pm +Net-SSLeay-1.81/inc/Module/Install/WriteAll.pm +Net-SSLeay-1.81/inc/Module/Install/External.pm +Net-SSLeay-1.81/inc/Module/Install/Can.pm +Net-SSLeay-1.81/inc/Module/Install/Metadata.pm +Net-SSLeay-1.81/inc/Module/Install/Win32.pm +Net-SSLeay-1.81/inc/Module/Install/Makefile.pm +Net-SSLeay-1.81/inc/Module/Install/Base.pm +Net-SSLeay-1.81/inc/Module/Install.pm +Net-SSLeay-1.81/Changes +Entering Net-SSLeay-1.81 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Net-SSLeay-1.81 ... *** Found OpenSSL-1.0.2l installed in /usr +*** Be sure to use the same compiler and options to compile your OpenSSL, perl, + and Net::SSLeay. Mixing and matching compilers is not supported. +Do you want to run external tests? +These tests *will* *fail* if you do not have network connectivity. [n] n +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Net::SSLeay +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Net-SSLeay-1.81 ... cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod +cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm +cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm +AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) +blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: + directory blib/lib/auto/Net/SSLeay: + do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https + do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx + get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http + head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt + post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt + put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http + ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read + ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ + tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read + tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ +Running Mkbootstrap for SSLeay () +chmod 644 "SSLeay.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Net-SSLeay-1.81/typemap' SSLeay.xs > SSLeay.xsc +mv SSLeay.xsc SSLeay.c +cc -c -I/usr/include -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.81\" -DXS_VERSION=\"1.81\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" SSLeay.c +rm -f blib/arch/auto/Net/SSLeay/SSLeay.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr -L/usr/lib -L/usr/local/lib -fstack-protector-strong SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ + -L/usr -L/usr/lib -lssl -lcrypto -lz \ + +chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t +t/handle/local/05_use.t ................ ok +t/local/01_pod.t ....................... skipped: Test::Pod 1.00 required for testing POD +t/local/02_pod_coverage.t .............. skipped: these tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 +t/local/03_use.t ....................... ok +# Version info: +# Testing Net::SSLeay 1.81, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# OpenSSL version: 'OpenSSL 1.0.2l 25 May 2017' +# OpenSSL platform: 'platform: debian-amd64' +t/local/04_basic.t ..................... ok +t/local/05_passwd_cb.t ................. ok +t/local/06_tcpecho.t ................... ok +t/local/07_sslecho.t ................... ok +t/local/08_pipe.t ...................... ok +t/local/15_bio.t ....................... ok +t/local/20_autoload.t .................. ok +t/local/21_constants.t ................. ok +t/local/30_error.t ..................... skipped: Requires Test::Exception, Test::Warn and Test::NoWarnings +t/local/31_rsa_generate_key.t .......... ok +t/local/32_x509_get_cert_info.t ........ ok +t/local/33_x509_create_cert.t .......... ok +t/local/34_x509_crl.t .................. ok +t/local/35_ephemeral.t ................. ok +t/local/36_verify.t .................... ok +t/local/37_asn1_time.t ................. ok +t/local/38_priv-key.t .................. ok +t/local/39_pkcs12.t .................... ok +t/local/40_npn_support.t ............... ok +t/local/41_alpn_support.t .............. ok +t/local/42_info_callback.t ............. ok +t/local/50_digest.t .................... ok +t/local/61_threads-cb-crash.t .......... skipped: your perl is not compiled with ithreads or is pre-5.8 +t/local/62_threads-ctx_new-deadlock.t .. skipped: your perl is not compiled with ithreads or is pre-5.8 +t/local/63_ec_key_generate_key.t ....... ok +t/local/64_ticket_sharing.t ............ ok +t/local/kwalitee.t ..................... skipped: these tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 +All tests successful. +Files=31, Tests=2722, 5 wallclock secs ( 0.33 usr 0.06 sys + 3.80 cusr 0.43 csys = 4.62 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/SSLeay.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/set_proxy.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_https3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/initialize.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/want_write.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/ssl_read_CRLF.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_http3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/want_nothing.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_http4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcp_write_all.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_https4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/open_tcp_connection.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcp_read_CRLF.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_http.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_httpx3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_httpx.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/ssl_read_all.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_httpx3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_https3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_httpx2.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_httpx4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/ssl_write_all.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_httpx.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_http4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/httpx_cat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/https_cat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcp_write_CRLF.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_http4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_http.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_http4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/ssl_read_until.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_https.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_httpx.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_http.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_httpx4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_https2.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_https4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_https.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/set_cert_and_key.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_https.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_https4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_https3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcp_read_until.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_httpx.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_httpx4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_httpx3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/http_cat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/new_x_ctx.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_http3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_httpx3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcpcat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_httpx3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/ssl_write_CRLF.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcpxcat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/make_headers.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/set_server_cert_and_key.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/want_read.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/make_form.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/randomize.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/debug_read.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/tcp_read_all.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/want_X509_lookup.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_http.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_httpx4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_https4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_http3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/dump_peer_certificate.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_https.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/do_https3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/sslcat.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/get_http3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_https.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/head_https4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/open_proxy_tcp_connection.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/put_httpx4.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Net/SSLeay/post_https3.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Net/SSLeay.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Net/SSLeay.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Net/SSLeay/Handle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::SSLeay::Handle.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::SSLeay.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Net-SSLeay-1.81 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-SSLeay-1.81/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-SSLeay-1.81/MYMETA.json +Searching Mozilla::CA (0) on cpanmetadb ... +--2017-10-09 07:32:09-- http://cpanmetadb.plackperl.org/v1.0/package/Mozilla::CA +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.2M=0s + +2017-10-09 07:32:09 (18.2 MB/s) - written to stdout [102/102] + +--> Working on Mozilla::CA +Fetching http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20160104.tar.gz ... --2017-10-09 07:32:09-- http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20160104.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 154435 (151K) [application/x-gzip] +Saving to: ‘Mozilla-CA-20160104.tar.gz’ + + 0K .......... .......... .......... .......... .......... 33% 23.9M 0s + 50K .......... .......... .......... .......... .......... 66% 46.2M 0s + 100K .......... .......... .......... .......... .......... 99% 25.0M 0s + 150K 100% 1555G=0.005s + +2017-10-09 07:32:09 (29.1 MB/s) - ‘Mozilla-CA-20160104.tar.gz’ saved [154435/154435] + +Unpacking Mozilla-CA-20160104.tar.gz +OK +Mozilla-CA-20160104/ +Mozilla-CA-20160104/Changes +Mozilla-CA-20160104/lib/ +Mozilla-CA-20160104/Makefile.PL +Mozilla-CA-20160104/MANIFEST +Mozilla-CA-20160104/META.json +Mozilla-CA-20160104/META.yml +Mozilla-CA-20160104/mk-ca-bundle.pl +Mozilla-CA-20160104/README +Mozilla-CA-20160104/t/ +Mozilla-CA-20160104/update-cacert-file +Mozilla-CA-20160104/t/locate-file.t +Mozilla-CA-20160104/lib/Mozilla/ +Mozilla-CA-20160104/lib/Mozilla/CA/ +Mozilla-CA-20160104/lib/Mozilla/CA.pm +Mozilla-CA-20160104/lib/Mozilla/CA/cacert.pem +Entering Mozilla-CA-20160104 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Mozilla-CA-20160104 ... Checking if your kit is complete... +Looks good +Invalid LICENSE value 'mozilla_2_0' ignored +Invalid LICENSE value 'mozilla_2_0' ignored +Generating a Unix-style Makefile +Writing Makefile for Mozilla::CA +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test 0 ... Yes (1.30) +OK +Building and testing Mozilla-CA-20160104 ... cp mk-ca-bundle.pl blib/lib/Mozilla/mk-ca-bundle.pl +cp lib/Mozilla/CA.pm blib/lib/Mozilla/CA.pm +cp lib/Mozilla/CA/cacert.pem blib/lib/Mozilla/CA/cacert.pem +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/locate-file.t .. ok +All tests successful. +Files=1, Tests=3, 0 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mozilla/mk-ca-bundle.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mozilla/CA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mozilla/CA/cacert.pem +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mozilla::CA.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Mozilla-CA-20160104 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mozilla-CA-20160104/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mozilla-CA-20160104/MYMETA.json +Building and testing IO-Socket-SSL-2.051 ... cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm +cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod +cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm +cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm +cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/external/*.t +# openssl version=0x100020cf +# Net::SSLeay version=1.81 +# parent IO::Socket::IP version=0.39 +t/01loadmodule.t .................. ok +t/acceptSSL-timeout.t ............. ok +t/alpn.t .......................... ok +t/auto_verify_hostname.t .......... ok +t/cert_formats.t .................. ok +t/cert_no_file.t .................. ok +t/compatibility.t ................. ok +t/connectSSL-timeout.t ............ ok +t/core.t .......................... ok +t/dhe.t ........................... ok +t/ecdhe.t ......................... ok +# tcp connect to www.chksum.de:443 ok +# tcp connect to www.spiegel.de:443 ok +# fingerprint matches +# validation with default CA w/o OCSP ok +# validation with default CA with OCSP defaults ok +# validation with default CA with OCSP full chain ok +# tcp connect to revoked.grc.com:443 ok +t/external/ocsp.t ................. ok +# found 174 CA certs +# have root CA for www.spiegel.de in store +# 5 connections to www.spiegel.de ok +# fingerprint www.spiegel.de matches +# check www.spiegel.de against builtin CA store ok +# have root CA for www.yahoo.com in store +# 5 connections to www.yahoo.com ok +# have root CA for www.comdirect.de in store +# 5 connections to www.comdirect.de ok +# have root CA for meine.deutsche-bank.de in store +# 5 connections to meine.deutsche-bank.de ok +# have root CA for www.twitter.com in store +# 5 connections to www.twitter.com ok +# have root CA for www.facebook.com in store +# 5 connections to www.facebook.com ok +# have root CA for www.live.com in store +# 5 connections to www.live.com ok +t/external/usable_ca.t ............ ok +t/io-socket-inet6.t ............... skipped: no IO::Socket::INET6 available +t/io-socket-ip.t .................. skipped: (no reason given) +t/memleak_bad_handshake.t ......... ok +t/mitm.t .......................... ok +t/nonblock.t ...................... ok +t/npn.t ........................... ok +# -- test: newINET start_SSL stop_SSL start_SSL +# server accepted new client +# wait for initial data from client +# got 0x666f6f from client +# server: got plain data at start of connection +# server: TLS upgrade +# server: TLS downgrade +# server: TLS upgrade#2 +# -- test: newSSL stop_SSL connect_SSL +# server accepted new client +# wait for initial data from client +# got 0x160301 from client +# server: TLS upgrade +# server: TLS downgrade +# server: TLS upgrade#2 +# -- test: newSSL:0 connect_SSL stop_SSL connect_SSL +# server accepted new client +# wait for initial data from client +# got 0x666f6f from client +# server: got plain data at start of connection +# server: TLS upgrade +# server: TLS downgrade +# server: TLS upgrade#2 +# -- test: newSSL:0 start_SSL stop_SSL connect_SSL +# server accepted new client +# wait for initial data from client +# got 0x666f6f from client +# server: got plain data at start of connection +# server: TLS upgrade +# server: TLS downgrade +# server: TLS upgrade#2 +# server accepted new client +# wait for initial data from client +# got 0x656e64 from client +# client requested end of tests +t/plain_upgrade_downgrade.t ....... ok +# looks like OpenSSL was compiled without SSLv3 support +t/protocol_version.t .............. ok +t/public_suffix_lib_encode_idn.t .. ok +t/public_suffix_lib_libidn.t ...... ok +t/public_suffix_lib_uri.t ......... ok +t/public_suffix_ssl.t ............. ok +t/readline.t ...................... ok +# listen at 127.0.0.1:56345 +# listen at 127.0.0.1:55149 +# connect to 0: success reuse=0 +# connect to 0: success reuse=1 +# connect to 1: success reuse=1 +# connect to 1: success reuse=0 +# connect to 0: success reuse=0 +# connect to 0: success reuse=1 +t/session_ticket.t ................ ok +t/sessions.t ...................... ok +t/signal-readline.t ............... ok +t/sni.t ........................... ok +t/sni_verify.t .................... ok +t/start-stopssl.t ................. ok +t/startssl-failed.t ............... ok +t/startssl.t ...................... ok +t/sysread_write.t ................. ok +t/verify_fingerprint.t ............ ok +t/verify_hostname.t ............... ok +t/verify_hostname_standalone.t .... ok +All tests successful. +Files=38, Tests=794, 51 wallclock secs ( 0.19 usr 0.07 sys + 5.87 cusr 0.86 csys = 6.99 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Socket/SSL.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Socket/SSL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Socket/SSL/PublicSuffix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Socket/SSL/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Socket/SSL/Intercept.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::SSL::PublicSuffix.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::SSL::Intercept.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::SSL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Socket::SSL::Utils.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-Socket-SSL-2.051 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Socket-SSL-2.051/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Socket-SSL-2.051/MYMETA.json +Already tried URI. Skipping. +Searching Ref::Util (0) on cpanmetadb ... +--2017-10-09 07:33:02-- http://cpanmetadb.plackperl.org/v1.0/package/Ref::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.3M=0s + +2017-10-09 07:33:02 (16.3 MB/s) - written to stdout [112/112] + +--> Working on Ref::Util +Fetching http://www.cpan.org/authors/id/A/AR/ARC/Ref-Util-0.203.tar.gz ... --2017-10-09 07:33:02-- http://www.cpan.org/authors/id/A/AR/ARC/Ref-Util-0.203.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26937 (26K) [application/x-gzip] +Saving to: ‘Ref-Util-0.203.tar.gz’ + + 0K .......... .......... ...... 100% 29.6M=0.001s + +2017-10-09 07:33:02 (29.6 MB/s) - ‘Ref-Util-0.203.tar.gz’ saved [26937/26937] + +Unpacking Ref-Util-0.203.tar.gz +OK +Ref-Util-0.203/ +Ref-Util-0.203/Changes +Ref-Util-0.203/cpanfile +Ref-Util-0.203/dist.ini +Ref-Util-0.203/inc/ +Ref-Util-0.203/inc/ExtUtils/ +Ref-Util-0.203/inc/ExtUtils/HasCompiler.pm +Ref-Util-0.203/inc/ExtUtils/MakeMaker/ +Ref-Util-0.203/inc/ExtUtils/MakeMaker/Dist/ +Ref-Util-0.203/inc/ExtUtils/MakeMaker/Dist/Zilla/ +Ref-Util-0.203/inc/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm +Ref-Util-0.203/lib/ +Ref-Util-0.203/lib/Ref/ +Ref-Util-0.203/lib/Ref/Util/ +Ref-Util-0.203/lib/Ref/Util/PP.pm +Ref-Util-0.203/lib/Ref/Util.pm +Ref-Util-0.203/LICENSE +Ref-Util-0.203/Makefile.PL +Ref-Util-0.203/MANIFEST +Ref-Util-0.203/META.json +Ref-Util-0.203/META.yml +Ref-Util-0.203/README +Ref-Util-0.203/t/ +Ref-Util-0.203/t/00-report-prereqs.dd +Ref-Util-0.203/t/00-report-prereqs.t +Ref-Util-0.203/t/all-permutations.t +Ref-Util-0.203/t/arrayref.t +Ref-Util-0.203/t/b-concise.t +Ref-Util-0.203/t/dynamic.t +Ref-Util-0.203/t/expr.t +Ref-Util-0.203/t/functions.t +Ref-Util-0.203/t/list.t +Ref-Util-0.203/t/magic-readonly.t +Ref-Util-0.203/t/magic.t +Ref-Util-0.203/t/pureperl.t +Ref-Util-0.203/t/toomany.t +Ref-Util-0.203/tools/ +Ref-Util-0.203/tools/bench.pl +Ref-Util-0.203/xt/ +Ref-Util-0.203/xt/author/ +Ref-Util-0.203/xt/author/00-compile.t +Ref-Util-0.203/xt/author/no-tabs.t +Ref-Util-0.203/xt/author/pod-syntax.t +Ref-Util-0.203/xt/release/ +Ref-Util-0.203/xt/release/distmeta.t +Ref-Util-0.203/xt/release/minimum-version.t +Entering Ref-Util-0.203 +Checking configure dependencies from META.json +Checking if you have Text::ParseWords 3.24 ... Yes (3.30) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Ref-Util-0.203 ... Warning: prerequisite Ref::Util::XS 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Ref::Util +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Ref::Util::XS 0 ... No +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Ref::Util::XS (0) on cpanmetadb ... +OK +==> Found dependencies: Ref::Util::XS +--2017-10-09 07:33:03-- http://cpanmetadb.plackperl.org/v1.0/package/Ref::Util::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.0M=0s + +2017-10-09 07:33:03 (19.0 MB/s) - written to stdout [101/101] + +--> Working on Ref::Util::XS +Fetching http://www.cpan.org/authors/id/X/XS/XSAWYERX/Ref-Util-XS-0.116.tar.gz ... --2017-10-09 07:33:03-- http://www.cpan.org/authors/id/X/XS/XSAWYERX/Ref-Util-XS-0.116.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 71099 (69K) [application/x-gzip] +Saving to: ‘Ref-Util-XS-0.116.tar.gz’ + + 0K .......... .......... .......... .......... .......... 72% 25.2M 0s + 50K .......... ......... 100% 141M=0.002s + +2017-10-09 07:33:03 (32.7 MB/s) - ‘Ref-Util-XS-0.116.tar.gz’ saved [71099/71099] + +Unpacking Ref-Util-XS-0.116.tar.gz +OK +Ref-Util-XS-0.116/ +Ref-Util-XS-0.116/ppport.h +Ref-Util-XS-0.116/t/ +Ref-Util-XS-0.116/t/00-report-prereqs.dd +Ref-Util-XS-0.116/t/dynamic.t +Ref-Util-XS-0.116/t/all-permutations.t +Ref-Util-XS-0.116/t/functions.t +Ref-Util-XS-0.116/t/magic.t +Ref-Util-XS-0.116/t/list.t +Ref-Util-XS-0.116/t/expr.t +Ref-Util-XS-0.116/t/toomany.t +Ref-Util-XS-0.116/t/magic-readonly.t +Ref-Util-XS-0.116/t/b-concise.t +Ref-Util-XS-0.116/t/00-report-prereqs.t +Ref-Util-XS-0.116/t/arrayref.t +Ref-Util-XS-0.116/README +Ref-Util-XS-0.116/xt/ +Ref-Util-XS-0.116/xt/author/ +Ref-Util-XS-0.116/xt/author/pod-syntax.t +Ref-Util-XS-0.116/xt/author/00-compile.t +Ref-Util-XS-0.116/xt/author/no-tabs.t +Ref-Util-XS-0.116/xt/release/ +Ref-Util-XS-0.116/xt/release/minimum-version.t +Ref-Util-XS-0.116/xt/release/distmeta.t +Ref-Util-XS-0.116/LICENSE +Ref-Util-XS-0.116/lib/ +Ref-Util-XS-0.116/lib/Ref/ +Ref-Util-XS-0.116/lib/Ref/Util/ +Ref-Util-XS-0.116/lib/Ref/Util/XS.pm +Ref-Util-XS-0.116/MANIFEST +Ref-Util-XS-0.116/XS.xs +Ref-Util-XS-0.116/inc/ +Ref-Util-XS-0.116/inc/ExtUtils/ +Ref-Util-XS-0.116/inc/ExtUtils/MakeMaker/ +Ref-Util-XS-0.116/inc/ExtUtils/MakeMaker/Dist/ +Ref-Util-XS-0.116/inc/ExtUtils/MakeMaker/Dist/Zilla/ +Ref-Util-XS-0.116/inc/ExtUtils/MakeMaker/Dist/Zilla/Develop.pm +Ref-Util-XS-0.116/META.yml +Ref-Util-XS-0.116/META.json +Ref-Util-XS-0.116/Changes +Ref-Util-XS-0.116/tools/ +Ref-Util-XS-0.116/tools/bench.pl +Ref-Util-XS-0.116/cpanfile +Ref-Util-XS-0.116/dist.ini +Ref-Util-XS-0.116/Makefile.PL +Entering Ref-Util-XS-0.116 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Ref-Util-XS-0.116 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Ref::Util::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B::Concise 0 ... Yes (1.002) +OK +Building and testing Ref-Util-XS-0.116 ... cp lib/Ref/Util/XS.pm blib/lib/Ref/Util/XS.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Ref/Util/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.116\" -DXS_VERSION=\"0.116\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" XS.c +rm -f blib/arch/auto/Ref/Util/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Ref/Util/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/Ref/Util/XS/XS.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Ref/Util/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# B::Concise any 1.002 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Exporter 5.57 5.72 +# XSLoader any 0.27 +# +t/00-report-prereqs.t .. ok +t/all-permutations.t ... ok +t/arrayref.t ........... ok +t/b-concise.t .......... ok +t/dynamic.t ............ ok +t/expr.t ............... ok +t/functions.t .......... ok +t/list.t ............... ok +t/magic-readonly.t ..... skipped: Readonly is required for this test +t/magic.t .............. ok +t/toomany.t ............ ok +All tests successful. +Files=11, Tests=470, 1 wallclock secs ( 0.12 usr 0.03 sys + 0.84 cusr 0.11 csys = 1.10 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Ref/Util/XS/XS.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Ref/Util/XS/XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Ref/Util/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Ref::Util::XS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Ref-Util-XS-0.116 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Ref-Util-XS-0.116/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Ref-Util-XS-0.116/MYMETA.json +Building and testing Ref-Util-0.203 ... cp lib/Ref/Util/PP.pm blib/lib/Ref/Util/PP.pm +cp lib/Ref/Util.pm blib/lib/Ref/Util.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# Text::ParseWords any 3.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Ref::Util::XS any 0.116 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- ----- +# Exporter 5.57 5.72 +# Ref::Util::XS any 0.116 +# +t/00-report-prereqs.t .. ok +t/all-permutations.t ... ok +t/arrayref.t ........... ok +t/b-concise.t .......... ok +t/dynamic.t ............ ok +t/expr.t ............... ok +t/functions.t .......... ok +t/list.t ............... ok +t/magic-readonly.t ..... skipped: Readonly is required for this test +t/magic.t .............. ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# Text::ParseWords any 3.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Ref::Util::XS any 0.116 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- ----- +# Exporter 5.57 5.72 +# Ref::Util::XS any 0.116 +# +t/pureperl.t ........... ok +t/toomany.t ............ ok +All tests successful. +Files=12, Tests=482, 2 wallclock secs ( 0.20 usr 0.02 sys + 1.84 cusr 0.22 csys = 2.28 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Ref/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Ref/Util/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Ref::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Ref::Util::PP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Ref-Util-0.203 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Ref-Util-0.203/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Ref-Util-0.203/MYMETA.json +Searching JSON::MaybeXS (0) on cpanmetadb ... +--2017-10-09 07:33:08-- http://cpanmetadb.plackperl.org/v1.0/package/JSON::MaybeXS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.6M=0s + +2017-10-09 07:33:08 (22.6 MB/s) - written to stdout [108/108] + +--> Working on JSON::MaybeXS +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.003009.tar.gz ... --2017-10-09 07:33:09-- http://www.cpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.003009.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11699 (11K) [application/x-gzip] +Saving to: ‘JSON-MaybeXS-1.003009.tar.gz’ + + 0K .......... . 100% 93.4M=0s + +2017-10-09 07:33:09 (93.4 MB/s) - ‘JSON-MaybeXS-1.003009.tar.gz’ saved [11699/11699] + +Unpacking JSON-MaybeXS-1.003009.tar.gz +OK +JSON-MaybeXS-1.003009/ +JSON-MaybeXS-1.003009/Changes +JSON-MaybeXS-1.003009/MANIFEST +JSON-MaybeXS-1.003009/META.json +JSON-MaybeXS-1.003009/META.yml +JSON-MaybeXS-1.003009/Makefile.PL +JSON-MaybeXS-1.003009/README +JSON-MaybeXS-1.003009/lib/ +JSON-MaybeXS-1.003009/maint/ +JSON-MaybeXS-1.003009/t/ +JSON-MaybeXS-1.003009/xt/ +JSON-MaybeXS-1.003009/xt/json_pm.t +JSON-MaybeXS-1.003009/xt/json_pm_legacy.t +JSON-MaybeXS-1.003009/xt/json_pp_legacy.t +JSON-MaybeXS-1.003009/xt/json_xs_legacy.t +JSON-MaybeXS-1.003009/t/cpanel.t +JSON-MaybeXS-1.003009/t/legacy.t +JSON-MaybeXS-1.003009/t/lib/ +JSON-MaybeXS-1.003009/t/new.t +JSON-MaybeXS-1.003009/t/none.t +JSON-MaybeXS-1.003009/t/pp.t +JSON-MaybeXS-1.003009/t/preload_cpanel.t +JSON-MaybeXS-1.003009/t/preload_xs.t +JSON-MaybeXS-1.003009/t/xs.t +JSON-MaybeXS-1.003009/t/lib/is_bool.pm +JSON-MaybeXS-1.003009/maint/Makefile.PL.include +JSON-MaybeXS-1.003009/lib/JSON/ +JSON-MaybeXS-1.003009/lib/JSON/MaybeXS.pm +Entering JSON-MaybeXS-1.003009 +Checking configure dependencies from META.json +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Running Makefile.PL +Configuring JSON-MaybeXS-1.003009 ... Warning: prerequisite Cpanel::JSON::XS 2.3310 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for JSON::MaybeXS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Cpanel::JSON::XS 2.3310 ... No +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Carp 1.26 ... Yes (1.43) +Searching Cpanel::JSON::XS (2.3310) on cpanmetadb ... +OK +==> Found dependencies: Cpanel::JSON::XS +--2017-10-09 07:33:09-- http://cpanmetadb.plackperl.org/v1.0/package/Cpanel::JSON::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 108 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.6M=0s + +2017-10-09 07:33:09 (14.6 MB/s) - written to stdout [108/108] + +--> Working on Cpanel::JSON::XS +Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-3.0239.tar.gz ... --2017-10-09 07:33:09-- http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-3.0239.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 219371 (214K) [application/x-gzip] +Saving to: ‘Cpanel-JSON-XS-3.0239.tar.gz’ + + 0K .......... .......... .......... .......... .......... 23% 21.8M 0s + 50K .......... .......... .......... .......... .......... 46% 43.7M 0s + 100K .......... .......... .......... .......... .......... 70% 22.2M 0s + 150K .......... .......... .......... .......... .......... 93% 41.8M 0s + 200K .......... .... 100% 15.4M=0.008s + +2017-10-09 07:33:09 (27.4 MB/s) - ‘Cpanel-JSON-XS-3.0239.tar.gz’ saved [219371/219371] + +Unpacking Cpanel-JSON-XS-3.0239.tar.gz +OK +Cpanel-JSON-XS-3.0239/ +Cpanel-JSON-XS-3.0239/.appveyor.yml +Cpanel-JSON-XS-3.0239/.travis.yml +Cpanel-JSON-XS-3.0239/bin/ +Cpanel-JSON-XS-3.0239/bin/cpanel_json_xs +Cpanel-JSON-XS-3.0239/Changes +Cpanel-JSON-XS-3.0239/COPYING +Cpanel-JSON-XS-3.0239/eg/ +Cpanel-JSON-XS-3.0239/eg/bench +Cpanel-JSON-XS-3.0239/Makefile.PL +Cpanel-JSON-XS-3.0239/MANIFEST +Cpanel-JSON-XS-3.0239/META.json +Cpanel-JSON-XS-3.0239/META.yml +Cpanel-JSON-XS-3.0239/ppport.h +Cpanel-JSON-XS-3.0239/README +Cpanel-JSON-XS-3.0239/SIGNATURE +Cpanel-JSON-XS-3.0239/t/ +Cpanel-JSON-XS-3.0239/t/00_load.t +Cpanel-JSON-XS-3.0239/t/01_utf8.t +Cpanel-JSON-XS-3.0239/t/02_error.t +Cpanel-JSON-XS-3.0239/t/03_types.t +Cpanel-JSON-XS-3.0239/t/04_dwiw_encode.t +Cpanel-JSON-XS-3.0239/t/05_dwiw_decode.t +Cpanel-JSON-XS-3.0239/t/06_pc_pretty.t +Cpanel-JSON-XS-3.0239/t/07_pc_esc.t +Cpanel-JSON-XS-3.0239/t/08_pc_base.t +Cpanel-JSON-XS-3.0239/t/08_pc_base_nv.t +Cpanel-JSON-XS-3.0239/t/09_pc_extra_number.t +Cpanel-JSON-XS-3.0239/t/104_sortby.t +Cpanel-JSON-XS-3.0239/t/105_esc_slash.t +Cpanel-JSON-XS-3.0239/t/106_allow_barekey.t +Cpanel-JSON-XS-3.0239/t/107_allow_singlequote.t +Cpanel-JSON-XS-3.0239/t/108_decode.t +Cpanel-JSON-XS-3.0239/t/109_encode.t +Cpanel-JSON-XS-3.0239/t/10_pc_keysort.t +Cpanel-JSON-XS-3.0239/t/110_bignum.t +Cpanel-JSON-XS-3.0239/t/112_upgrade.t +Cpanel-JSON-XS-3.0239/t/113_overloaded_eq.t +Cpanel-JSON-XS-3.0239/t/114_decode_prefix.t +Cpanel-JSON-XS-3.0239/t/115_tie_ixhash.t +Cpanel-JSON-XS-3.0239/t/116_incr_parse_fixed.t +Cpanel-JSON-XS-3.0239/t/117_numbers.t +Cpanel-JSON-XS-3.0239/t/11_pc_expo.t +Cpanel-JSON-XS-3.0239/t/12_blessed.t +Cpanel-JSON-XS-3.0239/t/13_limit.t +Cpanel-JSON-XS-3.0239/t/14_latin1.t +Cpanel-JSON-XS-3.0239/t/15_prefix.t +Cpanel-JSON-XS-3.0239/t/16_tied.t +Cpanel-JSON-XS-3.0239/t/17_relaxed.t +Cpanel-JSON-XS-3.0239/t/18_json_checker.t +Cpanel-JSON-XS-3.0239/t/19_incr.t +Cpanel-JSON-XS-3.0239/t/20_faihu.t +Cpanel-JSON-XS-3.0239/t/20_unknown.t +Cpanel-JSON-XS-3.0239/t/21_evans.t +Cpanel-JSON-XS-3.0239/t/22_comment_at_eof.t +Cpanel-JSON-XS-3.0239/t/23_array_ctx.t +Cpanel-JSON-XS-3.0239/t/24_freeze_recursion.t +Cpanel-JSON-XS-3.0239/t/25_boolean.t +Cpanel-JSON-XS-3.0239/t/26_duplicate.t +Cpanel-JSON-XS-3.0239/t/30_jsonspec.t +Cpanel-JSON-XS-3.0239/t/31_bom.t +Cpanel-JSON-XS-3.0239/t/52_object.t +Cpanel-JSON-XS-3.0239/t/53_readonly.t +Cpanel-JSON-XS-3.0239/t/54_stringify.t +Cpanel-JSON-XS-3.0239/t/55_modifiable.t +Cpanel-JSON-XS-3.0239/t/96_interop.t +Cpanel-JSON-XS-3.0239/t/96_interop_pp.t +Cpanel-JSON-XS-3.0239/t/96_mojo.t +Cpanel-JSON-XS-3.0239/t/97_unshare_hek.t +Cpanel-JSON-XS-3.0239/t/98_56only.t +Cpanel-JSON-XS-3.0239/t/99_binary.t +Cpanel-JSON-XS-3.0239/t/_unicode_handling.pm +Cpanel-JSON-XS-3.0239/t/appveyor-test.bat +Cpanel-JSON-XS-3.0239/t/gh70-asan.t +Cpanel-JSON-XS-3.0239/t/test_parsing/ +Cpanel-JSON-XS-3.0239/t/test_parsing/i_number_neg_int_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_number_pos_double_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_object_key_lone_2nd_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_1st_surrogate_but_2nd_missing.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogate_pair.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogates_escape_valid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_inverted_surrogates_U+1D11E.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_lone_second_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_not_in_unicode_range.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_truncated-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+10FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+1FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+FDD0_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-16_invalid_lonely_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-16_invalid_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-8_invalid_sequence.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_structure_500_nested_arrays.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_structure_UTF-8_BOM_empty_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_1_true_without_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_a_invalid_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_colon_instead_of_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_comma_after_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_comma_and_number.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_double_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_double_extra_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_extra_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_extra_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_incomplete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_incomplete_invalid_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_inner_array_no_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_invalid_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_items_separated_by_semicolon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_just_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_just_minus.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_missing_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_newlines_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_number_and_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_number_and_several_commas.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_spaces_vertical_tab_formfeed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_star_inside.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_with_new_lines.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_with_object_inside.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_++.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_+1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_+Inf.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-01.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-1.0..json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-2..json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-NaN.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_.-1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_.2e-3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.1.2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.3e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.3e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.e1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0_capital_E+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0_capital_E.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e-.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1_000.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1eE2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e+3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e-3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_9.e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_expression.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_hex_1_digit.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_hex_2_digits.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_Inf.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_infinity.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid+-.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-negative-real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-bigger-int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_infinity.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_sign_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_space_1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_NaN.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_int_starting_with_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_real_without_int_part.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_with_garbage_at_end.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_garbage_after_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_with_invalid_utf8_after_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_without_fractional_part.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_starting_with_dot.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_then_00.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_U+FF11_fullwidth_digit_one.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_alpha.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_alpha_char.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_leading_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_bad_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_bracket_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_comma_instead_of_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_double_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_emoji.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_garbage_at_end.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_key_with_single_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_semicolon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_no-colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_non_string_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_non_string_key_but_huge_number_instead.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_pi_in_key_and_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_repeated_null_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_several_trailing_commas.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_single_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_slash_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_slash_open_incomplete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_two_commas_in_a_row.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_unquoted_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_unterminated-value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_with_single_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_single_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u1x.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_accentuated_char_no_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_backslash_00.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escape_x.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_backslash_bad.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_ctrl_char_tab.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_emoji.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_escaped_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_surrogate_escape_invalid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid-utf-8-in-escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_backslash_esc.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_unicode_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_utf8_after_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_iso_latin_1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_leading_uescaped_thinspace.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_lone_utf8_continuation_byte.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_no_quotes_with_bad_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_2_bytes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_6_bytes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_6_bytes_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_doublequote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_string_no_double_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_start_escape_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_crtl_char.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_tab.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unicode_CapitalU.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_UTF-16_incomplete_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_UTF8_surrogate_U+D800.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_100000_opening_arrays.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_with_extra_array_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_with_unclosed_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_ascii-unicode-identifier.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_capitalized_True.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_close_unopened_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_comma_instead_of_closing_brace.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_double_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_end_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_incomplete_UTF8_BOM.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lone-invalid-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lone-open-bracket.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lt.gt.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_ltnullgt.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_no_data.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_null-byte-outside-string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_number_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_followed_by_closing_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_unclosed_no_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_with_comment.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_apostrophe.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_open_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_open_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_close_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_open_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_open_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_string_with_apostrophes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_single_point.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_single_star.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_trailing_#.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_U+2060_word_joined.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_uescaped_LF_before_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_partial_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_unfinished_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_unfinished_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unicode-identifier.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_UTF8_BOM_no_data.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_whitespace_formfeed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_whitespace_U+2060_word_joiner.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_arraysWithSpaces.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_empty-string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_ending_with_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_heterogeneous.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_1_and_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_leading_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_several_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_trailing_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_0e+1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_0e1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_after_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_double_close_to_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_double_huge_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_int_with_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_minus_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_one.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e_pos_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_fraction_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_neg_overflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_pos_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_pos_overflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_underflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_simple_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_simple_real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_too_big_neg_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_too_big_pos_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_very_big_negative_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_basic.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_duplicated_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_duplicated_key_and_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_empty_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_escaped_null_in_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_extreme_numbers.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_long_strings.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_simple.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_string_unicode.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_with_newlines.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_accepted_surrogate_pair.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_accepted_surrogate_pairs.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_allowed_escapes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_backslash_and_u_escaped_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_backslash_doublequotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_comments.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_double_escape_a.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_double_escape_n.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_escaped_control_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_escaped_noncharacter.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_in_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_in_array_with_leading_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_last_surrogates_1_and_2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_newline_uescaped.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_null_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_one-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_pi.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_simple_ascii.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_three-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_two-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_u+2028_line_sep.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_u+2029_par_sep.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_uEscape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unescaped_char_delete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_escaped_double_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_U+2064_invisible_plus.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicodeEscapedBackslash.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf16.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf16be.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf32.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf32be.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_with_del_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_negative_real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_string_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_trailing_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_true_in_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_whitespace_array.json +Cpanel-JSON-XS-3.0239/t/test_transform/ +Cpanel-JSON-XS-3.0239/t/test_transform/number_1.0.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1.000000000000000005.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1000000000000000.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_10000000000000000999.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1e-999.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1e6.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_key_nfc_nfd.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_key_nfd_nfc.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_different_values.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_same_value.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_unclear_values.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_1_escaped_invalid_codepoint.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_1_invalid_codepoint.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_2_escaped_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_2_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_3_escaped_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_3_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_with_escaped_NULL.json +Cpanel-JSON-XS-3.0239/t/z_kwalitee.t +Cpanel-JSON-XS-3.0239/t/z_leaktrace.t +Cpanel-JSON-XS-3.0239/t/z_meta.t +Cpanel-JSON-XS-3.0239/t/z_perl_minimum_version.t +Cpanel-JSON-XS-3.0239/t/z_pod-coverage.t +Cpanel-JSON-XS-3.0239/t/z_pod-spell-mistakes.t +Cpanel-JSON-XS-3.0239/t/z_pod-spelling.t +Cpanel-JSON-XS-3.0239/t/z_pod.t +Cpanel-JSON-XS-3.0239/t/zero-mojibake.t +Cpanel-JSON-XS-3.0239/typemap +Cpanel-JSON-XS-3.0239/XS/ +Cpanel-JSON-XS-3.0239/XS/Boolean.pm +Cpanel-JSON-XS-3.0239/XS.pm +Cpanel-JSON-XS-3.0239/XS.xs +Entering Cpanel-JSON-XS-3.0239 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Cpanel-JSON-XS-3.0239 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Cpanel::JSON::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Pod::Text 2.08 ... Yes (4.09) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Cpanel-JSON-XS-3.0239 ... cp XS.pm blib/lib/Cpanel/JSON/XS.pm +cp XS/Boolean.pm blib/lib/Cpanel/JSON/XS/Boolean.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Cpanel-JSON-XS-3.0239/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.0239\" -DXS_VERSION=\"3.0239\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -Wall -Werror=declaration-after-statement -Wextra -W XS.c +XS.xs: In function ‘encode_sv’: +XS.xs:1426:7: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + (void)Gconvert (nv, NV_DIG, 0, enc->cur); +rm -f blib/arch/auto/Cpanel/JSON/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Cpanel/JSON/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/Cpanel/JSON/XS/XS.so +cp bin/cpanel_json_xs blib/script/cpanel_json_xs +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanel_json_xs +Manifying 1 pod document +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t ................. ok +t/01_utf8.t ................. ok +t/02_error.t ................ ok +t/03_types.t ................ ok +t/04_dwiw_encode.t .......... ok +t/05_dwiw_decode.t .......... ok +t/06_pc_pretty.t ............ ok +t/07_pc_esc.t ............... ok +t/08_pc_base.t .............. ok +t/08_pc_base_nv.t ........... ok +t/09_pc_extra_number.t ...... ok +t/104_sortby.t .............. ok +t/105_esc_slash.t ........... ok +t/106_allow_barekey.t ....... ok +t/107_allow_singlequote.t ... ok +t/108_decode.t .............. ok +t/109_encode.t .............. ok +t/10_pc_keysort.t ........... ok +t/110_bignum.t .............. ok +t/112_upgrade.t ............. ok +t/113_overloaded_eq.t ....... ok +t/114_decode_prefix.t ....... ok +t/115_tie_ixhash.t .......... ok +t/116_incr_parse_fixed.t .... ok +t/117_numbers.t ............. ok +t/11_pc_expo.t .............. ok +t/12_blessed.t .............. ok +t/13_limit.t ................ ok +t/14_latin1.t ............... ok +t/15_prefix.t ............... ok +t/16_tied.t ................. ok +t/17_relaxed.t .............. ok +t/18_json_checker.t ......... ok +t/19_incr.t ................. ok +t/20_faihu.t ................ ok +t/20_unknown.t .............. ok +t/21_evans.t ................ ok +t/22_comment_at_eof.t ....... ok +t/23_array_ctx.t ............ ok +t/24_freeze_recursion.t ..... ok +t/25_boolean.t .............. ok +t/26_duplicate.t ............ ok +Not a CODE reference at t/30_jsonspec.t line 80. +# Looks like your test exited with 2 just after 654. +t/30_jsonspec.t ............. +Dubious, test returned 2 (wstat 512, 0x200) +Failed 32/686 subtests +Not a CODE reference at t/31_bom.t line 14. +# Looks like your test exited with 255 just after 1. +t/31_bom.t .................. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 4/5 subtests +t/52_object.t ............... ok +t/53_readonly.t ............. ok +t/54_stringify.t ............ ok +t/55_modifiable.t ........... ok +t/96_interop.t .............. skipped: JSON::XS and JSON required for testing interop +t/96_interop_pp.t ........... ok +t/96_mojo.t ................. ok +t/97_unshare_hek.t .......... ok +t/98_56only.t ............... ok +t/99_binary.t ............... ok +t/gh70-asan.t ............... ok +t/z_kwalitee.t .............. skipped: This test is only run for the module author +t/z_leaktrace.t ............. ok +t/z_meta.t .................. skipped: This test is only run for the module author +t/z_perl_minimum_version.t .. skipped: Author tests not required for installation +t/z_pod-coverage.t .......... skipped: This test is only run for the module author +t/z_pod-spell-mistakes.t .... skipped: This test is only run for the module author +t/z_pod-spelling.t .......... skipped: This test is only run for the module author +t/z_pod.t ................... skipped: This test is only run for the module author +t/zero-mojibake.t ........... ok + +Test Summary Report +------------------- +t/30_jsonspec.t (Wstat: 512 Tests: 654 Failed: 0) + Non-zero exit status: 2 + Parse errors: Bad plan. You planned 686 tests but ran 654. +t/31_bom.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 5 tests but ran 1. +Files=64, Tests=2368, 4 wallclock secs ( 0.34 usr 0.10 sys + 3.60 cusr 0.54 csys = 4.58 CPU) +Result: FAIL +Failed 2/64 test programs. 0/2368 subtests failed. +Makefile:1098: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Cpanel::JSON::XS failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +! Installing the dependencies failed: Module 'Cpanel::JSON::XS' is not installed +! Bailing out the installation for JSON-MaybeXS-1.003009. +Searching MooX::Traits (0) on cpanmetadb ... +FAIL +--2017-10-09 07:33:17-- http://cpanmetadb.plackperl.org/v1.0/package/MooX::Traits +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.3M=0s + +2017-10-09 07:33:17 (18.3 MB/s) - written to stdout [127/127] + +--> Working on MooX::Traits +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/MooX-Traits-0.005.tar.gz ... --2017-10-09 07:33:17-- http://www.cpan.org/authors/id/T/TO/TOBYINK/MooX-Traits-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20065 (20K) [application/x-gzip] +Saving to: ‘MooX-Traits-0.005.tar.gz’ + + 0K .......... ......... 100% 27.4M=0.001s + +2017-10-09 07:33:17 (27.4 MB/s) - ‘MooX-Traits-0.005.tar.gz’ saved [20065/20065] + +Unpacking MooX-Traits-0.005.tar.gz +OK +MooX-Traits-0.005/CONTRIBUTING +MooX-Traits-0.005/COPYRIGHT +MooX-Traits-0.005/CREDITS +MooX-Traits-0.005/Changes +MooX-Traits-0.005/INSTALL +MooX-Traits-0.005/LICENSE +MooX-Traits-0.005/MANIFEST +MooX-Traits-0.005/META.json +MooX-Traits-0.005/META.yml +MooX-Traits-0.005/Makefile.PL +MooX-Traits-0.005/README +MooX-Traits-0.005/SIGNATURE +MooX-Traits-0.005/dist.ini +MooX-Traits-0.005/doap.ttl +MooX-Traits-0.005/t/01basic.t +MooX-Traits-0.005/t/02packagevariant.t +MooX-Traits-0.005/t/03roletiny.t +MooX-Traits-0.005/t/04onebyone.t +MooX-Traits-0.005/lib/MooX/Traits.pm +MooX-Traits-0.005/t/from-moosex-traits/basic.t +MooX-Traits-0.005/t/from-moosex-traits/class.t +MooX-Traits-0.005/t/from-moosex-traits/parameterized.t +MooX-Traits-0.005/t/from-moosex-traits/subclass.t +MooX-Traits-0.005/t/from-moosex-traits/with-traits.t +MooX-Traits-0.005/lib/MooX/Traits/Util.pm +Entering MooX-Traits-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-Traits-0.005 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 1.000000 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Traits +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Exporter::Shiny 0 ... Yes (1.000000) +Checking if you have Role::Tiny 2.000004 ... No +Already tried Module::Runtime. Skipping. +Already tried Role::Tiny. Skipping. +! Installing the dependencies failed: Module 'Role::Tiny' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for MooX-Traits-0.005. +Searching Test::Pod (0) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime, Role::Tiny +--2017-10-09 07:33:17-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Pod +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.1M=0s + +2017-10-09 07:33:17 (17.1 MB/s) - written to stdout [88/88] + +--> Working on Test::Pod +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz ... --2017-10-09 07:33:17-- http://www.cpan.org/authors/id/E/ET/ETHER/Test-Pod-1.51.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12159 (12K) [application/x-gzip] +Saving to: ‘Test-Pod-1.51.tar.gz’ + + 0K .......... . 100% 17.3M=0.001s + +2017-10-09 07:33:17 (17.3 MB/s) - ‘Test-Pod-1.51.tar.gz’ saved [12159/12159] + +Unpacking Test-Pod-1.51.tar.gz +OK +Test-Pod-1.51/ +Test-Pod-1.51/.ackrc +Test-Pod-1.51/.mailmap +Test-Pod-1.51/.travis.yml +Test-Pod-1.51/Changes +Test-Pod-1.51/MANIFEST +Test-Pod-1.51/MANIFEST.SKIP +Test-Pod-1.51/META.json +Test-Pod-1.51/META.yml +Test-Pod-1.51/Makefile.PL +Test-Pod-1.51/README +Test-Pod-1.51/lib/ +Test-Pod-1.51/t/ +Test-Pod-1.51/t/00-load.t +Test-Pod-1.51/t/all_pod_files.t +Test-Pod-1.51/t/cut-outside-block.pod +Test-Pod-1.51/t/cut-outside-block.t +Test-Pod-1.51/t/empty-file.pod +Test-Pod-1.51/t/good.t +Test-Pod-1.51/t/item-ordering.pod +Test-Pod-1.51/t/item-ordering.t +Test-Pod-1.51/t/load.t +Test-Pod-1.51/t/missing-file.t +Test-Pod-1.51/t/pod/ +Test-Pod-1.51/t/selftest.t +Test-Pod-1.51/t/spaced-directives.pod +Test-Pod-1.51/t/spaced-directives.t +Test-Pod-1.51/t/unknown-directive.pod +Test-Pod-1.51/t/unknown-directive.t +Test-Pod-1.51/t/pod/good-pod-script +Test-Pod-1.51/t/pod/good-pod-script.bat +Test-Pod-1.51/t/pod/good.pod +Test-Pod-1.51/t/pod/no_pod.pod +Test-Pod-1.51/lib/Test/ +Test-Pod-1.51/lib/Test/Pod.pm +Entering Test-Pod-1.51 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Pod-1.51 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Pod +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Pod::Simple 3.09 ... Yes (3.35) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Test-Pod-1.51 ... cp lib/Test/Pod.pm blib/lib/Test/Pod.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Test::Pod 1.51, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# Using Pod::Simple 3.35 +t/00-load.t ............ ok +t/all_pod_files.t ...... ok +t/cut-outside-block.t .. ok +t/good.t ............... ok +t/item-ordering.t ...... ok +t/load.t ............... ok +t/missing-file.t ....... ok +t/selftest.t ........... ok +t/spaced-directives.t .. skipped: Not written yet +t/unknown-directive.t .. ok +All tests successful. +Files=10, Tests=19, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.75 cusr 0.07 csys = 0.87 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Pod.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Pod.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Pod-1.51 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Pod-1.51/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Pod-1.51/MYMETA.json +! Installing the dependencies failed: Module 'StackTrace::Auto' is not installed, Module 'Moo::Role' is not installed, Module 'Moo' is not installed, Module 'namespace::clean' is not installed, Module 'WWW::OAuth' is not installed, Module 'Module::Runtime' is not installed, Module 'MooX::Traits' is not installed, Module 'JSON::MaybeXS' is not installed, Module 'Test::Spec' is not installed, Module 'MooX::Aliases' is not installed, Module 'Throwable' is not installed +! Bailing out the installation for Twitter-API-0.0113. +Searching Perl::Tidy (0) on cpanmetadb ... +--2017-10-09 07:33:19-- http://cpanmetadb.plackperl.org/v1.0/package/Perl::Tidy +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 726 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 152M=0s + +2017-10-09 07:33:19 (152 MB/s) - written to stdout [726/726] + +--> Working on Perl::Tidy +Fetching http://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20170521.tar.gz ... --2017-10-09 07:33:19-- http://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20170521.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 432394 (422K) [application/x-gzip] +Saving to: ‘Perl-Tidy-20170521.tar.gz’ + + 0K .......... .......... .......... .......... .......... 11% 22.5M 0s + 50K .......... .......... .......... .......... .......... 23% 43.3M 0s + 100K .......... .......... .......... .......... .......... 35% 22.6M 0s + 150K .......... .......... .......... .......... .......... 47% 42.5M 0s + 200K .......... .......... .......... .......... .......... 59% 22.3M 0s + 250K .......... .......... .......... .......... .......... 71% 40.5M 0s + 300K .......... .......... .......... .......... .......... 82% 37.5M 0s + 350K .......... .......... .......... .......... .......... 94% 40.6M 0s + 400K .......... .......... .. 100% 27.4M=0.01s + +2017-10-09 07:33:19 (31.0 MB/s) - ‘Perl-Tidy-20170521.tar.gz’ saved [432394/432394] + +Unpacking Perl-Tidy-20170521.tar.gz +OK +Perl-Tidy-20170521/ +Perl-Tidy-20170521/bin/ +Perl-Tidy-20170521/bin/perltidy +Perl-Tidy-20170521/Makefile.npm +Perl-Tidy-20170521/lib/ +Perl-Tidy-20170521/lib/Perl/ +Perl-Tidy-20170521/lib/Perl/Tidy.pod +Perl-Tidy-20170521/lib/Perl/Tidy.pm +Perl-Tidy-20170521/t/ +Perl-Tidy-20170521/t/testwide.t +Perl-Tidy-20170521/t/testsa.t +Perl-Tidy-20170521/t/test.t +Perl-Tidy-20170521/t/testss.t +Perl-Tidy-20170521/t/testwide.pl.src +Perl-Tidy-20170521/Makefile.PL +Perl-Tidy-20170521/COPYING +Perl-Tidy-20170521/MANIFEST +Perl-Tidy-20170521/BUGS +Perl-Tidy-20170521/README +Perl-Tidy-20170521/META.yml +Perl-Tidy-20170521/INSTALL +Perl-Tidy-20170521/examples/ +Perl-Tidy-20170521/examples/find_naughty.pl +Perl-Tidy-20170521/examples/perltidy_okw.pl +Perl-Tidy-20170521/examples/testfa.t +Perl-Tidy-20170521/examples/perllinetype.pl +Perl-Tidy-20170521/examples/perltidyrc_dump.pl +Perl-Tidy-20170521/examples/perlcomment.pl +Perl-Tidy-20170521/examples/lextest +Perl-Tidy-20170521/examples/break_long_quotes.pl +Perl-Tidy-20170521/examples/bbtidy.pl +Perl-Tidy-20170521/examples/pt.bat +Perl-Tidy-20170521/examples/README +Perl-Tidy-20170521/examples/testff.t +Perl-Tidy-20170521/examples/perlxmltok.pl +Perl-Tidy-20170521/examples/filter_example.pl +Perl-Tidy-20170521/examples/filter_example.in +Perl-Tidy-20170521/examples/perlmask.pl +Perl-Tidy-20170521/examples/ex_mp.pl +Perl-Tidy-20170521/pm2pl +Perl-Tidy-20170521/TODO +Perl-Tidy-20170521/CHANGES +Perl-Tidy-20170521/docs/ +Perl-Tidy-20170521/docs/stylekey.pod +Perl-Tidy-20170521/docs/testfile.pl +Perl-Tidy-20170521/docs/perltidy.1 +Perl-Tidy-20170521/docs/README +Perl-Tidy-20170521/docs/tutorial.pod +Entering Perl-Tidy-20170521 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Perl-Tidy-20170521 ... Checking if your kit is complete... +Looks good +Invalid LICENSE value 'GPL-2.0+' ignored +Invalid LICENSE value 'GPL-2.0+' ignored +Generating a Unix-style Makefile +Writing Makefile for Perl::Tidy +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Perl-Tidy-20170521 ... cp lib/Perl/Tidy.pm blib/lib/Perl/Tidy.pm +cp lib/Perl/Tidy.pod blib/lib/Perl/Tidy.pod +cp bin/perltidy blib/script/perltidy +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perltidy +Manifying 1 pod document +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/test.t ...... ok +t/testsa.t .... ok +t/testss.t .... ok +t/testwide.t .. ok +All tests successful. +Files=4, Tests=5, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.78 cusr 0.06 csys = 0.87 CPU) +Result: PASS +Manifying 1 pod document +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Tidy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Tidy.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perltidy.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Tidy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perltidy +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Perl-Tidy-20170521 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Tidy-20170521/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Tidy-20170521/MYMETA.json +Searching WWW::Shorten (0) on cpanmetadb ... +--2017-10-09 07:33:21-- http://cpanmetadb.plackperl.org/v1.0/package/WWW::Shorten +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 453 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 101M=0s + +2017-10-09 07:33:21 (101 MB/s) - written to stdout [453/453] + +--> Working on WWW::Shorten +Fetching http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/WWW-Shorten-3.093.tar.gz ... --2017-10-09 07:33:21-- http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/WWW-Shorten-3.093.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22669 (22K) [application/x-gzip] +Saving to: ‘WWW-Shorten-3.093.tar.gz’ + + 0K .......... .......... .. 100% 22.1M=0.001s + +2017-10-09 07:33:21 (22.1 MB/s) - ‘WWW-Shorten-3.093.tar.gz’ saved [22669/22669] + +Unpacking WWW-Shorten-3.093.tar.gz +OK +WWW-Shorten-3.093/ +WWW-Shorten-3.093/bin/ +WWW-Shorten-3.093/bin/shorten +WWW-Shorten-3.093/Changes +WWW-Shorten-3.093/dist.ini +WWW-Shorten-3.093/lib/ +WWW-Shorten-3.093/lib/WWW/ +WWW-Shorten-3.093/lib/WWW/Shorten/ +WWW-Shorten-3.093/lib/WWW/Shorten/_dead.pm +WWW-Shorten-3.093/lib/WWW/Shorten/generic.pm +WWW-Shorten-3.093/lib/WWW/Shorten/LinkToolbot.pm +WWW-Shorten-3.093/lib/WWW/Shorten/Linkz.pm +WWW-Shorten-3.093/lib/WWW/Shorten/MakeAShorterLink.pm +WWW-Shorten-3.093/lib/WWW/Shorten/Metamark.pm +WWW-Shorten-3.093/lib/WWW/Shorten/Qurl.pm +WWW-Shorten-3.093/lib/WWW/Shorten/Qwer.pm +WWW-Shorten-3.093/lib/WWW/Shorten/TinyClick.pm +WWW-Shorten-3.093/lib/WWW/Shorten/Tinylink.pm +WWW-Shorten-3.093/lib/WWW/Shorten/TinyURL.pm +WWW-Shorten-3.093/lib/WWW/Shorten/UserAgent.pm +WWW-Shorten-3.093/lib/WWW/Shorten.pm +WWW-Shorten-3.093/LICENSE +WWW-Shorten-3.093/Makefile.PL +WWW-Shorten-3.093/MANIFEST +WWW-Shorten-3.093/META.json +WWW-Shorten-3.093/META.yml +WWW-Shorten-3.093/README.md +WWW-Shorten-3.093/t/ +WWW-Shorten-3.093/t/00-load-default.t +WWW-Shorten-3.093/t/00-load-short.t +WWW-Shorten-3.093/t/00load.t +WWW-Shorten-3.093/t/00load_a.t +WWW-Shorten-3.093/t/00load_b.t +WWW-Shorten-3.093/t/00noexp.t +WWW-Shorten-3.093/t/00sig.t +WWW-Shorten-3.093/t/90-dead.t +WWW-Shorten-3.093/t/91-dead-linktoolbot.t +WWW-Shorten-3.093/t/92-dead-metamark.t +WWW-Shorten-3.093/t/93-dead-masl.t +WWW-Shorten-3.093/t/94-dead-tinyclick.t +WWW-Shorten-3.093/t/95-dead-tinylink.t +WWW-Shorten-3.093/t/96-dead-linkz.t +WWW-Shorten-3.093/t/97-dead-qurl.t +WWW-Shorten-3.093/t/98-dead-qwer.t +WWW-Shorten-3.093/t/tinyurl.t +WWW-Shorten-3.093/xt/ +WWW-Shorten-3.093/xt/author/ +WWW-Shorten-3.093/xt/author/changes.t +WWW-Shorten-3.093/xt/author/kwalitee.t +WWW-Shorten-3.093/xt/author/manifest.t +WWW-Shorten-3.093/xt/author/pod-cm.t +WWW-Shorten-3.093/xt/author/pod-spell.t +WWW-Shorten-3.093/xt/author/pod-syntax.t +WWW-Shorten-3.093/xt/release/ +WWW-Shorten-3.093/xt/release/pause-permissions.t +WWW-Shorten-3.093/xt/release/pod-coverage.t +Entering WWW-Shorten-3.093 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring WWW-Shorten-3.093 ... Warning: prerequisite LWP::UserAgent 5.835 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for WWW::Shorten +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have LWP::UserAgent 5.835 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Searching LWP::UserAgent (5.835) on cpanmetadb ... +OK +==> Found dependencies: LWP::UserAgent +--2017-10-09 07:33:21-- http://cpanmetadb.plackperl.org/v1.0/package/LWP::UserAgent +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 690 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 118M=0s + +2017-10-09 07:33:21 (118 MB/s) - written to stdout [690/690] + +--> Working on LWP::UserAgent +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.27.tar.gz ... --2017-10-09 07:33:21-- http://www.cpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.27.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 163020 (159K) [application/x-gzip] +Saving to: ‘libwww-perl-6.27.tar.gz’ + + 0K .......... .......... .......... .......... .......... 31% 23.1M 0s + 50K .......... .......... .......... .......... .......... 62% 41.2M 0s + 100K .......... .......... .......... .......... .......... 94% 22.9M 0s + 150K ......... 100% 204M=0.005s + +2017-10-09 07:33:22 (28.4 MB/s) - ‘libwww-perl-6.27.tar.gz’ saved [163020/163020] + +Unpacking libwww-perl-6.27.tar.gz +OK +libwww-perl-6.27/ +libwww-perl-6.27/bin/ +libwww-perl-6.27/Changes +libwww-perl-6.27/CONTRIBUTING.md +libwww-perl-6.27/cpanfile +libwww-perl-6.27/dist.ini +libwww-perl-6.27/lib/ +libwww-perl-6.27/LICENSE +libwww-perl-6.27/lwpcook.pod +libwww-perl-6.27/lwptut.pod +libwww-perl-6.27/Makefile.PL +libwww-perl-6.27/MANIFEST +libwww-perl-6.27/META.json +libwww-perl-6.27/META.yml +libwww-perl-6.27/README.SSL +libwww-perl-6.27/t/ +libwww-perl-6.27/talk-to-ourself +libwww-perl-6.27/xt/ +libwww-perl-6.27/xt/author/ +libwww-perl-6.27/xt/release/ +libwww-perl-6.27/xt/release/changes_has_content.t +libwww-perl-6.27/xt/release/distmeta.t +libwww-perl-6.27/xt/release/minimum-version.t +libwww-perl-6.27/xt/author/00-compile.t +libwww-perl-6.27/xt/author/eol.t +libwww-perl-6.27/xt/author/live/ +libwww-perl-6.27/xt/author/misc/ +libwww-perl-6.27/xt/author/mojibake.t +libwww-perl-6.27/xt/author/net/ +libwww-perl-6.27/xt/author/pod-coverage.t +libwww-perl-6.27/xt/author/pod-spell.t +libwww-perl-6.27/xt/author/pod-syntax.t +libwww-perl-6.27/xt/author/portability.t +libwww-perl-6.27/xt/author/test-version.t +libwww-perl-6.27/xt/author/net/cache-timeouts.t +libwww-perl-6.27/xt/author/net/cgi-bin/ +libwww-perl-6.27/xt/author/net/config.pl_dist +libwww-perl-6.27/xt/author/net/http-get.t +libwww-perl-6.27/xt/author/net/http-post.t +libwww-perl-6.27/xt/author/net/http-timeout.t +libwww-perl-6.27/xt/author/net/mirror.t +libwww-perl-6.27/xt/author/net/moved.t +libwww-perl-6.27/xt/author/net/proxy.t +libwww-perl-6.27/xt/author/net/cgi-bin/moved +libwww-perl-6.27/xt/author/net/cgi-bin/nph-slowdata +libwww-perl-6.27/xt/author/net/cgi-bin/slowread +libwww-perl-6.27/xt/author/net/cgi-bin/test +libwww-perl-6.27/xt/author/net/cgi-bin/timeout +libwww-perl-6.27/xt/author/misc/dbmrobot +libwww-perl-6.27/xt/author/misc/get-callback +libwww-perl-6.27/xt/author/misc/get-file +libwww-perl-6.27/xt/author/misc/pod.t +libwww-perl-6.27/xt/author/live/apache-http10.t +libwww-perl-6.27/xt/author/live/jigsaw/ +libwww-perl-6.27/xt/author/live/online.t +libwww-perl-6.27/xt/author/live/jigsaw/auth-b.t +libwww-perl-6.27/xt/author/live/jigsaw/auth-d.t +libwww-perl-6.27/xt/author/live/jigsaw/chunk.t +libwww-perl-6.27/xt/author/live/jigsaw/md5-get.t +libwww-perl-6.27/xt/author/live/jigsaw/md5.t +libwww-perl-6.27/xt/author/live/jigsaw/neg-get.t +libwww-perl-6.27/xt/author/live/jigsaw/neg.t +libwww-perl-6.27/xt/author/live/jigsaw/te.t +libwww-perl-6.27/t/00-report-prereqs.dd +libwww-perl-6.27/t/00-report-prereqs.t +libwww-perl-6.27/t/10-attrs.t +libwww-perl-6.27/t/base/ +libwww-perl-6.27/t/local/ +libwww-perl-6.27/t/robot/ +libwww-perl-6.27/t/robot/ua-get.t +libwww-perl-6.27/t/robot/ua.t +libwww-perl-6.27/t/local/autoload-get.t +libwww-perl-6.27/t/local/autoload.t +libwww-perl-6.27/t/local/get.t +libwww-perl-6.27/t/local/http.t +libwww-perl-6.27/t/local/httpsub.t +libwww-perl-6.27/t/local/protosub.t +libwww-perl-6.27/t/base/default_content_type.t +libwww-perl-6.27/t/base/protocols/ +libwww-perl-6.27/t/base/protocols.t +libwww-perl-6.27/t/base/proxy.t +libwww-perl-6.27/t/base/simple.t +libwww-perl-6.27/t/base/ua.t +libwww-perl-6.27/t/base/protocols/nntp.t +libwww-perl-6.27/lib/LWP/ +libwww-perl-6.27/lib/LWP.pm +libwww-perl-6.27/lib/LWP/Authen/ +libwww-perl-6.27/lib/LWP/ConnCache.pm +libwww-perl-6.27/lib/LWP/Debug/ +libwww-perl-6.27/lib/LWP/Debug.pm +libwww-perl-6.27/lib/LWP/DebugFile.pm +libwww-perl-6.27/lib/LWP/MemberMixin.pm +libwww-perl-6.27/lib/LWP/Protocol/ +libwww-perl-6.27/lib/LWP/Protocol.pm +libwww-perl-6.27/lib/LWP/RobotUA.pm +libwww-perl-6.27/lib/LWP/Simple.pm +libwww-perl-6.27/lib/LWP/UserAgent.pm +libwww-perl-6.27/lib/LWP/Protocol/cpan.pm +libwww-perl-6.27/lib/LWP/Protocol/data.pm +libwww-perl-6.27/lib/LWP/Protocol/file.pm +libwww-perl-6.27/lib/LWP/Protocol/ftp.pm +libwww-perl-6.27/lib/LWP/Protocol/gopher.pm +libwww-perl-6.27/lib/LWP/Protocol/http.pm +libwww-perl-6.27/lib/LWP/Protocol/loopback.pm +libwww-perl-6.27/lib/LWP/Protocol/mailto.pm +libwww-perl-6.27/lib/LWP/Protocol/nntp.pm +libwww-perl-6.27/lib/LWP/Protocol/nogo.pm +libwww-perl-6.27/lib/LWP/Debug/TraceHTTP.pm +libwww-perl-6.27/lib/LWP/Authen/Basic.pm +libwww-perl-6.27/lib/LWP/Authen/Digest.pm +libwww-perl-6.27/lib/LWP/Authen/Ntlm.pm +libwww-perl-6.27/bin/lwp-download +libwww-perl-6.27/bin/lwp-dump +libwww-perl-6.27/bin/lwp-mirror +libwww-perl-6.27/bin/lwp-request +Entering libwww-perl-6.27 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have File::Copy 0 ... Yes (2.32) +Running Makefile.PL +Configuring libwww-perl-6.27 ... Warning: prerequisite File::Listing 6 not found. +Warning: prerequisite HTTP::Cookies 6 not found. +Warning: prerequisite HTTP::Daemon 6 not found. +Warning: prerequisite HTTP::Negotiate 6 not found. +Warning: prerequisite Net::HTTP 6.07 not found. +Warning: prerequisite Test::RequiresInternet 0 not found. +Warning: prerequisite WWW::RobotRules 6 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for libwww::perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have IO::Socket 1.31 ... Yes (1.38) +Checking if you have HTTP::Date 6 ... Yes (6.02) +Checking if you have HTTP::Status 6 ... Yes (6.13) +Checking if you have Test::RequiresInternet 0 ... No +Checking if you have URI 1.28 ... Yes (1.72) +Checking if you have HTTP::Request::Common 6 ... Yes (6.13) +Checking if you have HTTP::Cookies 6 ... No +Checking if you have HTTP::Daemon 6 ... No +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have LWP::MediaTypes 6 ... Yes (6.02) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Net::HTTP 6.07 ... No +Checking if you have HTTP::Response 6 ... Yes (6.13) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have WWW::RobotRules 6 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have HTTP::Negotiate 6 ... No +Checking if you have HTML::HeadParser 0 ... Yes (3.71) +Checking if you have Encode::Locale 1 ... Yes (1.05) +Checking if you have Net::FTP 2.75 ... Yes (3.10) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have HTML::Entities 0 ... Yes (3.69) +Checking if you have URI::Escape 3.26 ... Yes (3.31) +Checking if you have File::Listing 6 ... No +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have HTTP::Request 6 ... Yes (6.13) +Searching Test::RequiresInternet (0) on cpanmetadb ... +OK +==> Found dependencies: Test::RequiresInternet, HTTP::Cookies, HTTP::Daemon, Net::HTTP, WWW::RobotRules, HTTP::Negotiate, File::Listing +--2017-10-09 07:33:22-- http://cpanmetadb.plackperl.org/v1.0/package/Test::RequiresInternet +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.4M=0s + +2017-10-09 07:33:22 (20.4 MB/s) - written to stdout [115/115] + +--> Working on Test::RequiresInternet +Fetching http://www.cpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz ... --2017-10-09 07:33:22-- http://www.cpan.org/authors/id/M/MA/MALLEN/Test-RequiresInternet-0.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11029 (11K) [application/x-gzip] +Saving to: ‘Test-RequiresInternet-0.05.tar.gz’ + + 0K .......... 100% 121M=0s + +2017-10-09 07:33:22 (121 MB/s) - ‘Test-RequiresInternet-0.05.tar.gz’ saved [11029/11029] + +Unpacking Test-RequiresInternet-0.05.tar.gz +OK +Test-RequiresInternet-0.05 +Test-RequiresInternet-0.05/README +Test-RequiresInternet-0.05/Changes +Test-RequiresInternet-0.05/LICENSE +Test-RequiresInternet-0.05/dist.ini +Test-RequiresInternet-0.05/META.yml +Test-RequiresInternet-0.05/MANIFEST +Test-RequiresInternet-0.05/META.json +Test-RequiresInternet-0.05/weaver.ini +Test-RequiresInternet-0.05/t +Test-RequiresInternet-0.05/t/04_env.t +Test-RequiresInternet-0.05/t/00_load.t +Test-RequiresInternet-0.05/Makefile.PL +Test-RequiresInternet-0.05/t/05_badarg.t +Test-RequiresInternet-0.05/t/01_getserv.t +Test-RequiresInternet-0.05/t/03_badhost.t +Test-RequiresInternet-0.05/t/06_badport.t +Test-RequiresInternet-0.05/t/02_multiple_hosts.t +Test-RequiresInternet-0.05/lib/Test +Test-RequiresInternet-0.05/lib/Test/RequiresInternet.pm +Entering Test-RequiresInternet-0.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-RequiresInternet-0.05 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::RequiresInternet +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Socket 1.7 ... Yes (2.020_03) +OK +Building and testing Test-RequiresInternet-0.05 ... cp lib/Test/RequiresInternet.pm blib/lib/Test/RequiresInternet.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Test::RequiresInternet 0.05, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00_load.t ............ ok +t/01_getserv.t ......... ok +t/02_multiple_hosts.t .. ok +t/03_badhost.t ......... ok +t/04_env.t ............. skipped: NO_NETWORK_TESTING +t/05_badarg.t .......... ok +t/06_badport.t ......... skipped: Could not find a port number for foobar +All tests successful. +Files=7, Tests=5, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.35 cusr 0.08 csys = 0.47 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/RequiresInternet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::RequiresInternet.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-RequiresInternet-0.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-RequiresInternet-0.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-RequiresInternet-0.05/MYMETA.json +Searching HTTP::Cookies (6) on cpanmetadb ... +--2017-10-09 07:33:24-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Cookies +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 163 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.4M=0s + +2017-10-09 07:33:24 (30.4 MB/s) - written to stdout [163/163] + +--> Working on HTTP::Cookies +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz ... --2017-10-09 07:33:24-- http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 39502 (39K) [application/x-gzip] +Saving to: ‘HTTP-Cookies-6.04.tar.gz’ + + 0K .......... .......... .......... ........ 100% 34.3M=0.001s + +2017-10-09 07:33:24 (34.3 MB/s) - ‘HTTP-Cookies-6.04.tar.gz’ saved [39502/39502] + +Unpacking HTTP-Cookies-6.04.tar.gz +OK +HTTP-Cookies-6.04/ +HTTP-Cookies-6.04/Changes +HTTP-Cookies-6.04/CONTRIBUTORS +HTTP-Cookies-6.04/cpanfile +HTTP-Cookies-6.04/dist.ini +HTTP-Cookies-6.04/INSTALL +HTTP-Cookies-6.04/lib/ +HTTP-Cookies-6.04/LICENSE +HTTP-Cookies-6.04/Makefile.PL +HTTP-Cookies-6.04/MANIFEST +HTTP-Cookies-6.04/META.json +HTTP-Cookies-6.04/META.yml +HTTP-Cookies-6.04/perlcriticrc +HTTP-Cookies-6.04/perltidyrc +HTTP-Cookies-6.04/README.md +HTTP-Cookies-6.04/t/ +HTTP-Cookies-6.04/tidyall.ini +HTTP-Cookies-6.04/xt/ +HTTP-Cookies-6.04/xt/author/ +HTTP-Cookies-6.04/xt/release/ +HTTP-Cookies-6.04/xt/release/cpan-changes.t +HTTP-Cookies-6.04/xt/author/tidyall.t +HTTP-Cookies-6.04/t/00-report-prereqs.dd +HTTP-Cookies-6.04/t/00-report-prereqs.t +HTTP-Cookies-6.04/t/10-original_spec.t +HTTP-Cookies-6.04/t/11-rfc_2965.t +HTTP-Cookies-6.04/t/cookies.t +HTTP-Cookies-6.04/t/publicsuffix.t +HTTP-Cookies-6.04/lib/HTTP/ +HTTP-Cookies-6.04/lib/HTTP/Cookies/ +HTTP-Cookies-6.04/lib/HTTP/Cookies.pm +HTTP-Cookies-6.04/lib/HTTP/Cookies/Microsoft.pm +HTTP-Cookies-6.04/lib/HTTP/Cookies/Netscape.pm +Entering HTTP-Cookies-6.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Cookies-6.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Cookies +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test 0 ... Yes (1.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have HTTP::Request 6 ... Yes (6.13) +Checking if you have HTTP::Response 6 ... Yes (6.13) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have locale 0 ... Yes (1.09) +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have HTTP::Headers::Util 6 ... Yes (6.13) +Checking if you have HTTP::Date 6 ... Yes (6.02) +Checking if you have URI 1.28 ... Yes (1.72) +OK +Building and testing HTTP-Cookies-6.04 ... cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm +cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm +cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# HTTP::Response any 6.13 +# Test any 1.30 +# Test::More any 1.302098 +# URI any 1.72 +# warnings any 1.37 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------- ---- ---- +# Carp any 1.43 +# HTTP::Date 6 6.02 +# HTTP::Headers::Util 6 6.13 +# HTTP::Request any 6.13 +# Time::Local any 1.25 +# locale any 1.09 +# strict any 1.11 +# vars any 1.03 +# +t/00-report-prereqs.t .. ok +t/10-original_spec.t ... ok +t/11-rfc_2965.t ........ ok +t/cookies.t ............ ok +t/publicsuffix.t ....... ok +All tests successful. +Files=5, Tests=116, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.50 cusr 0.06 csys = 0.61 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Cookies.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Cookies/Netscape.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Cookies/Microsoft.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Cookies::Microsoft.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Cookies.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Cookies::Netscape.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Cookies-6.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Cookies-6.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Cookies-6.04/MYMETA.json +Searching HTTP::Daemon (6) on cpanmetadb ... +--2017-10-09 07:33:25-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Daemon +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 126 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.8M=0s + +2017-10-09 07:33:25 (25.8 MB/s) - written to stdout [126/126] + +--> Working on HTTP::Daemon +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ... --2017-10-09 07:33:25-- http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18628 (18K) [application/x-gzip] +Saving to: ‘HTTP-Daemon-6.01.tar.gz’ + + 0K .......... ........ 100% 24.2M=0.001s + +2017-10-09 07:33:25 (24.2 MB/s) - ‘HTTP-Daemon-6.01.tar.gz’ saved [18628/18628] + +Unpacking HTTP-Daemon-6.01.tar.gz +OK +HTTP-Daemon-6.01/ +HTTP-Daemon-6.01/Changes +HTTP-Daemon-6.01/lib/ +HTTP-Daemon-6.01/Makefile.PL +HTTP-Daemon-6.01/MANIFEST +HTTP-Daemon-6.01/META.yml +HTTP-Daemon-6.01/README +HTTP-Daemon-6.01/t/ +HTTP-Daemon-6.01/t/chunked.t +HTTP-Daemon-6.01/t/local/ +HTTP-Daemon-6.01/t/misc/ +HTTP-Daemon-6.01/t/robot/ +HTTP-Daemon-6.01/t/robot/ua-get.t +HTTP-Daemon-6.01/t/robot/ua.t +HTTP-Daemon-6.01/t/misc/httpd +HTTP-Daemon-6.01/t/misc/httpd_term.pl +HTTP-Daemon-6.01/t/local/http.t +HTTP-Daemon-6.01/lib/HTTP/ +HTTP-Daemon-6.01/lib/HTTP/Daemon.pm +Entering HTTP-Daemon-6.01 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Daemon-6.01 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Daemon +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have LWP::MediaTypes 6 ... Yes (6.02) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +Checking if you have IO::Socket 1.31 ... Yes (1.38) +Checking if you have HTTP::Date 6 ... Yes (6.02) +Checking if you have HTTP::Status 6 ... Yes (6.13) +Checking if you have HTTP::Response 6 ... Yes (6.13) +Checking if you have HTTP::Request 6 ... Yes (6.13) +OK +Building and testing HTTP-Daemon-6.01 ... cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/chunked.t .. ok +All tests successful. +Files=1, Tests=5, 4 wallclock secs ( 0.02 usr 0.01 sys + 0.11 cusr 0.02 csys = 0.16 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Daemon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Daemon.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Daemon-6.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Daemon-6.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Daemon-6.01/MYMETA.json +Searching Net::HTTP (6.07) on cpanmetadb ... +--2017-10-09 07:33:30-- http://cpanmetadb.plackperl.org/v1.0/package/Net::HTTP +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 158 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 36.2M=0s + +2017-10-09 07:33:30 (36.2 MB/s) - written to stdout [158/158] + +--> Working on Net::HTTP +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.17.tar.gz ... --2017-10-09 07:33:30-- http://www.cpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.17.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 37943 (37K) [application/x-gzip] +Saving to: ‘Net-HTTP-6.17.tar.gz’ + + 0K .......... .......... .......... ....... 100% 33.0M=0.001s + +2017-10-09 07:33:30 (33.0 MB/s) - ‘Net-HTTP-6.17.tar.gz’ saved [37943/37943] + +Unpacking Net-HTTP-6.17.tar.gz +OK +Net-HTTP-6.17/ +Net-HTTP-6.17/Changes +Net-HTTP-6.17/CONTRIBUTORS +Net-HTTP-6.17/cpanfile +Net-HTTP-6.17/dist.ini +Net-HTTP-6.17/INSTALL +Net-HTTP-6.17/lib/ +Net-HTTP-6.17/LICENSE +Net-HTTP-6.17/Makefile.PL +Net-HTTP-6.17/MANIFEST +Net-HTTP-6.17/META.json +Net-HTTP-6.17/META.yml +Net-HTTP-6.17/perlcriticrc +Net-HTTP-6.17/perltidyrc +Net-HTTP-6.17/README.md +Net-HTTP-6.17/t/ +Net-HTTP-6.17/tidyall.ini +Net-HTTP-6.17/t/00-report-prereqs.dd +Net-HTTP-6.17/t/00-report-prereqs.t +Net-HTTP-6.17/t/http-nb.t +Net-HTTP-6.17/t/http.t +Net-HTTP-6.17/t/live-https.t +Net-HTTP-6.17/t/live.t +Net-HTTP-6.17/t/rt-112313.t +Net-HTTP-6.17/lib/Net/ +Net-HTTP-6.17/lib/Net/HTTP/ +Net-HTTP-6.17/lib/Net/HTTP.pm +Net-HTTP-6.17/lib/Net/HTTPS.pm +Net-HTTP-6.17/lib/Net/HTTP/Methods.pm +Net-HTTP-6.17/lib/Net/HTTP/NB.pm +Entering Net-HTTP-6.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Net-HTTP-6.17 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Net::HTTP +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have vars 0 ... Yes (1.03) +Checking if you have IO::Socket::INET 0 ... Yes (1.35) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Compress::Raw::Zlib 0 ... Yes (2.074) +Checking if you have URI 1.28 ... Yes (1.72) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::Uncompress::Gunzip 0 ... Yes (2.074) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Socket 1.7 ... Yes (2.020_03) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing Net-HTTP-6.17 ... cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm +cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm +cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm +cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Data::Dumper any 2.167_02 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# IO::Select any 1.22 +# Socket any 2.020_03 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------------------- ---- ----- +# Carp any 1.43 +# Compress::Raw::Zlib any 2.074 +# IO::Socket::INET any 1.35 +# IO::Uncompress::Gunzip any 2.074 +# URI any 1.72 +# base any 2.26 +# strict any 1.11 +# vars any 1.03 +# warnings any 1.37 +# +# === Runtime Suggests === +# +# Module Want Have +# ----------------- ----- ------- +# IO::Socket any 1.38 +# IO::Socket::INET6 any missing +# IO::Socket::IP any 0.39 +# IO::Socket::SSL 2.012 2.051 +# Symbol any 1.08 +# +t/00-report-prereqs.t .. ok +t/http-nb.t ............ ok +t/http.t ............... ok +t/live-https.t ......... ok +t/live.t ............... ok +t/rt-112313.t .......... ok +All tests successful. +Files=6, Tests=104, 24 wallclock secs ( 0.05 usr 0.01 sys + 0.72 cusr 0.12 csys = 0.90 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/HTTPS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/HTTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/HTTP/Methods.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/HTTP/NB.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::HTTP::Methods.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::HTTP::NB.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::HTTP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::HTTPS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Net-HTTP-6.17 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-HTTP-6.17/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-HTTP-6.17/MYMETA.json +Searching WWW::RobotRules (6) on cpanmetadb ... +--2017-10-09 07:33:56-- http://cpanmetadb.plackperl.org/v1.0/package/WWW::RobotRules +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 168 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 34.1M=0s + +2017-10-09 07:33:56 (34.1 MB/s) - written to stdout [168/168] + +--> Working on WWW::RobotRules +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ... --2017-10-09 07:33:56-- http://www.cpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9059 (8.8K) [application/x-gzip] +Saving to: ‘WWW-RobotRules-6.02.tar.gz’ + + 0K ........ 100% 125M=0s + +2017-10-09 07:33:56 (125 MB/s) - ‘WWW-RobotRules-6.02.tar.gz’ saved [9059/9059] + +Unpacking WWW-RobotRules-6.02.tar.gz +OK +WWW-RobotRules-6.02/ +WWW-RobotRules-6.02/Changes +WWW-RobotRules-6.02/lib/ +WWW-RobotRules-6.02/Makefile.PL +WWW-RobotRules-6.02/MANIFEST +WWW-RobotRules-6.02/META.yml +WWW-RobotRules-6.02/README +WWW-RobotRules-6.02/t/ +WWW-RobotRules-6.02/t/misc/ +WWW-RobotRules-6.02/t/rules-dbm.t +WWW-RobotRules-6.02/t/rules.t +WWW-RobotRules-6.02/t/misc/dbmrobot +WWW-RobotRules-6.02/lib/WWW/ +WWW-RobotRules-6.02/lib/WWW/RobotRules/ +WWW-RobotRules-6.02/lib/WWW/RobotRules.pm +WWW-RobotRules-6.02/lib/WWW/RobotRules/AnyDBM_File.pm +Entering WWW-RobotRules-6.02 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring WWW-RobotRules-6.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for WWW::RobotRules +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have AnyDBM_File 0 ... Yes (1.01) +Checking if you have URI 1.28 ... Yes (1.72) +OK +Building and testing WWW-RobotRules-6.02 ... cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm +cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/rules-dbm.t .. ok +t/rules.t ...... ok +All tests successful. +Files=2, Tests=63, 5 wallclock secs ( 0.03 usr 0.00 sys + 0.04 cusr 0.00 csys = 0.07 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/RobotRules.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/RobotRules/AnyDBM_File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::RobotRules::AnyDBM_File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::RobotRules.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed WWW-RobotRules-6.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-RobotRules-6.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-RobotRules-6.02/MYMETA.json +Searching HTTP::Negotiate (6) on cpanmetadb ... +--2017-10-09 07:34:02-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Negotiate +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.7M=0s + +2017-10-09 07:34:02 (19.7 MB/s) - written to stdout [99/99] + +--> Working on HTTP::Negotiate +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ... --2017-10-09 07:34:02-- http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 8596 (8.4K) [application/x-gzip] +Saving to: ‘HTTP-Negotiate-6.01.tar.gz’ + + 0K ........ 100% 110M=0s + +2017-10-09 07:34:02 (110 MB/s) - ‘HTTP-Negotiate-6.01.tar.gz’ saved [8596/8596] + +Unpacking HTTP-Negotiate-6.01.tar.gz +OK +HTTP-Negotiate-6.01/ +HTTP-Negotiate-6.01/Changes +HTTP-Negotiate-6.01/lib/ +HTTP-Negotiate-6.01/Makefile.PL +HTTP-Negotiate-6.01/MANIFEST +HTTP-Negotiate-6.01/META.yml +HTTP-Negotiate-6.01/README +HTTP-Negotiate-6.01/t/ +HTTP-Negotiate-6.01/t/negotiate.t +HTTP-Negotiate-6.01/lib/HTTP/ +HTTP-Negotiate-6.01/lib/HTTP/Negotiate.pm +Entering HTTP-Negotiate-6.01 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Negotiate-6.01 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Negotiate +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have HTTP::Headers 6 ... Yes (6.13) +OK +Building and testing HTTP-Negotiate-6.01 ... cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +Redundant argument in printf at t/negotiate.t line 109. +Redundant argument in printf at t/negotiate.t line 109. +Redundant argument in printf at t/negotiate.t line 109. +Redundant argument in printf at t/negotiate.t line 109. +Redundant argument in printf at t/negotiate.t line 109. +Redundant argument in printf at t/negotiate.t line 109. +t/negotiate.t .. ok +All tests successful. +Files=1, Tests=5, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.00 csys = 0.06 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Negotiate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Negotiate.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Negotiate-6.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Negotiate-6.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Negotiate-6.01/MYMETA.json +Searching File::Listing (6) on cpanmetadb ... +--2017-10-09 07:34:03-- http://cpanmetadb.plackperl.org/v1.0/package/File::Listing +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 241 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 49.1M=0s + +2017-10-09 07:34:03 (49.1 MB/s) - written to stdout [241/241] + +--> Working on File::Listing +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ... --2017-10-09 07:34:03-- http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 51536 (50K) [application/x-gzip] +Saving to: ‘File-Listing-6.04.tar.gz’ + + 0K .......... .......... .......... .......... .......... 99% 30.2M 0s + 50K 100% 626G=0.002s + +2017-10-09 07:34:03 (30.4 MB/s) - ‘File-Listing-6.04.tar.gz’ saved [51536/51536] + +Unpacking File-Listing-6.04.tar.gz +OK +File-Listing-6.04/ +File-Listing-6.04/Changes +File-Listing-6.04/lib/ +File-Listing-6.04/Makefile.PL +File-Listing-6.04/MANIFEST +File-Listing-6.04/META.yml +File-Listing-6.04/README +File-Listing-6.04/t/ +File-Listing-6.04/t/apache.t +File-Listing-6.04/t/dosftp.t +File-Listing-6.04/t/ls-lR.t +File-Listing-6.04/t/perm1.t +File-Listing-6.04/t/perm2.t +File-Listing-6.04/t/perm3.t +File-Listing-6.04/t/perm4.t +File-Listing-6.04/lib/File/ +File-Listing-6.04/lib/File/Listing.pm +Entering File-Listing-6.04 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-Listing-6.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Listing +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have HTTP::Date 6 ... Yes (6.02) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing File-Listing-6.04 ... cp lib/File/Listing.pm blib/lib/File/Listing.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/apache.t .. ok +t/dosftp.t .. ok +t/ls-lR.t ... ok +t/perm1.t ... ok +t/perm2.t ... ok +t/perm3.t ... ok +t/perm4.t ... ok +All tests successful. +Files=7, Tests=16402, 3 wallclock secs ( 1.31 usr 0.13 sys + 2.54 cusr 0.23 csys = 4.21 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Listing.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Listing.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Listing-6.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Listing-6.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Listing-6.04/MYMETA.json +Building and testing libwww-perl-6.27 ... cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm +cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm +cp lib/LWP.pm blib/lib/LWP.pm +cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm +cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm +cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm +cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm +cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm +cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm +cp lwpcook.pod blib/lib/libwww/lwpcook.pod +cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm +cp lib/LWP/Debug/TraceHTTP.pm blib/lib/LWP/Debug/TraceHTTP.pm +cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm +cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm +cp lwptut.pod blib/lib/libwww/lwptut.pod +cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm +cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm +cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm +cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm +cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm +cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm +cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm +cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm +cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm +cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm +cp bin/lwp-download blib/script/lwp-download +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download +cp bin/lwp-dump blib/script/lwp-dump +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump +cp bin/lwp-mirror blib/script/lwp-mirror +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror +cp bin/lwp-request blib/script/lwp-request +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request +Manifying 4 pod documents +Manifying 11 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base/*.t t/base/protocols/*.t t/local/*.t t/robot/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# File::Copy any 2.32 +# Getopt::Long any 2.5 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ---------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# FindBin any 1.51 +# Test::Fatal any 0.014 +# Test::More any 1.302098 +# Test::RequiresInternet any 0.05 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------------------- ---- ---- +# Digest::MD5 any 2.55 +# Encode 2.12 2.92 +# Encode::Locale any 1.05 +# File::Listing 6 6.04 +# HTML::Entities any 3.69 +# HTML::HeadParser any 3.71 +# HTTP::Cookies 6 6.04 +# HTTP::Daemon 6 6.01 +# HTTP::Date 6 6.02 +# HTTP::Negotiate 6 6.01 +# HTTP::Request 6 6.13 +# HTTP::Request::Common 6 6.13 +# HTTP::Response 6 6.13 +# HTTP::Status 6 6.13 +# IO::Select any 1.22 +# IO::Socket any 1.38 +# LWP::MediaTypes 6 6.02 +# MIME::Base64 2.1 3.15 +# Net::FTP 2.58 3.10 +# Net::HTTP 6.07 6.17 +# Scalar::Util any 1.49 +# Try::Tiny any 0.28 +# URI 1.10 1.72 +# URI::Escape any 3.31 +# WWW::RobotRules 6 6.02 +# base any 2.26 +# strict any 1.11 +# warnings any 1.37 +# +# === Runtime Suggests === +# +# Module Want Have +# -------------------- ---- ------- +# Authen::NTLM 1.02 missing +# IO::Socket::INET any 1.35 +# LWP::Protocol::https 6.02 missing +# +t/00-report-prereqs.t .......... ok +t/10-attrs.t ................... ok +# Some tests for the PUT method can only be run on +# HTTP::Request version 6.07 or higher. +# If your version isn't good enough, we'll skip those. +# Your version is 6.13 and that's good enough +t/base/default_content_type.t .. ok +t/base/protocols.t ............. ok +t/base/protocols/nntp.t ........ ok +t/base/proxy.t ................. ok +t/base/simple.t ................ ok +t/base/ua.t .................... ok +t/local/autoload-get.t ......... ok +t/local/autoload.t ............. ok +t/local/get.t .................. ok +t/local/http.t ................. ok +t/local/httpsub.t .............. ok +t/local/protosub.t ............. ok +t/robot/ua-get.t ............... ok +t/robot/ua.t ................... ok +All tests successful. +Files=16, Tests=211, 16 wallclock secs ( 0.07 usr 0.02 sys + 2.64 cusr 0.34 csys = 3.07 CPU) +Result: PASS +Manifying 4 pod documents +Manifying 11 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/libwww/lwpcook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/libwww/lwptut.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/UserAgent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/MemberMixin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Debug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/RobotUA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/ConnCache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/DebugFile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/nogo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/ftp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/data.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/loopback.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/nntp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/gopher.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/cpan.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/mailto.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/file.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/http.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Authen/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Authen/Digest.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Authen/Ntlm.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Debug/TraceHTTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/lwp-request.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/lwp-dump.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/lwp-download.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/lwp-mirror.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::Authen::Ntlm.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::RobotUA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::UserAgent.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::Debug.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::MemberMixin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/libwww::lwptut.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::Protocol.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/libwww::lwpcook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::ConnCache.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/lwp-request +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/lwp-dump +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/lwp-mirror +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/lwp-download +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed libwww-perl-6.27 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/libwww-perl-6.27/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/libwww-perl-6.27/MYMETA.json +Building and testing WWW-Shorten-3.093 ... cp lib/WWW/Shorten/Linkz.pm blib/lib/WWW/Shorten/Linkz.pm +cp lib/WWW/Shorten/generic.pm blib/lib/WWW/Shorten/generic.pm +cp lib/WWW/Shorten/TinyClick.pm blib/lib/WWW/Shorten/TinyClick.pm +cp lib/WWW/Shorten/Metamark.pm blib/lib/WWW/Shorten/Metamark.pm +cp lib/WWW/Shorten/UserAgent.pm blib/lib/WWW/Shorten/UserAgent.pm +cp lib/WWW/Shorten/TinyURL.pm blib/lib/WWW/Shorten/TinyURL.pm +cp lib/WWW/Shorten/_dead.pm blib/lib/WWW/Shorten/_dead.pm +cp lib/WWW/Shorten/LinkToolbot.pm blib/lib/WWW/Shorten/LinkToolbot.pm +cp lib/WWW/Shorten/Tinylink.pm blib/lib/WWW/Shorten/Tinylink.pm +cp lib/WWW/Shorten.pm blib/lib/WWW/Shorten.pm +cp lib/WWW/Shorten/Qwer.pm blib/lib/WWW/Shorten/Qwer.pm +cp lib/WWW/Shorten/MakeAShorterLink.pm blib/lib/WWW/Shorten/MakeAShorterLink.pm +cp lib/WWW/Shorten/Qurl.pm blib/lib/WWW/Shorten/Qurl.pm +cp bin/shorten blib/script/shorten +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shorten +Manifying 1 pod document +Manifying 13 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-load-default.t ...... ok +t/00-load-short.t ........ ok +t/00load.t ............... ok +t/00load_a.t ............. ok +t/00load_b.t ............. ok +t/00noexp.t .............. ok +t/00sig.t ................ ok +t/90-dead.t .............. ok +t/91-dead-linktoolbot.t .. ok +t/92-dead-metamark.t ..... ok +t/93-dead-masl.t ......... ok +t/94-dead-tinyclick.t .... ok +t/95-dead-tinylink.t ..... ok +t/96-dead-linkz.t ........ ok +t/97-dead-qurl.t ......... ok +t/98-dead-qwer.t ......... ok +t/tinyurl.t .............. ok +All tests successful. +Files=17, Tests=36, 1 wallclock secs ( 0.05 usr 0.03 sys + 1.10 cusr 0.15 csys = 1.33 CPU) +Result: PASS +Manifying 1 pod document +Manifying 13 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/TinyURL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/TinyClick.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/UserAgent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/Tinylink.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/MakeAShorterLink.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/Qurl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/Qwer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/LinkToolbot.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/Linkz.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/Metamark.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/_dead.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Shorten/generic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/shorten.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::_dead.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::Tinylink.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::Qurl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::generic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::TinyClick.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::MakeAShorterLink.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::Qwer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::TinyURL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::Metamark.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::LinkToolbot.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::Linkz.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten::UserAgent.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Shorten.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/shorten +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed WWW-Shorten-3.093 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Shorten-3.093/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Shorten-3.093/MYMETA.json +Searching Task::Kensho::ModuleDev (0) on cpanmetadb ... +--2017-10-09 07:34:26-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::ModuleDev +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 4.09M=0s + +2017-10-09 07:34:26 (4.09 MB/s) - written to stdout [115/115] + +--> Working on Task::Kensho::ModuleDev +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-ModuleDev-0.39.tar.gz ... --2017-10-09 07:34:26-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-ModuleDev-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25895 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-ModuleDev-0.39.tar.gz’ + + 0K .......... .......... ..... 100% 30.9M=0.001s + +2017-10-09 07:34:26 (30.9 MB/s) - ‘Task-Kensho-ModuleDev-0.39.tar.gz’ saved [25895/25895] + +Unpacking Task-Kensho-ModuleDev-0.39.tar.gz +OK +Task-Kensho-ModuleDev-0.39/ +Task-Kensho-ModuleDev-0.39/Build.PL +Task-Kensho-ModuleDev-0.39/Changes +Task-Kensho-ModuleDev-0.39/lib/ +Task-Kensho-ModuleDev-0.39/LICENSE +Task-Kensho-ModuleDev-0.39/Makefile.PL +Task-Kensho-ModuleDev-0.39/MANIFEST +Task-Kensho-ModuleDev-0.39/META.json +Task-Kensho-ModuleDev-0.39/META.yml +Task-Kensho-ModuleDev-0.39/README +Task-Kensho-ModuleDev-0.39/t/ +Task-Kensho-ModuleDev-0.39/xt/ +Task-Kensho-ModuleDev-0.39/xt/author/ +Task-Kensho-ModuleDev-0.39/xt/release/ +Task-Kensho-ModuleDev-0.39/xt/release/changes_has_content.t +Task-Kensho-ModuleDev-0.39/xt/release/cpan-changes.t +Task-Kensho-ModuleDev-0.39/xt/release/distmeta.t +Task-Kensho-ModuleDev-0.39/xt/release/minimum-version.t +Task-Kensho-ModuleDev-0.39/xt/release/portability.t +Task-Kensho-ModuleDev-0.39/xt/author/00-compile.t +Task-Kensho-ModuleDev-0.39/xt/author/clean-namespaces.t +Task-Kensho-ModuleDev-0.39/xt/author/eol.t +Task-Kensho-ModuleDev-0.39/xt/author/kwalitee.t +Task-Kensho-ModuleDev-0.39/xt/author/mojibake.t +Task-Kensho-ModuleDev-0.39/xt/author/no-tabs.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-coverage.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-spell.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-syntax.t +Task-Kensho-ModuleDev-0.39/t/00-report-prereqs.dd +Task-Kensho-ModuleDev-0.39/t/00-report-prereqs.t +Task-Kensho-ModuleDev-0.39/lib/Task/ +Task-Kensho-ModuleDev-0.39/lib/Task/Kensho/ +Task-Kensho-ModuleDev-0.39/lib/Task/Kensho/ModuleDev.pm +Entering Task-Kensho-ModuleDev-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-ModuleDev-0.39 ... Creating new 'Build' script for 'Task-Kensho-ModuleDev' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have Devel::Dwarn 0 ... No +Checking if you have Dist::Zilla 0 ... No +Checking if you have Perl::Version 0 ... No +Checking if you have Devel::NYTProf 0 ... No +Checking if you have Software::License 0 ... No +Checking if you have Module::Metadata 1.000002 ... Yes (1.000033) +Checking if you have Perl::Critic 0 ... No +Checking if you have Devel::Confess 0 ... No +Checking if you have Data::Printer 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have CPAN::Uploader 0 ... No +Checking if you have Pod::Readme 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Modern::Perl 0 ... No +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Searching Devel::Dwarn (0) on cpanmetadb ... +OK +==> Found dependencies: Devel::Dwarn, Dist::Zilla, Perl::Version, Devel::NYTProf, Software::License, Perl::Critic, Devel::Confess, Data::Printer, CPAN::Uploader, Pod::Readme, Modern::Perl +--2017-10-09 07:34:26-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::Dwarn +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 174 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 37.8M=0s + +2017-10-09 07:34:26 (37.8 MB/s) - written to stdout [174/174] + +--> Working on Devel::Dwarn +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Data-Dumper-Concise-2.023.tar.gz ... --2017-10-09 07:34:26-- http://www.cpan.org/authors/id/E/ET/ETHER/Data-Dumper-Concise-2.023.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7867 (7.7K) [application/x-gzip] +Saving to: ‘Data-Dumper-Concise-2.023.tar.gz’ + + 0K ....... 100% 822M=0s + +2017-10-09 07:34:27 (822 MB/s) - ‘Data-Dumper-Concise-2.023.tar.gz’ saved [7867/7867] + +Unpacking Data-Dumper-Concise-2.023.tar.gz +OK +Data-Dumper-Concise-2.023/ +Data-Dumper-Concise-2.023/Changes +Data-Dumper-Concise-2.023/MANIFEST +Data-Dumper-Concise-2.023/META.json +Data-Dumper-Concise-2.023/META.yml +Data-Dumper-Concise-2.023/Makefile.PL +Data-Dumper-Concise-2.023/README +Data-Dumper-Concise-2.023/lib/ +Data-Dumper-Concise-2.023/t/ +Data-Dumper-Concise-2.023/t/concise.t +Data-Dumper-Concise-2.023/t/dwarn.t +Data-Dumper-Concise-2.023/t/sugar.t +Data-Dumper-Concise-2.023/lib/Data/ +Data-Dumper-Concise-2.023/lib/Devel/ +Data-Dumper-Concise-2.023/lib/Devel/Dwarn.pm +Data-Dumper-Concise-2.023/lib/Data/Dumper/ +Data-Dumper-Concise-2.023/lib/Data/Dumper/Concise/ +Data-Dumper-Concise-2.023/lib/Data/Dumper/Concise.pm +Data-Dumper-Concise-2.023/lib/Data/Dumper/Concise/Sugar.pm +Entering Data-Dumper-Concise-2.023 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Dumper-Concise-2.023 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Dumper::Concise +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +OK +Building and testing Data-Dumper-Concise-2.023 ... cp lib/Data/Dumper/Concise/Sugar.pm blib/lib/Data/Dumper/Concise/Sugar.pm +cp lib/Data/Dumper/Concise.pm blib/lib/Data/Dumper/Concise.pm +cp lib/Devel/Dwarn.pm blib/lib/Devel/Dwarn.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/concise.t .. ok +t/dwarn.t .... ok +t/sugar.t .... ok +All tests successful. +Files=3, Tests=23, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.06 csys = 0.27 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dumper/Concise.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Dumper/Concise/Sugar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/Dwarn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dumper::Concise.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Dumper::Concise::Sugar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::Dwarn.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-Dumper-Concise-2.023 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Dumper-Concise-2.023/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Dumper-Concise-2.023/MYMETA.json +Searching Dist::Zilla (0) on cpanmetadb ... +--2017-10-09 07:34:28-- http://cpanmetadb.plackperl.org/v1.0/package/Dist::Zilla +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5693 (5.6K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K ..... 100% 779M=0s + +2017-10-09 07:34:28 (779 MB/s) - written to stdout [5693/5693] + +--> Working on Dist::Zilla +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-6.010.tar.gz ... --2017-10-09 07:34:28-- http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-6.010.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 198805 (194K) [application/x-gzip] +Saving to: ‘Dist-Zilla-6.010.tar.gz’ + + 0K .......... .......... .......... .......... .......... 25% 23.9M 0s + 50K .......... .......... .......... .......... .......... 51% 45.3M 0s + 100K .......... .......... .......... .......... .......... 77% 23.2M 0s + 150K .......... .......... .......... .......... .... 100% 43.0M=0.006s + +2017-10-09 07:34:28 (30.4 MB/s) - ‘Dist-Zilla-6.010.tar.gz’ saved [198805/198805] + +Unpacking Dist-Zilla-6.010.tar.gz +OK +Dist-Zilla-6.010 +Dist-Zilla-6.010/README +Dist-Zilla-6.010/Changes +Dist-Zilla-6.010/LICENSE +Dist-Zilla-6.010/bin +Dist-Zilla-6.010/bin/dzil +Dist-Zilla-6.010/dist.ini +Dist-Zilla-6.010/t +Dist-Zilla-6.010/t/file.t +Dist-Zilla-6.010/t/util.t +Dist-Zilla-6.010/META.yml +Dist-Zilla-6.010/MANIFEST +Dist-Zilla-6.010/cpanfile +Dist-Zilla-6.010/META.json +Dist-Zilla-6.010/t/minter.t +Dist-Zilla-6.010/t/tester.t +Dist-Zilla-6.010/t/compile.t +Dist-Zilla-6.010/Makefile.PL +Dist-Zilla-6.010/corpus +Dist-Zilla-6.010/corpus/README +Dist-Zilla-6.010/t/load_config.t +Dist-Zilla-6.010/t/tester-demo.t +Dist-Zilla-6.010/t/tester-sort.t +Dist-Zilla-6.010/lib/Test +Dist-Zilla-6.010/lib/Test/DZil.pm +Dist-Zilla-6.010/t/file-addedby.t +Dist-Zilla-6.010/lib/Dist +Dist-Zilla-6.010/lib/Dist/Zilla.pm +Dist-Zilla-6.010/t/empty-abstract.t +Dist-Zilla-6.010/t/plugins +Dist-Zilla-6.010/t/plugins/prunes.t +Dist-Zilla-6.010/t/plugins/readme.t +Dist-Zilla-6.010/misc +Dist-Zilla-6.010/misc/dzil_bootstrap +Dist-Zilla-6.010/t/plugins/license.t +Dist-Zilla-6.010/t/plugins/pkgdist.t +Dist-Zilla-6.010/t/plugins/prereqs.t +Dist-Zilla-6.010/t/plugins/autoname.t +Dist-Zilla-6.010/t/plugins/distmeta.t +Dist-Zilla-6.010/t/plugins/encoding.t +Dist-Zilla-6.010/t/plugins/ffbyname.t +Dist-Zilla-6.010/t/plugins/filter-b.t +Dist-Zilla-6.010/t/plugins/manifest.t +Dist-Zilla-6.010/t/zzz-check-breaks.t +Dist-Zilla-6.010/lib/Dist/Zilla +Dist-Zilla-6.010/lib/Dist/Zilla/App.pm +Dist-Zilla-6.010/t/commands +Dist-Zilla-6.010/t/commands/listdeps.t +Dist-Zilla-6.010/t/plugins/gatherdir.t +Dist-Zilla-6.010/t/plugins/makemaker.t +Dist-Zilla-6.010/t/plugins/misctests.t +Dist-Zilla-6.010/t/00-report-prereqs.t +Dist-Zilla-6.010/corpus/extra +Dist-Zilla-6.010/corpus/extra/vader.txt +Dist-Zilla-6.010/lib/Dist/Zilla/Path.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Util.pm +Dist-Zilla-6.010/t/plugins/extratests.t +Dist-Zilla-6.010/t/plugins/gatherfile.t +Dist-Zilla-6.010/t/plugins/pkgversion.t +Dist-Zilla-6.010/t/plugins/podversion.t +Dist-Zilla-6.010/xt/author +Dist-Zilla-6.010/xt/author/pod-syntax.t +Dist-Zilla-6.010/t/00-report-prereqs.dd +Dist-Zilla-6.010/corpus/dist/DZ2 +Dist-Zilla-6.010/corpus/dist/DZ2/dist.pl +Dist-Zilla-6.010/lib/Dist/Zilla/Types.pm +Dist-Zilla-6.010/t/commands/authordeps.t +Dist-Zilla-6.010/t/plugins/autolicense.t +Dist-Zilla-6.010/t/plugins/autoprereqs.t +Dist-Zilla-6.010/t/plugins/autoversion.t +Dist-Zilla-6.010/t/plugins/fakerelease.t +Dist-Zilla-6.010/t/plugins/filefinders.t +Dist-Zilla-6.010/t/plugins/installdirs.t +Dist-Zilla-6.010/t/plugins/metanoindex.t +Dist-Zilla-6.010/t/plugins/modulebuild.t +Dist-Zilla-6.010/t/plugins/nextrelease.t +Dist-Zilla-6.010/t/plugins/testrelease.t +Dist-Zilla-6.010/todo +Dist-Zilla-6.010/todo/vfs-for-files.mkdn +Dist-Zilla-6.010/corpus/dist/DZ1 +Dist-Zilla-6.010/corpus/dist/DZ1/dist.ini +Dist-Zilla-6.010/corpus/global +Dist-Zilla-6.010/corpus/global/config.ini +Dist-Zilla-6.010/lib/Dist/Zilla/Tester.pm +Dist-Zilla-6.010/t/plugins/generatefile.t +Dist-Zilla-6.010/t/plugins/uploadtocpan.t +Dist-Zilla-6.010/t/tester-local-plugins.t +Dist-Zilla-6.010/todo/xs-improvement.mkdn +Dist-Zilla-6.010/corpus/dist/DZT/t +Dist-Zilla-6.010/corpus/dist/DZT/t/basic.t +Dist-Zilla-6.010/lib/Dist/Zilla/Prereqs.pm +Dist-Zilla-6.010/misc/dzil-bash_completion +Dist-Zilla-6.010/t/plugins/metaresources.t +Dist-Zilla-6.010/todo/command-plugins.mkdn +Dist-Zilla-6.010/corpus/dist/DZ1/lib +Dist-Zilla-6.010/corpus/dist/DZ1/lib/DZ1.pm +Dist-Zilla-6.010/corpus/dist/DZ2/lib +Dist-Zilla-6.010/corpus/dist/DZ2/lib/DZ1.pm +Dist-Zilla-6.010/corpus/dist/DZT_Inc +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PPI.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Tutorial.pm +Dist-Zilla-6.010/t/plugins/confirmrelease.t +Dist-Zilla-6.010/t/plugins/distmeta-merge.t +Dist-Zilla-6.010/t/plugins/podsyntaxtests.t +Dist-Zilla-6.010/t/plugins/release_status.t +Dist-Zilla-6.010/todo/delay-core-attrs.mkdn +Dist-Zilla-6.010/corpus/dist/DZT_Bin +Dist-Zilla-6.010/corpus/dist/DZT_Bin/test.pl +Dist-Zilla-6.010/lib/Dist/Zilla/Role/File.pm +Dist-Zilla-6.010/t/diagnostics +Dist-Zilla-6.010/t/diagnostics/main-module.t +Dist-Zilla-6.010/t/diagnostics/plugin-fail.t +Dist-Zilla-6.010/todo/CHECKLIST-testing.mkdn +Dist-Zilla-6.010/todo/config-arg-prefix.mkdn +Dist-Zilla-6.010/todo/version-from-prev.mkdn +Dist-Zilla-6.010/lib/Dist/Zilla/App +Dist-Zilla-6.010/lib/Dist/Zilla/App/Tester.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/Mint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/User.pm +Dist-Zilla-6.010/profiles/default +Dist-Zilla-6.010/profiles/default/profile.ini +Dist-Zilla-6.010/todo/external-core-attr.mkdn +Dist-Zilla-6.010/corpus/dist/DZT_Bin/test.bash +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome/Term.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome/Test.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Dist +Dist-Zilla-6.010/lib/Dist/Zilla/Dist/Minter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/File +Dist-Zilla-6.010/lib/Dist/Zilla/File/OnDisk.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Section.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Chrome.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Plugin.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/PAUSE.pm +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo/Bar.pm +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/t +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/t/basic.t +Dist-Zilla-6.010/corpus/extra/subdir +Dist-Zilla-6.010/corpus/extra/subdir/index.html +Dist-Zilla-6.010/lib/Dist/Zilla/Dist/Builder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BuildPL.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/Rights.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Stash +Dist-Zilla-6.010/t/lib/Dist/Zilla/Stash/Heap.pm +Dist-Zilla-6.010/t/plugins/munger-that-prunes.t +Dist-Zilla-6.010/corpus/dist/AuthorDeps +Dist-Zilla-6.010/corpus/dist/AuthorDeps/dist.ini +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/Changes +Dist-Zilla-6.010/lib/Dist/Zilla/File/FromCode.pm +Dist-Zilla-6.010/lib/Dist/Zilla/File/InMemory.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Readme.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Releaser.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ShareDir.pm +Dist-Zilla-6.010/profiles/default/extra-dist.ini +Dist-Zilla-6.010/corpus/dist/AutoPrereqs +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/dist.ini +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/dist.ini +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/DistINI.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ExecDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/License.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PkgDist.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Prereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterMint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ExecFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/StubBuild.pm +Dist-Zilla-6.010/xt/release +Dist-Zilla-6.010/xt/release/changes_has_content.t +Dist-Zilla-6.010/corpus/dist/DZT/lib/DZT +Dist-Zilla-6.010/corpus/dist/DZT/lib/DZT/Sample.pm +Dist-Zilla-6.010/corpus/dist/DZT_Share +Dist-Zilla-6.010/corpus/dist/DZT_Share/my_data.dat +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/add.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/new.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/nop.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/run.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader/Perl.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/RootSection.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/CPANFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Encoding.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Manifest.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaJSON.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaYAML.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ShareDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeMint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileFinder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileMunger.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FilePruner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/TestRunner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Util +Dist-Zilla-6.010/lib/Dist/Zilla/Util/AuthorDeps.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/bin +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/bin/foobar +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/t +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/t/data.bin +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/lib +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/lib/DZ1.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/test.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BuildRunner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/InstallTool.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ModuleMaker.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MutableFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash/Login.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/build.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/clean.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/setup.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/smoke.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader/Finder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ExtraTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FinderCode.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaConfig.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PkgVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PruneCruft.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PruneFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ConfigDumper.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileGatherer.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileInjector.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MetaProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/NameProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PrereqSource.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/TextTemplate.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/AutoPrereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/AutoVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FakeRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/InlineFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaNoIndex.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ModuleBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/NextRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/TestRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Basic.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeArchive.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PrereqScanner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash/Authors.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/Versioned.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/install.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/release.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/version.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler/Zilla.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GenerateFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ManifestSkip.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/UploadToCPAN.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Filter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileFinderUser.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/listdeps.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaResources.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/RemovePrereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Classic.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/LicenseProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/VersionProvider.pm +Dist-Zilla-6.010/corpus/dist/DZT_Bin/another_perl_script +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/lib/DZT +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/lib/DZT/Sample.pod +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ConfirmRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodSyntaxTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/TemplateModule.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/EncodingProvider.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestAutoName.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA/Main.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/authordeps.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MintingProfile +Dist-Zilla-6.010/lib/Dist/Zilla/MintingProfile/Default.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ModuleShareDirs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle/Easy.pm +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command/gconf.pm +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command/input.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin2.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin3.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin4.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA/Empty.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker/Runner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodCoverageTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder/ByName.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder/Filter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/FakeClassic.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestAutoLicense.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir/Template.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler/GlobalConfig.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ReleaseStatusProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile/ShareDir.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestReleaseProvider.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/JustForManifestSkipTests.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/MungerThatPrunesPodFiles.pm +Entering Dist-Zilla-6.010 +Checking configure dependencies from META.json +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Dist-Zilla-6.010 ... Warning: prerequisite App::Cmd::Command::version 0 not found. +Warning: prerequisite App::Cmd::Setup 0.330 not found. +Warning: prerequisite App::Cmd::Tester 0.306 not found. +Warning: prerequisite App::Cmd::Tester::CaptureExternal 0 not found. +Warning: prerequisite CPAN::Meta::Check 0.011 not found. +Warning: prerequisite CPAN::Uploader 0.103004 not found. +Warning: prerequisite Class::Load 0.17 not found. +Warning: prerequisite Config::INI::Reader 0 not found. +Warning: prerequisite Config::MVP::Assembler 0 not found. +Warning: prerequisite Config::MVP::Assembler::WithBundles 2.200010 not found. +Warning: prerequisite Config::MVP::Reader 2.101540 not found. +Warning: prerequisite Config::MVP::Reader::Findable::ByExtension 0 not found. +Warning: prerequisite Config::MVP::Reader::Finder 0 not found. +Warning: prerequisite Config::MVP::Reader::INI 2.101461 not found. +Warning: prerequisite Config::MVP::Section 2.200009 not found. +Warning: prerequisite Data::Section 0.200002 not found. +Warning: prerequisite DateTime 0.44 not found. +Warning: prerequisite File::Copy::Recursive 0 not found. +Warning: prerequisite File::Find::Rule 0 not found. +Warning: prerequisite File::HomeDir 0 not found. +Warning: prerequisite File::ShareDir 0 not found. +Warning: prerequisite File::pushd 0 not found. +Warning: prerequisite JSON::MaybeXS 0 not found. +Warning: prerequisite Log::Dispatchouli 1.102220 not found. +Warning: prerequisite Mixin::Linewise::Readers 0.100 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0.92 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::LazyRequire 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 1.01 not found. +Warning: prerequisite MooseX::SetOnce 0 not found. +Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Warning: prerequisite MooseX::Types::Perl 0 not found. +Warning: prerequisite PPI::Document 0 not found. +Warning: prerequisite Perl::PrereqScanner 1.016 not found. +Warning: prerequisite Pod::Eventual 0.091480 not found. +Warning: prerequisite Software::License 0.101370 not found. +Warning: prerequisite Software::License::None 0 not found. +Warning: prerequisite Software::LicenseUtils 0 not found. +Warning: prerequisite String::Formatter 0.100680 not found. +Warning: prerequisite Sub::Exporter::ForMethods 0 not found. +Warning: prerequisite Term::Encoding 0 not found. +Warning: prerequisite Term::ReadKey 0 not found. +Warning: prerequisite Term::UI 0 not found. +Warning: prerequisite Test::FailWarnings 0 not found. +Warning: prerequisite Test::File::ShareDir 0 not found. +Warning: prerequisite Text::Glob 0.08 not found. +Warning: prerequisite Text::Template 0 not found. +Warning: prerequisite YAML::Tiny 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dist::Zilla +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Software::License 0.101370 ... No +Checking if you have Term::ReadLine 0 ... Yes (1.17) +Checking if you have Mixin::Linewise::Readers 0.100 ... No +Checking if you have App::Cmd::Setup 0.330 ... No +Checking if you have App::Cmd::Tester::CaptureExternal 0 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have Config::MVP::Reader 2.101540 ... No +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have File::HomeDir 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Test::File::ShareDir 0 ... No +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have namespace::autoclean 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have CPAN::Meta::Converter 2.101550 ... Yes (2.150010) +Checking if you have Config::MVP::Assembler::WithBundles 2.200010 ... No +Checking if you have File::Copy::Recursive 0 ... No +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have MooseX::LazyRequire 0 ... No +Checking if you have parent 0 ... Yes (0.236) +Checking if you have File::Find::Rule 0 ... No +Checking if you have Software::LicenseUtils 0 ... No +Checking if you have File::pushd 0 ... No +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have Term::Encoding 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Sub::Exporter::ForMethods 0 ... No +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have Moose 0.92 ... No +Checking if you have CPAN::Uploader 0.103004 ... No +Checking if you have Config::MVP::Reader::Findable::ByExtension 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Pod::Eventual 0.091480 ... No +Checking if you have ExtUtils::Manifest 1.66 ... Yes (1.70) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have YAML::Tiny 0 ... No +Checking if you have Config::MVP::Reader::INI 2.101461 ... No +Checking if you have MooseX::Types::Moose 0 ... No +Checking if you have Log::Dispatchouli 1.102220 ... No +Checking if you have Moose::Role 0 ... No +Checking if you have Text::Template 0 ... No +Checking if you have autodie 0 ... Yes (2.29) +Checking if you have File::ShareDir 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Archive::Tar 0 ... Yes (2.26) +Checking if you have CPAN::Meta::Merge 0 ... Yes (2.150010) +Checking if you have Config::MVP::Reader::Finder 0 ... No +Checking if you have Term::ReadKey 0 ... No +Checking if you have Config::INI::Reader 0 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have CPAN::Meta::Check 0.011 ... No +Checking if you have CPAN::Meta::Prereqs 2.120630 ... Yes (2.150010) +Checking if you have Test::FailWarnings 0 ... No +Checking if you have MooseX::Types::Perl 0 ... No +Checking if you have MooseX::Types 0 ... No +Checking if you have Term::UI 0 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have CPAN::Meta::Validator 2.101550 ... Yes (2.150010) +Checking if you have Text::Glob 0.08 ... No +Checking if you have Data::Section 0.200002 ... No +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have String::Formatter 0.100680 ... No +Checking if you have PPI::Document 0 ... No +Checking if you have Sub::Exporter 0.972 ... Yes (0.987) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Module::CoreList 0 ... Yes (5.20171020) +Checking if you have App::Cmd::Command::version 0 ... No +Checking if you have Config::MVP::Section 2.200009 ... No +Checking if you have Class::Load 0.17 ... No +Checking if you have MooseX::SetOnce 0 ... No +Checking if you have Config::MVP::Assembler 0 ... No +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have Perl::PrereqScanner 1.016 ... No +Checking if you have App::Cmd::Tester 0.306 ... No +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Software::License::None 0 ... No +Searching Software::License (0.101370) on cpanmetadb ... +OK +==> Found dependencies: Software::License, Mixin::Linewise::Readers, App::Cmd::Setup, App::Cmd::Tester::CaptureExternal, DateTime, Config::MVP::Reader, File::HomeDir, MooseX::Role::Parameterized, Test::File::ShareDir, namespace::autoclean, Config::MVP::Assembler::WithBundles, File::Copy::Recursive, MooseX::LazyRequire, File::Find::Rule, Software::LicenseUtils, File::pushd, Term::Encoding, Sub::Exporter::ForMethods, Moose, CPAN::Uploader, Config::MVP::Reader::Findable::ByExtension, Pod::Eventual, YAML::Tiny, Config::MVP::Reader::INI, MooseX::Types::Moose, Log::Dispatchouli, Moose::Role, Text::Template, File::ShareDir, Module::Runtime, Config::MVP::Reader::Finder, Term::ReadKey, Config::INI::Reader, CPAN::Meta::Check, Test::FailWarnings, MooseX::Types::Perl, MooseX::Types, Term::UI, Text::Glob, Data::Section, String::Formatter, PPI::Document, App::Cmd::Command::version, Config::MVP::Section, Class::Load, MooseX::SetOnce, Config::MVP::Assembler, Moose::Util::TypeConstraints, JSON::MaybeXS, Perl::PrereqScanner, App::Cmd::Tester, Software::License::None +--2017-10-09 07:34:29-- http://cpanmetadb.plackperl.org/v1.0/package/Software::License +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1249 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 194M=0s + +2017-10-09 07:34:29 (194 MB/s) - written to stdout [1249/1249] + +--> Working on Software::License +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Software-License-0.103012.tar.gz ... --2017-10-09 07:34:29-- http://www.cpan.org/authors/id/R/RJ/RJBS/Software-License-0.103012.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112554 (110K) [application/x-gzip] +Saving to: ‘Software-License-0.103012.tar.gz’ + + 0K .......... .......... .......... .......... .......... 45% 23.3M 0s + 50K .......... .......... .......... .......... .......... 90% 42.7M 0s + 100K ......... 100% 12.2M=0.004s + +2017-10-09 07:34:29 (26.6 MB/s) - ‘Software-License-0.103012.tar.gz’ saved [112554/112554] + +Unpacking Software-License-0.103012.tar.gz +OK +Software-License-0.103012 +Software-License-0.103012/README +Software-License-0.103012/Changes +Software-License-0.103012/LICENSE +Software-License-0.103012/dist.ini +Software-License-0.103012/META.yml +Software-License-0.103012/MANIFEST +Software-License-0.103012/t +Software-License-0.103012/t/basic.t +Software-License-0.103012/t/utils.t +Software-License-0.103012/META.json +Software-License-0.103012/t/custom.t +Software-License-0.103012/t/bsd-url.t +Software-License-0.103012/Makefile.PL +Software-License-0.103012/t/two-dots.t +Software-License-0.103012/t/meta-names.t +Software-License-0.103012/t/round-trip.t +Software-License-0.103012/t/short_name.t +Software-License-0.103012/t/custom-license +Software-License-0.103012/t/creative_commons.t +Software-License-0.103012/t/00-report-prereqs.t +Software-License-0.103012/t/guess_meta_license.t +Software-License-0.103012/xt/author +Software-License-0.103012/xt/author/pod-syntax.t +Software-License-0.103012/t/00-report-prereqs.dd +Software-License-0.103012/lib/Software +Software-License-0.103012/lib/Software/License.pm +Software-License-0.103012/t/guess_license_from_pod.t +Software-License-0.103012/lib/Software/License +Software-License-0.103012/lib/Software/License/BSD.pm +Software-License-0.103012/lib/Software/License/MIT.pm +Software-License-0.103012/lib/Software/License/Sun.pm +Software-License-0.103012/lib/Software/License/None.pm +Software-License-0.103012/lib/Software/License/Zlib.pm +Software-License-0.103012/lib/Software/LicenseUtils.pm +Software-License-0.103012/lib/Software/License/GPL_1.pm +Software-License-0.103012/lib/Software/License/GPL_2.pm +Software-License-0.103012/lib/Software/License/GPL_3.pm +Software-License-0.103012/lib/Software/License/AGPL_3.pm +Software-License-0.103012/lib/Software/License/Custom.pm +Software-License-0.103012/lib/Software/License/Perl_5.pm +Software-License-0.103012/lib/Software/License/SSLeay.pm +Software-License-0.103012/lib/Software/License/CC0_1_0.pm +Software-License-0.103012/lib/Software/License/FreeBSD.pm +Software-License-0.103012/lib/Software/License/OpenSSL.pm +Software-License-0.103012/lib/Software/License/QPL_1_0.pm +Software-License-0.103012/lib/Software/License/GFDL_1_2.pm +Software-License-0.103012/lib/Software/License/GFDL_1_3.pm +Software-License-0.103012/lib/Software/License/LGPL_2_1.pm +Software-License-0.103012/lib/Software/License/LGPL_3_0.pm +Software-License-0.103012/xt/release +Software-License-0.103012/xt/release/changes_has_content.t +Software-License-0.103012/lib/Software/License/Apache_1_1.pm +Software-License-0.103012/lib/Software/License/Apache_2_0.pm +Software-License-0.103012/lib/Software/License/PostgreSQL.pm +Software-License-0.103012/lib/Software/License/Mozilla_1_0.pm +Software-License-0.103012/lib/Software/License/Mozilla_1_1.pm +Software-License-0.103012/lib/Software/License/Mozilla_2_0.pm +Software-License-0.103012/lib/Software/License/Artistic_1_0.pm +Software-License-0.103012/lib/Software/License/Artistic_2_0.pm +Entering Software-License-0.103012 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Software-License-0.103012 ... Warning: prerequisite Data::Section 0 not found. +Warning: prerequisite Text::Template 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Software::License +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Text::Template 0 ... No +Checking if you have Data::Section 0.200002 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Module::Load 0 ... Yes (0.32) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have IO::Dir 0 ... Yes (1.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching Text::Template (0) on cpanmetadb ... +OK +==> Found dependencies: Text::Template, Data::Section +--2017-10-09 07:34:29-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Template +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 135 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.0M=0s + +2017-10-09 07:34:29 (25.0 MB/s) - written to stdout [135/135] + +--> Working on Text::Template +Fetching http://www.cpan.org/authors/id/M/MS/MSCHOUT/Text-Template-1.47.tar.gz ... --2017-10-09 07:34:29-- http://www.cpan.org/authors/id/M/MS/MSCHOUT/Text-Template-1.47.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 48988 (48K) [application/x-gzip] +Saving to: ‘Text-Template-1.47.tar.gz’ + + 0K .......... .......... .......... .......... ....... 100% 24.2M=0.002s + +2017-10-09 07:34:29 (24.2 MB/s) - ‘Text-Template-1.47.tar.gz’ saved [48988/48988] + +Unpacking Text-Template-1.47.tar.gz +OK +Text-Template-1.47 +Text-Template-1.47/README +Text-Template-1.47/Changes +Text-Template-1.47/COPYING +Text-Template-1.47/INSTALL +Text-Template-1.47/LICENSE +Text-Template-1.47/Artistic +Text-Template-1.47/META.yml +Text-Template-1.47/MANIFEST +Text-Template-1.47/SIGNATURE +Text-Template-1.47/META.json +Text-Template-1.47/t +Text-Template-1.47/t/03-out.t +Text-Template-1.47/t/06-ofh.t +Text-Template-1.47/t/02-hash.t +Text-Template-1.47/t/04-safe.t +Text-Template-1.47/Makefile.PL +Text-Template-1.47/t/01-basic.t +Text-Template-1.47/t/05-safe2.t +Text-Template-1.47/t/07-safe3.t +Text-Template-1.47/t/09-error.t +Text-Template-1.47/t/13-taint.t +Text-Template-1.47/t/14-broken.t +Text-Template-1.47/t/00-version.t +Text-Template-1.47/t/11-prepend.t +Text-Template-1.47/t/08-exported.t +Text-Template-1.47/t/10-delimiters.t +Text-Template-1.47/t/12-preprocess.t +Text-Template-1.47/lib/Text +Text-Template-1.47/lib/Text/Template.pm +Text-Template-1.47/t/author-pod-syntax.t +Text-Template-1.47/lib/Text/Template +Text-Template-1.47/lib/Text/Template/Preprocess.pm +Entering Text-Template-1.47 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Template-1.47 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Template +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Text-Template-1.47 ... cp lib/Text/Template/Preprocess.pm blib/lib/Text/Template/Preprocess.pm +cp lib/Text/Template.pm blib/lib/Text/Template.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-version.t ......... ok +t/01-basic.t ........... ok +t/02-hash.t ............ ok +t/03-out.t ............. ok +t/04-safe.t ............ ok +t/05-safe2.t ........... ok +t/06-ofh.t ............. ok +t/07-safe3.t ........... ok +t/08-exported.t ........ ok +t/09-error.t ........... ok +t/10-delimiters.t ...... ok +t/11-prepend.t ......... ok +t/12-preprocess.t ...... ok +t/13-taint.t ........... ok +t/14-broken.t .......... ok +t/author-pod-syntax.t .. skipped: these tests are for testing by the author +All tests successful. +Files=16, Tests=150, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.24 cusr 0.02 csys = 0.32 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Template.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Template/Preprocess.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Template.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Template::Preprocess.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Template-1.47 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Template-1.47/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Template-1.47/MYMETA.json +Searching Data::Section (0.200002) on cpanmetadb ... +--2017-10-09 07:34:31-- http://cpanmetadb.plackperl.org/v1.0/package/Data::Section +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.8M=0s + +2017-10-09 07:34:31 (14.8 MB/s) - written to stdout [107/107] + +--> Working on Data::Section +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-Section-0.200007.tar.gz ... --2017-10-09 07:34:31-- http://www.cpan.org/authors/id/R/RJ/RJBS/Data-Section-0.200007.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22094 (22K) [application/x-gzip] +Saving to: ‘Data-Section-0.200007.tar.gz’ + + 0K .......... .......... . 100% 27.9M=0.001s + +2017-10-09 07:34:31 (27.9 MB/s) - ‘Data-Section-0.200007.tar.gz’ saved [22094/22094] + +Unpacking Data-Section-0.200007.tar.gz +OK +Data-Section-0.200007 +Data-Section-0.200007/README +Data-Section-0.200007/Changes +Data-Section-0.200007/LICENSE +Data-Section-0.200007/dist.ini +Data-Section-0.200007/META.yml +Data-Section-0.200007/MANIFEST +Data-Section-0.200007/t +Data-Section-0.200007/t/basic.t +Data-Section-0.200007/META.json +Data-Section-0.200007/Makefile.PL +Data-Section-0.200007/t/lib +Data-Section-0.200007/t/lib/End.pm +Data-Section-0.200007/t/encodings.t +Data-Section-0.200007/t/lib/Child.pm +Data-Section-0.200007/t/lib/Header.pm +Data-Section-0.200007/t/lib/Latin1.pm +Data-Section-0.200007/t/lib/Mother.pm +Data-Section-0.200007/t/lib/NoData.pm +Data-Section-0.200007/t/lib/NoName.pm +Data-Section-0.200007/t/lib/I +Data-Section-0.200007/t/lib/I/Child.pm +Data-Section-0.200007/t/lib/Relaxed.pm +Data-Section-0.200007/t/lib/I/Mother.pm +Data-Section-0.200007/t/lib/Godfather.pm +Data-Section-0.200007/lib/Data +Data-Section-0.200007/lib/Data/Section.pm +Data-Section-0.200007/t/lib/Grandchild.pm +Data-Section-0.200007/t/lib/I/Grandchild.pm +Data-Section-0.200007/t/00-report-prereqs.t +Data-Section-0.200007/xt/author +Data-Section-0.200007/xt/author/pod-syntax.t +Data-Section-0.200007/t/00-report-prereqs.dd +Data-Section-0.200007/t/lib/Unicode_pragma.pm +Data-Section-0.200007/t/lib/WindowsNewlines.pm +Data-Section-0.200007/t/lib/Unicode_nopragma.pm +Data-Section-0.200007/xt/release +Data-Section-0.200007/xt/release/changes_has_content.t +Entering Data-Section-0.200007 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Section-0.200007 ... Warning: prerequisite Test::FailWarnings 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Section +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::FailWarnings 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have MRO::Compat 0.09 ... Yes (0.13) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Searching Test::FailWarnings (0) on cpanmetadb ... +OK +==> Found dependencies: Test::FailWarnings +--2017-10-09 07:34:31-- http://cpanmetadb.plackperl.org/v1.0/package/Test::FailWarnings +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.8M=0s + +2017-10-09 07:34:31 (24.8 MB/s) - written to stdout [112/112] + +--> Working on Test::FailWarnings +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-0.008.tar.gz ... --2017-10-09 07:34:31-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-0.008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13734 (13K) [application/x-gzip] +Saving to: ‘Test-FailWarnings-0.008.tar.gz’ + + 0K .......... ... 100% 20.0M=0.001s + +2017-10-09 07:34:31 (20.0 MB/s) - ‘Test-FailWarnings-0.008.tar.gz’ saved [13734/13734] + +Unpacking Test-FailWarnings-0.008.tar.gz +OK +Test-FailWarnings-0.008/ +Test-FailWarnings-0.008/Changes +Test-FailWarnings-0.008/CONTRIBUTING +Test-FailWarnings-0.008/cpanfile +Test-FailWarnings-0.008/dist.ini +Test-FailWarnings-0.008/lib/ +Test-FailWarnings-0.008/LICENSE +Test-FailWarnings-0.008/Makefile.PL +Test-FailWarnings-0.008/MANIFEST +Test-FailWarnings-0.008/META.json +Test-FailWarnings-0.008/META.yml +Test-FailWarnings-0.008/perlcritic.rc +Test-FailWarnings-0.008/README +Test-FailWarnings-0.008/t/ +Test-FailWarnings-0.008/tidyall.ini +Test-FailWarnings-0.008/xt/ +Test-FailWarnings-0.008/xt/author/ +Test-FailWarnings-0.008/xt/release/ +Test-FailWarnings-0.008/xt/release/distmeta.t +Test-FailWarnings-0.008/xt/release/minimum-version.t +Test-FailWarnings-0.008/xt/release/pod-coverage.t +Test-FailWarnings-0.008/xt/release/pod-syntax.t +Test-FailWarnings-0.008/xt/release/portability.t +Test-FailWarnings-0.008/xt/release/test-version.t +Test-FailWarnings-0.008/xt/author/critic.t +Test-FailWarnings-0.008/xt/author/pod-spell.t +Test-FailWarnings-0.008/t/00-compile.t +Test-FailWarnings-0.008/t/00-report-prereqs.t +Test-FailWarnings-0.008/t/bin/ +Test-FailWarnings-0.008/t/failwarn.t +Test-FailWarnings-0.008/t/lib/ +Test-FailWarnings-0.008/t/lib/Noisy.pm +Test-FailWarnings-0.008/t/bin/allow-constant.pl +Test-FailWarnings-0.008/t/bin/allow-deps.pl +Test-FailWarnings-0.008/t/bin/force-deps.pl +Test-FailWarnings-0.008/t/bin/main-warn.pl +Test-FailWarnings-0.008/t/bin/module-warn.pl +Test-FailWarnings-0.008/t/bin/warn-newline.pl +Test-FailWarnings-0.008/lib/Test/ +Test-FailWarnings-0.008/lib/Test/FailWarnings.pm +Entering Test-FailWarnings-0.008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-FailWarnings-0.008 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::FailWarnings +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +OK +Building and testing Test-FailWarnings-0.008 ... cp lib/Test/FailWarnings.pm blib/lib/Test/FailWarnings.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ......... ok +# Prerequisite Report: +# Version Module +# -------- --------------------- +# 0.46 Capture::Tiny +# 1.43 Carp +# 3.68 Cwd +# 7.30 ExtUtils::MakeMaker +# 3.68 File::Spec +# 3.68 File::Spec::Functions +# 0.2304 File::Temp +# 1.36 IO::Handle +# 1.20 IPC::Open3 +# 1.49 List::Util +# 1.302098 Test::More +# 1.33 constant +# 0.64 lib +# 1.11 strict +# 1.37 warnings +t/00-report-prereqs.t .. ok +t/failwarn.t ........... ok +All tests successful. +Files=3, Tests=8, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.74 cusr 0.10 csys = 0.88 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/FailWarnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::FailWarnings.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-FailWarnings-0.008 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-FailWarnings-0.008/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-FailWarnings-0.008/MYMETA.json +Building and testing Data-Section-0.200007 ... cp lib/Data/Section.pm blib/lib/Data/Section.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::FailWarnings any 0.008 +# Test::More 0.96 1.302098 +# base any 2.26 +# lib any 0.64 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ----- ----- +# Encode any 2.92 +# MRO::Compat 0.09 0.13 +# Sub::Exporter 0.979 0.987 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +t/encodings.t .......... ok +All tests successful. +Files=3, Tests=40, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.34 cusr 0.03 csys = 0.41 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Section.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Section.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-Section-0.200007 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Section-0.200007/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Section-0.200007/MYMETA.json +Building and testing Software-License-0.103012 ... cp lib/Software/License/Apache_1_1.pm blib/lib/Software/License/Apache_1_1.pm +cp lib/Software/License/GPL_2.pm blib/lib/Software/License/GPL_2.pm +cp lib/Software/License/Mozilla_1_1.pm blib/lib/Software/License/Mozilla_1_1.pm +cp lib/Software/License/Mozilla_2_0.pm blib/lib/Software/License/Mozilla_2_0.pm +cp lib/Software/License/CC0_1_0.pm blib/lib/Software/License/CC0_1_0.pm +cp lib/Software/License/OpenSSL.pm blib/lib/Software/License/OpenSSL.pm +cp lib/Software/License/Mozilla_1_0.pm blib/lib/Software/License/Mozilla_1_0.pm +cp lib/Software/License/Artistic_1_0.pm blib/lib/Software/License/Artistic_1_0.pm +cp lib/Software/License/Sun.pm blib/lib/Software/License/Sun.pm +cp lib/Software/License.pm blib/lib/Software/License.pm +cp lib/Software/License/Custom.pm blib/lib/Software/License/Custom.pm +cp lib/Software/License/GFDL_1_3.pm blib/lib/Software/License/GFDL_1_3.pm +cp lib/Software/License/LGPL_2_1.pm blib/lib/Software/License/LGPL_2_1.pm +cp lib/Software/License/GFDL_1_2.pm blib/lib/Software/License/GFDL_1_2.pm +cp lib/Software/License/FreeBSD.pm blib/lib/Software/License/FreeBSD.pm +cp lib/Software/License/Artistic_2_0.pm blib/lib/Software/License/Artistic_2_0.pm +cp lib/Software/License/BSD.pm blib/lib/Software/License/BSD.pm +cp lib/Software/License/SSLeay.pm blib/lib/Software/License/SSLeay.pm +cp lib/Software/License/Perl_5.pm blib/lib/Software/License/Perl_5.pm +cp lib/Software/License/MIT.pm blib/lib/Software/License/MIT.pm +cp lib/Software/License/None.pm blib/lib/Software/License/None.pm +cp lib/Software/License/PostgreSQL.pm blib/lib/Software/License/PostgreSQL.pm +cp lib/Software/License/LGPL_3_0.pm blib/lib/Software/License/LGPL_3_0.pm +cp lib/Software/License/GPL_1.pm blib/lib/Software/License/GPL_1.pm +cp lib/Software/License/QPL_1_0.pm blib/lib/Software/License/QPL_1_0.pm +cp lib/Software/LicenseUtils.pm blib/lib/Software/LicenseUtils.pm +cp lib/Software/License/AGPL_3.pm blib/lib/Software/License/AGPL_3.pm +cp lib/Software/License/Apache_2_0.pm blib/lib/Software/License/Apache_2_0.pm +cp lib/Software/License/Zlib.pm blib/lib/Software/License/Zlib.pm +cp lib/Software/License/GPL_3.pm blib/lib/Software/License/GPL_3.pm +Manifying 30 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# Try::Tiny any 0.28 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------------- ---- -------- +# Carp any 1.43 +# Data::Section any 0.200007 +# File::Spec any 3.68 +# IO::Dir any 1.10 +# Module::Load any 0.32 +# Text::Template any 1.47 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t ....... ok +t/basic.t ................... ok +t/bsd-url.t ................. ok +t/creative_commons.t ........ skipped: requires Software::License::CCpack to test this +t/custom.t .................. ok +t/guess_license_from_pod.t .. ok +t/guess_meta_license.t ...... ok +t/meta-names.t .............. ok +t/round-trip.t .............. ok +t/short_name.t .............. ok +t/two-dots.t ................ ok +t/utils.t ................... ok +All tests successful. +Files=12, Tests=178, 1 wallclock secs ( 0.06 usr 0.02 sys + 1.33 cusr 0.11 csys = 1.52 CPU) +Result: PASS +Manifying 30 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/LicenseUtils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/GPL_1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/LGPL_2_1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/AGPL_3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/LGPL_3_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/CC0_1_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Custom.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/PostgreSQL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Apache_2_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/FreeBSD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/None.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/GFDL_1_2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Perl_5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/SSLeay.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Mozilla_1_1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Apache_1_1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/OpenSSL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/MIT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/QPL_1_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/GPL_3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/GFDL_1_3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Artistic_1_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Sun.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Artistic_2_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/BSD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Zlib.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/GPL_2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Mozilla_1_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Software/License/Mozilla_2_0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::CC0_1_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Zlib.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::GPL_1.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Mozilla_1_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Perl_5.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Apache_1_1.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::GFDL_1_3.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::LGPL_3_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::OpenSSL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Artistic_2_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::GPL_3.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Custom.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::MIT.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Mozilla_1_1.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::PostgreSQL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::FreeBSD.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::SSLeay.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::QPL_1_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::None.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Apache_2_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::LGPL_2_1.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::LicenseUtils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Sun.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Artistic_1_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::GPL_2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::Mozilla_2_0.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::BSD.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::GFDL_1_2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Software::License::AGPL_3.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Software-License-0.103012 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Software-License-0.103012/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Software-License-0.103012/MYMETA.json +Searching Mixin::Linewise::Readers (0.100) on cpanmetadb ... +--2017-10-09 07:34:36-- http://cpanmetadb.plackperl.org/v1.0/package/Mixin::Linewise::Readers +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 170 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.7M=0s + +2017-10-09 07:34:37 (15.7 MB/s) - written to stdout [170/170] + +--> Working on Mixin::Linewise::Readers +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-0.108.tar.gz ... --2017-10-09 07:34:37-- http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-0.108.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19151 (19K) [application/x-gzip] +Saving to: ‘Mixin-Linewise-0.108.tar.gz’ + + 0K .......... ........ 100% 22.2M=0.001s + +2017-10-09 07:34:37 (22.2 MB/s) - ‘Mixin-Linewise-0.108.tar.gz’ saved [19151/19151] + +Unpacking Mixin-Linewise-0.108.tar.gz +OK +Mixin-Linewise-0.108/ +Mixin-Linewise-0.108/Changes +Mixin-Linewise-0.108/dist.ini +Mixin-Linewise-0.108/lib/ +Mixin-Linewise-0.108/LICENSE +Mixin-Linewise-0.108/Makefile.PL +Mixin-Linewise-0.108/MANIFEST +Mixin-Linewise-0.108/META.json +Mixin-Linewise-0.108/META.yml +Mixin-Linewise-0.108/README +Mixin-Linewise-0.108/t/ +Mixin-Linewise-0.108/xt/ +Mixin-Linewise-0.108/xt/release/ +Mixin-Linewise-0.108/xt/release/changes_has_content.t +Mixin-Linewise-0.108/xt/release/pod-syntax.t +Mixin-Linewise-0.108/t/00-report-prereqs.dd +Mixin-Linewise-0.108/t/00-report-prereqs.t +Mixin-Linewise-0.108/t/data.txt +Mixin-Linewise-0.108/t/encoding.t +Mixin-Linewise-0.108/t/lib/ +Mixin-Linewise-0.108/t/reader.t +Mixin-Linewise-0.108/t/utf8.txt +Mixin-Linewise-0.108/t/writer.t +Mixin-Linewise-0.108/t/lib/MLTests.pm +Mixin-Linewise-0.108/lib/Mixin/ +Mixin-Linewise-0.108/lib/Mixin/Linewise/ +Mixin-Linewise-0.108/lib/Mixin/Linewise.pm +Mixin-Linewise-0.108/lib/Mixin/Linewise/Readers.pm +Mixin-Linewise-0.108/lib/Mixin/Linewise/Writers.pm +Entering Mixin-Linewise-0.108 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Mixin-Linewise-0.108 ... Warning: prerequisite PerlIO::utf8_strict 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Mixin::Linewise +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have PerlIO::utf8_strict 0 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching PerlIO::utf8_strict (0) on cpanmetadb ... +OK +==> Found dependencies: PerlIO::utf8_strict +--2017-10-09 07:34:37-- http://cpanmetadb.plackperl.org/v1.0/package/PerlIO::utf8_strict +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:34:37 (22.8 MB/s) - written to stdout [111/111] + +--> Working on PerlIO::utf8_strict +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-0.007.tar.gz ... --2017-10-09 07:34:37-- http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-0.007.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 67922 (66K) [application/x-gzip] +Saving to: ‘PerlIO-utf8_strict-0.007.tar.gz’ + + 0K .......... .......... .......... .......... .......... 75% 27.3M 0s + 50K .......... ...... 100% 193M=0.002s + +2017-10-09 07:34:37 (34.6 MB/s) - ‘PerlIO-utf8_strict-0.007.tar.gz’ saved [67922/67922] + +Unpacking PerlIO-utf8_strict-0.007.tar.gz +OK +PerlIO-utf8_strict-0.007/ +PerlIO-utf8_strict-0.007/lib/ +PerlIO-utf8_strict-0.007/lib/PerlIO/ +PerlIO-utf8_strict-0.007/lib/PerlIO/utf8_strict.pm +PerlIO-utf8_strict-0.007/xt/ +PerlIO-utf8_strict-0.007/xt/author/ +PerlIO-utf8_strict-0.007/xt/author/pod-coverage.t +PerlIO-utf8_strict-0.007/xt/author/00-compile.t +PerlIO-utf8_strict-0.007/xt/author/pod-syntax.t +PerlIO-utf8_strict-0.007/corpus/ +PerlIO-utf8_strict-0.007/corpus/test1-latin1.txt +PerlIO-utf8_strict-0.007/corpus/quickbrown.txt +PerlIO-utf8_strict-0.007/corpus/test1.txt +PerlIO-utf8_strict-0.007/utf8_strict.xs +PerlIO-utf8_strict-0.007/Makefile.PL +PerlIO-utf8_strict-0.007/META.json +PerlIO-utf8_strict-0.007/ppport.h +PerlIO-utf8_strict-0.007/MANIFEST +PerlIO-utf8_strict-0.007/META.yml +PerlIO-utf8_strict-0.007/dist.ini +PerlIO-utf8_strict-0.007/INSTALL +PerlIO-utf8_strict-0.007/LICENSE +PerlIO-utf8_strict-0.007/t/ +PerlIO-utf8_strict-0.007/t/non-shortest-form.t +PerlIO-utf8_strict-0.007/t/noncharacters.t +PerlIO-utf8_strict-0.007/t/incomplete.t +PerlIO-utf8_strict-0.007/t/surrogates.t +PerlIO-utf8_strict-0.007/t/lib/ +PerlIO-utf8_strict-0.007/t/lib/Util.pm +PerlIO-utf8_strict-0.007/t/unicode.t +PerlIO-utf8_strict-0.007/t/basics.t +PerlIO-utf8_strict-0.007/t/super.t +PerlIO-utf8_strict-0.007/t/bug.t +PerlIO-utf8_strict-0.007/Changes +PerlIO-utf8_strict-0.007/README +Entering PerlIO-utf8_strict-0.007 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring PerlIO-utf8_strict-0.007 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for PerlIO::utf8_strict +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +OK +Building and testing PerlIO-utf8_strict-0.007 ... cp lib/PerlIO/utf8_strict.pm blib/lib/PerlIO/utf8_strict.pm +Running Mkbootstrap for utf8_strict () +chmod 644 "utf8_strict.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- utf8_strict.bs blib/arch/auto/PerlIO/utf8_strict/utf8_strict.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' utf8_strict.xs > utf8_strict.xsc +mv utf8_strict.xsc utf8_strict.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.007\" -DXS_VERSION=\"0.007\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" utf8_strict.c +utf8_strict.xs: In function ‘boot_PerlIO__utf8_strict’: +utf8_strict.xs:368:28: warning: passing argument 1 of ‘PerlIO_define_layer’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] + PerlIO_define_layer(aTHX_ &PerlIO_utf8_strict); + ^ +In file included from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/iperlsys.h:51:0, + from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perl.h:3881, + from utf8_strict.xs:2: +/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perlio.h:76:20: note: expected ‘PerlIO_funcs * {aka struct _PerlIO_funcs *}’ but argument is of type ‘const PerlIO_funcs * {aka const struct _PerlIO_funcs *}’ + PERL_CALLCONV void PerlIO_define_layer(pTHX_ PerlIO_funcs *tab); + ^~~~~~~~~~~~~~~~~~~ +rm -f blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong utf8_strict.o -o blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so \ + \ + +chmod 755 blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- utf8_strict.bs blib/arch/auto/PerlIO/utf8_strict/utf8_strict.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basics.t ............. ok +t/bug.t ................ ok +t/incomplete.t ......... ok +t/non-shortest-form.t .. ok +t/noncharacters.t ...... ok +t/super.t .............. ok +t/surrogates.t ......... ok +t/unicode.t ............ ok +All tests successful. +Files=8, Tests=5816, 2 wallclock secs ( 0.56 usr 0.06 sys + 1.28 cusr 0.55 csys = 2.45 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- utf8_strict.bs blib/arch/auto/PerlIO/utf8_strict/utf8_strict.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/PerlIO/utf8_strict/utf8_strict.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/PerlIO/utf8_strict.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PerlIO::utf8_strict.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed PerlIO-utf8_strict-0.007 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PerlIO-utf8_strict-0.007/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PerlIO-utf8_strict-0.007/MYMETA.json +Building and testing Mixin-Linewise-0.108 ... cp lib/Mixin/Linewise/Readers.pm blib/lib/Mixin/Linewise/Readers.pm +cp lib/Mixin/Linewise.pm blib/lib/Mixin/Linewise.pm +cp lib/Mixin/Linewise/Writers.pm blib/lib/Mixin/Linewise/Writers.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Encode any 2.92 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# lib any 0.64 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------- ---- ----- +# Carp any 1.43 +# IO::File any 1.16 +# PerlIO::utf8_strict any 0.007 +# Sub::Exporter any 0.987 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/encoding.t ........... ok +t/reader.t ............. ok +t/writer.t ............. ok +All tests successful. +Files=4, Tests=17, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.43 cusr 0.02 csys = 0.47 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mixin/Linewise.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mixin/Linewise/Readers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Mixin/Linewise/Writers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mixin::Linewise::Writers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mixin::Linewise.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mixin::Linewise::Readers.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Mixin-Linewise-0.108 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mixin-Linewise-0.108/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mixin-Linewise-0.108/MYMETA.json +Searching App::Cmd::Setup (0.330) on cpanmetadb ... +--2017-10-09 07:34:41-- http://cpanmetadb.plackperl.org/v1.0/package/App::Cmd::Setup +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 542 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 80.2M=0s + +2017-10-09 07:34:41 (80.2 MB/s) - written to stdout [542/542] + +--> Working on App::Cmd::Setup +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz ... --2017-10-09 07:34:41-- http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 48848 (48K) [application/x-gzip] +Saving to: ‘App-Cmd-0.331.tar.gz’ + + 0K .......... .......... .......... .......... ....... 100% 24.9M=0.002s + +2017-10-09 07:34:41 (24.9 MB/s) - ‘App-Cmd-0.331.tar.gz’ saved [48848/48848] + +Unpacking App-Cmd-0.331.tar.gz +OK +App-Cmd-0.331 +App-Cmd-0.331/README +App-Cmd-0.331/Changes +App-Cmd-0.331/LICENSE +App-Cmd-0.331/dist.ini +App-Cmd-0.331/META.yml +App-Cmd-0.331/MANIFEST +App-Cmd-0.331/t +App-Cmd-0.331/t/basic.t +App-Cmd-0.331/t/setup.t +App-Cmd-0.331/META.json +App-Cmd-0.331/t/abbrev.t +App-Cmd-0.331/t/00-load.t +App-Cmd-0.331/t/version.t +App-Cmd-0.331/Makefile.PL +App-Cmd-0.331/t/callback.t +App-Cmd-0.331/t/lib +App-Cmd-0.331/t/lib/lol.pl +App-Cmd-0.331/lib/App +App-Cmd-0.331/lib/App/Cmd.pm +App-Cmd-0.331/t/simple-use.t +App-Cmd-0.331/t/capture-ext.t +App-Cmd-0.331/t/setup-inner.t +App-Cmd-0.331/t/setup-nocmd.t +App-Cmd-0.331/t/simple-args.t +App-Cmd-0.331/t/simple-help.t +App-Cmd-0.331/t/subdispatch.t +App-Cmd-0.331/t/tester-exit.t +App-Cmd-0.331/t/setup-broken.t +App-Cmd-0.331/t/setup-ignored.t +App-Cmd-0.331/t/lib/Test +App-Cmd-0.331/t/lib/Test/WSOF.pm +App-Cmd-0.331/t/simple-require.t +App-Cmd-0.331/t/lib/Test/MyCmd.pm +App-Cmd-0.331/t/lib/Test/WSNCC.pm +App-Cmd-0.331/lib/App/Cmd +App-Cmd-0.331/lib/App/Cmd/Setup.pm +App-Cmd-0.331/t/lib/Test/MyCmd2.pm +App-Cmd-0.331/lib/App/Cmd/Plugin.pm +App-Cmd-0.331/lib/App/Cmd/Simple.pm +App-Cmd-0.331/lib/App/Cmd/Tester.pm +App-Cmd-0.331/t/00-report-prereqs.t +App-Cmd-0.331/lib/App/Cmd/Command.pm +App-Cmd-0.331/t/lib/Test/MySimple.pm +App-Cmd-0.331/xt/author +App-Cmd-0.331/xt/author/pod-syntax.t +App-Cmd-0.331/t/00-report-prereqs.dd +App-Cmd-0.331/t/lib/Test/BrokenCmd.pm +App-Cmd-0.331/t/lib/Test/WithSetup.pm +App-Cmd-0.331/t/tester-exit.helper.pl +App-Cmd-0.331/lib/App/Cmd/Tutorial.pod +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev.pm +App-Cmd-0.331/t/lib/Test/XyzzyPlugin.pm +App-Cmd-0.331/lib/App/Cmd/Subdispatch.pm +App-Cmd-0.331/t/lib/Test/WithCallback.pm +App-Cmd-0.331/lib/App/Cmd/ArgProcessor.pm +App-Cmd-0.331/lib/App/Cmd/Command +App-Cmd-0.331/lib/App/Cmd/Command/help.pm +App-Cmd-0.331/t/lib/Test/IgnoreCommand.pm +App-Cmd-0.331/lib/App/Cmd/Command/version.pm +App-Cmd-0.331/lib/App/Cmd/Command/commands.pm +App-Cmd-0.331/t/lib/Test/BrokenCmd +App-Cmd-0.331/t/lib/Test/BrokenCmd/Command.pm +App-Cmd-0.331/t/lib/Test/WithSetup +App-Cmd-0.331/t/lib/Test/WithSetup/Command.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command +App-Cmd-0.331/t/lib/Test/MyCmd/Command/exit.pm +App-Cmd-0.331/t/lib/Test/MyCmd2/Command +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo.pm +App-Cmd-0.331/xt/release +App-Cmd-0.331/xt/release/changes_has_content.t +App-Cmd-0.331/t/lib/Test/MyCmd/Command/hello.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/stock.pm +App-Cmd-0.331/t/lib/Test/WSNCC/Command +App-Cmd-0.331/t/lib/Test/WSNCC/Command/blort.pm +App-Cmd-0.331/t/lib/Test/IgnoreCommand +App-Cmd-0.331/t/lib/Test/IgnoreCommand/Command.pm +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo/bar.pm +App-Cmd-0.331/lib/App/Cmd/Tester +App-Cmd-0.331/lib/App/Cmd/Tester/CaptureExternal.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/frobulate.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/justusage.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/bar.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/baz.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/foo.pm +App-Cmd-0.331/t/lib/Test/WithSetup/Command +App-Cmd-0.331/t/lib/Test/WithSetup/Command/alfie.pm +App-Cmd-0.331/lib/App/Cmd/Subdispatch +App-Cmd-0.331/lib/App/Cmd/Subdispatch/DashedStyle.pm +App-Cmd-0.331/t/lib/Test/WithCallback/Command +App-Cmd-0.331/t/lib/Test/WithCallback/Command/lol.pm +App-Cmd-0.331/t/lib/Test/WithSetup/Command/bertie.pm +Entering App-Cmd-0.331 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring App-Cmd-0.331 ... Warning: prerequisite Class::Load 0.06 not found. +Warning: prerequisite Getopt::Long::Descriptive 0.084 not found. +Warning: prerequisite IO::TieCombine 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for App::Cmd +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Data::OptList 0.100 ... Yes (0.110) +Checking if you have Text::Abbrev 0 ... Yes (1.02) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Checking if you have IPC::Cmd 0 ... Yes (0.98) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Load 0.17 ... No +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Sub::Install 0.921 ... Yes (0.928) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have IO::TieCombine 0 ... No +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Module::Pluggable::Object 0 ... Yes (5.2) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long::Descriptive 0.084 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Searching Class::Load (0.17) on cpanmetadb ... +OK +==> Found dependencies: Class::Load, IO::TieCombine, Getopt::Long::Descriptive +--2017-10-09 07:34:42-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Load +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.7M=0s + +2017-10-09 07:34:42 (24.7 MB/s) - written to stdout [116/116] + +--> Working on Class::Load +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Load-0.24.tar.gz ... --2017-10-09 07:34:42-- http://www.cpan.org/authors/id/E/ET/ETHER/Class-Load-0.24.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 35412 (35K) [application/x-gzip] +Saving to: ‘Class-Load-0.24.tar.gz’ + + 0K .......... .......... .......... .... 100% 35.2M=0.001s + +2017-10-09 07:34:42 (35.2 MB/s) - ‘Class-Load-0.24.tar.gz’ saved [35412/35412] + +Unpacking Class-Load-0.24.tar.gz +OK +Class-Load-0.24/ +Class-Load-0.24/Changes +Class-Load-0.24/CONTRIBUTING +Class-Load-0.24/dist.ini +Class-Load-0.24/INSTALL +Class-Load-0.24/lib/ +Class-Load-0.24/LICENSE +Class-Load-0.24/Makefile.PL +Class-Load-0.24/MANIFEST +Class-Load-0.24/META.json +Class-Load-0.24/META.yml +Class-Load-0.24/README +Class-Load-0.24/t/ +Class-Load-0.24/xt/ +Class-Load-0.24/xt/author/ +Class-Load-0.24/xt/release/ +Class-Load-0.24/xt/release/changes_has_content.t +Class-Load-0.24/xt/release/cpan-changes.t +Class-Load-0.24/xt/release/distmeta.t +Class-Load-0.24/xt/release/minimum-version.t +Class-Load-0.24/xt/author/00-compile.t +Class-Load-0.24/xt/author/eol.t +Class-Load-0.24/xt/author/kwalitee.t +Class-Load-0.24/xt/author/mojibake.t +Class-Load-0.24/xt/author/no-tabs.t +Class-Load-0.24/xt/author/pod-spell.t +Class-Load-0.24/xt/author/pod-syntax.t +Class-Load-0.24/xt/author/portability.t +Class-Load-0.24/t/00-report-prereqs.dd +Class-Load-0.24/t/00-report-prereqs.t +Class-Load-0.24/t/000-load.t +Class-Load-0.24/t/001-is-class-loaded.t +Class-Load-0.24/t/002-try-load-class.t +Class-Load-0.24/t/003-load-class.t +Class-Load-0.24/t/004-load-double.t +Class-Load-0.24/t/005-load-optional.t +Class-Load-0.24/t/006-returned-error.t +Class-Load-0.24/t/007-first-existing.t +Class-Load-0.24/t/008-gvstash-bug.t +Class-Load-0.24/t/009-invalid-module-name.t +Class-Load-0.24/t/010-isa-false-positive.t +Class-Load-0.24/t/011-without-xs.t +Class-Load-0.24/t/012-without-implementation.t +Class-Load-0.24/t/013-errors.t +Class-Load-0.24/t/014-weird-constants.t +Class-Load-0.24/t/lib/ +Class-Load-0.24/t/lib/Class/ +Class-Load-0.24/t/lib/Test/ +Class-Load-0.24/t/lib/Test/Class/ +Class-Load-0.24/t/lib/Test/Class/Load.pm +Class-Load-0.24/t/lib/Class/Load/ +Class-Load-0.24/t/lib/Class/Load/Error/ +Class-Load-0.24/t/lib/Class/Load/OK.pm +Class-Load-0.24/t/lib/Class/Load/Stash/ +Class-Load-0.24/t/lib/Class/Load/Stash.pm +Class-Load-0.24/t/lib/Class/Load/SyntaxError.pm +Class-Load-0.24/t/lib/Class/Load/VersionCheck.pm +Class-Load-0.24/t/lib/Class/Load/VersionCheck2.pm +Class-Load-0.24/t/lib/Class/Load/Stash/Sub.pm +Class-Load-0.24/t/lib/Class/Load/Error/DieAfterBeginIsa.pm +Class-Load-0.24/t/lib/Class/Load/Error/DieAfterIsa.pm +Class-Load-0.24/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm +Class-Load-0.24/lib/Class/ +Class-Load-0.24/lib/Class/Load/ +Class-Load-0.24/lib/Class/Load.pm +Class-Load-0.24/lib/Class/Load/PP.pm +Entering Class-Load-0.24 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Load-0.24 ... Warning: prerequisite Module::Implementation 0.04 not found. +Warning: prerequisite Module::Runtime 0.012 not found. +Warning: prerequisite Package::Stash 0.14 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Load +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Package::Stash 0.23 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Data::OptList 0.100 ... Yes (0.110) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Module::Implementation 0.05 ... No +Already tried Module::Runtime. Skipping. +Already tried Package::Stash. Skipping. +Already tried Module::Implementation. Skipping. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed, Module 'Module::Runtime' is not installed, Module 'Package::Stash' is not installed +! Bailing out the installation for Class-Load-0.24. +Searching IO::TieCombine (0) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime, Package::Stash, Module::Implementation +--2017-10-09 07:34:42-- http://cpanmetadb.plackperl.org/v1.0/package/IO::TieCombine +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 164 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.5M=0s + +2017-10-09 07:34:42 (29.5 MB/s) - written to stdout [164/164] + +--> Working on IO::TieCombine +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IO-TieCombine-1.005.tar.gz ... --2017-10-09 07:34:42-- http://www.cpan.org/authors/id/R/RJ/RJBS/IO-TieCombine-1.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16863 (16K) [application/x-gzip] +Saving to: ‘IO-TieCombine-1.005.tar.gz’ + + 0K .......... ...... 100% 17.6M=0.001s + +2017-10-09 07:34:42 (17.6 MB/s) - ‘IO-TieCombine-1.005.tar.gz’ saved [16863/16863] + +Unpacking IO-TieCombine-1.005.tar.gz +OK +IO-TieCombine-1.005 +IO-TieCombine-1.005/README +IO-TieCombine-1.005/Changes +IO-TieCombine-1.005/LICENSE +IO-TieCombine-1.005/dist.ini +IO-TieCombine-1.005/META.yml +IO-TieCombine-1.005/MANIFEST +IO-TieCombine-1.005/t +IO-TieCombine-1.005/t/basic.t +IO-TieCombine-1.005/META.json +IO-TieCombine-1.005/Makefile.PL +IO-TieCombine-1.005/lib/IO +IO-TieCombine-1.005/lib/IO/TieCombine.pm +IO-TieCombine-1.005/t/00-report-prereqs.t +IO-TieCombine-1.005/xt/author +IO-TieCombine-1.005/xt/author/pod-syntax.t +IO-TieCombine-1.005/t/00-report-prereqs.dd +IO-TieCombine-1.005/lib/IO/TieCombine +IO-TieCombine-1.005/lib/IO/TieCombine/Handle.pm +IO-TieCombine-1.005/lib/IO/TieCombine/Scalar.pm +IO-TieCombine-1.005/xt/release +IO-TieCombine-1.005/xt/release/changes_has_content.t +Entering IO-TieCombine-1.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring IO-TieCombine-1.005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IO::TieCombine +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Symbol 1.06 ... Yes (1.08) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing IO-TieCombine-1.005 ... cp lib/IO/TieCombine/Handle.pm blib/lib/IO/TieCombine/Handle.pm +cp lib/IO/TieCombine.pm blib/lib/IO/TieCombine.pm +cp lib/IO/TieCombine/Scalar.pm blib/lib/IO/TieCombine/Scalar.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# Symbol any 1.08 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +All tests successful. +Files=2, Tests=7, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.25 cusr 0.01 csys = 0.29 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/TieCombine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/TieCombine/Handle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/TieCombine/Scalar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::TieCombine::Scalar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::TieCombine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::TieCombine::Handle.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-TieCombine-1.005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-TieCombine-1.005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-TieCombine-1.005/MYMETA.json +Searching Getopt::Long::Descriptive (0.084) on cpanmetadb ... +--2017-10-09 07:34:44-- http://cpanmetadb.plackperl.org/v1.0/package/Getopt::Long::Descriptive +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 204 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 44.9M=0s + +2017-10-09 07:34:44 (44.9 MB/s) - written to stdout [204/204] + +--> Working on Getopt::Long::Descriptive +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.100.tar.gz ... --2017-10-09 07:34:44-- http://www.cpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.100.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31366 (31K) [application/x-gzip] +Saving to: ‘Getopt-Long-Descriptive-0.100.tar.gz’ + + 0K .......... .......... .......... 100% 31.1M=0.001s + +2017-10-09 07:34:44 (31.1 MB/s) - ‘Getopt-Long-Descriptive-0.100.tar.gz’ saved [31366/31366] + +Unpacking Getopt-Long-Descriptive-0.100.tar.gz +OK +Getopt-Long-Descriptive-0.100 +Getopt-Long-Descriptive-0.100/README +Getopt-Long-Descriptive-0.100/Changes +Getopt-Long-Descriptive-0.100/LICENSE +Getopt-Long-Descriptive-0.100/dist.ini +Getopt-Long-Descriptive-0.100/META.yml +Getopt-Long-Descriptive-0.100/MANIFEST +Getopt-Long-Descriptive-0.100/META.json +Getopt-Long-Descriptive-0.100/Makefile.PL +Getopt-Long-Descriptive-0.100/t +Getopt-Long-Descriptive-0.100/t/descriptive.t +Getopt-Long-Descriptive-0.100/t/shortcircuit.t +Getopt-Long-Descriptive-0.100/t/zzz-check-breaks.t +Getopt-Long-Descriptive-0.100/t/00-report-prereqs.t +Getopt-Long-Descriptive-0.100/xt/author +Getopt-Long-Descriptive-0.100/xt/author/pod-syntax.t +Getopt-Long-Descriptive-0.100/t/00-report-prereqs.dd +Getopt-Long-Descriptive-0.100/lib/Getopt/Long +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive.pm +Getopt-Long-Descriptive-0.100/xt/release +Getopt-Long-Descriptive-0.100/xt/release/changes_has_content.t +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive/Opts.pm +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive/Usage.pm +Entering Getopt-Long-Descriptive-0.100 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Getopt-Long-Descriptive-0.100 ... Warning: prerequisite CPAN::Meta::Check 0.011 not found. +Warning: prerequisite Params::Validate 0.97 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Getopt::Long::Descriptive +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::Warnings 0.005 ... Yes (0.026) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Params::Validate 0.97 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have CPAN::Meta::Check 0.011 ... No +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Already tried Params::Validate. Skipping. +Searching CPAN::Meta::Check (0.011) on cpanmetadb ... +OK +==> Found dependencies: Params::Validate, CPAN::Meta::Check +--2017-10-09 07:34:44-- http://cpanmetadb.plackperl.org/v1.0/package/CPAN::Meta::Check +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.8M=0s + +2017-10-09 07:34:44 (21.8 MB/s) - written to stdout [106/106] + +--> Working on CPAN::Meta::Check +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.014.tar.gz ... --2017-10-09 07:34:44-- http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.014.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13187 (13K) [application/x-gzip] +Saving to: ‘CPAN-Meta-Check-0.014.tar.gz’ + + 0K .......... .. 100% 147M=0s + +2017-10-09 07:34:44 (147 MB/s) - ‘CPAN-Meta-Check-0.014.tar.gz’ saved [13187/13187] + +Unpacking CPAN-Meta-Check-0.014.tar.gz +OK +CPAN-Meta-Check-0.014/ +CPAN-Meta-Check-0.014/xt/ +CPAN-Meta-Check-0.014/xt/author/ +CPAN-Meta-Check-0.014/xt/author/pod-coverage.t +CPAN-Meta-Check-0.014/xt/author/00-compile.t +CPAN-Meta-Check-0.014/xt/author/pod-syntax.t +CPAN-Meta-Check-0.014/lib/ +CPAN-Meta-Check-0.014/lib/CPAN/ +CPAN-Meta-Check-0.014/lib/CPAN/Meta/ +CPAN-Meta-Check-0.014/lib/CPAN/Meta/Check.pm +CPAN-Meta-Check-0.014/t/ +CPAN-Meta-Check-0.014/t/lib/ +CPAN-Meta-Check-0.014/t/lib/Local/ +CPAN-Meta-Check-0.014/t/lib/Local/HasNoVersion.pm +CPAN-Meta-Check-0.014/t/20-undef-version.t +CPAN-Meta-Check-0.014/t/10-basics.t +CPAN-Meta-Check-0.014/Makefile.PL +CPAN-Meta-Check-0.014/META.json +CPAN-Meta-Check-0.014/MANIFEST +CPAN-Meta-Check-0.014/META.yml +CPAN-Meta-Check-0.014/dist.ini +CPAN-Meta-Check-0.014/INSTALL +CPAN-Meta-Check-0.014/LICENSE +CPAN-Meta-Check-0.014/Changes +CPAN-Meta-Check-0.014/README +Entering CPAN-Meta-Check-0.014 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring CPAN-Meta-Check-0.014 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for CPAN::Meta::Check +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have Env 0 ... Yes (1.04) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have CPAN::Meta::Prereqs 2.132830 ... Yes (2.150010) +OK +Building and testing CPAN-Meta-Check-0.014 ... cp lib/CPAN/Meta/Check.pm blib/lib/CPAN/Meta/Check.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10-basics.t ......... ok +t/20-undef-version.t .. ok +All tests successful. +Files=2, Tests=11, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.19 cusr 0.04 csys = 0.25 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CPAN/Meta/Check.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Meta::Check.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed CPAN-Meta-Check-0.014 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CPAN-Meta-Check-0.014/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CPAN-Meta-Check-0.014/MYMETA.json +! Installing the dependencies failed: Module 'Params::Validate' is not installed +! Bailing out the installation for Getopt-Long-Descriptive-0.100. +! Installing the dependencies failed: Module 'Class::Load' is not installed, Module 'Getopt::Long::Descriptive' is not installed +! Bailing out the installation for App-Cmd-0.331. +Searching App::Cmd::Tester::CaptureExternal (0) on cpanmetadb ... +--2017-10-09 07:34:45-- http://cpanmetadb.plackperl.org/v1.0/package/App::Cmd::Tester::CaptureExternal +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 542 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 94.7M=0s + +2017-10-09 07:34:45 (94.7 MB/s) - written to stdout [542/542] + +Already tried App-Cmd-0.331. Skipping. +Already tried DateTime. Skipping. +Searching Config::MVP::Reader (2.101540) on cpanmetadb ... +--2017-10-09 07:34:45-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Reader +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 101M=0s + +2017-10-09 07:34:45 (101 MB/s) - written to stdout [491/491] + +--> Working on Config::MVP::Reader +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-2.200010.tar.gz ... --2017-10-09 07:34:45-- http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-2.200010.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 32947 (32K) [application/x-gzip] +Saving to: ‘Config-MVP-2.200010.tar.gz’ + + 0K .......... .......... .......... .. 100% 31.2M=0.001s + +2017-10-09 07:34:45 (31.2 MB/s) - ‘Config-MVP-2.200010.tar.gz’ saved [32947/32947] + +Unpacking Config-MVP-2.200010.tar.gz +OK +Config-MVP-2.200010/ +Config-MVP-2.200010/Changes +Config-MVP-2.200010/dist.ini +Config-MVP-2.200010/lib/ +Config-MVP-2.200010/LICENSE +Config-MVP-2.200010/Makefile.PL +Config-MVP-2.200010/MANIFEST +Config-MVP-2.200010/META.json +Config-MVP-2.200010/META.yml +Config-MVP-2.200010/README +Config-MVP-2.200010/t/ +Config-MVP-2.200010/xt/ +Config-MVP-2.200010/xt/release/ +Config-MVP-2.200010/xt/release/changes_has_content.t +Config-MVP-2.200010/xt/release/pod-syntax.t +Config-MVP-2.200010/t/00-report-prereqs.dd +Config-MVP-2.200010/t/00-report-prereqs.t +Config-MVP-2.200010/t/basic.t +Config-MVP-2.200010/t/eg/ +Config-MVP-2.200010/t/final-hooks.t +Config-MVP-2.200010/t/hash.t +Config-MVP-2.200010/t/lib/ +Config-MVP-2.200010/t/reader.t +Config-MVP-2.200010/t/lib/Config/ +Config-MVP-2.200010/t/lib/Foo/ +Config-MVP-2.200010/t/lib/Foo/Bar.pm +Config-MVP-2.200010/t/lib/Foo/Baz.pm +Config-MVP-2.200010/t/lib/Foo/Boo1.pm +Config-MVP-2.200010/t/lib/Foo/Boo2.pm +Config-MVP-2.200010/t/lib/Foo/Boondle.pm +Config-MVP-2.200010/t/lib/Foo/BoondleHref.pm +Config-MVP-2.200010/t/lib/Foo/CompileError.pm +Config-MVP-2.200010/t/lib/Foo/Metaboondle.pm +Config-MVP-2.200010/t/lib/Foo/Quux.pm +Config-MVP-2.200010/t/lib/Config/MVP/ +Config-MVP-2.200010/t/lib/Config/MVP/Reader/ +Config-MVP-2.200010/t/lib/Config/MVP/Reader/Test.pm +Config-MVP-2.200010/t/eg/config.mvp-test +Config-MVP-2.200010/lib/Config/ +Config-MVP-2.200010/lib/Config/MVP/ +Config-MVP-2.200010/lib/Config/MVP.pm +Config-MVP-2.200010/lib/Config/MVP/Assembler/ +Config-MVP-2.200010/lib/Config/MVP/Assembler.pm +Config-MVP-2.200010/lib/Config/MVP/Error.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/ +Config-MVP-2.200010/lib/Config/MVP/Reader.pm +Config-MVP-2.200010/lib/Config/MVP/Section.pm +Config-MVP-2.200010/lib/Config/MVP/Sequence.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable/ +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Finder.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Hash.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable/ByExtension.pm +Config-MVP-2.200010/lib/Config/MVP/Assembler/WithBundles.pm +Entering Config-MVP-2.200010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Config-MVP-2.200010 ... Warning: prerequisite Class::Load 0.17 not found. +Warning: prerequisite Moose 0.91 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::OneArgNew 0 not found. +Warning: prerequisite Role::HasMessage 0 not found. +Warning: prerequisite Role::Identifiable::HasIdent 0 not found. +Warning: prerequisite StackTrace::Auto 0 not found. +Warning: prerequisite Throwable 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::MVP +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose 0.92 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have MooseX::OneArgNew 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Load 0.17 ... No +Checking if you have Throwable 0 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Role::HasMessage 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Tie::IxHash 0 ... Yes (1.23) +Checking if you have Moose::Role 0 ... No +Checking if you have Role::Identifiable::HasIdent 0 ... No +Checking if you have overload 0 ... Yes (1.28) +Checking if you have StackTrace::Auto 0 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Module::Pluggable::Object 0 ... Yes (5.2) +Already tried Moose. Skipping. +Searching MooseX::OneArgNew (0) on cpanmetadb ... +OK +==> Found dependencies: Moose, MooseX::OneArgNew, Class::Load, Throwable, Moose::Util::TypeConstraints, Role::HasMessage, Moose::Role, Role::Identifiable::HasIdent, StackTrace::Auto +--2017-10-09 07:34:46-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::OneArgNew +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.8M=0s + +2017-10-09 07:34:46 (16.8 MB/s) - written to stdout [106/106] + +--> Working on MooseX::OneArgNew +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-OneArgNew-0.005.tar.gz ... --2017-10-09 07:34:46-- http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-OneArgNew-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16071 (16K) [application/x-gzip] +Saving to: ‘MooseX-OneArgNew-0.005.tar.gz’ + + 0K .......... ..... 100% 19.9M=0.001s + +2017-10-09 07:34:46 (19.9 MB/s) - ‘MooseX-OneArgNew-0.005.tar.gz’ saved [16071/16071] + +Unpacking MooseX-OneArgNew-0.005.tar.gz +OK +MooseX-OneArgNew-0.005 +MooseX-OneArgNew-0.005/README +MooseX-OneArgNew-0.005/Changes +MooseX-OneArgNew-0.005/LICENSE +MooseX-OneArgNew-0.005/dist.ini +MooseX-OneArgNew-0.005/META.yml +MooseX-OneArgNew-0.005/MANIFEST +MooseX-OneArgNew-0.005/t +MooseX-OneArgNew-0.005/t/basic.t +MooseX-OneArgNew-0.005/META.json +MooseX-OneArgNew-0.005/t/coerce.t +MooseX-OneArgNew-0.005/Makefile.PL +MooseX-OneArgNew-0.005/t/00-report-prereqs.t +MooseX-OneArgNew-0.005/t/00-report-prereqs.dd +MooseX-OneArgNew-0.005/lib/MooseX +MooseX-OneArgNew-0.005/lib/MooseX/OneArgNew.pm +MooseX-OneArgNew-0.005/xt/release +MooseX-OneArgNew-0.005/xt/release/pod-syntax.t +MooseX-OneArgNew-0.005/xt/release/changes_has_content.t +Entering MooseX-OneArgNew-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-OneArgNew-0.005 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 1.01 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::OneArgNew +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have namespace::autoclean 0 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Moose 0.92 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried namespace::autoclean. Skipping. +Searching MooseX::Role::Parameterized (1.01) on cpanmetadb ... +OK +==> Found dependencies: Moose::Util::TypeConstraints, namespace::autoclean, MooseX::Role::Parameterized, Moose +--2017-10-09 07:34:46-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Role::Parameterized +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 400 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 63.1M=0s + +2017-10-09 07:34:46 (63.1 MB/s) - written to stdout [400/400] + +--> Working on MooseX::Role::Parameterized +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-Parameterized-1.10.tar.gz ... --2017-10-09 07:34:46-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-Parameterized-1.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 47012 (46K) [application/x-gzip] +Saving to: ‘MooseX-Role-Parameterized-1.10.tar.gz’ + + 0K .......... .......... .......... .......... ..... 100% 25.0M=0.002s + +2017-10-09 07:34:46 (25.0 MB/s) - ‘MooseX-Role-Parameterized-1.10.tar.gz’ saved [47012/47012] + +Unpacking MooseX-Role-Parameterized-1.10.tar.gz +OK +MooseX-Role-Parameterized-1.10/ +MooseX-Role-Parameterized-1.10/Build.PL +MooseX-Role-Parameterized-1.10/Changes +MooseX-Role-Parameterized-1.10/CONTRIBUTING +MooseX-Role-Parameterized-1.10/dist.ini +MooseX-Role-Parameterized-1.10/INSTALL +MooseX-Role-Parameterized-1.10/lib/ +MooseX-Role-Parameterized-1.10/LICENSE +MooseX-Role-Parameterized-1.10/Makefile.PL +MooseX-Role-Parameterized-1.10/MANIFEST +MooseX-Role-Parameterized-1.10/META.json +MooseX-Role-Parameterized-1.10/META.yml +MooseX-Role-Parameterized-1.10/README +MooseX-Role-Parameterized-1.10/t/ +MooseX-Role-Parameterized-1.10/xt/ +MooseX-Role-Parameterized-1.10/xt/author/ +MooseX-Role-Parameterized-1.10/xt/release/ +MooseX-Role-Parameterized-1.10/xt/release/changes_has_content.t +MooseX-Role-Parameterized-1.10/xt/release/cpan-changes.t +MooseX-Role-Parameterized-1.10/xt/release/distmeta.t +MooseX-Role-Parameterized-1.10/xt/release/minimum-version.t +MooseX-Role-Parameterized-1.10/xt/author/00-compile.t +MooseX-Role-Parameterized-1.10/xt/author/clean-namespaces.t +MooseX-Role-Parameterized-1.10/xt/author/eol.t +MooseX-Role-Parameterized-1.10/xt/author/kwalitee.t +MooseX-Role-Parameterized-1.10/xt/author/mojibake.t +MooseX-Role-Parameterized-1.10/xt/author/no-tabs.t +MooseX-Role-Parameterized-1.10/xt/author/pod-coverage.t +MooseX-Role-Parameterized-1.10/xt/author/pod-syntax.t +MooseX-Role-Parameterized-1.10/xt/author/portability.t +MooseX-Role-Parameterized-1.10/t/00-report-prereqs.dd +MooseX-Role-Parameterized-1.10/t/00-report-prereqs.t +MooseX-Role-Parameterized-1.10/t/001-parameters.t +MooseX-Role-Parameterized-1.10/t/002-role-block.t +MooseX-Role-Parameterized-1.10/t/003-apply.t +MooseX-Role-Parameterized-1.10/t/004-with.t +MooseX-Role-Parameterized-1.10/t/005-with-parameterized.t +MooseX-Role-Parameterized-1.10/t/006-requires.t +MooseX-Role-Parameterized-1.10/t/007-excludes.t +MooseX-Role-Parameterized-1.10/t/008-method-modifers.t +MooseX-Role-Parameterized-1.10/t/009-override-super.t +MooseX-Role-Parameterized-1.10/t/010-blessed-confess.t +MooseX-Role-Parameterized-1.10/t/011-reference-parameters.t +MooseX-Role-Parameterized-1.10/t/012-rename-role.t +MooseX-Role-Parameterized-1.10/t/013-does.t +MooseX-Role-Parameterized-1.10/t/014-compose-parameterizable.t +MooseX-Role-Parameterized-1.10/t/015-compose-keywords.t +MooseX-Role-Parameterized-1.10/t/016-trait.t +MooseX-Role-Parameterized-1.10/t/017-current_metaclass.t +MooseX-Role-Parameterized-1.10/t/018-parameter-roles.t +MooseX-Role-Parameterized-1.10/t/020-metaclass-reinitialize.t +MooseX-Role-Parameterized-1.10/t/021-parameter-trait.t +MooseX-Role-Parameterized-1.10/t/022-export-p-trait.t +MooseX-Role-Parameterized-1.10/t/023-metarole-import-params.t +MooseX-Role-Parameterized-1.10/t/024-named-anonymous.t +MooseX-Role-Parameterized-1.10/t/100-erroneous-keywords.t +MooseX-Role-Parameterized-1.10/t/101-alias-excludes.t +MooseX-Role-Parameterized-1.10/t/102-nested.t +MooseX-Role-Parameterized-1.10/t/150-composite-role-application.t +MooseX-Role-Parameterized-1.10/t/200-cooperative.t +MooseX-Role-Parameterized-1.10/t/lib/ +MooseX-Role-Parameterized-1.10/t/zzz-check-breaks.t +MooseX-Role-Parameterized-1.10/t/lib/Bar.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterised.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Extending.pod +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Parameters.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Tutorial.pod +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Role/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterizable.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterized.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Role/Parameterized.pm +Entering MooseX-Role-Parameterized-1.10 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Role-Parameterized-1.10 ... Creating new 'Build' script for 'MooseX-Role-Parameterized' version '1.10' +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Role 0 ... No +Checking if you have Storable 2.16 ... Yes (2.64) +Checking if you have MooseX::Role::WithOverloading 0 ... No +Checking if you have Moose::Meta::Role 0 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Moose::Exporter 0 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Test::Moose 0 ... No +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have CPAN::Meta::Check 0.011 ... Yes (0.014) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::autoclean 0 ... No +Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have lib 0 ... Yes (0.64) +Already tried Moose::Role. Skipping. +Searching MooseX::Role::WithOverloading (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Role, MooseX::Role::WithOverloading, Moose::Meta::Role, Moose::Util, Moose::Util::TypeConstraints, Moose::Exporter, Moose, Test::Moose, namespace::autoclean, Module::Runtime, namespace::clean +--2017-10-09 07:34:47-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Role::WithOverloading +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 926 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 186M=0s + +2017-10-09 07:34:47 (186 MB/s) - written to stdout [926/926] + +--> Working on MooseX::Role::WithOverloading +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-0.17.tar.gz ... --2017-10-09 07:34:47-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-0.17.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 32308 (32K) [application/x-gzip] +Saving to: ‘MooseX-Role-WithOverloading-0.17.tar.gz’ + + 0K .......... .......... .......... . 100% 30.0M=0.001s + +2017-10-09 07:34:47 (30.0 MB/s) - ‘MooseX-Role-WithOverloading-0.17.tar.gz’ saved [32308/32308] + +Unpacking MooseX-Role-WithOverloading-0.17.tar.gz +OK +MooseX-Role-WithOverloading-0.17/ +MooseX-Role-WithOverloading-0.17/Changes +MooseX-Role-WithOverloading-0.17/CONTRIBUTING +MooseX-Role-WithOverloading-0.17/dist.ini +MooseX-Role-WithOverloading-0.17/INSTALL +MooseX-Role-WithOverloading-0.17/lib/ +MooseX-Role-WithOverloading-0.17/LICENCE +MooseX-Role-WithOverloading-0.17/Makefile.PL +MooseX-Role-WithOverloading-0.17/MANIFEST +MooseX-Role-WithOverloading-0.17/META.json +MooseX-Role-WithOverloading-0.17/META.yml +MooseX-Role-WithOverloading-0.17/README +MooseX-Role-WithOverloading-0.17/t/ +MooseX-Role-WithOverloading-0.17/WithOverloading.xs +MooseX-Role-WithOverloading-0.17/xt/ +MooseX-Role-WithOverloading-0.17/xt/author/ +MooseX-Role-WithOverloading-0.17/xt/release/ +MooseX-Role-WithOverloading-0.17/xt/release/changes_has_content.t +MooseX-Role-WithOverloading-0.17/xt/release/cpan-changes.t +MooseX-Role-WithOverloading-0.17/xt/release/distmeta.t +MooseX-Role-WithOverloading-0.17/xt/release/minimum-version.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-coverage.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-no404s.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-syntax.t +MooseX-Role-WithOverloading-0.17/xt/release/portability.t +MooseX-Role-WithOverloading-0.17/xt/author/00-compile.t +MooseX-Role-WithOverloading-0.17/xt/author/clean-namespaces.t +MooseX-Role-WithOverloading-0.17/xt/author/eol.t +MooseX-Role-WithOverloading-0.17/xt/author/kwalitee.t +MooseX-Role-WithOverloading-0.17/xt/author/mojibake.t +MooseX-Role-WithOverloading-0.17/xt/author/no-tabs.t +MooseX-Role-WithOverloading-0.17/xt/author/pod-spell.t +MooseX-Role-WithOverloading-0.17/t/00-report-prereqs.dd +MooseX-Role-WithOverloading-0.17/t/00-report-prereqs.t +MooseX-Role-WithOverloading-0.17/t/combine_to_class.t +MooseX-Role-WithOverloading-0.17/t/combine_to_instance.t +MooseX-Role-WithOverloading-0.17/t/combine_to_role.t +MooseX-Role-WithOverloading-0.17/t/core_moose.t +MooseX-Role-WithOverloading-0.17/t/lib/ +MooseX-Role-WithOverloading-0.17/t/remove_attributes_bug.t +MooseX-Role-WithOverloading-0.17/t/to_class.t +MooseX-Role-WithOverloading-0.17/t/to_instance.t +MooseX-Role-WithOverloading-0.17/t/to_role.t +MooseX-Role-WithOverloading-0.17/t/zzz-check-breaks.t +MooseX-Role-WithOverloading-0.17/t/lib/ClassWithCombiningRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/CombiningClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/CombiningRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/OtherClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/OtherRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/Role.pm +MooseX-Role-WithOverloading-0.17/t/lib/SomeClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/UnrelatedRole.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm +Entering MooseX-Role-WithOverloading-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Role-WithOverloading-0.17 ... Warning: prerequisite Moose 0.94 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 1.15 not found. +Warning: prerequisite aliased 0 not found. +Warning: prerequisite namespace::autoclean 0.16 not found. +Warning: prerequisite namespace::clean 0.19 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Role::WithOverloading +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Role 1.15 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have namespace::clean 0.20 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have aliased 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Moose::Exporter 0 ... No +Already tried Moose::Role. Skipping. +Already tried Moose. Skipping. +Already tried namespace::clean. Skipping. +Searching aliased (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Role, Moose, namespace::clean, aliased, namespace::autoclean, Moose::Exporter +--2017-10-09 07:34:47-- http://cpanmetadb.plackperl.org/v1.0/package/aliased +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 85 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.0M=0s + +2017-10-09 07:34:47 (13.0 MB/s) - written to stdout [85/85] + +--> Working on aliased +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/aliased-0.34.tar.gz ... --2017-10-09 07:34:47-- http://www.cpan.org/authors/id/E/ET/ETHER/aliased-0.34.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 30464 (30K) [application/x-gzip] +Saving to: ‘aliased-0.34.tar.gz’ + + 0K .......... .......... ......... 100% 35.7M=0.001s + +2017-10-09 07:34:47 (35.7 MB/s) - ‘aliased-0.34.tar.gz’ saved [30464/30464] + +Unpacking aliased-0.34.tar.gz +OK +aliased-0.34/ +aliased-0.34/Build.PL +aliased-0.34/CONTRIBUTING +aliased-0.34/Changes +aliased-0.34/INSTALL +aliased-0.34/LICENSE +aliased-0.34/MANIFEST +aliased-0.34/META.json +aliased-0.34/META.yml +aliased-0.34/Makefile.PL +aliased-0.34/README +aliased-0.34/dist.ini +aliased-0.34/lib/ +aliased-0.34/t/ +aliased-0.34/weaver.ini +aliased-0.34/xt/ +aliased-0.34/xt/author/ +aliased-0.34/xt/release/ +aliased-0.34/xt/release/changes_has_content.t +aliased-0.34/xt/release/cpan-changes.t +aliased-0.34/xt/release/distmeta.t +aliased-0.34/xt/release/kwalitee.t +aliased-0.34/xt/release/minimum-version.t +aliased-0.34/xt/release/mojibake.t +aliased-0.34/xt/release/pod-coverage.t +aliased-0.34/xt/release/pod-no404s.t +aliased-0.34/xt/release/pod-syntax.t +aliased-0.34/xt/release/portability.t +aliased-0.34/xt/author/00-compile.t +aliased-0.34/xt/author/eol.t +aliased-0.34/xt/author/no-tabs.t +aliased-0.34/xt/author/pod-spell.t +aliased-0.34/t/00-report-prereqs.dd +aliased-0.34/t/00-report-prereqs.t +aliased-0.34/t/aliased.t +aliased-0.34/t/export.t +aliased-0.34/t/import.t +aliased-0.34/t/lib/ +aliased-0.34/t/prefix.t +aliased-0.34/t/sigdie.t +aliased-0.34/t/lib/BadSigDie.pm +aliased-0.34/t/lib/HasSigDie.pm +aliased-0.34/t/lib/NoSigDie.pm +aliased-0.34/t/lib/Really/ +aliased-0.34/t/lib/Really/Long/ +aliased-0.34/t/lib/Really/Long/Module/ +aliased-0.34/t/lib/Really/Long/Name.pm +aliased-0.34/t/lib/Really/Long/PackageName.pm +aliased-0.34/t/lib/Really/Long/Module/Conflicting/ +aliased-0.34/t/lib/Really/Long/Module/Name.pm +aliased-0.34/t/lib/Really/Long/Module/Conflicting/Name.pm +aliased-0.34/lib/aliased.pm +Entering aliased-0.34 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring aliased-0.34 ... Congratulations, your toolchain understands 'configure_requires'! + +Creating new 'Build' script for 'aliased' version '0.34' +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +OK +Building and testing aliased-0.34 ... cp lib/aliased.pm blib/lib/aliased.pm +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ----- ----- +# Module::Build::Tiny 0.039 0.039 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# B any 1.70 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# if any 0.0607 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# Exporter any 5.72 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/aliased.t ............ ok +t/export.t ............. ok +t/import.t ............. ok +t/prefix.t ............. ok +t/sigdie.t ............. ok +All tests successful. +Files=6, Tests=40, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.49 cusr 0.04 csys = 0.57 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/aliased.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/aliased.3 +OK +Successfully installed aliased-0.34 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/aliased-0.34/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/aliased-0.34/MYMETA.json +Already tried namespace::autoclean. Skipping. +Searching Moose::Exporter (0) on cpanmetadb ... +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Exporter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 23.7M=0.001s + +2017-10-09 07:34:49 (23.7 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Moose::Exporter' is not installed, Module 'namespace::autoclean' is not installed, Module 'namespace::clean' is not installed, Module 'Moose' is not installed +! Bailing out the installation for MooseX-Role-WithOverloading-0.17. +Searching Moose::Meta::Role (0) on cpanmetadb ... +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::Role +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 26.0M=0.001s + +2017-10-09 07:34:49 (26.0 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Searching Moose::Util (0) on cpanmetadb ... +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 23.6M=0.001s + +2017-10-09 07:34:49 (23.6 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Moose. Skipping. +Searching Test::Moose (0) on cpanmetadb ... +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Moose +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 26.0M=0.001s + +2017-10-09 07:34:49 (26.0 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Module::Runtime. Skipping. +Already tried namespace::clean. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'MooseX::Role::WithOverloading' is not installed, Module 'Moose::Meta::Role' is not installed, Module 'Moose::Util' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose' is not installed, Module 'Test::Moose' is not installed, Module 'namespace::autoclean' is not installed, Module 'Module::Runtime' is not installed, Module 'namespace::clean' is not installed +! Bailing out the installation for MooseX-Role-Parameterized-1.10. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose::Util::TypeConstraints' is not installed +! Bailing out the installation for MooseX-OneArgNew-0.005. +Already tried Class::Load. Skipping. +Already tried Throwable. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching Role::HasMessage (0) on cpanmetadb ... +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/Role::HasMessage +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 136 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 28.9M=0s + +2017-10-09 07:34:49 (28.9 MB/s) - written to stdout [136/136] + +--> Working on Role::HasMessage +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-HasMessage-0.006.tar.gz ... --2017-10-09 07:34:49-- http://www.cpan.org/authors/id/R/RJ/RJBS/Role-HasMessage-0.006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13518 (13K) [application/x-gzip] +Saving to: ‘Role-HasMessage-0.006.tar.gz’ + + 0K .......... ... 100% 162M=0s + +2017-10-09 07:34:49 (162 MB/s) - ‘Role-HasMessage-0.006.tar.gz’ saved [13518/13518] + +Unpacking Role-HasMessage-0.006.tar.gz +OK +Role-HasMessage-0.006 +Role-HasMessage-0.006/README +Role-HasMessage-0.006/Changes +Role-HasMessage-0.006/LICENSE +Role-HasMessage-0.006/dist.ini +Role-HasMessage-0.006/META.yml +Role-HasMessage-0.006/MANIFEST +Role-HasMessage-0.006/META.json +Role-HasMessage-0.006/t +Role-HasMessage-0.006/t/message.t +Role-HasMessage-0.006/Makefile.PL +Role-HasMessage-0.006/t/00-compile.t +Role-HasMessage-0.006/lib/Role +Role-HasMessage-0.006/lib/Role/HasMessage.pm +Role-HasMessage-0.006/xt/release +Role-HasMessage-0.006/xt/release/pod-syntax.t +Role-HasMessage-0.006/lib/Role/HasMessage +Role-HasMessage-0.006/lib/Role/HasMessage/Errf.pm +Role-HasMessage-0.006/t/000-report-versions-tiny.t +Role-HasMessage-0.006/xt/release/changes_has_content.t +Entering Role-HasMessage-0.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Role-HasMessage-0.006 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 0 not found. +Warning: prerequisite String::Errf 0 not found. +Warning: prerequisite namespace::clean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::HasMessage +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have namespace::clean 0.20 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have String::Errf 0 ... No +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Moose::Role 1.15 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Already tried Moose. Skipping. +Already tried namespace::clean. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Searching String::Errf (0) on cpanmetadb ... +OK +==> Found dependencies: Moose, namespace::clean, MooseX::Role::Parameterized, String::Errf, Moose::Role +--2017-10-09 07:34:49-- http://cpanmetadb.plackperl.org/v1.0/package/String::Errf +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.7M=0s + +2017-10-09 07:34:50 (17.7 MB/s) - written to stdout [96/96] + +--> Working on String::Errf +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-0.008.tar.gz ... --2017-10-09 07:34:50-- http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-0.008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21477 (21K) [application/x-gzip] +Saving to: ‘String-Errf-0.008.tar.gz’ + + 0K .......... .......... 100% 27.8M=0.001s + +2017-10-09 07:34:50 (27.8 MB/s) - ‘String-Errf-0.008.tar.gz’ saved [21477/21477] + +Unpacking String-Errf-0.008.tar.gz +OK +String-Errf-0.008 +String-Errf-0.008/README +String-Errf-0.008/Changes +String-Errf-0.008/t +String-Errf-0.008/t/bad.t +String-Errf-0.008/LICENSE +String-Errf-0.008/dist.ini +String-Errf-0.008/META.yml +String-Errf-0.008/MANIFEST +String-Errf-0.008/t/basic.t +String-Errf-0.008/META.json +String-Errf-0.008/Makefile.PL +String-Errf-0.008/t/tests.json +String-Errf-0.008/lib/String +String-Errf-0.008/lib/String/Errf.pm +String-Errf-0.008/t/00-report-prereqs.t +String-Errf-0.008/xt/author +String-Errf-0.008/xt/author/pod-syntax.t +String-Errf-0.008/t/00-report-prereqs.dd +String-Errf-0.008/xt/release +String-Errf-0.008/xt/release/changes_has_content.t +Entering String-Errf-0.008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring String-Errf-0.008 ... Warning: prerequisite JSON::MaybeXS 0 not found. +Warning: prerequisite String::Formatter 0.102081 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Errf +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have autodie 0 ... Yes (2.29) +Checking if you have Date::Format 0 ... Yes (2.24) +Checking if you have String::Formatter 0.102081 ... No +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Time::Piece 1.08 ... Yes (1.3202) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching String::Formatter (0.102081) on cpanmetadb ... +OK +==> Found dependencies: String::Formatter, JSON::MaybeXS +--2017-10-09 07:34:50-- http://cpanmetadb.plackperl.org/v1.0/package/String::Formatter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 155 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.9M=0s + +2017-10-09 07:34:50 (23.9 MB/s) - written to stdout [155/155] + +--> Working on String::Formatter +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-0.102084.tar.gz ... --2017-10-09 07:34:50-- http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-0.102084.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20981 (20K) [application/x-gzip] +Saving to: ‘String-Formatter-0.102084.tar.gz’ + + 0K .......... .......... 100% 28.2M=0.001s + +2017-10-09 07:34:50 (28.2 MB/s) - ‘String-Formatter-0.102084.tar.gz’ saved [20981/20981] + +Unpacking String-Formatter-0.102084.tar.gz +OK +String-Formatter-0.102084 +String-Formatter-0.102084/README +String-Formatter-0.102084/Changes +String-Formatter-0.102084/LICENSE +String-Formatter-0.102084/bench.pl +String-Formatter-0.102084/dist.ini +String-Formatter-0.102084/META.yml +String-Formatter-0.102084/MANIFEST +String-Formatter-0.102084/t +String-Formatter-0.102084/t/basic.t +String-Formatter-0.102084/META.json +String-Formatter-0.102084/t/braces.t +String-Formatter-0.102084/t/method.t +String-Formatter-0.102084/t/params.t +String-Formatter-0.102084/t/stringf.t +String-Formatter-0.102084/Makefile.PL +String-Formatter-0.102084/lib/String +String-Formatter-0.102084/lib/String/Formatter.pm +String-Formatter-0.102084/xt/release +String-Formatter-0.102084/xt/release/pod-syntax.t +String-Formatter-0.102084/t/000-report-versions-tiny.t +String-Formatter-0.102084/lib/String/Formatter +String-Formatter-0.102084/lib/String/Formatter/Cookbook.pm +String-Formatter-0.102084/xt/release/changes_has_content.t +Entering String-Formatter-0.102084 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring String-Formatter-0.102084 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Formatter +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing String-Formatter-0.102084 ... cp bench.pl blib/lib/String/bench.pl +cp lib/String/Formatter.pm blib/lib/String/Formatter.pm +cp lib/String/Formatter/Cookbook.pm blib/lib/String/Formatter/Cookbook.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted 5.006) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# Params::Util => 1.07 (want any version) +# Sub::Exporter => 0.987 (want any version) +# Test::More => 1.302098 (want 0.96) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +t/braces.t .................... ok +t/method.t .................... ok +t/params.t .................... ok +t/stringf.t ................... ok +All tests successful. +Files=6, Tests=22, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.43 cusr 0.08 csys = 0.55 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/bench.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/Formatter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/Formatter/Cookbook.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::Formatter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::Formatter::Cookbook.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed String-Formatter-0.102084 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Formatter-0.102084/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Formatter-0.102084/MYMETA.json +Already tried JSON::MaybeXS. Skipping. +! Installing the dependencies failed: Module 'JSON::MaybeXS' is not installed +! Bailing out the installation for String-Errf-0.008. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'namespace::clean' is not installed, Module 'String::Errf' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Role::Parameterized' is not installed +! Bailing out the installation for Role-HasMessage-0.006. +Already tried Moose::Role. Skipping. +Searching Role::Identifiable::HasIdent (0) on cpanmetadb ... +--2017-10-09 07:34:51-- http://cpanmetadb.plackperl.org/v1.0/package/Role::Identifiable::HasIdent +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 155 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 8.70M=0s + +2017-10-09 07:34:51 (8.70 MB/s) - written to stdout [155/155] + +--> Working on Role::Identifiable::HasIdent +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-Identifiable-0.007.tar.gz ... --2017-10-09 07:34:51-- http://www.cpan.org/authors/id/R/RJ/RJBS/Role-Identifiable-0.007.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13429 (13K) [application/x-gzip] +Saving to: ‘Role-Identifiable-0.007.tar.gz’ + + 0K .......... ... 100% 241M=0s + +2017-10-09 07:34:51 (241 MB/s) - ‘Role-Identifiable-0.007.tar.gz’ saved [13429/13429] + +Unpacking Role-Identifiable-0.007.tar.gz +OK +Role-Identifiable-0.007 +Role-Identifiable-0.007/README +Role-Identifiable-0.007/Changes +Role-Identifiable-0.007/LICENSE +Role-Identifiable-0.007/dist.ini +Role-Identifiable-0.007/META.yml +Role-Identifiable-0.007/MANIFEST +Role-Identifiable-0.007/META.json +Role-Identifiable-0.007/t +Role-Identifiable-0.007/t/idents.t +Role-Identifiable-0.007/Makefile.PL +Role-Identifiable-0.007/t/00-compile.t +Role-Identifiable-0.007/xt/release +Role-Identifiable-0.007/xt/release/pod-syntax.t +Role-Identifiable-0.007/t/000-report-versions-tiny.t +Role-Identifiable-0.007/lib/Role/Identifiable +Role-Identifiable-0.007/lib/Role/Identifiable/HasTags.pm +Role-Identifiable-0.007/xt/release/changes_has_content.t +Role-Identifiable-0.007/lib/Role/Identifiable/HasIdent.pm +Entering Role-Identifiable-0.007 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Role-Identifiable-0.007 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::Identifiable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Role 1.15 ... No +Checking if you have File::Spec 3.00 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose::Role. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Moose::Role' is not installed, Module 'Moose::Util::TypeConstraints' is not installed +! Bailing out the installation for Role-Identifiable-0.007. +Already tried StackTrace::Auto. Skipping. +! Installing the dependencies failed: Module 'Role::HasMessage' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'MooseX::OneArgNew' is not installed, Module 'Throwable' is not installed, Module 'Class::Load' is not installed, Module 'Moose' is not installed, Module 'Role::Identifiable::HasIdent' is not installed, Module 'Moose::Role' is not installed, Module 'StackTrace::Auto' is not installed +! Bailing out the installation for Config-MVP-2.200010. +Searching File::HomeDir (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Util::TypeConstraints, Moose::Role, Moose +--2017-10-09 07:34:52-- http://cpanmetadb.plackperl.org/v1.0/package/File::HomeDir +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 425 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 73.1M=0s + +2017-10-09 07:34:52 (73.1 MB/s) - written to stdout [425/425] + +--> Working on File::HomeDir +Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/File-HomeDir-1.002.tar.gz ... --2017-10-09 07:34:52-- http://www.cpan.org/authors/id/R/RE/REHSACK/File-HomeDir-1.002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 35441 (35K) [application/x-gzip] +Saving to: ‘File-HomeDir-1.002.tar.gz’ + + 0K .......... .......... .......... .... 100% 35.4M=0.001s + +2017-10-09 07:34:52 (35.4 MB/s) - ‘File-HomeDir-1.002.tar.gz’ saved [35441/35441] + +Unpacking File-HomeDir-1.002.tar.gz +OK +File-HomeDir-1.002/ +File-HomeDir-1.002/Changes +File-HomeDir-1.002/lib/ +File-HomeDir-1.002/LICENSE +File-HomeDir-1.002/Makefile.PL +File-HomeDir-1.002/MANIFEST +File-HomeDir-1.002/MANIFEST.SKIP +File-HomeDir-1.002/META.json +File-HomeDir-1.002/META.yml +File-HomeDir-1.002/README.md +File-HomeDir-1.002/t/ +File-HomeDir-1.002/t/01_compile.t +File-HomeDir-1.002/t/02_main.t +File-HomeDir-1.002/t/10_test.t +File-HomeDir-1.002/t/11_darwin.t +File-HomeDir-1.002/t/12_darwin_carbon.t +File-HomeDir-1.002/t/13_darwin_cocoa.t +File-HomeDir-1.002/lib/File/ +File-HomeDir-1.002/lib/File/HomeDir/ +File-HomeDir-1.002/lib/File/HomeDir.pm +File-HomeDir-1.002/lib/File/HomeDir/Darwin/ +File-HomeDir-1.002/lib/File/HomeDir/Darwin.pm +File-HomeDir-1.002/lib/File/HomeDir/Driver.pm +File-HomeDir-1.002/lib/File/HomeDir/FreeDesktop.pm +File-HomeDir-1.002/lib/File/HomeDir/MacOS9.pm +File-HomeDir-1.002/lib/File/HomeDir/Test.pm +File-HomeDir-1.002/lib/File/HomeDir/Unix.pm +File-HomeDir-1.002/lib/File/HomeDir/Windows.pm +File-HomeDir-1.002/lib/File/HomeDir/Darwin/Carbon.pm +File-HomeDir-1.002/lib/File/HomeDir/Darwin/Cocoa.pm +Entering File-HomeDir-1.002 +Checking configure dependencies from META.json +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-HomeDir-1.002 ... Warning: prerequisite File::Which 0.05 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::HomeDir +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Which 0.05 ... No +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Cwd 3.12 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching File::Which (0.05) on cpanmetadb ... +OK +==> Found dependencies: File::Which +--2017-10-09 07:34:52-- http://cpanmetadb.plackperl.org/v1.0/package/File::Which +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.6M=0s + +2017-10-09 07:34:52 (20.6 MB/s) - written to stdout [95/95] + +--> Working on File::Which +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.22.tar.gz ... --2017-10-09 07:34:52-- http://www.cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.22.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21685 (21K) [application/x-gzip] +Saving to: ‘File-Which-1.22.tar.gz’ + + 0K .......... .......... . 100% 22.9M=0.001s + +2017-10-09 07:34:52 (22.9 MB/s) - ‘File-Which-1.22.tar.gz’ saved [21685/21685] + +Unpacking File-Which-1.22.tar.gz +OK +File-Which-1.22/ +File-Which-1.22/author.yml +File-Which-1.22/lib/ +File-Which-1.22/lib/File/ +File-Which-1.22/lib/File/Which.pm +File-Which-1.22/META.json +File-Which-1.22/dist.ini +File-Which-1.22/Changes +File-Which-1.22/LICENSE +File-Which-1.22/README +File-Which-1.22/xt/ +File-Which-1.22/xt/author/ +File-Which-1.22/xt/author/version.t +File-Which-1.22/xt/author/pod_coverage.t +File-Which-1.22/xt/author/strict.t +File-Which-1.22/xt/author/pod_spelling_system.t +File-Which-1.22/xt/author/no_tabs.t +File-Which-1.22/xt/author/pod_spelling_common.t +File-Which-1.22/xt/author/pod.t +File-Which-1.22/xt/author/eol.t +File-Which-1.22/xt/release/ +File-Which-1.22/xt/release/fixme.t +File-Which-1.22/corpus/ +File-Which-1.22/corpus/test-bin-unix/ +File-Which-1.22/corpus/test-bin-unix/test4/ +File-Which-1.22/corpus/test-bin-unix/test4/foo.txt +File-Which-1.22/corpus/test-bin-unix/README.txt +File-Which-1.22/corpus/test-bin-unix/test3 +File-Which-1.22/corpus/test-bin-unix/all +File-Which-1.22/corpus/test-bin-unix/0 +File-Which-1.22/corpus/test-bin-win/ +File-Which-1.22/corpus/test-bin-win/test1.exe +File-Which-1.22/corpus/test-bin-win/0.exe +File-Which-1.22/corpus/test-bin-win/all.bat +File-Which-1.22/corpus/test-bin-win/all.exe +File-Which-1.22/corpus/test-bin-win/test2.bat +File-Which-1.22/t/ +File-Which-1.22/t/01_compile.t +File-Which-1.22/t/04_pwhich.t +File-Which-1.22/t/03_simple.t +File-Which-1.22/t/02_all.t +File-Which-1.22/t/00_diag.t +File-Which-1.22/META.yml +File-Which-1.22/MANIFEST +File-Which-1.22/Makefile.PL +File-Which-1.22/INSTALL +Entering File-Which-1.22 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-Which-1.22 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Which +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing File-Which-1.22 ... cp lib/File/Which.pm blib/lib/File/Which.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/File-Which-1.22/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/File-Which-1.22/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/File-Which-1.22/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/File-Which-1.22/blib/arch +# +# +# +# perl 5.027005 +# ExtUtils::MakeMaker 7.3 +# Test::More 1.302098 +# +# +# +t/00_diag.t ..... ok +t/01_compile.t .. ok +t/02_all.t ...... ok +t/03_simple.t ... ok +t/04_pwhich.t ... ok +All tests successful. +Files=5, Tests=21, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.34 cusr 0.06 csys = 0.43 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Which.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Which.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Which-1.22 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Which-1.22/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Which-1.22/MYMETA.json +Building and testing File-HomeDir-1.002 ... cp lib/File/HomeDir/Unix.pm blib/lib/File/HomeDir/Unix.pm +cp lib/File/HomeDir/Test.pm blib/lib/File/HomeDir/Test.pm +cp lib/File/HomeDir/FreeDesktop.pm blib/lib/File/HomeDir/FreeDesktop.pm +cp lib/File/HomeDir.pm blib/lib/File/HomeDir.pm +cp lib/File/HomeDir/Darwin/Cocoa.pm blib/lib/File/HomeDir/Darwin/Cocoa.pm +cp lib/File/HomeDir/Driver.pm blib/lib/File/HomeDir/Driver.pm +cp lib/File/HomeDir/MacOS9.pm blib/lib/File/HomeDir/MacOS9.pm +cp lib/File/HomeDir/Darwin.pm blib/lib/File/HomeDir/Darwin.pm +cp lib/File/HomeDir/Windows.pm blib/lib/File/HomeDir/Windows.pm +cp lib/File/HomeDir/Darwin/Carbon.pm blib/lib/File/HomeDir/Darwin/Carbon.pm +Manifying 10 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t xt/*.t +# Implemented by: File::HomeDir::FreeDesktop +t/01_compile.t ........ ok +t/02_main.t ........... ok +t/10_test.t ........... ok +t/11_darwin.t ......... skipped: Not running on Darwin +t/12_darwin_carbon.t .. skipped: Not running on 32-bit Darwin +t/13_darwin_cocoa.t ... skipped: Not running on Darwin with Cocoa API using Mac::SystemDirectory +All tests successful. +Files=6, Tests=80, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.38 cusr 0.05 csys = 0.48 CPU) +Result: PASS +Manifying 10 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Darwin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Test.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Driver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Windows.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/MacOS9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/FreeDesktop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Unix.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Darwin/Cocoa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/HomeDir/Darwin/Carbon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::FreeDesktop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Darwin::Carbon.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Test.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Unix.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Windows.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Darwin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Driver.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::Darwin::Cocoa.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::HomeDir::MacOS9.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-HomeDir-1.002 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-HomeDir-1.002/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-HomeDir-1.002/MYMETA.json +Already tried MooseX::Role::Parameterized. Skipping. +Searching Test::File::ShareDir (0) on cpanmetadb ... +--2017-10-09 07:34:55-- http://cpanmetadb.plackperl.org/v1.0/package/Test::File::ShareDir +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 432 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 89.6M=0s + +2017-10-09 07:34:55 (89.6 MB/s) - written to stdout [432/432] + +--> Working on Test::File::ShareDir +Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-1.001002.tar.gz ... --2017-10-09 07:34:55-- http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-1.001002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 65466 (64K) [application/x-gzip] +Saving to: ‘Test-File-ShareDir-1.001002.tar.gz’ + + 0K .......... .......... .......... .......... .......... 78% 23.6M 0s + 50K .......... ... 100% 293M=0.002s + +2017-10-09 07:34:55 (29.6 MB/s) - ‘Test-File-ShareDir-1.001002.tar.gz’ saved [65466/65466] + +Unpacking Test-File-ShareDir-1.001002.tar.gz +OK +Test-File-ShareDir-1.001002/ +Test-File-ShareDir-1.001002/.mailmap +Test-File-ShareDir-1.001002/LICENSE +Test-File-ShareDir-1.001002/Changes +Test-File-ShareDir-1.001002/lib/ +Test-File-ShareDir-1.001002/lib/Test/ +Test-File-ShareDir-1.001002/lib/Test/File/ +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/ +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Module.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/TempDirObject.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Utils.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Dist.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Object/ +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Object/Module.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Object/Dist.pm +Test-File-ShareDir-1.001002/lib/Test/File/ShareDir/Object/Inc.pm +Test-File-ShareDir-1.001002/Makefile.PL +Test-File-ShareDir-1.001002/xt/ +Test-File-ShareDir-1.001002/xt/release/ +Test-File-ShareDir-1.001002/xt/release/cpan-changes.t +Test-File-ShareDir-1.001002/xt/release/distmeta.t +Test-File-ShareDir-1.001002/xt/release/minimum-version.t +Test-File-ShareDir-1.001002/xt/release/kwalitee.t +Test-File-ShareDir-1.001002/xt/author/ +Test-File-ShareDir-1.001002/xt/author/pod-coverage.t +Test-File-ShareDir-1.001002/xt/author/pod-syntax.t +Test-File-ShareDir-1.001002/xt/author/critic.t +Test-File-ShareDir-1.001002/xt/author/eol.t +Test-File-ShareDir-1.001002/dist.ini.meta +Test-File-ShareDir-1.001002/t/ +Test-File-ShareDir-1.001002/t/00-report-prereqs.dd +Test-File-ShareDir-1.001002/t/03_cwd.t +Test-File-ShareDir-1.001002/t/04_files/ +Test-File-ShareDir-1.001002/t/04_files/lib/ +Test-File-ShareDir-1.001002/t/04_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/04_files/share/ +Test-File-ShareDir-1.001002/t/04_files/share/afile +Test-File-ShareDir-1.001002/t/06_cwd_simple.t +Test-File-ShareDir-1.001002/t/02_files/ +Test-File-ShareDir-1.001002/t/02_files/share/ +Test-File-ShareDir-1.001002/t/02_files/share/afile +Test-File-ShareDir-1.001002/t/07_util_withdist.t +Test-File-ShareDir-1.001002/t/03_files/ +Test-File-ShareDir-1.001002/t/03_files/lib/ +Test-File-ShareDir-1.001002/t/03_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/03_files/share/ +Test-File-ShareDir-1.001002/t/03_files/share/afile +Test-File-ShareDir-1.001002/t/05_files/ +Test-File-ShareDir-1.001002/t/05_files/share/ +Test-File-ShareDir-1.001002/t/05_files/share/afile +Test-File-ShareDir-1.001002/t/08_files/ +Test-File-ShareDir-1.001002/t/08_files/lib/ +Test-File-ShareDir-1.001002/t/08_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/08_files/share/ +Test-File-ShareDir-1.001002/t/08_files/share/afile +Test-File-ShareDir-1.001002/t/00-compile/ +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Object_Module_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Module_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_TempDirObject_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Object_Dist_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Dist_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Utils_pm.t +Test-File-ShareDir-1.001002/t/00-compile/lib_Test_File_ShareDir_Object_Inc_pm.t +Test-File-ShareDir-1.001002/t/08_util_withmodule.t +Test-File-ShareDir-1.001002/t/00-report-prereqs.t +Test-File-ShareDir-1.001002/t/05_dist_dir_simple.t +Test-File-ShareDir-1.001002/t/04_basic_simple.t +Test-File-ShareDir-1.001002/t/07_files/ +Test-File-ShareDir-1.001002/t/07_files/lib/ +Test-File-ShareDir-1.001002/t/07_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/07_files/share/ +Test-File-ShareDir-1.001002/t/07_files/share/afile +Test-File-ShareDir-1.001002/t/01_basic.t +Test-File-ShareDir-1.001002/t/06_files/ +Test-File-ShareDir-1.001002/t/06_files/lib/ +Test-File-ShareDir-1.001002/t/06_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/06_files/share/ +Test-File-ShareDir-1.001002/t/06_files/share/afile +Test-File-ShareDir-1.001002/t/02_distdir.t +Test-File-ShareDir-1.001002/t/01_files/ +Test-File-ShareDir-1.001002/t/01_files/lib/ +Test-File-ShareDir-1.001002/t/01_files/lib/Example.pm +Test-File-ShareDir-1.001002/t/01_files/share/ +Test-File-ShareDir-1.001002/t/01_files/share/afile +Test-File-ShareDir-1.001002/maint/ +Test-File-ShareDir-1.001002/maint/perlcritic.rc.gen.pl +Test-File-ShareDir-1.001002/misc/ +Test-File-ShareDir-1.001002/misc/Changes.deps.all +Test-File-ShareDir-1.001002/misc/Changes.deps +Test-File-ShareDir-1.001002/misc/built_with.json +Test-File-ShareDir-1.001002/misc/Changes.deps.dev +Test-File-ShareDir-1.001002/misc/Changes.deps.opt +Test-File-ShareDir-1.001002/misc/perlcritic.deps +Test-File-ShareDir-1.001002/.travis.yml +Test-File-ShareDir-1.001002/README +Test-File-ShareDir-1.001002/.gitignore +Test-File-ShareDir-1.001002/layout/ +Test-File-ShareDir-1.001002/layout/self_structure.png +Test-File-ShareDir-1.001002/layout/self_structure.dot +Test-File-ShareDir-1.001002/META.yml +Test-File-ShareDir-1.001002/perlcritic.rc +Test-File-ShareDir-1.001002/dist.ini +Test-File-ShareDir-1.001002/.perltidyrc +Test-File-ShareDir-1.001002/META.json +Test-File-ShareDir-1.001002/weaver.ini +Test-File-ShareDir-1.001002/MANIFEST +Entering Test-File-ShareDir-1.001002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-File-ShareDir-1.001002 ... Warning: prerequisite File::Copy::Recursive 0 not found. +Warning: prerequisite File::ShareDir 1.00 not found. +Warning: prerequisite Scope::Guard 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::File::ShareDir +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Cwd 3.12 ... Yes (3.68) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Scope::Guard 0 ... No +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have Class::Tiny 1.003 ... Yes (1.006) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have File::ShareDir 1.00 ... No +Checking if you have File::Copy::Recursive 0 ... No +Searching Scope::Guard (0) on cpanmetadb ... +OK +==> Found dependencies: Scope::Guard, File::ShareDir, File::Copy::Recursive +--2017-10-09 07:34:55-- http://cpanmetadb.plackperl.org/v1.0/package/Scope::Guard +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.3M=0s + +2017-10-09 07:34:55 (12.3 MB/s) - written to stdout [98/98] + +--> Working on Scope::Guard +Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz ... --2017-10-09 07:34:55-- http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.21.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4377 (4.3K) [application/x-gzip] +Saving to: ‘Scope-Guard-0.21.tar.gz’ + + 0K .... 100% 620M=0s + +2017-10-09 07:34:55 (620 MB/s) - ‘Scope-Guard-0.21.tar.gz’ saved [4377/4377] + +Unpacking Scope-Guard-0.21.tar.gz +OK +Scope-Guard-0.21/ +Scope-Guard-0.21/META.yml +Scope-Guard-0.21/README +Scope-Guard-0.21/lib/ +Scope-Guard-0.21/lib/Scope/ +Scope-Guard-0.21/lib/Scope/Guard.pm +Scope-Guard-0.21/MANIFEST +Scope-Guard-0.21/Changes +Scope-Guard-0.21/Makefile.PL +Scope-Guard-0.21/META.json +Scope-Guard-0.21/t/ +Scope-Guard-0.21/t/new.t +Scope-Guard-0.21/t/guard.t +Scope-Guard-0.21/t/scope_guard.t +Entering Scope-Guard-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Scope-Guard-0.21 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Scope::Guard +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Scope-Guard-0.21 ... cp lib/Scope/Guard.pm blib/lib/Scope/Guard.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/guard.t ........ ok +t/new.t .......... ok +t/scope_guard.t .. ok +All tests successful. +Files=3, Tests=54, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.16 cusr 0.02 csys = 0.21 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Scope/Guard.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Scope::Guard.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Scope-Guard-0.21 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Scope-Guard-0.21/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Scope-Guard-0.21/MYMETA.json +Searching File::ShareDir (1.00) on cpanmetadb ... +--2017-10-09 07:34:56-- http://cpanmetadb.plackperl.org/v1.0/package/File::ShareDir +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.2M=0s + +2017-10-09 07:34:56 (22.2 MB/s) - written to stdout [103/103] + +--> Working on File::ShareDir +Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.104.tar.gz ... --2017-10-09 07:34:56-- http://www.cpan.org/authors/id/R/RE/REHSACK/File-ShareDir-1.104.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20500 (20K) [application/x-gzip] +Saving to: ‘File-ShareDir-1.104.tar.gz’ + + 0K .......... .......... 100% 23.8M=0.001s + +2017-10-09 07:34:56 (23.8 MB/s) - ‘File-ShareDir-1.104.tar.gz’ saved [20500/20500] + +Unpacking File-ShareDir-1.104.tar.gz +OK +File-ShareDir-1.104/ +File-ShareDir-1.104/Changes +File-ShareDir-1.104/foo/ +File-ShareDir-1.104/inc/ +File-ShareDir-1.104/lib/ +File-ShareDir-1.104/LICENSE +File-ShareDir-1.104/Makefile.PL +File-ShareDir-1.104/MANIFEST +File-ShareDir-1.104/META.json +File-ShareDir-1.104/META.yml +File-ShareDir-1.104/README.md +File-ShareDir-1.104/share/ +File-ShareDir-1.104/t/ +File-ShareDir-1.104/t/01_compile.t +File-ShareDir-1.104/t/02_main.t +File-ShareDir-1.104/t/lib/ +File-ShareDir-1.104/t/lib/ShareDir.pm +File-ShareDir-1.104/share/sample.txt +File-ShareDir-1.104/share/subdir/ +File-ShareDir-1.104/share/subdir/sample.txt +File-ShareDir-1.104/lib/File/ +File-ShareDir-1.104/lib/File/ShareDir.pm +File-ShareDir-1.104/inc/inc_File-ShareDir-Install/ +File-ShareDir-1.104/inc/latest/ +File-ShareDir-1.104/inc/latest.pm +File-ShareDir-1.104/inc/latest/private.pm +File-ShareDir-1.104/inc/inc_File-ShareDir-Install/File/ +File-ShareDir-1.104/inc/inc_File-ShareDir-Install/File/ShareDir/ +File-ShareDir-1.104/inc/inc_File-ShareDir-Install/File/ShareDir/Install.pm +File-ShareDir-1.104/foo/test_file.txt +Entering File-ShareDir-1.104 +Checking configure dependencies from META.json +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-ShareDir-1.104 ... Warning: prerequisite Class::Inspector 1.12 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::ShareDir +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Class::Inspector 1.12 ... No +Searching Class::Inspector (1.12) on cpanmetadb ... +OK +==> Found dependencies: Class::Inspector +--2017-10-09 07:34:56-- http://cpanmetadb.plackperl.org/v1.0/package/Class::Inspector +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 141 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.1M=0s + +2017-10-09 07:34:56 (25.1 MB/s) - written to stdout [141/141] + +--> Working on Class::Inspector +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz ... --2017-10-09 07:34:57-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Class-Inspector-1.32.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25639 (25K) [application/x-gzip] +Saving to: ‘Class-Inspector-1.32.tar.gz’ + + 0K .......... .......... ..... 100% 24.3M=0.001s + +2017-10-09 07:34:57 (24.3 MB/s) - ‘Class-Inspector-1.32.tar.gz’ saved [25639/25639] + +Unpacking Class-Inspector-1.32.tar.gz +OK +Class-Inspector-1.32/ +Class-Inspector-1.32/author.yml +Class-Inspector-1.32/Changes +Class-Inspector-1.32/cpanfile +Class-Inspector-1.32/dist.ini +Class-Inspector-1.32/INSTALL +Class-Inspector-1.32/lib/ +Class-Inspector-1.32/LICENSE +Class-Inspector-1.32/Makefile.PL +Class-Inspector-1.32/MANIFEST +Class-Inspector-1.32/META.json +Class-Inspector-1.32/META.yml +Class-Inspector-1.32/README +Class-Inspector-1.32/t/ +Class-Inspector-1.32/xt/ +Class-Inspector-1.32/xt/author/ +Class-Inspector-1.32/xt/release/ +Class-Inspector-1.32/xt/release/fixme.t +Class-Inspector-1.32/xt/author/eol.t +Class-Inspector-1.32/xt/author/no_tabs.t +Class-Inspector-1.32/xt/author/pod.t +Class-Inspector-1.32/xt/author/pod_coverage.t +Class-Inspector-1.32/xt/author/pod_spelling_common.t +Class-Inspector-1.32/xt/author/strict.t +Class-Inspector-1.32/xt/author/version.t +Class-Inspector-1.32/t/00_diag.t +Class-Inspector-1.32/t/01_compile.t +Class-Inspector-1.32/t/02_main.t +Class-Inspector-1.32/t/03_inc_to_local.t +Class-Inspector-1.32/t/04_main_functions.t +Class-Inspector-1.32/lib/Class/ +Class-Inspector-1.32/lib/Class/Inspector/ +Class-Inspector-1.32/lib/Class/Inspector.pm +Class-Inspector-1.32/lib/Class/Inspector/Functions.pm +Entering Class-Inspector-1.32 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Inspector-1.32 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Inspector +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Class-Inspector-1.32 ... cp lib/Class/Inspector.pm blib/lib/Class/Inspector.pm +cp lib/Class/Inspector/Functions.pm blib/lib/Class/Inspector/Functions.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/Class-Inspector-1.32/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/Class-Inspector-1.32/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/Class-Inspector-1.32/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/Class-Inspector-1.32/blib/arch +# +# +# +# perl 5.027005 +# ExtUtils::MakeMaker 7.3 +# File::Spec 3.68 +# Test::More 1.302098 +# +# +# +t/00_diag.t ............ ok +t/01_compile.t ......... ok +t/02_main.t ............ ok +t/03_inc_to_local.t .... ok +t/04_main_functions.t .. ok +All tests successful. +Files=5, Tests=83, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.38 cusr 0.05 csys = 0.48 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Inspector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/Inspector/Functions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Inspector::Functions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::Inspector.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-Inspector-1.32 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Inspector-1.32/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-Inspector-1.32/MYMETA.json +Building and testing File-ShareDir-1.104 ... cp share/sample.txt blib/lib/auto/share/dist/File-ShareDir/sample.txt +cp share/subdir/sample.txt blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt +cp foo/test_file.txt blib/lib/auto/share/module/File-ShareDir/test_file.txt +cp lib/File/ShareDir.pm blib/lib/File/ShareDir.pm +Manifying 1 pod document +Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) +Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) +Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t xt/*.t +t/01_compile.t .. ok +t/02_main.t ..... ok +All tests successful. +Files=2, Tests=33, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr 0.00 csys = 0.15 CPU) +Result: PASS +Skip blib/lib/auto/share/dist/File-ShareDir/sample.txt (unchanged) +Skip blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt (unchanged) +Skip blib/lib/auto/share/module/File-ShareDir/test_file.txt (unchanged) +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/module/File-ShareDir/test_file.txt +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/File-ShareDir/sample.txt +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/File-ShareDir/subdir/sample.txt +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/ShareDir.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::ShareDir.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-ShareDir-1.104 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-ShareDir-1.104/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-ShareDir-1.104/MYMETA.json +Searching File::Copy::Recursive (0) on cpanmetadb ... +--2017-10-09 07:34:59-- http://cpanmetadb.plackperl.org/v1.0/package/File::Copy::Recursive +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.0M=0s + +2017-10-09 07:34:59 (14.0 MB/s) - written to stdout [111/111] + +--> Working on File::Copy::Recursive +Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ... --2017-10-09 07:34:59-- http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10843 (11K) [application/x-gzip] +Saving to: ‘File-Copy-Recursive-0.38.tar.gz’ + + 0K .......... 100% 143M=0s + +2017-10-09 07:34:59 (143 MB/s) - ‘File-Copy-Recursive-0.38.tar.gz’ saved [10843/10843] + +Unpacking File-Copy-Recursive-0.38.tar.gz +OK +File-Copy-Recursive-0.38/ +File-Copy-Recursive-0.38/Changes +File-Copy-Recursive-0.38/Makefile.PL +File-Copy-Recursive-0.38/MANIFEST +File-Copy-Recursive-0.38/META.yml +File-Copy-Recursive-0.38/README +File-Copy-Recursive-0.38/Recursive.pm +File-Copy-Recursive-0.38/t/ +File-Copy-Recursive-0.38/t/1.t +Entering File-Copy-Recursive-0.38 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring File-Copy-Recursive-0.38 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Copy::Recursive +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing File-Copy-Recursive-0.38 ... cp Recursive.pm blib/lib/File/Copy/Recursive.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/1.t .. ok +All tests successful. +Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.05 cusr 0.01 csys = 0.08 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Copy/Recursive.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Copy::Recursive.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Copy-Recursive-0.38 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Copy-Recursive-0.38/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Copy-Recursive-0.38/MYMETA.json +Building and testing Test-File-ShareDir-1.001002 ... cp lib/Test/File/ShareDir/Object/Inc.pm blib/lib/Test/File/ShareDir/Object/Inc.pm +cp lib/Test/File/ShareDir/Dist.pm blib/lib/Test/File/ShareDir/Dist.pm +cp lib/Test/File/ShareDir.pm blib/lib/Test/File/ShareDir.pm +cp lib/Test/File/ShareDir/Utils.pm blib/lib/Test/File/ShareDir/Utils.pm +cp lib/Test/File/ShareDir/Object/Dist.pm blib/lib/Test/File/ShareDir/Object/Dist.pm +cp lib/Test/File/ShareDir/Module.pm blib/lib/Test/File/ShareDir/Module.pm +cp lib/Test/File/ShareDir/TempDirObject.pm blib/lib/Test/File/ShareDir/TempDirObject.pm +cp lib/Test/File/ShareDir/Object/Module.pm blib/lib/Test/File/ShareDir/Object/Module.pm +Manifying 8 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t +t/00-compile/lib_Test_File_ShareDir_Dist_pm.t ........... ok +t/00-compile/lib_Test_File_ShareDir_Module_pm.t ......... ok +t/00-compile/lib_Test_File_ShareDir_Object_Dist_pm.t .... ok +t/00-compile/lib_Test_File_ShareDir_Object_Inc_pm.t ..... ok +t/00-compile/lib_Test_File_ShareDir_Object_Module_pm.t .. ok +t/00-compile/lib_Test_File_ShareDir_pm.t ................ ok +t/00-compile/lib_Test_File_ShareDir_TempDirObject_pm.t .. ok +t/00-compile/lib_Test_File_ShareDir_Utils_pm.t .......... ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 7.00 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Cwd any 3.68 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# FindBin any 1.51 +# Test::Fatal any 0.014 +# Test::More 0.96 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Test Suggests === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker 7.00 7.30 +# Test::More 0.99 1.302098 +# +# === Runtime Requires === +# +# Module Want Have +# --------------------- ----- ----- +# Carp any 1.43 +# Class::Tiny any 1.006 +# Exporter 5.57 5.72 +# File::Copy::Recursive any 0.38 +# File::ShareDir 1.00 1.104 +# Path::Tiny 0.018 0.104 +# Scope::Guard any 0.21 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +# === Runtime Suggests === +# +# Module Want Have +# ---------- ----- ----- +# Path::Tiny 0.058 0.104 +# +t/00-report-prereqs.t ................................... ok +t/01_basic.t ............................................ ok +t/02_distdir.t .......................................... ok +t/03_cwd.t .............................................. ok +t/04_basic_simple.t ..................................... ok +t/05_dist_dir_simple.t .................................. ok +t/06_cwd_simple.t ....................................... ok +Use of uninitialized value in subroutine entry at /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/ShareDir.pm line 329. +t/07_util_withdist.t .................................... ok +t/08_util_withmodule.t .................................. ok +All tests successful. +Files=17, Tests=29, 2 wallclock secs ( 0.06 usr 0.02 sys + 1.05 cusr 0.15 csys = 1.28 CPU) +Result: PASS +Manifying 8 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Dist.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/TempDirObject.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Object/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Object/Dist.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/File/ShareDir/Object/Inc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::TempDirObject.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Module.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Object::Module.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Object::Dist.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Dist.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Object::Inc.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::File::ShareDir::Utils.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-File-ShareDir-1.001002 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-File-ShareDir-1.001002/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-File-ShareDir-1.001002/MYMETA.json +Already tried namespace::autoclean. Skipping. +Searching Config::MVP::Assembler::WithBundles (2.200010) on cpanmetadb ... +--2017-10-09 07:35:02-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Assembler::WithBundles +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 97.6M=0s + +2017-10-09 07:35:02 (97.6 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Already tried File::Copy::Recursive. Skipping. +Searching MooseX::LazyRequire (0) on cpanmetadb ... +--2017-10-09 07:35:02-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::LazyRequire +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 173 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 28.8M=0s + +2017-10-09 07:35:02 (28.8 MB/s) - written to stdout [173/173] + +--> Working on MooseX::LazyRequire +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-LazyRequire-0.11.tar.gz ... --2017-10-09 07:35:02-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-LazyRequire-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26404 (26K) [application/x-gzip] +Saving to: ‘MooseX-LazyRequire-0.11.tar.gz’ + + 0K .......... .......... ..... 100% 28.2M=0.001s + +2017-10-09 07:35:02 (28.2 MB/s) - ‘MooseX-LazyRequire-0.11.tar.gz’ saved [26404/26404] + +Unpacking MooseX-LazyRequire-0.11.tar.gz +OK +MooseX-LazyRequire-0.11/ +MooseX-LazyRequire-0.11/Build.PL +MooseX-LazyRequire-0.11/Changes +MooseX-LazyRequire-0.11/CONTRIBUTING +MooseX-LazyRequire-0.11/dist.ini +MooseX-LazyRequire-0.11/INSTALL +MooseX-LazyRequire-0.11/lib/ +MooseX-LazyRequire-0.11/LICENSE +MooseX-LazyRequire-0.11/Makefile.PL +MooseX-LazyRequire-0.11/MANIFEST +MooseX-LazyRequire-0.11/META.json +MooseX-LazyRequire-0.11/META.yml +MooseX-LazyRequire-0.11/README +MooseX-LazyRequire-0.11/t/ +MooseX-LazyRequire-0.11/weaver.ini +MooseX-LazyRequire-0.11/xt/ +MooseX-LazyRequire-0.11/xt/author/ +MooseX-LazyRequire-0.11/xt/release/ +MooseX-LazyRequire-0.11/xt/release/changes_has_content.t +MooseX-LazyRequire-0.11/xt/release/clean-namespaces.t +MooseX-LazyRequire-0.11/xt/release/cpan-changes.t +MooseX-LazyRequire-0.11/xt/release/distmeta.t +MooseX-LazyRequire-0.11/xt/release/eol.t +MooseX-LazyRequire-0.11/xt/release/kwalitee.t +MooseX-LazyRequire-0.11/xt/release/minimum-version.t +MooseX-LazyRequire-0.11/xt/release/mojibake.t +MooseX-LazyRequire-0.11/xt/release/no-tabs.t +MooseX-LazyRequire-0.11/xt/release/pod-coverage.t +MooseX-LazyRequire-0.11/xt/release/pod-no404s.t +MooseX-LazyRequire-0.11/xt/release/pod-syntax.t +MooseX-LazyRequire-0.11/xt/release/portability.t +MooseX-LazyRequire-0.11/xt/author/00-compile.t +MooseX-LazyRequire-0.11/xt/author/pod-spell.t +MooseX-LazyRequire-0.11/t/00-report-prereqs.dd +MooseX-LazyRequire-0.11/t/00-report-prereqs.t +MooseX-LazyRequire-0.11/t/basic.t +MooseX-LazyRequire-0.11/t/rt76054_inheritance.t +MooseX-LazyRequire-0.11/t/zzz-check-breaks.t +MooseX-LazyRequire-0.11/lib/MooseX/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire.pm +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/Trait/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm +Entering MooseX-LazyRequire-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-LazyRequire-0.11 ... Congratulations, your toolchain understands 'configure_requires'! + +Creating new 'Build' script for 'MooseX-LazyRequire' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose::Exporter 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Moose::Role 1.15 ... No +Already tried Moose. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose::Exporter' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-LazyRequire-0.11. +Searching File::Find::Rule (0) on cpanmetadb ... +OK +==> Found dependencies: Moose, Moose::Exporter, namespace::autoclean, Moose::Role +--2017-10-09 07:35:02-- http://cpanmetadb.plackperl.org/v1.0/package/File::Find::Rule +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 141 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.4M=0s + +2017-10-09 07:35:02 (29.4 MB/s) - written to stdout [141/141] + +--> Working on File::Find::Rule +Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz ... --2017-10-09 07:35:02-- http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16165 (16K) [application/x-gzip] +Saving to: ‘File-Find-Rule-0.34.tar.gz’ + + 0K .......... ..... 100% 18.8M=0.001s + +2017-10-09 07:35:02 (18.8 MB/s) - ‘File-Find-Rule-0.34.tar.gz’ saved [16165/16165] + +Unpacking File-Find-Rule-0.34.tar.gz +OK +File-Find-Rule-0.34/ +File-Find-Rule-0.34/Changes +File-Find-Rule-0.34/findrule +File-Find-Rule-0.34/lib/ +File-Find-Rule-0.34/Makefile.PL +File-Find-Rule-0.34/MANIFEST +File-Find-Rule-0.34/META.json +File-Find-Rule-0.34/META.yml +File-Find-Rule-0.34/t/ +File-Find-Rule-0.34/testdir/ +File-Find-Rule-0.34/testdir/File-Find-Rule.t +File-Find-Rule-0.34/testdir/findrule.t +File-Find-Rule-0.34/testdir/foobar +File-Find-Rule-0.34/testdir/lib/ +File-Find-Rule-0.34/testdir/lib/File/ +File-Find-Rule-0.34/testdir/lib/File/Find/ +File-Find-Rule-0.34/testdir/lib/File/Find/Rule/ +File-Find-Rule-0.34/testdir/lib/File/Find/Rule/Test/ +File-Find-Rule-0.34/testdir/lib/File/Find/Rule/Test/ATeam.pm +File-Find-Rule-0.34/t/File-Find-Rule.t +File-Find-Rule-0.34/t/findrule.t +File-Find-Rule-0.34/lib/File/ +File-Find-Rule-0.34/lib/File/Find/ +File-Find-Rule-0.34/lib/File/Find/Rule/ +File-Find-Rule-0.34/lib/File/Find/Rule.pm +File-Find-Rule-0.34/lib/File/Find/Rule/Extending.pod +File-Find-Rule-0.34/lib/File/Find/Rule/Procedural.pod +Entering File-Find-Rule-0.34 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-Find-Rule-0.34 ... Warning: prerequisite Number::Compare 0 not found. +Warning: prerequisite Text::Glob 0.07 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Find::Rule +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Number::Compare 0 ... No +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Text::Glob 0.08 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Searching Number::Compare (0) on cpanmetadb ... +OK +==> Found dependencies: Number::Compare, Text::Glob +--2017-10-09 07:35:03-- http://cpanmetadb.plackperl.org/v1.0/package/Number::Compare +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.2M=0s + +2017-10-09 07:35:03 (21.2 MB/s) - written to stdout [101/101] + +--> Working on Number::Compare +Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ... --2017-10-09 07:35:03-- http://www.cpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2572 (2.5K) [application/x-gzip] +Saving to: ‘Number-Compare-0.03.tar.gz’ + + 0K .. 100% 324M=0s + +2017-10-09 07:35:03 (324 MB/s) - ‘Number-Compare-0.03.tar.gz’ saved [2572/2572] + +Unpacking Number-Compare-0.03.tar.gz +OK +Number-Compare-0.03/ +Number-Compare-0.03/Changes +Number-Compare-0.03/lib/ +Number-Compare-0.03/lib/Number/ +Number-Compare-0.03/lib/Number/Compare.pm +Number-Compare-0.03/Makefile.PL +Number-Compare-0.03/MANIFEST +Number-Compare-0.03/MANIFEST.SKIP +Number-Compare-0.03/META.yml +Number-Compare-0.03/t/ +Number-Compare-0.03/t/Number-Compare.t +Entering Number-Compare-0.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Number-Compare-0.03 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Number::Compare +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Number-Compare-0.03 ... cp lib/Number/Compare.pm blib/lib/Number/Compare.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Number-Compare.t .. ok +All tests successful. +Files=1, Tests=24, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.05 cusr 0.00 csys = 0.06 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Number/Compare.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Number::Compare.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Number-Compare-0.03 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Number-Compare-0.03/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Number-Compare-0.03/MYMETA.json +Searching Text::Glob (0.08) on cpanmetadb ... +--2017-10-09 07:35:04-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Glob +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 91 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.8M=0s + +2017-10-09 07:35:04 (19.8 MB/s) - written to stdout [91/91] + +--> Working on Text::Glob +Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.11.tar.gz ... --2017-10-09 07:35:04-- http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4862 (4.7K) [application/x-gzip] +Saving to: ‘Text-Glob-0.11.tar.gz’ + + 0K .... 100% 631M=0s + +2017-10-09 07:35:04 (631 MB/s) - ‘Text-Glob-0.11.tar.gz’ saved [4862/4862] + +Unpacking Text-Glob-0.11.tar.gz +OK +Text-Glob-0.11/ +Text-Glob-0.11/t/ +Text-Glob-0.11/t/Text-Glob.t +Text-Glob-0.11/t/Text-Glob_Sep.t +Text-Glob-0.11/MANIFEST +Text-Glob-0.11/lib/ +Text-Glob-0.11/lib/Text/ +Text-Glob-0.11/lib/Text/Glob.pm +Text-Glob-0.11/Changes +Text-Glob-0.11/Makefile.PL +Text-Glob-0.11/META.yml +Text-Glob-0.11/META.json +Entering Text-Glob-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Glob-0.11 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Glob +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Text-Glob-0.11 ... cp lib/Text/Glob.pm blib/lib/Text/Glob.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Text-Glob.t ...... ok +t/Text-Glob_Sep.t .. ok +All tests successful. +Files=2, Tests=74, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.14 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Glob.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Glob.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Glob-0.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Glob-0.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Glob-0.11/MYMETA.json +Building and testing File-Find-Rule-0.34 ... cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod +cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm +cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod +cp findrule blib/script/findrule +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule +Manifying 1 pod document +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/File-Find-Rule.t .. ok +t/findrule.t ........ ok +All tests successful. +Files=2, Tests=52, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.31 cusr 0.03 csys = 0.37 CPU) +Result: PASS +Manifying 1 pod document +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Find/Rule.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Find/Rule/Extending.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Find/Rule/Procedural.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/findrule.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Find::Rule::Extending.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Find::Rule.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Find::Rule::Procedural.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/findrule +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Find-Rule-0.34 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Find-Rule-0.34/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Find-Rule-0.34/MYMETA.json +Searching Software::LicenseUtils (0) on cpanmetadb ... +--2017-10-09 07:35:06-- http://cpanmetadb.plackperl.org/v1.0/package/Software::LicenseUtils +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1249 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 127M=0s + +2017-10-09 07:35:06 (127 MB/s) - written to stdout [1249/1249] + +Already tried Software-License-0.103012. Skipping. +Searching File::pushd (0) on cpanmetadb ... +--2017-10-09 07:35:06-- http://cpanmetadb.plackperl.org/v1.0/package/File::pushd +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 4.42M=0s + +2017-10-09 07:35:06 (4.42 MB/s) - written to stdout [98/98] + +--> Working on File::pushd +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.014.tar.gz ... --2017-10-09 07:35:06-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.014.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20674 (20K) [application/x-gzip] +Saving to: ‘File-pushd-1.014.tar.gz’ + + 0K .......... .......... 100% 22.7M=0.001s + +2017-10-09 07:35:06 (22.7 MB/s) - ‘File-pushd-1.014.tar.gz’ saved [20674/20674] + +Unpacking File-pushd-1.014.tar.gz +OK +File-pushd-1.014/ +File-pushd-1.014/Changes +File-pushd-1.014/CONTRIBUTING.mkdn +File-pushd-1.014/cpanfile +File-pushd-1.014/dist.ini +File-pushd-1.014/examples/ +File-pushd-1.014/lib/ +File-pushd-1.014/LICENSE +File-pushd-1.014/Makefile.PL +File-pushd-1.014/MANIFEST +File-pushd-1.014/META.json +File-pushd-1.014/META.yml +File-pushd-1.014/perlcritic.rc +File-pushd-1.014/README +File-pushd-1.014/t/ +File-pushd-1.014/tidyall.ini +File-pushd-1.014/Todo +File-pushd-1.014/xt/ +File-pushd-1.014/xt/author/ +File-pushd-1.014/xt/release/ +File-pushd-1.014/xt/release/distmeta.t +File-pushd-1.014/xt/release/minimum-version.t +File-pushd-1.014/xt/author/00-compile.t +File-pushd-1.014/xt/author/critic.t +File-pushd-1.014/xt/author/pod-coverage.t +File-pushd-1.014/xt/author/pod-spell.t +File-pushd-1.014/xt/author/pod-syntax.t +File-pushd-1.014/xt/author/portability.t +File-pushd-1.014/xt/author/test-version.t +File-pushd-1.014/t/00-report-prereqs.dd +File-pushd-1.014/t/00-report-prereqs.t +File-pushd-1.014/t/exception.t +File-pushd-1.014/t/File_pushd.t +File-pushd-1.014/t/void-context.t +File-pushd-1.014/lib/File/ +File-pushd-1.014/lib/File/pushd.pm +File-pushd-1.014/examples/example.pl +Entering File-pushd-1.014 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-pushd-1.014 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::pushd +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Cwd 3.12 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have overload 0 ... Yes (1.28) +OK +Building and testing File-pushd-1.014 ... cp lib/File/pushd.pm blib/lib/File/pushd.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Basename any 2.85 +# File::Spec any 3.68 +# File::Spec::Functions any 3.68 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------- ---- ------ +# Carp any 1.43 +# Cwd any 3.68 +# Exporter any 5.72 +# File::Path any 2.15 +# File::Spec any 3.68 +# File::Temp any 0.2304 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/exception.t .......... ok +t/File_pushd.t ......... ok +t/void-context.t ....... ok +All tests successful. +Files=4, Tests=47, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.41 cusr 0.07 csys = 0.52 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/pushd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::pushd.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-pushd-1.014 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-pushd-1.014/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-pushd-1.014/MYMETA.json +Searching Term::Encoding (0) on cpanmetadb ... +--2017-10-09 07:35:07-- http://cpanmetadb.plackperl.org/v1.0/package/Term::Encoding +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.3M=0s + +2017-10-09 07:35:07 (18.3 MB/s) - written to stdout [101/101] + +--> Working on Term::Encoding +Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Term-Encoding-0.02.tar.gz ... --2017-10-09 07:35:07-- http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Term-Encoding-0.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11373 (11K) [application/x-gzip] +Saving to: ‘Term-Encoding-0.02.tar.gz’ + + 0K .......... . 100% 160M=0s + +2017-10-09 07:35:07 (160 MB/s) - ‘Term-Encoding-0.02.tar.gz’ saved [11373/11373] + +Unpacking Term-Encoding-0.02.tar.gz +OK +Term-Encoding-0.02/ +Term-Encoding-0.02/inc/ +Term-Encoding-0.02/inc/Module/ +Term-Encoding-0.02/inc/Module/Install.pm +Term-Encoding-0.02/inc/Module/Install/ +Term-Encoding-0.02/inc/Module/Install/Fetch.pm +Term-Encoding-0.02/inc/Module/Install/Include.pm +Term-Encoding-0.02/inc/Module/Install/Makefile.pm +Term-Encoding-0.02/inc/Module/Install/Base.pm +Term-Encoding-0.02/inc/Module/Install/Metadata.pm +Term-Encoding-0.02/inc/Module/Install/Can.pm +Term-Encoding-0.02/inc/Module/Install/WriteAll.pm +Term-Encoding-0.02/inc/Module/Install/Win32.pm +Term-Encoding-0.02/lib/ +Term-Encoding-0.02/lib/Term/ +Term-Encoding-0.02/lib/Term/Encoding.pm +Term-Encoding-0.02/Changes +Term-Encoding-0.02/MANIFEST +Term-Encoding-0.02/t/ +Term-Encoding-0.02/t/01_dev.t +Term-Encoding-0.02/t/02_env.t +Term-Encoding-0.02/t/00_compile.t +Term-Encoding-0.02/META.yml +Term-Encoding-0.02/Makefile.PL +Entering Term-Encoding-0.02 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Term-Encoding-0.02 ... Cannot determine perl version info from lib/Term/Encoding.pm +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Term::Encoding +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Term-Encoding-0.02 ... cp lib/Term/Encoding.pm blib/lib/Term/Encoding.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/00_compile.t .. ok +t/01_dev.t ...... ok +t/02_env.t ...... ok +All tests successful. +Files=3, Tests=8, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.16 cusr 0.03 csys = 0.23 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/Encoding.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::Encoding.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Term-Encoding-0.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-Encoding-0.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-Encoding-0.02/MYMETA.json +Searching Sub::Exporter::ForMethods (0) on cpanmetadb ... +--2017-10-09 07:35:09-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Exporter::ForMethods +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 130 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.5M=0s + +2017-10-09 07:35:09 (25.5 MB/s) - written to stdout [130/130] + +--> Working on Sub::Exporter::ForMethods +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100052.tar.gz ... --2017-10-09 07:35:09-- http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100052.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16421 (16K) [application/x-gzip] +Saving to: ‘Sub-Exporter-ForMethods-0.100052.tar.gz’ + + 0K .......... ...... 100% 16.9M=0.001s + +2017-10-09 07:35:09 (16.9 MB/s) - ‘Sub-Exporter-ForMethods-0.100052.tar.gz’ saved [16421/16421] + +Unpacking Sub-Exporter-ForMethods-0.100052.tar.gz +OK +Sub-Exporter-ForMethods-0.100052 +Sub-Exporter-ForMethods-0.100052/README +Sub-Exporter-ForMethods-0.100052/Changes +Sub-Exporter-ForMethods-0.100052/LICENSE +Sub-Exporter-ForMethods-0.100052/dist.ini +Sub-Exporter-ForMethods-0.100052/t +Sub-Exporter-ForMethods-0.100052/t/carp.t +Sub-Exporter-ForMethods-0.100052/META.yml +Sub-Exporter-ForMethods-0.100052/MANIFEST +Sub-Exporter-ForMethods-0.100052/META.json +Sub-Exporter-ForMethods-0.100052/Makefile.PL +Sub-Exporter-ForMethods-0.100052/t/autoclean.t +Sub-Exporter-ForMethods-0.100052/t/lib +Sub-Exporter-ForMethods-0.100052/t/lib/TestDexp.pm +Sub-Exporter-ForMethods-0.100052/t/lib/TestMexp.pm +Sub-Exporter-ForMethods-0.100052/t/00-report-prereqs.t +Sub-Exporter-ForMethods-0.100052/t/00-report-prereqs.dd +Sub-Exporter-ForMethods-0.100052/xt/release +Sub-Exporter-ForMethods-0.100052/xt/release/pod-syntax.t +Sub-Exporter-ForMethods-0.100052/lib/Sub/Exporter +Sub-Exporter-ForMethods-0.100052/lib/Sub/Exporter/ForMethods.pm +Sub-Exporter-ForMethods-0.100052/xt/release/changes_has_content.t +Entering Sub-Exporter-ForMethods-0.100052 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Exporter-ForMethods-0.100052 ... Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Exporter::ForMethods +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Already tried namespace::autoclean. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed +! Bailing out the installation for Sub-Exporter-ForMethods-0.100052. +Already tried Moose. Skipping. +Searching CPAN::Uploader (0.103004) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean +--2017-10-09 07:35:09-- http://cpanmetadb.plackperl.org/v1.0/package/CPAN::Uploader +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 109 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.0M=0s + +2017-10-09 07:35:09 (17.0 MB/s) - written to stdout [109/109] + +--> Working on CPAN::Uploader +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103013.tar.gz ... --2017-10-09 07:35:09-- http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103013.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20961 (20K) [application/x-gzip] +Saving to: ‘CPAN-Uploader-0.103013.tar.gz’ + + 0K .......... .......... 100% 23.5M=0.001s + +2017-10-09 07:35:09 (23.5 MB/s) - ‘CPAN-Uploader-0.103013.tar.gz’ saved [20961/20961] + +Unpacking CPAN-Uploader-0.103013.tar.gz +OK +CPAN-Uploader-0.103013 +CPAN-Uploader-0.103013/README +CPAN-Uploader-0.103013/Changes +CPAN-Uploader-0.103013/LICENSE +CPAN-Uploader-0.103013/dist.ini +CPAN-Uploader-0.103013/META.yml +CPAN-Uploader-0.103013/MANIFEST +CPAN-Uploader-0.103013/META.json +CPAN-Uploader-0.103013/t +CPAN-Uploader-0.103013/t/00-load.t +CPAN-Uploader-0.103013/Makefile.PL +CPAN-Uploader-0.103013/bin +CPAN-Uploader-0.103013/bin/cpan-upload +CPAN-Uploader-0.103013/lib/CPAN +CPAN-Uploader-0.103013/lib/CPAN/Uploader.pm +CPAN-Uploader-0.103013/t/00-report-prereqs.t +CPAN-Uploader-0.103013/xt/author +CPAN-Uploader-0.103013/xt/author/pod-syntax.t +CPAN-Uploader-0.103013/t/00-report-prereqs.dd +CPAN-Uploader-0.103013/xt/release +CPAN-Uploader-0.103013/xt/release/changes_has_content.t +Entering CPAN-Uploader-0.103013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring CPAN-Uploader-0.103013 ... Warning: prerequisite Getopt::Long::Descriptive 0.084 not found. +Warning: prerequisite LWP::Protocol::https 1 not found. +Warning: prerequisite Term::ReadKey 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for CPAN::Uploader +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::HomeDir 0 ... Yes (1.002) +Checking if you have Getopt::Long::Descriptive 0.084 ... No +Checking if you have Term::ReadKey 0 ... No +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have LWP::Protocol::https 1 ... No +Checking if you have HTTP::Request::Common 6 ... Yes (6.13) +Checking if you have HTTP::Status 6 ... Yes (6.13) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have LWP::UserAgent 5.835 ... Yes (6.27) +Already tried Getopt::Long::Descriptive. Skipping. +Searching Term::ReadKey (0) on cpanmetadb ... +OK +==> Found dependencies: Getopt::Long::Descriptive, Term::ReadKey, LWP::Protocol::https +--2017-10-09 07:35:09-- http://cpanmetadb.plackperl.org/v1.0/package/Term::ReadKey +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.6M=0s + +2017-10-09 07:35:09 (19.6 MB/s) - written to stdout [96/96] + +--> Working on Term::ReadKey +Fetching http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.37.tar.gz ... --2017-10-09 07:35:09-- http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.37.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 85082 (83K) [application/x-gzip] +Saving to: ‘TermReadKey-2.37.tar.gz’ + + 0K .......... .......... .......... .......... .......... 60% 26.3M 0s + 50K .......... .......... .......... ... 100% 38.3M=0.003s + +2017-10-09 07:35:09 (30.0 MB/s) - ‘TermReadKey-2.37.tar.gz’ saved [85082/85082] + +Unpacking TermReadKey-2.37.tar.gz +OK +TermReadKey-2.37/ +TermReadKey-2.37/example/ +TermReadKey-2.37/example/test.pl +TermReadKey-2.37/META.yml +TermReadKey-2.37/genchars.pl +TermReadKey-2.37/Makefile.PL +TermReadKey-2.37/ReadKey_pm.PL +TermReadKey-2.37/MANIFEST.SKIP +TermReadKey-2.37/t/ +TermReadKey-2.37/t/02_terminal_functions.t +TermReadKey-2.37/t/01_basic.t +TermReadKey-2.37/ReadKey.xs +TermReadKey-2.37/Configure.pm +TermReadKey-2.37/MANIFEST +TermReadKey-2.37/META.json +TermReadKey-2.37/SIGNATURE +TermReadKey-2.37/ppport.h +TermReadKey-2.37/Changes +TermReadKey-2.37/README +Entering TermReadKey-2.37 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring TermReadKey-2.37 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Term::ReadKey +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing TermReadKey-2.37 ... Running Mkbootstrap for ReadKey () +chmod 644 "ReadKey.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- ReadKey.bs blib/arch/auto/Term/ReadKey/ReadKey.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" genchars.pl + +Writing termio/termios section of cchars.h... Done. +Checking for sgtty... + Sgtty NOT found. +Writing sgtty section of cchars.h... Done. +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -noprototypes -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' ReadKey.xs > ReadKey.xsc +mv ReadKey.xsc ReadKey.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.37\" -DXS_VERSION=\"2.37\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" ReadKey.c +rm -f blib/arch/auto/Term/ReadKey/ReadKey.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ReadKey.o -o blib/arch/auto/Term/ReadKey/ReadKey.so \ + \ + +chmod 755 blib/arch/auto/Term/ReadKey/ReadKey.so +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" ReadKey_pm.PL ReadKey.pm +Creating ReadKey.pm +Bootstrapping the XS for blockoptions: 5 +Done +cp ReadKey.pm blib/arch/Term/ReadKey.pm +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- ReadKey.bs blib/arch/auto/Term/ReadKey/ReadKey.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" ReadKey_pm.PL ReadKey.pm +Creating ReadKey.pm +Bootstrapping the XS for blockoptions: 5 +Done +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_basic.t ............... ok +t/02_terminal_functions.t .. skipped: Need a terminal to test +All tests successful. +Files=2, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.10 cusr 0.01 csys = 0.13 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- ReadKey.bs blib/arch/auto/Term/ReadKey/ReadKey.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/arch" "-Iblib/lib" ReadKey_pm.PL ReadKey.pm +Creating ReadKey.pm +Bootstrapping the XS for blockoptions: 5 +Done +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Term/ReadKey/ReadKey.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Term/ReadKey.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::ReadKey.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed TermReadKey-2.37 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TermReadKey-2.37/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TermReadKey-2.37/MYMETA.json +Searching LWP::Protocol::https (1) on cpanmetadb ... +--2017-10-09 07:35:11-- http://cpanmetadb.plackperl.org/v1.0/package/LWP::Protocol::https +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 148 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.1M=0s + +2017-10-09 07:35:11 (21.1 MB/s) - written to stdout [148/148] + +--> Working on LWP::Protocol::https +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz ... --2017-10-09 07:35:11-- http://www.cpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9184 (9.0K) [application/x-gzip] +Saving to: ‘LWP-Protocol-https-6.07.tar.gz’ + + 0K ........ 100% 67.9M=0s + +2017-10-09 07:35:12 (67.9 MB/s) - ‘LWP-Protocol-https-6.07.tar.gz’ saved [9184/9184] + +Unpacking LWP-Protocol-https-6.07.tar.gz +OK +LWP-Protocol-https-6.07/ +LWP-Protocol-https-6.07/Changes +LWP-Protocol-https-6.07/lib/ +LWP-Protocol-https-6.07/Makefile.PL +LWP-Protocol-https-6.07/MANIFEST +LWP-Protocol-https-6.07/META.json +LWP-Protocol-https-6.07/META.yml +LWP-Protocol-https-6.07/README +LWP-Protocol-https-6.07/t/ +LWP-Protocol-https-6.07/t/apache.t +LWP-Protocol-https-6.07/t/https_proxy.t +LWP-Protocol-https-6.07/lib/LWP/ +LWP-Protocol-https-6.07/lib/LWP/Protocol/ +LWP-Protocol-https-6.07/lib/LWP/Protocol/https.pm +Entering LWP-Protocol-https-6.07 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring LWP-Protocol-https-6.07 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for LWP::Protocol::https +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have LWP::UserAgent 6.06 ... Yes (6.27) +Checking if you have Net::HTTPS 6 ... Yes (6.17) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::Socket::SSL 1.54 ... Yes (2.051) +Checking if you have Mozilla::CA 20110101 ... Yes (20160104) +Checking if you have Test::RequiresInternet 0 ... Yes (0.05) +OK +Building and testing LWP-Protocol-https-6.07 ... cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/apache.t ....... ok +# creating cert for direct.ssl.access +# creating cert for direct.ssl.access +# creating cert for foo +# creating cert for bar +# creating cert for foo +# creating cert for foo +# creating cert for bar +# creating cert for bar +t/https_proxy.t .. ok +All tests successful. +Files=2, Tests=61, 2 wallclock secs ( 0.03 usr 0.01 sys + 0.48 cusr 0.07 csys = 0.59 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/LWP/Protocol/https.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/LWP::Protocol::https.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed LWP-Protocol-https-6.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/LWP-Protocol-https-6.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/LWP-Protocol-https-6.07/MYMETA.json +! Installing the dependencies failed: Module 'Getopt::Long::Descriptive' is not installed +! Bailing out the installation for CPAN-Uploader-0.103013. +Searching Config::MVP::Reader::Findable::ByExtension (0) on cpanmetadb ... +--2017-10-09 07:35:14-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Reader::Findable::ByExtension +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 97.4M=0s + +2017-10-09 07:35:14 (97.4 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Searching Pod::Eventual (0.091480) on cpanmetadb ... +--2017-10-09 07:35:14-- http://cpanmetadb.plackperl.org/v1.0/package/Pod::Eventual +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 141 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.9M=0s + +2017-10-09 07:35:14 (30.9 MB/s) - written to stdout [141/141] + +--> Working on Pod::Eventual +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz ... --2017-10-09 07:35:14-- http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16640 (16K) [application/x-gzip] +Saving to: ‘Pod-Eventual-0.094001.tar.gz’ + + 0K .......... ...... 100% 18.8M=0.001s + +2017-10-09 07:35:14 (18.8 MB/s) - ‘Pod-Eventual-0.094001.tar.gz’ saved [16640/16640] + +Unpacking Pod-Eventual-0.094001.tar.gz +OK +Pod-Eventual-0.094001 +Pod-Eventual-0.094001/README +Pod-Eventual-0.094001/Changes +Pod-Eventual-0.094001/LICENSE +Pod-Eventual-0.094001/dist.ini +Pod-Eventual-0.094001/META.yml +Pod-Eventual-0.094001/MANIFEST +Pod-Eventual-0.094001/t +Pod-Eventual-0.094001/t/basic.t +Pod-Eventual-0.094001/META.json +Pod-Eventual-0.094001/eg +Pod-Eventual-0.094001/eg/dump.pl +Pod-Eventual-0.094001/t/blanks.t +Pod-Eventual-0.094001/eg/test.pod +Pod-Eventual-0.094001/t/non-pod.t +Pod-Eventual-0.094001/Makefile.PL +Pod-Eventual-0.094001/t/nonempty.t +Pod-Eventual-0.094001/eg/blanks.pod +Pod-Eventual-0.094001/eg/non-pod.pl +Pod-Eventual-0.094001/eg/cut-into.pl +Pod-Eventual-0.094001/lib/Pod +Pod-Eventual-0.094001/lib/Pod/Eventual.pm +Pod-Eventual-0.094001/eg/non-empty-blank.pod +Pod-Eventual-0.094001/xt/release +Pod-Eventual-0.094001/xt/release/pod-syntax.t +Pod-Eventual-0.094001/lib/Pod/Eventual +Pod-Eventual-0.094001/lib/Pod/Eventual/Simple.pm +Pod-Eventual-0.094001/t/000-report-versions-tiny.t +Pod-Eventual-0.094001/xt/release/changes_has_content.t +Entering Pod-Eventual-0.094001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Pod-Eventual-0.094001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Pod::Eventual +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Mixin::Linewise::Readers 0.102 ... Yes (0.108) +OK +Building and testing Pod-Eventual-0.094001 ... cp lib/Pod/Eventual.pm blib/lib/Pod/Eventual.pm +cp lib/Pod/Eventual/Simple.pm blib/lib/Pod/Eventual/Simple.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted any version) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# Carp => 1.43 (want any version) +# ExtUtils::MakeMaker => 7.3 (want 6.30) +# Mixin::Linewise::Readers => 0.108 (want 0.102) +# Test::Deep => 1.127 (want any version) +# Test::More => 1.302098 (want 0.96) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +t/blanks.t .................... ok +t/non-pod.t ................... ok +t/nonempty.t .................. ok +All tests successful. +Files=5, Tests=5, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.39 cusr 0.07 csys = 0.50 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Pod/Eventual.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Pod/Eventual/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Eventual::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Eventual.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Pod-Eventual-0.094001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Pod-Eventual-0.094001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Pod-Eventual-0.094001/MYMETA.json +Searching YAML::Tiny (0) on cpanmetadb ... +--2017-10-09 07:35:16-- http://cpanmetadb.plackperl.org/v1.0/package/YAML::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 90 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.3M=0s + +2017-10-09 07:35:16 (16.3 MB/s) - written to stdout [90/90] + +--> Working on YAML::Tiny +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.70.tar.gz ... --2017-10-09 07:35:16-- http://www.cpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.70.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 72663 (71K) [application/x-gzip] +Saving to: ‘YAML-Tiny-1.70.tar.gz’ + + 0K .......... .......... .......... .......... .......... 70% 24.7M 0s + 50K .......... .......... 100% 31.7M=0.003s + +2017-10-09 07:35:16 (26.5 MB/s) - ‘YAML-Tiny-1.70.tar.gz’ saved [72663/72663] + +Unpacking YAML-Tiny-1.70.tar.gz +OK +YAML-Tiny-1.70/ +YAML-Tiny-1.70/Changes +YAML-Tiny-1.70/CONTRIBUTING +YAML-Tiny-1.70/dist.ini +YAML-Tiny-1.70/INSTALL +YAML-Tiny-1.70/lib/ +YAML-Tiny-1.70/LICENSE +YAML-Tiny-1.70/Makefile.PL +YAML-Tiny-1.70/MANIFEST +YAML-Tiny-1.70/META.json +YAML-Tiny-1.70/META.yml +YAML-Tiny-1.70/README +YAML-Tiny-1.70/t/ +YAML-Tiny-1.70/xt/ +YAML-Tiny-1.70/xt/author/ +YAML-Tiny-1.70/xt/compare/ +YAML-Tiny-1.70/xt/lib/ +YAML-Tiny-1.70/xt/release/ +YAML-Tiny-1.70/xt/release/changes_has_content.t +YAML-Tiny-1.70/xt/release/cpan-changes.t +YAML-Tiny-1.70/xt/release/distmeta.t +YAML-Tiny-1.70/xt/release/minimum-version.t +YAML-Tiny-1.70/xt/lib/Test.pm +YAML-Tiny-1.70/xt/compare/roundtrip.t +YAML-Tiny-1.70/xt/author/00-compile.t +YAML-Tiny-1.70/xt/author/clean-namespaces.t +YAML-Tiny-1.70/xt/author/eol.t +YAML-Tiny-1.70/xt/author/kwalitee.t +YAML-Tiny-1.70/xt/author/mojibake.t +YAML-Tiny-1.70/xt/author/no-tabs.t +YAML-Tiny-1.70/xt/author/pod-coverage.t +YAML-Tiny-1.70/xt/author/pod-no404s.t +YAML-Tiny-1.70/xt/author/pod-spell.t +YAML-Tiny-1.70/xt/author/pod-syntax.t +YAML-Tiny-1.70/xt/author/portability.t +YAML-Tiny-1.70/t/00-report-prereqs.dd +YAML-Tiny-1.70/t/00-report-prereqs.t +YAML-Tiny-1.70/t/01_api.t +YAML-Tiny-1.70/t/01_compile.t +YAML-Tiny-1.70/t/10_read.t +YAML-Tiny-1.70/t/11_read_string.t +YAML-Tiny-1.70/t/12_write.t +YAML-Tiny-1.70/t/13_write_string.t +YAML-Tiny-1.70/t/20_subclass.t +YAML-Tiny-1.70/t/21_yamlpm_compat.t +YAML-Tiny-1.70/t/30_yaml_spec_tml.t +YAML-Tiny-1.70/t/31_local_tml.t +YAML-Tiny-1.70/t/32_world_tml.t +YAML-Tiny-1.70/t/86_fail.t +YAML-Tiny-1.70/t/data/ +YAML-Tiny-1.70/t/lib/ +YAML-Tiny-1.70/t/README.md +YAML-Tiny-1.70/t/tml +YAML-Tiny-1.70/t/tml-local/ +YAML-Tiny-1.70/t/tml-spec/ +YAML-Tiny-1.70/t/tml-world/ +YAML-Tiny-1.70/t/tml-world/Acme-Time-Baby.tml +YAML-Tiny-1.70/t/tml-world/Data-Swap.tml +YAML-Tiny-1.70/t/tml-world/Games-Nintendo-Wii-Mii.tml +YAML-Tiny-1.70/t/tml-world/HTML-WebDAO.tml +YAML-Tiny-1.70/t/tml-world/ITS-SIN-FIDS-Content-XML.tml +YAML-Tiny-1.70/t/tml-world/Plagger.tml +YAML-Tiny-1.70/t/tml-world/Spreadsheet-Read.tml +YAML-Tiny-1.70/t/tml-world/Template-Provider-Unicode-Japanese.tml +YAML-Tiny-1.70/t/tml-world/toolbar.tml +YAML-Tiny-1.70/t/tml-world/Vanilla-Perl.tml +YAML-Tiny-1.70/t/tml-world/YAML-Tiny-META.tml +YAML-Tiny-1.70/t/tml-world/yaml_org.tml +YAML-Tiny-1.70/t/tml-spec/basic-data.tml +YAML-Tiny-1.70/t/tml-spec/unicode.tml +YAML-Tiny-1.70/t/tml-local/dump-error/ +YAML-Tiny-1.70/t/tml-local/load-error/ +YAML-Tiny-1.70/t/tml-local/load-warning/ +YAML-Tiny-1.70/t/tml-local/perl-to-yaml/ +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/ +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/collection.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/comment.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/document.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/mapping.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/quoting.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/scalar.tml +YAML-Tiny-1.70/t/tml-local/yaml-roundtrip/sequence.tml +YAML-Tiny-1.70/t/tml-local/perl-to-yaml/quoting.tml +YAML-Tiny-1.70/t/tml-local/load-warning/document.tml +YAML-Tiny-1.70/t/tml-local/load-error/document.tml +YAML-Tiny-1.70/t/tml-local/load-error/scalar.tml +YAML-Tiny-1.70/t/tml-local/load-error/tag.tml +YAML-Tiny-1.70/t/tml-local/dump-error/circular.tml +YAML-Tiny-1.70/t/lib/SubtestCompat.pm +YAML-Tiny-1.70/t/lib/TestBridge.pm +YAML-Tiny-1.70/t/lib/TestML/ +YAML-Tiny-1.70/t/lib/TestUtils.pm +YAML-Tiny-1.70/t/lib/TestML/Tiny.pm +YAML-Tiny-1.70/t/data/ascii.yml +YAML-Tiny-1.70/t/data/latin1.yml +YAML-Tiny-1.70/t/data/multibyte.yml +YAML-Tiny-1.70/t/data/utf_16_le_bom.yml +YAML-Tiny-1.70/t/data/utf_8_bom.yml +YAML-Tiny-1.70/lib/YAML/ +YAML-Tiny-1.70/lib/YAML/Tiny.pm +Entering YAML-Tiny-1.70 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring YAML-Tiny-1.70 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for YAML::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have IO::Dir 0 ... Yes (1.10) +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have B 0 ... Yes (1.70) +Checking if you have lib 0 ... Yes (0.64) +OK +Building and testing YAML-Tiny-1.70 ... cp lib/YAML/Tiny.pm blib/lib/YAML/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Basename any 2.85 +# File::Find any 1.34 +# File::Spec 0.80 3.68 +# File::Spec::Functions any 3.68 +# File::Temp 0.19 0.2304 +# Getopt::Long any 2.5 +# IO::Dir any 1.10 +# JSON::PP any 2.94 +# List::Util any 1.49 +# Test::More 0.88 1.302098 +# base any 2.26 +# lib any 0.64 +# utf8 any 1.20 +# vars any 1.03 +# +# === Test Recommends === +# +# Module Want Have +# ------------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# JSON::MaybeXS 1.001000 missing +# +# === Runtime Requires === +# +# Module Want Have +# ------------ ---- ---- +# B any 1.70 +# Carp any 1.43 +# Exporter any 5.72 +# Fcntl any 1.13 +# Scalar::Util any 1.49 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# JSON::PP 2.94 +# Pod::Coverage missing +# Sub::Name 0.21 +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/01_api.t ............. ok +t/01_compile.t ......... ok +t/10_read.t ............ ok +t/11_read_string.t ..... ok +t/12_write.t ........... ok +t/13_write_string.t .... ok +t/20_subclass.t ........ ok +t/21_yamlpm_compat.t ... ok +# using JSON backend: JSON::PP 2.94 +t/30_yaml_spec_tml.t ... ok +t/31_local_tml.t ....... ok +t/32_world_tml.t ....... ok +t/86_fail.t ............ ok +All tests successful. +Files=13, Tests=57, 2 wallclock secs ( 0.15 usr 0.05 sys + 1.66 cusr 0.24 csys = 2.10 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/YAML/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/YAML::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed YAML-Tiny-1.70 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAML-Tiny-1.70/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/YAML-Tiny-1.70/MYMETA.json +Searching Config::MVP::Reader::INI (2.101461) on cpanmetadb ... +--2017-10-09 07:35:19-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Reader::INI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.7M=0s + +2017-10-09 07:35:19 (26.7 MB/s) - written to stdout [127/127] + +--> Working on Config::MVP::Reader::INI +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-2.101463.tar.gz ... --2017-10-09 07:35:19-- http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-2.101463.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14671 (14K) [application/x-gzip] +Saving to: ‘Config-MVP-Reader-INI-2.101463.tar.gz’ + + 0K .......... .... 100% 21.7M=0.001s + +2017-10-09 07:35:19 (21.7 MB/s) - ‘Config-MVP-Reader-INI-2.101463.tar.gz’ saved [14671/14671] + +Unpacking Config-MVP-Reader-INI-2.101463.tar.gz +OK +Config-MVP-Reader-INI-2.101463 +Config-MVP-Reader-INI-2.101463/README +Config-MVP-Reader-INI-2.101463/Changes +Config-MVP-Reader-INI-2.101463/t +Config-MVP-Reader-INI-2.101463/t/mvp.t +Config-MVP-Reader-INI-2.101463/LICENSE +Config-MVP-Reader-INI-2.101463/dist.ini +Config-MVP-Reader-INI-2.101463/META.yml +Config-MVP-Reader-INI-2.101463/MANIFEST +Config-MVP-Reader-INI-2.101463/META.json +Config-MVP-Reader-INI-2.101463/eg +Config-MVP-Reader-INI-2.101463/eg/mvp.ini +Config-MVP-Reader-INI-2.101463/Makefile.PL +Config-MVP-Reader-INI-2.101463/t/lib/Foo +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Bar.pm +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Baz.pm +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Quux.pm +Config-MVP-Reader-INI-2.101463/xt/release +Config-MVP-Reader-INI-2.101463/xt/release/pod-syntax.t +Config-MVP-Reader-INI-2.101463/lib/Config/MVP/Reader +Config-MVP-Reader-INI-2.101463/lib/Config/MVP/Reader/INI.pm +Config-MVP-Reader-INI-2.101463/t/000-report-versions-tiny.t +Config-MVP-Reader-INI-2.101463/xt/release/changes_has_content.t +Entering Config-MVP-Reader-INI-2.101463 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Config-MVP-Reader-INI-2.101463 ... Warning: prerequisite Config::INI::Reader 0 not found. +Warning: prerequisite Config::MVP 2 not found. +Warning: prerequisite Config::MVP::Reader 0 not found. +Warning: prerequisite Config::MVP::Reader::Findable::ByExtension 0 not found. +Warning: prerequisite Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::MVP::Reader::INI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Config::MVP 2 ... No +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Config::INI::Reader 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Config::MVP::Reader 2.101540 ... No +Checking if you have Config::MVP::Reader::Findable::ByExtension 0 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have lib 0 ... Yes (0.64) +Searching Config::MVP (2) on cpanmetadb ... +OK +==> Found dependencies: Config::MVP, Config::INI::Reader, Config::MVP::Reader, Config::MVP::Reader::Findable::ByExtension, Moose +--2017-10-09 07:35:19-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 86.7M=0s + +2017-10-09 07:35:19 (86.7 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Searching Config::INI::Reader (0) on cpanmetadb ... +--2017-10-09 07:35:19-- http://cpanmetadb.plackperl.org/v1.0/package/Config::INI::Reader +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 152 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 30.6M=0s + +2017-10-09 07:35:19 (30.6 MB/s) - written to stdout [152/152] + +--> Working on Config::INI::Reader +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-0.025.tar.gz ... --2017-10-09 07:35:19-- http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-0.025.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25405 (25K) [application/x-gzip] +Saving to: ‘Config-INI-0.025.tar.gz’ + + 0K .......... .......... .... 100% 29.0M=0.001s + +2017-10-09 07:35:19 (29.0 MB/s) - ‘Config-INI-0.025.tar.gz’ saved [25405/25405] + +Unpacking Config-INI-0.025.tar.gz +OK +Config-INI-0.025/ +Config-INI-0.025/Changes +Config-INI-0.025/dist.ini +Config-INI-0.025/examples/ +Config-INI-0.025/lib/ +Config-INI-0.025/LICENSE +Config-INI-0.025/Makefile.PL +Config-INI-0.025/MANIFEST +Config-INI-0.025/META.json +Config-INI-0.025/META.yml +Config-INI-0.025/README +Config-INI-0.025/t/ +Config-INI-0.025/xt/ +Config-INI-0.025/xt/release/ +Config-INI-0.025/xt/release/changes_has_content.t +Config-INI-0.025/xt/release/pod-syntax.t +Config-INI-0.025/t/00-report-prereqs.dd +Config-INI-0.025/t/00-report-prereqs.t +Config-INI-0.025/t/reader-err.t +Config-INI-0.025/t/reader.t +Config-INI-0.025/t/writer.t +Config-INI-0.025/lib/Config/ +Config-INI-0.025/lib/Config/INI/ +Config-INI-0.025/lib/Config/INI.pm +Config-INI-0.025/lib/Config/INI/Reader.pm +Config-INI-0.025/lib/Config/INI/Writer.pm +Config-INI-0.025/examples/simple.ini +Config-INI-0.025/examples/utf8-bom.ini +Entering Config-INI-0.025 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Config-INI-0.025 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::INI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Mixin::Linewise::Writers 0 ... Yes (0.108) +Checking if you have Mixin::Linewise::Readers 0.105 ... Yes (0.108) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Config-INI-0.025 ... cp lib/Config/INI/Reader.pm blib/lib/Config/INI/Reader.pm +cp lib/Config/INI.pm blib/lib/Config/INI.pm +cp lib/Config/INI/Writer.pm blib/lib/Config/INI/Writer.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# IO::File any 1.16 +# Test::More 0.96 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------------ ----- ----- +# Carp any 1.43 +# Mixin::Linewise::Readers 0.105 0.108 +# Mixin::Linewise::Writers any 0.108 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/reader-err.t ......... ok +t/reader.t ............. ok +t/writer.t ............. ok +All tests successful. +Files=4, Tests=38, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.44 cusr 0.07 csys = 0.54 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/INI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/INI/Writer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/INI/Reader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::INI::Writer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::INI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::INI::Reader.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Config-INI-0.025 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-INI-0.025/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-INI-0.025/MYMETA.json +Already tried Config::MVP::Reader. Skipping. +Already tried Config::MVP::Reader::Findable::ByExtension. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Config::MVP::Reader::Findable::ByExtension' is not installed, Module 'Config::MVP::Reader' is not installed, Module 'Config::MVP' is not installed +! Bailing out the installation for Config-MVP-Reader-INI-2.101463. +Searching MooseX::Types::Moose (0) on cpanmetadb ... +--2017-10-09 07:35:21-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Moose +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 359 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 75.9M=0s + +2017-10-09 07:35:21 (75.9 MB/s) - written to stdout [359/359] + +--> Working on MooseX::Types::Moose +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-0.50.tar.gz ... --2017-10-09 07:35:21-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-0.50.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 57252 (56K) [application/x-gzip] +Saving to: ‘MooseX-Types-0.50.tar.gz’ + + 0K .......... .......... .......... .......... .......... 89% 26.9M 0s + 50K ..... 100% 11273G=0.002s + +2017-10-09 07:35:21 (30.1 MB/s) - ‘MooseX-Types-0.50.tar.gz’ saved [57252/57252] + +Unpacking MooseX-Types-0.50.tar.gz +OK +MooseX-Types-0.50/ +MooseX-Types-0.50/Build.PL +MooseX-Types-0.50/Changes +MooseX-Types-0.50/CONTRIBUTING +MooseX-Types-0.50/dist.ini +MooseX-Types-0.50/eg/ +MooseX-Types-0.50/INSTALL +MooseX-Types-0.50/lib/ +MooseX-Types-0.50/LICENCE +MooseX-Types-0.50/Makefile.PL +MooseX-Types-0.50/MANIFEST +MooseX-Types-0.50/META.json +MooseX-Types-0.50/META.yml +MooseX-Types-0.50/README +MooseX-Types-0.50/t/ +MooseX-Types-0.50/xt/ +MooseX-Types-0.50/xt/author/ +MooseX-Types-0.50/xt/release/ +MooseX-Types-0.50/xt/release/changes_has_content.t +MooseX-Types-0.50/xt/release/cpan-changes.t +MooseX-Types-0.50/xt/release/distmeta.t +MooseX-Types-0.50/xt/release/minimum-version.t +MooseX-Types-0.50/xt/author/00-compile.t +MooseX-Types-0.50/xt/author/clean-namespaces.t +MooseX-Types-0.50/xt/author/eol.t +MooseX-Types-0.50/xt/author/kwalitee.t +MooseX-Types-0.50/xt/author/mojibake.t +MooseX-Types-0.50/xt/author/no-tabs.t +MooseX-Types-0.50/xt/author/pod-coverage.t +MooseX-Types-0.50/xt/author/pod-no404s.t +MooseX-Types-0.50/xt/author/pod-spell.t +MooseX-Types-0.50/xt/author/pod-syntax.t +MooseX-Types-0.50/xt/author/portability.t +MooseX-Types-0.50/t/00-report-prereqs.dd +MooseX-Types-0.50/t/00-report-prereqs.t +MooseX-Types-0.50/t/10_moose-types.t +MooseX-Types-0.50/t/11_library-definition.t +MooseX-Types-0.50/t/12_wrapper-definition.t +MooseX-Types-0.50/t/13_typedecorator.t +MooseX-Types-0.50/t/14_compatibility-sub-exporter.t +MooseX-Types-0.50/t/15_recursion.t +MooseX-Types-0.50/t/16_introspection.t +MooseX-Types-0.50/t/17_syntax_errors.t +MooseX-Types-0.50/t/18_combined_libs.t +MooseX-Types-0.50/t/19_typelib_with_role.t +MooseX-Types-0.50/t/20_union_with_string_type.t +MooseX-Types-0.50/t/21_coerce_parameterized_types.t +MooseX-Types-0.50/t/22_class_type.t +MooseX-Types-0.50/t/23_any_subtype.t +MooseX-Types-0.50/t/24_class_can_isa.t +MooseX-Types-0.50/t/25-fully-qualified.t +MooseX-Types-0.50/t/26-multi-combined.t +MooseX-Types-0.50/t/lib/ +MooseX-Types-0.50/t/regressions/ +MooseX-Types-0.50/t/zzz-check-breaks.t +MooseX-Types-0.50/t/regressions/01-is_subtype_of.t +MooseX-Types-0.50/t/lib/Combined.pm +MooseX-Types-0.50/t/lib/DecoratorLibrary.pm +MooseX-Types-0.50/t/lib/Empty.pm +MooseX-Types-0.50/t/lib/MultiCombined.pm +MooseX-Types-0.50/t/lib/SubExporterCompatibility.pm +MooseX-Types-0.50/t/lib/TestLibrary.pm +MooseX-Types-0.50/t/lib/TestLibrary2.pm +MooseX-Types-0.50/t/lib/TestNamespaceSep.pm +MooseX-Types-0.50/t/lib/TestWrapper.pm +MooseX-Types-0.50/lib/MooseX/ +MooseX-Types-0.50/lib/MooseX/Types/ +MooseX-Types-0.50/lib/MooseX/Types.pm +MooseX-Types-0.50/lib/MooseX/Types/Base.pm +MooseX-Types-0.50/lib/MooseX/Types/CheckedUtilExports.pm +MooseX-Types-0.50/lib/MooseX/Types/Combine.pm +MooseX-Types-0.50/lib/MooseX/Types/Moose.pm +MooseX-Types-0.50/lib/MooseX/Types/TypeDecorator.pm +MooseX-Types-0.50/lib/MooseX/Types/UndefinedType.pm +MooseX-Types-0.50/lib/MooseX/Types/Util.pm +MooseX-Types-0.50/lib/MooseX/Types/Wrapper.pm +MooseX-Types-0.50/eg/benchmarks.pl +Entering MooseX-Types-0.50 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-0.50 ... Creating new 'Build' script for 'MooseX-Types' version '0.50' +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Carp::Clan 6.00 ... No +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Moose::Role 1.15 ... No +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Moose::Exporter 0 ... No +Checking if you have Sub::Install 0.921 ... Yes (0.928) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Moose 2.0300 ... No +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have Moose::Meta::TypeConstraint::Union 0 ... No +Checking if you have Sub::Exporter::ForMethods 0.100052 ... No +Checking if you have base 2.18 ... Yes (2.26) +Already tried namespace::autoclean. Skipping. +Searching Carp::Clan (6.00) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, Carp::Clan, Module::Runtime, Moose::Role, Moose::Util::TypeConstraints, Moose::Exporter, Moose, Moose::Meta::TypeConstraint::Union, Sub::Exporter::ForMethods +--2017-10-09 07:35:22-- http://cpanmetadb.plackperl.org/v1.0/package/Carp::Clan +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 91 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.3M=0s + +2017-10-09 07:35:22 (18.3 MB/s) - written to stdout [91/91] + +--> Working on Carp::Clan +Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Carp-Clan-6.06.tar.gz ... --2017-10-09 07:35:22-- http://www.cpan.org/authors/id/K/KE/KENTNL/Carp-Clan-6.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21556 (21K) [application/x-gzip] +Saving to: ‘Carp-Clan-6.06.tar.gz’ + + 0K .......... .......... . 100% 22.7M=0.001s + +2017-10-09 07:35:22 (22.7 MB/s) - ‘Carp-Clan-6.06.tar.gz’ saved [21556/21556] + +Unpacking Carp-Clan-6.06.tar.gz +OK +Carp-Clan-6.06/ +Carp-Clan-6.06/Changes +Carp-Clan-6.06/lib/ +Carp-Clan-6.06/lib/Carp/ +Carp-Clan-6.06/lib/Carp/Clan.pod +Carp-Clan-6.06/lib/Carp/Clan.pm +Carp-Clan-6.06/Makefile.PL +Carp-Clan-6.06/t/ +Carp-Clan-6.06/t/20pre560.t +Carp-Clan-6.06/t/03yaml.t +Carp-Clan-6.06/t/10basic.t +Carp-Clan-6.06/t/11basic.t +Carp-Clan-6.06/t/01pod.t +Carp-Clan-6.06/t/21pre560.t +Carp-Clan-6.06/README +Carp-Clan-6.06/MANIFEST.SKIP +Carp-Clan-6.06/META.yml +Carp-Clan-6.06/license/ +Carp-Clan-6.06/license/Artistic.txt +Carp-Clan-6.06/license/GNU_GPL.txt +Carp-Clan-6.06/META.json +Carp-Clan-6.06/MANIFEST +Entering Carp-Clan-6.06 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Carp-Clan-6.06 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Carp::Clan +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +OK +Building and testing Carp-Clan-6.06 ... cp lib/Carp/Clan.pm blib/lib/Carp/Clan.pm +cp lib/Carp/Clan.pod blib/lib/Carp/Clan.pod +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01pod.t ..... skipped: Skipping author tests +t/03yaml.t .... skipped: Skipping author tests +t/10basic.t ... ok +t/11basic.t ... ok +t/20pre560.t .. ok +t/21pre560.t .. ok +All tests successful. +Files=6, Tests=118, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.08 cusr 0.01 csys = 0.12 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Carp/Clan.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Carp/Clan.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Carp::Clan.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Carp-Clan-6.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Carp-Clan-6.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Carp-Clan-6.06/MYMETA.json +Already tried Module::Runtime. Skipping. +Already tried Moose::Role. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Moose. Skipping. +Searching Moose::Meta::TypeConstraint::Union (0) on cpanmetadb ... +--2017-10-09 07:35:23-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::TypeConstraint::Union +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 26.5M=0.001s + +2017-10-09 07:35:23 (26.5 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried Sub::Exporter::ForMethods. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Moose::Meta::TypeConstraint::Union' is not installed, Module 'Sub::Exporter::ForMethods' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose::Role' is not installed, Module 'Module::Runtime' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Types-0.50. +Searching Log::Dispatchouli (1.102220) on cpanmetadb ... +--2017-10-09 07:35:23-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatchouli +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 175 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.3M=0s + +2017-10-09 07:35:23 (26.3 MB/s) - written to stdout [175/175] + +--> Working on Log::Dispatchouli +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.015.tar.gz ... --2017-10-09 07:35:23-- http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.015.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 30232 (30K) [application/x-gzip] +Saving to: ‘Log-Dispatchouli-2.015.tar.gz’ + + 0K .......... .......... ......... 100% 37.4M=0.001s + +2017-10-09 07:35:23 (37.4 MB/s) - ‘Log-Dispatchouli-2.015.tar.gz’ saved [30232/30232] + +Unpacking Log-Dispatchouli-2.015.tar.gz +OK +Log-Dispatchouli-2.015 +Log-Dispatchouli-2.015/README +Log-Dispatchouli-2.015/Changes +Log-Dispatchouli-2.015/LICENSE +Log-Dispatchouli-2.015/dist.ini +Log-Dispatchouli-2.015/t +Log-Dispatchouli-2.015/t/file.t +Log-Dispatchouli-2.015/META.yml +Log-Dispatchouli-2.015/MANIFEST +Log-Dispatchouli-2.015/t/basic.t +Log-Dispatchouli-2.015/t/proxy.t +Log-Dispatchouli-2.015/META.json +Log-Dispatchouli-2.015/t/global.t +Log-Dispatchouli-2.015/Makefile.PL +Log-Dispatchouli-2.015/t/env-value.t +Log-Dispatchouli-2.015/t/lib/DDR +Log-Dispatchouli-2.015/t/lib/DDR/Child.pm +Log-Dispatchouli-2.015/t/lib/SDR +Log-Dispatchouli-2.015/t/lib/SDR/Child.pm +Log-Dispatchouli-2.015/t/global-subclass.t +Log-Dispatchouli-2.015/t/lib/DDR/Parent.pm +Log-Dispatchouli-2.015/t/lib/SDR/Parent.pm +Log-Dispatchouli-2.015/t/00-report-prereqs.t +Log-Dispatchouli-2.015/xt/author +Log-Dispatchouli-2.015/xt/author/pod-syntax.t +Log-Dispatchouli-2.015/t/00-report-prereqs.dd +Log-Dispatchouli-2.015/lib/Log +Log-Dispatchouli-2.015/lib/Log/Dispatchouli.pm +Log-Dispatchouli-2.015/lib/Log/Dispatchouli +Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Proxy.pm +Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Global.pm +Log-Dispatchouli-2.015/xt/release +Log-Dispatchouli-2.015/xt/release/changes_has_content.t +Entering Log-Dispatchouli-2.015 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Dispatchouli-2.015 ... Warning: prerequisite Log::Dispatch 0 not found. +Warning: prerequisite Log::Dispatch::Array 0 not found. +Warning: prerequisite Log::Dispatch::File 0 not found. +Warning: prerequisite Log::Dispatch::Screen 0 not found. +Warning: prerequisite Log::Dispatch::Syslog 0 not found. +Warning: prerequisite String::Flogger 0 not found. +Warning: prerequisite Sub::Exporter::GlobExporter 0.002 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Dispatchouli +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Log::Dispatch::Screen 0 ... No +Checking if you have String::Flogger 0 ... No +Checking if you have Log::Dispatch::Array 0 ... No +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Log::Dispatch::File 0 ... No +Checking if you have Log::Dispatch::Syslog 0 ... No +Checking if you have Log::Dispatch 0 ... No +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Sys::Syslog 0.16 ... Yes (0.35) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Sub::Exporter::GlobExporter 0.002 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Searching Log::Dispatch::Screen (0) on cpanmetadb ... +OK +==> Found dependencies: Log::Dispatch::Screen, String::Flogger, Log::Dispatch::Array, Log::Dispatch::File, Log::Dispatch::Syslog, Log::Dispatch, Sub::Exporter::GlobExporter +--2017-10-09 07:35:23-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch::Screen +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 120M=0s + +2017-10-09 07:35:23 (120 MB/s) - written to stdout [647/647] + +--> Working on Log::Dispatch::Screen +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.67.tar.gz ... --2017-10-09 07:35:23-- http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.67.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 68022 (66K) [application/x-gzip] +Saving to: ‘Log-Dispatch-2.67.tar.gz’ + + 0K .......... .......... .......... .......... .......... 75% 23.6M 0s + 50K .......... ...... 100% 199M=0.002s + +2017-10-09 07:35:23 (30.2 MB/s) - ‘Log-Dispatch-2.67.tar.gz’ saved [68022/68022] + +Unpacking Log-Dispatch-2.67.tar.gz +OK +Log-Dispatch-2.67/ +Log-Dispatch-2.67/dist.ini +Log-Dispatch-2.67/META.yml +Log-Dispatch-2.67/weaver.ini +Log-Dispatch-2.67/perltidyrc +Log-Dispatch-2.67/appveyor.yml +Log-Dispatch-2.67/t/ +Log-Dispatch-2.67/t/file-locked.t +Log-Dispatch-2.67/t/sendmail +Log-Dispatch-2.67/t/syslog-lock-without-preloaded-threads.t +Log-Dispatch-2.67/t/00-report-prereqs.t +Log-Dispatch-2.67/t/00-compile.t +Log-Dispatch-2.67/t/close-after-write.t +Log-Dispatch-2.67/t/binmode.t +Log-Dispatch-2.67/t/short-syntax.t +Log-Dispatch-2.67/t/lazy-open.t +Log-Dispatch-2.67/t/00-report-prereqs.dd +Log-Dispatch-2.67/t/email-exit.t +Log-Dispatch-2.67/t/screen-helper.pl +Log-Dispatch-2.67/t/lib/ +Log-Dispatch-2.67/t/lib/Log/ +Log-Dispatch-2.67/t/lib/Log/Dispatch/ +Log-Dispatch-2.67/t/lib/Log/Dispatch/TestUtil.pm +Log-Dispatch-2.67/t/screen.t +Log-Dispatch-2.67/t/syslog.t +Log-Dispatch-2.67/t/email-exit-helper.pl +Log-Dispatch-2.67/t/syslog-threads.t +Log-Dispatch-2.67/t/basic.t +Log-Dispatch-2.67/xt/ +Log-Dispatch-2.67/xt/release/ +Log-Dispatch-2.67/xt/release/cpan-changes.t +Log-Dispatch-2.67/xt/release/meta-json.t +Log-Dispatch-2.67/xt/author/ +Log-Dispatch-2.67/xt/author/test-dependents.t +Log-Dispatch-2.67/xt/author/eol.t +Log-Dispatch-2.67/xt/author/test-version.t +Log-Dispatch-2.67/xt/author/portability.t +Log-Dispatch-2.67/xt/author/no-tabs.t +Log-Dispatch-2.67/xt/author/pod-coverage.t +Log-Dispatch-2.67/xt/author/tidyall.t +Log-Dispatch-2.67/xt/author/mojibake.t +Log-Dispatch-2.67/xt/author/pod-syntax.t +Log-Dispatch-2.67/xt/author/pod-spell.t +Log-Dispatch-2.67/tidyall.ini +Log-Dispatch-2.67/INSTALL +Log-Dispatch-2.67/Changes +Log-Dispatch-2.67/README.md +Log-Dispatch-2.67/MANIFEST +Log-Dispatch-2.67/CONTRIBUTING.md +Log-Dispatch-2.67/cpanfile +Log-Dispatch-2.67/LICENSE +Log-Dispatch-2.67/META.json +Log-Dispatch-2.67/lib/ +Log-Dispatch-2.67/lib/Log/ +Log-Dispatch-2.67/lib/Log/Dispatch.pm +Log-Dispatch-2.67/lib/Log/Dispatch/ +Log-Dispatch-2.67/lib/Log/Dispatch/Email/ +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSend.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSender.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MIMELite.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSendmail.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Screen.pm +Log-Dispatch-2.67/lib/Log/Dispatch/ApacheLog.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Syslog.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Output.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Code.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Types.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Vars.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Conflicts.pm +Log-Dispatch-2.67/lib/Log/Dispatch/File.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Handle.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Base.pm +Log-Dispatch-2.67/lib/Log/Dispatch/File/ +Log-Dispatch-2.67/lib/Log/Dispatch/File/Locked.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Null.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email.pm +Log-Dispatch-2.67/perlcriticrc +Log-Dispatch-2.67/Makefile.PL +Entering Log-Dispatch-2.67 +Checking configure dependencies from META.json +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Log-Dispatch-2.67. +Searching String::Flogger (0) on cpanmetadb ... +==> Found dependencies: Dist::CheckConflicts +--2017-10-09 07:35:23-- http://cpanmetadb.plackperl.org/v1.0/package/String::Flogger +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.3M=0s + +2017-10-09 07:35:23 (24.3 MB/s) - written to stdout [111/111] + +--> Working on String::Flogger +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-1.101245.tar.gz ... --2017-10-09 07:35:23-- http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-1.101245.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14438 (14K) [application/x-gzip] +Saving to: ‘String-Flogger-1.101245.tar.gz’ + + 0K .......... .... 100% 17.1M=0.001s + +2017-10-09 07:35:23 (17.1 MB/s) - ‘String-Flogger-1.101245.tar.gz’ saved [14438/14438] + +Unpacking String-Flogger-1.101245.tar.gz +OK +String-Flogger-1.101245 +String-Flogger-1.101245/README +String-Flogger-1.101245/Changes +String-Flogger-1.101245/LICENSE +String-Flogger-1.101245/dist.ini +String-Flogger-1.101245/META.yml +String-Flogger-1.101245/MANIFEST +String-Flogger-1.101245/t +String-Flogger-1.101245/t/basic.t +String-Flogger-1.101245/META.json +String-Flogger-1.101245/Makefile.PL +String-Flogger-1.101245/t/synopsis.t +String-Flogger-1.101245/lib/String +String-Flogger-1.101245/lib/String/Flogger.pm +String-Flogger-1.101245/xt/release +String-Flogger-1.101245/xt/release/pod-syntax.t +String-Flogger-1.101245/t/000-report-versions-tiny.t +String-Flogger-1.101245/xt/release/changes_has_content.t +Entering String-Flogger-1.101245 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring String-Flogger-1.101245 ... Warning: prerequisite JSON::MaybeXS 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Flogger +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried JSON::MaybeXS. Skipping. +! Installing the dependencies failed: Module 'JSON::MaybeXS' is not installed +! Bailing out the installation for String-Flogger-1.101245. +Searching Log::Dispatch::Array (0) on cpanmetadb ... +OK +==> Found dependencies: JSON::MaybeXS +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch::Array +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.9M=0s + +2017-10-09 07:35:24 (24.9 MB/s) - written to stdout [111/111] + +--> Working on Log::Dispatch::Array +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-1.003.tar.gz ... --2017-10-09 07:35:24-- http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-1.003.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12926 (13K) [application/x-gzip] +Saving to: ‘Log-Dispatch-Array-1.003.tar.gz’ + + 0K .......... .. 100% 119M=0s + +2017-10-09 07:35:24 (119 MB/s) - ‘Log-Dispatch-Array-1.003.tar.gz’ saved [12926/12926] + +Unpacking Log-Dispatch-Array-1.003.tar.gz +OK +Log-Dispatch-Array-1.003 +Log-Dispatch-Array-1.003/README +Log-Dispatch-Array-1.003/Changes +Log-Dispatch-Array-1.003/LICENSE +Log-Dispatch-Array-1.003/dist.ini +Log-Dispatch-Array-1.003/META.yml +Log-Dispatch-Array-1.003/MANIFEST +Log-Dispatch-Array-1.003/META.json +Log-Dispatch-Array-1.003/t +Log-Dispatch-Array-1.003/t/simple.t +Log-Dispatch-Array-1.003/Makefile.PL +Log-Dispatch-Array-1.003/xt/release +Log-Dispatch-Array-1.003/xt/release/pod-syntax.t +Log-Dispatch-Array-1.003/lib/Log/Dispatch +Log-Dispatch-Array-1.003/lib/Log/Dispatch/Array.pm +Log-Dispatch-Array-1.003/t/000-report-versions-tiny.t +Log-Dispatch-Array-1.003/xt/release/changes_has_content.t +Entering Log-Dispatch-Array-1.003 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Dispatch-Array-1.003 ... Warning: prerequisite Log::Dispatch::Output 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Dispatch::Array +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have parent 0 ... Yes (0.236) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Log::Dispatch::Output 0 ... No +Searching Log::Dispatch::Output (0) on cpanmetadb ... +OK +==> Found dependencies: Log::Dispatch::Output +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch::Output +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 117M=0s + +2017-10-09 07:35:24 (117 MB/s) - written to stdout [647/647] + +Already tried Log-Dispatch-2.67. Skipping. +! Installing the dependencies failed: Module 'Log::Dispatch::Output' is not installed +! Bailing out the installation for Log-Dispatch-Array-1.003. +Searching Log::Dispatch::File (0) on cpanmetadb ... +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch::File +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 126M=0s + +2017-10-09 07:35:24 (126 MB/s) - written to stdout [647/647] + +Already tried Log-Dispatch-2.67. Skipping. +Searching Log::Dispatch::Syslog (0) on cpanmetadb ... +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch::Syslog +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 88.7M=0s + +2017-10-09 07:35:24 (88.7 MB/s) - written to stdout [647/647] + +Already tried Log-Dispatch-2.67. Skipping. +Searching Log::Dispatch (0) on cpanmetadb ... +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Dispatch +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 122M=0s + +2017-10-09 07:35:24 (122 MB/s) - written to stdout [647/647] + +Already tried Log-Dispatch-2.67. Skipping. +Searching Sub::Exporter::GlobExporter (0.002) on cpanmetadb ... +--2017-10-09 07:35:24-- http://cpanmetadb.plackperl.org/v1.0/package/Sub::Exporter::GlobExporter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 125 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.1M=0s + +2017-10-09 07:35:24 (27.1 MB/s) - written to stdout [125/125] + +--> Working on Sub::Exporter::GlobExporter +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.005.tar.gz ... --2017-10-09 07:35:24-- http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16177 (16K) [application/x-gzip] +Saving to: ‘Sub-Exporter-GlobExporter-0.005.tar.gz’ + + 0K .......... ..... 100% 22.5M=0.001s + +2017-10-09 07:35:24 (22.5 MB/s) - ‘Sub-Exporter-GlobExporter-0.005.tar.gz’ saved [16177/16177] + +Unpacking Sub-Exporter-GlobExporter-0.005.tar.gz +OK +Sub-Exporter-GlobExporter-0.005 +Sub-Exporter-GlobExporter-0.005/README +Sub-Exporter-GlobExporter-0.005/Changes +Sub-Exporter-GlobExporter-0.005/LICENSE +Sub-Exporter-GlobExporter-0.005/dist.ini +Sub-Exporter-GlobExporter-0.005/META.yml +Sub-Exporter-GlobExporter-0.005/MANIFEST +Sub-Exporter-GlobExporter-0.005/META.json +Sub-Exporter-GlobExporter-0.005/t +Sub-Exporter-GlobExporter-0.005/t/export.t +Sub-Exporter-GlobExporter-0.005/Makefile.PL +Sub-Exporter-GlobExporter-0.005/t/lib +Sub-Exporter-GlobExporter-0.005/t/lib/TestGlob.pm +Sub-Exporter-GlobExporter-0.005/t/00-report-prereqs.t +Sub-Exporter-GlobExporter-0.005/xt/author +Sub-Exporter-GlobExporter-0.005/xt/author/pod-syntax.t +Sub-Exporter-GlobExporter-0.005/t/00-report-prereqs.dd +Sub-Exporter-GlobExporter-0.005/lib/Sub/Exporter +Sub-Exporter-GlobExporter-0.005/lib/Sub/Exporter/GlobExporter.pm +Sub-Exporter-GlobExporter-0.005/xt/release +Sub-Exporter-GlobExporter-0.005/xt/release/changes_has_content.t +Entering Sub-Exporter-GlobExporter-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Exporter-GlobExporter-0.005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Exporter::GlobExporter +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Sub-Exporter-GlobExporter-0.005 ... cp lib/Sub/Exporter/GlobExporter.pm blib/lib/Sub/Exporter/GlobExporter.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# lib any 0.64 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- ----- +# Scalar::Util any 1.49 +# Sub::Exporter any 0.987 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/export.t ............. ok +All tests successful. +Files=2, Tests=12, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.23 cusr 0.02 csys = 0.28 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sub/Exporter/GlobExporter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sub::Exporter::GlobExporter.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sub-Exporter-GlobExporter-0.005 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-GlobExporter-0.005/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sub-Exporter-GlobExporter-0.005/MYMETA.json +! Installing the dependencies failed: Module 'Log::Dispatch::Array' is not installed, Module 'String::Flogger' is not installed, Module 'Log::Dispatch::File' is not installed, Module 'Log::Dispatch::Syslog' is not installed, Module 'Log::Dispatch' is not installed, Module 'Log::Dispatch::Screen' is not installed +! Bailing out the installation for Log-Dispatchouli-2.015. +Already tried Moose::Role. Skipping. +Already tried Text::Template. Skipping. +Already tried File::ShareDir. Skipping. +Already tried Module::Runtime. Skipping. +Searching Config::MVP::Reader::Finder (0) on cpanmetadb ... +--2017-10-09 07:35:26-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Reader::Finder +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 96.6M=0s + +2017-10-09 07:35:26 (96.6 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Already tried Term::ReadKey. Skipping. +Already tried Config::INI::Reader. Skipping. +Already tried CPAN::Meta::Check. Skipping. +Already tried Test::FailWarnings. Skipping. +Searching MooseX::Types::Perl (0) on cpanmetadb ... +--2017-10-09 07:35:26-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Perl +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 118 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.6M=0s + +2017-10-09 07:35:26 (24.6 MB/s) - written to stdout [118/118] + +--> Working on MooseX::Types::Perl +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101343.tar.gz ... --2017-10-09 07:35:26-- http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101343.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14353 (14K) [application/x-gzip] +Saving to: ‘MooseX-Types-Perl-0.101343.tar.gz’ + + 0K .......... .... 100% 15.0M=0.001s + +2017-10-09 07:35:26 (15.0 MB/s) - ‘MooseX-Types-Perl-0.101343.tar.gz’ saved [14353/14353] + +Unpacking MooseX-Types-Perl-0.101343.tar.gz +OK +MooseX-Types-Perl-0.101343 +MooseX-Types-Perl-0.101343/README +MooseX-Types-Perl-0.101343/Changes +MooseX-Types-Perl-0.101343/LICENSE +MooseX-Types-Perl-0.101343/dist.ini +MooseX-Types-Perl-0.101343/META.yml +MooseX-Types-Perl-0.101343/MANIFEST +MooseX-Types-Perl-0.101343/t +MooseX-Types-Perl-0.101343/t/basic.t +MooseX-Types-Perl-0.101343/META.json +MooseX-Types-Perl-0.101343/Makefile.PL +MooseX-Types-Perl-0.101343/xt/release +MooseX-Types-Perl-0.101343/xt/release/pod-syntax.t +MooseX-Types-Perl-0.101343/lib/MooseX/Types +MooseX-Types-Perl-0.101343/lib/MooseX/Types/Perl.pm +MooseX-Types-Perl-0.101343/t/000-report-versions-tiny.t +MooseX-Types-Perl-0.101343/xt/release/changes_has_content.t +Entering MooseX-Types-Perl-0.101343 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Types-Perl-0.101343 ... Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Types::Perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have charnames 0 ... Yes (1.45) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have MooseX::Types::Moose 0 ... No +Checking if you have MooseX::Types 0 ... No +Checking if you have Params::Util 0.14 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Already tried MooseX::Types::Moose. Skipping. +Searching MooseX::Types (0) on cpanmetadb ... +OK +==> Found dependencies: MooseX::Types::Moose, MooseX::Types +--2017-10-09 07:35:26-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 359 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 58.5M=0s + +2017-10-09 07:35:26 (58.5 MB/s) - written to stdout [359/359] + +Already tried MooseX-Types-0.50. Skipping. +! Installing the dependencies failed: Module 'MooseX::Types' is not installed, Module 'MooseX::Types::Moose' is not installed +! Bailing out the installation for MooseX-Types-Perl-0.101343. +Already tried MooseX::Types. Skipping. +Searching Term::UI (0) on cpanmetadb ... +--2017-10-09 07:35:26-- http://cpanmetadb.plackperl.org/v1.0/package/Term::UI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 113 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.2M=0s + +2017-10-09 07:35:26 (23.2 MB/s) - written to stdout [113/113] + +--> Working on Term::UI +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-0.46.tar.gz ... --2017-10-09 07:35:26-- http://www.cpan.org/authors/id/B/BI/BINGOS/Term-UI-0.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12295 (12K) [application/x-gzip] +Saving to: ‘Term-UI-0.46.tar.gz’ + + 0K .......... .. 100% 116M=0s + +2017-10-09 07:35:26 (116 MB/s) - ‘Term-UI-0.46.tar.gz’ saved [12295/12295] + +Unpacking Term-UI-0.46.tar.gz +OK +Term-UI-0.46/ +Term-UI-0.46/t/ +Term-UI-0.46/CHANGES +Term-UI-0.46/README +Term-UI-0.46/lib/ +Term-UI-0.46/MANIFEST +Term-UI-0.46/Makefile.PL +Term-UI-0.46/META.yml +Term-UI-0.46/META.json +Term-UI-0.46/lib/Term/ +Term-UI-0.46/lib/Term/UI/ +Term-UI-0.46/lib/Term/UI.pm +Term-UI-0.46/lib/Term/UI/History.pm +Term-UI-0.46/t/00_load.t +Term-UI-0.46/t/02_ui.t +Term-UI-0.46/t/01_history.t +Entering Term-UI-0.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Term-UI-0.46 ... Warning: prerequisite Log::Message::Simple 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Term::UI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Locale::Maketext::Simple 0 ... Yes (0.21_01) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Term::ReadLine 0 ... Yes (1.17) +Checking if you have Log::Message::Simple 0 ... No +Checking if you have Params::Check 0 ... Yes (0.38) +Searching Log::Message::Simple (0) on cpanmetadb ... +OK +==> Found dependencies: Log::Message::Simple +--2017-10-09 07:35:26-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Message::Simple +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.1M=0s + +2017-10-09 07:35:26 (23.1 MB/s) - written to stdout [110/110] + +--> Working on Log::Message::Simple +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/Log-Message-Simple-0.10.tar.gz ... --2017-10-09 07:35:26-- http://www.cpan.org/authors/id/B/BI/BINGOS/Log-Message-Simple-0.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5717 (5.6K) [application/x-gzip] +Saving to: ‘Log-Message-Simple-0.10.tar.gz’ + + 0K ..... 100% 678M=0s + +2017-10-09 07:35:26 (678 MB/s) - ‘Log-Message-Simple-0.10.tar.gz’ saved [5717/5717] + +Unpacking Log-Message-Simple-0.10.tar.gz +OK +Log-Message-Simple-0.10 +Log-Message-Simple-0.10/t +Log-Message-Simple-0.10/t/02_imports.t +Log-Message-Simple-0.10/t/01_use.t +Log-Message-Simple-0.10/t/03_functions.t +Log-Message-Simple-0.10/CHANGES +Log-Message-Simple-0.10/MANIFEST +Log-Message-Simple-0.10/lib +Log-Message-Simple-0.10/lib/Log +Log-Message-Simple-0.10/lib/Log/Message +Log-Message-Simple-0.10/lib/Log/Message/Simple.pm +Log-Message-Simple-0.10/README +Log-Message-Simple-0.10/Makefile.PL +Log-Message-Simple-0.10/META.yml +Log-Message-Simple-0.10/META.json +Entering Log-Message-Simple-0.10 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Message-Simple-0.10 ... Warning: prerequisite Log::Message 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Message::Simple +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Log::Message 0 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Log::Message (0) on cpanmetadb ... +OK +==> Found dependencies: Log::Message +--2017-10-09 07:35:27-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Message +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 182 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.0M=0s + +2017-10-09 07:35:27 (26.0 MB/s) - written to stdout [182/182] + +--> Working on Log::Message +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/Log-Message-0.08.tar.gz ... --2017-10-09 07:35:27-- http://www.cpan.org/authors/id/B/BI/BINGOS/Log-Message-0.08.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12507 (12K) [application/x-gzip] +Saving to: ‘Log-Message-0.08.tar.gz’ + + 0K .......... .. 100% 129M=0s + +2017-10-09 07:35:27 (129 MB/s) - ‘Log-Message-0.08.tar.gz’ saved [12507/12507] + +Unpacking Log-Message-0.08.tar.gz +OK +Log-Message-0.08 +Log-Message-0.08/CHANGES +Log-Message-0.08/lib +Log-Message-0.08/lib/Log +Log-Message-0.08/lib/Log/Message +Log-Message-0.08/lib/Log/Message/Handlers.pm +Log-Message-0.08/lib/Log/Message/Config.pm +Log-Message-0.08/lib/Log/Message/Item.pm +Log-Message-0.08/lib/Log/Message.pm +Log-Message-0.08/t +Log-Message-0.08/t/01_Log-Message-Config.t +Log-Message-0.08/t/conf +Log-Message-0.08/t/conf/config_file +Log-Message-0.08/t/conf/LoadMe.pl +Log-Message-0.08/t/02_Log-Message.t +Log-Message-0.08/MANIFEST +Log-Message-0.08/Makefile.PL +Log-Message-0.08/README +Log-Message-0.08/META.yml +Log-Message-0.08/META.json +Entering Log-Message-0.08 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Message-0.08 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Message +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Module::Load 0 ... Yes (0.32) +Checking if you have Params::Check 0 ... Yes (0.38) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Locale::Maketext::Simple 0 ... Yes (0.21_01) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Log-Message-0.08 ... cp lib/Log/Message/Config.pm blib/lib/Log/Message/Config.pm +cp lib/Log/Message.pm blib/lib/Log/Message.pm +cp lib/Log/Message/Item.pm blib/lib/Log/Message/Item.pm +cp lib/Log/Message/Handlers.pm blib/lib/Log/Message/Handlers.pm +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_Log-Message-Config.t .. ok +t/02_Log-Message.t ......... ok +All tests successful. +Files=2, Tests=40, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Message.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Message/Item.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Message/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Message/Handlers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Message.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Message::Handlers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Message::Item.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Message::Config.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Log-Message-0.08 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Message-0.08/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Message-0.08/MYMETA.json +Building and testing Log-Message-Simple-0.10 ... cp lib/Log/Message/Simple.pm blib/lib/Log/Message/Simple.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Log::Message::Simple version 0.10 +t/01_use.t ........ ok +t/02_imports.t .... ok +t/03_functions.t .. ok +All tests successful. +Files=3, Tests=97, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.22 cusr 0.02 csys = 0.28 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Message/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Message::Simple.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Log-Message-Simple-0.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Message-Simple-0.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Message-Simple-0.10/MYMETA.json +Building and testing Term-UI-0.46 ... cp lib/Term/UI.pm blib/lib/Term/UI.pm +cp lib/Term/UI/History.pm blib/lib/Term/UI/History.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Term::UI 0.46 +t/00_load.t ..... ok +t/01_history.t .. ok +t/02_ui.t ....... ok +All tests successful. +Files=3, Tests=35, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.21 cusr 0.02 csys = 0.26 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/UI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Term/UI/History.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::UI::History.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Term::UI.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Term-UI-0.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-UI-0.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Term-UI-0.46/MYMETA.json +Already tried Text::Glob. Skipping. +Already tried Data::Section. Skipping. +Already tried String::Formatter. Skipping. +Searching PPI::Document (0) on cpanmetadb ... +--2017-10-09 07:35:30-- http://cpanmetadb.plackperl.org/v1.0/package/PPI::Document +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2935 (2.9K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 540M=0s + +2017-10-09 07:35:30 (540 MB/s) - written to stdout [2935/2935] + +--> Working on PPI::Document +Fetching http://www.cpan.org/authors/id/M/MI/MITHALDU/PPI-1.236.tar.gz ... --2017-10-09 07:35:30-- http://www.cpan.org/authors/id/M/MI/MITHALDU/PPI-1.236.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 257245 (251K) [application/x-gzip] +Saving to: ‘PPI-1.236.tar.gz’ + + 0K .......... .......... .......... .......... .......... 19% 24.3M 0s + 50K .......... .......... .......... .......... .......... 39% 47.6M 0s + 100K .......... .......... .......... .......... .......... 59% 23.1M 0s + 150K .......... .......... .......... .......... .......... 79% 45.3M 0s + 200K .......... .......... .......... .......... .......... 99% 26.6M 0s + 250K . 100% 2319G=0.008s + +2017-10-09 07:35:30 (30.4 MB/s) - ‘PPI-1.236.tar.gz’ saved [257245/257245] + +Unpacking PPI-1.236.tar.gz +OK +PPI-1.236/ +PPI-1.236/t/ +PPI-1.236/t/23_file.t +PPI-1.236/t/13_data.t +PPI-1.236/t/ppi_token_attribute.t +PPI-1.236/t/ppi_element.t +PPI-1.236/t/ppi_node.t +PPI-1.236/t/ppi_token_word.t +PPI-1.236/t/ppi_token_structure.t +PPI-1.236/t/ppi_statement_compound.t +PPI-1.236/t/ppi_token_unknown.t +PPI-1.236/t/22_readonly.t +PPI-1.236/t/ppi_statement.t +PPI-1.236/t/ppi_token_quote_single.t +PPI-1.236/t/interactive.t +PPI-1.236/t/17_storable.t +PPI-1.236/t/ppi_lexer.t +PPI-1.236/t/19_selftesting.t +PPI-1.236/t/ppi_token_magic.t +PPI-1.236/t/ppi_statement_package.t +PPI-1.236/t/21_exhaustive.t +PPI-1.236/t/ppi_statement_scheduled.t +PPI-1.236/t/03_document.t +PPI-1.236/t/ppi_token_operator.t +PPI-1.236/t/10_statement.t +PPI-1.236/t/06_round_trip.t +PPI-1.236/t/08_regression.t +PPI-1.236/t/ppi_token_quote.t +PPI-1.236/t/data/ +PPI-1.236/t/data/test2.txt +PPI-1.236/t/data/05_lexer/ +PPI-1.236/t/data/05_lexer/12_switch.code +PPI-1.236/t/data/05_lexer/02_END.dump +PPI-1.236/t/data/05_lexer/06_subroutine_prototypes.code +PPI-1.236/t/data/05_lexer/01_simpleassign.code +PPI-1.236/t/data/05_lexer/11_dor.dump +PPI-1.236/t/data/05_lexer/02_END.code +PPI-1.236/t/data/05_lexer/08_subroutines.dump +PPI-1.236/t/data/05_lexer/09_heredoc.code +PPI-1.236/t/data/05_lexer/06_subroutine_prototypes.dump +PPI-1.236/t/data/05_lexer/10_readline.dump +PPI-1.236/t/data/05_lexer/03_subroutine_attributes.dump +PPI-1.236/t/data/05_lexer/07_unmatched_braces.code +PPI-1.236/t/data/05_lexer/09_heredoc.dump +PPI-1.236/t/data/05_lexer/12_switch.dump +PPI-1.236/t/data/05_lexer/11_dor.code +PPI-1.236/t/data/05_lexer/01_simpleassign.dump +PPI-1.236/t/data/05_lexer/10_readline.code +PPI-1.236/t/data/05_lexer/07_unmatched_braces.dump +PPI-1.236/t/data/05_lexer/04_anonymous_subroutines.code +PPI-1.236/t/data/05_lexer/03_subroutine_attributes.code +PPI-1.236/t/data/05_lexer/05_compound_loops.dump +PPI-1.236/t/data/05_lexer/05_compound_loops.code +PPI-1.236/t/data/05_lexer/08_subroutines.code +PPI-1.236/t/data/05_lexer/04_anonymous_subroutines.dump +PPI-1.236/t/data/08_regression/ +PPI-1.236/t/data/08_regression/41_scalar_hash.dump +PPI-1.236/t/data/08_regression/23_rt_cpan_8752.dump +PPI-1.236/t/data/08_regression/32_readline.dump +PPI-1.236/t/data/08_regression/42_numeric_package.dump +PPI-1.236/t/data/08_regression/38_multiply.code +PPI-1.236/t/data/08_regression/09_for_var.code +PPI-1.236/t/data/08_regression/01_rt_cpan_19629.code +PPI-1.236/t/data/08_regression/14_minus.code +PPI-1.236/t/data/08_regression/38_multiply.dump +PPI-1.236/t/data/08_regression/15_dash_t.dump +PPI-1.236/t/data/08_regression/27_constant_hash.code +PPI-1.236/t/data/08_regression/22_hash_vs_brace.dump +PPI-1.236/t/data/08_regression/13_goto.dump +PPI-1.236/t/data/08_regression/43_nonblock_map.dump +PPI-1.236/t/data/08_regression/07_partial_quote_single.dump +PPI-1.236/t/data/08_regression/24_compound.code +PPI-1.236/t/data/08_regression/34_attr_whitespace.code +PPI-1.236/t/data/08_regression/08_partial_regex_substitution.dump +PPI-1.236/t/data/08_regression/29_chained_casts.code +PPI-1.236/t/data/08_regression/26_rt_cpan_23253.code +PPI-1.236/t/data/08_regression/01_rt_cpan_19629.dump +PPI-1.236/t/data/08_regression/24_compound.dump +PPI-1.236/t/data/08_regression/11_multiply_vs_glob_cast.dump +PPI-1.236/t/data/08_regression/25_hash_block.code +PPI-1.236/t/data/08_regression/40_foreach_eval.code +PPI-1.236/t/data/08_regression/21_list_of_refs.dump +PPI-1.236/t/data/08_regression/12_pow.dump +PPI-1.236/t/data/08_regression/18_decimal_point.code +PPI-1.236/t/data/08_regression/43_nonblock_map.code +PPI-1.236/t/data/08_regression/36_begin_label.dump +PPI-1.236/t/data/08_regression/39_foreach_our.dump +PPI-1.236/t/data/08_regression/29_magic_carat.dump +PPI-1.236/t/data/08_regression/05_rt_cpan_13425.dump +PPI-1.236/t/data/08_regression/33_magic_carat_long.dump +PPI-1.236/t/data/08_regression/16_sub_declaration.dump +PPI-1.236/t/data/08_regression/19_long_operators.code +PPI-1.236/t/data/08_regression/02_rt_cpan_9582.code +PPI-1.236/t/data/08_regression/19_long_operators2.code +PPI-1.236/t/data/08_regression/10_leading_regexp.dump +PPI-1.236/t/data/08_regression/14b_minus.code +PPI-1.236/t/data/08_regression/10_leading_regexp.code +PPI-1.236/t/data/08_regression/31_hash_carat_H.dump +PPI-1.236/t/data/08_regression/29_magic_carat.code +PPI-1.236/t/data/08_regression/17_scope.dump +PPI-1.236/t/data/08_regression/37_partial_prototype.code +PPI-1.236/t/data/08_regression/04_tinderbox.code +PPI-1.236/t/data/08_regression/32_readline.code +PPI-1.236/t/data/08_regression/28_backref_style_heredoc.code +PPI-1.236/t/data/08_regression/25_hash_block.dump +PPI-1.236/t/data/08_regression/30_hash_bang.dump +PPI-1.236/t/data/08_regression/06_partial_quote_double.dump +PPI-1.236/t/data/08_regression/04_tinderbox.dump +PPI-1.236/t/data/08_regression/08_partial_regex_substitution.code +PPI-1.236/t/data/08_regression/35_attr_perlsub.dump +PPI-1.236/t/data/08_regression/34_attr_whitespace.dump +PPI-1.236/t/data/08_regression/20_hash_constructor.code +PPI-1.236/t/data/08_regression/05_rt_cpan_13425.code +PPI-1.236/t/data/08_regression/15_dash_t.code +PPI-1.236/t/data/08_regression/40_foreach_eval.dump +PPI-1.236/t/data/08_regression/16_sub_declaration.code +PPI-1.236/t/data/08_regression/06_partial_quote_double.code +PPI-1.236/t/data/08_regression/26_rt_cpan_23253.dump +PPI-1.236/t/data/08_regression/28_backref_style_heredoc.dump +PPI-1.236/t/data/08_regression/41_scalar_hash.code +PPI-1.236/t/data/08_regression/21_list_of_refs.code +PPI-1.236/t/data/08_regression/01_rt_cpan_19629b.code +PPI-1.236/t/data/08_regression/02_rt_cpan_9582.dump +PPI-1.236/t/data/08_regression/18_decimal_point.dump +PPI-1.236/t/data/08_regression/11_multiply_vs_glob_cast.code +PPI-1.236/t/data/08_regression/39_foreach_our.code +PPI-1.236/t/data/08_regression/03_rt_cpan_9614.dump +PPI-1.236/t/data/08_regression/13_goto.code +PPI-1.236/t/data/08_regression/27_constant_hash.dump +PPI-1.236/t/data/08_regression/03_rt_cpan_9614.code +PPI-1.236/t/data/08_regression/07_partial_quote_single.code +PPI-1.236/t/data/08_regression/31_hash_carat_H.code +PPI-1.236/t/data/08_regression/14b_minus.dump +PPI-1.236/t/data/08_regression/14_minus.dump +PPI-1.236/t/data/08_regression/23_rt_cpan_8752.code +PPI-1.236/t/data/08_regression/09_for_var.dump +PPI-1.236/t/data/08_regression/19_long_operators.dump +PPI-1.236/t/data/08_regression/17_scope.code +PPI-1.236/t/data/08_regression/29_chained_casts.dump +PPI-1.236/t/data/08_regression/37_partial_prototype.dump +PPI-1.236/t/data/08_regression/42_numeric_package.code +PPI-1.236/t/data/08_regression/12_pow.code +PPI-1.236/t/data/08_regression/35_attr_perlsub.code +PPI-1.236/t/data/08_regression/01_rt_cpan_19629b.dump +PPI-1.236/t/data/08_regression/20_hash_constructor.dump +PPI-1.236/t/data/08_regression/19_long_operators2.dump +PPI-1.236/t/data/08_regression/30_hash_bang.code +PPI-1.236/t/data/08_regression/36_begin_label.code +PPI-1.236/t/data/08_regression/22_hash_vs_brace.code +PPI-1.236/t/data/08_regression/33_magic_carat_long.code +PPI-1.236/t/data/24_v6/ +PPI-1.236/t/data/24_v6/Grammar.pm +PPI-1.236/t/data/24_v6/Simple.pm +PPI-1.236/t/data/15_transform/ +PPI-1.236/t/data/15_transform/sample1.pm_out +PPI-1.236/t/data/15_transform/sample1.pm +PPI-1.236/t/data/13_data/ +PPI-1.236/t/data/13_data/Foo.pm +PPI-1.236/t/data/11_util/ +PPI-1.236/t/data/11_util/test.pm +PPI-1.236/t/data/basic.pl +PPI-1.236/t/data/26_bom/ +PPI-1.236/t/data/26_bom/utf8.code +PPI-1.236/t/data/26_bom/utf8.dump +PPI-1.236/t/data/07_token/ +PPI-1.236/t/data/07_token/exp5.code +PPI-1.236/t/data/07_token/exp7.dump +PPI-1.236/t/data/07_token/exp1.dump +PPI-1.236/t/data/07_token/exp3.code +PPI-1.236/t/data/07_token/range_operator.code +PPI-1.236/t/data/07_token/exp4.dump +PPI-1.236/t/data/07_token/hex.dump +PPI-1.236/t/data/07_token/exp6.dump +PPI-1.236/t/data/07_token/exp3.dump +PPI-1.236/t/data/07_token/exp2.code +PPI-1.236/t/data/07_token/smart_match.dump +PPI-1.236/t/data/07_token/exp2.dump +PPI-1.236/t/data/07_token/exp1.code +PPI-1.236/t/data/07_token/exp8.dump +PPI-1.236/t/data/07_token/exp8.code +PPI-1.236/t/data/07_token/range_operator.dump +PPI-1.236/t/data/07_token/smart_match.code +PPI-1.236/t/data/07_token/exp.dump +PPI-1.236/t/data/07_token/exp5.dump +PPI-1.236/t/data/07_token/hex.code +PPI-1.236/t/data/07_token/exp.code +PPI-1.236/t/data/07_token/exp7.code +PPI-1.236/t/data/07_token/exp6.code +PPI-1.236/t/data/07_token/exp4.code +PPI-1.236/t/data/27_complete/ +PPI-1.236/t/data/27_complete/01y_helloworld.code +PPI-1.236/t/data/27_complete/02n_helloworld.code +PPI-1.236/t/data/03_document/ +PPI-1.236/t/data/03_document/empty.dat +PPI-1.236/t/data/03_document/test.dat +PPI-1.236/t/ppi_token_quote_interpolate.t +PPI-1.236/t/27_complete.t +PPI-1.236/t/18_cache.t +PPI-1.236/t/ppi_token_heredoc.t +PPI-1.236/t/24_v6.t +PPI-1.236/t/ppi_token_prototype.t +PPI-1.236/t/25_increment.t +PPI-1.236/t/ppi_token_quotelike_regexp.t +PPI-1.236/t/05_lexer.t +PPI-1.236/t/01_compile.t +PPI-1.236/t/ppi_token_pod.t +PPI-1.236/t/ppi_token_regexp.t +PPI-1.236/t/ppi_statement_variable.t +PPI-1.236/t/16_xml.t +PPI-1.236/t/04_element.t +PPI-1.236/t/ppi_token_quote_literal.t +PPI-1.236/t/14_charsets.t +PPI-1.236/t/ppi_token_whitespace.t +PPI-1.236/t/ppi_normal.t +PPI-1.236/t/ppi_token_quotelike_words.t +PPI-1.236/t/12_location.t +PPI-1.236/t/11_util.t +PPI-1.236/t/ppi_statement_include.t +PPI-1.236/t/28_foreach_qw.t +PPI-1.236/t/ppi_token_number_version.t +PPI-1.236/t/marpa.t +PPI-1.236/t/15_transform.t +PPI-1.236/t/lib/ +PPI-1.236/t/lib/Helper.pm +PPI-1.236/t/lib/PPI/ +PPI-1.236/t/lib/PPI/Test.pm +PPI-1.236/t/lib/PPI/Test/ +PPI-1.236/t/lib/PPI/Test/pragmas.pm +PPI-1.236/t/lib/PPI/Test/Run.pm +PPI-1.236/t/lib/PPI/Test/Object.pm +PPI-1.236/t/ppi_token_quote_double.t +PPI-1.236/t/ppi_token.t +PPI-1.236/t/09_normal.t +PPI-1.236/t/ppi_token_dashedword.t +PPI-1.236/t/ppi_token_symbol.t +PPI-1.236/t/ppi_token__quoteengine_full.t +PPI-1.236/t/07_token.t +PPI-1.236/t/ppi_statement_sub.t +PPI-1.236/t/26_bom.t +PPI-1.236/xt/ +PPI-1.236/xt/author.t +PPI-1.236/xt/meta.t +PPI-1.236/xt/api.t +PPI-1.236/xt/pmv.t +PPI-1.236/Changes +PPI-1.236/LICENSE +PPI-1.236/inc/ +PPI-1.236/inc/Module/ +PPI-1.236/inc/Module/Install.pm +PPI-1.236/inc/Module/Install/ +PPI-1.236/inc/Module/Install/Can.pm +PPI-1.236/inc/Module/Install/Win32.pm +PPI-1.236/inc/Module/Install/Base.pm +PPI-1.236/inc/Module/Install/WriteAll.pm +PPI-1.236/inc/Module/Install/With.pm +PPI-1.236/inc/Module/Install/ReadmeFromPod.pm +PPI-1.236/inc/Module/Install/Fetch.pm +PPI-1.236/inc/Module/Install/Makefile.pm +PPI-1.236/inc/Module/Install/Metadata.pm +PPI-1.236/MANIFEST +PPI-1.236/README +PPI-1.236/README.md +PPI-1.236/Makefile.PL +PPI-1.236/lib/ +PPI-1.236/lib/PPI.pm +PPI-1.236/lib/PPI/ +PPI-1.236/lib/PPI/Cache.pm +PPI-1.236/lib/PPI/Statement/ +PPI-1.236/lib/PPI/Statement/Break.pm +PPI-1.236/lib/PPI/Statement/Unknown.pm +PPI-1.236/lib/PPI/Statement/UnmatchedBrace.pm +PPI-1.236/lib/PPI/Statement/Package.pm +PPI-1.236/lib/PPI/Statement/Sub.pm +PPI-1.236/lib/PPI/Statement/Variable.pm +PPI-1.236/lib/PPI/Statement/Compound.pm +PPI-1.236/lib/PPI/Statement/When.pm +PPI-1.236/lib/PPI/Statement/Null.pm +PPI-1.236/lib/PPI/Statement/End.pm +PPI-1.236/lib/PPI/Statement/Given.pm +PPI-1.236/lib/PPI/Statement/Data.pm +PPI-1.236/lib/PPI/Statement/Expression.pm +PPI-1.236/lib/PPI/Statement/Include.pm +PPI-1.236/lib/PPI/Statement/Scheduled.pm +PPI-1.236/lib/PPI/Statement/Include/ +PPI-1.236/lib/PPI/Statement/Include/Perl6.pm +PPI-1.236/lib/PPI/Util.pm +PPI-1.236/lib/PPI/Normal/ +PPI-1.236/lib/PPI/Normal/Standard.pm +PPI-1.236/lib/PPI/Normal.pm +PPI-1.236/lib/PPI/Find.pm +PPI-1.236/lib/PPI/Transform.pm +PPI-1.236/lib/PPI/Document.pm +PPI-1.236/lib/PPI/Node.pm +PPI-1.236/lib/PPI/Dumper.pm +PPI-1.236/lib/PPI/Structure.pm +PPI-1.236/lib/PPI/Token/ +PPI-1.236/lib/PPI/Token/Quote/ +PPI-1.236/lib/PPI/Token/Quote/Literal.pm +PPI-1.236/lib/PPI/Token/Quote/Double.pm +PPI-1.236/lib/PPI/Token/Quote/Interpolate.pm +PPI-1.236/lib/PPI/Token/Quote/Single.pm +PPI-1.236/lib/PPI/Token/Regexp.pm +PPI-1.236/lib/PPI/Token/Regexp/ +PPI-1.236/lib/PPI/Token/Regexp/Match.pm +PPI-1.236/lib/PPI/Token/Regexp/Substitute.pm +PPI-1.236/lib/PPI/Token/Regexp/Transliterate.pm +PPI-1.236/lib/PPI/Token/HereDoc.pm +PPI-1.236/lib/PPI/Token/Unknown.pm +PPI-1.236/lib/PPI/Token/Cast.pm +PPI-1.236/lib/PPI/Token/Separator.pm +PPI-1.236/lib/PPI/Token/Whitespace.pm +PPI-1.236/lib/PPI/Token/DashedWord.pm +PPI-1.236/lib/PPI/Token/BOM.pm +PPI-1.236/lib/PPI/Token/Label.pm +PPI-1.236/lib/PPI/Token/Prototype.pm +PPI-1.236/lib/PPI/Token/Word.pm +PPI-1.236/lib/PPI/Token/Attribute.pm +PPI-1.236/lib/PPI/Token/Pod.pm +PPI-1.236/lib/PPI/Token/Comment.pm +PPI-1.236/lib/PPI/Token/Symbol.pm +PPI-1.236/lib/PPI/Token/Magic.pm +PPI-1.236/lib/PPI/Token/Structure.pm +PPI-1.236/lib/PPI/Token/Operator.pm +PPI-1.236/lib/PPI/Token/End.pm +PPI-1.236/lib/PPI/Token/Number/ +PPI-1.236/lib/PPI/Token/Number/Hex.pm +PPI-1.236/lib/PPI/Token/Number/Float.pm +PPI-1.236/lib/PPI/Token/Number/Octal.pm +PPI-1.236/lib/PPI/Token/Number/Exp.pm +PPI-1.236/lib/PPI/Token/Number/Binary.pm +PPI-1.236/lib/PPI/Token/Number/Version.pm +PPI-1.236/lib/PPI/Token/Data.pm +PPI-1.236/lib/PPI/Token/ArrayIndex.pm +PPI-1.236/lib/PPI/Token/Number.pm +PPI-1.236/lib/PPI/Token/QuoteLike/ +PPI-1.236/lib/PPI/Token/QuoteLike/Regexp.pm +PPI-1.236/lib/PPI/Token/QuoteLike/Backtick.pm +PPI-1.236/lib/PPI/Token/QuoteLike/Words.pm +PPI-1.236/lib/PPI/Token/QuoteLike/Readline.pm +PPI-1.236/lib/PPI/Token/QuoteLike/Command.pm +PPI-1.236/lib/PPI/Token/_QuoteEngine/ +PPI-1.236/lib/PPI/Token/_QuoteEngine/Full.pm +PPI-1.236/lib/PPI/Token/_QuoteEngine/Simple.pm +PPI-1.236/lib/PPI/Token/_QuoteEngine.pm +PPI-1.236/lib/PPI/Token/QuoteLike.pm +PPI-1.236/lib/PPI/Token/Quote.pm +PPI-1.236/lib/PPI/Lexer.pm +PPI-1.236/lib/PPI/Token.pm +PPI-1.236/lib/PPI/Element.pm +PPI-1.236/lib/PPI/Transform/ +PPI-1.236/lib/PPI/Transform/UpdateCopyright.pm +PPI-1.236/lib/PPI/Document/ +PPI-1.236/lib/PPI/Document/Normalized.pm +PPI-1.236/lib/PPI/Document/Fragment.pm +PPI-1.236/lib/PPI/Document/File.pm +PPI-1.236/lib/PPI/Statement.pm +PPI-1.236/lib/PPI/Structure/ +PPI-1.236/lib/PPI/Structure/Unknown.pm +PPI-1.236/lib/PPI/Structure/List.pm +PPI-1.236/lib/PPI/Structure/Block.pm +PPI-1.236/lib/PPI/Structure/For.pm +PPI-1.236/lib/PPI/Structure/When.pm +PPI-1.236/lib/PPI/Structure/Given.pm +PPI-1.236/lib/PPI/Structure/Condition.pm +PPI-1.236/lib/PPI/Structure/Constructor.pm +PPI-1.236/lib/PPI/Structure/Subscript.pm +PPI-1.236/lib/PPI/XSAccessor.pm +PPI-1.236/lib/PPI/Tokenizer.pm +PPI-1.236/lib/PPI/Exception.pm +PPI-1.236/lib/PPI/Exception/ +PPI-1.236/lib/PPI/Exception/ParserRejection.pm +PPI-1.236/META.yml +Entering PPI-1.236 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring PPI-1.236 ... Subroutine _require_admin redefined at inc/Module/Install/ReadmeFromPod.pm line 31. +Subroutine readme_from redefined at inc/Module/Install/ReadmeFromPod.pm line 47. +Subroutine _readme_txt redefined at inc/Module/Install/ReadmeFromPod.pm line 104. +Subroutine _readme_htm redefined at inc/Module/Install/ReadmeFromPod.pm line 117. +Subroutine _readme_man redefined at inc/Module/Install/ReadmeFromPod.pm line 139. +Subroutine _readme_pdf redefined at inc/Module/Install/ReadmeFromPod.pm line 152. +Subroutine _readme_md redefined at inc/Module/Install/ReadmeFromPod.pm line 164. +Subroutine _all_from redefined at inc/Module/Install/ReadmeFromPod.pm line 177. +Warning: prerequisite File::Remove 1.42 not found. +Warning: prerequisite IO::String 1.07 not found. +Warning: prerequisite Task::Weaken 0 not found. +Warning: prerequisite Test::Object 0.07 not found. +Warning: prerequisite Test::SubCalls 1.07 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for PPI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have List::MoreUtils 0.16 ... Yes (0.425) +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Checking if you have Clone 0.30 ... Yes (0.39) +Checking if you have IO::String 1.07 ... No +Checking if you have Storable 2.17 ... Yes (2.64) +Checking if you have Test::Object 0.07 ... No +Checking if you have File::Remove 1.42 ... No +Checking if you have Task::Weaken 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::SubCalls 1.07 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Params::Util 1.00 ... Yes (1.07) +Checking if you have File::Spec 3.12 ... Yes (3.68) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Class::Inspector 1.22 ... Yes (1.32) +Searching IO::String (1.07) on cpanmetadb ... +OK +==> Found dependencies: IO::String, Test::Object, File::Remove, Task::Weaken, Test::SubCalls +--2017-10-09 07:35:30-- http://cpanmetadb.plackperl.org/v1.0/package/IO::String +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 89 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.8M=0s + +2017-10-09 07:35:31 (13.8 MB/s) - written to stdout [89/89] + +--> Working on IO::String +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz ... --2017-10-09 07:35:31-- http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7480 (7.3K) [application/x-gzip] +Saving to: ‘IO-String-1.08.tar.gz’ + + 0K ....... 100% 986M=0s + +2017-10-09 07:35:31 (986 MB/s) - ‘IO-String-1.08.tar.gz’ saved [7480/7480] + +Unpacking IO-String-1.08.tar.gz +OK +IO-String-1.08/ +IO-String-1.08/META.yml +IO-String-1.08/t/ +IO-String-1.08/t/truncate.t +IO-String-1.08/t/read.t +IO-String-1.08/t/close.t +IO-String-1.08/t/write.t +IO-String-1.08/t/para.t +IO-String-1.08/t/seek.t +IO-String-1.08/String.pm +IO-String-1.08/Changes +IO-String-1.08/MANIFEST +IO-String-1.08/Makefile.PL +IO-String-1.08/README +Entering IO-String-1.08 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring IO-String-1.08 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IO::String +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing IO-String-1.08 ... cp String.pm blib/lib/IO/String.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/close.t ..... ok +t/para.t ...... ok +t/read.t ...... ok +t/seek.t ...... ok +t/truncate.t .. ok +t/write.t ..... ok +All tests successful. +Files=6, Tests=43, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.04 cusr 0.00 csys = 0.08 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::String.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IO-String-1.08 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-String-1.08/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-String-1.08/MYMETA.json +Searching Test::Object (0.07) on cpanmetadb ... +--2017-10-09 07:35:31-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Object +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 121 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.8M=0s + +2017-10-09 07:35:31 (27.8 MB/s) - written to stdout [121/121] + +--> Working on Test::Object +Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-0.07.tar.gz ... --2017-10-09 07:35:31-- http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-0.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21685 (21K) [application/x-gzip] +Saving to: ‘Test-Object-0.07.tar.gz’ + + 0K .......... .......... . 100% 23.4M=0.001s + +2017-10-09 07:35:31 (23.4 MB/s) - ‘Test-Object-0.07.tar.gz’ saved [21685/21685] + +Unpacking Test-Object-0.07.tar.gz +OK +Test-Object-0.07/ +Test-Object-0.07/inc/ +Test-Object-0.07/inc/Module/ +Test-Object-0.07/inc/Module/Install.pm +Test-Object-0.07/inc/Module/Install/ +Test-Object-0.07/inc/Module/Install/Fetch.pm +Test-Object-0.07/inc/Module/Install/Makefile.pm +Test-Object-0.07/inc/Module/Install/Base.pm +Test-Object-0.07/inc/Module/Install/Metadata.pm +Test-Object-0.07/inc/Module/Install/Can.pm +Test-Object-0.07/inc/Module/Install/WriteAll.pm +Test-Object-0.07/inc/Module/Install/Win32.pm +Test-Object-0.07/lib/ +Test-Object-0.07/lib/Test/ +Test-Object-0.07/lib/Test/Object.pm +Test-Object-0.07/lib/Test/Object/ +Test-Object-0.07/lib/Test/Object/Test.pm +Test-Object-0.07/Changes +Test-Object-0.07/MANIFEST +Test-Object-0.07/t/ +Test-Object-0.07/t/02_simple.t +Test-Object-0.07/t/99_pod.t +Test-Object-0.07/t/01_compile.t +Test-Object-0.07/META.yml +Test-Object-0.07/LICENSE +Test-Object-0.07/Makefile.PL +Test-Object-0.07/README +Entering Test-Object-0.07 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Test-Object-0.07 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Object +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::Builder 0.86 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Spec 3.12 ... Yes (3.68) +OK +Building and testing Test-Object-0.07 ... cp lib/Test/Object/Test.pm blib/lib/Test/Object/Test.pm +cp lib/Test/Object.pm blib/lib/Test/Object.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .. ok +t/02_simple.t ... ok +t/99_pod.t ...... skipped: Skipping module author tests +All tests successful. +Files=3, Tests=4, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.16 cusr 0.02 csys = 0.20 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Object.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Object/Test.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Object.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Object-0.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Object-0.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Object-0.07/MYMETA.json +Searching File::Remove (1.42) on cpanmetadb ... +--2017-10-09 07:35:33-- http://cpanmetadb.plackperl.org/v1.0/package/File::Remove +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.3M=0s + +2017-10-09 07:35:33 (12.3 MB/s) - written to stdout [96/96] + +--> Working on File::Remove +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.57.tar.gz ... --2017-10-09 07:35:33-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.57.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22157 (22K) [application/x-gzip] +Saving to: ‘File-Remove-1.57.tar.gz’ + + 0K .......... .......... . 100% 24.1M=0.001s + +2017-10-09 07:35:33 (24.1 MB/s) - ‘File-Remove-1.57.tar.gz’ saved [22157/22157] + +Unpacking File-Remove-1.57.tar.gz +OK +File-Remove-1.57 +File-Remove-1.57/README +File-Remove-1.57/Changes +File-Remove-1.57/LICENSE +File-Remove-1.57/dist.ini +File-Remove-1.57/META.yml +File-Remove-1.57/MANIFEST +File-Remove-1.57/weaver.ini +File-Remove-1.57/t +File-Remove-1.57/t/07_cwd.t +File-Remove-1.57/t/09_fork.t +File-Remove-1.57/Makefile.PL +File-Remove-1.57/t/06_curly.t +File-Remove-1.57/t/05_links.t +File-Remove-1.57/MANIFEST.SKIP +File-Remove-1.57/t/08_spaces.t +File-Remove-1.57/t/10_noglob.t +File-Remove-1.57/t/01_compile.t +File-Remove-1.57/t/00-compile.t +File-Remove-1.57/t/04_can_delete.t +File-Remove-1.57/lib/File +File-Remove-1.57/lib/File/Remove.pm +File-Remove-1.57/t/02_directories.t +File-Remove-1.57/t/03_deep_readonly.t +File-Remove-1.57/t/release-kwalitee.t +File-Remove-1.57/t/author-pod-syntax.t +File-Remove-1.57/t/author-pod-coverage.t +File-Remove-1.57/t/release-cpan-changes.t +File-Remove-1.57/t/release-trailing-space.t +Entering File-Remove-1.57 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-Remove-1.57 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Remove +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have blib 1.01 ... Yes (1.06) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have vars 0 ... Yes (1.03) +OK +Building and testing File-Remove-1.57 ... cp lib/File/Remove.pm blib/lib/File/Remove.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t .............. ok +t/01_compile.t .............. ok +t/02_directories.t .......... ok +t/03_deep_readonly.t ........ ok +t/04_can_delete.t ........... ok +t/05_links.t ................ ok +t/06_curly.t ................ ok +t/07_cwd.t .................. ok +t/08_spaces.t ............... ok +t/09_fork.t ................. ok +t/10_noglob.t ............... ok +t/author-pod-coverage.t ..... skipped: these tests are for testing by the author +t/author-pod-syntax.t ....... skipped: these tests are for testing by the author +t/release-cpan-changes.t .... skipped: these tests are for release candidate testing +t/release-kwalitee.t ........ skipped: these tests are for release candidate testing +t/release-trailing-space.t .. skipped: these tests are for release candidate testing +All tests successful. +Files=16, Tests=222, 5 wallclock secs ( 0.08 usr 0.01 sys + 1.01 cusr 0.20 csys = 1.30 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Remove.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Remove.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Remove-1.57 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Remove-1.57/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Remove-1.57/MYMETA.json +Searching Task::Weaken (0) on cpanmetadb ... +--2017-10-09 07:35:38-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Weaken +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 11.0M=0s + +2017-10-09 07:35:38 (11.0 MB/s) - written to stdout [94/94] + +--> Working on Task::Weaken +Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Task-Weaken-1.04.tar.gz ... --2017-10-09 07:35:38-- http://www.cpan.org/authors/id/A/AD/ADAMK/Task-Weaken-1.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29976 (29K) [application/x-gzip] +Saving to: ‘Task-Weaken-1.04.tar.gz’ + + 0K .......... .......... ......... 100% 26.0M=0.001s + +2017-10-09 07:35:38 (26.0 MB/s) - ‘Task-Weaken-1.04.tar.gz’ saved [29976/29976] + +Unpacking Task-Weaken-1.04.tar.gz +OK +Task-Weaken-1.04/ +Task-Weaken-1.04/README +Task-Weaken-1.04/Makefile.PL +Task-Weaken-1.04/LICENSE +Task-Weaken-1.04/xt/ +Task-Weaken-1.04/xt/meta.t +Task-Weaken-1.04/xt/pmv.t +Task-Weaken-1.04/xt/pod.t +Task-Weaken-1.04/META.yml +Task-Weaken-1.04/lib/ +Task-Weaken-1.04/lib/Task/ +Task-Weaken-1.04/lib/Task/Weaken.pm +Task-Weaken-1.04/MANIFEST +Task-Weaken-1.04/t/ +Task-Weaken-1.04/t/01_compile.t +Task-Weaken-1.04/t/02_weaken.t +Task-Weaken-1.04/Changes +Task-Weaken-1.04/inc/ +Task-Weaken-1.04/inc/Module/ +Task-Weaken-1.04/inc/Module/Install/ +Task-Weaken-1.04/inc/Module/Install/Win32.pm +Task-Weaken-1.04/inc/Module/Install/WriteAll.pm +Task-Weaken-1.04/inc/Module/Install/Can.pm +Task-Weaken-1.04/inc/Module/Install/Metadata.pm +Task-Weaken-1.04/inc/Module/Install/Base.pm +Task-Weaken-1.04/inc/Module/Install/Makefile.pm +Task-Weaken-1.04/inc/Module/Install/Fetch.pm +Task-Weaken-1.04/inc/Module/Install.pm +Entering Task-Weaken-1.04 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Task-Weaken-1.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Task::Weaken +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec 3.29 ... Yes (3.68) +OK +Building and testing Task-Weaken-1.04 ... cp lib/Task/Weaken.pm blib/lib/Task/Weaken.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .. ok +t/02_weaken.t ... ok +All tests successful. +Files=2, Tests=21, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.15 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Task/Weaken.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Task::Weaken.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Task-Weaken-1.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Weaken-1.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Weaken-1.04/MYMETA.json +Searching Test::SubCalls (1.07) on cpanmetadb ... +--2017-10-09 07:35:39-- http://cpanmetadb.plackperl.org/v1.0/package/Test::SubCalls +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.4M=0s + +2017-10-09 07:35:39 (20.4 MB/s) - written to stdout [98/98] + +--> Working on Test::SubCalls +Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz ... --2017-10-09 07:35:39-- http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25727 (25K) [application/x-gzip] +Saving to: ‘Test-SubCalls-1.09.tar.gz’ + + 0K .......... .......... ..... 100% 25.2M=0.001s + +2017-10-09 07:35:39 (25.2 MB/s) - ‘Test-SubCalls-1.09.tar.gz’ saved [25727/25727] + +Unpacking Test-SubCalls-1.09.tar.gz +OK +Test-SubCalls-1.09/ +Test-SubCalls-1.09/README +Test-SubCalls-1.09/Makefile.PL +Test-SubCalls-1.09/LICENSE +Test-SubCalls-1.09/lib/ +Test-SubCalls-1.09/lib/Test/ +Test-SubCalls-1.09/lib/Test/SubCalls.pm +Test-SubCalls-1.09/META.yml +Test-SubCalls-1.09/MANIFEST +Test-SubCalls-1.09/Changes +Test-SubCalls-1.09/t/ +Test-SubCalls-1.09/t/97_meta.t +Test-SubCalls-1.09/t/01_compile.t +Test-SubCalls-1.09/t/98_pod.t +Test-SubCalls-1.09/t/02_main.t +Test-SubCalls-1.09/t/99_pmv.t +Test-SubCalls-1.09/inc/ +Test-SubCalls-1.09/inc/Module/ +Test-SubCalls-1.09/inc/Module/Install/ +Test-SubCalls-1.09/inc/Module/Install/DSL.pm +Test-SubCalls-1.09/inc/Module/Install/Win32.pm +Test-SubCalls-1.09/inc/Module/Install/WriteAll.pm +Test-SubCalls-1.09/inc/Module/Install/Can.pm +Test-SubCalls-1.09/inc/Module/Install/Metadata.pm +Test-SubCalls-1.09/inc/Module/Install/Base.pm +Test-SubCalls-1.09/inc/Module/Install/Makefile.pm +Test-SubCalls-1.09/inc/Module/Install/Fetch.pm +Test-SubCalls-1.09/inc/Module/Install.pm +Entering Test-SubCalls-1.09 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-SubCalls-1.09 ... Warning: prerequisite Hook::LexWrap 0.20 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::SubCalls +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Hook::LexWrap 0.20 ... No +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Searching Hook::LexWrap (0.20) on cpanmetadb ... +OK +==> Found dependencies: Hook::LexWrap +--2017-10-09 07:35:39-- http://cpanmetadb.plackperl.org/v1.0/package/Hook::LexWrap +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.0M=0s + +2017-10-09 07:35:39 (15.0 MB/s) - written to stdout [96/96] + +--> Working on Hook::LexWrap +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-0.26.tar.gz ... --2017-10-09 07:35:39-- http://www.cpan.org/authors/id/E/ET/ETHER/Hook-LexWrap-0.26.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29479 (29K) [application/x-gzip] +Saving to: ‘Hook-LexWrap-0.26.tar.gz’ + + 0K .......... .......... ........ 100% 33.0M=0.001s + +2017-10-09 07:35:39 (33.0 MB/s) - ‘Hook-LexWrap-0.26.tar.gz’ saved [29479/29479] + +Unpacking Hook-LexWrap-0.26.tar.gz +OK +Hook-LexWrap-0.26/ +Hook-LexWrap-0.26/Changes +Hook-LexWrap-0.26/CONTRIBUTING +Hook-LexWrap-0.26/demo/ +Hook-LexWrap-0.26/dist.ini +Hook-LexWrap-0.26/INSTALL +Hook-LexWrap-0.26/lib/ +Hook-LexWrap-0.26/LICENSE +Hook-LexWrap-0.26/Makefile.PL +Hook-LexWrap-0.26/MANIFEST +Hook-LexWrap-0.26/META.json +Hook-LexWrap-0.26/META.yml +Hook-LexWrap-0.26/README +Hook-LexWrap-0.26/t/ +Hook-LexWrap-0.26/xt/ +Hook-LexWrap-0.26/xt/author/ +Hook-LexWrap-0.26/xt/release/ +Hook-LexWrap-0.26/xt/release/changes_has_content.t +Hook-LexWrap-0.26/xt/release/cpan-changes.t +Hook-LexWrap-0.26/xt/release/distmeta.t +Hook-LexWrap-0.26/xt/release/minimum-version.t +Hook-LexWrap-0.26/xt/author/00-compile.t +Hook-LexWrap-0.26/xt/author/clean-namespaces.t +Hook-LexWrap-0.26/xt/author/kwalitee.t +Hook-LexWrap-0.26/xt/author/mojibake.t +Hook-LexWrap-0.26/xt/author/pod-coverage.t +Hook-LexWrap-0.26/xt/author/pod-no404s.t +Hook-LexWrap-0.26/xt/author/pod-syntax.t +Hook-LexWrap-0.26/xt/author/portability.t +Hook-LexWrap-0.26/t/00-report-prereqs.dd +Hook-LexWrap-0.26/t/00-report-prereqs.t +Hook-LexWrap-0.26/t/example1.t +Hook-LexWrap-0.26/t/pod.t +Hook-LexWrap-0.26/t/test.t +Hook-LexWrap-0.26/lib/Hook/ +Hook-LexWrap-0.26/lib/Hook/LexWrap.pm +Hook-LexWrap-0.26/demo/demo_memo.pl +Hook-LexWrap-0.26/demo/demo_temp.pl +Entering Hook-LexWrap-0.26 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Hook-LexWrap-0.26 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Hook::LexWrap +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing Hook-LexWrap-0.26 ... cp lib/Hook/LexWrap.pm blib/lib/Hook/LexWrap.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# overload any 1.28 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# JSON::PP 2.94 +# Pod::Coverage missing +# Sub::Name 0.21 +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/example1.t ........... ok +t/pod.t ................ ok +t/test.t ............... ok +All tests successful. +Files=4, Tests=58, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.37 cusr 0.04 csys = 0.44 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Hook/LexWrap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Hook::LexWrap.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Hook-LexWrap-0.26 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Hook-LexWrap-0.26/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Hook-LexWrap-0.26/MYMETA.json +Building and testing Test-SubCalls-1.09 ... cp lib/Test/SubCalls.pm blib/lib/Test/SubCalls.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .. ok +t/02_main.t ..... ok +t/97_meta.t ..... skipped: Author tests not required for installation +t/98_pod.t ...... skipped: Author tests not required for installation +t/99_pmv.t ...... skipped: Author tests not required for installation +All tests successful. +Files=5, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.27 cusr 0.03 csys = 0.33 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/SubCalls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::SubCalls.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-SubCalls-1.09 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-SubCalls-1.09/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-SubCalls-1.09/MYMETA.json +Building and testing PPI-1.236 ... cp lib/PPI/Lexer.pm blib/lib/PPI/Lexer.pm +cp lib/PPI/Find.pm blib/lib/PPI/Find.pm +cp lib/PPI/Statement/Include/Perl6.pm blib/lib/PPI/Statement/Include/Perl6.pm +cp lib/PPI/Statement/Package.pm blib/lib/PPI/Statement/Package.pm +cp lib/PPI/Statement/Unknown.pm blib/lib/PPI/Statement/Unknown.pm +cp lib/PPI/Statement/Break.pm blib/lib/PPI/Statement/Break.pm +cp lib/PPI/Statement/Null.pm blib/lib/PPI/Statement/Null.pm +cp lib/PPI/Statement.pm blib/lib/PPI/Statement.pm +cp lib/PPI/Structure/Unknown.pm blib/lib/PPI/Structure/Unknown.pm +cp lib/PPI/Node.pm blib/lib/PPI/Node.pm +cp lib/PPI/Document/File.pm blib/lib/PPI/Document/File.pm +cp lib/PPI/Document/Fragment.pm blib/lib/PPI/Document/Fragment.pm +cp lib/PPI/Normal/Standard.pm blib/lib/PPI/Normal/Standard.pm +cp lib/PPI/Statement/Scheduled.pm blib/lib/PPI/Statement/Scheduled.pm +cp lib/PPI/Structure/List.pm blib/lib/PPI/Structure/List.pm +cp lib/PPI/Structure/When.pm blib/lib/PPI/Structure/When.pm +cp lib/PPI/Statement/When.pm blib/lib/PPI/Statement/When.pm +cp lib/PPI/Structure/Condition.pm blib/lib/PPI/Structure/Condition.pm +cp lib/PPI/Exception.pm blib/lib/PPI/Exception.pm +cp lib/PPI/Statement/End.pm blib/lib/PPI/Statement/End.pm +cp lib/PPI/Statement/Include.pm blib/lib/PPI/Statement/Include.pm +cp lib/PPI/Statement/Expression.pm blib/lib/PPI/Statement/Expression.pm +cp lib/PPI/Document/Normalized.pm blib/lib/PPI/Document/Normalized.pm +cp lib/PPI/Exception/ParserRejection.pm blib/lib/PPI/Exception/ParserRejection.pm +cp lib/PPI/Structure/Constructor.pm blib/lib/PPI/Structure/Constructor.pm +cp lib/PPI/Statement/Variable.pm blib/lib/PPI/Statement/Variable.pm +cp lib/PPI/Structure/Block.pm blib/lib/PPI/Structure/Block.pm +cp lib/PPI/Normal.pm blib/lib/PPI/Normal.pm +cp lib/PPI/Cache.pm blib/lib/PPI/Cache.pm +cp lib/PPI/Statement/UnmatchedBrace.pm blib/lib/PPI/Statement/UnmatchedBrace.pm +cp lib/PPI/Element.pm blib/lib/PPI/Element.pm +cp lib/PPI/Statement/Sub.pm blib/lib/PPI/Statement/Sub.pm +cp lib/PPI/Structure/For.pm blib/lib/PPI/Structure/For.pm +cp lib/PPI/Document.pm blib/lib/PPI/Document.pm +cp lib/PPI/Dumper.pm blib/lib/PPI/Dumper.pm +cp lib/PPI/Structure/Given.pm blib/lib/PPI/Structure/Given.pm +cp lib/PPI/Structure/Subscript.pm blib/lib/PPI/Structure/Subscript.pm +cp lib/PPI/Structure.pm blib/lib/PPI/Structure.pm +cp lib/PPI/Statement/Given.pm blib/lib/PPI/Statement/Given.pm +cp lib/PPI.pm blib/lib/PPI.pm +cp lib/PPI/Statement/Data.pm blib/lib/PPI/Statement/Data.pm +cp lib/PPI/Statement/Compound.pm blib/lib/PPI/Statement/Compound.pm +cp lib/PPI/Token/Comment.pm blib/lib/PPI/Token/Comment.pm +cp lib/PPI/Token/Magic.pm blib/lib/PPI/Token/Magic.pm +cp lib/PPI/Token/Regexp.pm blib/lib/PPI/Token/Regexp.pm +cp lib/PPI/Token/Label.pm blib/lib/PPI/Token/Label.pm +cp lib/PPI/Token/Quote/Interpolate.pm blib/lib/PPI/Token/Quote/Interpolate.pm +cp lib/PPI/Token/Number/Float.pm blib/lib/PPI/Token/Number/Float.pm +cp lib/PPI/Token/Number/Version.pm blib/lib/PPI/Token/Number/Version.pm +cp lib/PPI/Token/Cast.pm blib/lib/PPI/Token/Cast.pm +cp lib/PPI/Token/ArrayIndex.pm blib/lib/PPI/Token/ArrayIndex.pm +cp lib/PPI/Token/Regexp/Match.pm blib/lib/PPI/Token/Regexp/Match.pm +cp lib/PPI/Token/Attribute.pm blib/lib/PPI/Token/Attribute.pm +cp lib/PPI/Token/Regexp/Substitute.pm blib/lib/PPI/Token/Regexp/Substitute.pm +cp lib/PPI/Token/DashedWord.pm blib/lib/PPI/Token/DashedWord.pm +cp lib/PPI/Token/BOM.pm blib/lib/PPI/Token/BOM.pm +cp lib/PPI/Token/Data.pm blib/lib/PPI/Token/Data.pm +cp lib/PPI/Token/Prototype.pm blib/lib/PPI/Token/Prototype.pm +cp lib/PPI/Token/Number/Hex.pm blib/lib/PPI/Token/Number/Hex.pm +cp lib/PPI/Token/QuoteLike/Command.pm blib/lib/PPI/Token/QuoteLike/Command.pm +cp lib/PPI/Token/Regexp/Transliterate.pm blib/lib/PPI/Token/Regexp/Transliterate.pm +cp lib/PPI/Token/Separator.pm blib/lib/PPI/Token/Separator.pm +cp lib/PPI/Token/Quote.pm blib/lib/PPI/Token/Quote.pm +cp lib/PPI/Token/Pod.pm blib/lib/PPI/Token/Pod.pm +cp lib/PPI/Token/Number.pm blib/lib/PPI/Token/Number.pm +cp lib/PPI/Token/Operator.pm blib/lib/PPI/Token/Operator.pm +cp lib/PPI/Token/Structure.pm blib/lib/PPI/Token/Structure.pm +cp lib/PPI/Token/Number/Exp.pm blib/lib/PPI/Token/Number/Exp.pm +cp lib/PPI/Token/QuoteLike/Readline.pm blib/lib/PPI/Token/QuoteLike/Readline.pm +cp lib/PPI/Token/Quote/Literal.pm blib/lib/PPI/Token/Quote/Literal.pm +cp lib/PPI/Token/Number/Octal.pm blib/lib/PPI/Token/Number/Octal.pm +cp lib/PPI/Token/End.pm blib/lib/PPI/Token/End.pm +cp lib/PPI/Token/HereDoc.pm blib/lib/PPI/Token/HereDoc.pm +cp lib/PPI/Token/QuoteLike/Regexp.pm blib/lib/PPI/Token/QuoteLike/Regexp.pm +cp lib/PPI/Token/QuoteLike/Backtick.pm blib/lib/PPI/Token/QuoteLike/Backtick.pm +cp lib/PPI/Token/Quote/Double.pm blib/lib/PPI/Token/Quote/Double.pm +cp lib/PPI/Token/QuoteLike.pm blib/lib/PPI/Token/QuoteLike.pm +cp lib/PPI/Token/Quote/Single.pm blib/lib/PPI/Token/Quote/Single.pm +cp lib/PPI/Token.pm blib/lib/PPI/Token.pm +cp lib/PPI/Token/QuoteLike/Words.pm blib/lib/PPI/Token/QuoteLike/Words.pm +cp lib/PPI/Token/Number/Binary.pm blib/lib/PPI/Token/Number/Binary.pm +cp lib/PPI/Token/_QuoteEngine.pm blib/lib/PPI/Token/_QuoteEngine.pm +cp lib/PPI/Token/Word.pm blib/lib/PPI/Token/Word.pm +cp lib/PPI/Token/_QuoteEngine/Full.pm blib/lib/PPI/Token/_QuoteEngine/Full.pm +cp lib/PPI/Transform.pm blib/lib/PPI/Transform.pm +cp lib/PPI/Token/Whitespace.pm blib/lib/PPI/Token/Whitespace.pm +cp lib/PPI/Token/Symbol.pm blib/lib/PPI/Token/Symbol.pm +cp lib/PPI/Tokenizer.pm blib/lib/PPI/Tokenizer.pm +cp lib/PPI/Util.pm blib/lib/PPI/Util.pm +cp lib/PPI/XSAccessor.pm blib/lib/PPI/XSAccessor.pm +cp lib/PPI/Token/_QuoteEngine/Simple.pm blib/lib/PPI/Token/_QuoteEngine/Simple.pm +cp lib/PPI/Transform/UpdateCopyright.pm blib/lib/PPI/Transform/UpdateCopyright.pm +cp lib/PPI/Token/Unknown.pm blib/lib/PPI/Token/Unknown.pm +Manifying 37 pod documents +Manifying 34 pod documents +Manifying 19 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t ................... ok +t/03_document.t .................. ok +t/04_element.t ................... ok +t/05_lexer.t ..................... ok +t/06_round_trip.t ................ ok +t/07_token.t ..................... ok +t/08_regression.t ................ ok +t/09_normal.t .................... ok +t/10_statement.t ................. ok +t/11_util.t ...................... ok +t/12_location.t .................. ok +t/13_data.t ...................... ok +t/14_charsets.t .................. ok +t/15_transform.t ................. ok +t/16_xml.t ....................... ok +t/17_storable.t .................. ok +t/18_cache.t ..................... ok +t/19_selftesting.t ............... ok +t/21_exhaustive.t ................ ok +t/22_readonly.t .................. ok +t/23_file.t ...................... ok +t/24_v6.t ........................ ok +t/25_increment.t ................. ok +t/26_bom.t ....................... ok +t/27_complete.t .................. ok +t/28_foreach_qw.t ................ ok +t/interactive.t .................. ok +t/marpa.t ........................ ok +t/ppi_element.t .................. ok +t/ppi_lexer.t .................... ok +t/ppi_node.t ..................... ok +t/ppi_normal.t ................... ok +t/ppi_statement.t ................ ok +t/ppi_statement_compound.t ....... ok +t/ppi_statement_include.t ........ ok +t/ppi_statement_package.t ........ ok +t/ppi_statement_scheduled.t ...... ok +t/ppi_statement_sub.t ............ ok +t/ppi_statement_variable.t ....... ok +t/ppi_token.t .................... ok +t/ppi_token__quoteengine_full.t .. ok +t/ppi_token_attribute.t .......... ok +t/ppi_token_dashedword.t ......... ok +t/ppi_token_heredoc.t ............ ok +t/ppi_token_magic.t .............. ok +t/ppi_token_number_version.t ..... ok +t/ppi_token_operator.t ........... ok +t/ppi_token_pod.t ................ ok +t/ppi_token_prototype.t .......... ok +t/ppi_token_quote.t .............. ok +t/ppi_token_quote_double.t ....... ok +t/ppi_token_quote_interpolate.t .. ok +t/ppi_token_quote_literal.t ...... ok +t/ppi_token_quote_single.t ....... ok +t/ppi_token_quotelike_regexp.t ... ok +t/ppi_token_quotelike_words.t .... ok +t/ppi_token_regexp.t ............. ok +t/ppi_token_structure.t .......... ok +t/ppi_token_symbol.t ............. ok +t/ppi_token_unknown.t ............ ok +t/ppi_token_whitespace.t ......... ok +t/ppi_token_word.t ............... ok +All tests successful. +Files=62, Tests=27607, 39 wallclock secs ( 5.52 usr 0.70 sys + 34.92 cusr 1.79 csys = 42.93 CPU) +Result: PASS +Manifying 37 pod documents +Manifying 34 pod documents +Manifying 19 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Document.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/XSAccessor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Lexer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Tokenizer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Normal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Cache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Dumper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Node.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Transform.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Find.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Document/Normalized.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Document/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Document/Fragment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Whitespace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/HereDoc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Cast.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Attribute.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Label.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Structure.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/ArrayIndex.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Pod.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Data.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Comment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/_QuoteEngine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Quote.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Operator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Symbol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Prototype.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Separator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/DashedWord.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/End.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/BOM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Magic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Word.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Regexp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Float.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Exp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Hex.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Version.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Octal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Number/Binary.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Regexp/Transliterate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Regexp/Substitute.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Regexp/Match.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/_QuoteEngine/Full.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/_QuoteEngine/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Quote/Single.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Quote/Double.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Quote/Literal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/Quote/Interpolate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike/Words.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike/Readline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike/Backtick.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike/Command.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Token/QuoteLike/Regexp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Normal/Standard.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Transform/UpdateCopyright.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Include.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/UnmatchedBrace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Variable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Data.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Break.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Given.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Null.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Expression.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Package.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Compound.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/End.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Sub.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/When.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Scheduled.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Statement/Include/Perl6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Exception/ParserRejection.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Given.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Subscript.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Block.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Condition.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/List.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/Constructor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/When.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPI/Structure/For.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Quote::Double.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Compound.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Magic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::ArrayIndex.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike::Regexp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Structure.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Tokenizer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::_QuoteEngine::Full.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike::Backtick.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Subscript.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Regexp::Substitute.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::_QuoteEngine::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Cache.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Operator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Label.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::_QuoteEngine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Quote::Single.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Block.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::End.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::For.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Lexer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Attribute.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::When.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Node.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Prototype.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::UnmatchedBrace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Null.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Variable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Hex.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Data.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Given.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Exception.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Binary.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Include::Perl6.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Constructor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Symbol.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::End.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Regexp::Transliterate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::List.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Regexp::Match.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Word.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Scheduled.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Given.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Regexp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Quote::Literal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Document::Normalized.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Cast.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Expression.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Comment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Transform.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::Condition.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Document::Fragment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Document.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Octal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Document::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Break.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Normal::Standard.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Include.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike::Command.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Float.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Whitespace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::BOM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Package.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Quote::Interpolate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Data.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Separator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Transform::UpdateCopyright.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike::Readline.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::QuoteLike::Words.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Find.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Exp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Dumper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Structure::When.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Number::Version.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::DashedWord.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Normal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Pod.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Statement::Sub.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::Quote.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPI::Token::HereDoc.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed PPI-1.236 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPI-1.236/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPI-1.236/MYMETA.json +Searching App::Cmd::Command::version (0) on cpanmetadb ... +--2017-10-09 07:36:22-- http://cpanmetadb.plackperl.org/v1.0/package/App::Cmd::Command::version +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 542 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 89.5M=0s + +2017-10-09 07:36:22 (89.5 MB/s) - written to stdout [542/542] + +Already tried App-Cmd-0.331. Skipping. +Searching Config::MVP::Section (2.200009) on cpanmetadb ... +--2017-10-09 07:36:22-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Section +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 94.1M=0s + +2017-10-09 07:36:22 (94.1 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Already tried Class::Load. Skipping. +Searching MooseX::SetOnce (0) on cpanmetadb ... +--2017-10-09 07:36:22-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::SetOnce +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 247 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 55.4M=0s + +2017-10-09 07:36:22 (55.4 MB/s) - written to stdout [247/247] + +--> Working on MooseX::SetOnce +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz ... --2017-10-09 07:36:22-- http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13849 (14K) [application/x-gzip] +Saving to: ‘MooseX-SetOnce-0.200002.tar.gz’ + + 0K .......... ... 100% 18.9M=0.001s + +2017-10-09 07:36:23 (18.9 MB/s) - ‘MooseX-SetOnce-0.200002.tar.gz’ saved [13849/13849] + +Unpacking MooseX-SetOnce-0.200002.tar.gz +OK +MooseX-SetOnce-0.200002 +MooseX-SetOnce-0.200002/README +MooseX-SetOnce-0.200002/Changes +MooseX-SetOnce-0.200002/LICENSE +MooseX-SetOnce-0.200002/dist.ini +MooseX-SetOnce-0.200002/META.yml +MooseX-SetOnce-0.200002/MANIFEST +MooseX-SetOnce-0.200002/META.json +MooseX-SetOnce-0.200002/t +MooseX-SetOnce-0.200002/t/setonce.t +MooseX-SetOnce-0.200002/Makefile.PL +MooseX-SetOnce-0.200002/t/00-compile.t +MooseX-SetOnce-0.200002/t/inheritance.t +MooseX-SetOnce-0.200002/lib/MooseX +MooseX-SetOnce-0.200002/lib/MooseX/SetOnce.pm +MooseX-SetOnce-0.200002/xt/release +MooseX-SetOnce-0.200002/xt/release/pod-syntax.t +MooseX-SetOnce-0.200002/t/000-report-versions-tiny.t +MooseX-SetOnce-0.200002/xt/release/changes_has_content.t +Entering MooseX-SetOnce-0.200002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-SetOnce-0.200002 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0.90 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::SetOnce +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Moose::Role 1.15 ... No +Checking if you have Test::Moose 0 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Already tried Moose::Role. Skipping. +Already tried Test::Moose. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Test::Moose' is not installed, Module 'Moose' is not installed +! Bailing out the installation for MooseX-SetOnce-0.200002. +Searching Config::MVP::Assembler (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Role, Test::Moose, Moose +--2017-10-09 07:36:23-- http://cpanmetadb.plackperl.org/v1.0/package/Config::MVP::Assembler +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 491 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 102M=0s + +2017-10-09 07:36:23 (102 MB/s) - written to stdout [491/491] + +Already tried Config-MVP-2.200010. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried JSON::MaybeXS. Skipping. +Searching Perl::PrereqScanner (1.016) on cpanmetadb ... +--2017-10-09 07:36:23-- http://cpanmetadb.plackperl.org/v1.0/package/Perl::PrereqScanner +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 426 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 94.7M=0s + +2017-10-09 07:36:23 (94.7 MB/s) - written to stdout [426/426] + +--> Working on Perl::PrereqScanner +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-PrereqScanner-1.023.tar.gz ... --2017-10-09 07:36:23-- http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-PrereqScanner-1.023.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28136 (27K) [application/x-gzip] +Saving to: ‘Perl-PrereqScanner-1.023.tar.gz’ + + 0K .......... .......... ....... 100% 30.4M=0.001s + +2017-10-09 07:36:24 (30.4 MB/s) - ‘Perl-PrereqScanner-1.023.tar.gz’ saved [28136/28136] + +Unpacking Perl-PrereqScanner-1.023.tar.gz +OK +Perl-PrereqScanner-1.023/ +Perl-PrereqScanner-1.023/bin/ +Perl-PrereqScanner-1.023/Changes +Perl-PrereqScanner-1.023/corpus/ +Perl-PrereqScanner-1.023/dist.ini +Perl-PrereqScanner-1.023/lib/ +Perl-PrereqScanner-1.023/LICENSE +Perl-PrereqScanner-1.023/Makefile.PL +Perl-PrereqScanner-1.023/MANIFEST +Perl-PrereqScanner-1.023/META.json +Perl-PrereqScanner-1.023/META.yml +Perl-PrereqScanner-1.023/README +Perl-PrereqScanner-1.023/t/ +Perl-PrereqScanner-1.023/xt/ +Perl-PrereqScanner-1.023/xt/release/ +Perl-PrereqScanner-1.023/xt/release/changes_has_content.t +Perl-PrereqScanner-1.023/xt/release/pod-syntax.t +Perl-PrereqScanner-1.023/t/00-report-prereqs.dd +Perl-PrereqScanner-1.023/t/00-report-prereqs.t +Perl-PrereqScanner-1.023/t/autoprereq.t +Perl-PrereqScanner-1.023/t/scan-module.t +Perl-PrereqScanner-1.023/t/scan-prereqs.t +Perl-PrereqScanner-1.023/lib/Perl/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Aliased.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Moose.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Perl5.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/POE.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Superclass.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/TestMore.pm +Perl-PrereqScanner-1.023/corpus/scan/ +Perl-PrereqScanner-1.023/corpus/scan/bar.pl +Perl-PrereqScanner-1.023/corpus/scan/foo.pl +Perl-PrereqScanner-1.023/bin/scan-perl-prereqs +Perl-PrereqScanner-1.023/bin/scan_prereqs +Entering Perl-PrereqScanner-1.023 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Perl-PrereqScanner-1.023 ... Warning: prerequisite Getopt::Long::Descriptive 0 not found. +Warning: prerequisite Module::Path 0 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Perl::PrereqScanner +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have Params::Util 1.00 ... Yes (1.07) +Checking if you have Getopt::Long::Descriptive 0.084 ... No +Checking if you have CPAN::Meta::Requirements 2.124 ... Yes (2.140) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have PPI::Document 0 ... Yes (1.236) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have List::MoreUtils 0.16 ... Yes (0.425) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Path 0 ... No +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have PPI 1.215 ... Yes (1.236) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have Moose 2.0300 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Moose::Role 1.15 ... No +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Already tried namespace::autoclean. Skipping. +Already tried Getopt::Long::Descriptive. Skipping. +Searching Module::Path (0) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, Getopt::Long::Descriptive, Module::Path, Moose, Moose::Role +--2017-10-09 07:36:24-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Path +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.5M=0s + +2017-10-09 07:36:24 (17.5 MB/s) - written to stdout [94/94] + +--> Working on Module::Path +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-0.19.tar.gz ... --2017-10-09 07:36:24-- http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-0.19.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14328 (14K) [application/x-gzip] +Saving to: ‘Module-Path-0.19.tar.gz’ + + 0K .......... ... 100% 17.2M=0.001s + +2017-10-09 07:36:25 (17.2 MB/s) - ‘Module-Path-0.19.tar.gz’ saved [14328/14328] + +Unpacking Module-Path-0.19.tar.gz +OK +Module-Path-0.19/ +Module-Path-0.19/bin/ +Module-Path-0.19/Changes +Module-Path-0.19/cpanfile +Module-Path-0.19/dist.ini +Module-Path-0.19/lib/ +Module-Path-0.19/LICENSE +Module-Path-0.19/Makefile.PL +Module-Path-0.19/MANIFEST +Module-Path-0.19/META.json +Module-Path-0.19/META.yml +Module-Path-0.19/README +Module-Path-0.19/t/ +Module-Path-0.19/TODO.md +Module-Path-0.19/t/01-require.t +Module-Path-0.19/t/02-module-path.t +Module-Path-0.19/t/03-mpath.t +Module-Path-0.19/lib/Module/ +Module-Path-0.19/lib/Module/Path.pm +Module-Path-0.19/bin/mpath +Entering Module-Path-0.19 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Module-Path-0.19 ... Warning: prerequisite Devel::FindPerl 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Module::Path +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have FindBin 0.05 ... Yes (1.51) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Devel::FindPerl 0 ... No +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have warnings 0 ... Yes (1.37) +Searching Devel::FindPerl (0) on cpanmetadb ... +OK +==> Found dependencies: Devel::FindPerl +--2017-10-09 07:36:25-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::FindPerl +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.3M=0s + +2017-10-09 07:36:25 (15.3 MB/s) - written to stdout [103/103] + +--> Working on Devel::FindPerl +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Devel-FindPerl-0.014.tar.gz ... --2017-10-09 07:36:25-- http://www.cpan.org/authors/id/L/LE/LEONT/Devel-FindPerl-0.014.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13815 (13K) [application/x-gzip] +Saving to: ‘Devel-FindPerl-0.014.tar.gz’ + + 0K .......... ... 100% 20.4M=0.001s + +2017-10-09 07:36:25 (20.4 MB/s) - ‘Devel-FindPerl-0.014.tar.gz’ saved [13815/13815] + +Unpacking Devel-FindPerl-0.014.tar.gz +OK +Devel-FindPerl-0.014/ +Devel-FindPerl-0.014/INSTALL +Devel-FindPerl-0.014/t/ +Devel-FindPerl-0.014/t/11-tainted.t +Devel-FindPerl-0.014/t/10-basics.t +Devel-FindPerl-0.014/Makefile.PL +Devel-FindPerl-0.014/lib/ +Devel-FindPerl-0.014/lib/Devel/ +Devel-FindPerl-0.014/lib/Devel/FindPerl.pm +Devel-FindPerl-0.014/dist.ini +Devel-FindPerl-0.014/xt/ +Devel-FindPerl-0.014/xt/author/ +Devel-FindPerl-0.014/xt/author/00-compile.t +Devel-FindPerl-0.014/xt/release/ +Devel-FindPerl-0.014/xt/release/pod-coverage.t +Devel-FindPerl-0.014/xt/release/pod-syntax.t +Devel-FindPerl-0.014/LICENSE +Devel-FindPerl-0.014/META.json +Devel-FindPerl-0.014/Changes +Devel-FindPerl-0.014/MANIFEST +Devel-FindPerl-0.014/META.yml +Devel-FindPerl-0.014/README +Entering Devel-FindPerl-0.014 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-FindPerl-0.014 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::FindPerl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have IPC::Open2 0 ... Yes (1.04) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Devel-FindPerl-0.014 ... cp lib/Devel/FindPerl.pm blib/lib/Devel/FindPerl.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10-basics.t ... ok +t/11-tainted.t .. ok +All tests successful. +Files=2, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.14 cusr 0.03 csys = 0.19 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/FindPerl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::FindPerl.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Devel-FindPerl-0.014 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-FindPerl-0.014/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-FindPerl-0.014/MYMETA.json +Building and testing Module-Path-0.19 ... cp lib/Module/Path.pm blib/lib/Module/Path.pm +cp bin/mpath blib/script/mpath +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mpath +Manifying 1 pod document +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01-require.t ...... ok +t/02-module-path.t .. ok +t/03-mpath.t ........ ok +All tests successful. +Files=3, Tests=18, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.52 cusr 0.05 csys = 0.60 CPU) +Result: PASS +Manifying 1 pod document +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Path.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/mpath.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Path.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/mpath +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Module-Path-0.19 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Path-0.19/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Path-0.19/MYMETA.json +Already tried Moose. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Getopt::Long::Descriptive' is not installed, Module 'Moose' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for Perl-PrereqScanner-1.023. +Searching App::Cmd::Tester (0.306) on cpanmetadb ... +--2017-10-09 07:36:28-- http://cpanmetadb.plackperl.org/v1.0/package/App::Cmd::Tester +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 542 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 105M=0s + +2017-10-09 07:36:28 (105 MB/s) - written to stdout [542/542] + +Already tried App-Cmd-0.331. Skipping. +Searching Software::License::None (0) on cpanmetadb ... +--2017-10-09 07:36:28-- http://cpanmetadb.plackperl.org/v1.0/package/Software::License::None +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1249 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 239M=0s + +2017-10-09 07:36:28 (239 MB/s) - written to stdout [1249/1249] + +Already tried Software-License-0.103012. Skipping. +! Installing the dependencies failed: Module 'MooseX::Types' is not installed, Module 'Module::Runtime' is not installed, Module 'JSON::MaybeXS' is not installed, Module 'Perl::PrereqScanner' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Config::MVP::Section' is not installed, Module 'MooseX::SetOnce' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'App::Cmd::Tester::CaptureExternal' is not installed, Module 'Moose::Role' is not installed, Module 'Log::Dispatchouli' is not installed, Module 'Config::MVP::Reader::INI' is not installed, Module 'Config::MVP::Reader::Findable::ByExtension' is not installed, Module 'MooseX::Types::Perl' is not installed, Module 'Config::MVP::Reader::Finder' is not installed, Module 'App::Cmd::Tester' is not installed, Module 'Config::MVP::Assembler' is not installed, Module 'App::Cmd::Command::version' is not installed, Module 'Class::Load' is not installed, Module 'MooseX::LazyRequire' is not installed, Module 'Config::MVP::Assembler::WithBundles' is not installed, Module 'namespace::autoclean' is not installed, Module 'App::Cmd::Setup' is not installed, Module 'DateTime' is not installed, Module 'Config::MVP::Reader' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'Sub::Exporter::ForMethods' is not installed, Module 'Moose' is not installed, Module 'CPAN::Uploader' is not installed +! Bailing out the installation for Dist-Zilla-6.010. +Searching Perl::Version (0) on cpanmetadb ... +--2017-10-09 07:36:28-- http://cpanmetadb.plackperl.org/v1.0/package/Perl::Version +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 10.9M=0s + +2017-10-09 07:36:28 (10.9 MB/s) - written to stdout [99/99] + +--> Working on Perl::Version +Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Perl-Version-1.013.tar.gz ... --2017-10-09 07:36:28-- http://www.cpan.org/authors/id/B/BD/BDFOY/Perl-Version-1.013.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23012 (22K) [application/x-gzip] +Saving to: ‘Perl-Version-1.013.tar.gz’ + + 0K .......... .......... .. 100% 24.6M=0.001s + +2017-10-09 07:36:28 (24.6 MB/s) - ‘Perl-Version-1.013.tar.gz’ saved [23012/23012] + +Unpacking Perl-Version-1.013.tar.gz +OK +Perl-Version-1.013/ +Perl-Version-1.013/Changes +Perl-Version-1.013/examples/ +Perl-Version-1.013/lib/ +Perl-Version-1.013/Makefile.PL +Perl-Version-1.013/MANIFEST +Perl-Version-1.013/META.json +Perl-Version-1.013/META.yml +Perl-Version-1.013/Notes.txt +Perl-Version-1.013/README +Perl-Version-1.013/t/ +Perl-Version-1.013/t/00.load.t +Perl-Version-1.013/t/05.misc.t +Perl-Version-1.013/t/10.regression.t +Perl-Version-1.013/t/20.compare.t +Perl-Version-1.013/t/30.vstring.t +Perl-Version-1.013/t/40.perl-reversion.t +Perl-Version-1.013/t/manifest.t +Perl-Version-1.013/t/pod-coverage.t +Perl-Version-1.013/t/pod.t +Perl-Version-1.013/lib/Perl/ +Perl-Version-1.013/lib/Perl/Version.pm +Perl-Version-1.013/examples/perl-reversion +Entering Perl-Version-1.013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Perl-Version-1.013 ... Warning: prerequisite File::Slurp::Tiny 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Perl::Version +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Slurp::Tiny 0 ... No +Searching File::Slurp::Tiny (0) on cpanmetadb ... +OK +==> Found dependencies: File::Slurp::Tiny +--2017-10-09 07:36:28-- http://cpanmetadb.plackperl.org/v1.0/package/File::Slurp::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.9M=0s + +2017-10-09 07:36:28 (23.9 MB/s) - written to stdout [106/106] + +--> Working on File::Slurp::Tiny +Fetching http://www.cpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz ... --2017-10-09 07:36:28-- http://www.cpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12841 (13K) [application/x-gzip] +Saving to: ‘File-Slurp-Tiny-0.004.tar.gz’ + + 0K .......... .. 100% 11.6M=0.001s + +2017-10-09 07:36:28 (11.6 MB/s) - ‘File-Slurp-Tiny-0.004.tar.gz’ saved [12841/12841] + +Unpacking File-Slurp-Tiny-0.004.tar.gz +OK +File-Slurp-Tiny-0.004/ +File-Slurp-Tiny-0.004/INSTALL +File-Slurp-Tiny-0.004/benchmark/ +File-Slurp-Tiny-0.004/benchmark/2.pl +File-Slurp-Tiny-0.004/benchmark/1.pl +File-Slurp-Tiny-0.004/t/ +File-Slurp-Tiny-0.004/t/10-basics.t +File-Slurp-Tiny-0.004/Makefile.PL +File-Slurp-Tiny-0.004/weaver.ini +File-Slurp-Tiny-0.004/lib/ +File-Slurp-Tiny-0.004/lib/File/ +File-Slurp-Tiny-0.004/lib/File/Slurp/ +File-Slurp-Tiny-0.004/lib/File/Slurp/Tiny.pm +File-Slurp-Tiny-0.004/dist.ini +File-Slurp-Tiny-0.004/xt/ +File-Slurp-Tiny-0.004/xt/author/ +File-Slurp-Tiny-0.004/xt/author/00-compile.t +File-Slurp-Tiny-0.004/xt/release/ +File-Slurp-Tiny-0.004/xt/release/pod-coverage.t +File-Slurp-Tiny-0.004/xt/release/pod-syntax.t +File-Slurp-Tiny-0.004/LICENSE +File-Slurp-Tiny-0.004/META.json +File-Slurp-Tiny-0.004/Changes +File-Slurp-Tiny-0.004/MANIFEST +File-Slurp-Tiny-0.004/META.yml +File-Slurp-Tiny-0.004/README +Entering File-Slurp-Tiny-0.004 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring File-Slurp-Tiny-0.004 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Slurp::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have FileHandle 0 ... Yes (2.03) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing File-Slurp-Tiny-0.004 ... cp lib/File/Slurp/Tiny.pm blib/lib/File/Slurp/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10-basics.t .. ok +All tests successful. +Files=1, Tests=10, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.07 cusr 0.01 csys = 0.09 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Slurp/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Slurp::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Slurp-Tiny-0.004 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurp-Tiny-0.004/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurp-Tiny-0.004/MYMETA.json +Building and testing Perl-Version-1.013 ... cp lib/Perl/Version.pm blib/lib/Perl/Version.pm +cp examples/perl-reversion blib/script/perl-reversion +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perl-reversion +Manifying 1 pod document +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Perl::Version 1.013 +t/00.load.t ............ ok +t/05.misc.t ............ ok +t/10.regression.t ...... ok +t/20.compare.t ......... ok +t/30.vstring.t ......... ok +t/40.perl-reversion.t .. ok +t/manifest.t ........... skipped: No MANIFEST.SKIP +t/pod-coverage.t ....... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ................ ok +All tests successful. +Files=9, Tests=1087, 4 wallclock secs ( 0.13 usr 0.01 sys + 3.88 cusr 0.55 csys = 4.57 CPU) +Result: PASS +Manifying 1 pod document +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Version.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perl-reversion.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Version.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl-reversion +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Perl-Version-1.013 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Version-1.013/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Version-1.013/MYMETA.json +Searching Devel::NYTProf (0) on cpanmetadb ... +--2017-10-09 07:36:35-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::NYTProf +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 485 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 106M=0s + +2017-10-09 07:36:35 (106 MB/s) - written to stdout [485/485] + +--> Working on Devel::NYTProf +Fetching http://www.cpan.org/authors/id/T/TI/TIMB/Devel-NYTProf-6.04.tar.gz ... --2017-10-09 07:36:35-- http://www.cpan.org/authors/id/T/TI/TIMB/Devel-NYTProf-6.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 461716 (451K) [application/x-gzip] +Saving to: ‘Devel-NYTProf-6.04.tar.gz’ + + 0K .......... .......... .......... .......... .......... 11% 20.6M 0s + 50K .......... .......... .......... .......... .......... 22% 36.7M 0s + 100K .......... .......... .......... .......... .......... 33% 21.3M 0s + 150K .......... .......... .......... .......... .......... 44% 36.9M 0s + 200K .......... .......... .......... .......... .......... 55% 19.7M 0s + 250K .......... .......... .......... .......... .......... 66% 36.1M 0s + 300K .......... .......... .......... .......... .......... 77% 35.3M 0s + 350K .......... .......... .......... .......... .......... 88% 37.3M 0s + 400K .......... .......... .......... .......... .......... 99% 23.0M 0s + 450K 100% 1706G=0.02s + +2017-10-09 07:36:35 (27.6 MB/s) - ‘Devel-NYTProf-6.04.tar.gz’ saved [461716/461716] + +Unpacking Devel-NYTProf-6.04.tar.gz +OK +Devel-NYTProf-6.04/ +Devel-NYTProf-6.04/.gdbinit +Devel-NYTProf-6.04/.gitignore +Devel-NYTProf-6.04/.indent.pro +Devel-NYTProf-6.04/.perltidyrc +Devel-NYTProf-6.04/.travis.yml +Devel-NYTProf-6.04/bin/ +Devel-NYTProf-6.04/Changes +Devel-NYTProf-6.04/demo/ +Devel-NYTProf-6.04/FileHandle.h +Devel-NYTProf-6.04/FileHandle.xs +Devel-NYTProf-6.04/HACKING +Devel-NYTProf-6.04/INSTALL +Devel-NYTProf-6.04/lib/ +Devel-NYTProf-6.04/Makefile.PL +Devel-NYTProf-6.04/MANIFEST +Devel-NYTProf-6.04/MemoryProfiling.pod +Devel-NYTProf-6.04/META.json +Devel-NYTProf-6.04/META.yml +Devel-NYTProf-6.04/NYTProf.h +Devel-NYTProf-6.04/NYTProf.xs +Devel-NYTProf-6.04/ppport.h +Devel-NYTProf-6.04/README.md +Devel-NYTProf-6.04/slowops.h +Devel-NYTProf-6.04/t/ +Devel-NYTProf-6.04/typemap +Devel-NYTProf-6.04/xt/ +Devel-NYTProf-6.04/xt/61-cputime.t +Devel-NYTProf-6.04/xt/test23-strevalxs.p +Devel-NYTProf-6.04/xt/test23-strevalxs.rdt +Devel-NYTProf-6.04/xt/test23-strevalxs.t +Devel-NYTProf-6.04/xt/test45-overload.p +Devel-NYTProf-6.04/xt/test71-while.p +Devel-NYTProf-6.04/xt/test82-stress.t +Devel-NYTProf-6.04/xt/test90-stress.p +Devel-NYTProf-6.04/t/00-load.t +Devel-NYTProf-6.04/t/10-run.t +Devel-NYTProf-6.04/t/22-readstream.t +Devel-NYTProf-6.04/t/30-util.t +Devel-NYTProf-6.04/t/31-env.t +Devel-NYTProf-6.04/t/40-savesrc.t +Devel-NYTProf-6.04/t/42-global.t +Devel-NYTProf-6.04/t/44-model.t +Devel-NYTProf-6.04/t/50-errno.t +Devel-NYTProf-6.04/t/60-forkdepth.t +Devel-NYTProf-6.04/t/68-hashline.t +Devel-NYTProf-6.04/t/70-subname.t +Devel-NYTProf-6.04/t/71-moose.t +Devel-NYTProf-6.04/t/72-autodie.t +Devel-NYTProf-6.04/t/80-version.t +Devel-NYTProf-6.04/t/90-pod.t +Devel-NYTProf-6.04/t/91-pod_coverage.t +Devel-NYTProf-6.04/t/92-file_port.t +Devel-NYTProf-6.04/t/lib/ +Devel-NYTProf-6.04/t/test01.calls +Devel-NYTProf-6.04/t/test01.p +Devel-NYTProf-6.04/t/test01.rdt +Devel-NYTProf-6.04/t/test01.t +Devel-NYTProf-6.04/t/test01.x +Devel-NYTProf-6.04/t/test02.calls +Devel-NYTProf-6.04/t/test02.p +Devel-NYTProf-6.04/t/test02.pf +Devel-NYTProf-6.04/t/test02.pf.csv +Devel-NYTProf-6.04/t/test02.rdt +Devel-NYTProf-6.04/t/test02.t +Devel-NYTProf-6.04/t/test02.x +Devel-NYTProf-6.04/t/test03.calls +Devel-NYTProf-6.04/t/test03.p +Devel-NYTProf-6.04/t/test03.rdt +Devel-NYTProf-6.04/t/test03.t +Devel-NYTProf-6.04/t/test03.x +Devel-NYTProf-6.04/t/test05.calls +Devel-NYTProf-6.04/t/test05.p +Devel-NYTProf-6.04/t/test05.rdt +Devel-NYTProf-6.04/t/test05.t +Devel-NYTProf-6.04/t/test05.x +Devel-NYTProf-6.04/t/test06.calls +Devel-NYTProf-6.04/t/test06.p +Devel-NYTProf-6.04/t/test06.rdt +Devel-NYTProf-6.04/t/test06.t +Devel-NYTProf-6.04/t/test06.x +Devel-NYTProf-6.04/t/test07.calls +Devel-NYTProf-6.04/t/test07.p +Devel-NYTProf-6.04/t/test07.rdt +Devel-NYTProf-6.04/t/test07.t +Devel-NYTProf-6.04/t/test07.x +Devel-NYTProf-6.04/t/test08.calls +Devel-NYTProf-6.04/t/test08.p +Devel-NYTProf-6.04/t/test08.rdt +Devel-NYTProf-6.04/t/test08.t +Devel-NYTProf-6.04/t/test08.x +Devel-NYTProf-6.04/t/test09.calls +Devel-NYTProf-6.04/t/test09.p +Devel-NYTProf-6.04/t/test09.rdt +Devel-NYTProf-6.04/t/test09.t +Devel-NYTProf-6.04/t/test09.x +Devel-NYTProf-6.04/t/test10.calls +Devel-NYTProf-6.04/t/test10.p +Devel-NYTProf-6.04/t/test10.rdt +Devel-NYTProf-6.04/t/test10.t +Devel-NYTProf-6.04/t/test10.x +Devel-NYTProf-6.04/t/test11.calls +Devel-NYTProf-6.04/t/test11.p +Devel-NYTProf-6.04/t/test11.rdt +Devel-NYTProf-6.04/t/test11.t +Devel-NYTProf-6.04/t/test11.x +Devel-NYTProf-6.04/t/test12.calls +Devel-NYTProf-6.04/t/test12.p +Devel-NYTProf-6.04/t/test12.pl +Devel-NYTProf-6.04/t/test12.rdt +Devel-NYTProf-6.04/t/test12.t +Devel-NYTProf-6.04/t/test12.x +Devel-NYTProf-6.04/t/test13.calls +Devel-NYTProf-6.04/t/test13.p +Devel-NYTProf-6.04/t/test13.rdt +Devel-NYTProf-6.04/t/test13.t +Devel-NYTProf-6.04/t/test13.x +Devel-NYTProf-6.04/t/test14.p +Devel-NYTProf-6.04/t/test14.pm +Devel-NYTProf-6.04/t/test14.pm_x +Devel-NYTProf-6.04/t/test14.rdt +Devel-NYTProf-6.04/t/test14.t +Devel-NYTProf-6.04/t/test14.x +Devel-NYTProf-6.04/t/test16.calls +Devel-NYTProf-6.04/t/test16.p +Devel-NYTProf-6.04/t/test16.rdt +Devel-NYTProf-6.04/t/test16.t +Devel-NYTProf-6.04/t/test16.x +Devel-NYTProf-6.04/t/test17-goto.calls +Devel-NYTProf-6.04/t/test17-goto.p +Devel-NYTProf-6.04/t/test17-goto.rdt +Devel-NYTProf-6.04/t/test17-goto.t +Devel-NYTProf-6.04/t/test18-goto2.calls +Devel-NYTProf-6.04/t/test18-goto2.p +Devel-NYTProf-6.04/t/test18-goto2.pm +Devel-NYTProf-6.04/t/test18-goto2.t +Devel-NYTProf-6.04/t/test20-streval.calls +Devel-NYTProf-6.04/t/test20-streval.p +Devel-NYTProf-6.04/t/test20-streval.rdt +Devel-NYTProf-6.04/t/test20-streval.t +Devel-NYTProf-6.04/t/test20-streval.x +Devel-NYTProf-6.04/t/test21-streval3.calls +Devel-NYTProf-6.04/t/test21-streval3.p +Devel-NYTProf-6.04/t/test21-streval3.rdt +Devel-NYTProf-6.04/t/test21-streval3.t +Devel-NYTProf-6.04/t/test21-streval3.x +Devel-NYTProf-6.04/t/test22-strevala.calls +Devel-NYTProf-6.04/t/test22-strevala.p +Devel-NYTProf-6.04/t/test22-strevala.rdt +Devel-NYTProf-6.04/t/test22-strevala.t +Devel-NYTProf-6.04/t/test23-strevall.calls +Devel-NYTProf-6.04/t/test23-strevall.p +Devel-NYTProf-6.04/t/test23-strevall.rdt +Devel-NYTProf-6.04/t/test23-strevall.t +Devel-NYTProf-6.04/t/test24-strevalc.calls +Devel-NYTProf-6.04/t/test24-strevalc.p +Devel-NYTProf-6.04/t/test24-strevalc.rdt +Devel-NYTProf-6.04/t/test24-strevalc.t +Devel-NYTProf-6.04/t/test25-strevalb.t +Devel-NYTProf-6.04/t/test30-fork-0.calls +Devel-NYTProf-6.04/t/test30-fork-0.p +Devel-NYTProf-6.04/t/test30-fork-0.rdt +Devel-NYTProf-6.04/t/test30-fork-0.t +Devel-NYTProf-6.04/t/test30-fork-0.x +Devel-NYTProf-6.04/t/test30-fork-1.rdt +Devel-NYTProf-6.04/t/test30-fork-1.x +Devel-NYTProf-6.04/t/test40pmc.calls +Devel-NYTProf-6.04/t/test40pmc.p +Devel-NYTProf-6.04/t/test40pmc.pm +Devel-NYTProf-6.04/t/test40pmc.pm_x +Devel-NYTProf-6.04/t/test40pmc.pmc +Devel-NYTProf-6.04/t/test40pmc.rdt +Devel-NYTProf-6.04/t/test40pmc.t +Devel-NYTProf-6.04/t/test40pmc.x +Devel-NYTProf-6.04/t/test50-disable.calls +Devel-NYTProf-6.04/t/test50-disable.p +Devel-NYTProf-6.04/t/test50-disable.rdt +Devel-NYTProf-6.04/t/test50-disable.t +Devel-NYTProf-6.04/t/test50-disable.x +Devel-NYTProf-6.04/t/test51-enable.calls +Devel-NYTProf-6.04/t/test51-enable.p +Devel-NYTProf-6.04/t/test51-enable.rdt +Devel-NYTProf-6.04/t/test51-enable.t +Devel-NYTProf-6.04/t/test51-enable.x +Devel-NYTProf-6.04/t/test60-subname.calls +Devel-NYTProf-6.04/t/test60-subname.p +Devel-NYTProf-6.04/t/test60-subname.rdt +Devel-NYTProf-6.04/t/test60-subname.t +Devel-NYTProf-6.04/t/test61-submerge.calls +Devel-NYTProf-6.04/t/test61-submerge.p +Devel-NYTProf-6.04/t/test61-submerge.rdt +Devel-NYTProf-6.04/t/test61-submerge.t +Devel-NYTProf-6.04/t/test62-subcaller1.calls +Devel-NYTProf-6.04/t/test62-subcaller1.p +Devel-NYTProf-6.04/t/test62-subcaller1.rdt +Devel-NYTProf-6.04/t/test62-subcaller1.t +Devel-NYTProf-6.04/t/test62-tie-a.calls +Devel-NYTProf-6.04/t/test62-tie-a.p +Devel-NYTProf-6.04/t/test62-tie-a.rdt +Devel-NYTProf-6.04/t/test62-tie-a.t +Devel-NYTProf-6.04/t/test62-tie-b.calls +Devel-NYTProf-6.04/t/test62-tie-b.p +Devel-NYTProf-6.04/t/test62-tie-b.rdt +Devel-NYTProf-6.04/t/test62-tie-b.t +Devel-NYTProf-6.04/t/test70-subexcl.calls +Devel-NYTProf-6.04/t/test70-subexcl.p +Devel-NYTProf-6.04/t/test70-subexcl.t +Devel-NYTProf-6.04/t/test80-recurs.calls +Devel-NYTProf-6.04/t/test80-recurs.p +Devel-NYTProf-6.04/t/test80-recurs.rdt +Devel-NYTProf-6.04/t/test80-recurs.t +Devel-NYTProf-6.04/t/test81-swash.t +Devel-NYTProf-6.04/t/test82-version.t +Devel-NYTProf-6.04/t/test90-strsubref.t +Devel-NYTProf-6.04/t/zzz.t +Devel-NYTProf-6.04/t/lib/NYTProfTest.pm +Devel-NYTProf-6.04/lib/Devel/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/ +Devel-NYTProf-6.04/lib/Devel/NYTProf.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Apache.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Constants.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Core.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Data.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/FileHandle.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/FileInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/Reader.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/ReadStream.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Run.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/SubCallInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/SubInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Test.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Util.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/asc.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/bg.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/desc.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jquery-min.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jquery-tablesorter-min.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/style-tablesorter.css +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient-cushion1.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient20.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient30.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient40.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient50.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/jit-yc.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/jit.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/Treemap.css +Devel-NYTProf-6.04/demo/1m_stmts.pl +Devel-NYTProf-6.04/demo/closure.pl +Devel-NYTProf-6.04/demo/cpucache.pl +Devel-NYTProf-6.04/demo/demo-code.pl +Devel-NYTProf-6.04/demo/demo-run.pl +Devel-NYTProf-6.04/demo/exclusive-sub-time.pl +Devel-NYTProf-6.04/demo/README +Devel-NYTProf-6.04/bin/flamegraph.pl +Devel-NYTProf-6.04/bin/nytprofcalls +Devel-NYTProf-6.04/bin/nytprofcg +Devel-NYTProf-6.04/bin/nytprofcsv +Devel-NYTProf-6.04/bin/nytprofhtml +Devel-NYTProf-6.04/bin/nytprofmerge +Devel-NYTProf-6.04/bin/nytprofpf +Entering Devel-NYTProf-6.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-NYTProf-6.04 ... Looking for header files and functions... +Found clock_gettime in time.h +Warning: prerequisite JSON::MaybeXS 0 not found. +Found deflateInit2 in zlib.h +Your perl was compiled with gcc (version 7.2.0), okay. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::NYTProf +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have File::Which 1.09 ... Yes (1.22) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Already tried JSON::MaybeXS. Skipping. +! Installing the dependencies failed: Module 'JSON::MaybeXS' is not installed +! Bailing out the installation for Devel-NYTProf-6.04. +Already tried Software::License. Skipping. +Searching Perl::Critic (0) on cpanmetadb ... +OK +==> Found dependencies: JSON::MaybeXS +--2017-10-09 07:36:35-- http://cpanmetadb.plackperl.org/v1.0/package/Perl::Critic +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12653 (12K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... .. 100% 149M=0s + +2017-10-09 07:36:35 (149 MB/s) - written to stdout [12653/12653] + +--> Working on Perl::Critic +Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/Perl-Critic-1.130.tar.gz ... --2017-10-09 07:36:35-- http://www.cpan.org/authors/id/P/PE/PETDANCE/Perl-Critic-1.130.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 647052 (632K) [application/x-gzip] +Saving to: ‘Perl-Critic-1.130.tar.gz’ + + 0K .......... .......... .......... .......... .......... 7% 22.5M 0s + 50K .......... .......... .......... .......... .......... 15% 37.8M 0s + 100K .......... .......... .......... .......... .......... 23% 21.3M 0s + 150K .......... .......... .......... .......... .......... 31% 38.2M 0s + 200K .......... .......... .......... .......... .......... 39% 20.7M 0s + 250K .......... .......... .......... .......... .......... 47% 36.8M 0s + 300K .......... .......... .......... .......... .......... 55% 38.2M 0s + 350K .......... .......... .......... .......... .......... 63% 38.9M 0s + 400K .......... .......... .......... .......... .......... 71% 21.7M 0s + 450K .......... .......... .......... .......... .......... 79% 49.3M 0s + 500K .......... .......... .......... .......... .......... 87% 43.6M 0s + 550K .......... .......... .......... .......... .......... 94% 78.3M 0s + 600K .......... .......... .......... . 100% 29.0M=0.02s + +2017-10-09 07:36:35 (31.9 MB/s) - ‘Perl-Critic-1.130.tar.gz’ saved [647052/647052] + +Unpacking Perl-Critic-1.130.tar.gz +OK +Perl-Critic-1.130 +Perl-Critic-1.130/.travis.yml +Perl-Critic-1.130/Build.PL +Perl-Critic-1.130/Changes +Perl-Critic-1.130/INSTALL +Perl-Critic-1.130/LICENSE +Perl-Critic-1.130/MANIFEST +Perl-Critic-1.130/META.json +Perl-Critic-1.130/META.yml +Perl-Critic-1.130/README +Perl-Critic-1.130/README.md +Perl-Critic-1.130/TODO.pod +Perl-Critic-1.130/bin +Perl-Critic-1.130/bin/perlcritic +Perl-Critic-1.130/examples +Perl-Critic-1.130/examples/generatestats +Perl-Critic-1.130/examples/loadanalysisdb +Perl-Critic-1.130/examples/perlcriticrc +Perl-Critic-1.130/examples/perlcriticrc-conway +Perl-Critic-1.130/extras +Perl-Critic-1.130/extras/perlcritic.el +Perl-Critic-1.130/inc +Perl-Critic-1.130/inc/Devel +Perl-Critic-1.130/inc/Devel/AssertOS.pm +Perl-Critic-1.130/inc/Devel/CheckOS.pm +Perl-Critic-1.130/inc/Devel/AssertOS +Perl-Critic-1.130/inc/Devel/AssertOS/Solaris.pm +Perl-Critic-1.130/inc/Perl +Perl-Critic-1.130/inc/Perl/Critic +Perl-Critic-1.130/inc/Perl/Critic/BuildUtilities.pm +Perl-Critic-1.130/inc/Perl/Critic/PolicySummaryGenerator.pm +Perl-Critic-1.130/inc/Perl/Critic/Module +Perl-Critic-1.130/inc/Perl/Critic/Module/Build.pm +Perl-Critic-1.130/inc/Perl/Critic/Module/Build +Perl-Critic-1.130/inc/Perl/Critic/Module/Build/Standard.pm +Perl-Critic-1.130/lib +Perl-Critic-1.130/lib/Perl +Perl-Critic-1.130/lib/Perl/Critic.pm +Perl-Critic-1.130/lib/Perl/Critic +Perl-Critic-1.130/lib/Perl/Critic/Annotation.pm +Perl-Critic-1.130/lib/Perl/Critic/CORE_DEVELOPER.pod +Perl-Critic-1.130/lib/Perl/Critic/Command.pm +Perl-Critic-1.130/lib/Perl/Critic/Config.pm +Perl-Critic-1.130/lib/Perl/Critic/DEVELOPER.pod +Perl-Critic-1.130/lib/Perl/Critic/Document.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception.pm +Perl-Critic-1.130/lib/Perl/Critic/OptionsProcessor.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyConfig.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyFactory.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyListing.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicySummary.pod +Perl-Critic-1.130/lib/Perl/Critic/ProfilePrototype.pm +Perl-Critic-1.130/lib/Perl/Critic/Statistics.pm +Perl-Critic-1.130/lib/Perl/Critic/TestUtils.pm +Perl-Critic-1.130/lib/Perl/Critic/Theme.pm +Perl-Critic-1.130/lib/Perl/Critic/ThemeListing.pm +Perl-Critic-1.130/lib/Perl/Critic/UserProfile.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils.pm +Perl-Critic-1.130/lib/Perl/Critic/Violation.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception +Perl-Critic-1.130/lib/Perl/Critic/Exception/AggregateConfiguration.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Fatal.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/IO.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Parse.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Generic.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/NonExistentPolicy.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Global.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Policy.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Global +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Global/ExtraParameter.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Global/ParameterValue.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Policy +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Policy/ExtraParameter.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Configuration/Option/Policy/ParameterValue.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Fatal +Perl-Critic-1.130/lib/Perl/Critic/Exception/Fatal/Generic.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Fatal/Internal.pm +Perl-Critic-1.130/lib/Perl/Critic/Exception/Fatal/PolicyDefinition.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitBooleanGrep.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitComplexMappings.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitLvalueSubstr.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitReverseSortBlock.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitSleepViaSelect.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitStringyEval.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitStringySplit.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitUniversalCan.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitUniversalIsa.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitUselessTopic.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitVoidGrep.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/ProhibitVoidMap.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/RequireBlockGrep.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/RequireBlockMap.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/RequireGlobFunction.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/BuiltinFunctions/RequireSimpleSortBlock.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ClassHierarchies +Perl-Critic-1.130/lib/Perl/Critic/Policy/ClassHierarchies/ProhibitAutoloading.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ClassHierarchies/ProhibitExplicitISA.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ClassHierarchies/ProhibitOneArgBless.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/ProhibitHardTabs.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/ProhibitParensWithBuiltins.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/ProhibitQuotedWordLists.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/RequireConsistentNewlines.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/RequireTidyCode.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/CodeLayout/RequireTrailingCommas.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitCStyleForLoops.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitCascadingIfElse.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitDeepNests.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitLabelsWithSpecialBlockNames.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitMutatingListFunctions.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitPostfixControls.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitUnlessBlocks.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitUnreachableCode.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitUntilBlocks.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ControlStructures/ProhibitYadaOperator.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation/PodSpelling.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation/RequirePackageMatchesPodName.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation/RequirePodAtEnd.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation/RequirePodLinksIncludeText.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Documentation/RequirePodSections.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ErrorHandling +Perl-Critic-1.130/lib/Perl/Critic/Policy/ErrorHandling/RequireCarping.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ErrorHandling/RequireCheckingReturnValueOfEval.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitBacktickOperators.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitBarewordFileHandles.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitExplicitStdin.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitInteractiveTest.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitJoinedReadline.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitOneArgSelect.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/ProhibitTwoArgOpen.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireBracedFileHandleWithPrint.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireBriefOpen.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireCheckedClose.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireCheckedOpen.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireCheckedSyscalls.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Miscellanea +Perl-Critic-1.130/lib/Perl/Critic/Policy/Miscellanea/ProhibitFormats.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Miscellanea/ProhibitTies.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Miscellanea/ProhibitUnrestrictedNoCritic.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Miscellanea/ProhibitUselessNoCritic.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/ProhibitAutomaticExportation.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/ProhibitConditionalUseStatements.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/ProhibitEvilModules.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/ProhibitExcessMainComplexity.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/ProhibitMultiplePackages.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireBarewordIncludes.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireEndWithOne.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireExplicitPackage.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireFilenameMatchesPackage.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireNoMatchVarsWithUseEnglish.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Modules/RequireVersionVar.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/NamingConventions +Perl-Critic-1.130/lib/Perl/Critic/Policy/NamingConventions/Capitalization.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/NamingConventions/ProhibitAmbiguousNames.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Objects +Perl-Critic-1.130/lib/Perl/Critic/Policy/Objects/ProhibitIndirectSyntax.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/References +Perl-Critic-1.130/lib/Perl/Critic/Policy/References/ProhibitDoubleSigils.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitCaptureWithoutTest.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitComplexRegexes.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitEnumeratedClasses.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitEscapedMetacharacters.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitFixedStringMatches.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitSingleCharAlternation.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitUnusedCapture.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitUnusualDelimiters.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/ProhibitUselessTopic.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/RequireBracesForMultiline.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/RequireDotMatchAnything.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormatting.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/RegularExpressions/RequireLineBoundaryMatching.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitAmpersandSigils.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitBuiltinHomonyms.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitExcessComplexity.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitExplicitReturnUndef.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitManyArgs.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitNestedSubs.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitReturnSort.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitSubroutinePrototypes.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/ProtectPrivateSubs.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/RequireArgUnpacking.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Subroutines/RequireFinalReturn.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitProlongedStrictureOverride.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/RequireTestLabels.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/RequireUseStrict.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/TestingAndDebugging/RequireUseWarnings.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitCommaSeparatedStatements.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitComplexVersion.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitConstantPragma.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEmptyQuotes.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitImplicitNewlines.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitInterpolationOfLiterals.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLeadingZeros.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMagicNumbers.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMismatchedOperators.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitNoisyQuotes.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitQuotesAsQuotelikeOperatorDelimiters.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitSpecialLiteralHeredocTerminator.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitVersionStrings.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/RequireConstantVersion.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/RequireInterpolationOfMetachars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/RequireNumberSeparators.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/RequireQuotedHeredocTerminator.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/ValuesAndExpressions/RequireUpperCaseHeredocTerminator.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitAugmentedAssignmentInDeclaration.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitConditionalDeclarations.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitEvilVariables.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitLocalVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitMatchVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitPackageVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitPerl4PackageNames.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitPunctuationVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitReusedNames.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProhibitUnusedVariables.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/ProtectPrivateVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/RequireInitializationForLocalVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/RequireLexicalLoopIterators.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm +Perl-Critic-1.130/lib/Perl/Critic/Policy/Variables/RequireNegativeIndices.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior/Boolean.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior/Enumeration.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior/Integer.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior/String.pm +Perl-Critic-1.130/lib/Perl/Critic/PolicyParameter/Behavior/StringList.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils +Perl-Critic-1.130/lib/Perl/Critic/Utils/Constants.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/DataConversion.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/McCabe.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/POD.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/PPI.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/Perl.pm +Perl-Critic-1.130/lib/Perl/Critic/Utils/POD +Perl-Critic-1.130/lib/Perl/Critic/Utils/POD/ParseInteriorSequence.pm +Perl-Critic-1.130/lib/Test +Perl-Critic-1.130/lib/Test/Perl +Perl-Critic-1.130/lib/Test/Perl/Critic +Perl-Critic-1.130/lib/Test/Perl/Critic/Policy.pm +Perl-Critic-1.130/t +Perl-Critic-1.130/t/00_modules.t +Perl-Critic-1.130/t/00_versions.t +Perl-Critic-1.130/t/01_bad_perlcriticrc +Perl-Critic-1.130/t/01_config.t +Perl-Critic-1.130/t/01_config_bad_perlcriticrc.t +Perl-Critic-1.130/t/01_policy_config.t +Perl-Critic-1.130/t/02_policy.t +Perl-Critic-1.130/t/03_annotations.t +Perl-Critic-1.130/t/03_pragmas.t +Perl-Critic-1.130/t/04_options_processor.t +Perl-Critic-1.130/t/05_utils.t +Perl-Critic-1.130/t/05_utils_perl.t +Perl-Critic-1.130/t/05_utils_pod.t +Perl-Critic-1.130/t/05_utils_ppi.t +Perl-Critic-1.130/t/06_violation.t +Perl-Critic-1.130/t/07_command.t +Perl-Critic-1.130/t/07_perlcritic.t +Perl-Critic-1.130/t/08_document.t +Perl-Critic-1.130/t/09_theme.t +Perl-Critic-1.130/t/10_user_profile.t +Perl-Critic-1.130/t/11_policy_factory.t +Perl-Critic-1.130/t/12_policy_listing.t +Perl-Critic-1.130/t/12_theme_listing.t +Perl-Critic-1.130/t/13_bundled_policies.t +Perl-Critic-1.130/t/14_policy_parameter_behavior_boolean.t +Perl-Critic-1.130/t/14_policy_parameter_behavior_enumeration.t +Perl-Critic-1.130/t/14_policy_parameter_behavior_integer.t +Perl-Critic-1.130/t/14_policy_parameter_behavior_list_string.t +Perl-Critic-1.130/t/14_policy_parameter_behavior_string.t +Perl-Critic-1.130/t/14_policy_parameters.t +Perl-Critic-1.130/t/15_statistics.t +Perl-Critic-1.130/t/16_roundtrip_defaults.t +Perl-Critic-1.130/t/20_policies.t +Perl-Critic-1.130/t/20_policy_pod_spelling.t +Perl-Critic-1.130/t/20_policy_prohibit_evil_modules.t +Perl-Critic-1.130/t/20_policy_prohibit_hard_tabs.t +Perl-Critic-1.130/t/20_policy_prohibit_trailing_whitespace.t +Perl-Critic-1.130/t/20_policy_require_consistent_newlines.t +Perl-Critic-1.130/t/20_policy_require_tidy_code.t +Perl-Critic-1.130/t/92_memory_leaks.t +Perl-Critic-1.130/t/gh-734.t +Perl-Critic-1.130/t/06_violation.d +Perl-Critic-1.130/t/06_violation.d/lib +Perl-Critic-1.130/t/06_violation.d/lib/ViolationTest.pm +Perl-Critic-1.130/t/06_violation.d/lib/ViolationTest2.pm +Perl-Critic-1.130/t/06_violation.d/lib/Perl +Perl-Critic-1.130/t/06_violation.d/lib/Perl/Critic +Perl-Critic-1.130/t/06_violation.d/lib/Perl/Critic/Policy +Perl-Critic-1.130/t/06_violation.d/lib/Perl/Critic/Policy/Test.pm +Perl-Critic-1.130/t/06_violation.d/source +Perl-Critic-1.130/t/06_violation.d/source/Line.pm +Perl-Critic-1.130/t/20_policy_pod_spelling.d +Perl-Critic-1.130/t/20_policy_pod_spelling.d/stop-words.txt +Perl-Critic-1.130/t/BuiltinFunctions +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitBooleanGrep.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitComplexMappings.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitLvalueSubstr.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitReverseSortBlock.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitSleepViaSelect.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitStringyEval.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitStringySplit.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitUniversalCan.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitUniversalIsa.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitUselessTopic.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitVoidGrep.run +Perl-Critic-1.130/t/BuiltinFunctions/ProhibitVoidMap.run +Perl-Critic-1.130/t/BuiltinFunctions/RequireBlockGrep.run +Perl-Critic-1.130/t/BuiltinFunctions/RequireBlockMap.run +Perl-Critic-1.130/t/BuiltinFunctions/RequireGlobFunction.run +Perl-Critic-1.130/t/BuiltinFunctions/RequireSimpleSortBlock.run +Perl-Critic-1.130/t/ClassHierarchies +Perl-Critic-1.130/t/ClassHierarchies/ProhibitAutoloading.run +Perl-Critic-1.130/t/ClassHierarchies/ProhibitExplicitISA.run +Perl-Critic-1.130/t/ClassHierarchies/ProhibitOneArgBless.run +Perl-Critic-1.130/t/CodeLayout +Perl-Critic-1.130/t/CodeLayout/ProhibitParensWithBuiltins.run +Perl-Critic-1.130/t/CodeLayout/ProhibitQuotedWordLists.run +Perl-Critic-1.130/t/CodeLayout/RequireTrailingCommas.run +Perl-Critic-1.130/t/ControlStructures +Perl-Critic-1.130/t/ControlStructures/ProhibitCStyleForLoops.run +Perl-Critic-1.130/t/ControlStructures/ProhibitCascadingIfElse.run +Perl-Critic-1.130/t/ControlStructures/ProhibitDeepNests.run +Perl-Critic-1.130/t/ControlStructures/ProhibitLabelsWithSpecialBlockNames.run +Perl-Critic-1.130/t/ControlStructures/ProhibitMutatingListFunctions.run +Perl-Critic-1.130/t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run.PL +Perl-Critic-1.130/t/ControlStructures/ProhibitPostfixControls.run +Perl-Critic-1.130/t/ControlStructures/ProhibitUnlessBlocks.run +Perl-Critic-1.130/t/ControlStructures/ProhibitUnreachableCode.run +Perl-Critic-1.130/t/ControlStructures/ProhibitUntilBlocks.run +Perl-Critic-1.130/t/ControlStructures/ProhibitYadaOperator.run +Perl-Critic-1.130/t/Documentation +Perl-Critic-1.130/t/Documentation/RequirePackageMatchesPodName.run +Perl-Critic-1.130/t/Documentation/RequirePodAtEnd.run +Perl-Critic-1.130/t/Documentation/RequirePodLinksIncludeText.run +Perl-Critic-1.130/t/Documentation/RequirePodSections.run +Perl-Critic-1.130/t/ErrorHandling +Perl-Critic-1.130/t/ErrorHandling/RequireCarping.run +Perl-Critic-1.130/t/ErrorHandling/RequireCheckingReturnValueOfEval.run +Perl-Critic-1.130/t/InputOutput +Perl-Critic-1.130/t/InputOutput/ProhibitBacktickOperators.run +Perl-Critic-1.130/t/InputOutput/ProhibitBarewordFileHandles.run +Perl-Critic-1.130/t/InputOutput/ProhibitExplicitStdin.run +Perl-Critic-1.130/t/InputOutput/ProhibitInteractiveTest.run +Perl-Critic-1.130/t/InputOutput/ProhibitJoinedReadline.run +Perl-Critic-1.130/t/InputOutput/ProhibitOneArgSelect.run +Perl-Critic-1.130/t/InputOutput/ProhibitReadlineInForLoop.run +Perl-Critic-1.130/t/InputOutput/ProhibitTwoArgOpen.run +Perl-Critic-1.130/t/InputOutput/RequireBracedFileHandleWithPrint.run +Perl-Critic-1.130/t/InputOutput/RequireBriefOpen.run +Perl-Critic-1.130/t/InputOutput/RequireCheckedClose.run +Perl-Critic-1.130/t/InputOutput/RequireCheckedOpen.run +Perl-Critic-1.130/t/InputOutput/RequireCheckedSyscalls.run +Perl-Critic-1.130/t/InputOutput/RequireEncodingWithUTF8Layer.run +Perl-Critic-1.130/t/Miscellanea +Perl-Critic-1.130/t/Miscellanea/ProhibitFormats.run +Perl-Critic-1.130/t/Miscellanea/ProhibitTies.run +Perl-Critic-1.130/t/Miscellanea/ProhibitUnrestrictedNoCritic.run +Perl-Critic-1.130/t/Modules +Perl-Critic-1.130/t/Modules/ProhibitAutomaticExportation.run +Perl-Critic-1.130/t/Modules/ProhibitConditionalUseStatements.run +Perl-Critic-1.130/t/Modules/ProhibitEvilModules.run +Perl-Critic-1.130/t/Modules/ProhibitExcessMainComplexity.run +Perl-Critic-1.130/t/Modules/ProhibitMultiplePackages.run +Perl-Critic-1.130/t/Modules/RequireBarewordIncludes.run +Perl-Critic-1.130/t/Modules/RequireEndWithOne.run +Perl-Critic-1.130/t/Modules/RequireExplicitPackage.run +Perl-Critic-1.130/t/Modules/RequireFilenameMatchesPackage.run +Perl-Critic-1.130/t/Modules/RequireNoMatchVarsWithUseEnglish.run +Perl-Critic-1.130/t/Modules/RequireVersionVar.run +Perl-Critic-1.130/t/Modules/ProhibitEvilModules.d +Perl-Critic-1.130/t/Modules/ProhibitEvilModules.d/modules-no-regular-expressions.txt +Perl-Critic-1.130/t/Modules/ProhibitEvilModules.d/modules-regular-expressions.txt +Perl-Critic-1.130/t/NamingConventions +Perl-Critic-1.130/t/NamingConventions/Capitalization.run.PL +Perl-Critic-1.130/t/NamingConventions/ProhibitAmbiguousNames.run +Perl-Critic-1.130/t/Objects +Perl-Critic-1.130/t/Objects/ProhibitIndirectSyntax.run +Perl-Critic-1.130/t/References +Perl-Critic-1.130/t/References/ProhibitDoubleSigils.run +Perl-Critic-1.130/t/RegularExpressions +Perl-Critic-1.130/t/RegularExpressions/ProhibitCaptureWithoutTest.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitComplexRegexes.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitEnumeratedClasses.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitEscapedMetacharacters.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitFixedStringMatches.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitSingleCharAlternation.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitUnusedCapture.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitUnusualDelimiters.run +Perl-Critic-1.130/t/RegularExpressions/ProhibitUselessTopic.run +Perl-Critic-1.130/t/RegularExpressions/RequireBracesForMultiline.run +Perl-Critic-1.130/t/RegularExpressions/RequireDotMatchAnything.run +Perl-Critic-1.130/t/RegularExpressions/RequireExtendedFormatting.run +Perl-Critic-1.130/t/RegularExpressions/RequireLineBoundaryMatching.run +Perl-Critic-1.130/t/Subroutines +Perl-Critic-1.130/t/Subroutines/ProhibitAmpersandSigils.run +Perl-Critic-1.130/t/Subroutines/ProhibitBuiltinHomonyms.run +Perl-Critic-1.130/t/Subroutines/ProhibitExcessComplexity.run +Perl-Critic-1.130/t/Subroutines/ProhibitExplicitReturnUndef.run +Perl-Critic-1.130/t/Subroutines/ProhibitManyArgs.run +Perl-Critic-1.130/t/Subroutines/ProhibitNestedSubs.run +Perl-Critic-1.130/t/Subroutines/ProhibitReturnSort.run +Perl-Critic-1.130/t/Subroutines/ProhibitSubroutinePrototypes.run +Perl-Critic-1.130/t/Subroutines/ProhibitUnusedPrivateSubroutines.run +Perl-Critic-1.130/t/Subroutines/ProtectPrivateSubs.run +Perl-Critic-1.130/t/Subroutines/RequireArgUnpacking.run +Perl-Critic-1.130/t/Subroutines/RequireFinalReturn.run +Perl-Critic-1.130/t/TestingAndDebugging +Perl-Critic-1.130/t/TestingAndDebugging/ProhibitNoStrict.run +Perl-Critic-1.130/t/TestingAndDebugging/ProhibitNoWarnings.run +Perl-Critic-1.130/t/TestingAndDebugging/ProhibitProlongedStrictureOverride.run +Perl-Critic-1.130/t/TestingAndDebugging/RequireTestLabels.run +Perl-Critic-1.130/t/TestingAndDebugging/RequireUseStrict.run +Perl-Critic-1.130/t/TestingAndDebugging/RequireUseWarnings.run +Perl-Critic-1.130/t/ValuesAndExpressions +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitCommaSeparatedStatements.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitComplexVersion.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitConstantPragma.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitEmptyQuotes.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitEscapedCharacters.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitImplicitNewlines.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitInterpolationOfLiterals.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitLeadingZeros.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitMagicNumbers.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitMismatchedOperators.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitMixedBooleanOperators.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitNoisyQuotes.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitQuotesAsQuotelikeOperatorDelimiters.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitSpecialLiteralHeredocTerminator.run +Perl-Critic-1.130/t/ValuesAndExpressions/ProhibitVersionStrings.run +Perl-Critic-1.130/t/ValuesAndExpressions/RequireConstantVersion.run +Perl-Critic-1.130/t/ValuesAndExpressions/RequireInterpolationOfMetachars.run +Perl-Critic-1.130/t/ValuesAndExpressions/RequireNumberSeparators.run +Perl-Critic-1.130/t/ValuesAndExpressions/RequireQuotedHeredocTerminator.run +Perl-Critic-1.130/t/ValuesAndExpressions/RequireUpperCaseHeredocTerminator.run +Perl-Critic-1.130/t/Variables +Perl-Critic-1.130/t/Variables/ProhibitAugmentedAssignmentInDeclaration.run +Perl-Critic-1.130/t/Variables/ProhibitConditionalDeclarations.run +Perl-Critic-1.130/t/Variables/ProhibitEvilVariables.run +Perl-Critic-1.130/t/Variables/ProhibitLocalVars.run +Perl-Critic-1.130/t/Variables/ProhibitMatchVars.run +Perl-Critic-1.130/t/Variables/ProhibitPackageVars.run +Perl-Critic-1.130/t/Variables/ProhibitPerl4PackageNames.run +Perl-Critic-1.130/t/Variables/ProhibitPunctuationVars.run +Perl-Critic-1.130/t/Variables/ProhibitReusedNames.run +Perl-Critic-1.130/t/Variables/ProhibitUnusedVariables.run +Perl-Critic-1.130/t/Variables/ProtectPrivateVars.run +Perl-Critic-1.130/t/Variables/RequireInitializationForLocalVars.run +Perl-Critic-1.130/t/Variables/RequireLexicalLoopIterators.run +Perl-Critic-1.130/t/Variables/RequireLocalizedPunctuationVars.run.PL +Perl-Critic-1.130/t/Variables/RequireNegativeIndices.run +Perl-Critic-1.130/t/Variables/ProhibitEvilVariables.d +Perl-Critic-1.130/t/Variables/ProhibitEvilVariables.d/variables-no-regular-expressions.txt +Perl-Critic-1.130/t/Variables/ProhibitEvilVariables.d/variables-regular-expressions.txt +Perl-Critic-1.130/tools +Perl-Critic-1.130/tools/ppidump +Perl-Critic-1.130/xt +Perl-Critic-1.130/xt/40_criticize-code.t +Perl-Critic-1.130/xt/40_perlcriticrc-code +Perl-Critic-1.130/xt/40_stop_words +Perl-Critic-1.130/xt/41_criticize-policies.t +Perl-Critic-1.130/xt/41_perlcriticrc-policies +Perl-Critic-1.130/xt/42_criticize-tests.t +Perl-Critic-1.130/xt/42_perlcriticrc-tests +Perl-Critic-1.130/xt/43_criticize-run-files.t +Perl-Critic-1.130/xt/43_perlcriticrc-run-files +Perl-Critic-1.130/xt/80_policysummary.t +Perl-Critic-1.130/xt/81_ppi_problems.t +Perl-Critic-1.130/xt/94_includes.t +Perl-Critic-1.130/xt/95_kwalitee.t +Perl-Critic-1.130/xt/98_pod_syntax.t +Perl-Critic-1.130/xt/99_pod_coverage.t +Entering Perl-Critic-1.130 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Perl-Critic-1.130 ... Checking prerequisites... + requires: + ! B::Keywords is not installed + ! Config::Tiny is not installed + ! PPIx::Regexp is not installed + ! PPIx::Utilities::Node is not installed + ! PPIx::Utilities::Statement is not installed + ! Pod::Spell is not installed + ! Readonly is not installed + ! String::Format is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Perl-Critic' version '1.130' +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have File::HomeDir 0 ... Yes (1.002) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have File::Spec 3.29 ... Yes (3.68) +Checking if you have List::MoreUtils 0.19 ... Yes (0.425) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have PPI::Node 1.224 ... Yes (1.236) +Checking if you have Pod::Parser 0 ... Yes (1.63) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Term::ANSIColor 2.02 ... Yes (4.06) +Checking if you have Module::Pluggable 3.1 ... Yes (5.2) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Pod::Select 0 ... Yes (1.63) +Checking if you have PPI::Token::Quote::Single 1.224 ... Yes (1.236) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have IPC::Open2 1 ... Yes (1.04) +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have PPIx::Utilities::Node 1.001 ... No +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have File::Which 1.09 ... Yes (1.22) +Checking if you have PPIx::Regexp 0.027 ... No +Checking if you have Text::ParseWords 3.24 ... Yes (3.30) +Checking if you have Config::Tiny 2 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Readonly 2 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have IO::String 1.07 ... Yes (1.08) +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +Checking if you have PPI::Document 1.224 ... Yes (1.236) +Checking if you have File::Spec::Unix 0 ... Yes (3.68) +Checking if you have PPIx::Utilities::Statement 1.001 ... No +Checking if you have Email::Address 1.889 ... Yes (1.908) +Checking if you have PPI 1.224 ... Yes (1.236) +Checking if you have PPI::Document::File 1.224 ... Yes (1.236) +Checking if you have Task::Weaken 0 ... Yes (1.04) +Checking if you have PPI::Token::Whitespace 1.224 ... Yes (1.236) +Checking if you have charnames 0 ... Yes (1.45) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Exception::Class 1.23 ... Yes (1.43) +Checking if you have String::Format 1.13 ... No +Checking if you have Pod::PlainText 0 ... Yes (2.07) +Checking if you have English 0 ... Yes (1.10) +Checking if you have B::Keywords 1.05 ... No +Checking if you have File::Temp 0.19 ... Yes (0.2304) +Checking if you have Pod::Spell 1 ... No +Searching PPIx::Utilities::Node (1.001) on cpanmetadb ... +OK +==> Found dependencies: PPIx::Utilities::Node, PPIx::Regexp, Config::Tiny, Readonly, PPIx::Utilities::Statement, String::Format, B::Keywords, Pod::Spell +--2017-10-09 07:36:36-- http://cpanmetadb.plackperl.org/v1.0/package/PPIx::Utilities::Node +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 232 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 48.0M=0s + +2017-10-09 07:36:36 (48.0 MB/s) - written to stdout [232/232] + +--> Working on PPIx::Utilities::Node +Fetching http://www.cpan.org/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-1.001000.tar.gz ... --2017-10-09 07:36:36-- http://www.cpan.org/authors/id/E/EL/ELLIOTJS/PPIx-Utilities-1.001000.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25707 (25K) [application/x-gzip] +Saving to: ‘PPIx-Utilities-1.001000.tar.gz’ + + 0K .......... .......... ..... 100% 24.7M=0.001s + +2017-10-09 07:36:36 (24.7 MB/s) - ‘PPIx-Utilities-1.001000.tar.gz’ saved [25707/25707] + +Unpacking PPIx-Utilities-1.001000.tar.gz +OK +PPIx-Utilities-1.001000 +PPIx-Utilities-1.001000/Build.PL +PPIx-Utilities-1.001000/Changes +PPIx-Utilities-1.001000/LICENSE +PPIx-Utilities-1.001000/Makefile.PL +PPIx-Utilities-1.001000/MANIFEST +PPIx-Utilities-1.001000/META.yml +PPIx-Utilities-1.001000/README +PPIx-Utilities-1.001000/lib +PPIx-Utilities-1.001000/lib/PPIx +PPIx-Utilities-1.001000/lib/PPIx/Utilities.pm +PPIx-Utilities-1.001000/lib/PPIx/Utilities +PPIx-Utilities-1.001000/lib/PPIx/Utilities/Node.pm +PPIx-Utilities-1.001000/lib/PPIx/Utilities/Statement.pm +PPIx-Utilities-1.001000/lib/PPIx/Utilities/Exception +PPIx-Utilities-1.001000/lib/PPIx/Utilities/Exception/Bug.pm +PPIx-Utilities-1.001000/t +PPIx-Utilities-1.001000/t/split-ppi-node-by-namespace.t +PPIx-Utilities-1.001000/xt +PPIx-Utilities-1.001000/xt/author +PPIx-Utilities-1.001000/xt/author/consistent_version_numbers.t +PPIx-Utilities-1.001000/xt/author/copyright.t +PPIx-Utilities-1.001000/xt/author/distribution.t +PPIx-Utilities-1.001000/xt/author/kwalitee.t +PPIx-Utilities-1.001000/xt/author/perlcritic-code.t +PPIx-Utilities-1.001000/xt/author/perlcritic-tests.t +PPIx-Utilities-1.001000/xt/author/perlcriticrc-code +PPIx-Utilities-1.001000/xt/author/perlcriticrc-tests +PPIx-Utilities-1.001000/xt/author/pod_coverage.t +PPIx-Utilities-1.001000/xt/author/pod_syntax.t +PPIx-Utilities-1.001000/xt/author/README +PPIx-Utilities-1.001000/xt/author/stop-words +Entering PPIx-Utilities-1.001000 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring PPIx-Utilities-1.001000 ... Checking prerequisites... + requires: + ! Readonly is not installed + recommends: + * Readonly::XS is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'PPIx-Utilities' version '1.001000' +Checking dependencies from MYMETA.json ... +Checking if you have PPI::Document 1.224 ... Yes (1.236) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have PPI::Dumper 1.208 ... Yes (1.236) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Exception::Class 1.23 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have PPI::Document::Fragment 1.208 ... Yes (1.236) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Readonly 2 ... No +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have PPI 1.224 ... Yes (1.236) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Task::Weaken 0 ... Yes (1.04) +Checking if you have base 2.18 ... Yes (2.26) +Searching Readonly (2) on cpanmetadb ... +OK +==> Found dependencies: Readonly +--2017-10-09 07:36:36-- http://cpanmetadb.plackperl.org/v1.0/package/Readonly +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 162 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 33.7M=0s + +2017-10-09 07:36:36 (33.7 MB/s) - written to stdout [162/162] + +--> Working on Readonly +Fetching http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-2.05.tar.gz ... --2017-10-09 07:36:36-- http://www.cpan.org/authors/id/S/SA/SANKO/Readonly-2.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28877 (28K) [application/x-gzip] +Saving to: ‘Readonly-2.05.tar.gz’ + + 0K .......... .......... ........ 100% 32.3M=0.001s + +2017-10-09 07:36:36 (32.3 MB/s) - ‘Readonly-2.05.tar.gz’ saved [28877/28877] + +Unpacking Readonly-2.05.tar.gz +OK +Readonly-2.05/Build.PL +Readonly-2.05/Changes +Readonly-2.05/LICENSE +Readonly-2.05/META.json +Readonly-2.05/README.md +Readonly-2.05/cpanfile +Readonly-2.05/eg/benchmark.pl +Readonly-2.05/lib/Readonly.pm +Readonly-2.05/minil.toml +Readonly-2.05/t/bugs/001_assign.t +Readonly-2.05/t/bugs/007_implicit_undef.t +Readonly-2.05/t/general/array.t +Readonly-2.05/t/general/clone.t +Readonly-2.05/t/general/deepa.t +Readonly-2.05/t/general/deeph.t +Readonly-2.05/t/general/deeps.t +Readonly-2.05/t/general/docs.t +Readonly-2.05/t/general/export.t +Readonly-2.05/t/general/hash.t +Readonly-2.05/t/general/readonly.t +Readonly-2.05/t/general/reassign.t +Readonly-2.05/t/general/scalar.t +Readonly-2.05/t/general/tie.t +Readonly-2.05/META.yml +Readonly-2.05/MANIFEST +Entering Readonly-2.05 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Readonly-2.05 ... Creating new 'Build' script for 'Readonly' version '2.05' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Readonly-2.05 ... cp lib/Readonly.pm blib/lib/Readonly.pm +t/bugs/001_assign.t .......... ok +t/bugs/007_implicit_undef.t .. ok +t/general/array.t ............ ok +t/general/clone.t ............ ok +t/general/deepa.t ............ ok +t/general/deeph.t ............ ok +t/general/deeps.t ............ ok +t/general/docs.t ............. ok +t/general/export.t ........... ok +t/general/hash.t ............. ok +t/general/readonly.t ......... ok +t/general/reassign.t ......... ok +t/general/scalar.t ........... ok +t/general/tie.t .............. ok +All tests successful. +Files=14, Tests=188, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.82 cusr 0.13 csys = 1.05 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Readonly.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Readonly.3 +OK +Successfully installed Readonly-2.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Readonly-2.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Readonly-2.05/MYMETA.json +Building and testing PPIx-Utilities-1.001000 ... Building PPIx-Utilities +t/split-ppi-node-by-namespace.t .. ok +All tests successful. +Files=1, Tests=10, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.19 cusr 0.02 csys = 0.23 CPU) +Result: PASS +Building PPIx-Utilities +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Utilities.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Utilities/Statement.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Utilities/Node.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Utilities/Exception/Bug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Utilities::Statement.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Utilities::Exception::Bug.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Utilities::Node.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Utilities.3 +OK +Successfully installed PPIx-Utilities-1.001000 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPIx-Utilities-1.001000/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPIx-Utilities-1.001000/MYMETA.json +Searching PPIx::Regexp (0.027) on cpanmetadb ... +--2017-10-09 07:36:39-- http://cpanmetadb.plackperl.org/v1.0/package/PPIx::Regexp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2581 (2.5K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 342M=0s + +2017-10-09 07:36:39 (342 MB/s) - written to stdout [2581/2581] + +--> Working on PPIx::Regexp +Fetching http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-0.052.tar.gz ... --2017-10-09 07:36:39-- http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-0.052.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 202298 (198K) [application/x-gzip] +Saving to: ‘PPIx-Regexp-0.052.tar.gz’ + + 0K .......... .......... .......... .......... .......... 25% 26.5M 0s + 50K .......... .......... .......... .......... .......... 50% 42.2M 0s + 100K .......... .......... .......... .......... .......... 75% 24.7M 0s + 150K .......... .......... .......... .......... ....... 100% 44.0M=0.006s + +2017-10-09 07:36:39 (32.0 MB/s) - ‘PPIx-Regexp-0.052.tar.gz’ saved [202298/202298] + +Unpacking PPIx-Regexp-0.052.tar.gz +OK +PPIx-Regexp-0.052 +PPIx-Regexp-0.052/Build.PL +PPIx-Regexp-0.052/Changes +PPIx-Regexp-0.052/MANIFEST +PPIx-Regexp-0.052/META.json +PPIx-Regexp-0.052/META.yml +PPIx-Regexp-0.052/Makefile.PL +PPIx-Regexp-0.052/README +PPIx-Regexp-0.052/LICENSES +PPIx-Regexp-0.052/LICENSES/Artistic +PPIx-Regexp-0.052/LICENSES/Copying +PPIx-Regexp-0.052/eg +PPIx-Regexp-0.052/eg/README +PPIx-Regexp-0.052/eg/interpolated +PPIx-Regexp-0.052/eg/predump +PPIx-Regexp-0.052/eg/prenav +PPIx-Regexp-0.052/eg/preslurp +PPIx-Regexp-0.052/inc +PPIx-Regexp-0.052/inc/My +PPIx-Regexp-0.052/inc/My/Module +PPIx-Regexp-0.052/inc/My/Module/Build.pm +PPIx-Regexp-0.052/inc/My/Module/Meta.pm +PPIx-Regexp-0.052/inc/My/Module/Mock_Tokenizer.pm +PPIx-Regexp-0.052/inc/My/Module/Test.pm +PPIx-Regexp-0.052/lib +PPIx-Regexp-0.052/lib/PPIx +PPIx-Regexp-0.052/lib/PPIx/Regexp.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp +PPIx-Regexp-0.052/lib/PPIx/Regexp/Constant.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Dumper.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Element.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Lexer.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Node.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/StringTokenizer.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Support.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Tokenizer.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Util.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Node +PPIx-Regexp-0.052/lib/PPIx/Regexp/Node/Range.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Node/Unknown.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Assertion.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/BranchReset.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Capture.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/CharClass.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Code.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Main.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Modifier.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/NamedCapture.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Quantifier.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/RegexSet.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Regexp.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Replacement.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Subexpression.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Switch.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Structure/Unknown.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Assertion.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Backreference.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Backtrack.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Code.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Comment.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Condition.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Control.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Delimiter.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Greediness.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Interpolation.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Literal.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Modifier.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/NoOp.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Operator.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Quantifier.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Recursion.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Reference.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Structure.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Unknown.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Unmatched.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/Whitespace.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass/POSIX.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass/Simple.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass/POSIX +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/Assertion.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/BranchReset.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/Code.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/Modifier.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/NamedCapture.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/Subexpression.pm +PPIx-Regexp-0.052/lib/PPIx/Regexp/Token/GroupType/Switch.pm +PPIx-Regexp-0.052/t +PPIx-Regexp-0.052/t/basic.t +PPIx-Regexp-0.052/t/fuzz.t +PPIx-Regexp-0.052/t/parse.t +PPIx-Regexp-0.052/t/string.t +PPIx-Regexp-0.052/t/string_unit.t +PPIx-Regexp-0.052/t/unit.t +PPIx-Regexp-0.052/t/version.t +PPIx-Regexp-0.052/t/xplain.t +PPIx-Regexp-0.052/xt +PPIx-Regexp-0.052/xt/author +PPIx-Regexp-0.052/xt/author/changes.t +PPIx-Regexp-0.052/xt/author/critic.t +PPIx-Regexp-0.052/xt/author/executable.t +PPIx-Regexp-0.052/xt/author/kwalitee.t +PPIx-Regexp-0.052/xt/author/manifest.t +PPIx-Regexp-0.052/xt/author/minimum_perl.t +PPIx-Regexp-0.052/xt/author/perlcriticrc +PPIx-Regexp-0.052/xt/author/pod.t +PPIx-Regexp-0.052/xt/author/pod_coverage.t +PPIx-Regexp-0.052/xt/author/pod_spelling.t +Entering PPIx-Regexp-0.052 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring PPIx-Regexp-0.052 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'PPIx-Regexp' version '0.052' +Checking dependencies from MYMETA.json ... +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Task::Weaken 0 ... Yes (1.04) +Checking if you have PPI::Document 1.224 ... Yes (1.236) +Checking if you have List::MoreUtils 0.19 ... Yes (0.425) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +OK +Building and testing PPIx-Regexp-0.052 ... Building PPIx-Regexp +t/basic.t ........ ok +t/fuzz.t ......... ok +t/parse.t ........ ok +t/string.t ....... ok +t/string_unit.t .. ok +t/unit.t ......... ok +t/version.t ...... ok +t/xplain.t ....... ok +All tests successful. +Files=8, Tests=9385, 5 wallclock secs ( 0.79 usr 0.11 sys + 3.08 cusr 0.31 csys = 4.29 CPU) +Result: PASS +Building PPIx-Regexp +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Lexer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Tokenizer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Constant.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/StringTokenizer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Dumper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Support.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Node.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Whitespace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/CharClass.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Reference.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Structure.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Backtrack.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Delimiter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/NoOp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Assertion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Literal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Comment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Modifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Quantifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Unmatched.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Operator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Condition.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Control.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Backreference.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Greediness.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Interpolation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/Recursion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/CharClass/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/CharClass/POSIX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/CharClass/POSIX/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/Assertion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/Modifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/Code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/BranchReset.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/Switch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/Subexpression.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Token/GroupType/NamedCapture.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Node/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Node/Range.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/CharClass.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Assertion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Modifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Quantifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/BranchReset.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Replacement.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Switch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Main.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/RegexSet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Subexpression.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/NamedCapture.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Regexp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/PPIx/Regexp/Structure/Capture.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::RegexSet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Main.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::NoOp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Operator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Node::Range.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Whitespace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Regexp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::StringTokenizer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::Subexpression.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Literal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Support.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Reference.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Node::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::CharClass.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::BranchReset.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Quantifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Unmatched.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Interpolation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::NamedCapture.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Assertion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Code.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Backreference.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::Switch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Recursion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::Modifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Code.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Subexpression.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Constant.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Replacement.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Capture.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::NamedCapture.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Lexer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Switch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Tokenizer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Modifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Greediness.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Assertion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Control.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::Code.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::CharClass.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Comment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::CharClass::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::BranchReset.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Node.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::CharClass::POSIX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Dumper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Modifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Structure.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::GroupType::Assertion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::CharClass::POSIX::Unknown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Delimiter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Structure::Quantifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Backtrack.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token::Condition.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/PPIx::Regexp::Token.3 +OK +Successfully installed PPIx-Regexp-0.052 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPIx-Regexp-0.052/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/PPIx-Regexp-0.052/MYMETA.json +Searching Config::Tiny (2) on cpanmetadb ... +--2017-10-09 07:36:45-- http://cpanmetadb.plackperl.org/v1.0/package/Config::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.6M=0s + +2017-10-09 07:36:45 (13.6 MB/s) - written to stdout [93/93] + +--> Working on Config::Tiny +Fetching http://www.cpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.23.tgz ... --2017-10-09 07:36:45-- http://www.cpan.org/authors/id/R/RS/RSAVAGE/Config-Tiny-2.23.tgz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20487 (20K) [application/x-gzip] +Saving to: ‘Config-Tiny-2.23.tgz’ + + 0K .......... .......... 100% 26.2M=0.001s + +2017-10-09 07:36:46 (26.2 MB/s) - ‘Config-Tiny-2.23.tgz’ saved [20487/20487] + +Unpacking Config-Tiny-2.23.tgz +OK +Config-Tiny-2.23/ +Config-Tiny-2.23/README +Config-Tiny-2.23/META.json +Config-Tiny-2.23/Makefile.PL +Config-Tiny-2.23/lib/ +Config-Tiny-2.23/lib/Config/ +Config-Tiny-2.23/lib/Config/Tiny.pm +Config-Tiny-2.23/test.conf +Config-Tiny-2.23/Changelog.ini +Config-Tiny-2.23/t/ +Config-Tiny-2.23/t/01.compile.t +Config-Tiny-2.23/t/04.utf8.t +Config-Tiny-2.23/t/04.utf8.txt +Config-Tiny-2.23/t/05.zero.t +Config-Tiny-2.23/t/0 +Config-Tiny-2.23/t/02.main.t +Config-Tiny-2.23/t/03.read.string.t +Config-Tiny-2.23/xt/ +Config-Tiny-2.23/xt/pod.t +Config-Tiny-2.23/xt/pmv.t +Config-Tiny-2.23/xt/meta.t +Config-Tiny-2.23/Changes +Config-Tiny-2.23/META.yml +Config-Tiny-2.23/MANIFEST +Config-Tiny-2.23/LICENSE +Entering Config-Tiny-2.23 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Config-Tiny-2.23 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have UNIVERSAL 0 ... Yes (1.13) +OK +Building and testing Config-Tiny-2.23 ... cp lib/Config/Tiny.pm blib/lib/Config/Tiny.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01.compile.t ...... ok +t/02.main.t ......... ok +t/03.read.string.t .. ok +t/04.utf8.t ......... ok +t/05.zero.t ......... ok +All tests successful. +Files=5, Tests=49, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.32 cusr 0.07 csys = 0.43 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Tiny.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Config-Tiny-2.23 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-Tiny-2.23/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-Tiny-2.23/MYMETA.json +Already tried Readonly. Skipping. +Searching PPIx::Utilities::Statement (1.001) on cpanmetadb ... +--2017-10-09 07:36:47-- http://cpanmetadb.plackperl.org/v1.0/package/PPIx::Utilities::Statement +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 232 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 51.0M=0s + +2017-10-09 07:36:47 (51.0 MB/s) - written to stdout [232/232] + +Already tried PPIx-Utilities-1.001000. Skipping. +Searching String::Format (1.13) on cpanmetadb ... +--2017-10-09 07:36:47-- http://cpanmetadb.plackperl.org/v1.0/package/String::Format +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.8M=0s + +2017-10-09 07:36:47 (17.8 MB/s) - written to stdout [99/99] + +--> Working on String::Format +Fetching http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-1.17.tar.gz ... --2017-10-09 07:36:47-- http://www.cpan.org/authors/id/D/DA/DARREN/String-Format-1.17.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12841 (13K) [application/x-gzip] +Saving to: ‘String-Format-1.17.tar.gz’ + + 0K .......... .. 100% 120M=0s + +2017-10-09 07:36:48 (120 MB/s) - ‘String-Format-1.17.tar.gz’ saved [12841/12841] + +Unpacking String-Format-1.17.tar.gz +OK +String-Format-1.17/ +String-Format-1.17/Changes +String-Format-1.17/COPYING +String-Format-1.17/Format.pm +String-Format-1.17/Makefile.PL +String-Format-1.17/MANIFEST +String-Format-1.17/MANIFEST.SKIP +String-Format-1.17/META.yml +String-Format-1.17/README +String-Format-1.17/t/ +String-Format-1.17/t/01load.t +String-Format-1.17/t/02basic.t +String-Format-1.17/t/03multiple.t +String-Format-1.17/t/04subrefs.t +String-Format-1.17/t/05stringfactory.t +String-Format-1.17/t/06slash-n.t +Entering String-Format-1.17 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring String-Format-1.17 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Format +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing String-Format-1.17 ... cp Format.pm blib/lib/String/Format.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01load.t ........... ok +t/02basic.t .......... ok +t/03multiple.t ....... ok +t/04subrefs.t ........ ok +t/05stringfactory.t .. ok +t/06slash-n.t ........ ok +All tests successful. +Files=6, Tests=20, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.31 cusr 0.05 csys = 0.40 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/Format.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::Format.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed String-Format-1.17 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Format-1.17/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Format-1.17/MYMETA.json +Searching B::Keywords (1.05) on cpanmetadb ... +--2017-10-09 07:36:49-- http://cpanmetadb.plackperl.org/v1.0/package/B::Keywords +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.3M=0s + +2017-10-09 07:36:49 (17.3 MB/s) - written to stdout [93/93] + +--> Working on B::Keywords +Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/B-Keywords-1.15.tar.gz ... --2017-10-09 07:36:49-- http://www.cpan.org/authors/id/R/RU/RURBAN/B-Keywords-1.15.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10140 (9.9K) [application/x-gzip] +Saving to: ‘B-Keywords-1.15.tar.gz’ + + 0K ......... 100% 99.3M=0s + +2017-10-09 07:36:50 (99.3 MB/s) - ‘B-Keywords-1.15.tar.gz’ saved [10140/10140] + +Unpacking B-Keywords-1.15.tar.gz +OK +B-Keywords-1.15/ +B-Keywords-1.15/MANIFEST +B-Keywords-1.15/Makefile.PL +B-Keywords-1.15/LICENSE +B-Keywords-1.15/t/ +B-Keywords-1.15/t/z_meta.t +B-Keywords-1.15/t/11keywords.t +B-Keywords-1.15/t/export.t +B-Keywords-1.15/t/z_kwalitee.t +B-Keywords-1.15/t/z_pod.t +B-Keywords-1.15/t/10basic.t +B-Keywords-1.15/t/z_pod-coverage.t +B-Keywords-1.15/t/z_perl_minimum_version.t +B-Keywords-1.15/Changes +B-Keywords-1.15/README +B-Keywords-1.15/lib/ +B-Keywords-1.15/lib/B/ +B-Keywords-1.15/lib/B/Keywords.pm +B-Keywords-1.15/META.yml +B-Keywords-1.15/META.json +B-Keywords-1.15/SIGNATURE +Entering B-Keywords-1.15 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring B-Keywords-1.15 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for B::Keywords +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have B 0 ... Yes (1.70) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing B-Keywords-1.15 ... cp lib/B/Keywords.pm blib/lib/B/Keywords.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10basic.t ................. ok +t/11keywords.t .............. ok +t/export.t .................. ok +t/z_kwalitee.t .............. skipped: This test is only run for the module author +t/z_meta.t .................. skipped: This test is only run for the module author +t/z_perl_minimum_version.t .. skipped: Author tests not required for installation +t/z_pod-coverage.t .......... skipped: This test is only run for the module author +t/z_pod.t ................... ok +All tests successful. +Files=8, Tests=289, 1 wallclock secs ( 0.06 usr 0.00 sys + 0.46 cusr 0.08 csys = 0.60 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/B/Keywords.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/B::Keywords.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed B-Keywords-1.15 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Keywords-1.15/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/B-Keywords-1.15/MYMETA.json +Searching Pod::Spell (1) on cpanmetadb ... +--2017-10-09 07:36:51-- http://cpanmetadb.plackperl.org/v1.0/package/Pod::Spell +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 113 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.2M=0s + +2017-10-09 07:36:51 (20.2 MB/s) - written to stdout [113/113] + +--> Working on Pod::Spell +Fetching http://www.cpan.org/authors/id/D/DO/DOLMEN/Pod-Spell-1.20.tar.gz ... --2017-10-09 07:36:51-- http://www.cpan.org/authors/id/D/DO/DOLMEN/Pod-Spell-1.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31220 (30K) [application/x-gzip] +Saving to: ‘Pod-Spell-1.20.tar.gz’ + + 0K .......... .......... .......... 100% 29.8M=0.001s + +2017-10-09 07:36:51 (29.8 MB/s) - ‘Pod-Spell-1.20.tar.gz’ saved [31220/31220] + +Unpacking Pod-Spell-1.20.tar.gz +OK +Pod-Spell-1.20/ +Pod-Spell-1.20/share/ +Pod-Spell-1.20/share/dist/ +Pod-Spell-1.20/share/dist/Pod-Spell/ +Pod-Spell-1.20/share/dist/Pod-Spell/wordlist +Pod-Spell-1.20/perlcritic.rc +Pod-Spell-1.20/MANIFEST +Pod-Spell-1.20/Makefile.PL +Pod-Spell-1.20/META.yml +Pod-Spell-1.20/META.json +Pod-Spell-1.20/t/ +Pod-Spell-1.20/t/00-compile.t +Pod-Spell-1.20/t/00-report-prereqs.t +Pod-Spell-1.20/t/basic.t +Pod-Spell-1.20/t/utf8.t +Pod-Spell-1.20/t/fix_21.t +Pod-Spell-1.20/t/debug.t +Pod-Spell-1.20/t/text-block.t +Pod-Spell-1.20/t/00-report-prereqs.dd +Pod-Spell-1.20/t/get-stopwords.t +Pod-Spell-1.20/lib/ +Pod-Spell-1.20/lib/Pod/ +Pod-Spell-1.20/lib/Pod/Wordlist.pm +Pod-Spell-1.20/lib/Pod/Spell.pm +Pod-Spell-1.20/README +Pod-Spell-1.20/CONTRIBUTING +Pod-Spell-1.20/xt/ +Pod-Spell-1.20/xt/author/ +Pod-Spell-1.20/xt/author/test-version.t +Pod-Spell-1.20/xt/author/pod-syntax.t +Pod-Spell-1.20/xt/author/pod-spell.t +Pod-Spell-1.20/xt/author/pod-coverage.t +Pod-Spell-1.20/xt/author/critic.t +Pod-Spell-1.20/xt/author/eol.t +Pod-Spell-1.20/xt/smoke/ +Pod-Spell-1.20/xt/smoke/dependents.t +Pod-Spell-1.20/xt/release/ +Pod-Spell-1.20/xt/release/dist-manifest.t +Pod-Spell-1.20/xt/release/meta-json.t +Pod-Spell-1.20/xt/release/cpan-changes.t +Pod-Spell-1.20/xt/release/unused-vars.t +Pod-Spell-1.20/xt/release/minimum-version.t +Pod-Spell-1.20/xt/release/pod-linkcheck.t +Pod-Spell-1.20/xt/release/portability.t +Pod-Spell-1.20/bin/ +Pod-Spell-1.20/bin/podspell +Pod-Spell-1.20/Changes +Pod-Spell-1.20/LICENSE +Entering Pod-Spell-1.20 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Running Makefile.PL +Configuring Pod-Spell-1.20 ... Warning: prerequisite Lingua::EN::Inflect 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Pod::Spell +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have locale 0 ... Yes (1.09) +Checking if you have Class::Tiny 1.003 ... Yes (1.006) +Checking if you have File::ShareDir 1.00 ... Yes (1.104) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Lingua::EN::Inflect 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Pod::Parser 0 ... Yes (1.63) +Checking if you have Pod::Escapes 0 ... Yes (1.07) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Text::Wrap 0 ... Yes (2013.0523) +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Searching Lingua::EN::Inflect (0) on cpanmetadb ... +OK +==> Found dependencies: Lingua::EN::Inflect +--2017-10-09 07:36:52-- http://cpanmetadb.plackperl.org/v1.0/package/Lingua::EN::Inflect +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.1M=0s + +2017-10-09 07:36:52 (27.1 MB/s) - written to stdout [112/112] + +--> Working on Lingua::EN::Inflect +Fetching http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-1.902.tar.gz ... --2017-10-09 07:36:52-- http://www.cpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-1.902.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 59582 (58K) [application/x-gzip] +Saving to: ‘Lingua-EN-Inflect-1.902.tar.gz’ + + 0K .......... .......... .......... .......... .......... 85% 28.8M 0s + 50K ........ 100% 179M=0.002s + +2017-10-09 07:36:52 (32.6 MB/s) - ‘Lingua-EN-Inflect-1.902.tar.gz’ saved [59582/59582] + +Unpacking Lingua-EN-Inflect-1.902.tar.gz +OK +Lingua-EN-Inflect-1.902/ +Lingua-EN-Inflect-1.902/Changes +Lingua-EN-Inflect-1.902/demo/ +Lingua-EN-Inflect-1.902/lib/ +Lingua-EN-Inflect-1.902/Makefile.PL +Lingua-EN-Inflect-1.902/MANIFEST +Lingua-EN-Inflect-1.902/META.json +Lingua-EN-Inflect-1.902/META.yml +Lingua-EN-Inflect-1.902/README +Lingua-EN-Inflect-1.902/t/ +Lingua-EN-Inflect-1.902/t/classical_all.t +Lingua-EN-Inflect-1.902/t/classical_ancient.t +Lingua-EN-Inflect-1.902/t/classical_ancient_1.t +Lingua-EN-Inflect-1.902/t/classical_herd.t +Lingua-EN-Inflect-1.902/t/classical_herd_1.t +Lingua-EN-Inflect-1.902/t/classical_names.t +Lingua-EN-Inflect-1.902/t/classical_names_1.t +Lingua-EN-Inflect-1.902/t/classical_person.t +Lingua-EN-Inflect-1.902/t/classical_person_1.t +Lingua-EN-Inflect-1.902/t/classical_zero.t +Lingua-EN-Inflect-1.902/t/classical_zero_1.t +Lingua-EN-Inflect-1.902/t/inflections.t +Lingua-EN-Inflect-1.902/t/no_commas.t +Lingua-EN-Inflect-1.902/t/numwords.t +Lingua-EN-Inflect-1.902/t/wordlist.t +Lingua-EN-Inflect-1.902/lib/Lingua/ +Lingua-EN-Inflect-1.902/lib/Lingua/EN/ +Lingua-EN-Inflect-1.902/lib/Lingua/EN/Inflect.pm +Lingua-EN-Inflect-1.902/demo/demo_eq.pl +Lingua-EN-Inflect-1.902/demo/demo_inflect.pl +Lingua-EN-Inflect-1.902/demo/demo_NO.pl +Lingua-EN-Inflect-1.902/demo/demo_NUM.pl +Lingua-EN-Inflect-1.902/demo/demo_PL.pl +Entering Lingua-EN-Inflect-1.902 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Lingua-EN-Inflect-1.902 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Lingua::EN::Inflect +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Lingua-EN-Inflect-1.902 ... cp lib/Lingua/EN/Inflect.pm blib/lib/Lingua/EN/Inflect.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/classical_all.t ........ ok +t/classical_ancient.t .... ok +t/classical_ancient_1.t .. ok +t/classical_herd.t ....... ok +t/classical_herd_1.t ..... ok +t/classical_names.t ...... ok +t/classical_names_1.t .... ok +t/classical_person.t ..... ok +t/classical_person_1.t ... ok +t/classical_zero.t ....... ok +t/classical_zero_1.t ..... ok +t/inflections.t .......... ok +t/no_commas.t ............ ok +t/numwords.t ............. ok +t/wordlist.t ............. ok +All tests successful. +Files=15, Tests=2139, 3 wallclock secs ( 0.22 usr 0.04 sys + 2.62 cusr 0.15 csys = 3.03 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Lingua/EN/Inflect.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Lingua::EN::Inflect.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Lingua-EN-Inflect-1.902 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Lingua-EN-Inflect-1.902/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Lingua-EN-Inflect-1.902/MYMETA.json +Building and testing Pod-Spell-1.20 ... cp share/dist/Pod-Spell/wordlist blib/lib/auto/share/dist/Pod-Spell/wordlist +cp lib/Pod/Wordlist.pm blib/lib/Pod/Wordlist.pm +cp lib/Pod/Spell.pm blib/lib/Pod/Spell.pm +cp bin/podspell blib/script/podspell +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podspell +Manifying 1 pod document +Manifying 2 pod documents +Skip blib/lib/auto/share/dist/Pod-Spell/wordlist (unchanged) +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ......... ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ----------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# File::ShareDir::Install 0.06 0.11 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# File::Temp any 0.2304 +# IO::Handle any 1.36 +# IPC::Open3 any 1.20 +# Test::Deep any 1.127 +# Test::More any 1.302098 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------------- ---- --------- +# Carp any 1.43 +# Class::Tiny any 1.006 +# File::ShareDir any 1.104 +# Lingua::EN::Inflect any 1.902 +# POSIX any 1.77 +# Path::Tiny any 0.104 +# Pod::Escapes any 1.07 +# Pod::Parser any 1.63 +# Text::Wrap any 2013.0523 +# constant any 1.33 +# locale any 1.09 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +t/debug.t .............. ok +t/fix_21.t ............. ok +t/get-stopwords.t ...... ok +t/text-block.t ......... ok +t/utf8.t ............... ok +All tests successful. +Files=8, Tests=27, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.15 cusr 0.10 csys = 2.31 CPU) +Result: PASS +Skip blib/lib/auto/share/dist/Pod-Spell/wordlist (unchanged) +Manifying 1 pod document +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Pod-Spell/wordlist +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Pod/Spell.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Pod/Wordlist.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/podspell.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Wordlist.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Pod::Spell.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/podspell +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Pod-Spell-1.20 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Pod-Spell-1.20/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Pod-Spell-1.20/MYMETA.json +Building and testing Perl-Critic-1.130 ... Building Perl-Critic + + +Generating t/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.run. +Done. + + + +Generating t/NamingConventions/Capitalization.run. +Done. + + + +Generating t/Variables/RequireLocalizedPunctuationVars.run. +Done. + +# Testing Perl::Critic 1.130 with PPI 1.236 under Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00_modules.t ................................ ok +t/00_versions.t ............................... ok +t/01_config.t ................................. ok +t/01_config_bad_perlcriticrc.t ................ ok +t/01_policy_config.t .......................... ok +t/02_policy.t ................................. ok +t/03_annotations.t ............................ ok +t/03_pragmas.t ................................ ok +t/04_options_processor.t ...................... ok +t/05_utils.t .................................. ok +t/05_utils_perl.t ............................. ok +t/05_utils_pod.t .............................. ok +t/05_utils_ppi.t .............................. ok +t/06_violation.t .............................. ok +t/07_command.t ................................ ok +t/07_perlcritic.t ............................. ok +t/08_document.t ............................... ok +t/09_theme.t .................................. ok +t/10_user_profile.t ........................... ok +t/11_policy_factory.t ......................... ok +t/12_policy_listing.t ......................... ok +t/12_theme_listing.t .......................... ok +t/13_bundled_policies.t ....................... ok +t/14_policy_parameter_behavior_boolean.t ...... ok +t/14_policy_parameter_behavior_enumeration.t .. ok +t/14_policy_parameter_behavior_integer.t ...... ok +t/14_policy_parameter_behavior_list_string.t .. ok +t/14_policy_parameter_behavior_string.t ....... ok +t/14_policy_parameters.t ...................... ok +t/15_statistics.t ............................. ok +t/16_roundtrip_defaults.t ..................... ok +t/20_policies.t ............................... ok +t/20_policy_pod_spelling.t .................... ok +t/20_policy_prohibit_evil_modules.t ........... ok +t/20_policy_prohibit_hard_tabs.t .............. ok +t/20_policy_prohibit_trailing_whitespace.t .... ok +t/20_policy_require_consistent_newlines.t ..... ok +t/20_policy_require_tidy_code.t ............... ok +t/92_memory_leaks.t ........................... skipped: Test::Memory::Cycle requried to test memory leaks +t/gh-734.t .................................... ok +All tests successful. +Files=40, Tests=8054, 50 wallclock secs ( 0.88 usr 0.15 sys + 46.79 cusr 2.81 csys = 50.63 CPU) +Result: PASS +Building Perl-Critic +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/perlcritic.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Perl/Critic/Policy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Document.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/DEVELOPER.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/OptionsProcessor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/ThemeListing.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyListing.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Theme.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/CORE_DEVELOPER.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Statistics.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Violation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicySummary.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyFactory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/TestUtils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/ProfilePrototype.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Annotation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Command.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyConfig.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/UserProfile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior/Integer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior/StringList.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior/Enumeration.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/PolicyParameter/Behavior/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/DataConversion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/Perl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/Constants.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/PPI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/POD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/McCabe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Utils/POD/ParseInteriorSequence.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitBacktickOperators.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitBarewordFileHandles.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireCheckedSyscalls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitInteractiveTest.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireBracedFileHandleWithPrint.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireEncodingWithUTF8Layer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitExplicitStdin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireCheckedOpen.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireBriefOpen.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitTwoArgOpen.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/RequireCheckedClose.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitReadlineInForLoop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitOneArgSelect.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/InputOutput/ProhibitJoinedReadline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ErrorHandling/RequireCheckingReturnValueOfEval.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ErrorHandling/RequireCarping.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Miscellanea/ProhibitTies.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Miscellanea/ProhibitFormats.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Miscellanea/ProhibitUnrestrictedNoCritic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Miscellanea/ProhibitUselessNoCritic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ClassHierarchies/ProhibitAutoloading.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ClassHierarchies/ProhibitExplicitISA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ClassHierarchies/ProhibitOneArgBless.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitComplexMappings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/RequireBlockMap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitUselessTopic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitSleepViaSelect.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitUniversalIsa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitReverseSortBlock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/RequireGlobFunction.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitStringySplit.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitStringyEval.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitUniversalCan.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitLvalueSubstr.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitVoidGrep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/RequireSimpleSortBlock.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/RequireBlockGrep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitBooleanGrep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/BuiltinFunctions/ProhibitVoidMap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/References/ProhibitDoubleSigils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/ProhibitEvilModules.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/ProhibitAutomaticExportation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/ProhibitConditionalUseStatements.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireNoMatchVarsWithUseEnglish.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/ProhibitMultiplePackages.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireFilenameMatchesPackage.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/ProhibitExcessMainComplexity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireVersionVar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireExplicitPackage.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireBarewordIncludes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Modules/RequireEndWithOne.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Documentation/RequirePodSections.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Documentation/RequirePodLinksIncludeText.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Documentation/RequirePodAtEnd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Documentation/PodSpelling.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Documentation/RequirePackageMatchesPodName.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/NamingConventions/Capitalization.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/NamingConventions/ProhibitAmbiguousNames.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/RequireTidyCode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/ProhibitTrailingWhitespace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/RequireTrailingCommas.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/RequireConsistentNewlines.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/ProhibitHardTabs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/ProhibitParensWithBuiltins.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/CodeLayout/ProhibitQuotedWordLists.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitManyArgs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitExplicitReturnUndef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitNestedSubs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitExcessComplexity.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitAmpersandSigils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitBuiltinHomonyms.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitReturnSort.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/RequireArgUnpacking.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/RequireFinalReturn.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProtectPrivateSubs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Subroutines/ProhibitSubroutinePrototypes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Objects/ProhibitIndirectSyntax.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitUnlessBlocks.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitLabelsWithSpecialBlockNames.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitNegativeExpressionsInUnlessAndUntilConditions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitUnreachableCode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitCascadingIfElse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitUntilBlocks.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitYadaOperator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitDeepNests.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitCStyleForLoops.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitPostfixControls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ControlStructures/ProhibitMutatingListFunctions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMismatchedOperators.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/RequireInterpolationOfMetachars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLeadingZeros.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitNoisyQuotes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitCommaSeparatedStatements.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitSpecialLiteralHeredocTerminator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitInterpolationOfLiterals.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/RequireConstantVersion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitImplicitNewlines.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitLongChainsOfMethodCalls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/RequireQuotedHeredocTerminator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/RequireNumberSeparators.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitVersionStrings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMixedBooleanOperators.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/RequireUpperCaseHeredocTerminator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitMagicNumbers.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEmptyQuotes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitComplexVersion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitEscapedCharacters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitQuotesAsQuotelikeOperatorDelimiters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/ValuesAndExpressions/ProhibitConstantPragma.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitAugmentedAssignmentInDeclaration.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitPunctuationVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitReusedNames.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitLocalVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitMatchVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitPerl4PackageNames.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitEvilVariables.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProtectPrivateVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitPackageVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitConditionalDeclarations.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/RequireInitializationForLocalVars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/RequireLexicalLoopIterators.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/ProhibitUnusedVariables.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/Variables/RequireNegativeIndices.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/ProhibitProlongedStrictureOverride.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoStrict.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/ProhibitNoWarnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/RequireUseWarnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/RequireUseStrict.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/TestingAndDebugging/RequireTestLabels.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitSingleCharAlternation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitUnusedCapture.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitEscapedMetacharacters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitUselessTopic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/RequireLineBoundaryMatching.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/RequireDotMatchAnything.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitCaptureWithoutTest.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/RequireExtendedFormatting.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/RequireBracesForMultiline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitFixedStringMatches.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitUnusualDelimiters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitComplexRegexes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Policy/RegularExpressions/ProhibitEnumeratedClasses.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Parse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/IO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Fatal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/AggregateConfiguration.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Fatal/Internal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Fatal/Generic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Fatal/PolicyDefinition.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/NonExistentPolicy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Generic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Global.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Policy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Policy/ExtraParameter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Policy/ParameterValue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Global/ExtraParameter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Perl/Critic/Exception/Configuration/Option/Global/ParameterValue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::NamingConventions::Capitalization.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitMutatingListFunctions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Global::ExtraParameter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Fatal::Generic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyListing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::ProhibitParensWithBuiltins.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ClassHierarchies::ProhibitAutoloading.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Theme.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::RequireInitializationForLocalVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitExplicitStdin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Policy::ParameterValue.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireCheckedSyscalls.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProtectPrivateVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitUnlessBlocks.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Fatal::PolicyDefinition.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitImplicitNewlines.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireEncodingWithUTF8Layer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Command.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::References::ProhibitDoubleSigils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::RequireConsistentNewlines.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitJoinedReadline.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::ProfilePrototype.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::RequireExtendedFormatting.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::RequireTidyCode.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitCStyleForLoops.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ErrorHandling::RequireCarping.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitUnreachableCode.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::RequireLineBoundaryMatching.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitSingleCharAlternation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicySummary.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireFilenameMatchesPackage.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProtectPrivateSubs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Violation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Documentation::PodSpelling.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidGrep.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::POD::ParseInteriorSequence.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::ProhibitNoWarnings.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::RequireFinalReturn.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::RequireBracesForMultiline.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::AggregateConfiguration.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireBriefOpen.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::ProhibitHardTabs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ErrorHandling::RequireCheckingReturnValueOfEval.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitLeadingZeros.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitEscapedMetacharacters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitManyArgs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior::Integer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::ThemeListing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireVersionVar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitComplexMappings.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitUnusedPrivateSubroutines.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitFixedStringMatches.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ClassHierarchies::ProhibitExplicitISA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::ProhibitEvilModules.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::ProhibitConditionalUseStatements.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::RequireLexicalLoopIterators.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior::String.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitUntilBlocks.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitMismatchedOperators.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Documentation::RequirePodLinksIncludeText.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitNoisyQuotes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Policy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitAugmentedAssignmentInDeclaration.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitNestedSubs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Perl::Critic::Policy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::ProhibitExcessMainComplexity.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::ProhibitProlongedStrictureOverride.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitPunctuationVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::ProhibitMultiplePackages.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitEvilVariables.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::RequireNegativeIndices.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::RequireDotMatchAnything.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitLongChainsOfMethodCalls.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::RequireConstantVersion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Policy::ExtraParameter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::UserProfile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitBacktickOperators.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitInteractiveTest.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitCascadingIfElse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Document.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitUnusedCapture.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireCheckedOpen.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ClassHierarchies::ProhibitOneArgBless.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::RequireLocalizedPunctuationVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::RequireUseWarnings.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitCaptureWithoutTest.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitExplicitReturnUndef.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireBarewordIncludes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::ProhibitAutomaticExportation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Annotation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior::StringList.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitStringyEval.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalCan.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Fatal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitQuotesAsQuotelikeOperatorDelimiters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireExplicitPackage.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::McCabe.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::RequireBlockGrep.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::RequireQuotedHeredocTerminator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitVoidMap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitMagicNumbers.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::NamingConventions::ProhibitAmbiguousNames.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Miscellanea::ProhibitFormats.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitTwoArgOpen.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitSubroutinePrototypes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitConstantPragma.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitLabelsWithSpecialBlockNames.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitMatchVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::RequireBlockMap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::CORE_DEVELOPER.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitDeepNests.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireEndWithOne.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::RequireNumberSeparators.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitExcessComplexity.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::Constants.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::RequireGlobFunction.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::DEVELOPER.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::RequireArgUnpacking.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyFactory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::RequireTrailingCommas.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitUnusualDelimiters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Statistics.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitUselessTopic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::POD.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Parse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::ProhibitNoStrict.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Miscellanea::ProhibitUnrestrictedNoCritic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Global::ParameterValue.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::TestUtils.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitLocalVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitPostfixControls.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitReusedNames.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Documentation::RequirePodSections.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireCheckedClose.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitLvalueSubstr.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitComplexRegexes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitUselessTopic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitEmptyQuotes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::RequireBracedFileHandleWithPrint.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::RequireUpperCaseHeredocTerminator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitBarewordFileHandles.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitStringySplit.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::Perl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ControlStructures::ProhibitYadaOperator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitUnusedVariables.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::RegularExpressions::ProhibitEnumeratedClasses.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitSpecialLiteralHeredocTerminator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::RequireInterpolationOfMetachars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Config.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::OptionsProcessor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::NonExistentPolicy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Generic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::TestingAndDebugging::RequireTestLabels.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyConfig.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::RequireSimpleSortBlock.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Documentation::RequirePodAtEnd.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration::Option::Global.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Configuration.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::IO.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Subroutines::ProhibitReturnSort.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Miscellanea::ProhibitUselessNoCritic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitEscapedCharacters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter::Behavior::Enumeration.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::ProhibitTrailingWhitespace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::PolicyParameter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitReadlineInForLoop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitPackageVars.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::PPI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Objects::ProhibitIndirectSyntax.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Exception::Fatal::Internal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Documentation::RequirePackageMatchesPodName.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Utils::DataConversion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitCommaSeparatedStatements.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::CodeLayout::ProhibitQuotedWordLists.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitInterpolationOfLiterals.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::ValuesAndExpressions::ProhibitVersionStrings.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::Miscellanea::ProhibitTies.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Perl::Critic::Policy::BuiltinFunctions::ProhibitBooleanGrep.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perlcritic +OK +Successfully installed Perl-Critic-1.130 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Critic-1.130/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Perl-Critic-1.130/MYMETA.json +Searching Devel::Confess (0) on cpanmetadb ... +--2017-10-09 07:37:52-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::Confess +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 209 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 37.7M=0s + +2017-10-09 07:37:52 (37.7 MB/s) - written to stdout [209/209] + +--> Working on Devel::Confess +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Devel-Confess-0.009004.tar.gz ... --2017-10-09 07:37:52-- http://www.cpan.org/authors/id/H/HA/HAARG/Devel-Confess-0.009004.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23492 (23K) [application/x-gzip] +Saving to: ‘Devel-Confess-0.009004.tar.gz’ + + 0K .......... .......... .. 100% 23.8M=0.001s + +2017-10-09 07:37:52 (23.8 MB/s) - ‘Devel-Confess-0.009004.tar.gz’ saved [23492/23492] + +Unpacking Devel-Confess-0.009004.tar.gz +OK +Devel-Confess-0.009004/ +Devel-Confess-0.009004/Changes +Devel-Confess-0.009004/lib/ +Devel-Confess-0.009004/maint/ +Devel-Confess-0.009004/Makefile.PL +Devel-Confess-0.009004/MANIFEST +Devel-Confess-0.009004/META.json +Devel-Confess-0.009004/META.yml +Devel-Confess-0.009004/README +Devel-Confess-0.009004/t/ +Devel-Confess-0.009004/xt/ +Devel-Confess-0.009004/xt/builtin.t +Devel-Confess-0.009004/t/color.t +Devel-Confess-0.009004/t/confess.t +Devel-Confess-0.009004/t/devel.t +Devel-Confess-0.009004/t/dump.t +Devel-Confess-0.009004/t/end-debugging.t +Devel-Confess-0.009004/t/evalsource.t +Devel-Confess-0.009004/t/find_sig.t +Devel-Confess-0.009004/t/global-destruct.t +Devel-Confess-0.009004/t/leak.t +Devel-Confess-0.009004/t/lib/ +Devel-Confess-0.009004/t/names.t +Devel-Confess-0.009004/t/options.t +Devel-Confess-0.009004/t/rethrow.t +Devel-Confess-0.009004/t/safe.t +Devel-Confess-0.009004/t/sig.t +Devel-Confess-0.009004/t/source.t +Devel-Confess-0.009004/t/threads.t +Devel-Confess-0.009004/t/universal.t +Devel-Confess-0.009004/t/lib/Capture.pm +Devel-Confess-0.009004/t/lib/MiniTest.pm +Devel-Confess-0.009004/t/lib/ThreadsCheck.pm +Devel-Confess-0.009004/maint/Makefile.PL.include +Devel-Confess-0.009004/lib/Devel/ +Devel-Confess-0.009004/lib/Devel/Confess/ +Devel-Confess-0.009004/lib/Devel/Confess.pm +Devel-Confess-0.009004/lib/Devel/Confess/_Util.pm +Devel-Confess-0.009004/lib/Devel/Confess/Builtin.pm +Devel-Confess-0.009004/lib/Devel/Confess/Source.pm +Entering Devel-Confess-0.009004 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-Confess-0.009004 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::Confess +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have Safe 0 ... Yes (2.40) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Devel-Confess-0.009004 ... cp lib/Devel/Confess/_Util.pm blib/lib/Devel/Confess/_Util.pm +cp lib/Devel/Confess/Source.pm blib/lib/Devel/Confess/Source.pm +cp lib/Devel/Confess.pm blib/lib/Devel/Confess.pm +cp lib/Devel/Confess/Builtin.pm blib/lib/Devel/Confess/Builtin.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/color.t ............ ok +t/confess.t .......... ok +t/devel.t ............ ok +t/dump.t ............. ok +t/end-debugging.t .... ok +t/evalsource.t ....... ok +t/find_sig.t ......... ok +t/global-destruct.t .. ok +t/leak.t ............. ok +t/names.t ............ ok +t/options.t .......... ok +t/rethrow.t .......... ok +t/safe.t ............. ok +t/sig.t .............. ok +t/source.t ........... ok +t/threads.t .......... skipped: your perl does not support ithreads +t/universal.t ........ skipped: UNIVERSAL::can and UNIVERSAL::isa required for this test +All tests successful. +Files=17, Tests=122, 2 wallclock secs ( 0.08 usr 0.02 sys + 1.93 cusr 0.31 csys = 2.34 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/Confess.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/Confess/Builtin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/Confess/Source.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/Confess/_Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::Confess::Builtin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::Confess.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Devel-Confess-0.009004 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-Confess-0.009004/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-Confess-0.009004/MYMETA.json +Searching Data::Printer (0) on cpanmetadb ... +--2017-10-09 07:37:56-- http://cpanmetadb.plackperl.org/v1.0/package/Data::Printer +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 254 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 45.6M=0s + +2017-10-09 07:37:56 (45.6 MB/s) - written to stdout [254/254] + +--> Working on Data::Printer +Fetching http://www.cpan.org/authors/id/G/GA/GARU/Data-Printer-0.40.tar.gz ... --2017-10-09 07:37:56-- http://www.cpan.org/authors/id/G/GA/GARU/Data-Printer-0.40.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 58847 (57K) [application/x-gzip] +Saving to: ‘Data-Printer-0.40.tar.gz’ + + 0K .......... .......... .......... .......... .......... 87% 25.6M 0s + 50K ....... 100% 155M=0.002s + +2017-10-09 07:37:56 (28.7 MB/s) - ‘Data-Printer-0.40.tar.gz’ saved [58847/58847] + +Unpacking Data-Printer-0.40.tar.gz +OK +Data-Printer-0.40/ +Data-Printer-0.40/.travis.yml +Data-Printer-0.40/Changes +Data-Printer-0.40/examples/ +Data-Printer-0.40/lib/ +Data-Printer-0.40/Makefile.PL +Data-Printer-0.40/MANIFEST +Data-Printer-0.40/MANIFEST.SKIP +Data-Printer-0.40/META.json +Data-Printer-0.40/META.yml +Data-Printer-0.40/README.md +Data-Printer-0.40/t/ +Data-Printer-0.40/xt/ +Data-Printer-0.40/xt/pod-coverage.t +Data-Printer-0.40/xt/pod.t +Data-Printer-0.40/xt/whitespaces.t +Data-Printer-0.40/t/00-load.t +Data-Printer-0.40/t/00.2-begin_load.t +Data-Printer-0.40/t/01-p.t +Data-Printer-0.40/t/02-colors.t +Data-Printer-0.40/t/02.2-autocolor.t +Data-Printer-0.40/t/03-conf.t +Data-Printer-0.40/t/03-conf_not_ref.t +Data-Printer-0.40/t/04-multiline.t +Data-Printer-0.40/t/04-multiline2.t +Data-Printer-0.40/t/05-obj.t +Data-Printer-0.40/t/06-obj2.t +Data-Printer-0.40/t/07-sort.t +Data-Printer-0.40/t/08-deparse.t +Data-Printer-0.40/t/09-alias.t +Data-Printer-0.40/t/10-filter.t +Data-Printer-0.40/t/11-aliased_with_filter.t +Data-Printer-0.40/t/12-filter_class.t +Data-Printer-0.40/t/13-filter_datetime.t +Data-Printer-0.40/t/13.2-filter_db.t +Data-Printer-0.40/t/13.3-filter_digest.t +Data-Printer-0.40/t/14-local_conf.t +Data-Printer-0.40/t/15-rc_file.t +Data-Printer-0.40/t/16-rc_file2.t +Data-Printer-0.40/t/16.2-rc_overwrite.t +Data-Printer-0.40/t/16.3-rc_env.t +Data-Printer-0.40/t/16.4-rc_env2.t +Data-Printer-0.40/t/16.5-rc_env3.t +Data-Printer-0.40/t/17-parallel.t +Data-Printer-0.40/t/18-class_method.t +Data-Printer-0.40/t/19-tied.t +Data-Printer-0.40/t/20-handles.t +Data-Printer-0.40/t/21-ddp.t +Data-Printer-0.40/t/22-class_method.t +Data-Printer-0.40/t/23-caller_info.t +Data-Printer-0.40/t/24-no_prototypes.t +Data-Printer-0.40/t/25-weak.t +Data-Printer-0.40/t/26-tainted.t +Data-Printer-0.40/t/26.2-tainted_rc.t +Data-Printer-0.40/t/26.7-unicode.t +Data-Printer-0.40/t/27-pass_through.t +Data-Printer-0.40/t/27.2-pass_through.t +Data-Printer-0.40/t/27.3-pass_through-DDP.t +Data-Printer-0.40/t/27.4-pass_through-DDP.t +Data-Printer-0.40/t/28-void_return.t +Data-Printer-0.40/t/29-output.t +Data-Printer-0.40/t/30-print_escapes.t +Data-Printer-0.40/t/31-bad_parameters.t +Data-Printer-0.40/t/32-quote_keys.t +Data-Printer-0.40/t/33-end_separator.t +Data-Printer-0.40/t/33-separator.t +Data-Printer-0.40/t/34-show_readonly.t +Data-Printer-0.40/t/35-vstrings.t +Data-Printer-0.40/t/36-valign.t +Data-Printer-0.40/t/37-format.t +Data-Printer-0.40/t/38-lvalue.t +Data-Printer-0.40/t/39-seen_override.t +Data-Printer-0.40/t/40-escape_chars.t +Data-Printer-0.40/t/41-yaml.t +Data-Printer-0.40/t/42-alignment.t +Data-Printer-0.40/t/43-_is_number.t +Data-Printer-0.40/t/44-number-colors.t +Data-Printer-0.40/t/45-np.t +Data-Printer-0.40/lib/Data/ +Data-Printer-0.40/lib/DDP.pm +Data-Printer-0.40/lib/Data/Printer/ +Data-Printer-0.40/lib/Data/Printer.pm +Data-Printer-0.40/lib/Data/Printer/Filter/ +Data-Printer-0.40/lib/Data/Printer/Filter.pm +Data-Printer-0.40/lib/Data/Printer/Filter/DateTime.pm +Data-Printer-0.40/lib/Data/Printer/Filter/DB.pm +Data-Printer-0.40/lib/Data/Printer/Filter/Digest.pm +Data-Printer-0.40/examples/try_me.pl +Entering Data-Printer-0.40 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Printer-0.40 ... Warning: prerequisite Clone::PP 0 not found. +Warning: prerequisite Package::Stash 0.3 not found. +Warning: prerequisite Sort::Naturally 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Printer +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::HomeDir 0.91 ... Yes (1.002) +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Package::Stash 0.3 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Term::ANSIColor 3 ... Yes (4.06) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have Sort::Naturally 0 ... No +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Clone::PP 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried Package::Stash. Skipping. +Searching Sort::Naturally (0) on cpanmetadb ... +OK +==> Found dependencies: Package::Stash, Sort::Naturally, Clone::PP +--2017-10-09 07:37:56-- http://cpanmetadb.plackperl.org/v1.0/package/Sort::Naturally +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.5M=0s + +2017-10-09 07:37:56 (15.5 MB/s) - written to stdout [101/101] + +--> Working on Sort::Naturally +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/Sort-Naturally-1.03.tar.gz ... --2017-10-09 07:37:56-- http://www.cpan.org/authors/id/B/BI/BINGOS/Sort-Naturally-1.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11150 (11K) [application/x-gzip] +Saving to: ‘Sort-Naturally-1.03.tar.gz’ + + 0K .......... 100% 130M=0s + +2017-10-09 07:37:56 (130 MB/s) - ‘Sort-Naturally-1.03.tar.gz’ saved [11150/11150] + +Unpacking Sort-Naturally-1.03.tar.gz +OK +Sort-Naturally-1.03 +Sort-Naturally-1.03/lib +Sort-Naturally-1.03/lib/Sort +Sort-Naturally-1.03/lib/Sort/Naturally.pm +Sort-Naturally-1.03/t +Sort-Naturally-1.03/t/01_old_junk.t +Sort-Naturally-1.03/t/00_about_verbose.t +Sort-Naturally-1.03/MANIFEST +Sort-Naturally-1.03/ChangeLog +Sort-Naturally-1.03/MANIFEST.SKIP +Sort-Naturally-1.03/Makefile.PL +Sort-Naturally-1.03/README +Sort-Naturally-1.03/META.yml +Sort-Naturally-1.03/META.json +Entering Sort-Naturally-1.03 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Sort-Naturally-1.03 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sort::Naturally +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +OK +Building and testing Sort-Naturally-1.03 ... cp lib/Sort/Naturally.pm blib/lib/Sort/Naturally.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_about_verbose.t .. ok +t/01_old_junk.t ....... ok +All tests successful. +Files=2, Tests=23, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.05 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sort/Naturally.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sort::Naturally.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sort-Naturally-1.03 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-Naturally-1.03/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-Naturally-1.03/MYMETA.json +Searching Clone::PP (0) on cpanmetadb ... +--2017-10-09 07:37:57-- http://cpanmetadb.plackperl.org/v1.0/package/Clone::PP +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.0M=0s + +2017-10-09 07:37:57 (13.0 MB/s) - written to stdout [88/88] + +--> Working on Clone::PP +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Clone-PP-1.07.tar.gz ... --2017-10-09 07:37:57-- http://www.cpan.org/authors/id/N/NE/NEILB/Clone-PP-1.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9508 (9.3K) [application/x-gzip] +Saving to: ‘Clone-PP-1.07.tar.gz’ + + 0K ......... 100% 121M=0s + +2017-10-09 07:37:57 (121 MB/s) - ‘Clone-PP-1.07.tar.gz’ saved [9508/9508] + +Unpacking Clone-PP-1.07.tar.gz +OK +Clone-PP-1.07/ +Clone-PP-1.07/Changes +Clone-PP-1.07/lib/ +Clone-PP-1.07/Makefile.PL +Clone-PP-1.07/MANIFEST +Clone-PP-1.07/META.json +Clone-PP-1.07/META.yml +Clone-PP-1.07/README +Clone-PP-1.07/t/ +Clone-PP-1.07/t/01array.t +Clone-PP-1.07/t/02hash.t +Clone-PP-1.07/t/03scalar.t +Clone-PP-1.07/t/04tie.t +Clone-PP-1.07/t/05dtype.t +Clone-PP-1.07/t/06refcnt.t +Clone-PP-1.07/t/dclone.t +Clone-PP-1.07/t/dump.pl +Clone-PP-1.07/t/tied.pl +Clone-PP-1.07/lib/Clone/ +Clone-PP-1.07/lib/Clone/PP.pm +Entering Clone-PP-1.07 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Clone-PP-1.07 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Clone::PP +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Benchmark 0 ... Yes (1.22) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +OK +Building and testing Clone-PP-1.07 ... cp lib/Clone/PP.pm blib/lib/Clone/PP.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01array.t ... ok +t/02hash.t .... ok +t/03scalar.t .. ok +t/04tie.t ..... ok +t/05dtype.t ... ok +t/06refcnt.t .. ok +This test is todo at t/dclone.t line 105. +This test is todo at t/dclone.t line 109. +t/dclone.t .... ok +All tests successful. +Files=7, Tests=48, 0 wallclock secs ( 0.02 usr 0.03 sys + 0.11 cusr 0.00 csys = 0.16 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Clone/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Clone::PP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Clone-PP-1.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Clone-PP-1.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Clone-PP-1.07/MYMETA.json +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Data-Printer-0.40. +Already tried CPAN::Uploader. Skipping. +Searching Pod::Readme (0) on cpanmetadb ... +--2017-10-09 07:37:58-- http://cpanmetadb.plackperl.org/v1.0/package/Pod::Readme +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 320 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 65.4M=0s + +2017-10-09 07:37:58 (65.4 MB/s) - written to stdout [320/320] + +--> Working on Pod::Readme +Fetching http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-v1.1.2.tar.gz ... --2017-10-09 07:37:58-- http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-v1.1.2.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 47521 (46K) [application/x-gzip] +Saving to: ‘Pod-Readme-v1.1.2.tar.gz’ + + 0K .......... .......... .......... .......... ...... 100% 23.3M=0.002s + +2017-10-09 07:37:58 (23.3 MB/s) - ‘Pod-Readme-v1.1.2.tar.gz’ saved [47521/47521] + +Unpacking Pod-Readme-v1.1.2.tar.gz +OK +Pod-Readme-v1.1.2/ +Pod-Readme-v1.1.2/lib/ +Pod-Readme-v1.1.2/lib/Pod/ +Pod-Readme-v1.1.2/lib/Pod/Readme.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/ +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/ +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/version.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/changes.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/requires.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Types.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Filter.pm +Pod-Readme-v1.1.2/MANIFEST.SKIP +Pod-Readme-v1.1.2/t/ +Pod-Readme-v1.1.2/t/lib/ +Pod-Readme-v1.1.2/t/lib/Pod/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test.pm +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Plugin/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Plugin/noop.pm +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test/Kit.pm +Pod-Readme-v1.1.2/t/20-pod-readme.t +Pod-Readme-v1.1.2/t/plugins/ +Pod-Readme-v1.1.2/t/plugins/changes.t +Pod-Readme-v1.1.2/t/plugins/version.t +Pod-Readme-v1.1.2/t/plugins/requires.t +Pod-Readme-v1.1.2/t/10-pod-readme-filter.t +Pod-Readme-v1.1.2/t/data/ +Pod-Readme-v1.1.2/t/data/README-1.pod +Pod-Readme-v1.1.2/t/data/README.txt +Pod-Readme-v1.1.2/t/data/META-1.yml +Pod-Readme-v1.1.2/README.pod +Pod-Readme-v1.1.2/MANIFEST +Pod-Readme-v1.1.2/Makefile.PL +Pod-Readme-v1.1.2/bin/ +Pod-Readme-v1.1.2/bin/pod2readme +Pod-Readme-v1.1.2/Changes +Pod-Readme-v1.1.2/inc/ +Pod-Readme-v1.1.2/inc/Module/ +Pod-Readme-v1.1.2/inc/Module/Install.pm +Pod-Readme-v1.1.2/inc/Module/Install/ +Pod-Readme-v1.1.2/inc/Module/Install/Can.pm +Pod-Readme-v1.1.2/inc/Module/Install/Win32.pm +Pod-Readme-v1.1.2/inc/Module/Install/Base.pm +Pod-Readme-v1.1.2/inc/Module/Install/Include.pm +Pod-Readme-v1.1.2/inc/Module/Install/Makefile.pm +Pod-Readme-v1.1.2/inc/Module/Install/Scripts.pm +Pod-Readme-v1.1.2/inc/Module/Install/AuthorRequires.pm +Pod-Readme-v1.1.2/inc/Module/Install/AuthorTests.pm +Pod-Readme-v1.1.2/inc/Module/Install/Fetch.pm +Pod-Readme-v1.1.2/inc/Module/Install/Metadata.pm +Pod-Readme-v1.1.2/inc/Module/Install/WriteAll.pm +Pod-Readme-v1.1.2/inc/Module/Install/AutoInstall.pm +Pod-Readme-v1.1.2/inc/Module/AutoInstall.pm +Pod-Readme-v1.1.2/META.yml +Entering Pod-Readme-v1.1.2 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Pod-Readme-1.001002 ... Warning: prerequisite CPAN::Changes 0.30 not found. +Warning: prerequisite File::Slurp 0 not found. +Warning: prerequisite Getopt::Long::Descriptive 0 not found. +Warning: prerequisite Moo 1.004005 not found. +Warning: prerequisite Moo::Role 0 not found. +Warning: prerequisite MooX::HandlesVia 0 not found. +Warning: prerequisite Role::Tiny 0 not found. +Warning: prerequisite Type::Tiny 0 not found. +Warning: prerequisite Types::Standard 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +*** Module::AutoInstall version 1.12 +*** Checking for Perl dependencies... +*** Since we're running under cpanminus, I'll just let it take care + of the dependency's installation later. +[Core Features] +- Exporter ...loaded. (5.72) +- File::Compare ...loaded. (1.1006) +- File::Temp ...loaded. (0.2304) +- IO::String ...loaded. (1.08) +- Test::Deep ...loaded. (1.127) +- Test::Exception ...loaded. (0.43) +- Test::More ...loaded. (1.302098) +- lib ...loaded. (0.64) +- Carp ...loaded. (1.43) +- Class::Method::Modifiers ...loaded. (2.12 >= 2.00) +- CPAN::Changes ...missing. (would need 0.30) +- CPAN::Meta ...loaded. (2.150010) +- Exporter ...loaded. (5.72) +- ExtUtils::MakeMaker ...loaded. (7.30 >= 6.56) +- File::Copy ...loaded. (2.32) +- File::Slurp ...missing. +- Getopt::Long::Descriptive ...missing. +- Hash::Util ...loaded. (0.22) +- IO ...loaded. (1.38) +- List::Util ...loaded. (1.49 >= 1.33) +- Module::CoreList ...loaded. (5.20171020) +- Module::Load ...loaded. (0.32) +- Moo ...missing. (would need 1.004005) +- Moo::Role ...missing. +- MooX::HandlesVia ...missing. +- namespace::autoclean ...missing. +- Path::Tiny ...loaded. (0.104 >= 0.018) +- Pod::Simple ...loaded. (3.35) +- Role::Tiny ...missing. +- Scalar::Util ...loaded. (1.49) +- Try::Tiny ...loaded. (0.28) +- Type::Tiny ...missing. +- Types::Standard ...missing. +- version ...loaded. (0.9918 >= 0.77) +*** Module::AutoInstall configuration finished. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Pod::Readme +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have MooX::HandlesVia 0 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have Type::Tiny 0 ... No +Checking if you have Getopt::Long::Descriptive 0.084 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Moo 2.000000 ... No +Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Moo::Role 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have File::Slurp 0 ... No +Checking if you have Module::CoreList 0 ... Yes (5.20171020) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have IO::String 1.07 ... Yes (1.08) +Checking if you have version 0.87 ... Yes (0.9918) +Checking if you have IO 1.24 ... Yes (1.38) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Hash::Util 0 ... Yes (0.22) +Checking if you have CPAN::Changes 0.30 ... No +Checking if you have File::Compare 0 ... Yes (1.1006) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Method::Modifiers 2.00 ... Yes (2.12) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Pod::Simple 3.09 ... Yes (3.35) +Checking if you have Types::Standard 0 ... No +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Module::Load 0 ... Yes (0.32) +Searching MooX::HandlesVia (0) on cpanmetadb ... +OK +==> Found dependencies: MooX::HandlesVia, namespace::autoclean, Type::Tiny, Getopt::Long::Descriptive, Moo, Moo::Role, File::Slurp, Role::Tiny, CPAN::Changes, Types::Standard +--2017-10-09 07:37:59-- http://cpanmetadb.plackperl.org/v1.0/package/MooX::HandlesVia +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 343 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 47.1M=0s + +2017-10-09 07:37:59 (47.1 MB/s) - written to stdout [343/343] + +--> Working on MooX::HandlesVia +Fetching http://www.cpan.org/authors/id/M/MA/MATTP/MooX-HandlesVia-0.001008.tar.gz ... --2017-10-09 07:37:59-- http://www.cpan.org/authors/id/M/MA/MATTP/MooX-HandlesVia-0.001008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24385 (24K) [application/x-gzip] +Saving to: ‘MooX-HandlesVia-0.001008.tar.gz’ + + 0K .......... .......... ... 100% 27.1M=0.001s + +2017-10-09 07:37:59 (27.1 MB/s) - ‘MooX-HandlesVia-0.001008.tar.gz’ saved [24385/24385] + +Unpacking MooX-HandlesVia-0.001008.tar.gz +OK +MooX-HandlesVia-0.001008 +MooX-HandlesVia-0.001008/TODO +MooX-HandlesVia-0.001008/Changes +MooX-HandlesVia-0.001008/LICENSE +MooX-HandlesVia-0.001008/dist.ini +MooX-HandlesVia-0.001008/t +MooX-HandlesVia-0.001008/t/hash.t +MooX-HandlesVia-0.001008/META.yml +MooX-HandlesVia-0.001008/MANIFEST +MooX-HandlesVia-0.001008/META.json +MooX-HandlesVia-0.001008/README.mkdn +MooX-HandlesVia-0.001008/t/invalid.t +MooX-HandlesVia-0.001008/Makefile.PL +MooX-HandlesVia-0.001008/t/arbitrary.t +MooX-HandlesVia-0.001008/t/nonmoo-class.t +MooX-HandlesVia-0.001008/t/unimport +MooX-HandlesVia-0.001008/t/unimport/no_moo.t +MooX-HandlesVia-0.001008/t/proof_of_concept.t +MooX-HandlesVia-0.001008/t/handlesvia_in_role.t +MooX-HandlesVia-0.001008/t/unimport/pollution.t +MooX-HandlesVia-0.001008/lib/MooX +MooX-HandlesVia-0.001008/lib/MooX/HandlesVia.pm +MooX-HandlesVia-0.001008/t/release-pod-syntax.t +MooX-HandlesVia-0.001008/t/release-pod-coverage.t +MooX-HandlesVia-0.001008/t/from-moose +MooX-HandlesVia-0.001008/t/from-moose/trait_code.t +MooX-HandlesVia-0.001008/t/from-moose/trait_hash.t +MooX-HandlesVia-0.001008/t/from-moose/trait_bool.t +MooX-HandlesVia-0.001008/t/from-moose/trait_array.t +MooX-HandlesVia-0.001008/t/from-moose/trait_number.t +MooX-HandlesVia-0.001008/t/from-moose/trait_string.t +MooX-HandlesVia-0.001008/t/unimport/namespace_clean.t +MooX-HandlesVia-0.001008/lib/Data/Perl/Bool +MooX-HandlesVia-0.001008/lib/Data/Perl/Bool/MooseLike.pm +MooX-HandlesVia-0.001008/t/unimport/namespace_autoclean.t +MooX-HandlesVia-0.001008/lib/Data/Perl/Number +MooX-HandlesVia-0.001008/lib/Data/Perl/Number/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/String +MooX-HandlesVia-0.001008/lib/Data/Perl/String/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Hash +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Hash/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Array +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Array/MooseLike.pm +Entering MooX-HandlesVia-0.001008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-HandlesVia-0.001008 ... Warning: prerequisite Data::Perl 0.002006 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moo 1.003000 not found. +Warning: prerequisite MooX::Types::MooseLike::Base 0.23 not found. +Warning: prerequisite Role::Tiny 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::HandlesVia +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Data::Perl 0.002006 ... No +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Method::Modifiers 2.00 ... Yes (2.12) +Checking if you have MooX::Types::MooseLike::Base 0.23 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Searching Data::Perl (0.002006) on cpanmetadb ... +OK +==> Found dependencies: Data::Perl, Role::Tiny, Moo, MooX::Types::MooseLike::Base, Module::Runtime +--2017-10-09 07:37:59-- http://cpanmetadb.plackperl.org/v1.0/package/Data::Perl +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 614 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 131M=0s + +2017-10-09 07:37:59 (131 MB/s) - written to stdout [614/614] + +--> Working on Data::Perl +Fetching http://www.cpan.org/authors/id/M/MA/MATTP/Data-Perl-0.002009.tar.gz ... --2017-10-09 07:37:59-- http://www.cpan.org/authors/id/M/MA/MATTP/Data-Perl-0.002009.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23155 (23K) [application/x-gzip] +Saving to: ‘Data-Perl-0.002009.tar.gz’ + + 0K .......... .......... .. 100% 22.5M=0.001s + +2017-10-09 07:37:59 (22.5 MB/s) - ‘Data-Perl-0.002009.tar.gz’ saved [23155/23155] + +Unpacking Data-Perl-0.002009.tar.gz +OK +Data-Perl-0.002009/ +Data-Perl-0.002009/META.yml +Data-Perl-0.002009/Makefile.PL +Data-Perl-0.002009/README +Data-Perl-0.002009/t/ +Data-Perl-0.002009/t/helpers.t +Data-Perl-0.002009/t/number.t +Data-Perl-0.002009/t/string.t +Data-Perl-0.002009/t/release-pod-syntax.t +Data-Perl-0.002009/t/collection/ +Data-Perl-0.002009/t/collection/hash.t +Data-Perl-0.002009/t/collection/array.t +Data-Perl-0.002009/t/collection/subclassing.t +Data-Perl-0.002009/t/counter.t +Data-Perl-0.002009/t/release-pod-coverage.t +Data-Perl-0.002009/t/bool.t +Data-Perl-0.002009/t/code.t +Data-Perl-0.002009/README.mkdn +Data-Perl-0.002009/lib/ +Data-Perl-0.002009/lib/Data/ +Data-Perl-0.002009/lib/Data/Perl.pm +Data-Perl-0.002009/lib/Data/Perl/ +Data-Perl-0.002009/lib/Data/Perl/Code.pm +Data-Perl-0.002009/lib/Data/Perl/Bool.pm +Data-Perl-0.002009/lib/Data/Perl/Counter.pm +Data-Perl-0.002009/lib/Data/Perl/Role/ +Data-Perl-0.002009/lib/Data/Perl/Role/Code.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Bool.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Counter.pm +Data-Perl-0.002009/lib/Data/Perl/Role/String.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Number.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/ +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/Hash.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/Array.pm +Data-Perl-0.002009/lib/Data/Perl/String.pm +Data-Perl-0.002009/lib/Data/Perl/Number.pm +Data-Perl-0.002009/lib/Data/Perl/Collection/ +Data-Perl-0.002009/lib/Data/Perl/Collection/Hash.pm +Data-Perl-0.002009/lib/Data/Perl/Collection/Array.pm +Data-Perl-0.002009/META.json +Data-Perl-0.002009/MANIFEST +Data-Perl-0.002009/Changes +Data-Perl-0.002009/dist.ini +Data-Perl-0.002009/LICENSE +Entering Data-Perl-0.002009 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Perl-0.002009 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 0 not found. +Warning: prerequisite Test::Output 0 not found. +Warning: prerequisite strictures 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Class::Method::Modifiers 2.00 ... Yes (2.12) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Test::Output 0 ... No +Checking if you have strictures 1 ... No +Checking if you have List::MoreUtils 0.19 ... Yes (0.425) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Already tried Module::Runtime. Skipping. +Already tried Role::Tiny. Skipping. +Searching Test::Output (0) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime, Role::Tiny, Test::Output, strictures +--2017-10-09 07:37:59-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Output +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.4M=0s + +2017-10-09 07:37:59 (18.4 MB/s) - written to stdout [97/97] + +--> Working on Test::Output +Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-1.031.tar.gz ... --2017-10-09 07:37:59-- http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-1.031.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16821 (16K) [application/x-gzip] +Saving to: ‘Test-Output-1.031.tar.gz’ + + 0K .......... ...... 100% 26.0M=0.001s + +2017-10-09 07:37:59 (26.0 MB/s) - ‘Test-Output-1.031.tar.gz’ saved [16821/16821] + +Unpacking Test-Output-1.031.tar.gz +OK +Test-Output-1.031/ +Test-Output-1.031/Changes +Test-Output-1.031/INSTALL.SKIP +Test-Output-1.031/lib/ +Test-Output-1.031/LICENSE +Test-Output-1.031/Makefile.PL +Test-Output-1.031/MANIFEST +Test-Output-1.031/MANIFEST.SKIP +Test-Output-1.031/META.json +Test-Output-1.031/META.yml +Test-Output-1.031/README.pod +Test-Output-1.031/t/ +Test-Output-1.031/xt/ +Test-Output-1.031/xt/changes.t +Test-Output-1.031/t/00.load.t +Test-Output-1.031/t/binmode.t +Test-Output-1.031/t/carp-5.6.t +Test-Output-1.031/t/combined_is.t +Test-Output-1.031/t/combined_isnt.t +Test-Output-1.031/t/combined_like.t +Test-Output-1.031/t/combined_unlike.t +Test-Output-1.031/t/output_is.t +Test-Output-1.031/t/output_isnt.t +Test-Output-1.031/t/output_like.t +Test-Output-1.031/t/output_unlike.t +Test-Output-1.031/t/pod-coverage.t +Test-Output-1.031/t/pod.t +Test-Output-1.031/t/stderr_is.t +Test-Output-1.031/t/stderr_isnt.t +Test-Output-1.031/t/stderr_like.t +Test-Output-1.031/t/stderr_unlike.t +Test-Output-1.031/t/stdout_is.t +Test-Output-1.031/t/stdout_isnt.t +Test-Output-1.031/t/stdout_like.t +Test-Output-1.031/t/stdout_unlike.t +Test-Output-1.031/lib/Test/ +Test-Output-1.031/lib/Test/Output.pm +Entering Test-Output-1.031 +Checking configure dependencies from META.json +Checking if you have File::Spec::Functions 0.83 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Output-1.031 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Output +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Tester 0.107 ... Yes (1.302098) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +OK +Building and testing Test-Output-1.031 ... cp lib/Test/Output.pm blib/lib/Test/Output.pm +cp README.pod blib/lib/Test/README.pod +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Test::Output 1.031 +t/00.load.t .......... ok +t/binmode.t .......... ok +t/carp-5.6.t ......... ok +t/combined_is.t ...... ok +t/combined_isnt.t .... ok +t/combined_like.t .... ok +t/combined_unlike.t .. ok +t/output_is.t ........ ok +t/output_isnt.t ...... ok +t/output_like.t ...... ok +t/output_unlike.t .... ok +t/pod-coverage.t ..... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t .............. ok +t/stderr_is.t ........ ok +t/stderr_isnt.t ...... ok +t/stderr_like.t ...... ok +t/stderr_unlike.t .... ok +t/stdout_is.t ........ ok +t/stdout_isnt.t ...... ok +t/stdout_like.t ...... ok +t/stdout_unlike.t .... ok +All tests successful. +Files=21, Tests=1218, 2 wallclock secs ( 0.17 usr 0.04 sys + 1.97 cusr 0.26 csys = 2.44 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Output.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Output.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Output-1.031 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Output-1.031/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Output-1.031/MYMETA.json +Already tried strictures. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed, Module 'strictures' is not installed +! Bailing out the installation for Data-Perl-0.002009. +Already tried Role::Tiny. Skipping. +Already tried Moo. Skipping. +Already tried MooX::Types::MooseLike::Base. Skipping. +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'MooX::Types::MooseLike::Base' is not installed, Module 'Module::Runtime' is not installed, Module 'Data::Perl' is not installed, Module 'Role::Tiny' is not installed, Module 'Moo' is not installed +! Bailing out the installation for MooX-HandlesVia-0.001008. +Already tried namespace::autoclean. Skipping. +Searching Type::Tiny (0) on cpanmetadb ... +--2017-10-09 07:38:03-- http://cpanmetadb.plackperl.org/v1.0/package/Type::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1230 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 229M=0s + +2017-10-09 07:38:03 (229 MB/s) - written to stdout [1230/1230] + +--> Working on Type::Tiny +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-1.002001.tar.gz ... --2017-10-09 07:38:03-- http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-1.002001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 264950 (259K) [application/x-gzip] +Saving to: ‘Type-Tiny-1.002001.tar.gz’ + + 0K .......... .......... .......... .......... .......... 19% 27.1M 0s + 50K .......... .......... .......... .......... .......... 38% 52.5M 0s + 100K .......... .......... .......... .......... .......... 57% 27.9M 0s + 150K .......... .......... .......... .......... .......... 77% 44.8M 0s + 200K .......... .......... .......... .......... .......... 96% 29.5M 0s + 250K ........ 100% 196M=0.007s + +2017-10-09 07:38:03 (34.7 MB/s) - ‘Type-Tiny-1.002001.tar.gz’ saved [264950/264950] + +Unpacking Type-Tiny-1.002001.tar.gz +OK +Type-Tiny-1.002001/COPYRIGHT +Type-Tiny-1.002001/CREDITS +Type-Tiny-1.002001/Changes +Type-Tiny-1.002001/INSTALL +Type-Tiny-1.002001/LICENSE +Type-Tiny-1.002001/MANIFEST +Type-Tiny-1.002001/META.json +Type-Tiny-1.002001/META.yml +Type-Tiny-1.002001/Makefile.PL +Type-Tiny-1.002001/NEWS +Type-Tiny-1.002001/README +Type-Tiny-1.002001/SIGNATURE +Type-Tiny-1.002001/TODO +Type-Tiny-1.002001/dist.ini +Type-Tiny-1.002001/doap.ttl +Type-Tiny-1.002001/examples/datetime-coercions.pl +Type-Tiny-1.002001/examples/nonempty.pl +Type-Tiny-1.002001/examples/page-numbers.pl +Type-Tiny-1.002001/t/00-begin.t +Type-Tiny-1.002001/t/01-compile.t +Type-Tiny-1.002001/t/02-api.t +Type-Tiny-1.002001/t/03-leak.t +Type-Tiny-1.002001/t/99-moose-std-types-test.t +Type-Tiny-1.002001/t/README +Type-Tiny-1.002001/t/TODO +Type-Tiny-1.002001/t/mk-test-manifest.pl +Type-Tiny-1.002001/t/not-covered.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-coercions.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-constraints.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-named-param-validation.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-param-validation.pl +Type-Tiny-1.002001/examples/benchmarking/versus-scalar-validation.pl +Type-Tiny-1.002001/inc/Test/Fatal.pm +Type-Tiny-1.002001/inc/Test/Requires.pm +Type-Tiny-1.002001/inc/Try/Tiny.pm +Type-Tiny-1.002001/lib/Error/TypeTiny.pm +Type-Tiny-1.002001/lib/Eval/TypeTiny.pm +Type-Tiny-1.002001/lib/Test/TypeTiny.pm +Type-Tiny-1.002001/lib/Type/Coercion.pm +Type-Tiny-1.002001/lib/Type/Library.pm +Type-Tiny-1.002001/lib/Type/Params.pm +Type-Tiny-1.002001/lib/Type/Parser.pm +Type-Tiny-1.002001/lib/Type/Registry.pm +Type-Tiny-1.002001/lib/Type/Tiny.pm +Type-Tiny-1.002001/lib/Type/Utils.pm +Type-Tiny-1.002001/lib/Types/Standard.pm +Type-Tiny-1.002001/lib/Types/TypeTiny.pm +Type-Tiny-1.002001/t/40-regression/73f51e2d.pl +Type-Tiny-1.002001/t/40-regression/73f51e2d.t +Type-Tiny-1.002001/t/40-regression/gh1.t +Type-Tiny-1.002001/t/40-regression/gh14.t +Type-Tiny-1.002001/t/40-regression/rt85911.t +Type-Tiny-1.002001/t/40-regression/rt86004.t +Type-Tiny-1.002001/t/40-regression/rt86233.t +Type-Tiny-1.002001/t/40-regression/rt86239.t +Type-Tiny-1.002001/t/40-regression/rt90096-2.t +Type-Tiny-1.002001/t/40-regression/rt90096.t +Type-Tiny-1.002001/t/40-regression/rt92571-2.t +Type-Tiny-1.002001/t/40-regression/rt92571.t +Type-Tiny-1.002001/t/40-regression/rt92591.t +Type-Tiny-1.002001/t/40-regression/rt94196.t +Type-Tiny-1.002001/t/40-regression/rt97684.t +Type-Tiny-1.002001/t/40-regression/rt98113.t +Type-Tiny-1.002001/t/40-regression/ttxs-gh1.t +Type-Tiny-1.002001/t/lib/BiggerLib.pm +Type-Tiny-1.002001/t/lib/DemoLib.pm +Type-Tiny-1.002001/lib/Devel/TypeTiny/Perl56Compat.pm +Type-Tiny-1.002001/lib/Devel/TypeTiny/Perl58Compat.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/Assertion.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/Compilation.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/WrongNumberOfParameters.pm +Type-Tiny-1.002001/lib/Reply/Plugin/TypeTiny.pm +Type-Tiny-1.002001/lib/Type/Coercion/FromMoose.pm +Type-Tiny-1.002001/lib/Type/Coercion/Union.pm +Type-Tiny-1.002001/lib/Type/Tiny/Class.pm +Type-Tiny-1.002001/lib/Type/Tiny/Duck.pm +Type-Tiny-1.002001/lib/Type/Tiny/Enum.pm +Type-Tiny-1.002001/lib/Type/Tiny/Intersection.pm +Type-Tiny-1.002001/lib/Type/Tiny/Manual.pod +Type-Tiny-1.002001/lib/Type/Tiny/Role.pm +Type-Tiny-1.002001/lib/Type/Tiny/Union.pm +Type-Tiny-1.002001/lib/Type/Tiny/_HalfOp.pm +Type-Tiny-1.002001/lib/Types/Common/Numeric.pm +Type-Tiny-1.002001/lib/Types/Common/String.pm +Type-Tiny-1.002001/lib/Types/Standard/ArrayRef.pm +Type-Tiny-1.002001/lib/Types/Standard/CycleTuple.pm +Type-Tiny-1.002001/lib/Types/Standard/Dict.pm +Type-Tiny-1.002001/lib/Types/Standard/HashRef.pm +Type-Tiny-1.002001/lib/Types/Standard/Map.pm +Type-Tiny-1.002001/lib/Types/Standard/ScalarRef.pm +Type-Tiny-1.002001/lib/Types/Standard/Tuple.pm +Type-Tiny-1.002001/t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t +Type-Tiny-1.002001/t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny/stacktrace.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-Assertion/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-Compilation/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/fallback-aliases.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/lexical-subs.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/extended.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/matchfor.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/esoteric.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/frozen.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/inlining.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/parameterized.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/smartmatch.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/typetiny-constructor.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-FromMoose/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-FromMoose/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-Union/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Library/assert.t +Type-Tiny-1.002001/t/20-unit/Type-Library/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Library/inheritance.t +Type-Tiny-1.002001/t/20-unit/Type-Library/is.t +Type-Tiny-1.002001/t/20-unit/Type-Library/to.t +Type-Tiny-1.002001/t/20-unit/Type-Library/types.t +Type-Tiny-1.002001/t/20-unit/Type-Params/badsigs.t +Type-Tiny-1.002001/t/20-unit/Type-Params/carping.t +Type-Tiny-1.002001/t/20-unit/Type-Params/coerce.t +Type-Tiny-1.002001/t/20-unit/Type-Params/compile-named.t +Type-Tiny-1.002001/t/20-unit/Type-Params/hashorder.t +Type-Tiny-1.002001/t/20-unit/Type-Params/methods.t +Type-Tiny-1.002001/t/20-unit/Type-Params/mixednamed.t +Type-Tiny-1.002001/t/20-unit/Type-Params/multisig.t +Type-Tiny-1.002001/t/20-unit/Type-Params/named.t +Type-Tiny-1.002001/t/20-unit/Type-Params/noninline.t +Type-Tiny-1.002001/t/20-unit/Type-Params/optional.t +Type-Tiny-1.002001/t/20-unit/Type-Params/positional.t +Type-Tiny-1.002001/t/20-unit/Type-Params/slurpy.t +Type-Tiny-1.002001/t/20-unit/Type-Parser/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Parser/moosextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/automagic.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/methods.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/moosextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/mousextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/arithmetic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/coercion-modifiers.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/constraint-strings.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/esoteric.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/my-methods.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/parameterization.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/shortcuts.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/smartmatch.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/syntax.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/to-moose.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/to-mouse.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/plus-constructors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Duck/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Duck/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Enum/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Enum/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Intersection/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Intersection/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Role/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Role/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Union/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Union/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-_HalfOp/double-union.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/classifier.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-both.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-moose.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-mouse.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/match-on-type.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/warnings.t +Type-Tiny-1.002001/t/20-unit/Types-Common-Numeric/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/coerce.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/unicode.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/cycletuple.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/deep-coercions.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/lockdown.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/mxtmlb-alike.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/optlist.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/overload.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/strmatch.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/structured.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/tied.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/coercion.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/meta.t +Type-Tiny-1.002001/t/30-integration/Class-InsideOut/basic.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/basic.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/installer.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/role-conflict.t +Type-Tiny-1.002001/t/30-integration/Function-Parameters/basic.t +Type-Tiny-1.002001/t/30-integration/Kavorka/basic.t +Type-Tiny-1.002001/t/30-integration/Moo/basic.t +Type-Tiny-1.002001/t/30-integration/Moo/coercion-inlining-avoidance.t +Type-Tiny-1.002001/t/30-integration/Moo/coercion.t +Type-Tiny-1.002001/t/30-integration/Moo/exceptions.t +Type-Tiny-1.002001/t/30-integration/Moo/inflation.t +Type-Tiny-1.002001/t/30-integration/Moo/inflation2.t +Type-Tiny-1.002001/t/30-integration/Moops/basic.t +Type-Tiny-1.002001/t/30-integration/Moops/library-keyword.t +Type-Tiny-1.002001/t/30-integration/Moose/accept-moose-types.t +Type-Tiny-1.002001/t/30-integration/Moose/basic.t +Type-Tiny-1.002001/t/30-integration/Moose/coercion-more.t +Type-Tiny-1.002001/t/30-integration/Moose/coercion.t +Type-Tiny-1.002001/t/30-integration/Moose/inflate-then-inline.t +Type-Tiny-1.002001/t/30-integration/Moose/native-attribute-traits.t +Type-Tiny-1.002001/t/30-integration/MooseX-Getopt/coercion.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/basic.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/extending.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/more.t +Type-Tiny-1.002001/t/30-integration/Mouse/basic.t +Type-Tiny-1.002001/t/30-integration/Mouse/coercion.t +Type-Tiny-1.002001/t/30-integration/MouseX-Types/basic.t +Type-Tiny-1.002001/t/30-integration/MouseX-Types/extending.t +Type-Tiny-1.002001/t/30-integration/Object-Accessor/basic.t +Type-Tiny-1.002001/t/30-integration/Return-Type/basic.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/basic.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/unquote-coercions.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/unquote-constraints.t +Type-Tiny-1.002001/t/30-integration/Switcheroo/basic.t +Type-Tiny-1.002001/t/30-integration/Type-Tie/basic.t +Type-Tiny-1.002001/t/30-integration/Validation-Class-Simple/archaic.t +Type-Tiny-1.002001/t/30-integration/Validation-Class-Simple/basic.t +Type-Tiny-1.002001/t/30-integration/match-simple/basic.t +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Coercions.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Libraries.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Optimization.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Params.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Policies.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMoo.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMoose.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMouse.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithOther.pod +Entering Type-Tiny-1.002001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Type-Tiny-1.002001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Type::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter::Tiny 0.038 ... Yes (1.000000) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Type-Tiny-1.002001 ... cp lib/Error/TypeTiny/Assertion.pm blib/lib/Error/TypeTiny/Assertion.pm +cp lib/Error/TypeTiny.pm blib/lib/Error/TypeTiny.pm +cp lib/Test/TypeTiny.pm blib/lib/Test/TypeTiny.pm +cp lib/Error/TypeTiny/WrongNumberOfParameters.pm blib/lib/Error/TypeTiny/WrongNumberOfParameters.pm +cp lib/Types/Common/Numeric.pm blib/lib/Types/Common/Numeric.pm +cp lib/Types/Standard.pm blib/lib/Types/Standard.pm +cp lib/Reply/Plugin/TypeTiny.pm blib/lib/Reply/Plugin/TypeTiny.pm +cp lib/Type/Tiny/Manual/Coercions.pod blib/lib/Type/Tiny/Manual/Coercions.pod +cp lib/Type/Tiny/Manual/UsingWithMoose.pod blib/lib/Type/Tiny/Manual/UsingWithMoose.pod +cp lib/Type/Tiny/Manual/Optimization.pod blib/lib/Type/Tiny/Manual/Optimization.pod +cp lib/Devel/TypeTiny/Perl56Compat.pm blib/lib/Devel/TypeTiny/Perl56Compat.pm +cp lib/Type/Tiny/Duck.pm blib/lib/Type/Tiny/Duck.pm +cp lib/Type/Tiny/Role.pm blib/lib/Type/Tiny/Role.pm +cp lib/Types/Standard/ArrayRef.pm blib/lib/Types/Standard/ArrayRef.pm +cp lib/Type/Tiny/_HalfOp.pm blib/lib/Type/Tiny/_HalfOp.pm +cp lib/Type/Tiny/Manual/Policies.pod blib/lib/Type/Tiny/Manual/Policies.pod +cp lib/Type/Tiny/Enum.pm blib/lib/Type/Tiny/Enum.pm +cp lib/Type/Tiny/Manual/UsingWithMoo.pod blib/lib/Type/Tiny/Manual/UsingWithMoo.pod +cp lib/Type/Utils.pm blib/lib/Type/Utils.pm +cp lib/Type/Coercion.pm blib/lib/Type/Coercion.pm +cp lib/Type/Coercion/FromMoose.pm blib/lib/Type/Coercion/FromMoose.pm +cp lib/Type/Tiny/Union.pm blib/lib/Type/Tiny/Union.pm +cp lib/Eval/TypeTiny.pm blib/lib/Eval/TypeTiny.pm +cp lib/Error/TypeTiny/Compilation.pm blib/lib/Error/TypeTiny/Compilation.pm +cp lib/Type/Library.pm blib/lib/Type/Library.pm +cp lib/Type/Tiny/Intersection.pm blib/lib/Type/Tiny/Intersection.pm +cp lib/Types/Common/String.pm blib/lib/Types/Common/String.pm +cp lib/Type/Tiny/Manual/UsingWithMouse.pod blib/lib/Type/Tiny/Manual/UsingWithMouse.pod +cp lib/Type/Coercion/Union.pm blib/lib/Type/Coercion/Union.pm +cp lib/Type/Tiny.pm blib/lib/Type/Tiny.pm +cp lib/Type/Tiny/Manual/Params.pod blib/lib/Type/Tiny/Manual/Params.pod +cp lib/Type/Tiny/Class.pm blib/lib/Type/Tiny/Class.pm +cp lib/Type/Tiny/Manual/Libraries.pod blib/lib/Type/Tiny/Manual/Libraries.pod +cp lib/Type/Tiny/Manual.pod blib/lib/Type/Tiny/Manual.pod +cp lib/Type/Tiny/Manual/UsingWithOther.pod blib/lib/Type/Tiny/Manual/UsingWithOther.pod +cp lib/Type/Registry.pm blib/lib/Type/Registry.pm +cp lib/Type/Parser.pm blib/lib/Type/Parser.pm +cp lib/Devel/TypeTiny/Perl58Compat.pm blib/lib/Devel/TypeTiny/Perl58Compat.pm +cp lib/Type/Params.pm blib/lib/Type/Params.pm +cp lib/Types/Standard/Map.pm blib/lib/Types/Standard/Map.pm +cp lib/Types/Standard/CycleTuple.pm blib/lib/Types/Standard/CycleTuple.pm +cp lib/Types/TypeTiny.pm blib/lib/Types/TypeTiny.pm +cp lib/Types/Standard/Dict.pm blib/lib/Types/Standard/Dict.pm +cp lib/Types/Standard/ScalarRef.pm blib/lib/Types/Standard/ScalarRef.pm +cp lib/Types/Standard/HashRef.pm blib/lib/Types/Standard/HashRef.pm +cp lib/Types/Standard/Tuple.pm blib/lib/Types/Standard/Tuple.pm +Manifying 33 pod documents +Manifying 13 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/20-unit/Devel-TypeTiny-Perl56Compat/*.t t/20-unit/Devel-TypeTiny-Perl58Compat/*.t t/20-unit/Error-TypeTiny-Assertion/*.t t/20-unit/Error-TypeTiny-Compilation/*.t t/20-unit/Error-TypeTiny-WrongNumberOfParameters/*.t t/20-unit/Error-TypeTiny/*.t t/20-unit/Eval-TypeTiny/*.t t/20-unit/Test-TypeTiny/*.t t/20-unit/Type-Coercion-FromMoose/*.t t/20-unit/Type-Coercion-Union/*.t t/20-unit/Type-Coercion/*.t t/20-unit/Type-Library/*.t t/20-unit/Type-Params/*.t t/20-unit/Type-Parser/*.t t/20-unit/Type-Registry/*.t t/20-unit/Type-Tiny-Class/*.t t/20-unit/Type-Tiny-Duck/*.t t/20-unit/Type-Tiny-Enum/*.t t/20-unit/Type-Tiny-Intersection/*.t t/20-unit/Type-Tiny-Role/*.t t/20-unit/Type-Tiny-Union/*.t t/20-unit/Type-Tiny-_HalfOp/*.t t/20-unit/Type-Tiny/*.t t/20-unit/Type-Utils/*.t t/20-unit/Types-Common-Numeric/*.t t/20-unit/Types-Common-String/*.t t/20-unit/Types-Standard/*.t t/20-unit/Types-TypeTiny/*.t t/30-integration/Class-InsideOut/*.t t/30-integration/Exporter-Tiny/*.t t/30-integration/Function-Parameters/*.t t/30-integration/Kavorka/*.t t/30-integration/Moo/*.t t/30-integration/Moops/*.t t/30-integration/Moose/*.t t/30-integration/MooseX-Getopt/*.t t/30-integration/MooseX-Types/*.t t/30-integration/Mouse/*.t t/30-integration/MouseX-Types/*.t t/30-integration/Object-Accessor/*.t t/30-integration/Return-Type/*.t t/30-integration/Sub-Quote/*.t t/30-integration/Switcheroo/*.t t/30-integration/Type-Tie/*.t t/30-integration/Validation-Class-Simple/*.t t/30-integration/match-simple/*.t t/40-regression/*.t +# +# Perl 5.027005 +# Exporter::Tiny 1.000000 +# Type::Tie undef +# Type::Tiny::XS undef +# +# Moo undef +# Moose undef +# Mouse undef +# +# $AUTOMATED_TESTING undef +# $NONINTERACTIVE_TESTING "1" +# $EXTENDED_TESTING undef +# $AUTHOR_TESTING undef +# $RELEASE_TESTING undef +# +# $PERL_TYPE_TINY_XS undef +# $PERL_TYPES_STANDARD_STRICTNUM undef +# $PERL_ONLY undef +# +# >>>> Type::Tiny is not using XS +# +t/00-begin.t .............................................. ok +t/01-compile.t ............................................ ok +t/02-api.t ................................................ ok +t/03-leak.t ............................................... ok +t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t ............. ok +t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t ............. ok +Argument "2.167_02" isn't numeric in numeric gt (>) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 167. +Argument "2.167_02" isn't numeric in numeric lt (<) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 186. +Argument "2.167_02" isn't numeric in numeric lt (<) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 241. +t/20-unit/Error-TypeTiny-Assertion/basic.t ................ ok +t/20-unit/Error-TypeTiny-Compilation/basic.t .............. ok +t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t .. ok +t/20-unit/Error-TypeTiny/basic.t .......................... ok +t/20-unit/Error-TypeTiny/stacktrace.t ..................... ok +t/20-unit/Eval-TypeTiny/basic.t ........................... ok +t/20-unit/Eval-TypeTiny/fallback-aliases.t ................ skipped: test currently not working (TODO) +t/20-unit/Eval-TypeTiny/lexical-subs.t .................... ok +t/20-unit/Test-TypeTiny/basic.t ........................... ok +t/20-unit/Test-TypeTiny/extended.t ........................ ok +t/20-unit/Test-TypeTiny/matchfor.t ........................ ok +t/20-unit/Type-Coercion-FromMoose/basic.t ................. skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion-FromMoose/errors.t ................ skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion-Union/basic.t ..................... ok +t/20-unit/Type-Coercion/basic.t ........................... ok +t/20-unit/Type-Coercion/esoteric.t ........................ ok +t/20-unit/Type-Coercion/frozen.t .......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion/inlining.t ........................ ok +t/20-unit/Type-Coercion/parameterized.t ................... ok +t/20-unit/Type-Coercion/smartmatch.t ...................... skipped: Perl too new +t/20-unit/Type-Coercion/typetiny-constructor.t ............ ok +t/20-unit/Type-Library/assert.t ........................... ok +t/20-unit/Type-Library/errors.t ........................... ok +t/20-unit/Type-Library/inheritance.t ...................... ok +t/20-unit/Type-Library/is.t ............................... ok +t/20-unit/Type-Library/to.t ............................... ok +t/20-unit/Type-Library/types.t ............................ ok +t/20-unit/Type-Params/badsigs.t ........................... ok +t/20-unit/Type-Params/carping.t ........................... ok +t/20-unit/Type-Params/coerce.t ............................ ok +t/20-unit/Type-Params/compile-named.t ..................... ok +t/20-unit/Type-Params/hashorder.t ......................... ok + +# Failed test 'clean operation' +# at t/20-unit/Type-Params/methods.t line 76. +# got: 'Not a GLOB reference at /home/ryan/.cpanm/work/1507547994.16943/Type-Tiny-1.002001/blib/lib/Types/Standard.pm line 36. +# ' +# expected: undef +# Looks like you failed 1 test of 4. +t/20-unit/Type-Params/methods.t ........................... +Dubious, test returned 1 (wstat 256, 0x100) +Failed 1/4 subtests +t/20-unit/Type-Params/mixednamed.t ........................ ok +t/20-unit/Type-Params/multisig.t .......................... ok +t/20-unit/Type-Params/named.t ............................. ok +t/20-unit/Type-Params/noninline.t ......................... ok +t/20-unit/Type-Params/optional.t .......................... ok +t/20-unit/Type-Params/positional.t ........................ ok +t/20-unit/Type-Params/slurpy.t ............................ ok +t/20-unit/Type-Parser/basic.t ............................. ok +t/20-unit/Type-Parser/moosextypes.t ....................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Registry/automagic.t ....................... ok +t/20-unit/Type-Registry/basic.t ........................... ok +t/20-unit/Type-Registry/methods.t ......................... ok +t/20-unit/Type-Registry/moosextypes.t ..................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Registry/mousextypes.t ..................... skipped: Test requires module 'MouseX::Types::Common' but it's not found +t/20-unit/Type-Tiny-_HalfOp/double-union.t ................ ok +t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t ......... ok +t/20-unit/Type-Tiny-Class/basic.t ......................... ok +t/20-unit/Type-Tiny-Class/errors.t ........................ ok +t/20-unit/Type-Tiny-Class/plus-constructors.t ............. skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Tiny-Duck/basic.t .......................... ok +t/20-unit/Type-Tiny-Duck/errors.t ......................... ok +t/20-unit/Type-Tiny-Enum/basic.t .......................... ok +t/20-unit/Type-Tiny-Enum/errors.t ......................... ok +t/20-unit/Type-Tiny-Intersection/basic.t .................. ok +t/20-unit/Type-Tiny-Intersection/errors.t ................. ok +t/20-unit/Type-Tiny-Role/basic.t .......................... ok +t/20-unit/Type-Tiny-Role/errors.t ......................... ok +t/20-unit/Type-Tiny-Union/basic.t ......................... ok +t/20-unit/Type-Tiny-Union/errors.t ........................ ok +Not a GLOB reference at lib/Types/Standard.pm line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 40. +t/20-unit/Type-Tiny/arithmetic.t .......................... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 40 subtests passed +t/20-unit/Type-Tiny/basic.t ............................... ok +t/20-unit/Type-Tiny/coercion-modifiers.t .................. ok +t/20-unit/Type-Tiny/constraint-strings.t .................. ok +t/20-unit/Type-Tiny/esoteric.t ............................ ok +t/20-unit/Type-Tiny/my-methods.t .......................... ok +t/20-unit/Type-Tiny/parameterization.t .................... ok +t/20-unit/Type-Tiny/shortcuts.t ........................... ok +t/20-unit/Type-Tiny/smartmatch.t .......................... ok +t/20-unit/Type-Tiny/syntax.t .............................. ok +t/20-unit/Type-Tiny/to-moose.t ............................ skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Tiny/to-mouse.t ............................ skipped: Test requires module 'Mouse' but it's not found +t/20-unit/Type-Utils/classifier.t ......................... ok +t/20-unit/Type-Utils/dwim-both.t .......................... skipped: Test requires module 'Mouse' but it's not found +t/20-unit/Type-Utils/dwim-moose.t ......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Utils/dwim-mouse.t ......................... skipped: Test requires module 'Mouse' but it's not found +t/20-unit/Type-Utils/match-on-type.t ...................... ok +t/20-unit/Type-Utils/warnings.t ........................... ok +t/20-unit/Types-Common-Numeric/basic.t .................... ok +t/20-unit/Types-Common-String/basic.t ..................... ok +t/20-unit/Types-Common-String/coerce.t .................... ok +t/20-unit/Types-Common-String/unicode.t ................... ok +Not a GLOB reference at /home/ryan/.cpanm/work/1507547994.16943/Type-Tiny-1.002001/blib/lib/Types/Standard.pm line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 41. +t/20-unit/Types-Standard/basic.t .......................... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 41 subtests passed +t/20-unit/Types-Standard/cycletuple.t ..................... ok +t/20-unit/Types-Standard/deep-coercions.t ................. ok +t/20-unit/Types-Standard/lockdown.t ....................... ok +t/20-unit/Types-Standard/mxtmlb-alike.t ................... ok +t/20-unit/Types-Standard/optlist.t ........................ ok +t/20-unit/Types-Standard/overload.t ....................... ok +t/20-unit/Types-Standard/strmatch.t ....................... ok +t/20-unit/Types-Standard/structured.t ..................... ok +t/20-unit/Types-Standard/tied.t ........................... ok +t/20-unit/Types-TypeTiny/basic.t .......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Types-TypeTiny/coercion.t ....................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Types-TypeTiny/meta.t ........................... ok +t/30-integration/Class-InsideOut/basic.t .................. skipped: Test requires module 'Class::InsideOut' but it's not found +t/30-integration/Exporter-Tiny/basic.t .................... ok +t/30-integration/Exporter-Tiny/installer.t ................ skipped: Test requires module 'Sub::Exporter::Lexical' but it's not found +t/30-integration/Exporter-Tiny/role-conflict.t ............ skipped: Test requires module 'Role::Tiny' but it's not found +t/30-integration/Function-Parameters/basic.t .............. skipped: Test requires module 'Function::Parameters' but it's not found +t/30-integration/Kavorka/basic.t .......................... skipped: Test requires module 'Kavorka' but it's not found +t/30-integration/match-simple/basic.t ..................... skipped: Test requires module 'match::simple' but it's not found +t/30-integration/Moo/basic.t .............................. skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/coercion-inlining-avoidance.t ........ skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/coercion.t ........................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/exceptions.t ......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/inflation.t .......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/inflation2.t ......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moops/basic.t ............................ skipped: Test requires module 'Moops' but it's not found +t/30-integration/Moops/library-keyword.t .................. skipped: Test requires module 'Moops' but it's not found +t/30-integration/Moose/accept-moose-types.t ............... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/basic.t ............................ skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/coercion-more.t .................... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/coercion.t ......................... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/inflate-then-inline.t .............. skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/native-attribute-traits.t .......... skipped: Test requires module 'Moose' but it's not found +t/30-integration/MooseX-Getopt/coercion.t ................. skipped: Test requires module 'Moose' but it's not found +t/30-integration/MooseX-Types/basic.t ..................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/MooseX-Types/extending.t ................. skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/MooseX-Types/more.t ...................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/Mouse/basic.t ............................ skipped: Test requires module 'Mouse' but it's not found +t/30-integration/Mouse/coercion.t ......................... skipped: Test requires module 'Mouse' but it's not found +t/30-integration/MouseX-Types/basic.t ..................... skipped: Test requires module 'MouseX::Types' but it's not found +t/30-integration/MouseX-Types/extending.t ................. skipped: Test requires module 'MouseX::Types' but it's not found +t/30-integration/Object-Accessor/basic.t .................. skipped: Test requires module 'Object::Accessor' but it's not found +t/30-integration/Return-Type/basic.t ...................... skipped: Test requires module 'Return::Type' but it's not found +t/30-integration/Sub-Quote/basic.t ........................ ok +t/30-integration/Sub-Quote/unquote-coercions.t ............ ok +t/30-integration/Sub-Quote/unquote-constraints.t .......... ok +t/30-integration/Switcheroo/basic.t ....................... skipped: Test requires module 'Switcheroo' but it's not found +t/30-integration/Type-Tie/basic.t ......................... skipped: Test requires module 'Type::Tie' but it's not found +t/30-integration/Validation-Class-Simple/archaic.t ........ skipped: Test requires module 'Validation::Class' but it's not found +t/30-integration/Validation-Class-Simple/basic.t .......... skipped: Test requires module 'Validation::Class' but it's not found +t/40-regression/73f51e2d.t ................................ skipped: your perl does not support ithreads +t/40-regression/gh1.t ..................................... ok +t/40-regression/gh14.t .................................... skipped: Test requires module 'Moo' but it's not found +t/40-regression/rt85911.t ................................. ok +t/40-regression/rt86004.t ................................. ok +t/40-regression/rt86233.t ................................. ok +t/40-regression/rt86239.t ................................. ok +t/40-regression/rt90096-2.t ............................... ok +t/40-regression/rt90096.t ................................. ok +t/40-regression/rt92571-2.t ............................... ok +t/40-regression/rt92571.t ................................. ok +t/40-regression/rt92591.t ................................. ok +t/40-regression/rt94196.t ................................. ok +t/40-regression/rt97684.t ................................. skipped: Test requires module 'Devel::Hide' but it's not found +t/40-regression/rt98113.t ................................. ok +t/40-regression/ttxs-gh1.t ................................ ok +t/99-moose-std-types-test.t ............................... skipped: set EXTENDED_TESTING to true if you want to run this test + +Test Summary Report +------------------- +t/20-unit/Type-Params/methods.t (Wstat: 256 Tests: 4 Failed: 1) + Failed test: 1 + Non-zero exit status: 1 +t/20-unit/Type-Tiny/arithmetic.t (Wstat: 65280 Tests: 40 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/20-unit/Types-Standard/basic.t (Wstat: 65280 Tests: 41 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=158, Tests=1459, 18 wallclock secs ( 0.51 usr 0.26 sys + 14.55 cusr 1.99 csys = 17.31 CPU) +Result: FAIL +Failed 3/158 test programs. 1/1459 subtests failed. +Makefile:1031: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Type::Tiny failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +Already tried Getopt::Long::Descriptive. Skipping. +Already tried Moo. Skipping. +Already tried Moo::Role. Skipping. +Searching File::Slurp (0) on cpanmetadb ... +FAIL +--2017-10-09 07:38:22-- http://cpanmetadb.plackperl.org/v1.0/package/File::Slurp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 123 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 7.06M=0s + +2017-10-09 07:38:22 (7.06 MB/s) - written to stdout [123/123] + +--> Working on File::Slurp +Fetching http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ... --2017-10-09 07:38:22-- http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 39927 (39K) [application/x-gzip] +Saving to: ‘File-Slurp-9999.19.tar.gz’ + + 0K .......... .......... .......... ........ 100% 36.0M=0.001s + +2017-10-09 07:38:22 (36.0 MB/s) - ‘File-Slurp-9999.19.tar.gz’ saved [39927/39927] + +Unpacking File-Slurp-9999.19.tar.gz +OK +File-Slurp-9999.19/ +File-Slurp-9999.19/t/ +File-Slurp-9999.19/t/no_clobber.t +File-Slurp-9999.19/t/edit_file.t +File-Slurp-9999.19/t/write_file_win32.t +File-Slurp-9999.19/t/error.t +File-Slurp-9999.19/t/pod_coverage.t +File-Slurp-9999.19/t/perms.t +File-Slurp-9999.19/t/binmode.t +File-Slurp-9999.19/t/pod.t +File-Slurp-9999.19/t/file_object.t +File-Slurp-9999.19/t/stdin.t +File-Slurp-9999.19/t/prepend_file.t +File-Slurp-9999.19/t/read_dir.t +File-Slurp-9999.19/t/large.t +File-Slurp-9999.19/t/paragraph.t +File-Slurp-9999.19/t/error_mode.t +File-Slurp-9999.19/t/signal.t +File-Slurp-9999.19/t/TestDriver.pm +File-Slurp-9999.19/t/handle.t +File-Slurp-9999.19/t/data_list.t +File-Slurp-9999.19/t/original.t +File-Slurp-9999.19/t/append_null.t +File-Slurp-9999.19/t/inode.t +File-Slurp-9999.19/t/newline.t +File-Slurp-9999.19/t/slurp.t +File-Slurp-9999.19/t/tainted.t +File-Slurp-9999.19/t/data_scalar.t +File-Slurp-9999.19/t/pseudo.t +File-Slurp-9999.19/t/stringify.t +File-Slurp-9999.19/t/chomp.t +File-Slurp-9999.19/TODO +File-Slurp-9999.19/README +File-Slurp-9999.19/lib/ +File-Slurp-9999.19/lib/File/ +File-Slurp-9999.19/lib/File/Slurp.pm +File-Slurp-9999.19/MANIFEST +File-Slurp-9999.19/META.yml +File-Slurp-9999.19/Changes +File-Slurp-9999.19/extras/ +File-Slurp-9999.19/extras/slurp_bench.pl +File-Slurp-9999.19/extras/slurp_article.pod +File-Slurp-9999.19/extras/FileSlurp_12.pm +File-Slurp-9999.19/Makefile.PL +Entering File-Slurp-9999.19 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring File-Slurp-9999.19 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Slurp +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Fcntl 1.06 ... Yes (1.13) +OK +Building and testing File-Slurp-9999.19 ... cp lib/File/Slurp.pm blib/lib/File/Slurp.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/append_null.t ....... ok +sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /home/ryan/.cpanm/work/1507547994.16943/File-Slurp-9999.19/blib/lib/File/Slurp.pm line 225. +sysread() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /home/ryan/.cpanm/work/1507547994.16943/File-Slurp-9999.19/blib/lib/File/Slurp.pm line 225. +syswrite() is deprecated on :utf8 handles. This will be a fatal error in Perl 5.30 at /home/ryan/.cpanm/work/1507547994.16943/File-Slurp-9999.19/blib/lib/File/Slurp.pm line 506. +t/binmode.t ........... ok +t/chomp.t ............. ok +t/data_list.t ......... ok +t/data_scalar.t ....... ok +t/edit_file.t ......... ok +t/error.t ............. ok +t/error_mode.t ........ ok +t/file_object.t ....... ok +t/handle.t ............ ok +t/inode.t ............. ok +t/large.t ............. ok +t/newline.t ........... ok +t/no_clobber.t ........ ok +t/original.t .......... ok +t/paragraph.t ......... ok +t/perms.t ............. ok +t/pod.t ............... ok +t/pod_coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/prepend_file.t ...... ok +t/pseudo.t ............ ok +t/read_dir.t .......... ok +t/signal.t ............ ok +t/slurp.t ............. ok +t/stdin.t ............. ok +t/stringify.t ......... ok +t/tainted.t ........... ok +t/write_file_win32.t .. ok +All tests successful. +Files=28, Tests=297, 5 wallclock secs ( 0.10 usr 0.04 sys + 1.92 cusr 0.36 csys = 2.42 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Slurp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Slurp.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Slurp-9999.19 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurp-9999.19/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Slurp-9999.19/MYMETA.json +Already tried Role::Tiny. Skipping. +Searching CPAN::Changes (0.30) on cpanmetadb ... +--2017-10-09 07:38:27-- http://cpanmetadb.plackperl.org/v1.0/package/CPAN::Changes +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 202 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 39.9M=0s + +2017-10-09 07:38:27 (39.9 MB/s) - written to stdout [202/202] + +--> Working on CPAN::Changes +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/CPAN-Changes-0.400002.tar.gz ... --2017-10-09 07:38:27-- http://www.cpan.org/authors/id/H/HA/HAARG/CPAN-Changes-0.400002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21361 (21K) [application/x-gzip] +Saving to: ‘CPAN-Changes-0.400002.tar.gz’ + + 0K .......... .......... 100% 28.3M=0.001s + +2017-10-09 07:38:27 (28.3 MB/s) - ‘CPAN-Changes-0.400002.tar.gz’ saved [21361/21361] + +Unpacking CPAN-Changes-0.400002.tar.gz +OK +CPAN-Changes-0.400002/ +CPAN-Changes-0.400002/bin/ +CPAN-Changes-0.400002/Changes +CPAN-Changes-0.400002/lib/ +CPAN-Changes-0.400002/maint/ +CPAN-Changes-0.400002/Makefile.PL +CPAN-Changes-0.400002/MANIFEST +CPAN-Changes-0.400002/META.json +CPAN-Changes-0.400002/META.yml +CPAN-Changes-0.400002/README +CPAN-Changes-0.400002/t/ +CPAN-Changes-0.400002/xt/ +CPAN-Changes-0.400002/xt/release/ +CPAN-Changes-0.400002/xt/release/pod.t +CPAN-Changes-0.400002/xt/release/pod_coverage.t +CPAN-Changes-0.400002/t/corpus/ +CPAN-Changes-0.400002/t/delete_empty_groups.t +CPAN-Changes-0.400002/t/dist-zilla-changes.t +CPAN-Changes-0.400002/t/moo_lazy_subclass.t +CPAN-Changes-0.400002/t/read_basic.t +CPAN-Changes-0.400002/t/read_different-indentation.t +CPAN-Changes-0.400002/t/read_dist-zilla.t +CPAN-Changes-0.400002/t/read_encoded.t +CPAN-Changes-0.400002/t/read_group-brackets.t +CPAN-Changes-0.400002/t/read_group.t +CPAN-Changes-0.400002/t/read_line-continuation.t +CPAN-Changes-0.400002/t/read_multiple_releases.t +CPAN-Changes-0.400002/t/read_no-leading-space-for-change.t +CPAN-Changes-0.400002/t/read_no_date.t +CPAN-Changes-0.400002/t/read_preamble.t +CPAN-Changes-0.400002/t/read_space-before-date.t +CPAN-Changes-0.400002/t/read_timestamp.t +CPAN-Changes-0.400002/t/read_unknown_date.t +CPAN-Changes-0.400002/t/read_version-date-separator.t +CPAN-Changes-0.400002/t/rt90605.t +CPAN-Changes-0.400002/t/self.t +CPAN-Changes-0.400002/t/serialize.t +CPAN-Changes-0.400002/t/sort_groups.t +CPAN-Changes-0.400002/t/valid_dates.t +CPAN-Changes-0.400002/t/corpus/basic.changes +CPAN-Changes-0.400002/t/corpus/different-indentation.changes +CPAN-Changes-0.400002/t/corpus/dist-zilla.changes +CPAN-Changes-0.400002/t/corpus/dist-zilla_format.changes +CPAN-Changes-0.400002/t/corpus/group-brackets.changes +CPAN-Changes-0.400002/t/corpus/group.changes +CPAN-Changes-0.400002/t/corpus/latin1.changes +CPAN-Changes-0.400002/t/corpus/line-continuation.changes +CPAN-Changes-0.400002/t/corpus/long_preamble.changes +CPAN-Changes-0.400002/t/corpus/multiple_releases.changes +CPAN-Changes-0.400002/t/corpus/no-leading-space-for-change.changes +CPAN-Changes-0.400002/t/corpus/preamble.changes +CPAN-Changes-0.400002/t/corpus/space-before-date.changes +CPAN-Changes-0.400002/t/corpus/timestamp.changes +CPAN-Changes-0.400002/t/corpus/unknown_date.changes +CPAN-Changes-0.400002/t/corpus/utf8.changes +CPAN-Changes-0.400002/t/corpus/version-date-separator.changes +CPAN-Changes-0.400002/maint/Makefile.PL.include +CPAN-Changes-0.400002/lib/CPAN/ +CPAN-Changes-0.400002/lib/Test/ +CPAN-Changes-0.400002/lib/Test/CPAN/ +CPAN-Changes-0.400002/lib/Test/CPAN/Changes.pm +CPAN-Changes-0.400002/lib/CPAN/Changes/ +CPAN-Changes-0.400002/lib/CPAN/Changes.pm +CPAN-Changes-0.400002/lib/CPAN/Changes/Group.pm +CPAN-Changes-0.400002/lib/CPAN/Changes/Release.pm +CPAN-Changes-0.400002/lib/CPAN/Changes/Spec.pod +CPAN-Changes-0.400002/bin/tidy_changelog +Entering CPAN-Changes-0.400002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring CPAN-Changes-0.400002 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for CPAN::Changes +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Text::Wrap 0.003 ... Yes (2013.0523) +Checking if you have version 0.9906 ... Yes (0.9918) +OK +Building and testing CPAN-Changes-0.400002 ... cp lib/CPAN/Changes.pm blib/lib/CPAN/Changes.pm +cp lib/CPAN/Changes/Spec.pod blib/lib/CPAN/Changes/Spec.pod +cp lib/Test/CPAN/Changes.pm blib/lib/Test/CPAN/Changes.pm +cp lib/CPAN/Changes/Release.pm blib/lib/CPAN/Changes/Release.pm +cp lib/CPAN/Changes/Group.pm blib/lib/CPAN/Changes/Group.pm +cp bin/tidy_changelog blib/script/tidy_changelog +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tidy_changelog +Manifying 1 pod document +Manifying 5 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/delete_empty_groups.t ............... ok +t/dist-zilla-changes.t ................ ok +t/moo_lazy_subclass.t ................. skipped: Moo required for this test +t/read_basic.t ........................ ok +t/read_different-indentation.t ........ ok +t/read_dist-zilla.t ................... ok +t/read_encoded.t ...................... ok +t/read_group-brackets.t ............... ok +t/read_group.t ........................ ok +t/read_line-continuation.t ............ ok +t/read_multiple_releases.t ............ ok +t/read_no-leading-space-for-change.t .. ok +t/read_no_date.t ...................... ok +t/read_preamble.t ..................... ok +t/read_space-before-date.t ............ ok +t/read_timestamp.t .................... ok +t/read_unknown_date.t ................. ok +t/read_version-date-separator.t ....... ok +t/rt90605.t ........................... ok +t/self.t .............................. ok +t/serialize.t ......................... ok +t/sort_groups.t ....................... ok +t/valid_dates.t ....................... ok +All tests successful. +Files=23, Tests=277, 2 wallclock secs ( 0.08 usr 0.03 sys + 1.49 cusr 0.29 csys = 1.89 CPU) +Result: PASS +Manifying 1 pod document +Manifying 5 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/CPAN/Changes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CPAN/Changes.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CPAN/Changes/Spec.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CPAN/Changes/Release.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CPAN/Changes/Group.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/tidy_changelog.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Changes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Changes::Spec.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Changes::Release.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CPAN::Changes::Group.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::CPAN::Changes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/tidy_changelog +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed CPAN-Changes-0.400002 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CPAN-Changes-0.400002/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CPAN-Changes-0.400002/MYMETA.json +Searching Types::Standard (0) on cpanmetadb ... +--2017-10-09 07:38:30-- http://cpanmetadb.plackperl.org/v1.0/package/Types::Standard +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1230 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 177M=0s + +2017-10-09 07:38:30 (177 MB/s) - written to stdout [1230/1230] + +Already tried Type-Tiny-1.002001. Skipping. +! Installing the dependencies failed: Module 'Types::Standard' is not installed, Module 'Moo::Role' is not installed, Module 'Role::Tiny' is not installed, Module 'MooX::HandlesVia' is not installed, Module 'namespace::autoclean' is not installed, Module 'Type::Tiny' is not installed, Module 'Getopt::Long::Descriptive' is not installed, Module 'Moo' is not installed +! Bailing out the installation for Pod-Readme-1.001002. +Searching Modern::Perl (0) on cpanmetadb ... +--2017-10-09 07:38:30-- http://cpanmetadb.plackperl.org/v1.0/package/Modern::Perl +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.7M=0s + +2017-10-09 07:38:30 (20.7 MB/s) - written to stdout [116/116] + +--> Working on Modern::Perl +Fetching http://www.cpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-1.20170117.tar.gz ... --2017-10-09 07:38:30-- http://www.cpan.org/authors/id/C/CH/CHROMATIC/Modern-Perl-1.20170117.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13867 (14K) [application/x-gzip] +Saving to: ‘Modern-Perl-1.20170117.tar.gz’ + + 0K .......... ... 100% 17.4M=0.001s + +2017-10-09 07:38:30 (17.4 MB/s) - ‘Modern-Perl-1.20170117.tar.gz’ saved [13867/13867] + +Unpacking Modern-Perl-1.20170117.tar.gz +OK +Modern-Perl-1.20170117/ +Modern-Perl-1.20170117/dist.ini +Modern-Perl-1.20170117/Changes +Modern-Perl-1.20170117/Makefile.PL +Modern-Perl-1.20170117/README +Modern-Perl-1.20170117/META.yml +Modern-Perl-1.20170117/LICENSE +Modern-Perl-1.20170117/MANIFEST +Modern-Perl-1.20170117/lib/ +Modern-Perl-1.20170117/lib/Modern/ +Modern-Perl-1.20170117/lib/Modern/Perl.pm +Modern-Perl-1.20170117/Build.PL +Modern-Perl-1.20170117/t/ +Modern-Perl-1.20170117/t/regressions.t +Modern-Perl-1.20170117/t/base.t +Modern-Perl-1.20170117/t/unimport.t +Modern-Perl-1.20170117/t/year_imports.t +Entering Modern-Perl-1.20170117 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Modern-Perl-1.20170117 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Modern-Perl' version '1.20170117' +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have mro 0 ... Yes (1.21) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have autodie 2.22 ... Yes (2.29) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have feature 0 ... Yes (1.49) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Modern-Perl-1.20170117 ... Building Modern-Perl +t/base.t .......... ok +t/regressions.t ... ok +t/unimport.t ...... ok +t/year_imports.t .. ok +All tests successful. +Files=4, Tests=101, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.22 cusr 0.06 csys = 0.33 CPU) +Result: PASS +Building Modern-Perl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Modern/Perl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Modern::Perl.3 +OK +Successfully installed Modern-Perl-1.20170117 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Modern-Perl-1.20170117/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Modern-Perl-1.20170117/MYMETA.json +! Installing the dependencies failed: Module 'Pod::Readme' is not installed, Module 'CPAN::Uploader' is not installed, Module 'Devel::NYTProf' is not installed, Module 'Data::Printer' is not installed, Module 'Dist::Zilla' is not installed +! Bailing out the installation for Task-Kensho-ModuleDev-0.39. +Searching Quote::Code (0) on cpanmetadb ... +--2017-10-09 07:38:31-- http://cpanmetadb.plackperl.org/v1.0/package/Quote::Code +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.1M=0s + +2017-10-09 07:38:31 (23.1 MB/s) - written to stdout [98/98] + +--> Working on Quote::Code +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Quote-Code-1.0102.tar.gz ... --2017-10-09 07:38:31-- http://www.cpan.org/authors/id/M/MA/MAUKE/Quote-Code-1.0102.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12153 (12K) [application/x-gzip] +Saving to: ‘Quote-Code-1.0102.tar.gz’ + + 0K .......... . 100% 178M=0s + +2017-10-09 07:38:31 (178 MB/s) - ‘Quote-Code-1.0102.tar.gz’ saved [12153/12153] + +Unpacking Quote-Code-1.0102.tar.gz +OK +Quote-Code-1.0102/ +Quote-Code-1.0102/README +Quote-Code-1.0102/Changes +Quote-Code-1.0102/Code.xs +Quote-Code-1.0102/lib/ +Quote-Code-1.0102/lib/Quote/ +Quote-Code-1.0102/lib/Quote/Code.pm +Quote-Code-1.0102/META.yml +Quote-Code-1.0102/xt/ +Quote-Code-1.0102/xt/pod.t +Quote-Code-1.0102/META.json +Quote-Code-1.0102/Makefile.PL +Quote-Code-1.0102/MANIFEST +Quote-Code-1.0102/t/ +Quote-Code-1.0102/t/04-heredoc.t +Quote-Code-1.0102/t/01-bare.t +Quote-Code-1.0102/t/00-load.t +Quote-Code-1.0102/t/05-heredoc-code.t +Quote-Code-1.0102/t/06-heredoc-code.t +Quote-Code-1.0102/t/07-charnames.t +Quote-Code-1.0102/t/09-words.t +Quote-Code-1.0102/t/02-unload.t +Quote-Code-1.0102/t/03-context.t +Quote-Code-1.0102/t/08-utf8.t +Quote-Code-1.0102/Makefile_PL_settings +Quote-Code-1.0102/MANIFEST.SKIP +Entering Quote-Code-1.0102 +Checking configure dependencies from META.json +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Running Makefile.PL +Configuring Quote-Code-1.0102 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Quote::Code +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have charnames 0 ... Yes (1.45) +OK +Building and testing Quote-Code-1.0102 ... cp lib/Quote/Code.pm blib/lib/Quote/Code.pm +Running Mkbootstrap for Code () +chmod 644 "Code.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Code.bs blib/arch/auto/Quote/Code/Code.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Code.xs > Code.xsc +mv Code.xsc Code.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0102\" -DXS_VERSION=\"1.0102\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Code.c +rm -f blib/arch/auto/Quote/Code/Code.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Code.o -o blib/arch/auto/Quote/Code/Code.so \ + \ + +chmod 755 blib/arch/auto/Quote/Code/Code.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Code.bs blib/arch/auto/Quote/Code/Code.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Quote::Code 1.0102, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .......... ok +t/01-bare.t .......... ok +t/02-unload.t ........ ok +t/03-context.t ....... ok +t/04-heredoc.t ....... ok +t/05-heredoc-code.t .. ok +t/06-heredoc-code.t .. ok +t/07-charnames.t ..... ok +t/08-utf8.t .......... ok +t/09-words.t ......... ok +All tests successful. +Files=10, Tests=75, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.56 cusr 0.06 csys = 0.68 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Code.bs blib/arch/auto/Quote/Code/Code.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Quote/Code/Code.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Quote/Code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Quote::Code.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Quote-Code-1.0102 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Quote-Code-1.0102/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Quote-Code-1.0102/MYMETA.json +Searching Syntax::Keyword::Try (0) on cpanmetadb ... +--2017-10-09 07:38:34-- http://cpanmetadb.plackperl.org/v1.0/package/Syntax::Keyword::Try +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.4M=0s + +2017-10-09 07:38:34 (15.4 MB/s) - written to stdout [110/110] + +--> Working on Syntax::Keyword::Try +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.08.tar.gz ... --2017-10-09 07:38:34-- http://www.cpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-0.08.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23524 (23K) [application/x-gzip] +Saving to: ‘Syntax-Keyword-Try-0.08.tar.gz’ + + 0K .......... .......... .. 100% 25.5M=0.001s + +2017-10-09 07:38:34 (25.5 MB/s) - ‘Syntax-Keyword-Try-0.08.tar.gz’ saved [23524/23524] + +Unpacking Syntax-Keyword-Try-0.08.tar.gz +OK +Syntax-Keyword-Try-0.08 +Syntax-Keyword-Try-0.08/Build.PL +Syntax-Keyword-Try-0.08/Changes +Syntax-Keyword-Try-0.08/LICENSE +Syntax-Keyword-Try-0.08/MANIFEST +Syntax-Keyword-Try-0.08/META.json +Syntax-Keyword-Try-0.08/META.yml +Syntax-Keyword-Try-0.08/README +Syntax-Keyword-Try-0.08/lib +Syntax-Keyword-Try-0.08/lib/Syntax +Syntax-Keyword-Try-0.08/lib/Syntax/Keyword +Syntax-Keyword-Try-0.08/lib/Syntax/Keyword/Try.pm +Syntax-Keyword-Try-0.08/lib/Syntax/Keyword/Try.xs +Syntax-Keyword-Try-0.08/t +Syntax-Keyword-Try-0.08/t/00use.t +Syntax-Keyword-Try-0.08/t/01trycatch.t +Syntax-Keyword-Try-0.08/t/02tryfinally.t +Syntax-Keyword-Try-0.08/t/03trycatchfinally.t +Syntax-Keyword-Try-0.08/t/10snail.t +Syntax-Keyword-Try-0.08/t/11loop.t +Syntax-Keyword-Try-0.08/t/12return.t +Syntax-Keyword-Try-0.08/t/13die-in-finally.t +Syntax-Keyword-Try-0.08/t/14try-localises.t +Syntax-Keyword-Try-0.08/t/80await+try.t +Syntax-Keyword-Try-0.08/t/99pod.t +Entering Syntax-Keyword-Try-0.08 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Syntax-Keyword-Try-0.08 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Syntax-Keyword-Try' version '0.08' +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Syntax-Keyword-Try-0.08 ... Building Syntax-Keyword-Try +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -DVERSION="0.08" -DXS_VERSION="0.08" -fPIC -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Syntax/Keyword/Try.o lib/Syntax/Keyword/Try.c +ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Syntax/Keyword/Try/Try.bs') +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Syntax/Keyword/Try/Try.so lib/Syntax/Keyword/Try.o +t/00use.t .............. ok +t/01trycatch.t ......... ok +t/02tryfinally.t ....... ok +t/03trycatchfinally.t .. ok +t/10snail.t ............ ok +t/11loop.t ............. ok +t/12return.t ........... ok +t/13die-in-finally.t ... ok +t/14try-localises.t .... ok +t/80await+try.t ........ skipped: Future::AsyncAwait >= 0.10 is not available +t/99pod.t .............. ok +All tests successful. +Files=11, Tests=39, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.63 cusr 0.09 csys = 0.78 CPU) +Result: PASS +Building Syntax-Keyword-Try +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Syntax/Keyword/Try/Try.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Syntax/Keyword/Try/Try.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Syntax/Keyword/Try.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Syntax::Keyword::Try.3 +OK +Successfully installed Syntax-Keyword-Try-0.08 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Syntax-Keyword-Try-0.08/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Syntax-Keyword-Try-0.08/MYMETA.json +Searching Function::Parameters (0) on cpanmetadb ... +--2017-10-09 07:38:36-- http://cpanmetadb.plackperl.org/v1.0/package/Function::Parameters +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 201 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 40.7M=0s + +2017-10-09 07:38:36 (40.7 MB/s) - written to stdout [201/201] + +--> Working on Function::Parameters +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Function-Parameters-2.001001.tar.gz ... --2017-10-09 07:38:36-- http://www.cpan.org/authors/id/M/MA/MAUKE/Function-Parameters-2.001001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 89760 (88K) [application/x-gzip] +Saving to: ‘Function-Parameters-2.001001.tar.gz’ + + 0K .......... .......... .......... .......... .......... 57% 27.4M 0s + 50K .......... .......... .......... ....... 100% 43.4M=0.003s + +2017-10-09 07:38:36 (32.6 MB/s) - ‘Function-Parameters-2.001001.tar.gz’ saved [89760/89760] + +Unpacking Function-Parameters-2.001001.tar.gz +OK +Function-Parameters-2.001001/ +Function-Parameters-2.001001/Makefile_PL_settings.plx +Function-Parameters-2.001001/README +Function-Parameters-2.001001/Changes +Function-Parameters-2.001001/hax/ +Function-Parameters-2.001001/hax/STATIC_ASSERT_STMT.c.inc +Function-Parameters-2.001001/hax/pad_add_name_sv.c.inc +Function-Parameters-2.001001/hax/block_end.c.inc +Function-Parameters-2.001001/hax/pad_add_name_pvs.c.inc +Function-Parameters-2.001001/hax/op_convert_list.c.inc +Function-Parameters-2.001001/hax/pad_leavemy.c.inc +Function-Parameters-2.001001/hax/pad_findmy_pvs.c.inc +Function-Parameters-2.001001/hax/newDEFSVOP.c.inc +Function-Parameters-2.001001/hax/scalarseq.c.inc +Function-Parameters-2.001001/hax/intro_my.c.inc +Function-Parameters-2.001001/hax/COP_SEQ_RANGE_LOW_set.c.inc +Function-Parameters-2.001001/hax/COP_SEQ_RANGE_HIGH_set.c.inc +Function-Parameters-2.001001/hax/block_start.c.inc +Function-Parameters-2.001001/hax/pad_block_start.c.inc +Function-Parameters-2.001001/hax/pad_alloc.c.inc +Function-Parameters-2.001001/lib/ +Function-Parameters-2.001001/lib/Function/ +Function-Parameters-2.001001/lib/Function/Parameters.pm +Function-Parameters-2.001001/lib/Function/Parameters/ +Function-Parameters-2.001001/lib/Function/Parameters/Info.pm +Function-Parameters-2.001001/Parameters.xs +Function-Parameters-2.001001/META.yml +Function-Parameters-2.001001/xt/ +Function-Parameters-2.001001/xt/pod.t +Function-Parameters-2.001001/META.json +Function-Parameters-2.001001/Makefile.PL +Function-Parameters-2.001001/MANIFEST +Function-Parameters-2.001001/t/ +Function-Parameters-2.001001/t/unicode.t +Function-Parameters-2.001001/t/strict.t +Function-Parameters-2.001001/t/checkered_3.t +Function-Parameters-2.001001/t/strict_3.fail +Function-Parameters-2.001001/t/types_moose_3.t +Function-Parameters-2.001001/t/bonus.t +Function-Parameters-2.001001/t/defaults.t +Function-Parameters-2.001001/t/croak.t +Function-Parameters-2.001001/t/prototype.t +Function-Parameters-2.001001/t/lineno-torture.t +Function-Parameters-2.001001/t/precedence.t +Function-Parameters-2.001001/t/recursion.t +Function-Parameters-2.001001/t/threads.t +Function-Parameters-2.001001/t/install.t +Function-Parameters-2.001001/t/method_runtime.t +Function-Parameters-2.001001/t/invocant.t +Function-Parameters-2.001001/t/types_moosex_2.t +Function-Parameters-2.001001/t/imports.t +Function-Parameters-2.001001/t/types_caller.t +Function-Parameters-2.001001/t/checkered_2.t +Function-Parameters-2.001001/t/defaults_regress.t +Function-Parameters-2.001001/t/attributes.t +Function-Parameters-2.001001/t/strict_2.fail +Function-Parameters-2.001001/t/00-load.t +Function-Parameters-2.001001/t/regress.t +Function-Parameters-2.001001/t/types_moose.t +Function-Parameters-2.001001/t/types_parse.t +Function-Parameters-2.001001/t/info.t +Function-Parameters-2.001001/t/types_msg.t +Function-Parameters-2.001001/t/lexical.t +Function-Parameters-2.001001/t/strict_4.fail +Function-Parameters-2.001001/t/foreign/ +Function-Parameters-2.001001/t/foreign/Method-Signatures/ +Function-Parameters-2.001001/t/foreign/Method-Signatures/slurpy.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/paren_on_own_line.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/defaults.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/comments.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/typeload_moose.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/odd_number.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/method.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/invocant.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/array_param.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/too_many_args.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/anon.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/attributes.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/lib/ +Function-Parameters-2.001001/t/foreign/Method-Signatures/lib/BarfyDie.pm +Function-Parameters-2.001001/t/foreign/Method-Signatures/lib/MooseLoadTest.pm +Function-Parameters-2.001001/t/foreign/Method-Signatures/lib/Bad.pm +Function-Parameters-2.001001/t/foreign/Method-Signatures/optional.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/one_line.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/required.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/at_underscore.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/typeload_notypes.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/caller.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/error_interruption.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/func.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/named.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/larna.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/type_check.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/simple.plx +Function-Parameters-2.001001/t/foreign/Method-Signatures/paren_plus_open_block.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/syntax_errors.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/into.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/trailing_comma.t +Function-Parameters-2.001001/t/foreign/Method-Signatures/begin.t +Function-Parameters-2.001001/t/foreign/Fun/ +Function-Parameters-2.001001/t/foreign/Fun/compile-time.t +Function-Parameters-2.001001/t/foreign/Fun/slurpy.t +Function-Parameters-2.001001/t/foreign/Fun/state.t +Function-Parameters-2.001001/t/foreign/Fun/defaults.t +Function-Parameters-2.001001/t/foreign/Fun/recursion.t +Function-Parameters-2.001001/t/foreign/Fun/anon.t +Function-Parameters-2.001001/t/foreign/Fun/slurpy-syntax-errors.t +Function-Parameters-2.001001/t/foreign/Fun/package.t +Function-Parameters-2.001001/t/foreign/Fun/basic.t +Function-Parameters-2.001001/t/foreign/Fun/name.t +Function-Parameters-2.001001/t/foreign/Fun/closure-proto.t +Function-Parameters-2.001001/t/foreign/signatures/ +Function-Parameters-2.001001/t/foreign/signatures/anon.t +Function-Parameters-2.001001/t/foreign/signatures/basic.t +Function-Parameters-2.001001/t/foreign/signatures/eval.t +Function-Parameters-2.001001/t/foreign/signatures/weird.t +Function-Parameters-2.001001/t/foreign/signatures/proto.t +Function-Parameters-2.001001/t/foreign/perl/ +Function-Parameters-2.001001/t/foreign/perl/signatures.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/closure.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/sigs-optional.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/list.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/undef_method_arg.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/precedence.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/too_many_args.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/attributes.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/InvalidCase01.pm +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/My/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/Name/ +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/My/Annoyingly/Long/Name/Space.pm +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/lib/Redefined.pm +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/types.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/undef_method_arg2.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/caller.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/eval.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/named_defaults.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/errors.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/type_alias.t +Function-Parameters-2.001001/t/foreign/MooseX-Method-Signatures/no_signature.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/ +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/03-config.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/RT80510.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/02-use.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/RT80507.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/RT80505.t +Function-Parameters-2.001001/t/foreign/Method-Signatures-Simple/RT80508.t +Function-Parameters-2.001001/t/name_4.fail +Function-Parameters-2.001001/t/name_2.fail +Function-Parameters-2.001001/t/types_auto.t +Function-Parameters-2.001001/t/gorn.t +Function-Parameters-2.001001/t/lineno.t +Function-Parameters-2.001001/t/03-compiles.t +Function-Parameters-2.001001/t/checkered.t +Function-Parameters-2.001001/t/strict_1.fail +Function-Parameters-2.001001/t/01-compiles.t +Function-Parameters-2.001001/t/named_params.t +Function-Parameters-2.001001/t/hueg.t +Function-Parameters-2.001001/t/types_moose_2.t +Function-Parameters-2.001001/t/types_custom.t +Function-Parameters-2.001001/t/eval.t +Function-Parameters-2.001001/t/name.t +Function-Parameters-2.001001/t/name_1.fail +Function-Parameters-2.001001/t/02-compiles.t +Function-Parameters-2.001001/t/eating_strict_error.t +Function-Parameters-2.001001/t/lifetime.t +Function-Parameters-2.001001/t/strict_5.fail +Function-Parameters-2.001001/t/eating_strict_error.fail +Function-Parameters-2.001001/t/checkered_4.t +Function-Parameters-2.001001/t/eating_strict_error_2.fail +Function-Parameters-2.001001/t/types_custom_3.t +Function-Parameters-2.001001/t/name_3.fail +Function-Parameters-2.001001/t/types_custom_4.t +Function-Parameters-2.001001/t/rename.t +Function-Parameters-2.001001/t/elsewhere.t +Function-Parameters-2.001001/t/defaults_bare.t +Function-Parameters-2.001001/t/types_custom_2.t +Function-Parameters-2.001001/t/types_moosex.t +Function-Parameters-2.001001/t/unicode2.t +Function-Parameters-2.001001/t/method_cache.t +Function-Parameters-2.001001/MANIFEST.SKIP +Entering Function-Parameters-2.001001 +Checking configure dependencies from META.json +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Running Makefile.PL +Configuring Function-Parameters-2.001001 ... Warning: prerequisite Dir::Self 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Function::Parameters +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Dir::Self 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Hash::Util 0.07 ... Yes (0.22) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Searching Dir::Self (0) on cpanmetadb ... +OK +==> Found dependencies: Dir::Self +--2017-10-09 07:38:37-- http://cpanmetadb.plackperl.org/v1.0/package/Dir::Self +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.0M=0s + +2017-10-09 07:38:37 (15.0 MB/s) - written to stdout [88/88] + +--> Working on Dir::Self +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Dir-Self-0.11.tar.gz ... --2017-10-09 07:38:37-- http://www.cpan.org/authors/id/M/MA/MAUKE/Dir-Self-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3361 (3.3K) [application/x-gzip] +Saving to: ‘Dir-Self-0.11.tar.gz’ + + 0K ... 100% 371M=0s + +2017-10-09 07:38:37 (371 MB/s) - ‘Dir-Self-0.11.tar.gz’ saved [3361/3361] + +Unpacking Dir-Self-0.11.tar.gz +OK +Dir-Self-0.11/ +Dir-Self-0.11/lib/ +Dir-Self-0.11/lib/Dir/ +Dir-Self-0.11/lib/Dir/Self.pm +Dir-Self-0.11/META.yml +Dir-Self-0.11/Makefile.PL +Dir-Self-0.11/t/ +Dir-Self-0.11/t/zerlegungsgleichheit/ +Dir-Self-0.11/t/zerlegungsgleichheit/d.t +Dir-Self-0.11/t/Dir-Self.t +Dir-Self-0.11/MANIFEST.SKIP +Dir-Self-0.11/MANIFEST +Dir-Self-0.11/META.json +Dir-Self-0.11/Changes +Dir-Self-0.11/README +Entering Dir-Self-0.11 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Dir-Self-0.11 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dir::Self +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have lib 0 ... Yes (0.64) +OK +Building and testing Dir-Self-0.11 ... cp lib/Dir/Self.pm blib/lib/Dir/Self.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Dir-Self.t .. ok +All tests successful. +Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.05 cusr 0.00 csys = 0.07 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Dir/Self.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Dir::Self.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Dir-Self-0.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dir-Self-0.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dir-Self-0.11/MYMETA.json +Building and testing Function-Parameters-2.001001 ... cp lib/Function/Parameters/Info.pm blib/lib/Function/Parameters/Info.pm +cp lib/Function/Parameters.pm blib/lib/Function/Parameters.pm +Running Mkbootstrap for Parameters () +chmod 644 "Parameters.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Parameters.xs > Parameters.xsc +mv Parameters.xsc Parameters.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.001001\" -DXS_VERSION=\"2.001001\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Parameters.c +rm -f blib/arch/auto/Function/Parameters/Parameters.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Parameters.o -o blib/arch/auto/Function/Parameters/Parameters.so \ + \ + +chmod 755 blib/arch/auto/Function/Parameters/Parameters.so +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t +# Testing Function::Parameters 2.001001, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ............................................. ok +t/01-compiles.t ......................................... ok +t/02-compiles.t ......................................... ok +t/03-compiles.t ......................................... ok +t/attributes.t .......................................... ok +t/bonus.t ............................................... ok +t/checkered.t ........................................... ok +t/checkered_2.t ......................................... ok +t/checkered_3.t ......................................... ok +t/checkered_4.t ......................................... ok +t/croak.t ............................................... ok +t/defaults.t ............................................ ok +t/defaults_bare.t ....................................... ok +t/defaults_regress.t .................................... ok +t/eating_strict_error.t ................................. ok +t/elsewhere.t ........................................... ok +t/eval.t ................................................ ok +t/foreign/Fun/anon.t .................................... ok +t/foreign/Fun/basic.t ................................... ok +t/foreign/Fun/closure-proto.t ........................... ok +t/foreign/Fun/compile-time.t ............................ ok +t/foreign/Fun/defaults.t ................................ ok +t/foreign/Fun/name.t .................................... ok +t/foreign/Fun/package.t ................................. ok +t/foreign/Fun/recursion.t ............................... ok +t/foreign/Fun/slurpy-syntax-errors.t .................... ok +t/foreign/Fun/slurpy.t .................................. ok +t/foreign/Fun/state.t ................................... ok +t/foreign/Method-Signatures-Simple/02-use.t ............. ok +t/foreign/Method-Signatures-Simple/03-config.t .......... ok +t/foreign/Method-Signatures-Simple/RT80505.t ............ ok +t/foreign/Method-Signatures-Simple/RT80507.t ............ ok +t/foreign/Method-Signatures-Simple/RT80508.t ............ ok +t/foreign/Method-Signatures-Simple/RT80510.t ............ ok +t/foreign/Method-Signatures/anon.t ...................... ok +t/foreign/Method-Signatures/array_param.t ............... ok +t/foreign/Method-Signatures/at_underscore.t ............. ok +t/foreign/Method-Signatures/attributes.t ................ ok +t/foreign/Method-Signatures/begin.t ..................... ok +t/foreign/Method-Signatures/caller.t .................... ok +t/foreign/Method-Signatures/comments.t .................. skipped: Moose required for testing types +t/foreign/Method-Signatures/defaults.t .................. ok +t/foreign/Method-Signatures/error_interruption.t ........ skipped: Moose required for testing types +t/foreign/Method-Signatures/func.t ...................... ok +t/foreign/Method-Signatures/into.t ...................... ok +t/foreign/Method-Signatures/invocant.t .................. skipped: Moose required for testing types +t/foreign/Method-Signatures/larna.t ..................... ok +t/foreign/Method-Signatures/method.t .................... ok +t/foreign/Method-Signatures/named.t ..................... ok +t/foreign/Method-Signatures/odd_number.t ................ ok +t/foreign/Method-Signatures/one_line.t .................. ok +t/foreign/Method-Signatures/optional.t .................. ok +t/foreign/Method-Signatures/paren_on_own_line.t ......... ok +t/foreign/Method-Signatures/paren_plus_open_block.t ..... ok +t/foreign/Method-Signatures/required.t .................. ok +t/foreign/Method-Signatures/slurpy.t .................... ok +t/foreign/Method-Signatures/syntax_errors.t ............. ok +t/foreign/Method-Signatures/too_many_args.t ............. ok +t/foreign/Method-Signatures/trailing_comma.t ............ ok +t/foreign/Method-Signatures/type_check.t ................ skipped: Moose required for testing types +t/foreign/Method-Signatures/typeload_moose.t ............ ok +t/foreign/Method-Signatures/typeload_notypes.t .......... ok +t/foreign/MooseX-Method-Signatures/attributes.t ......... ok +t/foreign/MooseX-Method-Signatures/caller.t ............. ok +t/foreign/MooseX-Method-Signatures/closure.t ............ skipped: Moose required for testing types +t/foreign/MooseX-Method-Signatures/errors.t ............. ok +t/foreign/MooseX-Method-Signatures/eval.t ............... ok +t/foreign/MooseX-Method-Signatures/list.t ............... skipped: Moose required for testing types +t/foreign/MooseX-Method-Signatures/named_defaults.t ..... ok +t/foreign/MooseX-Method-Signatures/no_signature.t ....... ok +t/foreign/MooseX-Method-Signatures/precedence.t ......... ok +t/foreign/MooseX-Method-Signatures/sigs-optional.t ...... ok +t/foreign/MooseX-Method-Signatures/too_many_args.t ...... ok +t/foreign/MooseX-Method-Signatures/type_alias.t ......... skipped: Moose, aliased required for testing types +t/foreign/MooseX-Method-Signatures/types.t .............. skipped: Moose, MooseX::Types required for testing types +t/foreign/MooseX-Method-Signatures/undef_method_arg.t ... ok +t/foreign/MooseX-Method-Signatures/undef_method_arg2.t .. skipped: Moose, Test::Deep required for testing types +t/foreign/perl/signatures.t ............................. ok +t/foreign/signatures/anon.t ............................. ok +t/foreign/signatures/basic.t ............................ ok +t/foreign/signatures/eval.t ............................. ok +t/foreign/signatures/proto.t ............................ ok +t/foreign/signatures/weird.t ............................ ok +t/gorn.t ................................................ ok +t/hueg.t ................................................ ok +t/imports.t ............................................. ok +t/info.t ................................................ ok +t/install.t ............................................. ok +t/invocant.t ............................................ ok +t/lexical.t ............................................. ok +t/lifetime.t ............................................ ok +t/lineno-torture.t ...................................... ok +t/lineno.t .............................................. ok +t/method_cache.t ........................................ ok +t/method_runtime.t ...................................... ok +t/name.t ................................................ ok +t/named_params.t ........................................ ok +t/precedence.t .......................................... ok +t/prototype.t ........................................... ok +t/recursion.t ........................................... ok +t/regress.t ............................................. ok +t/rename.t .............................................. ok +t/strict.t .............................................. ok +t/threads.t ............................................. skipped: threads required for testing threads +t/types_auto.t .......................................... ok +t/types_caller.t ........................................ ok +t/types_custom.t ........................................ ok +t/types_custom_2.t ...................................... ok +t/types_custom_3.t ...................................... ok +t/types_custom_4.t ...................................... ok +t/types_moose.t ......................................... skipped: Moose required for testing types +t/types_moose_2.t ....................................... skipped: Moose required for testing types +t/types_moose_3.t ....................................... skipped: Moose required for testing types +t/types_moosex.t ........................................ skipped: MooseX::Types required for testing types +t/types_moosex_2.t ...................................... skipped: MooseX::Types required for testing types +t/types_msg.t ........................................... ok +t/types_parse.t ......................................... ok +t/unicode.t ............................................. ok +t/unicode2.t ............................................ ok +All tests successful. +Files=119, Tests=2443, 8 wallclock secs ( 0.51 usr 0.15 sys + 7.09 cusr 0.93 csys = 8.68 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parameters.bs blib/arch/auto/Function/Parameters/Parameters.bs 644 +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Function/Parameters/Parameters.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Function/Parameters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Function/Parameters/Info.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Function::Parameters::Info.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Function::Parameters.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Function-Parameters-2.001001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Function-Parameters-2.001001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Function-Parameters-2.001001/MYMETA.json +Searching Switch::Plain (0) on cpanmetadb ... +--2017-10-09 07:38:49-- http://cpanmetadb.plackperl.org/v1.0/package/Switch::Plain +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.4M=0s + +2017-10-09 07:38:49 (21.4 MB/s) - written to stdout [102/102] + +--> Working on Switch::Plain +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Switch-Plain-0.0501.tar.gz ... --2017-10-09 07:38:49-- http://www.cpan.org/authors/id/M/MA/MAUKE/Switch-Plain-0.0501.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12947 (13K) [application/x-gzip] +Saving to: ‘Switch-Plain-0.0501.tar.gz’ + + 0K .......... .. 100% 162M=0s + +2017-10-09 07:38:49 (162 MB/s) - ‘Switch-Plain-0.0501.tar.gz’ saved [12947/12947] + +Unpacking Switch-Plain-0.0501.tar.gz +OK +Switch-Plain-0.0501/ +Switch-Plain-0.0501/Makefile_PL_settings.plx +Switch-Plain-0.0501/README +Switch-Plain-0.0501/Changes +Switch-Plain-0.0501/hax/ +Switch-Plain-0.0501/hax/block_end.c.inc +Switch-Plain-0.0501/hax/pad_leavemy.c.inc +Switch-Plain-0.0501/hax/scalarseq.c.inc +Switch-Plain-0.0501/hax/intro_my.c.inc +Switch-Plain-0.0501/hax/COP_SEQ_RANGE_LOW_set.c.inc +Switch-Plain-0.0501/hax/COP_SEQ_RANGE_HIGH_set.c.inc +Switch-Plain-0.0501/hax/block_start.c.inc +Switch-Plain-0.0501/hax/pad_block_start.c.inc +Switch-Plain-0.0501/lib/ +Switch-Plain-0.0501/lib/Switch/ +Switch-Plain-0.0501/lib/Switch/Plain.pm +Switch-Plain-0.0501/Plain.xs +Switch-Plain-0.0501/META.yml +Switch-Plain-0.0501/xt/ +Switch-Plain-0.0501/xt/pod.t +Switch-Plain-0.0501/META.json +Switch-Plain-0.0501/Makefile.PL +Switch-Plain-0.0501/MANIFEST +Switch-Plain-0.0501/t/ +Switch-Plain-0.0501/t/context.t +Switch-Plain-0.0501/t/alias.t +Switch-Plain-0.0501/t/00-load.t +Switch-Plain-0.0501/t/01-run.t +Switch-Plain-0.0501/MANIFEST.SKIP +Entering Switch-Plain-0.0501 +Checking configure dependencies from META.json +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.30) +Checking if you have File::Find 0 ... Yes (1.34) +Running Makefile.PL +Configuring Switch-Plain-0.0501 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Switch::Plain +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing Switch-Plain-0.0501 ... cp lib/Switch/Plain.pm blib/lib/Switch/Plain.pm +Running Mkbootstrap for Plain () +chmod 644 "Plain.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Plain.bs blib/arch/auto/Switch/Plain/Plain.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Plain.xs > Plain.xsc +mv Plain.xsc Plain.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.0501\" -DXS_VERSION=\"0.0501\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Plain.c +rm -f blib/arch/auto/Switch/Plain/Plain.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Plain.o -o blib/arch/auto/Switch/Plain/Plain.so \ + \ + +chmod 755 blib/arch/auto/Switch/Plain/Plain.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Plain.bs blib/arch/auto/Switch/Plain/Plain.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Switch::Plain 0.0501, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .. ok +t/01-run.t ... ok +t/alias.t .... ok +t/context.t .. ok +All tests successful. +Files=4, Tests=29, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.20 cusr 0.04 csys = 0.27 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Plain.bs blib/arch/auto/Switch/Plain/Plain.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Switch/Plain/Plain.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Switch/Plain.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Switch::Plain.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Switch-Plain-0.0501 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Switch-Plain-0.0501/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Switch-Plain-0.0501/MYMETA.json +Searching Sys::Linux::Namespace (v0.13.0) on cpanmetadb ... +--2017-10-09 07:38:50-- http://cpanmetadb.plackperl.org/v1.0/package/Sys::Linux::Namespace +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 146 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.1M=0s + +2017-10-09 07:38:50 (22.1 MB/s) - written to stdout [146/146] + +--> Working on Sys::Linux::Namespace +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/Sys-Linux-Namespace-0.015.tar.gz ... --2017-10-09 07:38:50-- http://www.cpan.org/authors/id/S/SI/SIMCOP/Sys-Linux-Namespace-0.015.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 19434 (19K) [application/x-gzip] +Saving to: ‘Sys-Linux-Namespace-0.015.tar.gz’ + + 0K .......... ........ 100% 20.3M=0.001s + +2017-10-09 07:38:50 (20.3 MB/s) - ‘Sys-Linux-Namespace-0.015.tar.gz’ saved [19434/19434] + +Unpacking Sys-Linux-Namespace-0.015.tar.gz +OK +Sys-Linux-Namespace-0.015 +Sys-Linux-Namespace-0.015/README +Sys-Linux-Namespace-0.015/LICENSE +Sys-Linux-Namespace-0.015/Changes +Sys-Linux-Namespace-0.015/META.yml +Sys-Linux-Namespace-0.015/MANIFEST +Sys-Linux-Namespace-0.015/dist.ini +Sys-Linux-Namespace-0.015/META.json +Sys-Linux-Namespace-0.015/t/tmp +Sys-Linux-Namespace-0.015/t/tmp/keep +Sys-Linux-Namespace-0.015/Makefile.PL +Sys-Linux-Namespace-0.015/t +Sys-Linux-Namespace-0.015/t/02-namespace.t +Sys-Linux-Namespace-0.015/t/00-report-prereqs.t +Sys-Linux-Namespace-0.015/xt/author +Sys-Linux-Namespace-0.015/xt/author/pod-syntax.t +Sys-Linux-Namespace-0.015/t/00-report-prereqs.dd +Sys-Linux-Namespace-0.015/xt/author/00-compile.t +Sys-Linux-Namespace-0.015/lib/Sys/Linux +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Mount.pm +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Mount.xs +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Namespace.pm +Entering Sys-Linux-Namespace-0.015 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Sys-Linux-Namespace-0.015 ... Warning: prerequisite Linux::Clone 0 not found. +Warning: prerequisite Moo 0 not found. +Warning: prerequisite Test::SharedFork 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sys::Linux::Namespace +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::SharedFork 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Moo 2.000000 ... No +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Linux::Clone 0 ... No +Checking if you have POSIX 1.02 ... Yes (1.77) +Searching Test::SharedFork (0) on cpanmetadb ... +OK +==> Found dependencies: Test::SharedFork, Moo, Linux::Clone +--2017-10-09 07:38:51-- http://cpanmetadb.plackperl.org/v1.0/package/Test::SharedFork +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 204 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 41.1M=0s + +2017-10-09 07:38:51 (41.1 MB/s) - written to stdout [204/204] + +--> Working on Test::SharedFork +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.35.tar.gz ... --2017-10-09 07:38:51-- http://www.cpan.org/authors/id/E/EX/EXODIST/Test-SharedFork-0.35.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15502 (15K) [application/x-gzip] +Saving to: ‘Test-SharedFork-0.35.tar.gz’ + + 0K .......... ..... 100% 17.7M=0.001s + +2017-10-09 07:38:51 (17.7 MB/s) - ‘Test-SharedFork-0.35.tar.gz’ saved [15502/15502] + +Unpacking Test-SharedFork-0.35.tar.gz +OK +Test-SharedFork-0.35/Changes +Test-SharedFork-0.35/LICENSE +Test-SharedFork-0.35/META.json +Test-SharedFork-0.35/Makefile.PL +Test-SharedFork-0.35/README.md +Test-SharedFork-0.35/README.mkdn +Test-SharedFork-0.35/cpanfile +Test-SharedFork-0.35/lib/Test/SharedFork.pm +Test-SharedFork-0.35/lib/Test/SharedFork/Array.pm +Test-SharedFork-0.35/lib/Test/SharedFork/Scalar.pm +Test-SharedFork-0.35/lib/Test/SharedFork/Store.pm +Test-SharedFork-0.35/minil.toml +Test-SharedFork-0.35/t/00_compile.t +Test-SharedFork-0.35/t/01_simple.t +Test-SharedFork-0.35/t/02_fork_method.t +Test-SharedFork-0.35/t/03_toomany_run.t +Test-SharedFork-0.35/t/04_test_before_fork.t +Test-SharedFork-0.35/t/05_nest.t +Test-SharedFork-0.35/t/06_fail_lineno.t +Test-SharedFork-0.35/t/07_lazy_load.t +Test-SharedFork-0.35/t/08_threads.t +Test-SharedFork-0.35/t/09_very_simple.t +Test-SharedFork-0.35/t/10_subtest.t +Test-SharedFork-0.35/t/11_failure_location.t +Test-SharedFork-0.35/t/12_is_passing.t +Test-SharedFork-0.35/t/nest/subtest.ttt +Test-SharedFork-0.35/t/store/00_simple.t +Test-SharedFork-0.35/t/store/01_tie_scalar.t +Test-SharedFork-0.35/t/store/02_tie_array.t +Test-SharedFork-0.35/xt/02_perlcritic.t +Test-SharedFork-0.35/META.yml +Test-SharedFork-0.35/MANIFEST +Entering Test-SharedFork-0.35 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Test-SharedFork-0.35 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::SharedFork +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have App::Prove 0 ... Yes (3.39) +OK +Building and testing Test-SharedFork-0.35 ... cp lib/Test/SharedFork/Scalar.pm blib/lib/Test/SharedFork/Scalar.pm +cp lib/Test/SharedFork/Array.pm blib/lib/Test/SharedFork/Array.pm +cp lib/Test/SharedFork/Store.pm blib/lib/Test/SharedFork/Store.pm +cp lib/Test/SharedFork.pm blib/lib/Test/SharedFork.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Test::Builder::VERSION: 1.302098 +t/00_compile.t ........... ok +t/01_simple.t ............ ok +t/02_fork_method.t ....... ok +t/03_toomany_run.t ....... ok +t/04_test_before_fork.t .. ok +t/05_nest.t .............. ok +t/06_fail_lineno.t ....... ok +t/07_lazy_load.t ......... ok +t/08_threads.t ........... skipped: no ithreads +t/09_very_simple.t ....... ok + + # Failed test 'child three' + # at t/nest/subtest.ttt line 14. + # Looks like you failed 1 test of 6. + +# Failed test 'foo' +# at t/nest/subtest.ttt line 19. +# Looks like you failed 1 test of 1. +t/10_subtest.t ........... ok +t/11_failure_location.t .. ok +# ok 1 +# not ok 2 +# # Failed test at t/12_is_passing.t line 18. +# ok 3 +t/12_is_passing.t ........ ok +All tests successful. + +Test Summary Report +------------------- +t/10_subtest.t (Wstat: 0 Tests: 1 Failed: 0) + TODO passed: 1 +Files=13, Tests=137, 42 wallclock secs ( 0.05 usr 0.02 sys + 1.23 cusr 0.25 csys = 1.55 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/SharedFork.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/SharedFork/Array.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/SharedFork/Store.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/SharedFork/Scalar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::SharedFork.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-SharedFork-0.35 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-SharedFork-0.35/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-SharedFork-0.35/MYMETA.json +Already tried Moo. Skipping. +Searching Linux::Clone (0) on cpanmetadb ... +--2017-10-09 07:39:33-- http://cpanmetadb.plackperl.org/v1.0/package/Linux::Clone +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.2M=0s + +2017-10-09 07:39:33 (19.2 MB/s) - written to stdout [94/94] + +--> Working on Linux::Clone +Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Linux-Clone-1.0.tar.gz ... --2017-10-09 07:39:33-- http://www.cpan.org/authors/id/M/ML/MLEHMANN/Linux-Clone-1.0.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5505 (5.4K) [application/x-gzip] +Saving to: ‘Linux-Clone-1.0.tar.gz’ + + 0K ..... 100% 548M=0s + +2017-10-09 07:39:33 (548 MB/s) - ‘Linux-Clone-1.0.tar.gz’ saved [5505/5505] + +Unpacking Linux-Clone-1.0.tar.gz +OK +Linux-Clone-1.0/ +Linux-Clone-1.0/COPYING +Linux-Clone-1.0/MANIFEST +Linux-Clone-1.0/Clone.pm +Linux-Clone-1.0/Makefile.PL +Linux-Clone-1.0/Clone.xs +Linux-Clone-1.0/README +Linux-Clone-1.0/Changes +Linux-Clone-1.0/t/ +Linux-Clone-1.0/t/00_load.t +Linux-Clone-1.0/META.yml +Linux-Clone-1.0/META.json +Entering Linux-Clone-1.0 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Linux-Clone-1.0 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Linux::Clone +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Linux-Clone-1.0 ... cp Clone.pm blib/lib/Linux/Clone.pm +Running Mkbootstrap for Clone () +chmod 644 "Clone.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Linux/Clone/Clone.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Clone.xs > Clone.xsc +mv Clone.xsc Clone.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0\" -DXS_VERSION=\"1.0\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Clone.c +rm -f blib/arch/auto/Linux/Clone/Clone.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Clone.o -o blib/arch/auto/Linux/Clone/Clone.so \ + \ + +chmod 755 blib/arch/auto/Linux/Clone/Clone.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Linux/Clone/Clone.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t .. ok +All tests successful. +Files=1, Tests=1, 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Clone.bs blib/arch/auto/Linux/Clone/Clone.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Linux/Clone/Clone.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Linux/Clone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Linux::Clone.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Linux-Clone-1.0 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Linux-Clone-1.0/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Linux-Clone-1.0/MYMETA.json +! Installing the dependencies failed: Module 'Moo' is not installed +! Bailing out the installation for Sys-Linux-Namespace-0.015. +Searching POE::Component::IRC::Common (0) on cpanmetadb ... +--2017-10-09 07:39:34-- http://cpanmetadb.plackperl.org/v1.0/package/POE::Component::IRC::Common +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1168 (1.1K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 241M=0s + +2017-10-09 07:39:34 (241 MB/s) - written to stdout [1168/1168] + +--> Working on POE::Component::IRC::Common +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Component-IRC-6.90.tar.gz ... --2017-10-09 07:39:34-- http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Component-IRC-6.90.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 375501 (367K) [application/x-gzip] +Saving to: ‘POE-Component-IRC-6.90.tar.gz’ + + 0K .......... .......... .......... .......... .......... 13% 23.9M 0s + 50K .......... .......... .......... .......... .......... 27% 43.7M 0s + 100K .......... .......... .......... .......... .......... 40% 23.2M 0s + 150K .......... .......... .......... .......... .......... 54% 43.6M 0s + 200K .......... .......... .......... .......... .......... 68% 23.0M 0s + 250K .......... .......... .......... .......... .......... 81% 41.8M 0s + 300K .......... .......... .......... .......... .......... 95% 38.1M 0s + 350K .......... ...... 100% 21.0M=0.01s + +2017-10-09 07:39:34 (30.5 MB/s) - ‘POE-Component-IRC-6.90.tar.gz’ saved [375501/375501] + +Unpacking POE-Component-IRC-6.90.tar.gz +OK +POE-Component-IRC-6.90/ +POE-Component-IRC-6.90/dist.ini +POE-Component-IRC-6.90/META.json +POE-Component-IRC-6.90/MANIFEST +POE-Component-IRC-6.90/examples/ +POE-Component-IRC-6.90/examples/aimproxy.pl +POE-Component-IRC-6.90/examples/logger.pl +POE-Component-IRC-6.90/examples/moo.pl +POE-Component-IRC-6.90/examples/ircproxy.pl +POE-Component-IRC-6.90/examples/dicebot.pl +POE-Component-IRC-6.90/examples/eliza.pl +POE-Component-IRC-6.90/examples/dcctest.pl +POE-Component-IRC-6.90/examples/rot13_multi.pl +POE-Component-IRC-6.90/examples/simpleclient.pl +POE-Component-IRC-6.90/examples/tinyurl.pl +POE-Component-IRC-6.90/t/ +POE-Component-IRC-6.90/t/05_regression/ +POE-Component-IRC-6.90/t/05_regression/01_dcc_chat_close.t +POE-Component-IRC-6.90/t/04_plugins/ +POE-Component-IRC-6.90/t/04_plugins/11_cycleempty/ +POE-Component-IRC-6.90/t/04_plugins/11_cycleempty/01_load.t +POE-Component-IRC-6.90/t/04_plugins/11_cycleempty/02_cycle.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/ +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/05_password.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/06_kick_ban_password.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/02_join.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/03_banned.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/01_load.t +POE-Component-IRC-6.90/t/04_plugins/12_autojoin/04_kicked.t +POE-Component-IRC-6.90/t/04_plugins/01_ctcp/ +POE-Component-IRC-6.90/t/04_plugins/01_ctcp/02_replies.t +POE-Component-IRC-6.90/t/04_plugins/01_ctcp/01_load.t +POE-Component-IRC-6.90/t/04_plugins/05_isupport/ +POE-Component-IRC-6.90/t/04_plugins/05_isupport/01_load.t +POE-Component-IRC-6.90/t/04_plugins/05_isupport/02_isupport.t +POE-Component-IRC-6.90/t/04_plugins/03_botaddressed/ +POE-Component-IRC-6.90/t/04_plugins/03_botaddressed/01_load.t +POE-Component-IRC-6.90/t/04_plugins/03_botaddressed/02_output.t +POE-Component-IRC-6.90/t/04_plugins/16_whois/ +POE-Component-IRC-6.90/t/04_plugins/16_whois/02_whois.t +POE-Component-IRC-6.90/t/04_plugins/16_whois/01_load.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/ +POE-Component-IRC-6.90/t/04_plugins/17_dcc/04_send_spaces.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/07_nat.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/06_chat.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/02_timeout.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/03_send.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/01_load.t +POE-Component-IRC-6.90/t/04_plugins/17_dcc/05_resume.t +POE-Component-IRC-6.90/t/04_plugins/10_followtail/ +POE-Component-IRC-6.90/t/04_plugins/10_followtail/01_load.t +POE-Component-IRC-6.90/t/04_plugins/07_console/ +POE-Component-IRC-6.90/t/04_plugins/07_console/01_load.t +POE-Component-IRC-6.90/t/04_plugins/06_plugman/ +POE-Component-IRC-6.90/t/04_plugins/06_plugman/02_add.t +POE-Component-IRC-6.90/t/04_plugins/06_plugman/03_irc_interface.t +POE-Component-IRC-6.90/t/04_plugins/06_plugman/01_load.t +POE-Component-IRC-6.90/t/04_plugins/06_plugman/04_auth_sub.t +POE-Component-IRC-6.90/t/04_plugins/08_proxy/ +POE-Component-IRC-6.90/t/04_plugins/08_proxy/01_load.t +POE-Component-IRC-6.90/t/04_plugins/08_proxy/02_connect.t +POE-Component-IRC-6.90/t/04_plugins/04_bottraffic/ +POE-Component-IRC-6.90/t/04_plugins/04_bottraffic/01_load.t +POE-Component-IRC-6.90/t/04_plugins/04_bottraffic/02_output.t +POE-Component-IRC-6.90/t/04_plugins/15_nickservid/ +POE-Component-IRC-6.90/t/04_plugins/15_nickservid/01_load.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/ +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/05_auth_sub.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/07_bare_private.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/04_help.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/01_load.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/03_options.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/06_prefix.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/02_commands.t +POE-Component-IRC-6.90/t/04_plugins/13_botcommand/08_nonword.t +POE-Component-IRC-6.90/t/04_plugins/14_logger/ +POE-Component-IRC-6.90/t/04_plugins/14_logger/03_private.t +POE-Component-IRC-6.90/t/04_plugins/14_logger/04_dcc_chat.t +POE-Component-IRC-6.90/t/04_plugins/14_logger/05_log_sub.t +POE-Component-IRC-6.90/t/04_plugins/14_logger/02_public.t +POE-Component-IRC-6.90/t/04_plugins/14_logger/01_load.t +POE-Component-IRC-6.90/t/04_plugins/09_nickreclaim/ +POE-Component-IRC-6.90/t/04_plugins/09_nickreclaim/02_reclaim.t +POE-Component-IRC-6.90/t/04_plugins/09_nickreclaim/04_immediate_quit.t +POE-Component-IRC-6.90/t/04_plugins/09_nickreclaim/01_load.t +POE-Component-IRC-6.90/t/04_plugins/09_nickreclaim/03_immediate_change.t +POE-Component-IRC-6.90/t/04_plugins/02_connector/ +POE-Component-IRC-6.90/t/04_plugins/02_connector/01_load.t +POE-Component-IRC-6.90/t/04_plugins/02_connector/02_reconnect.t +POE-Component-IRC-6.90/t/01_base/ +POE-Component-IRC-6.90/t/01_base/01_compile.t +POE-Component-IRC-6.90/t/01_base/02_filters.t +POE-Component-IRC-6.90/t/01_base/04_pocosi.t +POE-Component-IRC-6.90/t/inc/ +POE-Component-IRC-6.90/t/inc/Crypt/ +POE-Component-IRC-6.90/t/inc/Crypt/PasswdMD5.pm +POE-Component-IRC-6.90/t/inc/POE/ +POE-Component-IRC-6.90/t/inc/POE/Component/ +POE-Component-IRC-6.90/t/inc/POE/Component/Server/ +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC.pm +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/ +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Common.pm +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Backend.pm +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Plugin.pm +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Plugin/ +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Plugin/Auth.pm +POE-Component-IRC-6.90/t/inc/POE/Component/Server/IRC/Plugin/OperServ.pm +POE-Component-IRC-6.90/t/inc/POE/Component/IRC/ +POE-Component-IRC-6.90/t/inc/POE/Component/IRC/Test/ +POE-Component-IRC-6.90/t/inc/POE/Component/IRC/Test/Plugin.pm +POE-Component-IRC-6.90/t/inc/Net/ +POE-Component-IRC-6.90/t/inc/Net/Netmask.pm +POE-Component-IRC-6.90/t/03_subclasses/ +POE-Component-IRC-6.90/t/03_subclasses/03_qnet_state.t +POE-Component-IRC-6.90/t/03_subclasses/01_state.t +POE-Component-IRC-6.90/t/03_subclasses/02_qnet.t +POE-Component-IRC-6.90/t/03_subclasses/04_netsplit.t +POE-Component-IRC-6.90/t/03_subclasses/06_state_nick_sync.t +POE-Component-IRC-6.90/t/03_subclasses/05_state_awaypoll.t +POE-Component-IRC-6.90/t/02_behavior/ +POE-Component-IRC-6.90/t/02_behavior/08_parent_session.t +POE-Component-IRC-6.90/t/02_behavior/04_ipv6.t +POE-Component-IRC-6.90/t/02_behavior/13_activity.t +POE-Component-IRC-6.90/t/02_behavior/09_multiple.t +POE-Component-IRC-6.90/t/02_behavior/01_public_methods.t +POE-Component-IRC-6.90/t/02_behavior/16_nonclosing_ctcp.t +POE-Component-IRC-6.90/t/02_behavior/17_raw.t +POE-Component-IRC-6.90/t/02_behavior/05_resolver.t +POE-Component-IRC-6.90/t/02_behavior/11_multi_signal.t +POE-Component-IRC-6.90/t/02_behavior/14_newline.t +POE-Component-IRC-6.90/t/02_behavior/02_connect.t +POE-Component-IRC-6.90/t/02_behavior/15_no_stacked_ctcp.t +POE-Component-IRC-6.90/t/02_behavior/06_online.t +POE-Component-IRC-6.90/t/02_behavior/03_socketerr.t +POE-Component-IRC-6.90/t/02_behavior/12_delays.t +POE-Component-IRC-6.90/t/02_behavior/10_signal.t +POE-Component-IRC-6.90/t/02_behavior/07_subclass.t +POE-Component-IRC-6.90/t/02_behavior/18_shutdown.t +POE-Component-IRC-6.90/LICENSE +POE-Component-IRC-6.90/Changes +POE-Component-IRC-6.90/MANIFEST.SKIP +POE-Component-IRC-6.90/lib/ +POE-Component-IRC-6.90/lib/POE/ +POE-Component-IRC-6.90/lib/POE/Filter/ +POE-Component-IRC-6.90/lib/POE/Filter/IRC.pm +POE-Component-IRC-6.90/lib/POE/Filter/IRC/ +POE-Component-IRC-6.90/lib/POE/Filter/IRC/Compat.pm +POE-Component-IRC-6.90/lib/POE/Component/ +POE-Component-IRC-6.90/lib/POE/Component/IRC.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/ +POE-Component-IRC-6.90/lib/POE/Component/IRC/Common.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/State.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Qnet.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Qnet/ +POE-Component-IRC-6.90/lib/POE/Component/IRC/Qnet/State.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Constants.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Projects.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/ +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Gtk2.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Reload.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Hailo.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Seen.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Resolver.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Disconnecting.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/Translator.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Cookbook/BasicBot.pod +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/ +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/NickServID.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/FollowTail.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/BotTraffic.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/Connector.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/DCC.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/NickReclaim.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/BotCommand.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/ISupport.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/Whois.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/AutoJoin.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/Logger.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/CTCP.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/PlugMan.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/Proxy.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/CycleEmpty.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/Console.pm +POE-Component-IRC-6.90/lib/POE/Component/IRC/Plugin/BotAddressed.pm +POE-Component-IRC-6.90/docs/ +POE-Component-IRC-6.90/docs/rfc2812.html +POE-Component-IRC-6.90/docs/draft-mitchell-irc-capabilities-02.html +POE-Component-IRC-6.90/docs/draft-brocklesby-irc-isupport-03.txt +POE-Component-IRC-6.90/docs/rfc2813.html +POE-Component-IRC-6.90/docs/dccspec.html +POE-Component-IRC-6.90/docs/rfc2810.html +POE-Component-IRC-6.90/docs/rfc1459.html +POE-Component-IRC-6.90/docs/rfc2811.html +POE-Component-IRC-6.90/docs/ctcpspec.html +POE-Component-IRC-6.90/META.yml +POE-Component-IRC-6.90/Makefile.PL +Entering POE-Component-IRC-6.90 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring POE-Component-IRC-6.90 ... Warning: prerequisite IRC::Utils 0.12 not found. +Warning: prerequisite POE::Component::Syndicator 0 not found. +Warning: prerequisite POE::Filter::IRCD 2.42 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for POE::Component::IRC +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have POE::Filter::IRCD 2.42 ... No +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have POE 1.311 ... Yes (1.367) +Checking if you have POE::Component::Syndicator 0 ... No +Checking if you have POE::Driver::SysRW 0 ... Yes (1.367) +Checking if you have POE::Session 0 ... Yes (1.367) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have IRC::Utils 0.12 ... No +Checking if you have POE::Wheel::SocketFactory 0 ... Yes (1.367) +Checking if you have POE::Wheel::ReadWrite 0 ... Yes (1.367) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have POE::Filter::Stackable 0 ... Yes (1.367) +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have POE::Filter::Line 0 ... Yes (1.367) +Checking if you have POE::Filter::Stream 0 ... Yes (1.367) +Searching POE::Filter::IRCD (2.42) on cpanmetadb ... +OK +==> Found dependencies: POE::Filter::IRCD, POE::Component::Syndicator, IRC::Utils +--2017-10-09 07:39:35-- http://cpanmetadb.plackperl.org/v1.0/package/POE::Filter::IRCD +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.5M=0s + +2017-10-09 07:39:35 (23.5 MB/s) - written to stdout [104/104] + +--> Working on POE::Filter::IRCD +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Filter-IRCD-2.44.tar.gz ... --2017-10-09 07:39:35-- http://www.cpan.org/authors/id/B/BI/BINGOS/POE-Filter-IRCD-2.44.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15760 (15K) [application/x-gzip] +Saving to: ‘POE-Filter-IRCD-2.44.tar.gz’ + + 0K .......... ..... 100% 24.1M=0.001s + +2017-10-09 07:39:35 (24.1 MB/s) - ‘POE-Filter-IRCD-2.44.tar.gz’ saved [15760/15760] + +Unpacking POE-Filter-IRCD-2.44.tar.gz +OK +POE-Filter-IRCD-2.44/ +POE-Filter-IRCD-2.44/README +POE-Filter-IRCD-2.44/LICENSE +POE-Filter-IRCD-2.44/Changes +POE-Filter-IRCD-2.44/dist.ini +POE-Filter-IRCD-2.44/META.yml +POE-Filter-IRCD-2.44/MANIFEST +POE-Filter-IRCD-2.44/META.json +POE-Filter-IRCD-2.44/t/ +POE-Filter-IRCD-2.44/Makefile.PL +POE-Filter-IRCD-2.44/examples/ +POE-Filter-IRCD-2.44/lib/ +POE-Filter-IRCD-2.44/lib/POE/ +POE-Filter-IRCD-2.44/lib/POE/Filter/ +POE-Filter-IRCD-2.44/lib/POE/Filter/IRCD.pm +POE-Filter-IRCD-2.44/examples/irc.pl +POE-Filter-IRCD-2.44/t/01_ircd.t +POE-Filter-IRCD-2.44/t/02_dancer.t +POE-Filter-IRCD-2.44/t/00-compile.t +POE-Filter-IRCD-2.44/t/03_withtags.t +POE-Filter-IRCD-2.44/t/release-pod-syntax.t +POE-Filter-IRCD-2.44/t/release-pod-coverage.t +Entering POE-Filter-IRCD-2.44 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring POE-Filter-IRCD-2.44 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for POE::Filter::IRCD +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have POE::Filter 0 ... Yes (1.367) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have POE 1.311 ... Yes (1.367) +OK +Building and testing POE-Filter-IRCD-2.44 ... cp lib/POE/Filter/IRCD.pm blib/lib/POE/Filter/IRCD.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ............ ok +t/01_ircd.t ............... ok +t/02_dancer.t ............. ok +t/03_withtags.t ........... ok +t/release-pod-coverage.t .. skipped: these tests are for release candidate testing +t/release-pod-syntax.t .... skipped: these tests are for release candidate testing +All tests successful. +Files=6, Tests=25, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.33 cusr 0.06 csys = 0.43 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/IRCD.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::IRCD.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed POE-Filter-IRCD-2.44 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Filter-IRCD-2.44/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Filter-IRCD-2.44/MYMETA.json +Searching POE::Component::Syndicator (0) on cpanmetadb ... +--2017-10-09 07:39:36-- http://cpanmetadb.plackperl.org/v1.0/package/POE::Component::Syndicator +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 122 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.6M=0s + +2017-10-09 07:39:36 (20.6 MB/s) - written to stdout [122/122] + +--> Working on POE::Component::Syndicator +Fetching http://www.cpan.org/authors/id/H/HI/HINRIK/POE-Component-Syndicator-0.06.tar.gz ... --2017-10-09 07:39:36-- http://www.cpan.org/authors/id/H/HI/HINRIK/POE-Component-Syndicator-0.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24506 (24K) [application/x-gzip] +Saving to: ‘POE-Component-Syndicator-0.06.tar.gz’ + + 0K .......... .......... ... 100% 27.5M=0.001s + +2017-10-09 07:39:36 (27.5 MB/s) - ‘POE-Component-Syndicator-0.06.tar.gz’ saved [24506/24506] + +Unpacking POE-Component-Syndicator-0.06.tar.gz +OK +POE-Component-Syndicator-0.06 +POE-Component-Syndicator-0.06/README +POE-Component-Syndicator-0.06/Changes +POE-Component-Syndicator-0.06/LICENSE +POE-Component-Syndicator-0.06/dist.ini +POE-Component-Syndicator-0.06/xt +POE-Component-Syndicator-0.06/xt/pod.t +POE-Component-Syndicator-0.06/META.yml +POE-Component-Syndicator-0.06/MANIFEST +POE-Component-Syndicator-0.06/META.json +POE-Component-Syndicator-0.06/Makefile.PL +POE-Component-Syndicator-0.06/t +POE-Component-Syndicator-0.06/t/02_basic.t +POE-Component-Syndicator-0.06/MANIFEST.SKIP +POE-Component-Syndicator-0.06/t/06_delays.t +POE-Component-Syndicator-0.06/t/04_signal.t +POE-Component-Syndicator-0.06/t/01_compile.t +POE-Component-Syndicator-0.06/t/10_default.t +POE-Component-Syndicator-0.06/xt/perlcriticrc +POE-Component-Syndicator-0.06/xt/perl_critic.t +POE-Component-Syndicator-0.06/xt/perlcriticrc_t +POE-Component-Syndicator-0.06/xt/pod_coverage.t +POE-Component-Syndicator-0.06/xt/perl_critic_t.t +POE-Component-Syndicator-0.06/t/09_event_order.t +POE-Component-Syndicator-0.06/t/05_multi_signal.t +POE-Component-Syndicator-0.06/t/11_bare_register.t +POE-Component-Syndicator-0.06/t/07_send_event_now.t +POE-Component-Syndicator-0.06/t/03_parent_session.t +POE-Component-Syndicator-0.06/t/08_send_event_next.t +POE-Component-Syndicator-0.06/t/release-pod-syntax.t +POE-Component-Syndicator-0.06/lib/POE/Component +POE-Component-Syndicator-0.06/lib/POE/Component/Syndicator.pm +Entering POE-Component-Syndicator-0.06 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring POE-Component-Syndicator-0.06 ... Warning: prerequisite Object::Pluggable 1.29 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for POE::Component::Syndicator +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Object::Pluggable 1.29 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have POE 1.311 ... Yes (1.367) +Searching Object::Pluggable (1.29) on cpanmetadb ... +OK +==> Found dependencies: Object::Pluggable +--2017-10-09 07:39:36-- http://cpanmetadb.plackperl.org/v1.0/package/Object::Pluggable +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 178 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.8M=0s + +2017-10-09 07:39:36 (31.8 MB/s) - written to stdout [178/178] + +--> Working on Object::Pluggable +Fetching http://www.cpan.org/authors/id/H/HI/HINRIK/Object-Pluggable-1.29.tar.gz ... --2017-10-09 07:39:36-- http://www.cpan.org/authors/id/H/HI/HINRIK/Object-Pluggable-1.29.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23603 (23K) [application/x-gzip] +Saving to: ‘Object-Pluggable-1.29.tar.gz’ + + 0K .......... .......... ... 100% 22.2M=0.001s + +2017-10-09 07:39:36 (22.2 MB/s) - ‘Object-Pluggable-1.29.tar.gz’ saved [23603/23603] + +Unpacking Object-Pluggable-1.29.tar.gz +OK +Object-Pluggable-1.29 +Object-Pluggable-1.29/README +Object-Pluggable-1.29/Changes +Object-Pluggable-1.29/LICENSE +Object-Pluggable-1.29/dist.ini +Object-Pluggable-1.29/META.yml +Object-Pluggable-1.29/MANIFEST +Object-Pluggable-1.29/META.json +Object-Pluggable-1.29/t +Object-Pluggable-1.29/t/99_pod.t +Object-Pluggable-1.29/Makefile.PL +Object-Pluggable-1.29/t/01_basic.t +Object-Pluggable-1.29/MANIFEST.SKIP +Object-Pluggable-1.29/t/00_compile.t +Object-Pluggable-1.29/t/99_pod_coverage.t +Object-Pluggable-1.29/examples +Object-Pluggable-1.29/examples/synopsis.pl +Object-Pluggable-1.29/t/release-pod-syntax.t +Object-Pluggable-1.29/lib/Object +Object-Pluggable-1.29/lib/Object/Pluggable.pm +Object-Pluggable-1.29/lib/Object/Pluggable +Object-Pluggable-1.29/lib/Object/Pluggable/Pipeline.pm +Object-Pluggable-1.29/lib/Object/Pluggable/Constants.pm +Entering Object-Pluggable-1.29 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Object-Pluggable-1.29 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Object::Pluggable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Pod::Parser 1.36 ... Yes (1.63) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have Task::Weaken 0 ... Yes (1.04) +OK +Building and testing Object-Pluggable-1.29 ... cp lib/Object/Pluggable.pm blib/lib/Object/Pluggable.pm +cp lib/Object/Pluggable/Pipeline.pm blib/lib/Object/Pluggable/Pipeline.pm +cp lib/Object/Pluggable/Constants.pm blib/lib/Object/Pluggable/Constants.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Object::Pluggable 1.29, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00_compile.t .......... ok +t/01_basic.t ............ ok +t/99_pod.t .............. ok +t/99_pod_coverage.t ..... skipped: Test::Pod::Coverage 1.00 required for testing POD coverage +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +All tests successful. +Files=5, Tests=13, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.32 cusr 0.05 csys = 0.41 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Object/Pluggable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Object/Pluggable/Constants.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Object/Pluggable/Pipeline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Object::Pluggable::Constants.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Object::Pluggable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Object::Pluggable::Pipeline.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Object-Pluggable-1.29 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Object-Pluggable-1.29/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Object-Pluggable-1.29/MYMETA.json +Building and testing POE-Component-Syndicator-0.06 ... cp lib/POE/Component/Syndicator.pm blib/lib/POE/Component/Syndicator.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .......... ok +t/02_basic.t ............ ok +t/03_parent_session.t ... ok +t/04_signal.t ........... ok +t/05_multi_signal.t ..... ok +t/06_delays.t ........... ok +t/07_send_event_now.t ... ok +t/08_send_event_next.t .. ok +t/09_event_order.t ...... ok +t/10_default.t .......... ok +t/11_bare_register.t .... ok +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +All tests successful. +Files=12, Tests=44, 2 wallclock secs ( 0.04 usr 0.03 sys + 1.24 cusr 0.20 csys = 1.51 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/Syndicator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::Syndicator.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed POE-Component-Syndicator-0.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Component-Syndicator-0.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Component-Syndicator-0.06/MYMETA.json +Searching IRC::Utils (0.12) on cpanmetadb ... +--2017-10-09 07:39:40-- http://cpanmetadb.plackperl.org/v1.0/package/IRC::Utils +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 91 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.6M=0s + +2017-10-09 07:39:40 (15.6 MB/s) - written to stdout [91/91] + +--> Working on IRC::Utils +Fetching http://www.cpan.org/authors/id/H/HI/HINRIK/IRC-Utils-0.12.tar.gz ... --2017-10-09 07:39:40-- http://www.cpan.org/authors/id/H/HI/HINRIK/IRC-Utils-0.12.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23214 (23K) [application/x-gzip] +Saving to: ‘IRC-Utils-0.12.tar.gz’ + + 0K .......... .......... .. 100% 22.1M=0.001s + +2017-10-09 07:39:40 (22.1 MB/s) - ‘IRC-Utils-0.12.tar.gz’ saved [23214/23214] + +Unpacking IRC-Utils-0.12.tar.gz +OK +IRC-Utils-0.12 +IRC-Utils-0.12/README +IRC-Utils-0.12/Changes +IRC-Utils-0.12/LICENSE +IRC-Utils-0.12/dist.ini +IRC-Utils-0.12/META.yml +IRC-Utils-0.12/MANIFEST +IRC-Utils-0.12/META.json +IRC-Utils-0.12/Makefile.PL +IRC-Utils-0.12/MANIFEST.SKIP +IRC-Utils-0.12/t +IRC-Utils-0.12/t/01_compile.t +IRC-Utils-0.12/t/02_functions.t +IRC-Utils-0.12/lib/IRC +IRC-Utils-0.12/lib/IRC/Utils.pm +Entering IRC-Utils-0.12 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring IRC-Utils-0.12 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IRC::Utils +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +OK +Building and testing IRC-Utils-0.12 ... cp lib/IRC/Utils.pm blib/lib/IRC/Utils.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t .... ok +t/02_functions.t .. ok +All tests successful. +Files=2, Tests=47, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.12 cusr 0.02 csys = 0.17 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IRC/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IRC::Utils.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed IRC-Utils-0.12 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IRC-Utils-0.12/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IRC-Utils-0.12/MYMETA.json +Building and testing POE-Component-IRC-6.90 ... cp lib/POE/Component/IRC/Plugin/Proxy.pm blib/lib/POE/Component/IRC/Plugin/Proxy.pm +cp lib/POE/Component/IRC/Cookbook/BasicBot.pod blib/lib/POE/Component/IRC/Cookbook/BasicBot.pod +cp lib/POE/Component/IRC/Cookbook/Disconnecting.pod blib/lib/POE/Component/IRC/Cookbook/Disconnecting.pod +cp lib/POE/Component/IRC/Plugin/NickReclaim.pm blib/lib/POE/Component/IRC/Plugin/NickReclaim.pm +cp lib/POE/Component/IRC/Plugin/PlugMan.pm blib/lib/POE/Component/IRC/Plugin/PlugMan.pm +cp lib/POE/Component/IRC/Plugin/BotAddressed.pm blib/lib/POE/Component/IRC/Plugin/BotAddressed.pm +cp lib/POE/Component/IRC/Plugin/DCC.pm blib/lib/POE/Component/IRC/Plugin/DCC.pm +cp lib/POE/Component/IRC/Plugin/BotCommand.pm blib/lib/POE/Component/IRC/Plugin/BotCommand.pm +cp lib/POE/Component/IRC/Plugin/CycleEmpty.pm blib/lib/POE/Component/IRC/Plugin/CycleEmpty.pm +cp lib/POE/Component/IRC.pm blib/lib/POE/Component/IRC.pm +cp lib/POE/Component/IRC/Plugin.pm blib/lib/POE/Component/IRC/Plugin.pm +cp lib/POE/Component/IRC/Plugin/AutoJoin.pm blib/lib/POE/Component/IRC/Plugin/AutoJoin.pm +cp lib/POE/Component/IRC/Cookbook/Reload.pod blib/lib/POE/Component/IRC/Cookbook/Reload.pod +cp lib/POE/Component/IRC/Common.pm blib/lib/POE/Component/IRC/Common.pm +cp lib/POE/Component/IRC/Plugin/Console.pm blib/lib/POE/Component/IRC/Plugin/Console.pm +cp lib/POE/Component/IRC/Plugin/Logger.pm blib/lib/POE/Component/IRC/Plugin/Logger.pm +cp lib/POE/Component/IRC/Plugin/BotTraffic.pm blib/lib/POE/Component/IRC/Plugin/BotTraffic.pm +cp lib/POE/Component/IRC/Cookbook/Hailo.pod blib/lib/POE/Component/IRC/Cookbook/Hailo.pod +cp lib/POE/Component/IRC/Cookbook/Seen.pod blib/lib/POE/Component/IRC/Cookbook/Seen.pod +cp lib/POE/Component/IRC/Constants.pm blib/lib/POE/Component/IRC/Constants.pm +cp lib/POE/Component/IRC/Cookbook.pod blib/lib/POE/Component/IRC/Cookbook.pod +cp lib/POE/Component/IRC/Cookbook/Resolver.pod blib/lib/POE/Component/IRC/Cookbook/Resolver.pod +cp lib/POE/Component/IRC/Plugin/CTCP.pm blib/lib/POE/Component/IRC/Plugin/CTCP.pm +cp lib/POE/Component/IRC/Plugin/NickServID.pm blib/lib/POE/Component/IRC/Plugin/NickServID.pm +cp lib/POE/Component/IRC/Plugin/Connector.pm blib/lib/POE/Component/IRC/Plugin/Connector.pm +cp lib/POE/Component/IRC/Plugin/FollowTail.pm blib/lib/POE/Component/IRC/Plugin/FollowTail.pm +cp lib/POE/Component/IRC/Cookbook/Gtk2.pod blib/lib/POE/Component/IRC/Cookbook/Gtk2.pod +cp lib/POE/Component/IRC/Plugin/ISupport.pm blib/lib/POE/Component/IRC/Plugin/ISupport.pm +cp lib/POE/Component/IRC/Cookbook/Translator.pod blib/lib/POE/Component/IRC/Cookbook/Translator.pod +cp lib/POE/Component/IRC/Projects.pod blib/lib/POE/Component/IRC/Projects.pod +cp lib/POE/Component/IRC/Plugin/Whois.pm blib/lib/POE/Component/IRC/Plugin/Whois.pm +cp lib/POE/Component/IRC/State.pm blib/lib/POE/Component/IRC/State.pm +cp lib/POE/Filter/IRC/Compat.pm blib/lib/POE/Filter/IRC/Compat.pm +cp lib/POE/Component/IRC/Qnet.pm blib/lib/POE/Component/IRC/Qnet.pm +cp lib/POE/Component/IRC/Qnet/State.pm blib/lib/POE/Component/IRC/Qnet/State.pm +cp lib/POE/Filter/IRC.pm blib/lib/POE/Filter/IRC.pm +Manifying 26 pod documents +Manifying 10 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/01_base/*.t t/02_behavior/*.t t/03_subclasses/*.t t/04_plugins/01_ctcp/*.t t/04_plugins/02_connector/*.t t/04_plugins/03_botaddressed/*.t t/04_plugins/04_bottraffic/*.t t/04_plugins/05_isupport/*.t t/04_plugins/06_plugman/*.t t/04_plugins/07_console/*.t t/04_plugins/08_proxy/*.t t/04_plugins/09_nickreclaim/*.t t/04_plugins/10_followtail/*.t t/04_plugins/11_cycleempty/*.t t/04_plugins/12_autojoin/*.t t/04_plugins/13_botcommand/*.t t/04_plugins/14_logger/*.t t/04_plugins/15_nickservid/*.t t/04_plugins/16_whois/*.t t/04_plugins/17_dcc/*.t t/05_regression/*.t +t/01_base/01_compile.t ............................. ok +t/01_base/02_filters.t ............................. ok +t/01_base/04_pocosi.t .............................. ok +t/02_behavior/01_public_methods.t .................. ok +t/02_behavior/02_connect.t ......................... ok +t/02_behavior/03_socketerr.t ....................... ok +t/02_behavior/04_ipv6.t ............................ ok +t/02_behavior/05_resolver.t ........................ skipped: POE::Component::Client::DNS 0.99 not installed +t/02_behavior/06_online.t .......................... ok +t/02_behavior/07_subclass.t ........................ ok +t/02_behavior/08_parent_session.t .................. ok +t/02_behavior/09_multiple.t ........................ ok +t/02_behavior/10_signal.t .......................... ok +t/02_behavior/11_multi_signal.t .................... ok +t/02_behavior/12_delays.t .......................... ok +t/02_behavior/13_activity.t ........................ ok +t/02_behavior/14_newline.t ......................... ok +t/02_behavior/15_no_stacked_ctcp.t ................. ok +t/02_behavior/16_nonclosing_ctcp.t ................. ok +t/02_behavior/17_raw.t ............................. ok +t/02_behavior/18_shutdown.t ........................ ok +t/03_subclasses/01_state.t ......................... ok +t/03_subclasses/02_qnet.t .......................... ok +t/03_subclasses/03_qnet_state.t .................... ok +t/03_subclasses/04_netsplit.t ...................... ok +t/03_subclasses/05_state_awaypoll.t ................ ok +t/03_subclasses/06_state_nick_sync.t ............... ok +t/04_plugins/01_ctcp/01_load.t ..................... ok +t/04_plugins/01_ctcp/02_replies.t .................. ok +t/04_plugins/02_connector/01_load.t ................ ok +t/04_plugins/02_connector/02_reconnect.t ........... ok +t/04_plugins/03_botaddressed/01_load.t ............. ok +t/04_plugins/03_botaddressed/02_output.t ........... ok +t/04_plugins/04_bottraffic/01_load.t ............... ok +t/04_plugins/04_bottraffic/02_output.t ............. ok +t/04_plugins/05_isupport/01_load.t ................. ok +t/04_plugins/05_isupport/02_isupport.t ............. ok +t/04_plugins/06_plugman/01_load.t .................. ok +t/04_plugins/06_plugman/02_add.t ................... ok +t/04_plugins/06_plugman/03_irc_interface.t ......... ok +t/04_plugins/06_plugman/04_auth_sub.t .............. ok +t/04_plugins/07_console/01_load.t .................. ok +t/04_plugins/08_proxy/01_load.t .................... ok +t/04_plugins/08_proxy/02_connect.t ................. ok +t/04_plugins/09_nickreclaim/01_load.t .............. ok +t/04_plugins/09_nickreclaim/02_reclaim.t ........... ok +t/04_plugins/09_nickreclaim/03_immediate_change.t .. ok +t/04_plugins/09_nickreclaim/04_immediate_quit.t .... ok +t/04_plugins/10_followtail/01_load.t ............... ok +t/04_plugins/11_cycleempty/01_load.t ............... ok +t/04_plugins/11_cycleempty/02_cycle.t .............. ok +t/04_plugins/12_autojoin/01_load.t ................. ok +t/04_plugins/12_autojoin/02_join.t ................. ok +t/04_plugins/12_autojoin/03_banned.t ............... ok +t/04_plugins/12_autojoin/04_kicked.t ............... ok +t/04_plugins/12_autojoin/05_password.t ............. ok +t/04_plugins/12_autojoin/06_kick_ban_password.t .... ok +t/04_plugins/13_botcommand/01_load.t ............... ok +t/04_plugins/13_botcommand/02_commands.t ........... ok +t/04_plugins/13_botcommand/03_options.t ............ ok +t/04_plugins/13_botcommand/04_help.t ............... ok +t/04_plugins/13_botcommand/05_auth_sub.t ........... ok +t/04_plugins/13_botcommand/06_prefix.t ............. ok +t/04_plugins/13_botcommand/07_bare_private.t ....... ok +t/04_plugins/13_botcommand/08_nonword.t ............ ok +t/04_plugins/14_logger/01_load.t ................... ok +t/04_plugins/14_logger/02_public.t ................. ok +t/04_plugins/14_logger/03_private.t ................ ok +t/04_plugins/14_logger/04_dcc_chat.t ............... ok +t/04_plugins/14_logger/05_log_sub.t ................ ok +t/04_plugins/15_nickservid/01_load.t ............... ok +t/04_plugins/16_whois/01_load.t .................... ok +t/04_plugins/16_whois/02_whois.t ................... ok +t/04_plugins/17_dcc/01_load.t ...................... ok +t/04_plugins/17_dcc/02_timeout.t ................... ok +t/04_plugins/17_dcc/03_send.t ...................... ok +t/04_plugins/17_dcc/04_send_spaces.t ............... ok +t/04_plugins/17_dcc/05_resume.t .................... ok +t/04_plugins/17_dcc/06_chat.t ...................... ok +t/04_plugins/17_dcc/07_nat.t ....................... ok +t/05_regression/01_dcc_chat_close.t ................ ok +All tests successful. + +Test Summary Report +------------------- +t/02_behavior/06_online.t (Wstat: 0 Tests: 5 Failed: 0) + TODO passed: 2-5 +t/03_subclasses/04_netsplit.t (Wstat: 0 Tests: 43 Failed: 0) + TODO passed: 39 +Files=81, Tests=1036, 56 wallclock secs ( 0.34 usr 0.08 sys + 16.49 cusr 2.32 csys = 19.23 CPU) +Result: PASS +Manifying 26 pod documents +Manifying 10 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/IRC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Filter/IRC/Compat.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Qnet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Constants.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Common.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Projects.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/State.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/CTCP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/FollowTail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/NickReclaim.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/BotTraffic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/BotAddressed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/Proxy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/PlugMan.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/NickServID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/BotCommand.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/Connector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/CycleEmpty.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/Console.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/DCC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/AutoJoin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/Whois.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/ISupport.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Plugin/Logger.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Qnet/State.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Seen.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/BasicBot.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Resolver.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Gtk2.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Translator.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Disconnecting.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Reload.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/POE/Component/IRC/Cookbook/Hailo.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::IRC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::Whois.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::FollowTail.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::Logger.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::Console.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Constants.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Qnet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::Proxy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Hailo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::BotAddressed.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::CTCP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Seen.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::Connector.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Translator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::PlugMan.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::NickServID.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Disconnecting.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Filter::IRC::Compat.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::AutoJoin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::BotTraffic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::DCC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::NickReclaim.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Qnet::State.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::ISupport.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::BasicBot.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::BotCommand.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Gtk2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::State.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Reload.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Projects.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Plugin::CycleEmpty.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Common.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/POE::Component::IRC::Cookbook::Resolver.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed POE-Component-IRC-6.90 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Component-IRC-6.90/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/POE-Component-IRC-6.90/MYMETA.json +Searching App::EvalServerAdvanced (0) on cpanmetadb ... +--2017-10-09 07:40:38-- http://cpanmetadb.plackperl.org/v1.0/package/App::EvalServerAdvanced +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 380 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 73.9M=0s + +2017-10-09 07:40:38 (73.9 MB/s) - written to stdout [380/380] + +--> Working on App::EvalServerAdvanced +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/App-EvalServerAdvanced-0.020.tar.gz ... --2017-10-09 07:40:38-- http://www.cpan.org/authors/id/S/SI/SIMCOP/App-EvalServerAdvanced-0.020.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 33285 (33K) [application/x-gzip] +Saving to: ‘App-EvalServerAdvanced-0.020.tar.gz’ + + 0K .......... .......... .......... .. 100% 28.4M=0.001s + +2017-10-09 07:40:39 (28.4 MB/s) - ‘App-EvalServerAdvanced-0.020.tar.gz’ saved [33285/33285] + +Unpacking App-EvalServerAdvanced-0.020.tar.gz +OK +App-EvalServerAdvanced-0.020/ +App-EvalServerAdvanced-0.020/lib/ +App-EvalServerAdvanced-0.020/lib/App/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Seccomp.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/JobManager.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Log.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Config.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox/Internal.pm +App-EvalServerAdvanced-0.020/README.md +App-EvalServerAdvanced-0.020/xt/ +App-EvalServerAdvanced-0.020/xt/author/ +App-EvalServerAdvanced-0.020/xt/author/00-compile.t +App-EvalServerAdvanced-0.020/xt/author/pod-syntax.t +App-EvalServerAdvanced-0.020/xt/author/critic.t +App-EvalServerAdvanced-0.020/LICENSE +App-EvalServerAdvanced-0.020/TODO +App-EvalServerAdvanced-0.020/skel-sandbox/ +App-EvalServerAdvanced-0.020/skel-sandbox/etc/ +App-EvalServerAdvanced-0.020/skel-sandbox/etc/config.toml +App-EvalServerAdvanced-0.020/skel-sandbox/gensystem.sh +App-EvalServerAdvanced-0.020/dist.ini +App-EvalServerAdvanced-0.020/META.yml +App-EvalServerAdvanced-0.020/MANIFEST +App-EvalServerAdvanced-0.020/t/ +App-EvalServerAdvanced-0.020/t/00-report-prereqs.t +App-EvalServerAdvanced-0.020/t/00-report-prereqs.dd +App-EvalServerAdvanced-0.020/script/ +App-EvalServerAdvanced-0.020/script/evalserveradvanced +App-EvalServerAdvanced-0.020/script/esa-makesandbox +App-EvalServerAdvanced-0.020/perlcritic.rc +App-EvalServerAdvanced-0.020/README +App-EvalServerAdvanced-0.020/META.json +App-EvalServerAdvanced-0.020/Changes +App-EvalServerAdvanced-0.020/Makefile.PL +Entering App-EvalServerAdvanced-0.020 +Checking configure dependencies from META.json +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring App-EvalServerAdvanced-0.020 ... Warning: prerequisite App::EvalServerAdvanced::Protocol 0 not found. +Warning: prerequisite BSD::Resource 0 not found. +Warning: prerequisite IO::Async::Function 0 not found. +Warning: prerequisite IO::Async::Loop 0 not found. +Warning: prerequisite Moo 0 not found. +Warning: prerequisite Permute::Named::Iter 0 not found. +Warning: prerequisite Sys::Linux::Mount 0 not found. +Warning: prerequisite Sys::Linux::Namespace 0 not found. +Warning: prerequisite TOML 0 not found. +Warning: prerequisite Unix::Mknod 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for App::EvalServerAdvanced +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have BSD::Resource 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have App::EvalServerAdvanced::Protocol 0 ... No +Checking if you have charnames 0 ... Yes (1.45) +Checking if you have Sys::Linux::Mount 0 ... No +Checking if you have Syntax::Keyword::Try 0 ... Yes (0.08) +Checking if you have TOML 0 ... No +Checking if you have Permute::Named::Iter 0 ... No +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have Unix::Mknod 0 ... No +Checking if you have File::ShareDir 1.00 ... Yes (1.104) +Checking if you have Sys::Linux::Namespace v0.13.0 ... No +Checking if you have Function::Parameters 0 ... Yes (2.001001) +Checking if you have IPC::Run 0 ... Yes (0.96) +Checking if you have IO::Async::Function 0 ... No +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have B::Deparse 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have Moo 2.000000 ... No +Checking if you have Linux::Clone 0 ... Yes (1.0) +Checking if you have Linux::Seccomp 0 ... Yes (0.002001) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have PerlIO 0 ... Yes (1.10) +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have IO::Async::Loop 0 ... No +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Searching BSD::Resource (0) on cpanmetadb ... +OK +==> Found dependencies: BSD::Resource, App::EvalServerAdvanced::Protocol, Sys::Linux::Mount, TOML, Permute::Named::Iter, Unix::Mknod, Sys::Linux::Namespace, IO::Async::Function, Moo, IO::Async::Loop +--2017-10-09 07:40:39-- http://cpanmetadb.plackperl.org/v1.0/package/BSD::Resource +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 11.5M=0s + +2017-10-09 07:40:39 (11.5 MB/s) - written to stdout [100/100] + +--> Working on BSD::Resource +Fetching http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-1.2911.tar.gz ... --2017-10-09 07:40:39-- http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-1.2911.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 68183 (67K) [application/x-gzip] +Saving to: ‘BSD-Resource-1.2911.tar.gz’ + + 0K .......... .......... .......... .......... .......... 75% 23.0M 0s + 50K .......... ...... 100% 186M=0.002s + +2017-10-09 07:40:39 (29.4 MB/s) - ‘BSD-Resource-1.2911.tar.gz’ saved [68183/68183] + +Unpacking BSD-Resource-1.2911.tar.gz +OK +BSD-Resource-1.2911/ +BSD-Resource-1.2911/ChangeLog +BSD-Resource-1.2911/INSTALL +BSD-Resource-1.2911/LICENSE +BSD-Resource-1.2911/Makefile.PL +BSD-Resource-1.2911/MANIFEST +BSD-Resource-1.2911/META.json +BSD-Resource-1.2911/META.yml +BSD-Resource-1.2911/ppport.h +BSD-Resource-1.2911/README +BSD-Resource-1.2911/Resource.pm +BSD-Resource-1.2911/Resource.xs +BSD-Resource-1.2911/t/ +BSD-Resource-1.2911/t/burn.pl +BSD-Resource-1.2911/t/get_rlimits.t +BSD-Resource-1.2911/t/getpriority.t +BSD-Resource-1.2911/t/getrlimit.t +BSD-Resource-1.2911/t/getrusage.t +BSD-Resource-1.2911/t/pod-coverage.t +BSD-Resource-1.2911/t/pod.t +BSD-Resource-1.2911/t/setpriority.t +BSD-Resource-1.2911/t/setrlimit.t +BSD-Resource-1.2911/t/times.t +Entering BSD-Resource-1.2911 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring BSD-Resource-1.2911 ... +Configuring BSD::Resource... + +Checking whether you have certain header files... +You do have . Excellent. +Checking to see whether you have rlim_t... +You seem to have rlim_t defined (which is nice). +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for BSD::Resource +Writing MYMETA.yml and MYMETA.json + +Done configuring BSD::Resource. + +Now you may issue 'make'. Do not forget also 'make test'. +If some tests fail, please rerun the tests (see INSTALL). + +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing BSD-Resource-1.2911 ... cp Resource.pm blib/lib/BSD/Resource.pm +AutoSplitting blib/lib/BSD/Resource.pm (blib/lib/auto/BSD/Resource) +Running Mkbootstrap for Resource () +chmod 644 "Resource.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Resource.bs blib/arch/auto/BSD/Resource/Resource.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Resource.xs > Resource.xsc +mv Resource.xsc Resource.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.2911\" -DXS_VERSION=\"1.2911\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DRlim_t=rlim_t Resource.c +rm -f blib/arch/auto/BSD/Resource/Resource.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Resource.o -o blib/arch/auto/BSD/Resource/Resource.so \ + \ + +chmod 755 blib/arch/auto/BSD/Resource/Resource.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Resource.bs blib/arch/auto/BSD/Resource/Resource.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/get_rlimits.t ... ok +t/getpriority.t ... ok +t/getrlimit.t ..... ok +t/getrusage.t ..... ok +t/pod-coverage.t .. skipped: Test::Pod::Coverage required for testing POD coverage +t/pod.t ........... ok +t/setpriority.t ... ok +t/setrlimit.t ..... ok +t/times.t ......... ok +All tests successful. +Files=9, Tests=69, 26 wallclock secs ( 0.04 usr 0.02 sys + 9.92 cusr 7.43 csys = 17.41 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Resource.bs blib/arch/auto/BSD/Resource/Resource.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/Resource.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/times.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/nswap.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/utime.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/getpriority.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/ixrss.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/getrusage.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/idrss.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/setpriority.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/_g.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/minflt.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/oublock.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/maxrss.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/msgrcv.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/nivcsw.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/nsignals.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/nvcsw.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/stime.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/_find_rlimit.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/soft.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/get_prios.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/majflt.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/isrss.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/getrlimit.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/setrlimit.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/get_rlimits.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/_find_prio.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/msgsnd.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/inblock.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/BSD/Resource/hard.al +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/BSD/Resource.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/BSD::Resource.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed BSD-Resource-1.2911 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/BSD-Resource-1.2911/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/BSD-Resource-1.2911/MYMETA.json +Searching App::EvalServerAdvanced::Protocol (0) on cpanmetadb ... +--2017-10-09 07:41:07-- http://cpanmetadb.plackperl.org/v1.0/package/App::EvalServerAdvanced::Protocol +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 139 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.6M=0s + +2017-10-09 07:41:07 (29.6 MB/s) - written to stdout [139/139] + +--> Working on App::EvalServerAdvanced::Protocol +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/App-EvalServerAdvanced-Protocol-0.104.tar.gz ... --2017-10-09 07:41:07-- http://www.cpan.org/authors/id/S/SI/SIMCOP/App-EvalServerAdvanced-Protocol-0.104.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18110 (18K) [application/x-gzip] +Saving to: ‘App-EvalServerAdvanced-Protocol-0.104.tar.gz’ + + 0K .......... ....... 100% 19.0M=0.001s + +2017-10-09 07:41:07 (19.0 MB/s) - ‘App-EvalServerAdvanced-Protocol-0.104.tar.gz’ saved [18110/18110] + +Unpacking App-EvalServerAdvanced-Protocol-0.104.tar.gz +OK +App-EvalServerAdvanced-Protocol-0.104/ +App-EvalServerAdvanced-Protocol-0.104/lib/ +App-EvalServerAdvanced-Protocol-0.104/lib/App/ +App-EvalServerAdvanced-Protocol-0.104/lib/App/EvalServerAdvanced/ +App-EvalServerAdvanced-Protocol-0.104/lib/App/EvalServerAdvanced/Protocol.pm +App-EvalServerAdvanced-Protocol-0.104/lib/App/EvalServerAdvanced/protocol.proto +App-EvalServerAdvanced-Protocol-0.104/xt/ +App-EvalServerAdvanced-Protocol-0.104/xt/author/ +App-EvalServerAdvanced-Protocol-0.104/xt/author/00-compile.t +App-EvalServerAdvanced-Protocol-0.104/xt/author/pod-syntax.t +App-EvalServerAdvanced-Protocol-0.104/xt/author/critic.t +App-EvalServerAdvanced-Protocol-0.104/LICENSE +App-EvalServerAdvanced-Protocol-0.104/bin/ +App-EvalServerAdvanced-Protocol-0.104/bin/decode_packet +App-EvalServerAdvanced-Protocol-0.104/bin/encode_packet +App-EvalServerAdvanced-Protocol-0.104/dist.ini +App-EvalServerAdvanced-Protocol-0.104/META.yml +App-EvalServerAdvanced-Protocol-0.104/MANIFEST +App-EvalServerAdvanced-Protocol-0.104/t/ +App-EvalServerAdvanced-Protocol-0.104/t/01-decode.t +App-EvalServerAdvanced-Protocol-0.104/t/00-report-prereqs.t +App-EvalServerAdvanced-Protocol-0.104/t/test.packet +App-EvalServerAdvanced-Protocol-0.104/t/02-encoding.t +App-EvalServerAdvanced-Protocol-0.104/t/00-report-prereqs.dd +App-EvalServerAdvanced-Protocol-0.104/perlcritic.rc +App-EvalServerAdvanced-Protocol-0.104/README +App-EvalServerAdvanced-Protocol-0.104/META.json +App-EvalServerAdvanced-Protocol-0.104/Changes +App-EvalServerAdvanced-Protocol-0.104/Makefile.PL +Entering App-EvalServerAdvanced-Protocol-0.104 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring App-EvalServerAdvanced-Protocol-0.104 ... Warning: prerequisite Google::ProtocolBuffers::Dynamic 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for App::EvalServerAdvanced::Protocol +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Google::ProtocolBuffers::Dynamic 0 ... No +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Function::Parameters 0 ... Yes (2.001001) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have FindBin 0.05 ... Yes (1.51) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Searching Google::ProtocolBuffers::Dynamic (0) on cpanmetadb ... +OK +==> Found dependencies: Google::ProtocolBuffers::Dynamic +--2017-10-09 07:41:07-- http://cpanmetadb.plackperl.org/v1.0/package/Google::ProtocolBuffers::Dynamic +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 304 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 64.5M=0s + +2017-10-09 07:41:07 (64.5 MB/s) - written to stdout [304/304] + +--> Working on Google::ProtocolBuffers::Dynamic +Fetching http://www.cpan.org/authors/id/M/MB/MBARBON/Google-ProtocolBuffers-Dynamic-0.20.tar.gz ... --2017-10-09 07:41:07-- http://www.cpan.org/authors/id/M/MB/MBARBON/Google-ProtocolBuffers-Dynamic-0.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 123582 (121K) [application/x-gzip] +Saving to: ‘Google-ProtocolBuffers-Dynamic-0.20.tar.gz’ + + 0K .......... .......... .......... .......... .......... 41% 25.4M 0s + 50K .......... .......... .......... .......... .......... 82% 46.0M 0s + 100K .......... .......... 100% 22.3M=0.004s + +2017-10-09 07:41:07 (30.3 MB/s) - ‘Google-ProtocolBuffers-Dynamic-0.20.tar.gz’ saved [123582/123582] + +Unpacking Google-ProtocolBuffers-Dynamic-0.20.tar.gz +OK +Google-ProtocolBuffers-Dynamic-0.20 +Google-ProtocolBuffers-Dynamic-0.20/TODO +Google-ProtocolBuffers-Dynamic-0.20/README +Google-ProtocolBuffers-Dynamic-0.20/Changes +Google-ProtocolBuffers-Dynamic-0.20/LICENSE +Google-ProtocolBuffers-Dynamic-0.20/dist.ini +Google-ProtocolBuffers-Dynamic-0.20/META.yml +Google-ProtocolBuffers-Dynamic-0.20/MANIFEST +Google-ProtocolBuffers-Dynamic-0.20/Build.PL +Google-ProtocolBuffers-Dynamic-0.20/META.json +Google-ProtocolBuffers-Dynamic-0.20/src +Google-ProtocolBuffers-Dynamic-0.20/src/ref.h +Google-ProtocolBuffers-Dynamic-0.20/t +Google-ProtocolBuffers-Dynamic-0.20/t/060_tie.t +Google-ProtocolBuffers-Dynamic-0.20/t/032_map.t +Google-ProtocolBuffers-Dynamic-0.20/src/mapper.h +Google-ProtocolBuffers-Dynamic-0.20/src/ppport.h +Google-ProtocolBuffers-Dynamic-0.20/t/045_enum.t +Google-ProtocolBuffers-Dynamic-0.20/t/001_load.t +Google-ProtocolBuffers-Dynamic-0.20/t/080_json.t +Google-ProtocolBuffers-Dynamic-0.20/src/dynamic.h +Google-ProtocolBuffers-Dynamic-0.20/xsp +Google-ProtocolBuffers-Dynamic-0.20/xsp/main.xspt +Google-ProtocolBuffers-Dynamic-0.20/t/010_basic.t +Google-ProtocolBuffers-Dynamic-0.20/t/070_order.t +Google-ProtocolBuffers-Dynamic-0.20/t/055_oneof.t +Google-ProtocolBuffers-Dynamic-0.20/t/lib +Google-ProtocolBuffers-Dynamic-0.20/t/lib/Test.pm +Google-ProtocolBuffers-Dynamic-0.20/src/mapper.cpp +Google-ProtocolBuffers-Dynamic-0.20/xsp/mapper.xsp +Google-ProtocolBuffers-Dynamic-0.20/src/dynamic.cpp +Google-ProtocolBuffers-Dynamic-0.20/xsp/dynamic.xsp +Google-ProtocolBuffers-Dynamic-0.20/t/025_bigints.t +Google-ProtocolBuffers-Dynamic-0.20/src/sourcetree.h +Google-ProtocolBuffers-Dynamic-0.20/src/thx_member.h +Google-ProtocolBuffers-Dynamic-0.20/src/servicedef.h +Google-ProtocolBuffers-Dynamic-0.20/src/upbwrapper.h +Google-ProtocolBuffers-Dynamic-0.20/inc/GPD +Google-ProtocolBuffers-Dynamic-0.20/inc/GPD/Build.pm +Google-ProtocolBuffers-Dynamic-0.20/t/030_repeated.t +Google-ProtocolBuffers-Dynamic-0.20/t/035_required.t +Google-ProtocolBuffers-Dynamic-0.20/t/400_issue_12.t +Google-ProtocolBuffers-Dynamic-0.20/t/067_warnings.t +Google-ProtocolBuffers-Dynamic-0.20/t/040_messages.t +Google-ProtocolBuffers-Dynamic-0.20/t/042_recursion.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/map.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/person.pb +Google-ProtocolBuffers-Dynamic-0.20/src/sourcetree.cpp +Google-ProtocolBuffers-Dynamic-0.20/t/020_primitives.t +Google-ProtocolBuffers-Dynamic-0.20/t/605_basic_grpc.t +Google-ProtocolBuffers-Dynamic-0.20/t/033_proto2_map.t +Google-ProtocolBuffers-Dynamic-0.20/t/050_extensions.t +Google-ProtocolBuffers-Dynamic-0.20/t/grpc +Google-ProtocolBuffers-Dynamic-0.20/t/grpc/sayhello.pl +Google-ProtocolBuffers-Dynamic-0.20/t/proto/enum.proto +Google-ProtocolBuffers-Dynamic-0.20/src/unordered_map.h +Google-ProtocolBuffers-Dynamic-0.20/t/065_checked_new.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/oneof.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/order.proto +Google-ProtocolBuffers-Dynamic-0.20/t/lib/GrpcClient.pm +Google-ProtocolBuffers-Dynamic-0.20/scripts +Google-ProtocolBuffers-Dynamic-0.20/scripts/benchmark.pl +Google-ProtocolBuffers-Dynamic-0.20/t/145_parse_binary.t +Google-ProtocolBuffers-Dynamic-0.20/t/140_parse_string.t +Google-ProtocolBuffers-Dynamic-0.20/t/100_type_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/person.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/scalar.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/bigint.proto +Google-ProtocolBuffers-Dynamic-0.20/xsp/introspection.xsp +Google-ProtocolBuffers-Dynamic-0.20/scripts/protoc +Google-ProtocolBuffers-Dynamic-0.20/scripts/protoc/README +Google-ProtocolBuffers-Dynamic-0.20/t/320_map_accessors.t +Google-ProtocolBuffers-Dynamic-0.20/t/335_extension_api.t +Google-ProtocolBuffers-Dynamic-0.20/t/110_mixed_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/330_field_numbers.t +Google-ProtocolBuffers-Dynamic-0.20/t/350_introspection.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/options.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/message.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/recurse.proto +Google-ProtocolBuffers-Dynamic-0.20/t/author-pod-syntax.t +Google-ProtocolBuffers-Dynamic-0.20/src/descriptorloader.h +Google-ProtocolBuffers-Dynamic-0.20/t/310_list_accessors.t +Google-ProtocolBuffers-Dynamic-0.20/t/220_accessor_style.t +Google-ProtocolBuffers-Dynamic-0.20/t/200_check_required.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/repeated.proto +Google-ProtocolBuffers-Dynamic-0.20/t/lib/DummyTiedHash.pm +Google-ProtocolBuffers-Dynamic-0.20/t/305_oneof_accessors.t +Google-ProtocolBuffers-Dynamic-0.20/t/102_service_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/210_encode_defaults.t +Google-ProtocolBuffers-Dynamic-0.20/t/105_package_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/lib/DummyTiedArray.pm +Google-ProtocolBuffers-Dynamic-0.20/src/descriptorloader.cpp +Google-ProtocolBuffers-Dynamic-0.20/scripts/protoc/plugin.pb +Google-ProtocolBuffers-Dynamic-0.20/t/620_stream_bidi_grpc.t +Google-ProtocolBuffers-Dynamic-0.20/t/300_scalar_accessors.t +Google-ProtocolBuffers-Dynamic-0.20/t/401_descriptor_error.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/extensions.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/map_proto2.proto +Google-ProtocolBuffers-Dynamic-0.20/t/lib/DummyTiedScalar.pm +Google-ProtocolBuffers-Dynamic-0.20/t/215_check_enum_values.t +Google-ProtocolBuffers-Dynamic-0.20/t/315_message_accessors.t +Google-ProtocolBuffers-Dynamic-0.20/t/355_map_introspection.t +Google-ProtocolBuffers-Dynamic-0.20/t/205_explicit_defaults.t +Google-ProtocolBuffers-Dynamic-0.20/t/115_simplified_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/610_stream_client_grpc.t +Google-ProtocolBuffers-Dynamic-0.20/t/615_stream_server_grpc.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/grpc +Google-ProtocolBuffers-Dynamic-0.20/t/proto/grpc/greeter.proto +Google-ProtocolBuffers-Dynamic-0.20/scripts/protoc-gen-perl-gpd +Google-ProtocolBuffers-Dynamic-0.20/t/proto/mapping +Google-ProtocolBuffers-Dynamic-0.20/t/proto/mapping/test3.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/mapping/test1.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/mapping/test2.proto +Google-ProtocolBuffers-Dynamic-0.20/scripts/protoc/descriptor.pb +Google-ProtocolBuffers-Dynamic-0.20/t/357_service_introspection.t +Google-ProtocolBuffers-Dynamic-0.20/t/proto/defaults_proto3.proto +Google-ProtocolBuffers-Dynamic-0.20/t/107_package_prefix_mapping.t +Google-ProtocolBuffers-Dynamic-0.20/t/grpc/sayhello_stream_bidi.pl +Google-ProtocolBuffers-Dynamic-0.20/scripts/make_plugin_interface.pl +Google-ProtocolBuffers-Dynamic-0.20/t/grpc/sayhello_stream_server.pl +Google-ProtocolBuffers-Dynamic-0.20/t/grpc/sayhello_stream_client.pl +Google-ProtocolBuffers-Dynamic-0.20/t/proto/hierarchical +Google-ProtocolBuffers-Dynamic-0.20/t/proto/hierarchical/test3.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/hierarchical/test1.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/hierarchical/test4.proto +Google-ProtocolBuffers-Dynamic-0.20/t/proto/hierarchical/test2.proto +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic.pm +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic/Message.pod +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic/MakeModule.pm +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic/ProtocPlugin.pm +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic/Introspection.pod +Google-ProtocolBuffers-Dynamic-0.20/lib/Google/ProtocolBuffers/Dynamic/ProtocInterface.pm +Entering Google-ProtocolBuffers-Dynamic-0.20 +Checking configure dependencies from META.json +Checking if you have Alien::ProtoBuf 0.01 ... No +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build::WithXSpp 0.14 ... No +Checking if you have Alien::uPB 0.06 ... No +Searching Alien::ProtoBuf (0.01) on cpanmetadb ... +==> Found dependencies: Alien::ProtoBuf, Module::Build::WithXSpp, Alien::uPB +--2017-10-09 07:41:07-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::ProtoBuf +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.5M=0s + +2017-10-09 07:41:07 (21.5 MB/s) - written to stdout [102/102] + +--> Working on Alien::ProtoBuf +Fetching http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-ProtoBuf-0.06.tar.gz ... --2017-10-09 07:41:07-- http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-ProtoBuf-0.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9938 (9.7K) [application/x-gzip] +Saving to: ‘Alien-ProtoBuf-0.06.tar.gz’ + + 0K ......... 100% 156M=0s + +2017-10-09 07:41:07 (156 MB/s) - ‘Alien-ProtoBuf-0.06.tar.gz’ saved [9938/9938] + +Unpacking Alien-ProtoBuf-0.06.tar.gz +OK +Alien-ProtoBuf-0.06 +Alien-ProtoBuf-0.06/README +Alien-ProtoBuf-0.06/Changes +Alien-ProtoBuf-0.06/LICENSE +Alien-ProtoBuf-0.06/dist.ini +Alien-ProtoBuf-0.06/META.yml +Alien-ProtoBuf-0.06/MANIFEST +Alien-ProtoBuf-0.06/Build.PL +Alien-ProtoBuf-0.06/META.json +Alien-ProtoBuf-0.06/t +Alien-ProtoBuf-0.06/t/001_load.t +Alien-ProtoBuf-0.06/inc/AP +Alien-ProtoBuf-0.06/inc/AP/Build.pm +Alien-ProtoBuf-0.06/t/010_found_library.t +Alien-ProtoBuf-0.06/lib/Alien +Alien-ProtoBuf-0.06/lib/Alien/ProtoBuf.pm +Alien-ProtoBuf-0.06/t/author-pod-syntax.t +Alien-ProtoBuf-0.06/inc/AP/check_protobuf.cpp +Entering Alien-ProtoBuf-0.06 +Checking configure dependencies from META.json +Checking if you have ExtUtils::CppGuess 0.11 ... No +Checking if you have Alien::Base::ModuleBuild 0.023 ... No +Checking if you have Alien::Base 0 ... No +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Searching ExtUtils::CppGuess (0.11) on cpanmetadb ... +==> Found dependencies: ExtUtils::CppGuess, Alien::Base::ModuleBuild, Alien::Base +--2017-10-09 07:41:07-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::CppGuess +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.8M=0s + +2017-10-09 07:41:07 (21.8 MB/s) - written to stdout [107/107] + +--> Working on ExtUtils::CppGuess +Fetching http://www.cpan.org/authors/id/D/DA/DAVIDO/ExtUtils-CppGuess-0.11.tar.gz ... --2017-10-09 07:41:07-- http://www.cpan.org/authors/id/D/DA/DAVIDO/ExtUtils-CppGuess-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 6794 (6.6K) [application/x-gzip] +Saving to: ‘ExtUtils-CppGuess-0.11.tar.gz’ + + 0K ...... 100% 886M=0s + +2017-10-09 07:41:07 (886 MB/s) - ‘ExtUtils-CppGuess-0.11.tar.gz’ saved [6794/6794] + +Unpacking ExtUtils-CppGuess-0.11.tar.gz +OK +ExtUtils-CppGuess-0.11/ +ExtUtils-CppGuess-0.11/META.yml +ExtUtils-CppGuess-0.11/README +ExtUtils-CppGuess-0.11/MANIFEST +ExtUtils-CppGuess-0.11/lib/ +ExtUtils-CppGuess-0.11/lib/ExtUtils/ +ExtUtils-CppGuess-0.11/lib/ExtUtils/CppGuess.pm +ExtUtils-CppGuess-0.11/META.json +ExtUtils-CppGuess-0.11/Changes +ExtUtils-CppGuess-0.11/t/ +ExtUtils-CppGuess-0.11/t/001_load.t +ExtUtils-CppGuess-0.11/t/lib/ +ExtUtils-CppGuess-0.11/t/lib/TestUtils.pm +ExtUtils-CppGuess-0.11/t/010_module_build.t +ExtUtils-CppGuess-0.11/t/011_makemaker.t +ExtUtils-CppGuess-0.11/t/module/ +ExtUtils-CppGuess-0.11/t/module/CppGuessTest.xs +ExtUtils-CppGuess-0.11/t/module/Build.PL +ExtUtils-CppGuess-0.11/t/module/typemap +ExtUtils-CppGuess-0.11/t/module/MANIFEST +ExtUtils-CppGuess-0.11/t/module/lib/ +ExtUtils-CppGuess-0.11/t/module/lib/CppGuessTest.pm +ExtUtils-CppGuess-0.11/t/module/t/ +ExtUtils-CppGuess-0.11/t/module/t/001_load.t +ExtUtils-CppGuess-0.11/t/module/t/002_base.t +ExtUtils-CppGuess-0.11/t/module/Makefile.PL +ExtUtils-CppGuess-0.11/Makefile.PL +Entering ExtUtils-CppGuess-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring ExtUtils-CppGuess-0.11 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for ExtUtils::CppGuess +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Fatal 0 ... Yes (2.29) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have ExtUtils::Manifest 1.66 ... Yes (1.70) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing ExtUtils-CppGuess-0.11 ... cp lib/ExtUtils/CppGuess.pm blib/lib/ExtUtils/CppGuess.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# EUMM:$VAR1 = { +# 'CCFLAGS' => ' -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ ', +# 'dynamic_lib' => { +# 'OTHERLDFLAGS' => ' -lstdc++ ' +# } +# }; +# --- +# MB:$VAR1 = { +# 'extra_compiler_flags' => ' -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ ', +# 'extra_linker_flags' => ' -lstdc++ ' +# }; +t/001_load.t .......... ok +t/010_module_build.t .. ok +t/011_makemaker.t ..... ok +All tests successful. +Files=3, Tests=4, 4 wallclock secs ( 0.03 usr 0.00 sys + 2.84 cusr 0.45 csys = 3.32 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/CppGuess.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::CppGuess.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed ExtUtils-CppGuess-0.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-CppGuess-0.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-CppGuess-0.11/MYMETA.json +Searching Alien::Base::ModuleBuild (0.023) on cpanmetadb ... +--2017-10-09 07:41:12-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::Base::ModuleBuild +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 439 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 54.7M=0s + +2017-10-09 07:41:12 (54.7 MB/s) - written to stdout [439/439] + +--> Working on Alien::Base::ModuleBuild +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Base-ModuleBuild-1.00.tar.gz ... --2017-10-09 07:41:12-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Base-ModuleBuild-1.00.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 63444 (62K) [application/x-gzip] +Saving to: ‘Alien-Base-ModuleBuild-1.00.tar.gz’ + + 0K .......... .......... .......... .......... .......... 80% 27.8M 0s + 50K .......... . 100% 144M=0.002s + +2017-10-09 07:41:12 (32.9 MB/s) - ‘Alien-Base-ModuleBuild-1.00.tar.gz’ saved [63444/63444] + +Unpacking Alien-Base-ModuleBuild-1.00.tar.gz +OK +Alien-Base-ModuleBuild-1.00 +Alien-Base-ModuleBuild-1.00/.appveyor.yml +Alien-Base-ModuleBuild-1.00/Build.PL +Alien-Base-ModuleBuild-1.00/Changes +Alien-Base-ModuleBuild-1.00/LICENSE +Alien-Base-ModuleBuild-1.00/MANIFEST +Alien-Base-ModuleBuild-1.00/META.json +Alien-Base-ModuleBuild-1.00/META.yml +Alien-Base-ModuleBuild-1.00/README +Alien-Base-ModuleBuild-1.00/corpus +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild/bin +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild/bin/privateapp +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild/bin/privateapp.bat +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/include +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/include/mylib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/include/otherlib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/libmylib.0.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/libmylib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/libmylib.so.0 +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/libotherlib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/mylib.dll +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/onlypostdot.so.0 +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/onlypredot.0.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/prepostdot.0.so.0 +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/dirlikelib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/dynamic/lib/dirlikelib.so/dontfindthis +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/dynamic +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/dynamic/libmylib.so.1.2.3 +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/dynamic/libotherlib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/dynamic/mylib.dll +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/dynamic/otherlib.dll +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/include +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/include/mylib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/include/otherlib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/libmylib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/libotherlib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/mylib.lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/otherlib.lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/dirlikelib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/dirlikelib.a/dontfindthis +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/dirlikelib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/mixed/lib/dirlikelib.so/dontfindthis +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/include +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/include/mylib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/include/otherlib.h +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/libmylib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/libotherlib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/mylib.lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/otherlib.lib +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/dirlikelib.a +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/dirlikelib.a/dontfindthis +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/dirlikelib.so +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild__find_lib/static/lib/dirlikelib.so/dontfindthis +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild_repository_http +Alien-Base-ModuleBuild-1.00/corpus/alien_base_modulebuild_repository_http/index.html +Alien-Base-ModuleBuild-1.00/lib +Alien-Base-ModuleBuild-1.00/lib/Alien +Alien-Base-ModuleBuild-1.00/lib/Alien/Base +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/API.pod +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Authoring.pod +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Cabinet.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/FAQ.pod +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/File.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Repository.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Utils.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Repository +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Repository/FTP.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Repository/HTTP.pm +Alien-Base-ModuleBuild-1.00/lib/Alien/Base/ModuleBuild/Repository/Local.pm +Alien-Base-ModuleBuild-1.00/maint +Alien-Base-ModuleBuild-1.00/maint/min-perl.pl +Alien-Base-ModuleBuild-1.00/maint/releaseprep +Alien-Base-ModuleBuild-1.00/t +Alien-Base-ModuleBuild-1.00/t/00_diag.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_cabinet.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_file.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_repository.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_repository_ftp.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_repository_http.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_repository_local.t +Alien-Base-ModuleBuild-1.00/t/alien_base_modulebuild_utils.t +Alien-Base-ModuleBuild-1.00/t/inline.t +Alien-Base-ModuleBuild-1.00/t/inline_cpp.t +Alien-Base-ModuleBuild-1.00/t/lib +Alien-Base-ModuleBuild-1.00/t/lib/Test2 +Alien-Base-ModuleBuild-1.00/t/lib/Test2/Plugin +Alien-Base-ModuleBuild-1.00/t/lib/Test2/Plugin/AlienEnv.pm +Entering Alien-Base-ModuleBuild-1.00 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Alien-Base-ModuleBuild-1.00 ... Checking prerequisites... + requires: + ! Alien::Base::PkgConfig is not installed + ! Archive::Extract is not installed + ! File::chdir is not installed + ! Shell::Config::Generate is not installed + ! Shell::Guess is not installed + ! Sort::Versions is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Alien-Base-ModuleBuild' version '1.00' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test2::Require::Module 0.000071 ... Yes (0.000077) +Checking if you have Path::Tiny 0.077 ... Yes (0.104) +Checking if you have Alien::Base::PkgConfig 1.20 ... No +Checking if you have Archive::Extract 0 ... No +Checking if you have Shell::Config::Generate 0 ... No +Checking if you have Sort::Versions 0 ... No +Checking if you have Test2::V0 0.000071 ... Yes (0.000077) +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have Shell::Guess 0 ... No +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have HTTP::Tiny 0.044 ... Yes (0.070) +Checking if you have URI 1.28 ... Yes (1.72) +Checking if you have Text::ParseWords 3.26 ... Yes (3.30) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have File::chdir 0.1005 ... No +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Searching Alien::Base::PkgConfig (1.20) on cpanmetadb ... +OK +==> Found dependencies: Alien::Base::PkgConfig, Archive::Extract, Shell::Config::Generate, Sort::Versions, Shell::Guess, File::chdir +--2017-10-09 07:41:12-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::Base::PkgConfig +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2550 (2.5K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 418M=0s + +2017-10-09 07:41:12 (418 MB/s) - written to stdout [2550/2550] + +--> Working on Alien::Base::PkgConfig +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Build-1.22.tar.gz ... --2017-10-09 07:41:12-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Build-1.22.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 224162 (219K) [application/x-gzip] +Saving to: ‘Alien-Build-1.22.tar.gz’ + + 0K .......... .......... .......... .......... .......... 22% 24.2M 0s + 50K .......... .......... .......... .......... .......... 45% 50.2M 0s + 100K .......... .......... .......... .......... .......... 68% 23.7M 0s + 150K .......... .......... .......... .......... .......... 91% 46.1M 0s + 200K .......... ........ 100% 20.2M=0.007s + +2017-10-09 07:41:12 (30.4 MB/s) - ‘Alien-Build-1.22.tar.gz’ saved [224162/224162] + +Unpacking Alien-Build-1.22.tar.gz +OK +Alien-Build-1.22 +Alien-Build-1.22/README +Alien-Build-1.22/Changes +Alien-Build-1.22/SUPPORT +Alien-Build-1.22/LICENSE +Alien-Build-1.22/INSTALL +Alien-Build-1.22/dist.ini +Alien-Build-1.22/META.yml +Alien-Build-1.22/MANIFEST +Alien-Build-1.22/META.json +Alien-Build-1.22/author.yml +Alien-Build-1.22/t +Alien-Build-1.22/t/01_use.t +Alien-Build-1.22/t/bin +Alien-Build-1.22/t/bin/ftpd +Alien-Build-1.22/t/00_diag.t +Alien-Build-1.22/t/bin/httpd +Alien-Build-1.22/Makefile.PL +Alien-Build-1.22/maint +Alien-Build-1.22/maint/gen.pl +Alien-Build-1.22/t/alienfile.t +Alien-Build-1.22/example +Alien-Build-1.22/example/README +Alien-Build-1.22/t/alien_base.t +Alien-Build-1.22/t/alien_role.t +Alien-Build-1.22/t/test_alien.t +Alien-Build-1.22/t/alien_build.t +Alien-Build-1.22/xt/author +Alien-Build-1.22/xt/author/eol.t +Alien-Build-1.22/xt/author/pod.t +Alien-Build-1.22/lib +Alien-Build-1.22/lib/alienfile.pm +Alien-Build-1.22/lib/Alien +Alien-Build-1.22/lib/Alien/Base.pm +Alien-Build-1.22/lib/Alien/Role.pm +Alien-Build-1.22/lib/Test +Alien-Build-1.22/lib/Test/Alien.pm +Alien-Build-1.22/maint/travis-dzil +Alien-Build-1.22/Changes.Alien-Base +Alien-Build-1.22/Changes.Test-Alien +Alien-Build-1.22/corpus/rc +Alien-Build-1.22/corpus/rc/basic.pl +Alien-Build-1.22/lib/Alien/Build.pm +Alien-Build-1.22/t/alien_build_mm.t +Alien-Build-1.22/t/alien_build_rc.t +Alien-Build-1.22/t/test_alien_run.t +Alien-Build-1.22/xt/author/strict.t +Alien-Build-1.22/xt/release +Alien-Build-1.22/xt/release/fixme.t +Alien-Build-1.22/corpus/dir +Alien-Build-1.22/corpus/dir/ftp.list +Alien-Build-1.22/example/user +Alien-Build-1.22/example/user/README +Alien-Build-1.22/maint/travis-daemon +Alien-Build-1.22/t/lib/MyTest +Alien-Build-1.22/t/lib/MyTest/FTP.pm +Alien-Build-1.22/xt/author/no_tabs.t +Alien-Build-1.22/xt/author/version.t +Alien-Build-1.22/corpus/dir/file.html +Alien-Build-1.22/corpus/dir/http.html +Alien-Build-1.22/corpus/dist2 +Alien-Build-1.22/corpus/dist2/foo.tar +Alien-Build-1.22/example/xz.alienfile +Alien-Build-1.22/t/alien_build_meta.t +Alien-Build-1.22/t/alien_build_util.t +Alien-Build-1.22/t/test_alien_build.t +Alien-Build-1.22/t/lib/MyTest/File.pm +Alien-Build-1.22/t/lib/MyTest/HTTP.pm +Alien-Build-1.22/xt/release/changes.t +Alien-Build-1.22/lib/Alien/Build +Alien-Build-1.22/lib/Alien/Build/MM.pm +Alien-Build-1.22/lib/Test/Alien +Alien-Build-1.22/lib/Test/Alien/Run.pm +Alien-Build-1.22/maint/travis-run-test +Alien-Build-1.22/corpus/basic +Alien-Build-1.22/corpus/basic/alienfile +Alien-Build-1.22/corpus/blank +Alien-Build-1.22/corpus/blank/alienfile +Alien-Build-1.22/example/curl.alienfile +Alien-Build-1.22/lib/Alien/Base +Alien-Build-1.22/lib/Alien/Base/FAQ.pod +Alien-Build-1.22/t/alien_base_wrapper.t +Alien-Build-1.22/t/alien_build_plugin.t +Alien-Build-1.22/t/lib/MyTest/System.pm +Alien-Build-1.22/corpus/dir/ftp_abs.list +Alien-Build-1.22/corpus/lib/Alien +Alien-Build-1.22/corpus/lib/Alien/Foo.pm +Alien-Build-1.22/example/bzip2.alienfile +Alien-Build-1.22/example/gmake.alienfile +Alien-Build-1.22/lib/Alien/Build/Util.pm +Alien-Build-1.22/lib/Test/Alien/Build.pm +Alien-Build-1.22/t/alien_build_tempdir.t +Alien-Build-1.22/corpus/dir/http_rel.html +Alien-Build-1.22/corpus/dist +Alien-Build-1.22/corpus/dist/foo-1.00.tar +Alien-Build-1.22/corpus/dist/foo-1.00.zip +Alien-Build-1.22/corpus/lib/Alien/Foo1.pm +Alien-Build-1.22/corpus/lib/Alien/Foo2.pm +Alien-Build-1.22/maint/ci-test-plugins.pl +Alien-Build-1.22/t/alien_base_pkgconfig.t +Alien-Build-1.22/t/test_alien_synthetic.t +Alien-Build-1.22/xt/author/pod_coverage.t +Alien-Build-1.22/corpus/lib/Foo/Bar +Alien-Build-1.22/corpus/lib/Foo/Bar/Baz.pm +Alien-Build-1.22/example/openssl.alienfile +Alien-Build-1.22/lib/Alien/Base/Wrapper.pm +Alien-Build-1.22/lib/Alien/Build/Plugin.pm +Alien-Build-1.22/maint/travis-install-deps +Alien-Build-1.22/t/test_alien_cancompile.t +Alien-Build-1.22/Changes.Alien-Base-Wrapper +Alien-Build-1.22/corpus/dist/foo-1.00.tar.Z +Alien-Build-1.22/corpus/dist/foo-1.00 +Alien-Build-1.22/corpus/dist/foo-1.00/foo.c +Alien-Build-1.22/corpus/lib/Foo/Bar/Baz1.pm +Alien-Build-1.22/t/test_alien_canplatypus.t +Alien-Build-1.22/t/lib/Test2/Require +Alien-Build-1.22/t/lib/Test2/Require/Dev.pm +Alien-Build-1.22/corpus/dist/foo-1.00.tar.gz +Alien-Build-1.22/corpus/dist/foo-1.00.tar.xz +Alien-Build-1.22/corpus/lib/Alien/foomake.pm +Alien-Build-1.22/corpus/lib/Alien/libfoo1.pm +Alien-Build-1.22/corpus/lib/Alien/libfoo2.pm +Alien-Build-1.22/corpus/lib/pkgconfig +Alien-Build-1.22/corpus/lib/pkgconfig/foo.pc +Alien-Build-1.22/corpus/lib/pkgconfig/xor.pc +Alien-Build-1.22/corpus/pkgconfig +Alien-Build-1.22/corpus/pkgconfig/libbar1.pc +Alien-Build-1.22/corpus/pkgconfig/libfoo1.pc +Alien-Build-1.22/example/dontpanic.alienfile +Alien-Build-1.22/example/xz-manual.alienfile +Alien-Build-1.22/example/user/xs-mb +Alien-Build-1.22/example/user/xs-mb/Build.PL +Alien-Build-1.22/lib/Alien/Base/PkgConfig.pm +Alien-Build-1.22/lib/Test/Alien/Synthetic.pm +Alien-Build-1.22/t/alien_build_interpolate.t +Alien-Build-1.22/t/alien_build_plugin_meta.t +Alien-Build-1.22/corpus/dist/foo-1.00.tar.bz2 +Alien-Build-1.22/lib/Alien/Base/Authoring.pod +Alien-Build-1.22/lib/Test/Alien/CanCompile.pm +Alien-Build-1.22/example/user/xs-dzil +Alien-Build-1.22/example/user/xs-dzil/dist.ini +Alien-Build-1.22/example/user/xs-mm +Alien-Build-1.22/example/user/xs-mm/Example.xs +Alien-Build-1.22/lib/Test/Alien/CanPlatypus.pm +Alien-Build-1.22/t/alien_build_version_basic.t +Alien-Build-1.22/corpus/dist/foo-1.00/configure +Alien-Build-1.22/example/user/xs-mm/Makefile.PL +Alien-Build-1.22/lib/Alien/Build/Interpolate.pm +Alien-Build-1.22/lib/Alien/Build/Manual +Alien-Build-1.22/lib/Alien/Build/Manual/FAQ.pod +Alien-Build-1.22/example/user/xs-dzil/Example.xs +Alien-Build-1.22/lib/Alien/Build/Plugin +Alien-Build-1.22/lib/Alien/Build/Plugin/Core.pod +Alien-Build-1.22/t/alien_build_commandsequence.t +Alien-Build-1.22/t/alien_build_plugin_core_ffi.t +Alien-Build-1.22/xt/author/pod_spelling_common.t +Alien-Build-1.22/xt/author/pod_spelling_system.t +Alien-Build-1.22/lib/Alien/Build/Plugin/Build.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Probe.pod +Alien-Build-1.22/lib/Alien/Build/Version +Alien-Build-1.22/lib/Alien/Build/Version/Basic.pm +Alien-Build-1.22/maint/update-cmake-libpalindrome +Alien-Build-1.22/t/alien_base__system_installed.t +Alien-Build-1.22/t/alien_build_plugin_core_tail.t +Alien-Build-1.22/t/alien_build_plugin_fetch_lwp.t +Alien-Build-1.22/t/lib/MyTest/FauxFetchCommand.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Decode.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Prefer.pod +Alien-Build-1.22/t/alien_build_plugin_build_make.t +Alien-Build-1.22/t/alien_build_plugin_build_msys.t +Alien-Build-1.22/t/alien_build_plugin_core_setup.t +Alien-Build-1.22/t/alien_build_plugin_fetch_wget.t +Alien-Build-1.22/corpus/alien_base_pkgconfig +Alien-Build-1.22/corpus/alien_base_pkgconfig/gsl.pc +Alien-Build-1.22/corpus/cmake-libpalindrome +Alien-Build-1.22/corpus/cmake-libpalindrome/LICENSE +Alien-Build-1.22/example/user/tool/t +Alien-Build-1.22/example/user/tool/t/lzma_example.t +Alien-Build-1.22/lib/Alien/Build/CommandSequence.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Core +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/FFI.pm +Alien-Build-1.22/t/alien_build_plugin_build_cmake.t +Alien-Build-1.22/t/alien_build_plugin_core_gather.t +Alien-Build-1.22/t/alien_build_plugin_core_legacy.t +Alien-Build-1.22/t/alien_build_plugin_decode_html.t +Alien-Build-1.22/t/alien_build_plugin_fetch_local.t +Alien-Build-1.22/corpus/alien_base_pkgconfig/test.pc +Alien-Build-1.22/corpus/lib/Alien/Foo1 +Alien-Build-1.22/corpus/lib/Alien/Foo1/ConfigData.pm +Alien-Build-1.22/corpus/lib/Alien/Foo2 +Alien-Build-1.22/corpus/lib/Alien/Foo2/ConfigData.pm +Alien-Build-1.22/example/user/xs-mb/t +Alien-Build-1.22/example/user/xs-mb/t/lzma_example.t +Alien-Build-1.22/example/user/xs-mm/t +Alien-Build-1.22/example/user/xs-mm/t/lzma_example.t +Alien-Build-1.22/lib/Alien/Build/Plugin/Download.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Tail.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/LWP.pm +Alien-Build-1.22/t/alien_build_commandsequence__cd.t +Alien-Build-1.22/t/alien_build_interpolate_default.t +Alien-Build-1.22/t/alien_build_plugin_fetch_netftp.t +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_pp.t +Alien-Build-1.22/corpus/lib/pkgconfig/xor-chillout.pc +Alien-Build-1.22/lib/Alien/Build/Manual/AlienUser.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Build +Alien-Build-1.22/lib/Alien/Build/Plugin/Build/Make.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Build/MSYS.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Setup.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/Wget.pm +Alien-Build-1.22/t/alien_build_plugin_core_download.t +Alien-Build-1.22/t/alien_build_plugin_core_override.t +Alien-Build-1.22/example/user/tool/lib/LZMA +Alien-Build-1.22/example/user/tool/lib/LZMA/Example.pm +Alien-Build-1.22/example/user/xs-dzil/t +Alien-Build-1.22/example/user/xs-dzil/t/lzma_example.t +Alien-Build-1.22/lib/Alien/Build/Plugin/Build/CMake.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Gather.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Legacy.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Decode +Alien-Build-1.22/lib/Alien/Build/Plugin/Decode/HTML.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/Local.pm +Alien-Build-1.22/t/alien_build_plugin_build_autoconf.t +Alien-Build-1.22/t/alien_build_plugin_fetch_httptiny.t +Alien-Build-1.22/t/alien_build_plugin_fetch_localdir.t +Alien-Build-1.22/t/alien_build_plugin_probe_cbuilder.t +Alien-Build-1.22/corpus/cmake-libpalindrome/palx +Alien-Build-1.22/corpus/cmake-libpalindrome/palx/main.c +Alien-Build-1.22/example/user/inline-c/t +Alien-Build-1.22/example/user/inline-c/t/lzma_example.t +Alien-Build-1.22/example/user/xs-mb/lib/LZMA +Alien-Build-1.22/example/user/xs-mb/lib/LZMA/Example.pm +Alien-Build-1.22/example/user/xs-mb/lib/LZMA/Example.xs +Alien-Build-1.22/example/user/xs-mm/lib/LZMA +Alien-Build-1.22/example/user/xs-mm/lib/LZMA/Example.pm +Alien-Build-1.22/lib/Alien/Build/Interpolate +Alien-Build-1.22/lib/Alien/Build/Interpolate/Default.pm +Alien-Build-1.22/lib/Alien/Build/Manual/AlienAuthor.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/NetFTP.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig/PP.pm +Alien-Build-1.22/t/alien_build_plugin_build_searchdep.t +Alien-Build-1.22/lib/Alien/Build/Manual/Contributing.pod +Alien-Build-1.22/lib/Alien/Build/Manual/PluginAuthor.pod +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Download.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Core/Override.pm +Alien-Build-1.22/example/user/xs-dzil/lib/LZMA +Alien-Build-1.22/example/user/xs-dzil/lib/LZMA/Example.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Build/Autoconf.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/HTTPTiny.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/LocalDir.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Probe +Alien-Build-1.22/lib/Alien/Build/Plugin/Probe/CBuilder.pm +Alien-Build-1.22/t/alien_build_plugin_decode_dirlisting.t +Alien-Build-1.22/t/alien_build_plugin_extract_directory.t +Alien-Build-1.22/t/alien_build_plugin_extract_negotiate.t +Alien-Build-1.22/t/alien_build_plugin_fetch_curlcommand.t +Alien-Build-1.22/t/alien_build_plugin_prefer_badversion.t +Alien-Build-1.22/t/alien_build_plugin_probe_commandline.t +Alien-Build-1.22/corpus/cmake-libpalindrome/CMakeLists.txt +Alien-Build-1.22/example/user/inline-c/lib/LZMA +Alien-Build-1.22/example/user/inline-c/lib/LZMA/Example.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Build/SearchDep.pm +Alien-Build-1.22/t/alien_build_plugin_download_negotiate.t +Alien-Build-1.22/t/alien_build_plugin_extract_archivetar.t +Alien-Build-1.22/t/alien_build_plugin_extract_archivezip.t +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/Fetch +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/Fetch/Foo.pm +Alien-Build-1.22/example/user/ffi-platypus/t +Alien-Build-1.22/example/user/ffi-platypus/t/lzma_example.t +Alien-Build-1.22/t/alien_build_plugin_extract_commandline.t +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_negotiate.t +Alien-Build-1.22/t/alien_build_plugin_prefer_sortversions.t +Alien-Build-1.22/lib/Alien/Build/Plugin/Decode/DirListing.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract/Directory.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract/Negotiate.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Fetch/CurlCommand.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Prefer +Alien-Build-1.22/lib/Alien/Build/Plugin/Prefer/BadVersion.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Probe/CommandLine.pm +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_libpkgconf.t +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_makestatic.t +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/RogerRamjet.pm +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2 +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2/README +Alien-Build-1.22/lib/Alien/Build/Plugin/Download +Alien-Build-1.22/lib/Alien/Build/Plugin/Download/Negotiate.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract/ArchiveZip.pm +Alien-Build-1.22/t/alien_build_plugin_gather_isolatedynamic.t +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_commandline.t +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/Download +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/Download/Foo.pm +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/Fetch/Corpus.pm +Alien-Build-1.22/example/user/ffi-platypus/lib/LZMA +Alien-Build-1.22/example/user/ffi-platypus/lib/LZMA/Example.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Extract/CommandLine.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig/Negotiate.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Prefer/SortVersions.pm +Alien-Build-1.22/corpus/cmake-libpalindrome/palx/CMakeLists.txt +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/Gather +Alien-Build-1.22/lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm +Alien-Build-1.22/lib/Alien/Build/Plugin/PkgConfig/CommandLine.pm +Alien-Build-1.22/t/alien_build_plugin_decode_dirlistingftpcopy.t +Alien-Build-1.22/t/alien_build_plugin_pkgconfig_negotiate__pick.t +Alien-Build-1.22/lib/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/record +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/record/old.yml +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2/lib +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2/lib/libfoo2.a +Alien-Build-1.22/t/alien_build_plugin_extract_commandline__tar_can.t +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/record/old.json +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/dir +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/dir/foo-1.00.tar +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/dir/foo-1.01.tar +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/dir/foo-1.02.tar +Alien-Build-1.22/corpus/cmake-libpalindrome/libpalindrome +Alien-Build-1.22/corpus/cmake-libpalindrome/libpalindrome/palindrome.c +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/lib +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/lib/libfoo.a +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/include +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/include/foo.h +Alien-Build-1.22/corpus/alien_build_plugin_fetch_wget/dir/html_test.html +Alien-Build-1.22/corpus/cmake-libpalindrome/libpalindrome/CMakeLists.txt +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/NesAdvantage +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/NesAdvantage/Negotiate.pm +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/bin +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/bin/foo-config +Alien-Build-1.22/corpus/cmake-libpalindrome/libpalindrome/libpalindrome.h +Alien-Build-1.22/corpus/lib/Alien/Build/Plugin/NesAdvantage/Controller.pm +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/record +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/record/old.yml +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo1/_alien +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo1/_alien/alien.json +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/_alien +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/_alien/alien.json +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/dynamic +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/dynamic/libfoo.so +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/record/old.json +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo1/_alien/for_libfoo1 +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/_alien/for_libfoo2 +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/dir +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.00.tar +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.01.tar +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.02.tar +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-libfoo2/dynamic/libfoo.so.2 +Alien-Build-1.22/corpus/alien_build_plugin_fetch_curlcommand/dir/html_test.html +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2/lib/libfoo2-3.2.1/include +Alien-Build-1.22/corpus/lib/auto/share/dist/Alien-Foo2/lib/libfoo2-3.2.1/include/foo2.h +Entering Alien-Build-1.22 +Checking configure dependencies from META.json +Checking if you have File::Which 1.09 ... Yes (1.22) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Alien-Build-1.22 ... Warning: prerequisite FFI::CheckLib 0.11 not found. +Warning: prerequisite File::chdir 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Alien::Build +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have Test2::Require 0.000060 ... Yes (0.000077) +Checking if you have File::chdir 0.1005 ... No +Checking if you have File::Which 1.10 ... Yes (1.22) +Checking if you have Module::Load 0 ... Yes (0.32) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Text::ParseWords 3.26 ... Yes (3.30) +Checking if you have Test2::Mock 0.000060 ... Yes (0.000077) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Path::Tiny 0.077 ... Yes (0.104) +Checking if you have Test2::API 1.302015 ... Yes (1.302098) +Checking if you have Test2::Require::Module 0.000071 ... Yes (0.000077) +Checking if you have FFI::CheckLib 0.11 ... No +Checking if you have Test2::V0 0.000071 ... Yes (0.000077) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Searching File::chdir (0.1005) on cpanmetadb ... +OK +==> Found dependencies: File::chdir, FFI::CheckLib +--2017-10-09 07:41:13-- http://cpanmetadb.plackperl.org/v1.0/package/File::chdir +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 160 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 29.0M=0s + +2017-10-09 07:41:13 (29.0 MB/s) - written to stdout [160/160] + +--> Working on File::chdir +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-0.1010.tar.gz ... --2017-10-09 07:41:13-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-0.1010.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24761 (24K) [application/x-gzip] +Saving to: ‘File-chdir-0.1010.tar.gz’ + + 0K .......... .......... .... 100% 24.8M=0.001s + +2017-10-09 07:41:13 (24.8 MB/s) - ‘File-chdir-0.1010.tar.gz’ saved [24761/24761] + +Unpacking File-chdir-0.1010.tar.gz +OK +File-chdir-0.1010/ +File-chdir-0.1010/Changes +File-chdir-0.1010/CONTRIBUTING.mkdn +File-chdir-0.1010/cpanfile +File-chdir-0.1010/dist.ini +File-chdir-0.1010/examples/ +File-chdir-0.1010/lib/ +File-chdir-0.1010/LICENSE +File-chdir-0.1010/Makefile.PL +File-chdir-0.1010/MANIFEST +File-chdir-0.1010/META.json +File-chdir-0.1010/META.yml +File-chdir-0.1010/perlcritic.rc +File-chdir-0.1010/README +File-chdir-0.1010/t/ +File-chdir-0.1010/xt/ +File-chdir-0.1010/xt/author/ +File-chdir-0.1010/xt/release/ +File-chdir-0.1010/xt/release/distmeta.t +File-chdir-0.1010/xt/release/minimum-version.t +File-chdir-0.1010/xt/release/pod-coverage.t +File-chdir-0.1010/xt/release/pod-syntax.t +File-chdir-0.1010/xt/release/portability.t +File-chdir-0.1010/xt/release/test-version.t +File-chdir-0.1010/xt/author/00-compile.t +File-chdir-0.1010/xt/author/critic.t +File-chdir-0.1010/xt/author/pod-spell.t +File-chdir-0.1010/t/00-report-prereqs.dd +File-chdir-0.1010/t/00-report-prereqs.t +File-chdir-0.1010/t/array.t +File-chdir-0.1010/t/chdir.t +File-chdir-0.1010/t/delete-array.t +File-chdir-0.1010/t/lib/ +File-chdir-0.1010/t/nested.t +File-chdir-0.1010/t/newline.t +File-chdir-0.1010/t/var.t +File-chdir-0.1010/t/lib/dummy.txt +File-chdir-0.1010/lib/File/ +File-chdir-0.1010/lib/File/chdir.pm +File-chdir-0.1010/examples/chdir-example.pl +Entering File-chdir-0.1010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring File-chdir-0.1010 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::chdir +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 3.27 ... Yes (3.68) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing File-chdir-0.1010 ... cp lib/File/chdir.pm blib/lib/File/chdir.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# warnings any 1.37 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------------------- ---- ---- +# Carp any 1.43 +# Cwd 3.16 3.68 +# Exporter any 5.72 +# File::Spec::Functions 3.27 3.68 +# strict any 1.11 +# vars any 1.03 +# +t/00-report-prereqs.t .. ok +t/array.t .............. ok +t/chdir.t .............. ok +t/delete-array.t ....... ok +t/nested.t ............. ok +t/newline.t ............ ok +t/var.t ................ ok +All tests successful. +Files=7, Tests=94, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.56 cusr 0.07 csys = 0.68 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/chdir.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::chdir.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-chdir-0.1010 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-chdir-0.1010/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-chdir-0.1010/MYMETA.json +Searching FFI::CheckLib (0.11) on cpanmetadb ... +--2017-10-09 07:41:14-- http://cpanmetadb.plackperl.org/v1.0/package/FFI::CheckLib +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.0M=0s + +2017-10-09 07:41:14 (23.0 MB/s) - written to stdout [99/99] + +--> Working on FFI::CheckLib +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.16.tar.gz ... --2017-10-09 07:41:14-- http://www.cpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.16.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22069 (22K) [application/x-gzip] +Saving to: ‘FFI-CheckLib-0.16.tar.gz’ + + 0K .......... .......... . 100% 23.6M=0.001s + +2017-10-09 07:41:14 (23.6 MB/s) - ‘FFI-CheckLib-0.16.tar.gz’ saved [22069/22069] + +Unpacking FFI-CheckLib-0.16.tar.gz +OK +FFI-CheckLib-0.16/ +FFI-CheckLib-0.16/author.yml +FFI-CheckLib-0.16/Changes +FFI-CheckLib-0.16/corpus/ +FFI-CheckLib-0.16/cpanfile +FFI-CheckLib-0.16/dist.ini +FFI-CheckLib-0.16/INSTALL +FFI-CheckLib-0.16/lib/ +FFI-CheckLib-0.16/LICENSE +FFI-CheckLib-0.16/Makefile.PL +FFI-CheckLib-0.16/MANIFEST +FFI-CheckLib-0.16/META.json +FFI-CheckLib-0.16/META.yml +FFI-CheckLib-0.16/README +FFI-CheckLib-0.16/t/ +FFI-CheckLib-0.16/xt/ +FFI-CheckLib-0.16/xt/author/ +FFI-CheckLib-0.16/xt/release/ +FFI-CheckLib-0.16/xt/release/changes.t +FFI-CheckLib-0.16/xt/release/fixme.t +FFI-CheckLib-0.16/xt/author/eol.t +FFI-CheckLib-0.16/xt/author/no_tabs.t +FFI-CheckLib-0.16/xt/author/pod.t +FFI-CheckLib-0.16/xt/author/pod_coverage.t +FFI-CheckLib-0.16/xt/author/pod_spelling_common.t +FFI-CheckLib-0.16/xt/author/pod_spelling_system.t +FFI-CheckLib-0.16/xt/author/strict.t +FFI-CheckLib-0.16/xt/author/version.t +FFI-CheckLib-0.16/t/00_diag.t +FFI-CheckLib-0.16/t/ffi_checklib.t +FFI-CheckLib-0.16/t/ffi_checklib__exit.t +FFI-CheckLib-0.16/t/ffi_checklib__os_cygwin.t +FFI-CheckLib-0.16/t/ffi_checklib__os_darwin.t +FFI-CheckLib-0.16/t/ffi_checklib__os_mswin32.t +FFI-CheckLib-0.16/t/ffi_checklib__os_unix.t +FFI-CheckLib-0.16/t/lib/ +FFI-CheckLib-0.16/t/lib/Test2/ +FFI-CheckLib-0.16/t/lib/Test2/Plugin/ +FFI-CheckLib-0.16/t/lib/Test2/Tools/ +FFI-CheckLib-0.16/t/lib/Test2/Tools/NoteStderr.pm +FFI-CheckLib-0.16/t/lib/Test2/Plugin/FauxDynaLoader.pm +FFI-CheckLib-0.16/t/lib/Test2/Plugin/FauxOS.pm +FFI-CheckLib-0.16/lib/FFI/ +FFI-CheckLib-0.16/lib/FFI/CheckLib.pm +FFI-CheckLib-0.16/corpus/cygwin/ +FFI-CheckLib-0.16/corpus/darwin/ +FFI-CheckLib-0.16/corpus/unix/ +FFI-CheckLib-0.16/corpus/windows/ +FFI-CheckLib-0.16/corpus/windows/bin/ +FFI-CheckLib-0.16/corpus/windows/bin/dinosaur.dll +FFI-CheckLib-0.16/corpus/windows/bin/libapatosaurus-0.dll +FFI-CheckLib-0.16/corpus/unix/custom/ +FFI-CheckLib-0.16/corpus/unix/foo-1.00/ +FFI-CheckLib-0.16/corpus/unix/lib/ +FFI-CheckLib-0.16/corpus/unix/usr/ +FFI-CheckLib-0.16/corpus/unix/usr/lib/ +FFI-CheckLib-0.16/corpus/unix/usr/lib/libbar.so +FFI-CheckLib-0.16/corpus/unix/usr/lib/libbar.so.1 +FFI-CheckLib-0.16/corpus/unix/usr/lib/libbar.so.1.2 +FFI-CheckLib-0.16/corpus/unix/usr/lib/libbar.so.1.2.3 +FFI-CheckLib-0.16/corpus/unix/usr/lib/libfoo.a +FFI-CheckLib-0.16/corpus/unix/usr/lib/libfoo.so +FFI-CheckLib-0.16/corpus/unix/usr/lib/libfoo.so.1 +FFI-CheckLib-0.16/corpus/unix/usr/lib/libfoo.so.1.2 +FFI-CheckLib-0.16/corpus/unix/usr/lib/libfoo.so.1.2.3 +FFI-CheckLib-0.16/corpus/unix/lib/libfoo.so +FFI-CheckLib-0.16/corpus/unix/lib/libfoo.so.2 +FFI-CheckLib-0.16/corpus/unix/lib/libfoo.so.2.3 +FFI-CheckLib-0.16/corpus/unix/lib/libfoo.so.2.3.4 +FFI-CheckLib-0.16/corpus/unix/foo-1.00/src/ +FFI-CheckLib-0.16/corpus/unix/foo-1.00/src/libs/ +FFI-CheckLib-0.16/corpus/unix/foo-1.00/src/libs/libbar.so +FFI-CheckLib-0.16/corpus/unix/foo-1.00/src/libs/libbaz.so +FFI-CheckLib-0.16/corpus/unix/foo-1.00/src/libs/libfoo.so +FFI-CheckLib-0.16/corpus/unix/custom/libfoo.so +FFI-CheckLib-0.16/corpus/darwin/custom/ +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/ +FFI-CheckLib-0.16/corpus/darwin/lib/ +FFI-CheckLib-0.16/corpus/darwin/usr/ +FFI-CheckLib-0.16/corpus/darwin/usr/lib/ +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libbar.dylib +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libbar.dylib.1 +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libbar.dylib.1.2 +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libbar.dylib.1.2.3 +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libfoo.a +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libfoo.dylib +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libfoo.dylib.1 +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libfoo.dylib.1.2 +FFI-CheckLib-0.16/corpus/darwin/usr/lib/libfoo.dylib.1.2.3 +FFI-CheckLib-0.16/corpus/darwin/lib/libfoo.dylib +FFI-CheckLib-0.16/corpus/darwin/lib/libfoo.dylib.2 +FFI-CheckLib-0.16/corpus/darwin/lib/libfoo.dylib.2.3 +FFI-CheckLib-0.16/corpus/darwin/lib/libfoo.dylib.2.3.4 +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/src/ +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/src/libs/ +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/src/libs/libbar.dylib +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/src/libs/libbaz.dylib +FFI-CheckLib-0.16/corpus/darwin/foo-1.00/src/libs/libfoo.dylib +FFI-CheckLib-0.16/corpus/darwin/custom/libfoo.dylib +FFI-CheckLib-0.16/corpus/cygwin/bin/ +FFI-CheckLib-0.16/corpus/cygwin/bin/cygapatosaurus-0.dll +FFI-CheckLib-0.16/corpus/cygwin/bin/cygdinosaur.dll +Entering FFI-CheckLib-0.16 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring FFI-CheckLib-0.16 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for FFI::CheckLib +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test2::API 1.302015 ... Yes (1.302098) +Checking if you have Test2::Require::Module 0.000071 ... Yes (0.000077) +Checking if you have Test2::V0 0.000071 ... Yes (0.000077) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing FFI-CheckLib-0.16 ... cp lib/FFI/CheckLib.pm blib/lib/FFI/CheckLib.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/FFI-CheckLib-0.16/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/FFI-CheckLib-0.16/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/FFI-CheckLib-0.16/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/FFI-CheckLib-0.16/blib/arch +# +# +# +# perl 5.027005 +# ExtUtils::MakeMaker 7.3 +# Test2::API 1.302098 +# Test2::Require::Module 0.000077 +# Test2::V0 0.000077 +# Test::Exit - +# +# +# +t/00_diag.t ................... ok +t/ffi_checklib.t .............. ok +t/ffi_checklib__exit.t ........ skipped: Module 'Test::Exit' is not installed +t/ffi_checklib__os_cygwin.t ... ok +t/ffi_checklib__os_darwin.t ... ok +t/ffi_checklib__os_mswin32.t .. ok +t/ffi_checklib__os_unix.t ..... ok +All tests successful. +Files=7, Tests=47, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.93 cusr 0.10 csys = 1.10 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/FFI/CheckLib.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/FFI::CheckLib.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed FFI-CheckLib-0.16 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/FFI-CheckLib-0.16/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/FFI-CheckLib-0.16/MYMETA.json +Building and testing Alien-Build-1.22 ... cp lib/Alien/Build/Manual/FAQ.pod blib/lib/Alien/Build/Manual/FAQ.pod +cp lib/Alien/Build/Plugin/Core/FFI.pm blib/lib/Alien/Build/Plugin/Core/FFI.pm +cp lib/Alien/Build/Plugin/Core/Tail.pm blib/lib/Alien/Build/Plugin/Core/Tail.pm +cp lib/Alien/Build/Plugin.pm blib/lib/Alien/Build/Plugin.pm +cp lib/Alien/Build/Plugin/Core/Legacy.pm blib/lib/Alien/Build/Plugin/Core/Legacy.pm +cp lib/Alien/Build/Plugin/Core/Download.pm blib/lib/Alien/Build/Plugin/Core/Download.pm +cp lib/Alien/Build/Plugin/Build/SearchDep.pm blib/lib/Alien/Build/Plugin/Build/SearchDep.pm +cp lib/Alien/Build/Manual/Contributing.pod blib/lib/Alien/Build/Manual/Contributing.pod +cp lib/Alien/Build/Plugin/Build.pod blib/lib/Alien/Build/Plugin/Build.pod +cp lib/Alien/Base/Authoring.pod blib/lib/Alien/Base/Authoring.pod +cp lib/Alien/Base/Wrapper.pm blib/lib/Alien/Base/Wrapper.pm +cp lib/Alien/Build.pm blib/lib/Alien/Build.pm +cp lib/Alien/Build/MM.pm blib/lib/Alien/Build/MM.pm +cp lib/Alien/Build/Plugin/Build/MSYS.pm blib/lib/Alien/Build/Plugin/Build/MSYS.pm +cp lib/Alien/Build/Plugin/Core/Override.pm blib/lib/Alien/Build/Plugin/Core/Override.pm +cp lib/Alien/Build/Plugin/Build/Make.pm blib/lib/Alien/Build/Plugin/Build/Make.pm +cp lib/Alien/Base.pm blib/lib/Alien/Base.pm +cp lib/Alien/Build/Plugin/Core.pod blib/lib/Alien/Build/Plugin/Core.pod +cp lib/Alien/Build/Manual/PluginAuthor.pod blib/lib/Alien/Build/Manual/PluginAuthor.pod +cp lib/Alien/Build/Plugin/Decode/DirListing.pm blib/lib/Alien/Build/Plugin/Decode/DirListing.pm +cp lib/Alien/Build/CommandSequence.pm blib/lib/Alien/Build/CommandSequence.pm +cp lib/Alien/Build/Plugin/Build/CMake.pm blib/lib/Alien/Build/Plugin/Build/CMake.pm +cp lib/Alien/Build/Plugin/Decode.pod blib/lib/Alien/Build/Plugin/Decode.pod +cp lib/Alien/Build/Plugin/Core/Gather.pm blib/lib/Alien/Build/Plugin/Core/Gather.pm +cp lib/Alien/Base/PkgConfig.pm blib/lib/Alien/Base/PkgConfig.pm +cp lib/Alien/Build/Manual/AlienAuthor.pod blib/lib/Alien/Build/Manual/AlienAuthor.pod +cp lib/Alien/Build/Plugin/Build/Autoconf.pm blib/lib/Alien/Build/Plugin/Build/Autoconf.pm +cp lib/Alien/Build/Interpolate.pm blib/lib/Alien/Build/Interpolate.pm +cp lib/Alien/Build/Plugin/Core/Setup.pm blib/lib/Alien/Build/Plugin/Core/Setup.pm +cp lib/Alien/Build/Manual/AlienUser.pod blib/lib/Alien/Build/Manual/AlienUser.pod +cp lib/Alien/Build/Interpolate/Default.pm blib/lib/Alien/Build/Interpolate/Default.pm +cp lib/Alien/Base/FAQ.pod blib/lib/Alien/Base/FAQ.pod +cp lib/Alien/Build/Plugin/Prefer.pod blib/lib/Alien/Build/Plugin/Prefer.pod +cp lib/Alien/Build/Plugin/Fetch/NetFTP.pm blib/lib/Alien/Build/Plugin/Fetch/NetFTP.pm +cp lib/Alien/Build/Plugin/Extract/CommandLine.pm blib/lib/Alien/Build/Plugin/Extract/CommandLine.pm +cp lib/Alien/Build/Plugin/Extract/Negotiate.pm blib/lib/Alien/Build/Plugin/Extract/Negotiate.pm +cp lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm blib/lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm +cp lib/Alien/Build/Plugin/Download/Negotiate.pm blib/lib/Alien/Build/Plugin/Download/Negotiate.pm +cp lib/Alien/Build/Plugin/Fetch/Local.pm blib/lib/Alien/Build/Plugin/Fetch/Local.pm +cp lib/Alien/Build/Plugin/Extract/ArchiveZip.pm blib/lib/Alien/Build/Plugin/Extract/ArchiveZip.pm +cp lib/Alien/Build/Plugin/PkgConfig/CommandLine.pm blib/lib/Alien/Build/Plugin/PkgConfig/CommandLine.pm +cp lib/Alien/Build/Plugin/Fetch/Wget.pm blib/lib/Alien/Build/Plugin/Fetch/Wget.pm +cp lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm blib/lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm +cp lib/Alien/Build/Plugin/Download.pod blib/lib/Alien/Build/Plugin/Download.pod +cp lib/Alien/Build/Plugin/Extract.pod blib/lib/Alien/Build/Plugin/Extract.pod +cp lib/Alien/Build/Plugin/Fetch/CurlCommand.pm blib/lib/Alien/Build/Plugin/Fetch/CurlCommand.pm +cp lib/Alien/Build/Plugin/Prefer/BadVersion.pm blib/lib/Alien/Build/Plugin/Prefer/BadVersion.pm +cp lib/Alien/Build/Plugin/PkgConfig/Negotiate.pm blib/lib/Alien/Build/Plugin/PkgConfig/Negotiate.pm +cp lib/Alien/Build/Plugin/Extract/Directory.pm blib/lib/Alien/Build/Plugin/Extract/Directory.pm +cp lib/Alien/Build/Plugin/Fetch/LWP.pm blib/lib/Alien/Build/Plugin/Fetch/LWP.pm +cp lib/Alien/Build/Plugin/Prefer/SortVersions.pm blib/lib/Alien/Build/Plugin/Prefer/SortVersions.pm +cp lib/Alien/Build/Plugin/Decode/HTML.pm blib/lib/Alien/Build/Plugin/Decode/HTML.pm +cp lib/Alien/Build/Plugin/Fetch.pod blib/lib/Alien/Build/Plugin/Fetch.pod +cp lib/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm blib/lib/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm +cp lib/Alien/Build/Plugin/Extract/ArchiveTar.pm blib/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm +cp lib/Alien/Build/Plugin/PkgConfig/PP.pm blib/lib/Alien/Build/Plugin/PkgConfig/PP.pm +cp lib/Alien/Build/Plugin/Fetch/LocalDir.pm blib/lib/Alien/Build/Plugin/Fetch/LocalDir.pm +cp lib/Alien/Build/Plugin/Fetch/HTTPTiny.pm blib/lib/Alien/Build/Plugin/Fetch/HTTPTiny.pm +cp lib/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm blib/lib/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm +cp lib/Alien/Build/Version/Basic.pm blib/lib/Alien/Build/Version/Basic.pm +cp lib/Alien/Build/Plugin/Probe.pod blib/lib/Alien/Build/Plugin/Probe.pod +cp lib/Alien/Role.pm blib/lib/Alien/Role.pm +cp lib/alienfile.pm blib/lib/alienfile.pm +cp lib/Test/Alien/Build.pm blib/lib/Test/Alien/Build.pm +cp lib/Test/Alien/Synthetic.pm blib/lib/Test/Alien/Synthetic.pm +cp lib/Test/Alien/CanCompile.pm blib/lib/Test/Alien/CanCompile.pm +cp lib/Alien/Build/Plugin/Probe/CommandLine.pm blib/lib/Alien/Build/Plugin/Probe/CommandLine.pm +cp lib/Alien/Build/Plugin/Probe/CBuilder.pm blib/lib/Alien/Build/Plugin/Probe/CBuilder.pm +cp lib/Test/Alien/CanPlatypus.pm blib/lib/Test/Alien/CanPlatypus.pm +cp lib/Alien/Build/Util.pm blib/lib/Alien/Build/Util.pm +cp lib/Test/Alien.pm blib/lib/Test/Alien.pm +cp lib/Test/Alien/Run.pm blib/lib/Test/Alien/Run.pm +Manifying 30 pod documents +Manifying 25 pod documents +Manifying 17 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/Alien-Build-1.22/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/Alien-Build-1.22/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/Alien-Build-1.22/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/Alien-Build-1.22/blib/arch +# +# +# +# perl 5.027005 +# Acme::Alien::DontPanic - +# Alien::Base::ModuleBuild - +# Alien::Libbz2 - +# Alien::cmake3 - +# Alien::gzip - +# Alien::xz - +# Archive::Tar 2.26 +# Archive::Zip - +# Capture::Tiny 0.46 +# Devel::Hide - +# ExtUtils::CBuilder 0.280228 +# ExtUtils::MakeMaker 7.3 +# ExtUtils::ParseXS 3.35 +# FFI::CheckLib 0.16 +# FFI::Platypus - +# File::Listing 6.04 +# File::Listing::Ftpcopy - +# File::Which 1.22 +# File::chdir 0.1010 +# HTML::LinkExtor 3.69 +# HTTP::Tiny 0.070 +# IO::Compress::Bzip2 2.074 +# IO::Socket::SSL 2.051 +# IO::Uncompress::Bunzip2 2.074 +# IO::Zlib 1.10 +# JSON::PP 2.94 +# LWP 6.27 +# LWP::Protocol::https 6.07 +# Module::Load 0.32 +# Net::FTP 3.10 +# Net::SSLeay 1.81 +# Path::Tiny 0.104 +# PkgConfig - +# PkgConfig::LibPkgConf - +# Readonly 2.05 +# Sort::Versions - +# Test2::API 1.302098 +# Test2::Mock 0.000077 +# Test2::Require 0.000077 +# Test2::Require::Module 0.000077 +# Test2::V0 0.000077 +# Text::ParseWords 3.30 +# URI 1.72 +# YAML - +# +# +# +# $VAR1 = { +# 'cmake_generator' => 'Unix Makefiles', +# 'pkg-config' => { +# 'pkg-config' => '/usr/bin/pkg-config', +# 'pkgconf' => undef +# }, +# 'system_type' => 'unix', +# 'compiler_type' => 'unix' +# }; +# +# +# +t/00_diag.t .......................................... ok +t/01_use.t ........................................... ok +t/alien_base.t ....................................... ok +t/alien_base__system_installed.t ..................... skipped: test requires Alien::Base::ModuleBuild +t/alien_base_pkgconfig.t ............................. ok +t/alien_base_wrapper.t ............................... skipped: Module 'Test::Exec' is not installed +t/alien_build.t ...................................... ok +t/alien_build_commandsequence.t ...................... ok +t/alien_build_commandsequence__cd.t .................. ok +t/alien_build_interpolate.t .......................... ok +t/alien_build_interpolate_default.t .................. ok +t/alien_build_meta.t ................................. ok +t/alien_build_mm.t ................................... ok +t/alien_build_plugin.t ............................... ok +t/alien_build_plugin_build_autoconf.t ................ ok +t/alien_build_plugin_build_cmake.t ................... skipped: Module 'Alien::cmake3' is not installed +t/alien_build_plugin_build_make.t .................... ok +t/alien_build_plugin_build_msys.t .................... ok +t/alien_build_plugin_build_searchdep.t ............... skipped: Module 'Env::ShellWords' is not installed +t/alien_build_plugin_core_download.t ................. ok +t/alien_build_plugin_core_ffi.t ...................... ok +t/alien_build_plugin_core_gather.t ................... ok +t/alien_build_plugin_core_legacy.t ................... ok +t/alien_build_plugin_core_override.t ................. ok +t/alien_build_plugin_core_setup.t .................... ok +t/alien_build_plugin_core_tail.t ..................... ok +t/alien_build_plugin_decode_dirlisting.t ............. ok +t/alien_build_plugin_decode_dirlistingftpcopy.t ...... ok +t/alien_build_plugin_decode_html.t ................... ok +t/alien_build_plugin_download_negotiate.t ............ ok +t/alien_build_plugin_extract_archivetar.t ............ ok +t/alien_build_plugin_extract_archivezip.t ............ ok +t/alien_build_plugin_extract_commandline.t ........... ok +t/alien_build_plugin_extract_commandline__tar_can.t .. ok +t/alien_build_plugin_extract_directory.t ............. ok +t/alien_build_plugin_extract_negotiate.t ............. ok +t/alien_build_plugin_fetch_curlcommand.t ............. ok +t/alien_build_plugin_fetch_httptiny.t ................ ok +t/alien_build_plugin_fetch_local.t ................... ok +t/alien_build_plugin_fetch_localdir.t ................ ok +t/alien_build_plugin_fetch_lwp.t ..................... ok +t/alien_build_plugin_fetch_netftp.t .................. ok +t/alien_build_plugin_fetch_wget.t .................... ok +t/alien_build_plugin_gather_isolatedynamic.t ......... ok +t/alien_build_plugin_meta.t .......................... ok +t/alien_build_plugin_pkgconfig_commandline.t ......... ok +t/alien_build_plugin_pkgconfig_libpkgconf.t .......... skipped: Test requires PkgConfig::LibPkgConf +t/alien_build_plugin_pkgconfig_makestatic.t .......... skipped: test requires PkgConfig.pm +t/alien_build_plugin_pkgconfig_negotiate.t ........... ok +t/alien_build_plugin_pkgconfig_negotiate__pick.t ..... ok +t/alien_build_plugin_pkgconfig_pp.t .................. skipped: test requires PkgConfig 0.14026 +t/alien_build_plugin_prefer_badversion.t ............. skipped: Module 'Sort::Versions' is not installed +t/alien_build_plugin_prefer_sortversions.t ........... ok +t/alien_build_plugin_probe_cbuilder.t ................ ok +t/alien_build_plugin_probe_commandline.t ............. ok +t/alien_build_rc.t ................................... ok +t/alien_build_tempdir.t .............................. ok +t/alien_build_util.t ................................. ok +t/alien_build_version_basic.t ........................ ok +t/alien_role.t ....................................... ok +t/alienfile.t ........................................ ok +t/test_alien.t ....................................... ok +t/test_alien_build.t ................................. ok +t/test_alien_cancompile.t ............................ ok +t/test_alien_canplatypus.t ........................... skipped: This test requires FFI::Platypus. +t/test_alien_run.t ................................... ok +t/test_alien_synthetic.t ............................. ok +All tests successful. +Files=67, Tests=311, 16 wallclock secs ( 0.35 usr 0.10 sys + 13.40 cusr 2.17 csys = 16.02 CPU) +Result: PASS +Manifying 30 pod documents +Manifying 25 pod documents +Manifying 17 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/alienfile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien/Build.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien/Synthetic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien/CanCompile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien/CanPlatypus.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Alien/Run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Role.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/MM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/CommandSequence.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Interpolate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Decode.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Download.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Prefer.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Probe.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Download/Negotiate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build/Make.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build/MSYS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build/SearchDep.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build/Autoconf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Build/CMake.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Decode/HTML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Decode/DirListing.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Setup.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/FFI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Override.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Tail.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Gather.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Download.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Core/Legacy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract/Directory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract/ArchiveZip.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract/ArchiveTar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract/Negotiate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Extract/CommandLine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Gather/IsolateDynamic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/CurlCommand.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/Wget.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/LocalDir.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/LWP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/Local.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/HTTPTiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Fetch/NetFTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/PkgConfig/MakeStatic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/PkgConfig/Negotiate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/PkgConfig/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/PkgConfig/CommandLine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Prefer/SortVersions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Prefer/BadVersion.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Probe/CBuilder.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Plugin/Probe/CommandLine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Version/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Manual/AlienUser.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Manual/Contributing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Manual/AlienAuthor.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Manual/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Manual/PluginAuthor.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Build/Interpolate/Default.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/PkgConfig.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/Wrapper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/Authoring.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::PkgConfig::Negotiate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien::Build.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Gather.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Prefer::SortVersions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien::Synthetic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Probe::CommandLine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build::SearchDep.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Decode::DirListingFtpcopy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::PkgConfig::LibPkgConf.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Probe::CBuilder.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien::CanCompile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Decode.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Role.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract::ArchiveZip.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/alienfile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Manual::PluginAuthor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Version::Basic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Setup.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract::CommandLine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::Authoring.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Override.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::MM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Tail.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Manual::Contributing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Decode::DirListing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::HTTPTiny.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Interpolate::Default.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::PkgConfig::CommandLine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Gather::IsolateDynamic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::LWP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Manual::AlienAuthor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::PkgConfig.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Prefer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::PkgConfig::MakeStatic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Legacy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::FFI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Prefer::BadVersion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract::Negotiate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien::Run.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Core::Download.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build::MSYS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Manual::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::NetFTP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::Wget.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::LocalDir.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Download::Negotiate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build::Autoconf.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Alien::CanPlatypus.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::Wrapper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Manual::AlienUser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract::ArchiveTar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Download.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::CommandSequence.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Extract::Directory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build::CMake.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::Local.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Interpolate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Fetch::CurlCommand.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Decode::HTML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Probe.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::Build::Make.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Build::Plugin::PkgConfig::PP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Alien-Build-1.22 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-Build-1.22/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-Build-1.22/MYMETA.json +Searching Archive::Extract (0) on cpanmetadb ... +--2017-10-09 07:41:35-- http://cpanmetadb.plackperl.org/v1.0/package/Archive::Extract +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.2M=0s + +2017-10-09 07:41:35 (15.2 MB/s) - written to stdout [103/103] + +--> Working on Archive::Extract +Fetching http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-0.80.tar.gz ... --2017-10-09 07:41:35-- http://www.cpan.org/authors/id/B/BI/BINGOS/Archive-Extract-0.80.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 27813 (27K) [application/x-gzip] +Saving to: ‘Archive-Extract-0.80.tar.gz’ + + 0K .......... .......... ....... 100% 30.7M=0.001s + +2017-10-09 07:41:35 (30.7 MB/s) - ‘Archive-Extract-0.80.tar.gz’ saved [27813/27813] + +Unpacking Archive-Extract-0.80.tar.gz +OK +Archive-Extract-0.80/ +Archive-Extract-0.80/t/ +Archive-Extract-0.80/MANIFEST +Archive-Extract-0.80/lib/ +Archive-Extract-0.80/README +Archive-Extract-0.80/Makefile.PL +Archive-Extract-0.80/CHANGES +Archive-Extract-0.80/META.yml +Archive-Extract-0.80/META.json +Archive-Extract-0.80/lib/Archive/ +Archive-Extract-0.80/lib/Archive/Extract.pm +Archive-Extract-0.80/t/src/ +Archive-Extract-0.80/t/01_Archive-Extract.t +Archive-Extract-0.80/t/src/y.tar.xz +Archive-Extract-0.80/t/src/x.jar +Archive-Extract-0.80/t/src/y.tbz +Archive-Extract-0.80/t/src/y.tar +Archive-Extract-0.80/t/src/y.zip +Archive-Extract-0.80/t/src/x.war +Archive-Extract-0.80/t/src/x.zip +Archive-Extract-0.80/t/src/x.tar.xz +Archive-Extract-0.80/t/src/x.Z +Archive-Extract-0.80/t/src/y.ear +Archive-Extract-0.80/t/src/x.tgz +Archive-Extract-0.80/t/src/x.gz +Archive-Extract-0.80/t/src/x.ear +Archive-Extract-0.80/t/src/x.par +Archive-Extract-0.80/t/src/double_dir.zip +Archive-Extract-0.80/t/src/y.tar.bz2 +Archive-Extract-0.80/t/src/x.tar +Archive-Extract-0.80/t/src/y.tar.gz +Archive-Extract-0.80/t/src/x.lzma +Archive-Extract-0.80/t/src/x.xz +Archive-Extract-0.80/t/src/y.war +Archive-Extract-0.80/t/src/x.bz2 +Archive-Extract-0.80/t/src/x.tar.gz +Archive-Extract-0.80/t/src/x.txz +Archive-Extract-0.80/t/src/y.txz +Archive-Extract-0.80/t/src/y.tgz +Archive-Extract-0.80/t/src/y.par +Archive-Extract-0.80/t/src/y.jar +Entering Archive-Extract-0.80 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Archive-Extract-0.80 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Archive::Extract +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Locale::Maketext::Simple 0 ... Yes (0.21_01) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have Module::Load::Conditional 0.66 ... Yes (0.68) +Checking if you have Params::Check 0.07 ... Yes (0.38) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have IPC::Cmd 0.64 ... Yes (0.98) +OK +Building and testing Archive-Extract-0.80 ... cp lib/Archive/Extract.pm blib/lib/Archive/Extract.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_Archive-Extract.t .. ok +All tests successful. +Files=1, Tests=1704, 2 wallclock secs ( 0.16 usr 0.02 sys + 0.97 cusr 0.32 csys = 1.47 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Extract.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Extract.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Archive-Extract-0.80 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Archive-Extract-0.80/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Archive-Extract-0.80/MYMETA.json +Searching Shell::Config::Generate (0) on cpanmetadb ... +--2017-10-09 07:41:38-- http://cpanmetadb.plackperl.org/v1.0/package/Shell::Config::Generate +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 118 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.0M=0s + +2017-10-09 07:41:38 (26.0 MB/s) - written to stdout [118/118] + +--> Working on Shell::Config::Generate +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Shell-Config-Generate-0.29.tar.gz ... --2017-10-09 07:41:38-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Shell-Config-Generate-0.29.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 27838 (27K) [application/x-gzip] +Saving to: ‘Shell-Config-Generate-0.29.tar.gz’ + + 0K .......... .......... ....... 100% 24.7M=0.001s + +2017-10-09 07:41:38 (24.7 MB/s) - ‘Shell-Config-Generate-0.29.tar.gz’ saved [27838/27838] + +Unpacking Shell-Config-Generate-0.29.tar.gz +OK +Shell-Config-Generate-0.29/ +Shell-Config-Generate-0.29/author.yml +Shell-Config-Generate-0.29/example/ +Shell-Config-Generate-0.29/example/simple.pl +Shell-Config-Generate-0.29/lib/ +Shell-Config-Generate-0.29/lib/Shell/ +Shell-Config-Generate-0.29/lib/Shell/Config/ +Shell-Config-Generate-0.29/lib/Shell/Config/Generate.pm +Shell-Config-Generate-0.29/META.json +Shell-Config-Generate-0.29/dist.ini +Shell-Config-Generate-0.29/Changes +Shell-Config-Generate-0.29/LICENSE +Shell-Config-Generate-0.29/maint/ +Shell-Config-Generate-0.29/maint/travis-install-system.sh +Shell-Config-Generate-0.29/README +Shell-Config-Generate-0.29/xt/ +Shell-Config-Generate-0.29/xt/author/ +Shell-Config-Generate-0.29/xt/author/version.t +Shell-Config-Generate-0.29/xt/author/pod_coverage.t +Shell-Config-Generate-0.29/xt/author/pod_spelling_system.t +Shell-Config-Generate-0.29/xt/author/no_tabs.t +Shell-Config-Generate-0.29/xt/author/pod_spelling_common.t +Shell-Config-Generate-0.29/xt/author/pod.t +Shell-Config-Generate-0.29/xt/author/eol.t +Shell-Config-Generate-0.29/xt/release/ +Shell-Config-Generate-0.29/xt/release/fixme.t +Shell-Config-Generate-0.29/xt/release/changes.t +Shell-Config-Generate-0.29/corpus/ +Shell-Config-Generate-0.29/corpus/true.ps1 +Shell-Config-Generate-0.29/t/ +Shell-Config-Generate-0.29/t/shell_config_generate__space_win32.t +Shell-Config-Generate-0.29/t/shell_config_generate__comment.t +Shell-Config-Generate-0.29/t/shell_config_generate__append_path.t +Shell-Config-Generate-0.29/t/lib/ +Shell-Config-Generate-0.29/t/lib/TestPath.pm +Shell-Config-Generate-0.29/t/lib/TestLib.pm +Shell-Config-Generate-0.29/t/shell_config_generate__space_else.t +Shell-Config-Generate-0.29/t/shell_config_generate__shebang.t +Shell-Config-Generate-0.29/t/shell_config_generate__prepend_path.t +Shell-Config-Generate-0.29/t/shell_config_generate__set.t +Shell-Config-Generate-0.29/t/shell_config_generate__alias.t +Shell-Config-Generate-0.29/t/01_diag.t +Shell-Config-Generate-0.29/t/shell_config_generate__echo_off.t +Shell-Config-Generate-0.29/t/shell_config_generate__set_path.t +Shell-Config-Generate-0.29/t/00_diag.t +Shell-Config-Generate-0.29/META.yml +Shell-Config-Generate-0.29/MANIFEST +Shell-Config-Generate-0.29/Makefile.PL +Shell-Config-Generate-0.29/INSTALL +Entering Shell-Config-Generate-0.29 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Shell-Config-Generate-0.29 ... Warning: prerequisite Shell::Guess 0.02 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Shell::Config::Generate +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test2::API 1.302015 ... Yes (1.302098) +Checking if you have Shell::Guess 0.02 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +Searching Shell::Guess (0.02) on cpanmetadb ... +OK +==> Found dependencies: Shell::Guess +--2017-10-09 07:41:38-- http://cpanmetadb.plackperl.org/v1.0/package/Shell::Guess +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 11.4M=0s + +2017-10-09 07:41:38 (11.4 MB/s) - written to stdout [97/97] + +--> Working on Shell::Guess +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-0.07.tar.gz ... --2017-10-09 07:41:38-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Shell-Guess-0.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21909 (21K) [application/x-gzip] +Saving to: ‘Shell-Guess-0.07.tar.gz’ + + 0K .......... .......... . 100% 21.6M=0.001s + +2017-10-09 07:41:38 (21.6 MB/s) - ‘Shell-Guess-0.07.tar.gz’ saved [21909/21909] + +Unpacking Shell-Guess-0.07.tar.gz +OK +Shell-Guess-0.07/ +Shell-Guess-0.07/author.yml +Shell-Guess-0.07/lib/ +Shell-Guess-0.07/lib/Shell/ +Shell-Guess-0.07/lib/Shell/Guess.pm +Shell-Guess-0.07/META.json +Shell-Guess-0.07/dist.ini +Shell-Guess-0.07/Changes +Shell-Guess-0.07/LICENSE +Shell-Guess-0.07/README +Shell-Guess-0.07/xt/ +Shell-Guess-0.07/xt/author/ +Shell-Guess-0.07/xt/author/version.t +Shell-Guess-0.07/xt/author/pod_coverage.t +Shell-Guess-0.07/xt/author/strict.t +Shell-Guess-0.07/xt/author/pod_spelling_system.t +Shell-Guess-0.07/xt/author/no_tabs.t +Shell-Guess-0.07/xt/author/pod_spelling_common.t +Shell-Guess-0.07/xt/author/pod.t +Shell-Guess-0.07/xt/author/eol.t +Shell-Guess-0.07/xt/release/ +Shell-Guess-0.07/xt/release/fixme.t +Shell-Guess-0.07/xt/release/changes.t +Shell-Guess-0.07/corpus/ +Shell-Guess-0.07/corpus/print_guess.pl +Shell-Guess-0.07/t/ +Shell-Guess-0.07/t/shell_guess__power.t +Shell-Guess-0.07/t/shell_guess__os_proc.t +Shell-Guess-0.07/t/lib/ +Shell-Guess-0.07/t/lib/FakeLogin.pm +Shell-Guess-0.07/t/shell_guess__guess_login.t +Shell-Guess-0.07/t/shell_guess__os_win32.t +Shell-Guess-0.07/t/shell_guess__command.t +Shell-Guess-0.07/t/shell_guess__korn.t +Shell-Guess-0.07/t/shell_guess__guess_running.t +Shell-Guess-0.07/t/shell_guess__os_dos.t +Shell-Guess-0.07/t/shell_guess__z.t +Shell-Guess-0.07/t/shell_guess__cmd.t +Shell-Guess-0.07/t/shell_guess__os_vms.t +Shell-Guess-0.07/t/shell_guess__tc.t +Shell-Guess-0.07/t/shell_guess__bash.t +Shell-Guess-0.07/t/shell_guess__fish.t +Shell-Guess-0.07/t/shell_guess__c.t +Shell-Guess-0.07/t/shell_guess__bourne.t +Shell-Guess-0.07/t/shell_guess__dcl.t +Shell-Guess-0.07/t/00_diag.t +Shell-Guess-0.07/META.yml +Shell-Guess-0.07/cpanfile +Shell-Guess-0.07/MANIFEST +Shell-Guess-0.07/Makefile.PL +Shell-Guess-0.07/INSTALL +Entering Shell-Guess-0.07 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Shell-Guess-0.07 ... Useless use of getppid in void context at Makefile.PL line 45. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Shell::Guess +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Shell-Guess-0.07 ... cp lib/Shell/Guess.pm blib/lib/Shell/Guess.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/Shell-Guess-0.07/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/Shell-Guess-0.07/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/Shell-Guess-0.07/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/Shell-Guess-0.07/blib/arch +# +# +# +# perl 5.027005 +# ExtUtils::MakeMaker 7.3 +# Test::More 1.302098 +# Unix::Process - +# Win32::Getppid - +# Win32::Process::List - +# +# +# +t/00_diag.t ..................... ok +t/shell_guess__bash.t ........... ok +t/shell_guess__bourne.t ......... ok +t/shell_guess__c.t .............. ok +t/shell_guess__cmd.t ............ ok +t/shell_guess__command.t ........ ok +t/shell_guess__dcl.t ............ ok +t/shell_guess__fish.t ........... ok +t/shell_guess__guess_login.t .... ok +t/shell_guess__guess_running.t .. ok +t/shell_guess__korn.t ........... ok +t/shell_guess__os_dos.t ......... skipped: DOS only test +t/shell_guess__os_proc.t ........ skipped: test requires c shell in /bin/csh +t/shell_guess__os_vms.t ......... skipped: VMS only test +t/shell_guess__os_win32.t ....... skipped: windows only test +t/shell_guess__power.t .......... ok +t/shell_guess__tc.t ............. ok +t/shell_guess__z.t .............. ok +All tests successful. +Files=18, Tests=181, 1 wallclock secs ( 0.05 usr 0.04 sys + 1.08 cusr 0.16 csys = 1.33 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Shell/Guess.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Shell::Guess.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Shell-Guess-0.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Shell-Guess-0.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Shell-Guess-0.07/MYMETA.json +Building and testing Shell-Config-Generate-0.29 ... cp lib/Shell/Config/Generate.pm blib/lib/Shell/Config/Generate.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/Shell-Config-Generate-0.29/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/Shell-Config-Generate-0.29/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/Shell-Config-Generate-0.29/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/Shell-Config-Generate-0.29/blib/arch +# +# +# +# perl 5.027005 +# ExtUtils::MakeMaker 7.3 +# Shell::Guess 0.07 +# Test2::API 1.302098 +# Test::More 1.302098 +# +# +# +t/00_diag.t .............................. ok +# +# +# +# found /usr/bin / [ +# found /usr/bin / test +# found /usr/bin / zsh (shell) +# found /bin / bash (shell) +# found /bin / sh (shell) +# found /bin / zsh (shell) +# +# +# +t/01_diag.t .............................. ok +t/shell_config_generate__alias.t ......... ok +t/shell_config_generate__append_path.t ... ok +t/shell_config_generate__comment.t ....... ok +t/shell_config_generate__echo_off.t ...... ok +t/shell_config_generate__prepend_path.t .. ok +t/shell_config_generate__set.t ........... ok +t/shell_config_generate__set_path.t ...... ok +t/shell_config_generate__shebang.t ....... ok +t/shell_config_generate__space_else.t .... ok +t/shell_config_generate__space_win32.t ... skipped: test only for cygwin and MSWin32 +All tests successful. +Files=12, Tests=140, 2 wallclock secs ( 0.08 usr 0.01 sys + 1.60 cusr 0.22 csys = 1.91 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Shell/Config/Generate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Shell::Config::Generate.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Shell-Config-Generate-0.29 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Shell-Config-Generate-0.29/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Shell-Config-Generate-0.29/MYMETA.json +Searching Sort::Versions (0) on cpanmetadb ... +--2017-10-09 07:41:43-- http://cpanmetadb.plackperl.org/v1.0/package/Sort::Versions +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.0M=0s + +2017-10-09 07:41:43 (20.0 MB/s) - written to stdout [98/98] + +--> Working on Sort::Versions +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz ... --2017-10-09 07:41:43-- http://www.cpan.org/authors/id/N/NE/NEILB/Sort-Versions-1.62.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12295 (12K) [application/x-gzip] +Saving to: ‘Sort-Versions-1.62.tar.gz’ + + 0K .......... .. 100% 93.6M=0s + +2017-10-09 07:41:43 (93.6 MB/s) - ‘Sort-Versions-1.62.tar.gz’ saved [12295/12295] + +Unpacking Sort-Versions-1.62.tar.gz +OK +Sort-Versions-1.62/ +Sort-Versions-1.62/Changes +Sort-Versions-1.62/dist.ini +Sort-Versions-1.62/lib/ +Sort-Versions-1.62/LICENSE +Sort-Versions-1.62/Makefile.PL +Sort-Versions-1.62/MANIFEST +Sort-Versions-1.62/META.json +Sort-Versions-1.62/META.yml +Sort-Versions-1.62/README +Sort-Versions-1.62/t/ +Sort-Versions-1.62/t/versions.t +Sort-Versions-1.62/lib/Sort/ +Sort-Versions-1.62/lib/Sort/Versions.pm +Entering Sort-Versions-1.62 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Sort-Versions-1.62 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sort::Versions +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Sort-Versions-1.62 ... cp lib/Sort/Versions.pm blib/lib/Sort/Versions.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/versions.t .. ok +All tests successful. +Files=1, Tests=96, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.09 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sort/Versions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sort::Versions.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sort-Versions-1.62 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-Versions-1.62/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-Versions-1.62/MYMETA.json +Already tried Shell::Guess. Skipping. +Already tried File::chdir. Skipping. +Building and testing Alien-Base-ModuleBuild-1.00 ... Building Alien-Base-ModuleBuild +# +# perl 5.027005 +# Acme::Alien::DontPanic undefined +# Acme::Ford::Prefect undefined +# Acme::Ford::Prefect::FFI undefined +# Alien::Build 1.22 +# Archive::Extract 0.80 +# Capture::Tiny 0.46 +# File::Spec 3.68 +# File::Temp 0.2304 +# File::chdir 0.1010 +# HTML::LinkExtor 3.69 +# HTTP::Tiny 0.070 +# Inline undefined +# Inline::C undefined +# Inline::CPP undefined +# Module::Build 0.4224 +# Net::FTP 3.10 +# Shell::Config::Generate 0.29 +# Shell::Guess 0.07 +# Sort::Versions 1.62 +# Test2::API 1.302098 +# Test2::V0 0.000077 +# Text::ParseWords 3.30 +# URI 1.72 +# parent 0.236 +t/00_diag.t .................................. ok +t/alien_base_modulebuild.t ................... ok +t/alien_base_modulebuild_cabinet.t ........... ok +t/alien_base_modulebuild_file.t .............. ok +t/alien_base_modulebuild_repository.t ........ ok +t/alien_base_modulebuild_repository_ftp.t .... ok +t/alien_base_modulebuild_repository_http.t ... ok +t/alien_base_modulebuild_repository_local.t .. ok +t/alien_base_modulebuild_utils.t ............. ok +t/inline.t ................................... skipped: Module 'Inline' is not installed +t/inline_cpp.t ............................... skipped: Module 'Inline' is not installed +All tests successful. +Files=11, Tests=56, 3 wallclock secs ( 0.06 usr 0.03 sys + 2.52 cusr 0.41 csys = 3.02 CPU) +Result: PASS +Building Alien-Base-ModuleBuild +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Repository.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Cabinet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Utils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/API.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Authoring.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Repository/FTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Repository/HTTP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Repository/Local.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::ModuleBuild::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::ModuleBuild::API.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::ModuleBuild::Authoring.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::Base::ModuleBuild.3 +OK +Successfully installed Alien-Base-ModuleBuild-1.00 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-Base-ModuleBuild-1.00/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-Base-ModuleBuild-1.00/MYMETA.json +Searching Alien::Base (0) on cpanmetadb ... +--2017-10-09 07:41:48-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::Base +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2550 (2.5K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 299M=0s + +2017-10-09 07:41:48 (299 MB/s) - written to stdout [2550/2550] + +Already tried Alien-Build-1.22. Skipping. +Running Build.PL +Configuring Alien-ProtoBuf-0.06 ... + pkg-config --modversion protobuf ++ pkg-config --modversion protobuf +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Alien-ProtoBuf' version '0.06' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0.42 ... Yes (0.4224) +OK +Building and testing Alien-ProtoBuf-0.06 ... Building Alien-ProtoBuf ++ pkg-config --modversion protobuf +Testing library (if applicable) ... Done ++ pkg-config --modversion protobuf +t/001_load.t ........... ok +t/010_found_library.t .. ok +t/author-pod-syntax.t .. skipped: these tests are for testing by the author +All tests successful. +Files=3, Tests=3, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.23 cusr 0.04 csys = 0.30 CPU) +Result: PASS +Building Alien-ProtoBuf ++ pkg-config --modversion protobuf +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-ProtoBuf/README +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/ProtoBuf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/ProtoBuf/ConfigData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/ProtoBuf/Install/Files.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::ProtoBuf.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::ProtoBuf::ConfigData.3 +OK +Successfully installed Alien-ProtoBuf-0.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-ProtoBuf-0.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-ProtoBuf-0.06/MYMETA.json +Searching Module::Build::WithXSpp (0.14) on cpanmetadb ... +--2017-10-09 07:41:50-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Build::WithXSpp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 118 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.6M=0s + +2017-10-09 07:41:50 (24.6 MB/s) - written to stdout [118/118] + +--> Working on Module::Build::WithXSpp +Fetching http://www.cpan.org/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-0.14.tar.gz ... --2017-10-09 07:41:50-- http://www.cpan.org/authors/id/S/SM/SMUELLER/Module-Build-WithXSpp-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14103 (14K) [application/x-gzip] +Saving to: ‘Module-Build-WithXSpp-0.14.tar.gz’ + + 0K .......... ... 100% 16.9M=0.001s + +2017-10-09 07:41:50 (16.9 MB/s) - ‘Module-Build-WithXSpp-0.14.tar.gz’ saved [14103/14103] + +Unpacking Module-Build-WithXSpp-0.14.tar.gz +OK +Module-Build-WithXSpp-0.14 +Module-Build-WithXSpp-0.14/Build.PL +Module-Build-WithXSpp-0.14/META.yml +Module-Build-WithXSpp-0.14/MANIFEST +Module-Build-WithXSpp-0.14/META.json +Module-Build-WithXSpp-0.14/MANIFEST.SKIP +Module-Build-WithXSpp-0.14/Changes +Module-Build-WithXSpp-0.14/README +Module-Build-WithXSpp-0.14/lib +Module-Build-WithXSpp-0.14/lib/Module +Module-Build-WithXSpp-0.14/lib/Module/Build +Module-Build-WithXSpp-0.14/lib/Module/Build/WithXSpp.pm +Module-Build-WithXSpp-0.14/t +Module-Build-WithXSpp-0.14/t/001_load.t +Entering Module-Build-WithXSpp-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Module-Build-WithXSpp-0.14 ... Checking prerequisites... + requires: + ! ExtUtils::XSpp is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Build-WithXSpp' version '0.14' +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have ExtUtils::CppGuess 0.11 ... Yes (0.11) +Checking if you have ExtUtils::Typemaps 1.00 ... Yes (3.35) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::XSpp 0.11 ... No +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Searching ExtUtils::XSpp (0.11) on cpanmetadb ... +OK +==> Found dependencies: ExtUtils::XSpp +--2017-10-09 07:41:51-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::XSpp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1443 (1.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 251M=0s + +2017-10-09 07:41:51 (251 MB/s) - written to stdout [1443/1443] + +--> Working on ExtUtils::XSpp +Fetching http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-0.18.tar.gz ... --2017-10-09 07:41:51-- http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-0.18.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 185431 (181K) [application/x-gzip] +Saving to: ‘ExtUtils-XSpp-0.18.tar.gz’ + + 0K .......... .......... .......... .......... .......... 27% 27.7M 0s + 50K .......... .......... .......... .......... .......... 55% 27.2M 0s + 100K .......... .......... .......... .......... .......... 82% 27.5M 0s + 150K .......... .......... .......... . 100% 18.0M=0.007s + +2017-10-09 07:41:51 (25.2 MB/s) - ‘ExtUtils-XSpp-0.18.tar.gz’ saved [185431/185431] + +Unpacking ExtUtils-XSpp-0.18.tar.gz +OK +ExtUtils-XSpp-0.18 +ExtUtils-XSpp-0.18/Build.PL +ExtUtils-XSpp-0.18/META.yml +ExtUtils-XSpp-0.18/MANIFEST +ExtUtils-XSpp-0.18/META.json +ExtUtils-XSpp-0.18/Changes +ExtUtils-XSpp-0.18/XSP.yp +ExtUtils-XSpp-0.18/README +ExtUtils-XSpp-0.18/lib +ExtUtils-XSpp-0.18/lib/ExtUtils +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp.pod +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Lexer.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Plugin.pod +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Grammar.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Driver.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Cmd.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Parser.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Plugin +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Plugin/feature +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Comment.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Destructor.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/EnumValue.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Member.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/File.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Argument.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Raw.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Access.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Constructor.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Preprocessor.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Package.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/PercAny.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Enum.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Class.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Method.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Type.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Module.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Node/Function.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap/wrapper.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap/simple.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap/reference.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Typemap/parsed.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/code.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/perlcode.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/simple.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/object.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/unknown.pm +ExtUtils-XSpp-0.18/lib/ExtUtils/XSpp/Exception/stdmessage.pm +ExtUtils-XSpp-0.18/t +ExtUtils-XSpp-0.18/t/040_plugin.t +ExtUtils-XSpp-0.18/t/012_preprocessor.t +ExtUtils-XSpp-0.18/t/030_code_blocks.t +ExtUtils-XSpp-0.18/t/013_typemap_output.t +ExtUtils-XSpp-0.18/t/090_exceptions.t +ExtUtils-XSpp-0.18/t/020_rename.t +ExtUtils-XSpp-0.18/t/011_multiple_files.t +ExtUtils-XSpp-0.18/t/075_types.t +ExtUtils-XSpp-0.18/t/023_base_classes.t +ExtUtils-XSpp-0.18/t/001_load.t +ExtUtils-XSpp-0.18/t/010_base.t +ExtUtils-XSpp-0.18/t/080_complex_typemap.t +ExtUtils-XSpp-0.18/t/015_reference.t +ExtUtils-XSpp-0.18/t/zzz_pod.t +ExtUtils-XSpp-0.18/t/022_static.t +ExtUtils-XSpp-0.18/t/005_io.t +ExtUtils-XSpp-0.18/t/031_verbatim_blocks.t +ExtUtils-XSpp-0.18/t/035_include.t +ExtUtils-XSpp-0.18/t/043_parser_plugins.t +ExtUtils-XSpp-0.18/t/024_enum.t +ExtUtils-XSpp-0.18/t/025_member.t +ExtUtils-XSpp-0.18/t/022_virtual.t +ExtUtils-XSpp-0.18/t/lib +ExtUtils-XSpp-0.18/t/lib/ExtUtils +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp/Plugin +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp/Plugin/TestPlugin.pm +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp/Plugin/TestParserPlugin.pm +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp/Plugin/TestNewNodesPlugin.pm +ExtUtils-XSpp-0.18/t/lib/ExtUtils/XSpp/Plugin/TestArgumentPlugin.pm +ExtUtils-XSpp-0.18/t/lib/XSP +ExtUtils-XSpp-0.18/t/lib/XSP/Plugin.pm +ExtUtils-XSpp-0.18/t/lib/XSP/Test.pm +ExtUtils-XSpp-0.18/t/files +ExtUtils-XSpp-0.18/t/files/typemap.xsp +ExtUtils-XSpp-0.18/t/files/test1.xsp +ExtUtils-XSpp-0.18/t/files/include.xsp +ExtUtils-XSpp-0.18/scripts +ExtUtils-XSpp-0.18/scripts/xspp +ExtUtils-XSpp-0.18/inc +ExtUtils-XSpp-0.18/inc/My +ExtUtils-XSpp-0.18/inc/My/Build.pm +ExtUtils-XSpp-0.18/examples +ExtUtils-XSpp-0.18/examples/XSpp-Example +ExtUtils-XSpp-0.18/examples/XSpp-Example/Build.PL +ExtUtils-XSpp-0.18/examples/XSpp-Example/META.yml +ExtUtils-XSpp-0.18/examples/XSpp-Example/MANIFEST +ExtUtils-XSpp-0.18/examples/XSpp-Example/MANIFEST.SKIP +ExtUtils-XSpp-0.18/examples/XSpp-Example/lib +ExtUtils-XSpp-0.18/examples/XSpp-Example/lib/XSpp +ExtUtils-XSpp-0.18/examples/XSpp-Example/lib/XSpp/Example.pm +ExtUtils-XSpp-0.18/examples/XSpp-Example/t +ExtUtils-XSpp-0.18/examples/XSpp-Example/t/01basic.t +ExtUtils-XSpp-0.18/examples/XSpp-Example/xsp +ExtUtils-XSpp-0.18/examples/XSpp-Example/xsp/Animal.xsp +ExtUtils-XSpp-0.18/examples/XSpp-Example/xsp/mytype.map +ExtUtils-XSpp-0.18/examples/XSpp-Example/xsp/Dog.xsp +ExtUtils-XSpp-0.18/examples/XSpp-Example/xsp/typemap.xsp +ExtUtils-XSpp-0.18/examples/XSpp-Example/src +ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Dog.cc +ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.h +ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Animal.cc +ExtUtils-XSpp-0.18/examples/XSpp-Example/src/Dog.h +ExtUtils-XSpp-0.18/examples/XSpp-Example/src/ppport.h +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/WithIntAndString.xs +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.cc +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/IntAndString.h +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/Object-WithIntAndString.xsp +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/ppport.h +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/Makefile.PL +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/lib +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/lib/Object +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/lib/Object/WithIntAndString.pm +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/t +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/t/02test.t +ExtUtils-XSpp-0.18/examples/Object-WithIntAndString/t/01load.t +Entering ExtUtils-XSpp-0.18 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring ExtUtils-XSpp-0.18 ... Checking prerequisites... + build_requires: + ! Test::Base is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'ExtUtils-XSpp' version '0.18' +Checking dependencies from MYMETA.json ... +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have ExtUtils::Typemaps 1 ... Yes (3.35) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have Test::Base 0 ... No +Searching Test::Base (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Base +--2017-10-09 07:41:51-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Base +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 170 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.4M=0s + +2017-10-09 07:41:51 (25.4 MB/s) - written to stdout [170/170] + +--> Working on Test::Base +Fetching http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-0.88.tar.gz ... --2017-10-09 07:41:51-- http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-0.88.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 52032 (51K) [application/x-gzip] +Saving to: ‘Test-Base-0.88.tar.gz’ + + 0K .......... .......... .......... .......... .......... 98% 29.9M 0s + 50K 100% 1550G=0.002s + +2017-10-09 07:41:51 (30.4 MB/s) - ‘Test-Base-0.88.tar.gz’ saved [52032/52032] + +Unpacking Test-Base-0.88.tar.gz +OK +Test-Base-0.88/ +Test-Base-0.88/META.yml +Test-Base-0.88/LICENSE +Test-Base-0.88/Makefile.PL +Test-Base-0.88/README +Test-Base-0.88/t/ +Test-Base-0.88/t/blocks-scalar.t +Test-Base-0.88/t/require.t +Test-Base-0.88/t/reverse-deep.t +Test-Base-0.88/t/blocks_grep.t +Test-Base-0.88/t/run_compare.t +Test-Base-0.88/t/delimiters.t +Test-Base-0.88/t/TestBaseTestB.pm +Test-Base-0.88/t/late.t +Test-Base-0.88/t/parentheses.t +Test-Base-0.88/t/is.t +Test-Base-0.88/t/reserved_names.t +Test-Base-0.88/t/eval_stderr.t +Test-Base-0.88/t/tail.t +Test-Base-0.88/t/yaml.t +Test-Base-0.88/t/spec_file.t +Test-Base-0.88/t/subclass-autoclass.t +Test-Base-0.88/t/no_diff.t +Test-Base-0.88/t/multi-level-inherit.t +Test-Base-0.88/t/list.t +Test-Base-0.88/t/slice.t +Test-Base-0.88/t/run_is_deep.t +Test-Base-0.88/t/join.t +Test-Base-0.88/t/regexp.t +Test-Base-0.88/t/head.t +Test-Base-0.88/t/simple.t +Test-Base-0.88/t/run-args.t +Test-Base-0.88/t/filter_arguments.t +Test-Base-0.88/t/sample-file.txt +Test-Base-0.88/t/split-deep.t +Test-Base-0.88/t/run_is_deeply.t +Test-Base-0.88/t/normalize.t +Test-Base-0.88/t/TestBaseTestC.pm +Test-Base-0.88/t/next.t +Test-Base-0.88/t/expected-zero.t +Test-Base-0.88/t/array.t +Test-Base-0.88/t/name.t +Test-Base-0.88/t/deep.t +Test-Base-0.88/t/filter_functions.t +Test-Base-0.88/t/embed_perl.t +Test-Base-0.88/t/trim.t +Test-Base-0.88/t/000-require-modules.t +Test-Base-0.88/t/chop.t +Test-Base-0.88/t/exported_func.t +Test-Base-0.88/t/read_file.t +Test-Base-0.88/t/oo_run.t +Test-Base-0.88/t/undef.t +Test-Base-0.88/t/lines.t +Test-Base-0.88/t/release-pod-syntax.t +Test-Base-0.88/t/xxx.t +Test-Base-0.88/t/export.t +Test-Base-0.88/t/jit-run.t +Test-Base-0.88/t/skip.t +Test-Base-0.88/t/get_url.t +Test-Base-0.88/t/subclass_late.t +Test-Base-0.88/t/prepend.t +Test-Base-0.88/t/description.t +Test-Base-0.88/t/diff_is.t +Test-Base-0.88/t/sort-deep.t +Test-Base-0.88/t/subclass-import.t +Test-Base-0.88/t/run_is.t +Test-Base-0.88/t/hash.t +Test-Base-0.88/t/internals.t +Test-Base-0.88/t/only-with-implicit.t +Test-Base-0.88/t/subclass.t +Test-Base-0.88/t/spec1 +Test-Base-0.88/t/reverse.t +Test-Base-0.88/t/flatten.t +Test-Base-0.88/t/no_plan.t +Test-Base-0.88/t/arguments.t +Test-Base-0.88/t/main_filters.t +Test-Base-0.88/t/TestBaseTestA.pm +Test-Base-0.88/t/unchomp.t +Test-Base-0.88/t/chomp.t +Test-Base-0.88/t/base64.t +Test-Base-0.88/t/tie_output.t +Test-Base-0.88/t/strict-warnings.test +Test-Base-0.88/t/write_file.t +Test-Base-0.88/t/quick-plan.t +Test-Base-0.88/t/oo.t +Test-Base-0.88/t/TestBass.pm +Test-Base-0.88/t/preserve-order.t +Test-Base-0.88/t/compile.t +Test-Base-0.88/t/spec2 +Test-Base-0.88/t/eval_all.t +Test-Base-0.88/t/filters-append.t +Test-Base-0.88/t/sort.t +Test-Base-0.88/t/dumper.t +Test-Base-0.88/t/autoload.t +Test-Base-0.88/t/quick_test.t +Test-Base-0.88/t/filters_map.t +Test-Base-0.88/t/strict.t +Test-Base-0.88/t/TestBaseSubclass.pm +Test-Base-0.88/t/Test-Less/ +Test-Base-0.88/t/Test-Less/index.txt +Test-Base-0.88/t/first_block.t +Test-Base-0.88/t/spec_string.t +Test-Base-0.88/t/only.t +Test-Base-0.88/t/prototypes.t +Test-Base-0.88/t/run_like.t +Test-Base-0.88/t/eval_stdout.t +Test-Base-0.88/t/strict-warnings.t +Test-Base-0.88/t/lazy-filters.t +Test-Base-0.88/t/escape.t +Test-Base-0.88/t/dos_spec +Test-Base-0.88/t/join-deep.t +Test-Base-0.88/t/last.t +Test-Base-0.88/t/split.t +Test-Base-0.88/t/filters.t +Test-Base-0.88/t/append.t +Test-Base-0.88/t/TestBaseTest.pm +Test-Base-0.88/t/compact.t +Test-Base-0.88/t/eval.t +Test-Base-0.88/t/zero-blocks.t +Test-Base-0.88/t/split-regexp.t +Test-Base-0.88/t/use-test-more.t +Test-Base-0.88/t/run_unlike.t +Test-Base-0.88/t/repeated-filters.t +Test-Base-0.88/t/filter_delay.t +Test-Base-0.88/lib/ +Test-Base-0.88/lib/Test/ +Test-Base-0.88/lib/Test/Base/ +Test-Base-0.88/lib/Test/Base/Filter.pm +Test-Base-0.88/lib/Test/Base/Filter.pod +Test-Base-0.88/lib/Test/Base.pod +Test-Base-0.88/lib/Test/Base.pm +Test-Base-0.88/MANIFEST +Test-Base-0.88/Changes +Test-Base-0.88/CONTRIBUTING +Test-Base-0.88/META.json +Entering Test-Base-0.88 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Base-0.88 ... Warning: prerequisite Spiffy 0.40 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Base +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Algorithm::Diff 1.19 ... Yes (1.1903) +Checking if you have Filter::Util::Call 0 ... Yes (1.57) +Checking if you have Text::Diff 0.35 ... Yes (1.45) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Spiffy 0.40 ... No +Searching Spiffy (0.40) on cpanmetadb ... +OK +==> Found dependencies: Spiffy +--2017-10-09 07:41:51-- http://cpanmetadb.plackperl.org/v1.0/package/Spiffy +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 105 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.2M=0s + +2017-10-09 07:41:51 (18.2 MB/s) - written to stdout [105/105] + +--> Working on Spiffy +Fetching http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-0.46.tar.gz ... --2017-10-09 07:41:51-- http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-0.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 33447 (33K) [application/x-gzip] +Saving to: ‘Spiffy-0.46.tar.gz’ + + 0K .......... .......... .......... .. 100% 34.4M=0.001s + +2017-10-09 07:41:51 (34.4 MB/s) - ‘Spiffy-0.46.tar.gz’ saved [33447/33447] + +Unpacking Spiffy-0.46.tar.gz +OK +Spiffy-0.46/ +Spiffy-0.46/META.yml +Spiffy-0.46/LICENSE +Spiffy-0.46/Makefile.PL +Spiffy-0.46/README +Spiffy-0.46/t/ +Spiffy-0.46/t/filter4.t +Spiffy-0.46/t/export1.t +Spiffy-0.46/t/Filter5.pm +Spiffy-0.46/t/field3.t +Spiffy-0.46/t/cascade.t +Spiffy-0.46/t/Something.pm +Spiffy-0.46/t/new.t +Spiffy-0.46/t/super2.t +Spiffy-0.46/t/filter3.t +Spiffy-0.46/t/export3.t +Spiffy-0.46/t/export7.t +Spiffy-0.46/t/base.t +Spiffy-0.46/t/NonSpiffy.pm +Spiffy-0.46/t/mixin2.t +Spiffy-0.46/t/const.t +Spiffy-0.46/t/export6.t +Spiffy-0.46/t/release-pod-syntax.t +Spiffy-0.46/t/mixin.t +Spiffy-0.46/t/Filter4.pm +Spiffy-0.46/t/super.t +Spiffy-0.46/t/export4.t +Spiffy-0.46/t/package.t +Spiffy-0.46/t/mixin3.t +Spiffy-0.46/t/export5.t +Spiffy-0.46/t/filter.t +Spiffy-0.46/t/field2.t +Spiffy-0.46/t/parse.t +Spiffy-0.46/t/early.t +Spiffy-0.46/t/base2.t +Spiffy-0.46/t/field.t +Spiffy-0.46/t/stub.t +Spiffy-0.46/t/autoload.t +Spiffy-0.46/t/filter2.t +Spiffy-0.46/t/Thing.pm +Spiffy-0.46/t/export2.t +Spiffy-0.46/t/filter5.t +Spiffy-0.46/t/exporter.t +Spiffy-0.46/lib/ +Spiffy-0.46/lib/Spiffy/ +Spiffy-0.46/lib/Spiffy/mixin.pm +Spiffy-0.46/lib/Spiffy.pod +Spiffy-0.46/lib/Spiffy.pm +Spiffy-0.46/MANIFEST +Spiffy-0.46/Changes +Spiffy-0.46/CONTRIBUTING +Spiffy-0.46/META.json +Entering Spiffy-0.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Spiffy-0.46 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Spiffy +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Spiffy-0.46 ... cp lib/Spiffy.pod blib/lib/Spiffy.pod +cp lib/Spiffy/mixin.pm blib/lib/Spiffy/mixin.pm +cp lib/Spiffy.pm blib/lib/Spiffy.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/autoload.t ............ ok +t/base.t ................ ok +t/base2.t ............... ok +t/cascade.t ............. ok +t/const.t ............... ok +t/early.t ............... ok +t/export1.t ............. ok +t/export2.t ............. ok +t/export3.t ............. ok +t/export4.t ............. ok +t/export5.t ............. ok +t/export6.t ............. ok +t/export7.t ............. ok +t/exporter.t ............ ok +t/field.t ............... ok +t/field2.t .............. ok +t/field3.t .............. ok +t/filter.t .............. ok +t/filter2.t ............. ok +t/filter3.t ............. ok +t/filter4.t ............. ok +t/filter5.t ............. ok +t/mixin.t ............... ok +t/mixin2.t .............. ok +t/mixin3.t .............. ok +t/new.t ................. ok +t/package.t ............. ok +t/parse.t ............... ok +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +t/stub.t ................ ok +t/super.t ............... ok +t/super2.t .............. ok +All tests successful. +Files=32, Tests=198, 2 wallclock secs ( 0.10 usr 0.04 sys + 1.94 cusr 0.31 csys = 2.39 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Spiffy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Spiffy.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Spiffy/mixin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Spiffy.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Spiffy-0.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Spiffy-0.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Spiffy-0.46/MYMETA.json +Building and testing Test-Base-0.88 ... cp lib/Test/Base.pm blib/lib/Test/Base.pm +cp lib/Test/Base.pod blib/lib/Test/Base.pod +cp lib/Test/Base/Filter.pm blib/lib/Test/Base/Filter.pm +cp lib/Test/Base/Filter.pod blib/lib/Test/Base/Filter.pod +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/000-require-modules.t .. ok +t/append.t ............... ok +t/arguments.t ............ ok +t/array.t ................ ok +t/autoload.t ............. ok +t/base64.t ............... ok +t/blocks-scalar.t ........ ok +t/blocks_grep.t .......... ok +t/chomp.t ................ ok +t/chop.t ................. ok +t/compact.t .............. ok +t/compile.t .............. ok +t/deep.t ................. ok +t/delimiters.t ........... ok +t/description.t .......... ok +t/diff_is.t .............. ok +t/dumper.t ............... ok +t/embed_perl.t ........... ok +t/escape.t ............... ok +t/eval.t ................. ok +t/eval_all.t ............. ok +t/eval_stderr.t .......... ok +t/eval_stdout.t .......... ok +t/expected-zero.t ........ ok +t/export.t ............... ok +t/exported_func.t ........ ok +t/filter_arguments.t ..... ok +t/filter_delay.t ......... ok +t/filter_functions.t ..... ok +t/filters-append.t ....... ok +t/filters.t .............. ok +t/filters_map.t .......... ok +t/first_block.t .......... ok +t/flatten.t .............. ok +t/get_url.t .............. skipped: Need to figure out network testing +t/hash.t ................. ok +t/head.t ................. ok +t/internals.t ............ ok +t/is.t ................... ok +t/jit-run.t .............. ok +t/join-deep.t ............ ok +t/join.t ................. ok +t/last.t ................. ok +t/late.t ................. ok +t/lazy-filters.t ......... ok +t/lines.t ................ ok +t/list.t ................. ok +# Filters returning numbers are supposed to do munging $_: your filter 'main::mike5' apparently doesn't. +t/main_filters.t ......... ok +t/multi-level-inherit.t .. ok +t/name.t ................. ok +t/next.t ................. ok +t/no_diff.t .............. ok +t/no_plan.t .............. ok +t/normalize.t ............ ok +t/only-with-implicit.t ... ok +t/only.t ................. ok +t/oo.t ................... ok +t/oo_run.t ............... ok +t/parentheses.t .......... ok +t/prepend.t .............. ok +t/preserve-order.t ....... ok +t/prototypes.t ........... ok +t/quick-plan.t ........... ok +t/quick_test.t ........... ok +t/read_file.t ............ ok +t/regexp.t ............... ok +t/release-pod-syntax.t ... skipped: these tests are for release candidate testing +t/repeated-filters.t ..... ok +t/require.t .............. ok +t/reserved_names.t ....... ok +t/reverse-deep.t ......... ok +t/reverse.t .............. ok +t/run-args.t ............. ok +t/run_compare.t .......... ok +t/run_is.t ............... ok +t/run_is_deep.t .......... ok +t/run_is_deeply.t ........ ok +t/run_like.t ............. ok +t/run_unlike.t ........... ok +t/simple.t ............... ok +t/skip.t ................. ok +t/slice.t ................ ok +t/sort-deep.t ............ ok +t/sort.t ................. ok +t/spec_file.t ............ ok +t/spec_string.t .......... ok +t/split-deep.t ........... ok +t/split-regexp.t ......... ok +t/split.t ................ ok +t/strict-warnings.t ...... ok +t/strict.t ............... ok +t/subclass-autoclass.t ... ok +t/subclass-import.t ...... ok +t/subclass.t ............. ok +t/subclass_late.t ........ ok +t/tail.t ................. ok +t/tie_output.t ........... ok +t/trim.t ................. ok +t/unchomp.t .............. ok +t/undef.t ................ ok +t/use-test-more.t ........ ok +t/write_file.t ........... ok +t/xxx.t .................. skipped: Requires YAML +t/yaml.t ................. skipped: Requires YAML +t/zero-blocks.t .......... ok +All tests successful. +Files=105, Tests=430, 10 wallclock secs ( 0.26 usr 0.18 sys + 8.03 cusr 1.02 csys = 9.49 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Base.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Base/Filter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Base/Filter.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Base::Filter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Base.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Base-0.88 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Base-0.88/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Base-0.88/MYMETA.json +Building and testing ExtUtils-XSpp-0.18 ... Building ExtUtils-XSpp +t/001_load.t ............. ok +t/005_io.t ............... ok +t/010_base.t ............. ok +t/011_multiple_files.t ... ok +t/012_preprocessor.t ..... ok +t/013_typemap_output.t ... ok +t/015_reference.t ........ ok +t/020_rename.t ........... ok +t/022_static.t ........... ok +t/022_virtual.t .......... ok +t/023_base_classes.t ..... ok +t/024_enum.t ............. ok +t/025_member.t ........... ok +t/030_code_blocks.t ...... ok +t/031_verbatim_blocks.t .. ok +t/035_include.t .......... ok +t/040_plugin.t ........... ok +t/043_parser_plugins.t ... ok +t/075_types.t ............ ok +t/080_complex_typemap.t .. ok +t/090_exceptions.t ....... ok +t/zzz_pod.t .............. skipped: Author tests +All tests successful. +Files=22, Tests=89, 3 wallclock secs ( 0.08 usr 0.03 sys + 3.05 cusr 0.49 csys = 3.65 CPU) +Result: PASS +Building ExtUtils-XSpp +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/xspp.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Cmd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Lexer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Typemap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Driver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Plugin.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Grammar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Typemap/wrapper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Typemap/reference.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Typemap/parsed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Typemap/simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Enum.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/EnumValue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Type.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Destructor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Method.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Access.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Member.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Raw.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Comment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Preprocessor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Argument.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Package.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Function.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/Constructor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Node/PercAny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/code.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/stdmessage.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/object.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/unknown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/XSpp/Exception/perlcode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Class.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Cmd.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Function.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Raw.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Destructor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::PercAny.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Member.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Plugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Comment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Enum.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Module.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Package.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Typemap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Exception.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::EnumValue.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Access.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Constructor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Method.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::XSpp::Node::Argument.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/xspp +OK +Successfully installed ExtUtils-XSpp-0.18 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-XSpp-0.18/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-XSpp-0.18/MYMETA.json +Building and testing Module-Build-WithXSpp-0.14 ... Building Module-Build-WithXSpp +t/001_load.t .. ok +All tests successful. +Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.13 cusr 0.01 csys = 0.16 CPU) +Result: PASS +Building Module-Build-WithXSpp +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/WithXSpp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::WithXSpp.3 +OK +Successfully installed Module-Build-WithXSpp-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-WithXSpp-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-WithXSpp-0.14/MYMETA.json +Searching Alien::uPB (0.06) on cpanmetadb ... +--2017-10-09 07:42:10-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::uPB +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 92 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.9M=0s + +2017-10-09 07:42:10 (18.9 MB/s) - written to stdout [92/92] + +--> Working on Alien::uPB +Fetching http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-uPB-0.10.tar.gz ... --2017-10-09 07:42:10-- http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-uPB-0.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 65185 (64K) [application/x-gzip] +Saving to: ‘Alien-uPB-0.10.tar.gz’ + + 0K .......... .......... .......... .......... .......... 78% 25.2M 0s + 50K .......... ... 100% 289M=0.002s + +2017-10-09 07:42:10 (31.3 MB/s) - ‘Alien-uPB-0.10.tar.gz’ saved [65185/65185] + +Unpacking Alien-uPB-0.10.tar.gz +OK +Alien-uPB-0.10 +Alien-uPB-0.10/README +Alien-uPB-0.10/Changes +Alien-uPB-0.10/LICENSE +Alien-uPB-0.10/dist.ini +Alien-uPB-0.10/META.yml +Alien-uPB-0.10/MANIFEST +Alien-uPB-0.10/Build.PL +Alien-uPB-0.10/META.json +Alien-uPB-0.10/inc/AU +Alien-uPB-0.10/inc/AU/test +Alien-uPB-0.10/t +Alien-uPB-0.10/t/001_load.t +Alien-uPB-0.10/inc/AU/Build.pm +Alien-uPB-0.10/lib/Alien +Alien-uPB-0.10/lib/Alien/uPB.pm +Alien-uPB-0.10/scripts +Alien-uPB-0.10/scripts/install.pl +Alien-uPB-0.10/inc/AU/check_upb.cpp +Alien-uPB-0.10/t/010_found_library.t +Alien-uPB-0.10/t/author-pod-syntax.t +Entering Alien-uPB-0.10 +Checking configure dependencies from META.json +Checking if you have ExtUtils::CppGuess 0.11 ... Yes (0.11) +Checking if you have Archive::Zip 0 ... No +Checking if you have Alien::Base::ModuleBuild 0.023 ... Yes (1.00) +Checking if you have Alien::Base 0 ... Yes (1.22) +Checking if you have Alien::gmake 0 ... No +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Alien::ProtoBuf 0.01 ... Yes (0.06) +Searching Archive::Zip (0) on cpanmetadb ... +==> Found dependencies: Archive::Zip, Alien::gmake +--2017-10-09 07:42:10-- http://cpanmetadb.plackperl.org/v1.0/package/Archive::Zip +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 469 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 72.2M=0s + +2017-10-09 07:42:10 (72.2 MB/s) - written to stdout [469/469] + +--> Working on Archive::Zip +Fetching http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.59.tar.gz ... --2017-10-09 07:42:11-- http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.59.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 192151 (188K) [application/x-gzip] +Saving to: ‘Archive-Zip-1.59.tar.gz’ + + 0K .......... .......... .......... .......... .......... 26% 24.3M 0s + 50K .......... .......... .......... .......... .......... 53% 49.8M 0s + 100K .......... .......... .......... .......... .......... 79% 24.0M 0s + 150K .......... .......... .......... ....... 100% 40.0M=0.006s + +2017-10-09 07:42:11 (30.9 MB/s) - ‘Archive-Zip-1.59.tar.gz’ saved [192151/192151] + +Unpacking Archive-Zip-1.59.tar.gz +OK +Archive-Zip-1.59/ +Archive-Zip-1.59/README.md +Archive-Zip-1.59/MANIFEST +Archive-Zip-1.59/lib/ +Archive-Zip-1.59/lib/Archive/ +Archive-Zip-1.59/lib/Archive/Zip/ +Archive-Zip-1.59/lib/Archive/Zip/Archive.pm +Archive-Zip-1.59/lib/Archive/Zip/BufferedFileHandle.pm +Archive-Zip-1.59/lib/Archive/Zip/NewFileMember.pm +Archive-Zip-1.59/lib/Archive/Zip/DirectoryMember.pm +Archive-Zip-1.59/lib/Archive/Zip/StringMember.pm +Archive-Zip-1.59/lib/Archive/Zip/MockFileHandle.pm +Archive-Zip-1.59/lib/Archive/Zip/Member.pm +Archive-Zip-1.59/lib/Archive/Zip/Tree.pm +Archive-Zip-1.59/lib/Archive/Zip/MemberRead.pm +Archive-Zip-1.59/lib/Archive/Zip/ZipFileMember.pm +Archive-Zip-1.59/lib/Archive/Zip/FAQ.pod +Archive-Zip-1.59/lib/Archive/Zip/FileMember.pm +Archive-Zip-1.59/lib/Archive/Zip.pm +Archive-Zip-1.59/t/ +Archive-Zip-1.59/t/16_decrypt.t +Archive-Zip-1.59/t/23_closed_handle.t +Archive-Zip-1.59/t/18_bug_92205.t +Archive-Zip-1.59/t/12_bug_47223.t +Archive-Zip-1.59/t/22_deflated_dir.t +Archive-Zip-1.59/t/24_unicode_win32.t +Archive-Zip-1.59/t/20_bug_github11.t +Archive-Zip-1.59/t/13_bug_46303.t +Archive-Zip-1.59/t/14_leading_separator.t +Archive-Zip-1.59/t/common.pm +Archive-Zip-1.59/t/01_compile.t +Archive-Zip-1.59/t/08_readmember_record_sep.t +Archive-Zip-1.59/t/15_decrypt.t +Archive-Zip-1.59/t/07_filenames_of_0.t +Archive-Zip-1.59/t/19_bug_101240.t +Archive-Zip-1.59/t/04_readmember.t +Archive-Zip-1.59/t/badjpeg/ +Archive-Zip-1.59/t/badjpeg/source.zip +Archive-Zip-1.59/t/badjpeg/expected.jpg +Archive-Zip-1.59/t/09_output_record_sep.t +Archive-Zip-1.59/t/02_main.t +Archive-Zip-1.59/t/06_update.t +Archive-Zip-1.59/t/21_zip64.t +Archive-Zip-1.59/t/05_tree.t +Archive-Zip-1.59/t/03_ex.t +Archive-Zip-1.59/t/17_101092.t +Archive-Zip-1.59/t/11_explorer.t +Archive-Zip-1.59/t/10_chmod.t +Archive-Zip-1.59/t/data/ +Archive-Zip-1.59/t/data/streamed.zip +Archive-Zip-1.59/t/data/perl.zip +Archive-Zip-1.59/t/data/winzip.zip +Archive-Zip-1.59/t/data/storestr.zip +Archive-Zip-1.59/t/data/emptydefstr.zip +Archive-Zip-1.59/t/data/jar.zip +Archive-Zip-1.59/t/data/crypcomp.zip +Archive-Zip-1.59/t/data/good_github11.zip +Archive-Zip-1.59/t/data/emptystorestr.zip +Archive-Zip-1.59/t/data/zip64.zip +Archive-Zip-1.59/t/data/defstr.zip +Archive-Zip-1.59/t/data/bad_github11.zip +Archive-Zip-1.59/t/data/emptydef.zip +Archive-Zip-1.59/t/data/linux.zip +Archive-Zip-1.59/t/data/def.zip +Archive-Zip-1.59/t/data/crypt.zip +Archive-Zip-1.59/t/data/store.zip +Archive-Zip-1.59/t/data/empty.zip +Archive-Zip-1.59/t/data/emptystore.zip +Archive-Zip-1.59/t/data/mkzip.pl +Archive-Zip-1.59/t/data/chmod.zip +Archive-Zip-1.59/Makefile.PL +Archive-Zip-1.59/META.yml +Archive-Zip-1.59/script/ +Archive-Zip-1.59/script/crc32 +Archive-Zip-1.59/MANIFEST.SKIP +Archive-Zip-1.59/examples/ +Archive-Zip-1.59/examples/readScalar.pl +Archive-Zip-1.59/examples/mfh.pl +Archive-Zip-1.59/examples/selfex.pl +Archive-Zip-1.59/examples/writeScalar2.pl +Archive-Zip-1.59/examples/updateTree.pl +Archive-Zip-1.59/examples/copy.pl +Archive-Zip-1.59/examples/zipcheck.pl +Archive-Zip-1.59/examples/updateZip.pl +Archive-Zip-1.59/examples/ziptest.pl +Archive-Zip-1.59/examples/zip.pl +Archive-Zip-1.59/examples/zipinfo.pl +Archive-Zip-1.59/examples/writeScalar.pl +Archive-Zip-1.59/examples/unzipAll.pl +Archive-Zip-1.59/examples/ziprecent.pl +Archive-Zip-1.59/examples/zipGrep.pl +Archive-Zip-1.59/examples/extract.pl +Archive-Zip-1.59/examples/calcSizes.pl +Archive-Zip-1.59/examples/mailZip.pl +Archive-Zip-1.59/META.json +Archive-Zip-1.59/Changes +Entering Archive-Zip-1.59 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Archive-Zip-1.59 ... Warning: prerequisite Test::MockModule 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Archive::Zip +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Compress::Raw::Zlib 2.017 ... Yes (2.074) +Checking if you have Test::MockModule 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have IO::Seekable 0 ... Yes (1.10) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Searching Test::MockModule (0) on cpanmetadb ... +OK +==> Found dependencies: Test::MockModule +--2017-10-09 07:42:11-- http://cpanmetadb.plackperl.org/v1.0/package/Test::MockModule +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.2M=0s + +2017-10-09 07:42:11 (13.2 MB/s) - written to stdout [104/104] + +--> Working on Test::MockModule +Fetching http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.13.tar.gz ... --2017-10-09 07:42:11-- http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 24561 (24K) [application/x-gzip] +Saving to: ‘Test-MockModule-0.13.tar.gz’ + + 0K .......... .......... ... 100% 25.6M=0.001s + +2017-10-09 07:42:11 (25.6 MB/s) - ‘Test-MockModule-0.13.tar.gz’ saved [24561/24561] + +Unpacking Test-MockModule-0.13.tar.gz +OK +Test-MockModule-0.13 +Test-MockModule-0.13/Build.PL +Test-MockModule-0.13/Changes +Test-MockModule-0.13/LICENSE +Test-MockModule-0.13/MANIFEST +Test-MockModule-0.13/MANIFEST.SKIP +Test-MockModule-0.13/META.json +Test-MockModule-0.13/META.yml +Test-MockModule-0.13/README.md +Test-MockModule-0.13/lib +Test-MockModule-0.13/lib/Test +Test-MockModule-0.13/lib/Test/MockModule.pm +Test-MockModule-0.13/t +Test-MockModule-0.13/t/inheritance.t +Test-MockModule-0.13/t/mockmodule.t +Test-MockModule-0.13/t/pod.t +Test-MockModule-0.13/t/pod_coverage.t +Test-MockModule-0.13/t/lib +Test-MockModule-0.13/t/lib/ExampleModule.pm +Entering Test-MockModule-0.13 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Test-MockModule-0.13 ... Checking prerequisites... + requires: + ! SUPER is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-MockModule' version '0.13' +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have SUPER 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Searching SUPER (0) on cpanmetadb ... +OK +==> Found dependencies: SUPER +--2017-10-09 07:42:11-- http://cpanmetadb.plackperl.org/v1.0/package/SUPER +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.6M=0s + +2017-10-09 07:42:11 (19.6 MB/s) - written to stdout [103/103] + +--> Working on SUPER +Fetching http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz ... --2017-10-09 07:42:11-- http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20141117.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 14477 (14K) [application/x-gzip] +Saving to: ‘SUPER-1.20141117.tar.gz’ + + 0K .......... .... 100% 16.6M=0.001s + +2017-10-09 07:42:11 (16.6 MB/s) - ‘SUPER-1.20141117.tar.gz’ saved [14477/14477] + +Unpacking SUPER-1.20141117.tar.gz +OK +SUPER-1.20141117/ +SUPER-1.20141117/META.yml +SUPER-1.20141117/lib/ +SUPER-1.20141117/lib/SUPER.pm +SUPER-1.20141117/README +SUPER-1.20141117/t/ +SUPER-1.20141117/t/follow_inheritance.t +SUPER-1.20141117/t/keep_going_manual.t +SUPER-1.20141117/t/1.t +SUPER-1.20141117/t/get_all_parents.t +SUPER-1.20141117/t/keep_going.t +SUPER-1.20141117/t/deep_inheritance.t +SUPER-1.20141117/t/bugs.t +SUPER-1.20141117/Changes +SUPER-1.20141117/Build.PL +SUPER-1.20141117/MANIFEST +SUPER-1.20141117/Makefile.PL +SUPER-1.20141117/dist.ini +SUPER-1.20141117/LICENSE +Entering SUPER-1.20141117 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Build.PL +Configuring SUPER-1.20141117 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'SUPER' version '1.20141117' +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::Simple 0.90 ... Yes (1.302098) +Checking if you have Sub::Identify 0.03 ... Yes (0.14) +OK +Building and testing SUPER-1.20141117 ... Building SUPER +t/1.t ................... ok +t/bugs.t ................ ok +t/deep_inheritance.t .... ok +t/follow_inheritance.t .. ok +t/get_all_parents.t ..... ok +t/keep_going.t .......... ok +t/keep_going_manual.t ... ok +All tests successful. +Files=7, Tests=45, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.37 cusr 0.07 csys = 0.49 CPU) +Result: PASS +Building SUPER +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/SUPER.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/SUPER.3 +OK +Successfully installed SUPER-1.20141117 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/SUPER-1.20141117/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/SUPER-1.20141117/MYMETA.json +Building and testing Test-MockModule-0.13 ... Building Test-MockModule +t/inheritance.t ... ok +t/mockmodule.t .... ok +t/pod.t ........... ok +t/pod_coverage.t .. skipped: Test::Pod::Coverage 1.00 required for testing pod coverage +All tests successful. +Files=4, Tests=64, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.26 cusr 0.02 csys = 0.32 CPU) +Result: PASS +Building Test-MockModule +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/MockModule.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::MockModule.3 +OK +Successfully installed Test-MockModule-0.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-MockModule-0.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-MockModule-0.13/MYMETA.json +Building and testing Archive-Zip-1.59 ... cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm +cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod +cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm +cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle.pm +cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm +cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm +cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm +cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm +cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm +cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm +cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm +cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm +cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm +cp script/crc32 blib/script/crc32 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crc32 +Manifying 4 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t ................ ok +t/02_main.t ................... ok +t/03_ex.t ..................... ok +t/04_readmember.t ............. ok +t/05_tree.t ................... ok +t/06_update.t ................. ok +t/07_filenames_of_0.t ......... ok +t/08_readmember_record_sep.t .. ok +t/09_output_record_sep.t ...... ok +t/10_chmod.t .................. ok +t/11_explorer.t ............... ok +t/12_bug_47223.t .............. skipped: Only required on Win32. +t/13_bug_46303.t .............. ok +t/14_leading_separator.t ...... ok +t/15_decrypt.t ................ ok +t/16_decrypt.t ................ ok +t/17_101092.t ................. ok +t/18_bug_92205.t .............. ok +t/19_bug_101240.t ............. ok +t/20_bug_github11.t ........... ok +t/21_zip64.t .................. ok +t/22_deflated_dir.t ........... ok +t/23_closed_handle.t .......... ok +t/24_unicode_win32.t .......... ok +All tests successful. +Files=24, Tests=304, 5 wallclock secs ( 0.12 usr 0.03 sys + 3.71 cusr 0.62 csys = 4.48 CPU) +Result: PASS +Manifying 4 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/Archive.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/ZipFileMember.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/StringMember.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/Member.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/DirectoryMember.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/MockFileHandle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/BufferedFileHandle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/NewFileMember.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/MemberRead.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/Tree.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Archive/Zip/FileMember.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Zip::MemberRead.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Zip::Tree.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Zip::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Archive::Zip.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/crc32 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Archive-Zip-1.59 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Archive-Zip-1.59/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Archive-Zip-1.59/MYMETA.json +Searching Alien::gmake (0) on cpanmetadb ... +--2017-10-09 07:42:19-- http://cpanmetadb.plackperl.org/v1.0/package/Alien::gmake +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.3M=0s + +2017-10-09 07:42:19 (19.3 MB/s) - written to stdout [97/97] + +--> Working on Alien::gmake +Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-gmake-0.20.tar.gz ... --2017-10-09 07:42:19-- http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-gmake-0.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17087 (17K) [application/x-gzip] +Saving to: ‘Alien-gmake-0.20.tar.gz’ + + 0K .......... ...... 100% 19.3M=0.001s + +2017-10-09 07:42:19 (19.3 MB/s) - ‘Alien-gmake-0.20.tar.gz’ saved [17087/17087] + +Unpacking Alien-gmake-0.20.tar.gz +OK +Alien-gmake-0.20/ +Alien-gmake-0.20/author.yml +Alien-gmake-0.20/lib/ +Alien-gmake-0.20/lib/Alien/ +Alien-gmake-0.20/lib/Alien/gmake.pm +Alien-gmake-0.20/META.json +Alien-gmake-0.20/dist.ini +Alien-gmake-0.20/Changes +Alien-gmake-0.20/LICENSE +Alien-gmake-0.20/README +Alien-gmake-0.20/xt/ +Alien-gmake-0.20/xt/author/ +Alien-gmake-0.20/xt/author/version.t +Alien-gmake-0.20/xt/author/pod_coverage.t +Alien-gmake-0.20/xt/author/strict.t +Alien-gmake-0.20/xt/author/pod_spelling_system.t +Alien-gmake-0.20/xt/author/no_tabs.t +Alien-gmake-0.20/xt/author/pod_spelling_common.t +Alien-gmake-0.20/xt/author/pod.t +Alien-gmake-0.20/xt/author/eol.t +Alien-gmake-0.20/xt/release/ +Alien-gmake-0.20/xt/release/fixme.t +Alien-gmake-0.20/xt/release/changes.t +Alien-gmake-0.20/t/ +Alien-gmake-0.20/t/helper.t +Alien-gmake-0.20/t/01_use.t +Alien-gmake-0.20/t/warning.t +Alien-gmake-0.20/t/run.t +Alien-gmake-0.20/t/00_diag.t +Alien-gmake-0.20/META.yml +Alien-gmake-0.20/cpanfile +Alien-gmake-0.20/MANIFEST +Alien-gmake-0.20/alienfile +Alien-gmake-0.20/Makefile.PL +Alien-gmake-0.20/INSTALL +Entering Alien-gmake-0.20 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Alien::Build::MM 0.40 ... Yes (1.22) +Checking if you have Alien::Build 0.40 ... Yes (1.22) +Checking if you have File::chdir 0.1005 ... Yes (0.1010) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have IPC::Cmd 0.64 ... Yes (0.98) +Running Makefile.PL +Configuring Alien-gmake-0.20 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Alien::gmake +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Alien::Build 0.40 ... Yes (1.22) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have Alien::Build::MM 0.40 ... Yes (1.22) +Checking if you have Test2::Suite 0.000060 ... Yes (0.000077) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Alien::Base 0.038 ... Yes (1.22) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Alien 0 ... Yes (1.22) +OK +Building and testing Alien-gmake-0.20 ... cp lib/Alien/gmake.pm blib/lib/Alien/gmake.pm +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MAlien::Build::MM=cmd -e prefix site /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux +main> prefix /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/Alien-gmake +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MAlien::Build::MM=cmd -e version 0.20 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MAlien::Build::MM=cmd -e download +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MAlien::Build::MM=cmd -e build +Alien::Build::Plugin::Core::Legacy> adding legacy hash to config +Alien::Build::Plugin::Core::Gather> mkdir -p /home/ryan/.cpanm/work/1507547994.16943/Alien-gmake-0.20/blib/lib/auto/share/dist/Alien-gmake/_alien +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MAlien::Build::MM=cmd -e test +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +Alien::gmake with implicit path modification is deprecated ( see https://metacpan.org/pod/Alien::gmake#CAVEATS ) at t/00_diag.t line 26. +# +# +# +# HARNESS_ACTIVE=1 +# HARNESS_VERSION=3.39 +# LANG=en_US.UTF-8 +# PERL5LIB=/home/ryan/.cpanm/work/1507547994.16943/Alien-gmake-0.20/blib/lib:/home/ryan/.cpanm/work/1507547994.16943/Alien-gmake-0.20/blib/arch: +# PERLBREW_BASHRC_VERSION=0.78 +# PERLBREW_HOME=/home/ryan/.perlbrew +# PERLBREW_LIB= +# PERLBREW_MANPATH=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +# PERLBREW_PATH=/home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin +# PERLBREW_PERL=perlbot-blead-2017-10-09_12776 +# PERLBREW_ROOT=/home/ryan/perl5/perlbrew +# PERLBREW_VERSION=0.78 +# PERL_DL_NONLAZY=1 +# PERL_LOCAL_LIB_ROOT= +# PERL_MM_USE_DEFAULT=1 +# PERL_USE_UNSAFE_INC=1 +# REALPERL=perl-blead +# SHELL=/bin/sh +# +# +# +# PERL5LIB path +# /home/ryan/.cpanm/work/1507547994.16943/Alien-gmake-0.20/blib/lib +# /home/ryan/.cpanm/work/1507547994.16943/Alien-gmake-0.20/blib/arch +# +# +# +# perl 5.027005 +# Alien::Base 1.22 +# Alien::Build 1.22 +# Alien::Build::MM 1.22 +# Capture::Tiny 0.46 +# ExtUtils::MakeMaker 7.3 +# File::chdir 0.1010 +# IPC::Cmd 0.98 +# Test2::Suite 0.000077 +# Test::Alien 1.22 +# Test::More 1.302098 +# +# +# +# exe = make +# version = 4.0 +# install_type = system +# msys? = unavailable +# +# +# +t/00_diag.t .. ok +t/01_use.t ... ok +t/helper.t ... ok +t/run.t ...... ok +t/warning.t .. ok +All tests successful. +Files=5, Tests=10, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.96 cusr 0.11 csys = 1.11 CPU) +Result: PASS +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Alien/gmake/gmake.txt +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/Alien-gmake/_alien/alien.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/Alien-gmake/_alien/alienfile +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Alien/gmake.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::gmake.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Alien-gmake-0.20 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-gmake-0.20/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-gmake-0.20/MYMETA.json +Running Build.PL +Configuring Alien-uPB-0.10 ... + pkg-config --modversion uPB +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Alien-uPB' version '0.10' +Checking dependencies from MYMETA.json ... +Checking if you have Alien::gmake 0.11 ... Yes (0.20) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +OK +Building and testing Alien-uPB-0.10 ... Building Alien-uPB ++ pkg-config --modversion uPB +Use of uninitialized value in pattern match (m//) at /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild/Repository.pm line 22. +Downloading File: https://github.com/mbarbon/upb/archive/50c11cce165a0e2cda8ebbd70661b27d0b0abd5c.zip ... Done +Extracting Archive ... Done +Building library ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/_alien/upb-50c11cce165a0e2cda8ebbd70661b27d0b0abd5c ++ make default googlepb USER_CPPFLAGS="-pthread -fPIC" +CC upb/def.c +CC upb/handlers.c +CC upb/msg.c +CC upb/refcounted.c +CC upb/sink.c +CC upb/table.c +upb/table.c: In function ‘MurmurHash2’: +upb/table.c:804:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: t |= data[2] << 16; + ~~^~~~~~~~~~~~~~~~ +upb/table.c:805:7: note: here + case 2: t |= data[1] << 8; + ^~~~ +upb/table.c:805:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: t |= data[1] << 8; + ~~^~~~~~~~~~~~~~~ +upb/table.c:806:7: note: here + case 3: t |= data[0]; + ^~~~ +upb/table.c:843:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: d |= data[2] << 16; + ~~^~~~~~~~~~~~~~~~ +upb/table.c:844:9: note: here + case 2: d |= data[1] << 8; + ^~~~ +upb/table.c:844:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: d |= data[1] << 8; + ~~^~~~~~~~~~~~~~~ +upb/table.c:845:9: note: here + case 1: d |= data[0]; + ^~~~ +upb/table.c:858:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: h ^= data[2] << 16; + ~~^~~~~~~~~~~~~~~~ +upb/table.c:859:9: note: here + case 2: h ^= data[1] << 8; + ^~~~ +upb/table.c:859:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: h ^= data[1] << 8; + ~~^~~~~~~~~~~~~~~ +upb/table.c:860:9: note: here + case 1: h ^= data[0]; h *= m; + ^~~~ +upb/table.c:864:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: d |= data[2] << 16; + ~~^~~~~~~~~~~~~~~~ +upb/table.c:865:9: note: here + case 2: d |= data[1] << 8; + ^~~~ +upb/table.c:865:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: d |= data[1] << 8; + ~~^~~~~~~~~~~~~~~ +upb/table.c:866:9: note: here + case 1: d |= data[0]; + ^~~~ +upb/table.c:866:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 1: d |= data[0]; + ~~^~~~~~~~~~ +upb/table.c:867:9: note: here + case 0: h ^= (t >> sr) | (d << sl); h *= m; + ^~~~ +upb/table.c:890:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: h ^= data[2] << 16; + ~~^~~~~~~~~~~~~~~~ +upb/table.c:891:7: note: here + case 2: h ^= data[1] << 8; + ^~~~ +upb/table.c:891:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: h ^= data[1] << 8; + ~~^~~~~~~~~~~~~~~ +upb/table.c:892:7: note: here + case 1: h ^= data[0]; h *= m; + ^~~~ +CC upb/upb.c +AR lib/libupb.a +CC upb/pb/compile_decoder.c +CC upb/pb/decoder.c +CC upb/pb/encoder.c +CC upb/pb/glue.c +CC upb/pb/textprinter.c +CC upb/pb/varint.c +AR lib/libupb.pb.a +CC upb/json/parser.c +CC upb/json/printer.c +AR lib/libupb.json.a +CC upb/descriptor/descriptor.upbdefs.c +CC upb/descriptor/reader.c +AR lib/libupb.descriptor.a +CXX upb/bindings/googlepb/bridge.cc +CXX upb/bindings/googlepb/proto2.cc +AR lib/libupb.bindings.googlepb.a +Done +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I. -pthread -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/inc/AU/test.o /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/inc/AU/check_upb.cpp +cc -Wl,-z,now -Wl,-zrelro -fstack-protector-strong -L/usr/local/lib -o /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/inc/AU/test /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/inc/AU/test.o -lstdc++ -Llib -lupb.bindings.googlepb -lupb -lprotobuf -pthread -lpthread +Installing library to /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/_alien/upb-50c11cce165a0e2cda8ebbd70661b27d0b0abd5c ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/_alien/upb-50c11cce165a0e2cda8ebbd70661b27d0b0abd5c ++ /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 ../../scripts/install.pl /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/blib/lib/auto/share/dist/Alien-uPB +Done +Testing library (if applicable) ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-uPB-0.10/_alien/upb-50c11cce165a0e2cda8ebbd70661b27d0b0abd5c +Done +t/001_load.t ........... ok +t/010_found_library.t .. ok +t/author-pod-syntax.t .. skipped: these tests are for testing by the author +All tests successful. +Files=3, Tests=3, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.22 cusr 0.05 csys = 0.31 CPU) +Result: PASS +Building Alien-uPB +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/README +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/sink.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/handlers-inl.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/msg.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/upb.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/table.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/refcounted.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/handlers.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/def.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/structdefs.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/glue.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/decoder.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/compile_decoder_x64.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/encoder.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/decoder.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/textprinter.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/pb/varint.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/stdc++/string.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/lua/upb.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/stdc/io.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/stdc/error.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/stdint.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/stdlib.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/errno.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/assert.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/string.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/linux/stdio.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/googlepb/bridge.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/googlepb/proto2.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/bindings/googlepb/proto1.int.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/descriptor/descriptor.upbdefs.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/descriptor/reader.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/json/printer.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include/upb/json/parser.h +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib/libupb.pb.a +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib/libupb.descriptor.a +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib/libupb.json.a +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib/libupb.a +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib/libupb.bindings.googlepb.a +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/uPB.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/uPB/ConfigData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/uPB/Install/Files.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::uPB.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::uPB::ConfigData.3 +OK +Successfully installed Alien-uPB-0.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-uPB-0.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-uPB-0.10/MYMETA.json +Running Build.PL +Configuring Google-ProtocolBuffers-Dynamic-0.20 ... Checking prerequisites... + build_requires: + ! ExtUtils::Typemaps::Default is not installed + ! ExtUtils::Typemaps::STL::String is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Google-ProtocolBuffers-Dynamic' version '0.20' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have autodie 2.22 ... Yes (2.29) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have ExtUtils::Typemaps::Default 1.05 ... No +Checking if you have ExtUtils::XSpp 0.18 ... Yes (0.18) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::Warn 0.30 ... Yes (0.32) +Checking if you have ExtUtils::Typemaps::STL::String 0 ... No +Searching ExtUtils::Typemaps::Default (1.05) on cpanmetadb ... +OK +==> Found dependencies: ExtUtils::Typemaps::Default, ExtUtils::Typemaps::STL::String +--2017-10-09 07:42:36-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Typemaps::Default +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 562 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 85.5M=0s + +2017-10-09 07:42:36 (85.5 MB/s) - written to stdout [562/562] + +--> Working on ExtUtils::Typemaps::Default +Fetching http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.05.tar.gz ... --2017-10-09 07:42:36-- http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-Typemaps-Default-1.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9327 (9.1K) [application/x-gzip] +Saving to: ‘ExtUtils-Typemaps-Default-1.05.tar.gz’ + + 0K ......... 100% 113M=0s + +2017-10-09 07:42:36 (113 MB/s) - ‘ExtUtils-Typemaps-Default-1.05.tar.gz’ saved [9327/9327] + +Unpacking ExtUtils-Typemaps-Default-1.05.tar.gz +OK +ExtUtils-Typemaps-Default-1.05 +ExtUtils-Typemaps-Default-1.05/Build.PL +ExtUtils-Typemaps-Default-1.05/META.yml +ExtUtils-Typemaps-Default-1.05/MANIFEST +ExtUtils-Typemaps-Default-1.05/META.json +ExtUtils-Typemaps-Default-1.05/MANIFEST.SKIP +ExtUtils-Typemaps-Default-1.05/Changes +ExtUtils-Typemaps-Default-1.05/lib +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/Basic.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/ObjectMap.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/Default.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/STL.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/STL +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/STL/String.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemap/STL/Vector.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/Basic.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/ObjectMap.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/Default.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/STL.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/STL +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/STL/String.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/STL/List.pm +ExtUtils-Typemaps-Default-1.05/lib/ExtUtils/Typemaps/STL/Vector.pm +ExtUtils-Typemaps-Default-1.05/t +ExtUtils-Typemaps-Default-1.05/t/001_basic.t +Entering ExtUtils-Typemaps-Default-1.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring ExtUtils-Typemaps-Default-1.05 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'ExtUtils-Typemaps-Default' version '1.05' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::Typemaps 3.18_03 ... Yes (3.35) +OK +Building and testing ExtUtils-Typemaps-Default-1.05 ... Building ExtUtils-Typemaps-Default +t/001_basic.t .. ok +All tests successful. +Files=1, Tests=26, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.12 cusr 0.00 csys = 0.15 CPU) +Result: PASS +Building ExtUtils-Typemaps-Default +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/Default.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/STL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/ObjectMap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/STL/Vector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/STL/List.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemaps/STL/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/Basic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/Default.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/STL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/ObjectMap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/STL/Vector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/ExtUtils/Typemap/STL/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::STL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::STL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::STL::List.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::Default.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::Default.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::Basic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::ObjectMap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::Basic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::STL::Vector.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::ObjectMap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::STL::String.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemap::STL::String.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ExtUtils::Typemaps::STL::Vector.3 +OK +Successfully installed ExtUtils-Typemaps-Default-1.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Typemaps-Default-1.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/ExtUtils-Typemaps-Default-1.05/MYMETA.json +Searching ExtUtils::Typemaps::STL::String (0) on cpanmetadb ... +--2017-10-09 07:42:37-- http://cpanmetadb.plackperl.org/v1.0/package/ExtUtils::Typemaps::STL::String +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 562 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 106M=0s + +2017-10-09 07:42:37 (106 MB/s) - written to stdout [562/562] + +Already tried ExtUtils-Typemaps-Default-1.05. Skipping. +Building and testing Google-ProtocolBuffers-Dynamic-0.20 ... Building Google-ProtocolBuffers-Dynamic +Processing XS typemap files... +Generating main XS file... +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include -DNDEBUG -pthread -DPERL_NO_GET_CONTEXT -Isrc -Ibuildtmp -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/sourcetree.o src/sourcetree.cpp +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include -DNDEBUG -pthread -DPERL_NO_GET_CONTEXT -Isrc -Ibuildtmp -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/mapper.o src/mapper.cpp +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include -DNDEBUG -pthread -DPERL_NO_GET_CONTEXT -Isrc -Ibuildtmp -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/dynamic.o src/dynamic.cpp +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include -DNDEBUG -pthread -DPERL_NO_GET_CONTEXT -Isrc -Ibuildtmp -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o src/descriptorloader.o src/descriptorloader.cpp +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -DVERSION="0.20" -DXS_VERSION="0.20" -fPIC -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xc++ -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/include -DNDEBUG -pthread -DPERL_NO_GET_CONTEXT -Isrc -Ibuildtmp -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o buildtmp/Dynamic.o buildtmp/Dynamic.c +ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.bs') +Writing blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.bs.bs +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so buildtmp/Dynamic.o src/sourcetree.o src/mapper.o src/dynamic.o src/descriptorloader.o -lstdc++ -L/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-uPB/lib -lupb.bindings.googlepb -lupb.pb -lupb.json -lupb.descriptor -lupb -lprotobuf -pthread -lpthread +t/001_load.t .................... ok +t/010_basic.t ................... ok +t/020_primitives.t .............. ok +t/025_bigints.t ................. ok +t/030_repeated.t ................ ok +t/032_map.t ..................... ok +t/033_proto2_map.t .............. ok +t/035_required.t ................ ok +t/040_messages.t ................ ok +t/042_recursion.t ............... ok +t/045_enum.t .................... ok +t/050_extensions.t .............. ok +t/055_oneof.t ................... ok +t/060_tie.t ..................... ok +t/065_checked_new.t ............. ok +t/067_warnings.t ................ ok +t/070_order.t ................... ok +t/080_json.t .................... ok +t/100_type_mapping.t ............ ok +t/102_service_mapping.t ......... ok +t/105_package_mapping.t ......... ok +t/107_package_prefix_mapping.t .. ok +t/110_mixed_mapping.t ........... ok +t/115_simplified_mapping.t ...... ok +t/140_parse_string.t ............ ok +t/145_parse_binary.t ............ ok +t/200_check_required.t .......... ok +t/205_explicit_defaults.t ....... ok +t/210_encode_defaults.t ......... ok +t/215_check_enum_values.t ....... ok +t/220_accessor_style.t .......... ok +t/300_scalar_accessors.t ........ ok +t/305_oneof_accessors.t ......... ok +t/310_list_accessors.t .......... ok +t/315_message_accessors.t ....... ok +t/320_map_accessors.t ........... ok +t/330_field_numbers.t ........... ok +t/335_extension_api.t ........... ok +t/350_introspection.t ........... ok +t/355_map_introspection.t ....... ok +t/357_service_introspection.t ... ok +t/400_issue_12.t ................ ok +t/401_descriptor_error.t ........ ok +t/605_basic_grpc.t .............. skipped: Grpc::XS not available +t/610_stream_client_grpc.t ...... skipped: Grpc::XS not available +t/615_stream_server_grpc.t ...... skipped: Grpc::XS not available +t/620_stream_bidi_grpc.t ........ skipped: Grpc::XS not available +t/author-pod-syntax.t ........... skipped: these tests are for testing by the author +All tests successful. +Files=48, Tests=716, 5 wallclock secs ( 0.19 usr 0.14 sys + 3.95 cusr 0.65 csys = 4.93 CPU) +Result: PASS +Building Google-ProtocolBuffers-Dynamic +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Google/ProtocolBuffers/Dynamic/Dynamic.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Google/ProtocolBuffers/Dynamic/Dynamic.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Google/ProtocolBuffers/Dynamic/Dynamic.bs.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/protoc-gen-perl-gpd.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic/ProtocPlugin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic/MakeModule.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic/ProtocInterface.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic/Introspection.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Google/ProtocolBuffers/Dynamic/Message.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic::Introspection.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic::MakeModule.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic::Message.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic::ProtocInterface.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Google::ProtocolBuffers::Dynamic::ProtocPlugin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/protoc-gen-perl-gpd +OK +Successfully installed Google-ProtocolBuffers-Dynamic-0.20 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Google-ProtocolBuffers-Dynamic-0.20/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Google-ProtocolBuffers-Dynamic-0.20/MYMETA.json +Building and testing App-EvalServerAdvanced-Protocol-0.104 ... cp lib/App/EvalServerAdvanced/Protocol.pm blib/lib/App/EvalServerAdvanced/Protocol.pm +cp lib/App/EvalServerAdvanced/protocol.proto blib/lib/App/EvalServerAdvanced/protocol.proto +cp bin/decode_packet blib/script/decode_packet +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/decode_packet +cp bin/encode_packet blib/script/encode_packet +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encode_packet +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More any 1.302098 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------------------------------- ---- -------- +# Data::Dumper any 2.167_02 +# Encode any 2.92 +# Exporter any 5.72 +# FindBin any 1.51 +# Function::Parameters any 2.001001 +# Google::ProtocolBuffers::Dynamic any 0.20 +# Path::Tiny any 0.104 +# Time::HiRes any 1.9746 +# lib any 0.64 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/01-decode.t .......... ok +t/02-encoding.t ........ ok +All tests successful. +Files=3, Tests=5, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.35 cusr 0.03 csys = 0.40 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/App/EvalServerAdvanced/protocol.proto +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/App/EvalServerAdvanced/Protocol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/decode_packet +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/encode_packet +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed App-EvalServerAdvanced-Protocol-0.104 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/App-EvalServerAdvanced-Protocol-0.104/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/App-EvalServerAdvanced-Protocol-0.104/MYMETA.json +Searching Sys::Linux::Mount (0) on cpanmetadb ... +--2017-10-09 07:43:00-- http://cpanmetadb.plackperl.org/v1.0/package/Sys::Linux::Mount +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 144 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.2M=0s + +2017-10-09 07:43:00 (15.2 MB/s) - written to stdout [144/144] + +Already tried Sys-Linux-Namespace-0.015. Skipping. +Searching TOML (0) on cpanmetadb ... +--2017-10-09 07:43:00-- http://cpanmetadb.plackperl.org/v1.0/package/TOML +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 80 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.4M=0s + +2017-10-09 07:43:00 (18.4 MB/s) - written to stdout [80/80] + +--> Working on TOML +Fetching http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-0.97.tar.gz ... --2017-10-09 07:43:00-- http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-0.97.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12492 (12K) [application/x-gzip] +Saving to: ‘TOML-0.97.tar.gz’ + + 0K .......... .. 100% 112M=0s + +2017-10-09 07:43:00 (112 MB/s) - ‘TOML-0.97.tar.gz’ saved [12492/12492] + +Unpacking TOML-0.97.tar.gz +OK +TOML-0.97/Build.PL +TOML-0.97/Changes +TOML-0.97/LICENSE +TOML-0.97/META.json +TOML-0.97/README.md +TOML-0.97/cpanfile +TOML-0.97/lib/TOML.pm +TOML-0.97/minil.toml +TOML-0.97/t/reparse.t +TOML-0.97/t/to_toml.t +TOML-0.97/META.yml +TOML-0.97/MANIFEST +Entering TOML-0.97 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring TOML-0.97 ... Creating new 'Build' script for 'TOML' version '0.97' +Checking dependencies from MYMETA.json ... +Checking if you have TOML::Parser 0.04 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Searching TOML::Parser (0.04) on cpanmetadb ... +OK +==> Found dependencies: TOML::Parser +--2017-10-09 07:43:01-- http://cpanmetadb.plackperl.org/v1.0/package/TOML::Parser +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 197 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.5M=0s + +2017-10-09 07:43:01 (31.5 MB/s) - written to stdout [197/197] + +--> Working on TOML::Parser +Fetching http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-Parser-0.90.tar.gz ... --2017-10-09 07:43:01-- http://www.cpan.org/authors/id/K/KA/KARUPA/TOML-Parser-0.90.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22713 (22K) [application/x-gzip] +Saving to: ‘TOML-Parser-0.90.tar.gz’ + + 0K .......... .......... .. 100% 23.9M=0.001s + +2017-10-09 07:43:01 (23.9 MB/s) - ‘TOML-Parser-0.90.tar.gz’ saved [22713/22713] + +Unpacking TOML-Parser-0.90.tar.gz +OK +TOML-Parser-0.90/Build.PL +TOML-Parser-0.90/Changes +TOML-Parser-0.90/LICENSE +TOML-Parser-0.90/META.json +TOML-Parser-0.90/README.md +TOML-Parser-0.90/author/benchmark.pl +TOML-Parser-0.90/author/extract-toml.sh +TOML-Parser-0.90/author/test-case-maker.pl +TOML-Parser-0.90/cpanfile +TOML-Parser-0.90/lib/TOML/Parser.pm +TOML-Parser-0.90/lib/TOML/Parser/Tokenizer.pm +TOML-Parser-0.90/lib/TOML/Parser/Tokenizer/Strict.pm +TOML-Parser-0.90/lib/TOML/Parser/Util.pm +TOML-Parser-0.90/minil.toml +TOML-Parser-0.90/t/000_compile.t +TOML-Parser-0.90/t/001_parser/broken.t +TOML-Parser-0.90/t/001_parser/comma_at_last_of_array.t +TOML-Parser-0.90/t/001_parser/dot_in_key.t +TOML-Parser-0.90/t/001_parser/duplicate_key.t +TOML-Parser-0.90/t/001_parser/empty_array.t +TOML-Parser-0.90/t/001_parser/empty_comment.t +TOML-Parser-0.90/t/001_parser/empty_string.t +TOML-Parser-0.90/t/001_parser/equal_in_key_with_no_spaces.t +TOML-Parser-0.90/t/001_parser/escape.t +TOML-Parser-0.90/t/001_parser/example.t +TOML-Parser-0.90/t/001_parser/example_fruit.t +TOML-Parser-0.90/t/001_parser/float.t +TOML-Parser-0.90/t/001_parser/hard_example.t +TOML-Parser-0.90/t/001_parser/inline_table.t +TOML-Parser-0.90/t/001_parser/integer.t +TOML-Parser-0.90/t/001_parser/multi_line_string.t +TOML-Parser-0.90/t/001_parser/single_quote.t +TOML-Parser-0.90/t/001_parser/string_zero.t +TOML-Parser-0.90/t/001_parser/table.t +TOML-Parser-0.90/t/toml/comma_at_last_of_array.toml +TOML-Parser-0.90/t/toml/dot_in_key.toml +TOML-Parser-0.90/t/toml/empty_array.toml +TOML-Parser-0.90/t/toml/empty_comment.toml +TOML-Parser-0.90/t/toml/empty_string.toml +TOML-Parser-0.90/t/toml/example.toml +TOML-Parser-0.90/t/toml/example_fruit.toml +TOML-Parser-0.90/t/toml/float.toml +TOML-Parser-0.90/t/toml/hard_example.toml +TOML-Parser-0.90/t/toml/inline_table.toml +TOML-Parser-0.90/t/toml/integer.toml +TOML-Parser-0.90/t/toml/multi_line_string.toml +TOML-Parser-0.90/t/toml/single_quote.toml +TOML-Parser-0.90/t/toml/string_zero.toml +TOML-Parser-0.90/t/toml/table.toml +TOML-Parser-0.90/wercker.yml +TOML-Parser-0.90/META.yml +TOML-Parser-0.90/MANIFEST +Entering TOML-Parser-0.90 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring TOML-Parser-0.90 ... Creating new 'Build' script for 'TOML-Parser' version '0.90' +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Types::Serialiser 0 ... No +Checking if you have Test::Deep::Fuzzy 0 ... No +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Storable 2.38 ... Yes (2.64) +Searching Types::Serialiser (0) on cpanmetadb ... +OK +==> Found dependencies: Types::Serialiser, Test::Deep::Fuzzy +--2017-10-09 07:43:01-- http://cpanmetadb.plackperl.org/v1.0/package/Types::Serialiser +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 174 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 32.0M=0s + +2017-10-09 07:43:01 (32.0 MB/s) - written to stdout [174/174] + +--> Working on Types::Serialiser +Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz ... --2017-10-09 07:43:01-- http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 6238 (6.1K) [application/x-gzip] +Saving to: ‘Types-Serialiser-1.0.tar.gz’ + + 0K ...... 100% 754M=0s + +2017-10-09 07:43:01 (754 MB/s) - ‘Types-Serialiser-1.0.tar.gz’ saved [6238/6238] + +Unpacking Types-Serialiser-1.0.tar.gz +OK +Types-Serialiser-1.0/ +Types-Serialiser-1.0/Makefile.PL +Types-Serialiser-1.0/Serialiser.pm +Types-Serialiser-1.0/META.yml +Types-Serialiser-1.0/Changes +Types-Serialiser-1.0/META.json +Types-Serialiser-1.0/COPYING +Types-Serialiser-1.0/README +Types-Serialiser-1.0/t/ +Types-Serialiser-1.0/t/00_load.t +Types-Serialiser-1.0/t/51_types.t +Types-Serialiser-1.0/Serialiser/ +Types-Serialiser-1.0/Serialiser/Error.pm +Types-Serialiser-1.0/MANIFEST +Entering Types-Serialiser-1.0 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Types-Serialiser-1.0 ... Warning: prerequisite common::sense 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Types::Serialiser +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have common::sense 0 ... No +Searching common::sense (0) on cpanmetadb ... +OK +==> Found dependencies: common::sense +--2017-10-09 07:43:01-- http://cpanmetadb.plackperl.org/v1.0/package/common::sense +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 3.22M=0s + +2017-10-09 07:43:01 (3.22 MB/s) - written to stdout [99/99] + +--> Working on common::sense +Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz ... --2017-10-09 07:43:01-- http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13002 (13K) [application/x-gzip] +Saving to: ‘common-sense-3.74.tar.gz’ + + 0K .......... .. 100% 103M=0s + +2017-10-09 07:43:01 (103 MB/s) - ‘common-sense-3.74.tar.gz’ saved [13002/13002] + +Unpacking common-sense-3.74.tar.gz +OK +common-sense-3.74/ +common-sense-3.74/Makefile.PL +common-sense-3.74/sense.pm.PL +common-sense-3.74/META.yml +common-sense-3.74/Changes +common-sense-3.74/META.json +common-sense-3.74/LICENSE +common-sense-3.74/README +common-sense-3.74/t/ +common-sense-3.74/t/00_load.t +common-sense-3.74/t/01_arch.t +common-sense-3.74/sense.pod +common-sense-3.74/MANIFEST +Entering common-sense-3.74 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring common-sense-3.74 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for common::sense +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing common-sense-3.74 ... "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" sense.pm.PL sense.pm +cp sense.pm blib/arch/common/sense.pm +cp sense.pod blib/lib/common/sense.pod +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t .. ok +t/01_arch.t .. ok +All tests successful. +Files=2, Tests=2, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) +Result: PASS +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/common/sense.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/common/sense.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/common::sense.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed common-sense-3.74 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/common-sense-3.74/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/common-sense-3.74/MYMETA.json +Building and testing Types-Serialiser-1.0 ... cp Serialiser.pm blib/lib/Types/Serialiser.pm +cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t ... ok +t/51_types.t .. ok +All tests successful. +Files=2, Tests=21, 0 wallclock secs ( 0.01 usr + 0.01 sys = 0.02 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Types/Serialiser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Types/Serialiser/Error.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Types::Serialiser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Types::Serialiser::Error.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Types-Serialiser-1.0 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Types-Serialiser-1.0/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Types-Serialiser-1.0/MYMETA.json +Searching Test::Deep::Fuzzy (0) on cpanmetadb ... +--2017-10-09 07:43:03-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Deep::Fuzzy +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 139 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.7M=0s + +2017-10-09 07:43:03 (20.7 MB/s) - written to stdout [139/139] + +--> Working on Test::Deep::Fuzzy +Fetching http://www.cpan.org/authors/id/K/KA/KARUPA/Test-Deep-Fuzzy-0.01.tar.gz ... --2017-10-09 07:43:03-- http://www.cpan.org/authors/id/K/KA/KARUPA/Test-Deep-Fuzzy-0.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9843 (9.6K) [application/x-gzip] +Saving to: ‘Test-Deep-Fuzzy-0.01.tar.gz’ + + 0K ......... 100% 149M=0s + +2017-10-09 07:43:03 (149 MB/s) - ‘Test-Deep-Fuzzy-0.01.tar.gz’ saved [9843/9843] + +Unpacking Test-Deep-Fuzzy-0.01.tar.gz +OK +Test-Deep-Fuzzy-0.01/Build.PL +Test-Deep-Fuzzy-0.01/Changes +Test-Deep-Fuzzy-0.01/LICENSE +Test-Deep-Fuzzy-0.01/META.json +Test-Deep-Fuzzy-0.01/README.md +Test-Deep-Fuzzy-0.01/cpanfile +Test-Deep-Fuzzy-0.01/lib/Test/Deep/Fuzzy.pm +Test-Deep-Fuzzy-0.01/lib/Test/Deep/Fuzzy/Number.pm +Test-Deep-Fuzzy-0.01/minil.toml +Test-Deep-Fuzzy-0.01/t/00_compile.t +Test-Deep-Fuzzy-0.01/t/01_number.t +Test-Deep-Fuzzy-0.01/META.yml +Test-Deep-Fuzzy-0.01/MANIFEST +Entering Test-Deep-Fuzzy-0.01 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Test-Deep-Fuzzy-0.01 ... Creating new 'Build' script for 'Test-Deep-Fuzzy' version '0.01' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Deep::Cmp 0 ... Yes (undef) +Checking if you have Math::Round 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Searching Math::Round (0) on cpanmetadb ... +OK +==> Found dependencies: Math::Round +--2017-10-09 07:43:03-- http://cpanmetadb.plackperl.org/v1.0/package/Math::Round +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 94 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.6M=0s + +2017-10-09 07:43:03 (20.6 MB/s) - written to stdout [94/94] + +--> Working on Math::Round +Fetching http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-0.07.tar.gz ... --2017-10-09 07:43:03-- http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-0.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 5221 (5.1K) [application/x-gzip] +Saving to: ‘Math-Round-0.07.tar.gz’ + + 0K ..... 100% 580M=0s + +2017-10-09 07:43:03 (580 MB/s) - ‘Math-Round-0.07.tar.gz’ saved [5221/5221] + +Unpacking Math-Round-0.07.tar.gz +OK +Math-Round-0.07/ +Math-Round-0.07/MANIFEST +Math-Round-0.07/Makefile.PL +Math-Round-0.07/Changes +Math-Round-0.07/META.yml +Math-Round-0.07/test.pl +Math-Round-0.07/Round.pm +Math-Round-0.07/README +Entering Math-Round-0.07 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Math-Round-0.07 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Math::Round +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Math-Round-0.07 ... cp Round.pm blib/lib/Math/Round.pm +AutoSplitting blib/lib/Math/Round.pm (blib/lib/auto/Math/Round) +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iblib/lib" "-Iblib/arch" test.pl +1..11 +ok 1 +round............ok 2 +round_even.......ok 3 +round_odd........ok 4 +round_rand.......ok 5 +nearest..........ok 6 +nearest_ceil.....ok 7 +nearest_floor....ok 8 +nearest_rand.....ok 9 +nlowmult.........ok 10 +nhimult..........ok 11 +All tests successful. +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/Math/Round/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Math/Round.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Math::Round.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Math-Round-0.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Math-Round-0.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Math-Round-0.07/MYMETA.json +Building and testing Test-Deep-Fuzzy-0.01 ... cp lib/Test/Deep/Fuzzy/Number.pm blib/lib/Test/Deep/Fuzzy/Number.pm +cp lib/Test/Deep/Fuzzy.pm blib/lib/Test/Deep/Fuzzy.pm +t/00_compile.t .. ok +t/01_number.t ... ok +All tests successful. +Files=2, Tests=12, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr 0.03 csys = 0.18 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Fuzzy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Deep/Fuzzy/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Deep::Fuzzy.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Deep::Fuzzy::Number.3 +OK +Successfully installed Test-Deep-Fuzzy-0.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Deep-Fuzzy-0.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Deep-Fuzzy-0.01/MYMETA.json +Building and testing TOML-Parser-0.90 ... cp lib/TOML/Parser/Tokenizer.pm blib/lib/TOML/Parser/Tokenizer.pm +cp lib/TOML/Parser/Tokenizer/Strict.pm blib/lib/TOML/Parser/Tokenizer/Strict.pm +cp lib/TOML/Parser.pm blib/lib/TOML/Parser.pm +cp lib/TOML/Parser/Util.pm blib/lib/TOML/Parser/Util.pm +t/000_compile.t ............................. ok +t/001_parser/broken.t ....................... ok +t/001_parser/comma_at_last_of_array.t ....... ok +t/001_parser/dot_in_key.t ................... ok +t/001_parser/duplicate_key.t ................ ok +t/001_parser/empty_array.t .................. ok +t/001_parser/empty_comment.t ................ ok +t/001_parser/empty_string.t ................. ok +t/001_parser/equal_in_key_with_no_spaces.t .. ok +t/001_parser/escape.t ....................... ok +t/001_parser/example.t ...................... ok +t/001_parser/example_fruit.t ................ ok +t/001_parser/float.t ........................ ok +t/001_parser/hard_example.t ................. ok +t/001_parser/inline_table.t ................. ok +t/001_parser/integer.t ...................... ok +t/001_parser/multi_line_string.t ............ ok +t/001_parser/single_quote.t ................. ok +t/001_parser/string_zero.t .................. ok +t/001_parser/table.t ........................ ok +All tests successful. +Files=20, Tests=59, 1 wallclock secs ( 0.07 usr 0.03 sys + 1.42 cusr 0.18 csys = 1.70 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/TOML/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/TOML/Parser/Tokenizer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/TOML/Parser/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/TOML/Parser/Tokenizer/Strict.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TOML::Parser::Tokenizer::Strict.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TOML::Parser::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TOML::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TOML::Parser::Tokenizer.3 +OK +Successfully installed TOML-Parser-0.90 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TOML-Parser-0.90/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TOML-Parser-0.90/MYMETA.json +Building and testing TOML-0.97 ... cp lib/TOML.pm blib/lib/TOML.pm +t/reparse.t .. ok +t/to_toml.t .. ok +All tests successful. +Files=2, Tests=22, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.15 cusr 0.01 csys = 0.19 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/TOML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/TOML.3 +OK +Successfully installed TOML-0.97 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TOML-0.97/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/TOML-0.97/MYMETA.json +Searching Permute::Named::Iter (0) on cpanmetadb ... +--2017-10-09 07:43:07-- http://cpanmetadb.plackperl.org/v1.0/package/Permute::Named::Iter +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 113 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.5M=0s + +2017-10-09 07:43:07 (22.5 MB/s) - written to stdout [113/113] + +--> Working on Permute::Named::Iter +Fetching http://www.cpan.org/authors/id/P/PE/PERLANCAR/Permute-Named-Iter-0.04.tar.gz ... --2017-10-09 07:43:07-- http://www.cpan.org/authors/id/P/PE/PERLANCAR/Permute-Named-Iter-0.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15044 (15K) [application/x-gzip] +Saving to: ‘Permute-Named-Iter-0.04.tar.gz’ + + 0K .......... .... 100% 21.1M=0.001s + +2017-10-09 07:43:07 (21.1 MB/s) - ‘Permute-Named-Iter-0.04.tar.gz’ saved [15044/15044] + +Unpacking Permute-Named-Iter-0.04.tar.gz +OK +Permute-Named-Iter-0.04/ +Permute-Named-Iter-0.04/META.json +Permute-Named-Iter-0.04/LICENSE +Permute-Named-Iter-0.04/Changes +Permute-Named-Iter-0.04/META.yml +Permute-Named-Iter-0.04/Makefile.PL +Permute-Named-Iter-0.04/t/ +Permute-Named-Iter-0.04/t/author-pod-coverage.t +Permute-Named-Iter-0.04/t/01-basic.t +Permute-Named-Iter-0.04/t/author-pod-syntax.t +Permute-Named-Iter-0.04/t/00-compile.t +Permute-Named-Iter-0.04/Changes.new +Permute-Named-Iter-0.04/README +Permute-Named-Iter-0.04/dist.ini +Permute-Named-Iter-0.04/lib/ +Permute-Named-Iter-0.04/lib/Permute/ +Permute-Named-Iter-0.04/lib/Permute/Named/ +Permute-Named-Iter-0.04/lib/Permute/Named/Iter.pm +Permute-Named-Iter-0.04/MANIFEST +Permute-Named-Iter-0.04/weaver.ini +Entering Permute-Named-Iter-0.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Permute-Named-Iter-0.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Permute::Named::Iter +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Permute-Named-Iter-0.04 ... cp lib/Permute/Named/Iter.pm blib/lib/Permute/Named/Iter.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ........... ok +t/01-basic.t ............. ok +t/author-pod-coverage.t .. skipped: these tests are for testing by the author +t/author-pod-syntax.t .... skipped: these tests are for testing by the author +All tests successful. +Files=4, Tests=4, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.23 cusr 0.02 csys = 0.28 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Permute/Named/Iter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Permute::Named::Iter.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Permute-Named-Iter-0.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Permute-Named-Iter-0.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Permute-Named-Iter-0.04/MYMETA.json +Searching Unix::Mknod (0) on cpanmetadb ... +--2017-10-09 07:43:08-- http://cpanmetadb.plackperl.org/v1.0/package/Unix::Mknod +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.1M=0s + +2017-10-09 07:43:09 (20.1 MB/s) - written to stdout [93/93] + +--> Working on Unix::Mknod +Fetching http://www.cpan.org/authors/id/P/PI/PIRZYK/Unix-Mknod-0.04.tar.gz ... --2017-10-09 07:43:09-- http://www.cpan.org/authors/id/P/PI/PIRZYK/Unix-Mknod-0.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4682 (4.6K) [application/x-gzip] +Saving to: ‘Unix-Mknod-0.04.tar.gz’ + + 0K .... 100% 543M=0s + +2017-10-09 07:43:09 (543 MB/s) - ‘Unix-Mknod-0.04.tar.gz’ saved [4682/4682] + +Unpacking Unix-Mknod-0.04.tar.gz +OK +Unix-Mknod-0.04/ +Unix-Mknod-0.04/Changes +Unix-Mknod-0.04/MANIFEST +Unix-Mknod-0.04/META.yml +Unix-Mknod-0.04/Makefile.PL +Unix-Mknod-0.04/Mknod.xs +Unix-Mknod-0.04/README +Unix-Mknod-0.04/lib/ +Unix-Mknod-0.04/lib/Unix/ +Unix-Mknod-0.04/lib/Unix/Mknod.pm +Unix-Mknod-0.04/t/ +Unix-Mknod-0.04/t/Unix-Mknod.t +Unix-Mknod-0.04/typemap +Entering Unix-Mknod-0.04 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring Unix-Mknod-0.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Unix::Mknod +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Unix-Mknod-0.04 ... cp lib/Unix/Mknod.pm blib/lib/Unix/Mknod.pm +Running Mkbootstrap for Mknod () +chmod 644 "Mknod.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mknod.bs blib/arch/auto/Unix/Mknod/Mknod.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Unix-Mknod-0.04/typemap' Mknod.xs > Mknod.xsc +mv Mknod.xsc Mknod.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Mknod.c +rm -f blib/arch/auto/Unix/Mknod/Mknod.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Mknod.o -o blib/arch/auto/Unix/Mknod/Mknod.so \ + \ + +chmod 755 blib/arch/auto/Unix/Mknod/Mknod.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mknod.bs blib/arch/auto/Unix/Mknod/Mknod.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/Unix-Mknod.t .. ok +All tests successful. +Files=1, Tests=11, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mknod.bs blib/arch/auto/Unix/Mknod/Mknod.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Unix/Mknod/Mknod.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Unix/Mknod.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Unix::Mknod.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Unix-Mknod-0.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Unix-Mknod-0.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Unix-Mknod-0.04/MYMETA.json +Already tried Sys::Linux::Namespace. Skipping. +Searching IO::Async::Function (0) on cpanmetadb ... +--2017-10-09 07:43:10-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Async::Function +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1032 (1.0K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 161M=0s + +2017-10-09 07:43:10 (161 MB/s) - written to stdout [1032/1032] + +--> Working on IO::Async::Function +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Async-0.71.tar.gz ... --2017-10-09 07:43:10-- http://www.cpan.org/authors/id/P/PE/PEVANS/IO-Async-0.71.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 236256 (231K) [application/x-gzip] +Saving to: ‘IO-Async-0.71.tar.gz’ + + 0K .......... .......... .......... .......... .......... 21% 24.5M 0s + 50K .......... .......... .......... .......... .......... 43% 49.5M 0s + 100K .......... .......... .......... .......... .......... 65% 25.0M 0s + 150K .......... .......... .......... .......... .......... 86% 44.8M 0s + 200K .......... .......... .......... 100% 31.5M=0.007s + +2017-10-09 07:43:10 (32.3 MB/s) - ‘IO-Async-0.71.tar.gz’ saved [236256/236256] + +Unpacking IO-Async-0.71.tar.gz +OK +IO-Async-0.71 +IO-Async-0.71/Build.PL +IO-Async-0.71/Changes +IO-Async-0.71/LICENSE +IO-Async-0.71/MANIFEST +IO-Async-0.71/META.json +IO-Async-0.71/META.yml +IO-Async-0.71/Makefile.PL +IO-Async-0.71/README +IO-Async-0.71/examples +IO-Async-0.71/examples/chat-server.pl +IO-Async-0.71/examples/echo-server.pl +IO-Async-0.71/examples/netcat-client.pl +IO-Async-0.71/examples/readwrite-futures.pl +IO-Async-0.71/examples/tail-logfile.pl +IO-Async-0.71/examples/tcp-proxy.pl +IO-Async-0.71/examples/whoami-server.pl +IO-Async-0.71/lib +IO-Async-0.71/lib/IO +IO-Async-0.71/lib/IO/Async.pm +IO-Async-0.71/lib/IO/Async +IO-Async-0.71/lib/IO/Async/Channel.pm +IO-Async-0.71/lib/IO/Async/ChildManager.pm +IO-Async-0.71/lib/IO/Async/Debug.pm +IO-Async-0.71/lib/IO/Async/File.pm +IO-Async-0.71/lib/IO/Async/FileStream.pm +IO-Async-0.71/lib/IO/Async/Function.pm +IO-Async-0.71/lib/IO/Async/Future.pm +IO-Async-0.71/lib/IO/Async/Handle.pm +IO-Async-0.71/lib/IO/Async/Listener.pm +IO-Async-0.71/lib/IO/Async/Loop.pm +IO-Async-0.71/lib/IO/Async/LoopTests.pm +IO-Async-0.71/lib/IO/Async/Notifier.pm +IO-Async-0.71/lib/IO/Async/OS.pm +IO-Async-0.71/lib/IO/Async/PID.pm +IO-Async-0.71/lib/IO/Async/Process.pm +IO-Async-0.71/lib/IO/Async/Protocol.pm +IO-Async-0.71/lib/IO/Async/Resolver.pm +IO-Async-0.71/lib/IO/Async/Routine.pm +IO-Async-0.71/lib/IO/Async/Signal.pm +IO-Async-0.71/lib/IO/Async/Socket.pm +IO-Async-0.71/lib/IO/Async/Stream.pm +IO-Async-0.71/lib/IO/Async/Test.pm +IO-Async-0.71/lib/IO/Async/Timer.pm +IO-Async-0.71/lib/IO/Async/Internals +IO-Async-0.71/lib/IO/Async/Internals/Connector.pm +IO-Async-0.71/lib/IO/Async/Internals/TimeQueue.pm +IO-Async-0.71/lib/IO/Async/Loop +IO-Async-0.71/lib/IO/Async/Loop/Poll.pm +IO-Async-0.71/lib/IO/Async/Loop/Select.pm +IO-Async-0.71/lib/IO/Async/OS +IO-Async-0.71/lib/IO/Async/OS/MSWin32.pm +IO-Async-0.71/lib/IO/Async/OS/cygwin.pm +IO-Async-0.71/lib/IO/Async/OS/linux.pm +IO-Async-0.71/lib/IO/Async/Protocol +IO-Async-0.71/lib/IO/Async/Protocol/LineStream.pm +IO-Async-0.71/lib/IO/Async/Protocol/Stream.pm +IO-Async-0.71/lib/IO/Async/Timer +IO-Async-0.71/lib/IO/Async/Timer/Absolute.pm +IO-Async-0.71/lib/IO/Async/Timer/Countdown.pm +IO-Async-0.71/lib/IO/Async/Timer/Periodic.pm +IO-Async-0.71/t +IO-Async-0.71/t/00use.t +IO-Async-0.71/t/01timequeue.t +IO-Async-0.71/t/02os.t +IO-Async-0.71/t/03loop-magic.t +IO-Async-0.71/t/04notifier.t +IO-Async-0.71/t/05notifier-loop.t +IO-Async-0.71/t/06notifier-mixin.t +IO-Async-0.71/t/07notifier-future.t +IO-Async-0.71/t/10loop-poll-io.t +IO-Async-0.71/t/10loop-select-io.t +IO-Async-0.71/t/11loop-poll-timer.t +IO-Async-0.71/t/11loop-select-timer.t +IO-Async-0.71/t/12loop-poll-signal.t +IO-Async-0.71/t/12loop-select-signal.t +IO-Async-0.71/t/13loop-poll-idle.t +IO-Async-0.71/t/13loop-select-idle.t +IO-Async-0.71/t/14loop-poll-child.t +IO-Async-0.71/t/14loop-select-child.t +IO-Async-0.71/t/15loop-poll-control.t +IO-Async-0.71/t/15loop-select-control.t +IO-Async-0.71/t/18loop-poll-legacy.t +IO-Async-0.71/t/18loop-select-legacy.t +IO-Async-0.71/t/19loop-future.t +IO-Async-0.71/t/19test.t +IO-Async-0.71/t/20handle.t +IO-Async-0.71/t/21stream-1read.t +IO-Async-0.71/t/21stream-2write.t +IO-Async-0.71/t/21stream-3split.t +IO-Async-0.71/t/21stream-4encoding.t +IO-Async-0.71/t/22timer-absolute.t +IO-Async-0.71/t/22timer-countdown.t +IO-Async-0.71/t/22timer-periodic.t +IO-Async-0.71/t/23signal.t +IO-Async-0.71/t/24listener.t +IO-Async-0.71/t/25socket.t +IO-Async-0.71/t/26pid.t +IO-Async-0.71/t/27file.t +IO-Async-0.71/t/28filestream.t +IO-Async-0.71/t/30loop-fork.t +IO-Async-0.71/t/31loop-spawnchild.t +IO-Async-0.71/t/32loop-spawnchild-setup.t +IO-Async-0.71/t/33process.t +IO-Async-0.71/t/34process-handles.t +IO-Async-0.71/t/35loop-openchild.t +IO-Async-0.71/t/36loop-runchild.t +IO-Async-0.71/t/37loop-child-root.t +IO-Async-0.71/t/38loop-thread.t +IO-Async-0.71/t/40channel.t +IO-Async-0.71/t/41routine.t +IO-Async-0.71/t/42function.t +IO-Async-0.71/t/50resolver.t +IO-Async-0.71/t/51loop-connect.t +IO-Async-0.71/t/52loop-listen.t +IO-Async-0.71/t/53loop-extend.t +IO-Async-0.71/t/60protocol.t +IO-Async-0.71/t/61protocol-stream.t +IO-Async-0.71/t/62protocol-linestream.t +IO-Async-0.71/t/63handle-connect.t +IO-Async-0.71/t/64handle-bind.t +IO-Async-0.71/t/99pod.t +IO-Async-0.71/t/StupidLoop.pm +IO-Async-0.71/t/TimeAbout.pm +Entering IO-Async-0.71 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring IO-Async-0.71 ... Checking prerequisites... + requires: + ! Struct::Dumb is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'IO-Async' version '0.71' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Refcount 0 ... Yes (0.08) +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Future::Utils 0.18 ... Yes (0.35) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have IO::Poll 0 ... Yes (0.10) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Socket 2.007 ... Yes (2.020_03) +Checking if you have Struct::Dumb 0 ... No +Checking if you have Test::Identity 0 ... Yes (0.01) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Future 0.33 ... Yes (0.35) +Checking if you have File::stat 0 ... Yes (1.07) +Searching Struct::Dumb (0) on cpanmetadb ... +OK +==> Found dependencies: Struct::Dumb +--2017-10-09 07:43:10-- http://cpanmetadb.plackperl.org/v1.0/package/Struct::Dumb +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.7M=0s + +2017-10-09 07:43:10 (15.7 MB/s) - written to stdout [95/95] + +--> Working on Struct::Dumb +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Struct-Dumb-0.09.tar.gz ... --2017-10-09 07:43:10-- http://www.cpan.org/authors/id/P/PE/PEVANS/Struct-Dumb-0.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16084 (16K) [application/x-gzip] +Saving to: ‘Struct-Dumb-0.09.tar.gz’ + + 0K .......... ..... 100% 20.0M=0.001s + +2017-10-09 07:43:10 (20.0 MB/s) - ‘Struct-Dumb-0.09.tar.gz’ saved [16084/16084] + +Unpacking Struct-Dumb-0.09.tar.gz +OK +Struct-Dumb-0.09 +Struct-Dumb-0.09/Build.PL +Struct-Dumb-0.09/Changes +Struct-Dumb-0.09/LICENSE +Struct-Dumb-0.09/MANIFEST +Struct-Dumb-0.09/META.json +Struct-Dumb-0.09/META.yml +Struct-Dumb-0.09/Makefile.PL +Struct-Dumb-0.09/README +Struct-Dumb-0.09/lib +Struct-Dumb-0.09/lib/Struct +Struct-Dumb-0.09/lib/Struct/Dumb.pm +Struct-Dumb-0.09/t +Struct-Dumb-0.09/t/00use.t +Struct-Dumb-0.09/t/01point.t +Struct-Dumb-0.09/t/02scope.t +Struct-Dumb-0.09/t/03readonly.t +Struct-Dumb-0.09/t/04named.t +Struct-Dumb-0.09/t/05predicate.t +Struct-Dumb-0.09/t/99pod.t +Entering Struct-Dumb-0.09 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Struct-Dumb-0.09 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Struct-Dumb' version '0.09' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Struct-Dumb-0.09 ... Building Struct-Dumb +t/00use.t ........ ok +t/01point.t ...... ok +t/02scope.t ...... ok +t/03readonly.t ... ok +t/04named.t ...... ok +t/05predicate.t .. ok +t/99pod.t ........ ok +All tests successful. +Files=7, Tests=27, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.44 cusr 0.03 csys = 0.51 CPU) +Result: PASS +Building Struct-Dumb +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Struct/Dumb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Struct::Dumb.3 +OK +Successfully installed Struct-Dumb-0.09 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Struct-Dumb-0.09/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Struct-Dumb-0.09/MYMETA.json +Building and testing IO-Async-0.71 ... Building IO-Async +t/00use.t .................... ok +t/01timequeue.t .............. ok +t/02os.t ..................... ok +t/03loop-magic.t ............. ok +t/04notifier.t ............... ok +t/05notifier-loop.t .......... ok +t/06notifier-mixin.t ......... ok +t/07notifier-future.t ........ ok +t/10loop-poll-io.t ........... ok +t/10loop-select-io.t ......... ok +t/11loop-poll-timer.t ........ ok +t/11loop-select-timer.t ...... ok +t/12loop-poll-signal.t ....... ok +t/12loop-select-signal.t ..... ok +t/13loop-poll-idle.t ......... ok +t/13loop-select-idle.t ....... ok +t/14loop-poll-child.t ........ ok +t/14loop-select-child.t ...... ok +t/15loop-poll-control.t ...... ok +t/15loop-select-control.t .... ok +t/18loop-poll-legacy.t ....... ok +t/18loop-select-legacy.t ..... ok +t/19loop-future.t ............ ok +t/19test.t ................... ok +t/20handle.t ................. ok +t/21stream-1read.t ........... ok +t/21stream-2write.t .......... ok +t/21stream-3split.t .......... ok +t/21stream-4encoding.t ....... ok +t/22timer-absolute.t ......... ok +t/22timer-countdown.t ........ ok +t/22timer-periodic.t ......... ok +t/23signal.t ................. ok +t/24listener.t ............... ok +t/25socket.t ................. ok +t/26pid.t .................... ok +t/27file.t ................... ok +t/28filestream.t ............. ok +t/30loop-fork.t .............. ok +t/31loop-spawnchild.t ........ ok +t/32loop-spawnchild-setup.t .. ok +t/33process.t ................ ok +t/34process-handles.t ........ ok +t/35loop-openchild.t ......... ok +t/36loop-runchild.t .......... ok +t/37loop-child-root.t ........ skipped: not root +t/38loop-thread.t ............ skipped: Threads are not available +t/40channel.t ................ ok +t/41routine.t ................ ok +Warning: unable to close filehandle $wr properly: Bad file descriptor during global destruction. +Warning: unable to close filehandle $wr properly: Bad file descriptor during global destruction. +Warning: unable to close filehandle $out properly: Bad file descriptor during global destruction. +Warning: unable to close filehandle $out properly: Bad file descriptor during global destruction. +Warning: unable to close filehandle properly: Bad file descriptor during global destruction. +Warning: unable to close filehandle properly: Bad file descriptor during global destruction. +t/42function.t ............... ok +t/50resolver.t ............... ok +t/51loop-connect.t ........... ok +t/52loop-listen.t ............ ok +t/53loop-extend.t ............ ok +t/60protocol.t ............... ok +t/61protocol-stream.t ........ ok +t/62protocol-linestream.t .... ok +t/63handle-connect.t ......... ok +t/64handle-bind.t ............ ok +t/99pod.t .................... ok +All tests successful. +Files=60, Tests=1603, 103 wallclock secs ( 0.35 usr 0.10 sys + 6.78 cusr 1.21 csys = 8.44 CPU) +Result: PASS +Building IO-Async +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Listener.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/ChildManager.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/LoopTests.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/OS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Test.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Notifier.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/PID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Resolver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Handle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Future.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Signal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Debug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Timer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Socket.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Process.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Protocol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Routine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Function.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/FileStream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Channel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Loop.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Loop/Poll.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Loop/Select.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Timer/Countdown.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Timer/Periodic.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Timer/Absolute.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Protocol/Stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Protocol/LineStream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Internals/TimeQueue.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/Internals/Connector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/OS/linux.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/OS/MSWin32.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/IO/Async/OS/cygwin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Handle.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Channel.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Timer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Loop::Select.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::OS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Socket.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Notifier.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::PID.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Process.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Future.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Protocol::Stream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Loop::Poll.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Function.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Signal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::OS::MSWin32.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::ChildManager.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Test.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::LoopTests.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Timer::Countdown.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Routine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Loop.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::FileStream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Debug.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Protocol::LineStream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Timer::Periodic.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Protocol.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::OS::cygwin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::OS::linux.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Timer::Absolute.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Listener.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/IO::Async::Resolver.3 +OK +Successfully installed IO-Async-0.71 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Async-0.71/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/IO-Async-0.71/MYMETA.json +Already tried Moo. Skipping. +Searching IO::Async::Loop (0) on cpanmetadb ... +--2017-10-09 07:44:56-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Async::Loop +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1032 (1.0K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 171M=0s + +2017-10-09 07:44:56 (171 MB/s) - written to stdout [1032/1032] + +Already tried IO-Async-0.71. Skipping. +! Installing the dependencies failed: Module 'Sys::Linux::Mount' is not installed, Module 'Sys::Linux::Namespace' is not installed, Module 'Moo' is not installed +! Bailing out the installation for App-EvalServerAdvanced-0.020. +Searching DBD::SQLite::BundledExtensions (0) on cpanmetadb ... +--2017-10-09 07:44:56-- http://cpanmetadb.plackperl.org/v1.0/package/DBD::SQLite::BundledExtensions +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 186 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 35.9M=0s + +2017-10-09 07:44:56 (35.9 MB/s) - written to stdout [186/186] + +--> Working on DBD::SQLite::BundledExtensions +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/Alien-DBD-SQLite-BundledExtensions-0.001.tar.gz ... --2017-10-09 07:44:56-- http://www.cpan.org/authors/id/S/SI/SIMCOP/Alien-DBD-SQLite-BundledExtensions-0.001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9355490 (8.9M) [application/x-gzip] +Saving to: ‘Alien-DBD-SQLite-BundledExtensions-0.001.tar.gz’ + + 0K .......... .......... .......... .......... .......... 0% 10.9M 1s + 50K .......... .......... .......... .......... .......... 1% 48.8M 0s + 100K .......... .......... .......... .......... .......... 1% 22.5M 0s + 150K .......... .......... .......... .......... .......... 2% 22.8M 0s + 200K .......... .......... .......... .......... .......... 2% 39.2M 0s + 250K .......... .......... .......... .......... .......... 3% 37.7M 0s + 300K .......... .......... .......... .......... .......... 3% 40.6M 0s + 350K .......... .......... .......... .......... .......... 4% 39.2M 0s + 400K .......... .......... .......... .......... .......... 4% 22.4M 0s + 450K .......... .......... .......... .......... .......... 5% 42.0M 0s + 500K .......... .......... .......... .......... .......... 6% 43.1M 0s + 550K .......... .......... .......... .......... .......... 6% 227M 0s + 600K .......... .......... .......... .......... .......... 7% 41.7M 0s + 650K .......... .......... .......... .......... .......... 7% 40.6M 0s + 700K .......... .......... .......... .......... .......... 8% 39.9M 0s + 750K .......... .......... .......... .......... .......... 8% 40.2M 0s + 800K .......... .......... .......... .......... .......... 9% 38.5M 0s + 850K .......... .......... .......... .......... .......... 9% 246M 0s + 900K .......... .......... .......... .......... .......... 10% 40.4M 0s + 950K .......... .......... .......... .......... .......... 10% 39.7M 0s + 1000K .......... .......... .......... .......... .......... 11% 202M 0s + 1050K .......... .......... .......... .......... .......... 12% 42.5M 0s + 1100K .......... .......... .......... .......... .......... 12% 59.1M 0s + 1150K .......... .......... .......... .......... .......... 13% 93.9M 0s + 1200K .......... .......... .......... .......... .......... 13% 38.1M 0s + 1250K .......... .......... .......... .......... .......... 14% 204M 0s + 1300K .......... .......... .......... .......... .......... 14% 39.2M 0s + 1350K .......... .......... .......... .......... .......... 15% 268M 0s + 1400K .......... .......... .......... .......... .......... 15% 40.6M 0s + 1450K .......... .......... .......... .......... .......... 16% 216M 0s + 1500K .......... .......... .......... .......... .......... 16% 40.5M 0s + 1550K .......... .......... .......... .......... .......... 17% 218M 0s + 1600K .......... .......... .......... .......... .......... 18% 43.4M 0s + 1650K .......... .......... .......... .......... .......... 18% 256M 0s + 1700K .......... .......... .......... .......... .......... 19% 39.3M 0s + 1750K .......... .......... .......... .......... .......... 19% 235M 0s + 1800K .......... .......... .......... .......... .......... 20% 42.7M 0s + 1850K .......... .......... .......... .......... .......... 20% 230M 0s + 1900K .......... .......... .......... .......... .......... 21% 40.4M 0s + 1950K .......... .......... .......... .......... .......... 21% 162M 0s + 2000K .......... .......... .......... .......... .......... 22% 187M 0s + 2050K .......... .......... .......... .......... .......... 22% 46.2M 0s + 2100K .......... .......... .......... .......... .......... 23% 258M 0s + 2150K .......... .......... .......... .......... .......... 24% 53.5M 0s + 2200K .......... .......... .......... .......... .......... 24% 99.7M 0s + 2250K .......... .......... .......... .......... .......... 25% 162M 0s + 2300K .......... .......... .......... .......... .......... 25% 41.1M 0s + 2350K .......... .......... .......... .......... .......... 26% 153M 0s + 2400K .......... .......... .......... .......... .......... 26% 208M 0s + 2450K .......... .......... .......... .......... .......... 27% 40.5M 0s + 2500K .......... .......... .......... .......... .......... 27% 260M 0s + 2550K .......... .......... .......... .......... .......... 28% 183M 0s + 2600K .......... .......... .......... .......... .......... 29% 113M 0s + 2650K .......... .......... .......... .......... .......... 29% 49.6M 0s + 2700K .......... .......... .......... .......... .......... 30% 216M 0s + 2750K .......... .......... .......... .......... .......... 30% 253M 0s + 2800K .......... .......... .......... .......... .......... 31% 50.9M 0s + 2850K .......... .......... .......... .......... .......... 31% 162M 0s + 2900K .......... .......... .......... .......... .......... 32% 278M 0s + 2950K .......... .......... .......... .......... .......... 32% 89.7M 0s + 3000K .......... .......... .......... .......... .......... 33% 68.9M 0s + 3050K .......... .......... .......... .......... .......... 33% 156M 0s + 3100K .......... .......... .......... .......... .......... 34% 270M 0s + 3150K .......... .......... .......... .......... .......... 35% 33.2M 0s + 3200K .......... .......... .......... .......... .......... 35% 175M 0s + 3250K .......... .......... .......... .......... .......... 36% 271M 0s + 3300K .......... .......... .......... .......... .......... 36% 41.0M 0s + 3350K .......... .......... .......... .......... .......... 37% 186M 0s + 3400K .......... .......... .......... .......... .......... 37% 274M 0s + 3450K .......... .......... .......... .......... .......... 38% 191M 0s + 3500K .......... .......... .......... .......... .......... 38% 45.7M 0s + 3550K .......... .......... .......... .......... .......... 39% 208M 0s + 3600K .......... .......... .......... .......... .......... 39% 261M 0s + 3650K .......... .......... .......... .......... .......... 40% 194M 0s + 3700K .......... .......... .......... .......... .......... 41% 156M 0s + 3750K .......... .......... .......... .......... .......... 41% 55.5M 0s + 3800K .......... .......... .......... .......... .......... 42% 202M 0s + 3850K .......... .......... .......... .......... .......... 42% 223M 0s + 3900K .......... .......... .......... .......... .......... 43% 168M 0s + 3950K .......... .......... .......... .......... .......... 43% 35.1M 0s + 4000K .......... .......... .......... .......... .......... 44% 259M 0s + 4050K .......... .......... .......... .......... .......... 44% 276M 0s + 4100K .......... .......... .......... .......... .......... 45% 160M 0s + 4150K .......... .......... .......... .......... .......... 45% 254M 0s + 4200K .......... .......... .......... .......... .......... 46% 44.9M 0s + 4250K .......... .......... .......... .......... .......... 47% 216M 0s + 4300K .......... .......... .......... .......... .......... 47% 278M 0s + 4350K .......... .......... .......... .......... .......... 48% 166M 0s + 4400K .......... .......... .......... .......... .......... 48% 257M 0s + 4450K .......... .......... .......... .......... .......... 49% 43.1M 0s + 4500K .......... .......... .......... .......... .......... 49% 225M 0s + 4550K .......... .......... .......... .......... .......... 50% 276M 0s + 4600K .......... .......... .......... .......... .......... 50% 164M 0s + 4650K .......... .......... .......... .......... .......... 51% 280M 0s + 4700K .......... .......... .......... .......... .......... 51% 45.1M 0s + 4750K .......... .......... .......... .......... .......... 52% 273M 0s + 4800K .......... .......... .......... .......... .......... 53% 225M 0s + 4850K .......... .......... .......... .......... .......... 53% 213M 0s + 4900K .......... .......... .......... .......... .......... 54% 236M 0s + 4950K .......... .......... .......... .......... .......... 54% 38.5M 0s + 5000K .......... .......... .......... .......... .......... 55% 261M 0s + 5050K .......... .......... .......... .......... .......... 55% 228M 0s + 5100K .......... .......... .......... .......... .......... 56% 226M 0s + 5150K .......... .......... .......... .......... .......... 56% 132M 0s + 5200K .......... .......... .......... .......... .......... 57% 221M 0s + 5250K .......... .......... .......... .......... .......... 58% 84.4M 0s + 5300K .......... .......... .......... .......... .......... 58% 106M 0s + 5350K .......... .......... .......... .......... .......... 59% 156M 0s + 5400K .......... .......... .......... .......... .......... 59% 273M 0s + 5450K .......... .......... .......... .......... .......... 60% 182M 0s + 5500K .......... .......... .......... .......... .......... 60% 45.2M 0s + 5550K .......... .......... .......... .......... .......... 61% 92.6M 0s + 5600K .......... .......... .......... .......... .......... 61% 216M 0s + 5650K .......... .......... .......... .......... .......... 62% 209M 0s + 5700K .......... .......... .......... .......... .......... 62% 116M 0s + 5750K .......... .......... .......... .......... .......... 63% 276M 0s + 5800K .......... .......... .......... .......... .......... 64% 209M 0s + 5850K .......... .......... .......... .......... .......... 64% 198M 0s + 5900K .......... .......... .......... .......... .......... 65% 60.4M 0s + 5950K .......... .......... .......... .......... .......... 65% 187M 0s + 6000K .......... .......... .......... .......... .......... 66% 218M 0s + 6050K .......... .......... .......... .......... .......... 66% 102M 0s + 6100K .......... .......... .......... .......... .......... 67% 257M 0s + 6150K .......... .......... .......... .......... .......... 67% 112M 0s + 6200K .......... .......... .......... .......... .......... 68% 105M 0s + 6250K .......... .......... .......... .......... .......... 68% 266M 0s + 6300K .......... .......... .......... .......... .......... 69% 276M 0s + 6350K .......... .......... .......... .......... .......... 70% 79.7M 0s + 6400K .......... .......... .......... .......... .......... 70% 196M 0s + 6450K .......... .......... .......... .......... .......... 71% 84.2M 0s + 6500K .......... .......... .......... .......... .......... 71% 82.7M 0s + 6550K .......... .......... .......... .......... .......... 72% 69.9M 0s + 6600K .......... .......... .......... .......... .......... 72% 184M 0s + 6650K .......... .......... .......... .......... .......... 73% 71.0M 0s + 6700K .......... .......... .......... .......... .......... 73% 78.5M 0s + 6750K .......... .......... .......... .......... .......... 74% 55.3M 0s + 6800K .......... .......... .......... .......... .......... 74% 89.6M 0s + 6850K .......... .......... .......... .......... .......... 75% 221M 0s + 6900K .......... .......... .......... .......... .......... 76% 60.1M 0s + 6950K .......... .......... .......... .......... .......... 76% 66.5M 0s + 7000K .......... .......... .......... .......... .......... 77% 56.7M 0s + 7050K .......... .......... .......... .......... .......... 77% 261M 0s + 7100K .......... .......... .......... .......... .......... 78% 66.3M 0s + 7150K .......... .......... .......... .......... .......... 78% 78.7M 0s + 7200K .......... .......... .......... .......... .......... 79% 53.4M 0s + 7250K .......... .......... .......... .......... .......... 79% 66.2M 0s + 7300K .......... .......... .......... .......... .......... 80% 208M 0s + 7350K .......... .......... .......... .......... .......... 80% 82.1M 0s + 7400K .......... .......... .......... .......... .......... 81% 56.6M 0s + 7450K .......... .......... .......... .......... .......... 82% 76.9M 0s + 7500K .......... .......... .......... .......... .......... 82% 141M 0s + 7550K .......... .......... .......... .......... .......... 83% 89.6M 0s + 7600K .......... .......... .......... .......... .......... 83% 78.4M 0s + 7650K .......... .......... .......... .......... .......... 84% 69.2M 0s + 7700K .......... .......... .......... .......... .......... 84% 66.2M 0s + 7750K .......... .......... .......... .......... .......... 85% 154M 0s + 7800K .......... .......... .......... .......... .......... 85% 79.6M 0s + 7850K .......... .......... .......... .......... .......... 86% 84.5M 0s + 7900K .......... .......... .......... .......... .......... 87% 48.4M 0s + 7950K .......... .......... .......... .......... .......... 87% 140M 0s + 8000K .......... .......... .......... .......... .......... 88% 90.3M 0s + 8050K .......... .......... .......... .......... .......... 88% 51.7M 0s + 8100K .......... .......... .......... .......... .......... 89% 66.6M 0s + 8150K .......... .......... .......... .......... .......... 89% 95.4M 0s + 8200K .......... .......... .......... .......... .......... 90% 202M 0s + 8250K .......... .......... .......... .......... .......... 90% 31.5M 0s + 8300K .......... .......... .......... .......... .......... 91% 65.9M 0s + 8350K .......... .......... .......... .......... .......... 91% 61.3M 0s + 8400K .......... .......... .......... .......... .......... 92% 92.6M 0s + 8450K .......... .......... .......... .......... .......... 93% 190M 0s + 8500K .......... .......... .......... .......... .......... 93% 53.4M 0s + 8550K .......... .......... .......... .......... .......... 94% 33.6M 0s + 8600K .......... .......... .......... .......... .......... 94% 59.6M 0s + 8650K .......... .......... .......... .......... .......... 95% 269M 0s + 8700K .......... .......... .......... .......... .......... 95% 62.3M 0s + 8750K .......... .......... .......... .......... .......... 96% 77.1M 0s + 8800K .......... .......... .......... .......... .......... 96% 61.8M 0s + 8850K .......... .......... .......... .......... .......... 97% 82.5M 0s + 8900K .......... .......... .......... .......... .......... 97% 129M 0s + 8950K .......... .......... .......... .......... .......... 98% 66.4M 0s + 9000K .......... .......... .......... .......... .......... 99% 92.8M 0s + 9050K .......... .......... .......... .......... .......... 99% 83.9M 0s + 9100K .......... .......... .......... ...... 100% 216M=0.1s + +2017-10-09 07:44:56 (77.3 MB/s) - ‘Alien-DBD-SQLite-BundledExtensions-0.001.tar.gz’ saved [9355490/9355490] + +Unpacking Alien-DBD-SQLite-BundledExtensions-0.001.tar.gz +OK +Alien-DBD-SQLite-BundledExtensions-0.001 +Alien-DBD-SQLite-BundledExtensions-0.001/Build.PL +Alien-DBD-SQLite-BundledExtensions-0.001/MANIFEST +Alien-DBD-SQLite-BundledExtensions-0.001/META.json +Alien-DBD-SQLite-BundledExtensions-0.001/META.yml +Alien-DBD-SQLite-BundledExtensions-0.001/lib +Alien-DBD-SQLite-BundledExtensions-0.001/lib/Alien +Alien-DBD-SQLite-BundledExtensions-0.001/lib/Alien/DBD +Alien-DBD-SQLite-BundledExtensions-0.001/lib/Alien/DBD/SQLite +Alien-DBD-SQLite-BundledExtensions-0.001/lib/Alien/DBD/SQLite/BundledExtensions.pm +Alien-DBD-SQLite-BundledExtensions-0.001/lib/DBD +Alien-DBD-SQLite-BundledExtensions-0.001/lib/DBD/SQLite +Alien-DBD-SQLite-BundledExtensions-0.001/lib/DBD/SQLite/BundledExtensions.pm +Alien-DBD-SQLite-BundledExtensions-0.001/source +Alien-DBD-SQLite-BundledExtensions-0.001/source/sqlite-src-3150200.zip +Alien-DBD-SQLite-BundledExtensions-0.001/t +Alien-DBD-SQLite-BundledExtensions-0.001/t/01-load-all.t +Entering Alien-DBD-SQLite-BundledExtensions-0.001 +Checking configure dependencies from META.json +Checking if you have Archive::Zip 0 ... Yes (1.59) +Checking if you have Alien::Base::ModuleBuild 0.023 ... Yes (1.00) +Checking if you have DBD::SQLite 0 ... Yes (1.54) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Alien-DBD-SQLite-BundledExtensions-0.001 ... + pkg-config --modversion +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Alien-DBD-SQLite-BundledExtensions' version '0.001' +Checking dependencies from MYMETA.json ... +Checking if you have DBD::SQLite 0 ... Yes (1.54) +Checking if you have Alien::Base 0.038 ... Yes (1.22) +OK +Building and testing Alien-DBD-SQLite-BundledExtensions-0.001 ... Building Alien-DBD-SQLite-BundledExtensions ++ pkg-config --modversion +Downloading File: sqlite-src-3150200.zip ... Done +Extracting Archive ... Done +Building library ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/_alien/sqlite-src-3150200 ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o spellfix.so ext/misc/spellfix.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o csv.so ext/misc/csv.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o ieee754.so ext/misc/ieee754.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o nextchar.so ext/misc/nextchar.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o percentile.so ext/misc/percentile.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o series.so ext/misc/series.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o totype.so ext/misc/totype.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o wholenumber.so ext/misc/wholenumber.c ++ cc -shared -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/share/dist/DBD-SQLite -O2 -fPIC -o eval.so ext/misc/eval.c +Done +Use of uninitialized value in hash element at /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/Base/ModuleBuild.pm line 449. +Installing library to /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/_alien/sqlite-src-3150200 ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/_alien/sqlite-src-3150200 ++ cp spellfix.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp csv.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp ieee754.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp nextchar.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp percentile.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp series.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp totype.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp wholenumber.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions ++ cp eval.so /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/blib/lib/auto/share/dist/Alien-DBD-SQLite-BundledExtensions +Done +Testing library (if applicable) ... ++ cd /home/ryan/.cpanm/work/1507547994.16943/Alien-DBD-SQLite-BundledExtensions-0.001/_alien/sqlite-src-3150200 +Done +t/01-load-all.t .. ok +All tests successful. +Files=1, Tests=10, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.08 cusr 0.01 csys = 0.11 CPU) +Result: PASS +Building Alien-DBD-SQLite-BundledExtensions +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/eval.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/README +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/ieee754.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/csv.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/series.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/spellfix.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/totype.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/percentile.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/nextchar.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/auto/share/dist/Alien-DBD-SQLite-BundledExtensions/wholenumber.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBD/SQLite/BundledExtensions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/DBD/SQLite/BundledExtensions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/DBD/SQLite/BundledExtensions/ConfigData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Alien/DBD/SQLite/BundledExtensions/Install/Files.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::DBD::SQLite::BundledExtensions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Alien::DBD::SQLite::BundledExtensions::ConfigData.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBD::SQLite::BundledExtensions.3 +OK +Successfully installed Alien-DBD-SQLite-BundledExtensions-0.001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-DBD-SQLite-BundledExtensions-0.001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Alien-DBD-SQLite-BundledExtensions-0.001/MYMETA.json +Searching Email::Sender::Transport::Test (0) on cpanmetadb ... +--2017-10-09 07:45:02-- http://cpanmetadb.plackperl.org/v1.0/package/Email::Sender::Transport::Test +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1089 (1.1K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 163M=0s + +2017-10-09 07:45:02 (163 MB/s) - written to stdout [1089/1089] + +Already tried Email-Sender-1.300031. Skipping. +Searching Text::Levenshtein (0) on cpanmetadb ... +--2017-10-09 07:45:02-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Levenshtein +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.4M=0s + +2017-10-09 07:45:02 (24.4 MB/s) - written to stdout [104/104] + +--> Working on Text::Levenshtein +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Text-Levenshtein-0.13.tar.gz ... --2017-10-09 07:45:02-- http://www.cpan.org/authors/id/N/NE/NEILB/Text-Levenshtein-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15429 (15K) [application/x-gzip] +Saving to: ‘Text-Levenshtein-0.13.tar.gz’ + + 0K .......... ..... 100% 19.0M=0.001s + +2017-10-09 07:45:02 (19.0 MB/s) - ‘Text-Levenshtein-0.13.tar.gz’ saved [15429/15429] + +Unpacking Text-Levenshtein-0.13.tar.gz +OK +Text-Levenshtein-0.13/ +Text-Levenshtein-0.13/Changes +Text-Levenshtein-0.13/dist.ini +Text-Levenshtein-0.13/lib/ +Text-Levenshtein-0.13/LICENSE +Text-Levenshtein-0.13/Makefile.PL +Text-Levenshtein-0.13/MANIFEST +Text-Levenshtein-0.13/META.json +Text-Levenshtein-0.13/META.yml +Text-Levenshtein-0.13/README +Text-Levenshtein-0.13/t/ +Text-Levenshtein-0.13/t/01-original.t +Text-Levenshtein-0.13/t/02-more-basic-tests.t +Text-Levenshtein-0.13/t/03-word-lists.t +Text-Levenshtein-0.13/t/04-invalid-inputs.t +Text-Levenshtein-0.13/t/20-swedish.t +Text-Levenshtein-0.13/t/21-russian.t +Text-Levenshtein-0.13/t/22-japanese.t +Text-Levenshtein-0.13/t/23-greek.t +Text-Levenshtein-0.13/t/24-ignore-diacritics.t +Text-Levenshtein-0.13/t/lib/ +Text-Levenshtein-0.13/t/lib/Text/ +Text-Levenshtein-0.13/t/lib/Text/Levenshtein/ +Text-Levenshtein-0.13/t/lib/Text/Levenshtein/TestUtils.pm +Text-Levenshtein-0.13/lib/Text/ +Text-Levenshtein-0.13/lib/Text/Levenshtein.pm +Entering Text-Levenshtein-0.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Levenshtein-0.13 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Levenshtein +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have open 0 ... Yes (1.11) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Unicode::Collate 1.04 ... Yes (1.19) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Text-Levenshtein-0.13 ... cp lib/Text/Levenshtein.pm blib/lib/Text/Levenshtein.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01-original.t ........... ok +t/02-more-basic-tests.t ... ok +t/03-word-lists.t ......... ok +t/04-invalid-inputs.t ..... ok +t/20-swedish.t ............ ok +t/21-russian.t ............ ok +t/22-japanese.t ........... ok +t/23-greek.t .............. ok +t/24-ignore-diacritics.t .. ok +All tests successful. +Files=9, Tests=248, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.61 cusr 0.08 csys = 0.76 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Levenshtein.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Levenshtein.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Levenshtein-0.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Levenshtein-0.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Levenshtein-0.13/MYMETA.json +Searching Text::Unidecode (0) on cpanmetadb ... +--2017-10-09 07:45:04-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Unidecode +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 101 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.0M=0s + +2017-10-09 07:45:04 (20.0 MB/s) - written to stdout [101/101] + +--> Working on Text::Unidecode +Fetching http://www.cpan.org/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz ... --2017-10-09 07:45:04-- http://www.cpan.org/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 137977 (135K) [application/x-gzip] +Saving to: ‘Text-Unidecode-1.30.tar.gz’ + + 0K .......... .......... .......... .......... .......... 37% 29.1M 0s + 50K .......... .......... .......... .......... .......... 74% 50.1M 0s + 100K .......... .......... .......... .... 100% 21.4M=0.004s + +2017-10-09 07:45:04 (31.0 MB/s) - ‘Text-Unidecode-1.30.tar.gz’ saved [137977/137977] + +Unpacking Text-Unidecode-1.30.tar.gz +OK +Text-Unidecode-1.30/ +Text-Unidecode-1.30/MANIFEST +Text-Unidecode-1.30/README +Text-Unidecode-1.30/ChangeLog +Text-Unidecode-1.30/Makefile.PL +Text-Unidecode-1.30/t/ +Text-Unidecode-1.30/t/02000_uniform_table_sizes.t +Text-Unidecode-1.30/t/00200_xbrace_syntax.t +Text-Unidecode-1.30/t/09900_bye.t +Text-Unidecode-1.30/t/00055_can_utf8.t +Text-Unidecode-1.30/t/05000_main.t +Text-Unidecode-1.30/t/00450_table_0x00.t +Text-Unidecode-1.30/t/00400_just_load_main_module.t +Text-Unidecode-1.30/t/00010_hello_world.t +Text-Unidecode-1.30/t/01500_generate_no_warnings.t +Text-Unidecode-1.30/t/04010_misc_errors_fixed.t +Text-Unidecode-1.30/t/00050_assert_perl_version.t +Text-Unidecode-1.30/t/00100_can_binmode.t +Text-Unidecode-1.30/t/04000_misc_errors_fixed.t +Text-Unidecode-1.30/t/03000_misc_unihan.t +Text-Unidecode-1.30/t/00300_wideness.t +Text-Unidecode-1.30/t/00510_load_many_tables.t +Text-Unidecode-1.30/t/00500_test_loading.t +Text-Unidecode-1.30/t/01000_note_incs.t +Text-Unidecode-1.30/TODO.txt +Text-Unidecode-1.30/META.yml +Text-Unidecode-1.30/LICENSE +Text-Unidecode-1.30/lib/ +Text-Unidecode-1.30/lib/Text/ +Text-Unidecode-1.30/lib/Text/Unidecode.pm +Text-Unidecode-1.30/lib/Text/Unidecode/ +Text-Unidecode-1.30/lib/Text/Unidecode/x91.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x53.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xda.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x66.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x75.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x02.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x14.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xac.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x38.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x35.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x43.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x42.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xfd.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x20.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x65.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x49.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xad.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x76.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xea.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xcf.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x67.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xec.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x28.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x06.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xbb.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x86.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x58.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x82.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x33.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xbf.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xef.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x23.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x31.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x55.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x54.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x25.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x73.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x87.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x13.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x26.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xff.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xde.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x99.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x61.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x70.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x04.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xaa.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x10.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x74.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x24.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x16.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x79.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x60.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x21.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x48.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x17.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x80.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x52.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x12.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x64.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xcd.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xab.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x45.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xfe.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x15.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xae.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x41.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x29.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x94.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xcc.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xbd.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x46.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x36.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x59.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x22.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc9.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x37.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x77.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x51.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x00.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x92.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x30.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xce.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x18.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x56.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xed.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x47.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x81.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xbc.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x57.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xbe.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x4b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf3.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa7.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x96.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x40.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xfc.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xdd.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xc5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x69.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd5.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x27.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x07.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xee.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xfb.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x01.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xdc.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x95.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe2.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x50.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x84.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xeb.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x89.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x7a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xfa.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x19.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x98.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x1e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x88.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd0.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8d.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xcb.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x5e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x97.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x85.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x3e.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x05.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9a.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x0f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x9f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xb4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x72.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x34.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xaf.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6f.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xdf.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x68.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x39.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x78.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xba.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x03.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xdb.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x08.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x71.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x83.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe4.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xa8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x90.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x44.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x11.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x6c.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x63.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x93.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x32.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xd8.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x62.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xf1.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xca.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x2b.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x09.pm +Text-Unidecode-1.30/lib/Text/Unidecode/xe6.pm +Text-Unidecode-1.30/lib/Text/Unidecode/x8a.pm +Text-Unidecode-1.30/META.json +Text-Unidecode-1.30/MANIFEST.SKIP +Entering Text-Unidecode-1.30 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Unidecode-1.30 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Unidecode +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Text-Unidecode-1.30 ... cp lib/Text/Unidecode/x0f.pm blib/lib/Text/Unidecode/x0f.pm +cp lib/Text/Unidecode/x1a.pm blib/lib/Text/Unidecode/x1a.pm +cp lib/Text/Unidecode/x14.pm blib/lib/Text/Unidecode/x14.pm +cp lib/Text/Unidecode/x18.pm blib/lib/Text/Unidecode/x18.pm +cp lib/Text/Unidecode/x04.pm blib/lib/Text/Unidecode/x04.pm +cp lib/Text/Unidecode/x22.pm blib/lib/Text/Unidecode/x22.pm +cp lib/Text/Unidecode/x09.pm blib/lib/Text/Unidecode/x09.pm +cp lib/Text/Unidecode/x0e.pm blib/lib/Text/Unidecode/x0e.pm +cp lib/Text/Unidecode/x16.pm blib/lib/Text/Unidecode/x16.pm +cp lib/Text/Unidecode/x05.pm blib/lib/Text/Unidecode/x05.pm +cp lib/Text/Unidecode/x01.pm blib/lib/Text/Unidecode/x01.pm +cp lib/Text/Unidecode/x13.pm blib/lib/Text/Unidecode/x13.pm +cp lib/Text/Unidecode/x1c.pm blib/lib/Text/Unidecode/x1c.pm +cp lib/Text/Unidecode/x08.pm blib/lib/Text/Unidecode/x08.pm +cp lib/Text/Unidecode/x10.pm blib/lib/Text/Unidecode/x10.pm +cp lib/Text/Unidecode/x15.pm blib/lib/Text/Unidecode/x15.pm +cp lib/Text/Unidecode/x00.pm blib/lib/Text/Unidecode/x00.pm +cp lib/Text/Unidecode/x0b.pm blib/lib/Text/Unidecode/x0b.pm +cp lib/Text/Unidecode/x1f.pm blib/lib/Text/Unidecode/x1f.pm +cp lib/Text/Unidecode/x12.pm blib/lib/Text/Unidecode/x12.pm +cp lib/Text/Unidecode/x0a.pm blib/lib/Text/Unidecode/x0a.pm +cp lib/Text/Unidecode/x20.pm blib/lib/Text/Unidecode/x20.pm +cp lib/Text/Unidecode/x06.pm blib/lib/Text/Unidecode/x06.pm +cp lib/Text/Unidecode/x03.pm blib/lib/Text/Unidecode/x03.pm +cp lib/Text/Unidecode/x0c.pm blib/lib/Text/Unidecode/x0c.pm +cp lib/Text/Unidecode/x24.pm blib/lib/Text/Unidecode/x24.pm +cp lib/Text/Unidecode/x17.pm blib/lib/Text/Unidecode/x17.pm +cp lib/Text/Unidecode/x21.pm blib/lib/Text/Unidecode/x21.pm +cp lib/Text/Unidecode/x1d.pm blib/lib/Text/Unidecode/x1d.pm +cp lib/Text/Unidecode/x25.pm blib/lib/Text/Unidecode/x25.pm +cp lib/Text/Unidecode/x27.pm blib/lib/Text/Unidecode/x27.pm +cp lib/Text/Unidecode/x28.pm blib/lib/Text/Unidecode/x28.pm +cp lib/Text/Unidecode/x11.pm blib/lib/Text/Unidecode/x11.pm +cp lib/Text/Unidecode/x1e.pm blib/lib/Text/Unidecode/x1e.pm +cp lib/Text/Unidecode.pm blib/lib/Text/Unidecode.pm +cp lib/Text/Unidecode/x19.pm blib/lib/Text/Unidecode/x19.pm +cp lib/Text/Unidecode/x26.pm blib/lib/Text/Unidecode/x26.pm +cp lib/Text/Unidecode/x23.pm blib/lib/Text/Unidecode/x23.pm +cp lib/Text/Unidecode/x0d.pm blib/lib/Text/Unidecode/x0d.pm +cp lib/Text/Unidecode/x1b.pm blib/lib/Text/Unidecode/x1b.pm +cp lib/Text/Unidecode/x02.pm blib/lib/Text/Unidecode/x02.pm +cp lib/Text/Unidecode/x07.pm blib/lib/Text/Unidecode/x07.pm +cp lib/Text/Unidecode/x3f.pm blib/lib/Text/Unidecode/x3f.pm +cp lib/Text/Unidecode/x49.pm blib/lib/Text/Unidecode/x49.pm +cp lib/Text/Unidecode/x51.pm blib/lib/Text/Unidecode/x51.pm +cp lib/Text/Unidecode/x3a.pm blib/lib/Text/Unidecode/x3a.pm +cp lib/Text/Unidecode/x42.pm blib/lib/Text/Unidecode/x42.pm +cp lib/Text/Unidecode/x29.pm blib/lib/Text/Unidecode/x29.pm +cp lib/Text/Unidecode/x40.pm blib/lib/Text/Unidecode/x40.pm +cp lib/Text/Unidecode/x2f.pm blib/lib/Text/Unidecode/x2f.pm +cp lib/Text/Unidecode/x4a.pm blib/lib/Text/Unidecode/x4a.pm +cp lib/Text/Unidecode/x37.pm blib/lib/Text/Unidecode/x37.pm +cp lib/Text/Unidecode/x38.pm blib/lib/Text/Unidecode/x38.pm +cp lib/Text/Unidecode/x39.pm blib/lib/Text/Unidecode/x39.pm +cp lib/Text/Unidecode/x3c.pm blib/lib/Text/Unidecode/x3c.pm +cp lib/Text/Unidecode/x36.pm blib/lib/Text/Unidecode/x36.pm +cp lib/Text/Unidecode/x30.pm blib/lib/Text/Unidecode/x30.pm +cp lib/Text/Unidecode/x34.pm blib/lib/Text/Unidecode/x34.pm +cp lib/Text/Unidecode/x2e.pm blib/lib/Text/Unidecode/x2e.pm +cp lib/Text/Unidecode/x48.pm blib/lib/Text/Unidecode/x48.pm +cp lib/Text/Unidecode/x41.pm blib/lib/Text/Unidecode/x41.pm +cp lib/Text/Unidecode/x4e.pm blib/lib/Text/Unidecode/x4e.pm +cp lib/Text/Unidecode/x44.pm blib/lib/Text/Unidecode/x44.pm +cp lib/Text/Unidecode/x4c.pm blib/lib/Text/Unidecode/x4c.pm +cp lib/Text/Unidecode/x2d.pm blib/lib/Text/Unidecode/x2d.pm +cp lib/Text/Unidecode/x43.pm blib/lib/Text/Unidecode/x43.pm +cp lib/Text/Unidecode/x46.pm blib/lib/Text/Unidecode/x46.pm +cp lib/Text/Unidecode/x3e.pm blib/lib/Text/Unidecode/x3e.pm +cp lib/Text/Unidecode/x31.pm blib/lib/Text/Unidecode/x31.pm +cp lib/Text/Unidecode/x50.pm blib/lib/Text/Unidecode/x50.pm +cp lib/Text/Unidecode/x4f.pm blib/lib/Text/Unidecode/x4f.pm +cp lib/Text/Unidecode/x2a.pm blib/lib/Text/Unidecode/x2a.pm +cp lib/Text/Unidecode/x35.pm blib/lib/Text/Unidecode/x35.pm +cp lib/Text/Unidecode/x2b.pm blib/lib/Text/Unidecode/x2b.pm +cp lib/Text/Unidecode/x33.pm blib/lib/Text/Unidecode/x33.pm +cp lib/Text/Unidecode/x32.pm blib/lib/Text/Unidecode/x32.pm +cp lib/Text/Unidecode/x45.pm blib/lib/Text/Unidecode/x45.pm +cp lib/Text/Unidecode/x47.pm blib/lib/Text/Unidecode/x47.pm +cp lib/Text/Unidecode/x3b.pm blib/lib/Text/Unidecode/x3b.pm +cp lib/Text/Unidecode/x4b.pm blib/lib/Text/Unidecode/x4b.pm +cp lib/Text/Unidecode/x52.pm blib/lib/Text/Unidecode/x52.pm +cp lib/Text/Unidecode/x4d.pm blib/lib/Text/Unidecode/x4d.pm +cp lib/Text/Unidecode/x3d.pm blib/lib/Text/Unidecode/x3d.pm +cp lib/Text/Unidecode/x2c.pm blib/lib/Text/Unidecode/x2c.pm +cp lib/Text/Unidecode/x78.pm blib/lib/Text/Unidecode/x78.pm +cp lib/Text/Unidecode/x66.pm blib/lib/Text/Unidecode/x66.pm +cp lib/Text/Unidecode/x6e.pm blib/lib/Text/Unidecode/x6e.pm +cp lib/Text/Unidecode/x5c.pm blib/lib/Text/Unidecode/x5c.pm +cp lib/Text/Unidecode/x74.pm blib/lib/Text/Unidecode/x74.pm +cp lib/Text/Unidecode/x6c.pm blib/lib/Text/Unidecode/x6c.pm +cp lib/Text/Unidecode/x67.pm blib/lib/Text/Unidecode/x67.pm +cp lib/Text/Unidecode/x68.pm blib/lib/Text/Unidecode/x68.pm +cp lib/Text/Unidecode/x6b.pm blib/lib/Text/Unidecode/x6b.pm +cp lib/Text/Unidecode/x65.pm blib/lib/Text/Unidecode/x65.pm +cp lib/Text/Unidecode/x56.pm blib/lib/Text/Unidecode/x56.pm +cp lib/Text/Unidecode/x7b.pm blib/lib/Text/Unidecode/x7b.pm +cp lib/Text/Unidecode/x53.pm blib/lib/Text/Unidecode/x53.pm +cp lib/Text/Unidecode/x71.pm blib/lib/Text/Unidecode/x71.pm +cp lib/Text/Unidecode/x73.pm blib/lib/Text/Unidecode/x73.pm +cp lib/Text/Unidecode/x72.pm blib/lib/Text/Unidecode/x72.pm +cp lib/Text/Unidecode/x76.pm blib/lib/Text/Unidecode/x76.pm +cp lib/Text/Unidecode/x5a.pm blib/lib/Text/Unidecode/x5a.pm +cp lib/Text/Unidecode/x57.pm blib/lib/Text/Unidecode/x57.pm +cp lib/Text/Unidecode/x7a.pm blib/lib/Text/Unidecode/x7a.pm +cp lib/Text/Unidecode/x64.pm blib/lib/Text/Unidecode/x64.pm +cp lib/Text/Unidecode/x5d.pm blib/lib/Text/Unidecode/x5d.pm +cp lib/Text/Unidecode/x59.pm blib/lib/Text/Unidecode/x59.pm +cp lib/Text/Unidecode/x61.pm blib/lib/Text/Unidecode/x61.pm +cp lib/Text/Unidecode/x69.pm blib/lib/Text/Unidecode/x69.pm +cp lib/Text/Unidecode/x5b.pm blib/lib/Text/Unidecode/x5b.pm +cp lib/Text/Unidecode/x6f.pm blib/lib/Text/Unidecode/x6f.pm +cp lib/Text/Unidecode/x6a.pm blib/lib/Text/Unidecode/x6a.pm +cp lib/Text/Unidecode/x60.pm blib/lib/Text/Unidecode/x60.pm +cp lib/Text/Unidecode/x77.pm blib/lib/Text/Unidecode/x77.pm +cp lib/Text/Unidecode/x54.pm blib/lib/Text/Unidecode/x54.pm +cp lib/Text/Unidecode/x55.pm blib/lib/Text/Unidecode/x55.pm +cp lib/Text/Unidecode/x5e.pm blib/lib/Text/Unidecode/x5e.pm +cp lib/Text/Unidecode/x75.pm blib/lib/Text/Unidecode/x75.pm +cp lib/Text/Unidecode/x5f.pm blib/lib/Text/Unidecode/x5f.pm +cp lib/Text/Unidecode/x58.pm blib/lib/Text/Unidecode/x58.pm +cp lib/Text/Unidecode/x79.pm blib/lib/Text/Unidecode/x79.pm +cp lib/Text/Unidecode/x70.pm blib/lib/Text/Unidecode/x70.pm +cp lib/Text/Unidecode/x62.pm blib/lib/Text/Unidecode/x62.pm +cp lib/Text/Unidecode/x63.pm blib/lib/Text/Unidecode/x63.pm +cp lib/Text/Unidecode/x7c.pm blib/lib/Text/Unidecode/x7c.pm +cp lib/Text/Unidecode/x6d.pm blib/lib/Text/Unidecode/x6d.pm +cp lib/Text/Unidecode/x97.pm blib/lib/Text/Unidecode/x97.pm +cp lib/Text/Unidecode/x92.pm blib/lib/Text/Unidecode/x92.pm +cp lib/Text/Unidecode/x7e.pm blib/lib/Text/Unidecode/x7e.pm +cp lib/Text/Unidecode/xa5.pm blib/lib/Text/Unidecode/xa5.pm +cp lib/Text/Unidecode/x90.pm blib/lib/Text/Unidecode/x90.pm +cp lib/Text/Unidecode/xa3.pm blib/lib/Text/Unidecode/xa3.pm +cp lib/Text/Unidecode/x9b.pm blib/lib/Text/Unidecode/x9b.pm +cp lib/Text/Unidecode/x8f.pm blib/lib/Text/Unidecode/x8f.pm +cp lib/Text/Unidecode/x99.pm blib/lib/Text/Unidecode/x99.pm +cp lib/Text/Unidecode/x9e.pm blib/lib/Text/Unidecode/x9e.pm +cp lib/Text/Unidecode/x88.pm blib/lib/Text/Unidecode/x88.pm +cp lib/Text/Unidecode/x9f.pm blib/lib/Text/Unidecode/x9f.pm +cp lib/Text/Unidecode/xa4.pm blib/lib/Text/Unidecode/xa4.pm +cp lib/Text/Unidecode/x98.pm blib/lib/Text/Unidecode/x98.pm +cp lib/Text/Unidecode/x8d.pm blib/lib/Text/Unidecode/x8d.pm +cp lib/Text/Unidecode/x8a.pm blib/lib/Text/Unidecode/x8a.pm +cp lib/Text/Unidecode/x89.pm blib/lib/Text/Unidecode/x89.pm +cp lib/Text/Unidecode/x95.pm blib/lib/Text/Unidecode/x95.pm +cp lib/Text/Unidecode/x7d.pm blib/lib/Text/Unidecode/x7d.pm +cp lib/Text/Unidecode/x83.pm blib/lib/Text/Unidecode/x83.pm +cp lib/Text/Unidecode/x8b.pm blib/lib/Text/Unidecode/x8b.pm +cp lib/Text/Unidecode/x93.pm blib/lib/Text/Unidecode/x93.pm +cp lib/Text/Unidecode/x8e.pm blib/lib/Text/Unidecode/x8e.pm +cp lib/Text/Unidecode/x7f.pm blib/lib/Text/Unidecode/x7f.pm +cp lib/Text/Unidecode/x96.pm blib/lib/Text/Unidecode/x96.pm +cp lib/Text/Unidecode/x82.pm blib/lib/Text/Unidecode/x82.pm +cp lib/Text/Unidecode/xa6.pm blib/lib/Text/Unidecode/xa6.pm +cp lib/Text/Unidecode/x86.pm blib/lib/Text/Unidecode/x86.pm +cp lib/Text/Unidecode/xa0.pm blib/lib/Text/Unidecode/xa0.pm +cp lib/Text/Unidecode/x87.pm blib/lib/Text/Unidecode/x87.pm +cp lib/Text/Unidecode/x85.pm blib/lib/Text/Unidecode/x85.pm +cp lib/Text/Unidecode/x80.pm blib/lib/Text/Unidecode/x80.pm +cp lib/Text/Unidecode/x94.pm blib/lib/Text/Unidecode/x94.pm +cp lib/Text/Unidecode/x9a.pm blib/lib/Text/Unidecode/x9a.pm +cp lib/Text/Unidecode/x9d.pm blib/lib/Text/Unidecode/x9d.pm +cp lib/Text/Unidecode/xa1.pm blib/lib/Text/Unidecode/xa1.pm +cp lib/Text/Unidecode/x81.pm blib/lib/Text/Unidecode/x81.pm +cp lib/Text/Unidecode/x9c.pm blib/lib/Text/Unidecode/x9c.pm +cp lib/Text/Unidecode/x84.pm blib/lib/Text/Unidecode/x84.pm +cp lib/Text/Unidecode/x91.pm blib/lib/Text/Unidecode/x91.pm +cp lib/Text/Unidecode/x8c.pm blib/lib/Text/Unidecode/x8c.pm +cp lib/Text/Unidecode/xa2.pm blib/lib/Text/Unidecode/xa2.pm +cp lib/Text/Unidecode/xcb.pm blib/lib/Text/Unidecode/xcb.pm +cp lib/Text/Unidecode/xb3.pm blib/lib/Text/Unidecode/xb3.pm +cp lib/Text/Unidecode/xb0.pm blib/lib/Text/Unidecode/xb0.pm +cp lib/Text/Unidecode/xc3.pm blib/lib/Text/Unidecode/xc3.pm +cp lib/Text/Unidecode/xb1.pm blib/lib/Text/Unidecode/xb1.pm +cp lib/Text/Unidecode/xad.pm blib/lib/Text/Unidecode/xad.pm +cp lib/Text/Unidecode/xbc.pm blib/lib/Text/Unidecode/xbc.pm +cp lib/Text/Unidecode/xb6.pm blib/lib/Text/Unidecode/xb6.pm +cp lib/Text/Unidecode/xb8.pm blib/lib/Text/Unidecode/xb8.pm +cp lib/Text/Unidecode/xc0.pm blib/lib/Text/Unidecode/xc0.pm +cp lib/Text/Unidecode/xcc.pm blib/lib/Text/Unidecode/xcc.pm +cp lib/Text/Unidecode/xaf.pm blib/lib/Text/Unidecode/xaf.pm +cp lib/Text/Unidecode/xba.pm blib/lib/Text/Unidecode/xba.pm +cp lib/Text/Unidecode/xab.pm blib/lib/Text/Unidecode/xab.pm +cp lib/Text/Unidecode/xaa.pm blib/lib/Text/Unidecode/xaa.pm +cp lib/Text/Unidecode/xc2.pm blib/lib/Text/Unidecode/xc2.pm +cp lib/Text/Unidecode/xbe.pm blib/lib/Text/Unidecode/xbe.pm +cp lib/Text/Unidecode/xac.pm blib/lib/Text/Unidecode/xac.pm +cp lib/Text/Unidecode/xbd.pm blib/lib/Text/Unidecode/xbd.pm +cp lib/Text/Unidecode/xbf.pm blib/lib/Text/Unidecode/xbf.pm +cp lib/Text/Unidecode/xa9.pm blib/lib/Text/Unidecode/xa9.pm +cp lib/Text/Unidecode/xb2.pm blib/lib/Text/Unidecode/xb2.pm +cp lib/Text/Unidecode/xbb.pm blib/lib/Text/Unidecode/xbb.pm +cp lib/Text/Unidecode/xce.pm blib/lib/Text/Unidecode/xce.pm +cp lib/Text/Unidecode/xae.pm blib/lib/Text/Unidecode/xae.pm +cp lib/Text/Unidecode/xa8.pm blib/lib/Text/Unidecode/xa8.pm +cp lib/Text/Unidecode/xcf.pm blib/lib/Text/Unidecode/xcf.pm +cp lib/Text/Unidecode/xb5.pm blib/lib/Text/Unidecode/xb5.pm +cp lib/Text/Unidecode/xc9.pm blib/lib/Text/Unidecode/xc9.pm +cp lib/Text/Unidecode/xc6.pm blib/lib/Text/Unidecode/xc6.pm +cp lib/Text/Unidecode/xc1.pm blib/lib/Text/Unidecode/xc1.pm +cp lib/Text/Unidecode/xc7.pm blib/lib/Text/Unidecode/xc7.pm +cp lib/Text/Unidecode/xb7.pm blib/lib/Text/Unidecode/xb7.pm +cp lib/Text/Unidecode/xd0.pm blib/lib/Text/Unidecode/xd0.pm +cp lib/Text/Unidecode/xc8.pm blib/lib/Text/Unidecode/xc8.pm +cp lib/Text/Unidecode/xc4.pm blib/lib/Text/Unidecode/xc4.pm +cp lib/Text/Unidecode/xb9.pm blib/lib/Text/Unidecode/xb9.pm +cp lib/Text/Unidecode/xca.pm blib/lib/Text/Unidecode/xca.pm +cp lib/Text/Unidecode/xcd.pm blib/lib/Text/Unidecode/xcd.pm +cp lib/Text/Unidecode/xc5.pm blib/lib/Text/Unidecode/xc5.pm +cp lib/Text/Unidecode/xa7.pm blib/lib/Text/Unidecode/xa7.pm +cp lib/Text/Unidecode/xb4.pm blib/lib/Text/Unidecode/xb4.pm +cp lib/Text/Unidecode/xea.pm blib/lib/Text/Unidecode/xea.pm +cp lib/Text/Unidecode/xdb.pm blib/lib/Text/Unidecode/xdb.pm +cp lib/Text/Unidecode/xd9.pm blib/lib/Text/Unidecode/xd9.pm +cp lib/Text/Unidecode/xfa.pm blib/lib/Text/Unidecode/xfa.pm +cp lib/Text/Unidecode/xd2.pm blib/lib/Text/Unidecode/xd2.pm +cp lib/Text/Unidecode/xf7.pm blib/lib/Text/Unidecode/xf7.pm +cp lib/Text/Unidecode/xf3.pm blib/lib/Text/Unidecode/xf3.pm +cp lib/Text/Unidecode/xdf.pm blib/lib/Text/Unidecode/xdf.pm +cp lib/Text/Unidecode/xe3.pm blib/lib/Text/Unidecode/xe3.pm +cp lib/Text/Unidecode/xe2.pm blib/lib/Text/Unidecode/xe2.pm +cp lib/Text/Unidecode/xe7.pm blib/lib/Text/Unidecode/xe7.pm +cp lib/Text/Unidecode/xd7.pm blib/lib/Text/Unidecode/xd7.pm +cp lib/Text/Unidecode/xf9.pm blib/lib/Text/Unidecode/xf9.pm +cp lib/Text/Unidecode/xd3.pm blib/lib/Text/Unidecode/xd3.pm +cp lib/Text/Unidecode/xdd.pm blib/lib/Text/Unidecode/xdd.pm +cp lib/Text/Unidecode/xec.pm blib/lib/Text/Unidecode/xec.pm +cp lib/Text/Unidecode/xf0.pm blib/lib/Text/Unidecode/xf0.pm +cp lib/Text/Unidecode/xd8.pm blib/lib/Text/Unidecode/xd8.pm +cp lib/Text/Unidecode/xf6.pm blib/lib/Text/Unidecode/xf6.pm +cp lib/Text/Unidecode/xf1.pm blib/lib/Text/Unidecode/xf1.pm +cp lib/Text/Unidecode/xeb.pm blib/lib/Text/Unidecode/xeb.pm +cp lib/Text/Unidecode/xdc.pm blib/lib/Text/Unidecode/xdc.pm +cp lib/Text/Unidecode/xee.pm blib/lib/Text/Unidecode/xee.pm +cp lib/Text/Unidecode/xf8.pm blib/lib/Text/Unidecode/xf8.pm +cp lib/Text/Unidecode/xe5.pm blib/lib/Text/Unidecode/xe5.pm +cp lib/Text/Unidecode/xd4.pm blib/lib/Text/Unidecode/xd4.pm +cp lib/Text/Unidecode/xe0.pm blib/lib/Text/Unidecode/xe0.pm +cp lib/Text/Unidecode/xd6.pm blib/lib/Text/Unidecode/xd6.pm +cp lib/Text/Unidecode/xf5.pm blib/lib/Text/Unidecode/xf5.pm +cp lib/Text/Unidecode/xed.pm blib/lib/Text/Unidecode/xed.pm +cp lib/Text/Unidecode/xda.pm blib/lib/Text/Unidecode/xda.pm +cp lib/Text/Unidecode/xd5.pm blib/lib/Text/Unidecode/xd5.pm +cp lib/Text/Unidecode/xe6.pm blib/lib/Text/Unidecode/xe6.pm +cp lib/Text/Unidecode/xef.pm blib/lib/Text/Unidecode/xef.pm +cp lib/Text/Unidecode/xe8.pm blib/lib/Text/Unidecode/xe8.pm +cp lib/Text/Unidecode/xf2.pm blib/lib/Text/Unidecode/xf2.pm +cp lib/Text/Unidecode/xd1.pm blib/lib/Text/Unidecode/xd1.pm +cp lib/Text/Unidecode/xf4.pm blib/lib/Text/Unidecode/xf4.pm +cp lib/Text/Unidecode/xe9.pm blib/lib/Text/Unidecode/xe9.pm +cp lib/Text/Unidecode/xe4.pm blib/lib/Text/Unidecode/xe4.pm +cp lib/Text/Unidecode/xe1.pm blib/lib/Text/Unidecode/xe1.pm +cp lib/Text/Unidecode/xde.pm blib/lib/Text/Unidecode/xde.pm +cp lib/Text/Unidecode/xff.pm blib/lib/Text/Unidecode/xff.pm +cp lib/Text/Unidecode/xfc.pm blib/lib/Text/Unidecode/xfc.pm +cp lib/Text/Unidecode/xfe.pm blib/lib/Text/Unidecode/xfe.pm +cp lib/Text/Unidecode/xfb.pm blib/lib/Text/Unidecode/xfb.pm +cp lib/Text/Unidecode/xfd.pm blib/lib/Text/Unidecode/xfd.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00010_hello_world.t ............ ok +t/00050_assert_perl_version.t .... ok +t/00055_can_utf8.t ............... ok +t/00100_can_binmode.t ............ ok +t/00200_xbrace_syntax.t .......... ok +t/00300_wideness.t ............... ok +t/00400_just_load_main_module.t .. ok +t/00450_table_0x00.t ............. ok +t/00500_test_loading.t ........... ok +t/00510_load_many_tables.t ....... ok +t/01000_note_incs.t .............. ok +t/01500_generate_no_warnings.t ... ok +t/02000_uniform_table_sizes.t .... ok +t/03000_misc_unihan.t ............ ok +t/04000_misc_errors_fixed.t ...... ok +t/04010_misc_errors_fixed.t ...... ok +t/05000_main.t ................... ok +t/09900_bye.t .................... ok +All tests successful. +Files=18, Tests=1483, 0 wallclock secs ( 0.19 usr 0.03 sys + 0.34 cusr 0.06 csys = 0.62 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xcd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x58.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x09.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xea.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x25.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x99.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x51.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xcc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x67.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xba.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x45.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x69.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x40.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x83.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x47.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x41.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x34.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xfd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x14.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x36.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xaf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x43.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xec.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xdd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x15.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xfb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x33.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x61.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x70.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x60.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x07.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x56.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x32.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x84.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x05.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x10.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xdc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x71.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x85.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x26.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x16.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xda.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xbf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x30.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x35.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x76.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x91.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x46.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x49.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x66.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x18.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x31.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xbc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xef.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x86.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xad.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x52.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x82.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x28.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x37.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x98.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x77.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xcb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x62.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x55.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xee.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xfc.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x75.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x92.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xde.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x94.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x90.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xce.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x59.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x54.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x65.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xbe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x08.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xae.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x13.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x95.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x2b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xdf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x00.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x42.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x53.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xc2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x20.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x73.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x03.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x68.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xbb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x22.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x01.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x93.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xff.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xfe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x88.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x87.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xac.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x27.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xeb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd6.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x79.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xfa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x06.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf9.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf7.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xdb.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x24.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xb0.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x23.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x81.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x9f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x02.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x8f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x11.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x78.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xaa.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x12.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x6d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x44.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x29.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5a.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x21.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x97.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xcf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x7f.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd8.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x5b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x50.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xf4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xca.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x57.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xd4.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x04.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x19.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x17.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x38.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x0b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xab.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x64.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xa2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x72.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x63.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x39.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x3e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4e.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x89.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4b.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xe1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x48.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x74.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x80.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x96.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x1d.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/xbd.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Unidecode/x4c.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Unidecode.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Unidecode-1.30 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Unidecode-1.30/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Unidecode-1.30/MYMETA.json +Searching Net::DNS (0) on cpanmetadb ... +--2017-10-09 07:45:07-- http://cpanmetadb.plackperl.org/v1.0/package/Net::DNS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2863 (2.8K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 455M=0s + +2017-10-09 07:45:07 (455 MB/s) - written to stdout [2863/2863] + +--> Working on Net::DNS +Fetching http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.12.tar.gz ... --2017-10-09 07:45:07-- http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.12.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 262534 (256K) [application/x-gzip] +Saving to: ‘Net-DNS-1.12.tar.gz’ + + 0K .......... .......... .......... .......... .......... 19% 23.2M 0s + 50K .......... .......... .......... .......... .......... 39% 44.9M 0s + 100K .......... .......... .......... .......... .......... 58% 21.6M 0s + 150K .......... .......... .......... .......... .......... 78% 41.2M 0s + 200K .......... .......... .......... .......... .......... 97% 26.2M 0s + 250K ...... 100% 140M=0.009s + +2017-10-09 07:45:07 (29.3 MB/s) - ‘Net-DNS-1.12.tar.gz’ saved [262534/262534] + +Unpacking Net-DNS-1.12.tar.gz +OK +Net-DNS-1.12/ +Net-DNS-1.12/META.json +Net-DNS-1.12/README +Net-DNS-1.12/MANIFEST +Net-DNS-1.12/t/ +Net-DNS-1.12/t/01-resolver.t +Net-DNS-1.12/t/01-resolver-env.t +Net-DNS-1.12/t/05-APL.t +Net-DNS-1.12/t/54-DS-SHA384.t +Net-DNS-1.12/t/34-NSEC3-flags.t +Net-DNS-1.12/t/05-CSYNC.t +Net-DNS-1.12/t/03-header.t +Net-DNS-1.12/t/32-NSEC3-typelist.t +Net-DNS-1.12/t/21-TSIG-create.t +Net-DNS-1.12/t/05-DLV.t +Net-DNS-1.12/t/05-X25.t +Net-DNS-1.12/t/05-PX.t +Net-DNS-1.12/t/05-TXT.t +Net-DNS-1.12/t/05-SMIMEA.t +Net-DNS-1.12/t/05-OPENPGPKEY.t +Net-DNS-1.12/t/31-NSEC-typelist.t +Net-DNS-1.12/t/70-RRSIG-RSASHA512.t +Net-DNS-1.12/t/07-zonefile.t +Net-DNS-1.12/t/05-RT.t +Net-DNS-1.12/t/05-AAAA.t +Net-DNS-1.12/t/05-L64.t +Net-DNS-1.12/t/05-LP.t +Net-DNS-1.12/t/08-IPv6.t +Net-DNS-1.12/t/NonFatal.pm +Net-DNS-1.12/t/05-CDNSKEY.t +Net-DNS-1.12/t/61-SIG0-RSAMD5.t +Net-DNS-1.12/t/02-IDN.t +Net-DNS-1.12/t/01-resolver-opt.t +Net-DNS-1.12/t/02-domain.t +Net-DNS-1.12/t/73-RRSIG-ECDSAP256SHA256.t +Net-DNS-1.12/t/05-MINFO.t +Net-DNS-1.12/t/05-A.t +Net-DNS-1.12/t/67-RRSIG-NSEC3RSASHA1.t +Net-DNS-1.12/t/00-pod.t +Net-DNS-1.12/t/05-CNAME.t +Net-DNS-1.12/t/05-EUI48.t +Net-DNS-1.12/t/05-EUI64.t +Net-DNS-1.12/t/41-DNSKEY-keytag.t +Net-DNS-1.12/t/02-domainname.t +Net-DNS-1.12/t/05-CDS.t +Net-DNS-1.12/t/05-DS.t +Net-DNS-1.12/t/05-ISDN.t +Net-DNS-1.12/t/03-rr.t +Net-DNS-1.12/t/22-TSIG-verify.t +Net-DNS-1.12/t/custom.txt +Net-DNS-1.12/t/53-DS-GOST.t +Net-DNS-1.12/t/33-NSEC3-hash.t +Net-DNS-1.12/t/99-cleanup.t +Net-DNS-1.12/t/04-packet-truncate.t +Net-DNS-1.12/t/51-DS-SHA1.t +Net-DNS-1.12/t/05-LOC.t +Net-DNS-1.12/t/08-IPv4.t +Net-DNS-1.12/t/05-IPSECKEY.t +Net-DNS-1.12/t/05-SSHFP.t +Net-DNS-1.12/t/02-text.t +Net-DNS-1.12/t/04-packet.t +Net-DNS-1.12/t/68-RRSIG-RSASHA256.t +Net-DNS-1.12/t/01-resolver-flags.t +Net-DNS-1.12/t/52-DS-SHA256.t +Net-DNS-1.12/t/35-NSEC3-match.t +Net-DNS-1.12/t/08-recurse.t +Net-DNS-1.12/t/66-RRSIG-NSEC3DSA.t +Net-DNS-1.12/t/63-RRSIG-DSA.t +Net-DNS-1.12/t/00-load.t +Net-DNS-1.12/t/05-L32.t +Net-DNS-1.12/t/72-RRSIG-ECC-GOST.t +Net-DNS-1.12/t/05-NAPTR.t +Net-DNS-1.12/t/05-TLSA.t +Net-DNS-1.12/t/05-HINFO.t +Net-DNS-1.12/t/42-DNSKEY-flags.t +Net-DNS-1.12/t/06-update.t +Net-DNS-1.12/t/05-NSEC.t +Net-DNS-1.12/t/05-TSIG.t +Net-DNS-1.12/t/05-TKEY.t +Net-DNS-1.12/t/05-NSEC3.t +Net-DNS-1.12/t/05-CERT.t +Net-DNS-1.12/t/65-RRSIG-RSASHA1.t +Net-DNS-1.12/t/05-NS.t +Net-DNS-1.12/t/74-RRSIG-ECDSAP384SHA384.t +Net-DNS-1.12/t/05-SOA.t +Net-DNS-1.12/t/05-AFSDB.t +Net-DNS-1.12/t/05-MX.t +Net-DNS-1.12/t/02-mailbox.t +Net-DNS-1.12/t/05-URI.t +Net-DNS-1.12/t/05-KEY.t +Net-DNS-1.12/t/05-HIP.t +Net-DNS-1.12/t/05-SPF.t +Net-DNS-1.12/t/05-CAA.t +Net-DNS-1.12/t/43-DNSKEY-keylength.t +Net-DNS-1.12/t/05-SRV.t +Net-DNS-1.12/t/05-KX.t +Net-DNS-1.12/t/05-NID.t +Net-DNS-1.12/t/05-RRSIG.t +Net-DNS-1.12/t/03-question.t +Net-DNS-1.12/t/07-rrsort.t +Net-DNS-1.12/t/05-DNSKEY.t +Net-DNS-1.12/t/05-RP.t +Net-DNS-1.12/t/01-resolver-file.t +Net-DNS-1.12/t/36-NSEC3-covered.t +Net-DNS-1.12/t/05-NSEC3PARAM.t +Net-DNS-1.12/t/37-NSEC3-base32.t +Net-DNS-1.12/t/05-DHCID.t +Net-DNS-1.12/t/05-DNAME.t +Net-DNS-1.12/t/05-OPT.t +Net-DNS-1.12/t/00-version.t +Net-DNS-1.12/t/05-PTR.t +Net-DNS-1.12/t/05-SIG.t +Net-DNS-1.12/t/05-NULL.t +Net-DNS-1.12/t/06-packet-unique-push.t +Net-DNS-1.12/demo/ +Net-DNS-1.12/demo/README +Net-DNS-1.12/demo/perldig +Net-DNS-1.12/demo/mx +Net-DNS-1.12/demo/check_soa +Net-DNS-1.12/demo/example_recurse.pl +Net-DNS-1.12/demo/trace_dns.pl +Net-DNS-1.12/demo/check_zone +Net-DNS-1.12/demo/axfr +Net-DNS-1.12/demo/mresolv +Net-DNS-1.12/Makefile.PL +Net-DNS-1.12/META.yml +Net-DNS-1.12/contrib/ +Net-DNS-1.12/contrib/find_zonecut +Net-DNS-1.12/contrib/README +Net-DNS-1.12/contrib/dnswalk.README +Net-DNS-1.12/contrib/check_soa +Net-DNS-1.12/contrib/loc2earth.fcgi +Net-DNS-1.12/contrib/loclist.pl +Net-DNS-1.12/contrib/check_zone +Net-DNS-1.12/lib/ +Net-DNS-1.12/lib/Net/ +Net-DNS-1.12/lib/Net/DNS/ +Net-DNS-1.12/lib/Net/DNS/RR/ +Net-DNS-1.12/lib/Net/DNS/RR/URI.pm +Net-DNS-1.12/lib/Net/DNS/RR/NAPTR.pm +Net-DNS-1.12/lib/Net/DNS/RR/CERT.pm +Net-DNS-1.12/lib/Net/DNS/RR/RP.pm +Net-DNS-1.12/lib/Net/DNS/RR/CNAME.pm +Net-DNS-1.12/lib/Net/DNS/RR/MB.pm +Net-DNS-1.12/lib/Net/DNS/RR/CAA.pm +Net-DNS-1.12/lib/Net/DNS/RR/AFSDB.pm +Net-DNS-1.12/lib/Net/DNS/RR/TXT.pm +Net-DNS-1.12/lib/Net/DNS/RR/AAAA.pm +Net-DNS-1.12/lib/Net/DNS/RR/SRV.pm +Net-DNS-1.12/lib/Net/DNS/RR/HINFO.pm +Net-DNS-1.12/lib/Net/DNS/RR/APL.pm +Net-DNS-1.12/lib/Net/DNS/RR/MG.pm +Net-DNS-1.12/lib/Net/DNS/RR/CDNSKEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/NS.pm +Net-DNS-1.12/lib/Net/DNS/RR/CSYNC.pm +Net-DNS-1.12/lib/Net/DNS/RR/PTR.pm +Net-DNS-1.12/lib/Net/DNS/RR/L64.pm +Net-DNS-1.12/lib/Net/DNS/RR/DNSKEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/L32.pm +Net-DNS-1.12/lib/Net/DNS/RR/X25.pm +Net-DNS-1.12/lib/Net/DNS/RR/MX.pm +Net-DNS-1.12/lib/Net/DNS/RR/SSHFP.pm +Net-DNS-1.12/lib/Net/DNS/RR/OPT.pm +Net-DNS-1.12/lib/Net/DNS/RR/MR.pm +Net-DNS-1.12/lib/Net/DNS/RR/GPOS.pm +Net-DNS-1.12/lib/Net/DNS/RR/LOC.pm +Net-DNS-1.12/lib/Net/DNS/RR/SOA.pm +Net-DNS-1.12/lib/Net/DNS/RR/NULL.pm +Net-DNS-1.12/lib/Net/DNS/RR/OPENPGPKEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/MINFO.pm +Net-DNS-1.12/lib/Net/DNS/RR/TSIG.pm +Net-DNS-1.12/lib/Net/DNS/RR/ISDN.pm +Net-DNS-1.12/lib/Net/DNS/RR/DLV.pm +Net-DNS-1.12/lib/Net/DNS/RR/EUI48.pm +Net-DNS-1.12/lib/Net/DNS/RR/EUI64.pm +Net-DNS-1.12/lib/Net/DNS/RR/NID.pm +Net-DNS-1.12/lib/Net/DNS/RR/HIP.pm +Net-DNS-1.12/lib/Net/DNS/RR/CDS.pm +Net-DNS-1.12/lib/Net/DNS/RR/NSEC.pm +Net-DNS-1.12/lib/Net/DNS/RR/KEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/SIG.pm +Net-DNS-1.12/lib/Net/DNS/RR/NSEC3PARAM.pm +Net-DNS-1.12/lib/Net/DNS/RR/TKEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/A.pm +Net-DNS-1.12/lib/Net/DNS/RR/SPF.pm +Net-DNS-1.12/lib/Net/DNS/RR/DS.pm +Net-DNS-1.12/lib/Net/DNS/RR/RRSIG.pm +Net-DNS-1.12/lib/Net/DNS/RR/LP.pm +Net-DNS-1.12/lib/Net/DNS/RR/IPSECKEY.pm +Net-DNS-1.12/lib/Net/DNS/RR/PX.pm +Net-DNS-1.12/lib/Net/DNS/RR/RT.pm +Net-DNS-1.12/lib/Net/DNS/RR/DNAME.pm +Net-DNS-1.12/lib/Net/DNS/RR/KX.pm +Net-DNS-1.12/lib/Net/DNS/RR/TLSA.pm +Net-DNS-1.12/lib/Net/DNS/RR/DHCID.pm +Net-DNS-1.12/lib/Net/DNS/RR/NSEC3.pm +Net-DNS-1.12/lib/Net/DNS/RR/SMIMEA.pm +Net-DNS-1.12/lib/Net/DNS/Resolver.pm +Net-DNS-1.12/lib/Net/DNS/Domain.pm +Net-DNS-1.12/lib/Net/DNS/Parameters.pm +Net-DNS-1.12/lib/Net/DNS/Header.pm +Net-DNS-1.12/lib/Net/DNS/ZoneFile.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/ +Net-DNS-1.12/lib/Net/DNS/Resolver/os390.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/os2.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/Base.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/android.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/UNIX.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/Recurse.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/MSWin32.pm +Net-DNS-1.12/lib/Net/DNS/Resolver/cygwin.pm +Net-DNS-1.12/lib/Net/DNS/DomainName.pm +Net-DNS-1.12/lib/Net/DNS/FAQ.pod +Net-DNS-1.12/lib/Net/DNS/Text.pm +Net-DNS-1.12/lib/Net/DNS/Mailbox.pm +Net-DNS-1.12/lib/Net/DNS/RR.pm +Net-DNS-1.12/lib/Net/DNS/Nameserver.pm +Net-DNS-1.12/lib/Net/DNS/Update.pm +Net-DNS-1.12/lib/Net/DNS/Packet.pm +Net-DNS-1.12/lib/Net/DNS/Question.pm +Net-DNS-1.12/lib/Net/DNS.pm +Net-DNS-1.12/Changes +Entering Net-DNS-1.12 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Net-DNS-1.12 ... Warning: prerequisite Digest::HMAC 1.03 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Net::DNS +Writing MYMETA.yml and MYMETA.json + +Activating Non Fatal Online Tests... + +Activating IPv6 Tests... + +Warning! +======== +Online tests depend on conditions beyond the control of Net::DNS. The tests +check for the expected results when both Net::DNS and the outside world are +functioning properly. In case of failure it is often undecidable if the error +lies within Net::DNS or elsewhere. + +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have MIME::Base64 3.05 ... Yes (3.15) +Checking if you have Digest::HMAC 1.03 ... No +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::Socket 1.31 ... Yes (1.38) +Checking if you have Time::Local 1.2 ... Yes (1.25) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Searching Digest::HMAC (1.03) on cpanmetadb ... +OK +==> Found dependencies: Digest::HMAC +--2017-10-09 07:45:08-- http://cpanmetadb.plackperl.org/v1.0/package/Digest::HMAC +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 144 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.6M=0s + +2017-10-09 07:45:08 (13.6 MB/s) - written to stdout [144/144] + +--> Working on Digest::HMAC +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz ... --2017-10-09 07:45:08-- http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-1.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7251 (7.1K) [application/x-gzip] +Saving to: ‘Digest-HMAC-1.03.tar.gz’ + + 0K ....... 100% 922M=0s + +2017-10-09 07:45:08 (922 MB/s) - ‘Digest-HMAC-1.03.tar.gz’ saved [7251/7251] + +Unpacking Digest-HMAC-1.03.tar.gz +OK +Digest-HMAC-1.03/ +Digest-HMAC-1.03/Changes +Digest-HMAC-1.03/lib/ +Digest-HMAC-1.03/Makefile.PL +Digest-HMAC-1.03/MANIFEST +Digest-HMAC-1.03/META.yml +Digest-HMAC-1.03/README +Digest-HMAC-1.03/t/ +Digest-HMAC-1.03/t/rfc2202.t +Digest-HMAC-1.03/lib/Digest/ +Digest-HMAC-1.03/lib/Digest/HMAC.pm +Digest-HMAC-1.03/lib/Digest/HMAC_MD5.pm +Digest-HMAC-1.03/lib/Digest/HMAC_SHA1.pm +Entering Digest-HMAC-1.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Digest-HMAC-1.03 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Digest::HMAC +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +OK +Building and testing Digest-HMAC-1.03 ... cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm +cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm +cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/rfc2202.t .. ok +All tests successful. +Files=1, Tests=14, 0 wallclock secs ( 0.01 usr + 0.01 sys = 0.02 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Digest/HMAC_MD5.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Digest/HMAC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Digest/HMAC_SHA1.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::HMAC_SHA1.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::HMAC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Digest::HMAC_MD5.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Digest-HMAC-1.03 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Digest-HMAC-1.03/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Digest-HMAC-1.03/MYMETA.json +Building and testing Net-DNS-1.12 ... cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm +cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm +cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm +cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm +cp lib/Net/DNS.pm blib/lib/Net/DNS.pm +cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm +cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm +cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm +cp lib/Net/DNS/RR/DLV.pm blib/lib/Net/DNS/RR/DLV.pm +cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm +cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm +cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm +cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm +cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm +cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm +cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm +cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm +cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm +cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm +cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm +cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm +cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm +cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm +cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm +cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm +cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod +cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm +cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm +cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm +cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm +cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm +cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm +cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm +cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm +cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm +cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm +cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm +cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm +cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm +cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm +cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm +cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm +cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm +cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm +cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm +cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm +cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm +cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm +cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm +cp lib/Net/DNS/RR/SMIMEA.pm blib/lib/Net/DNS/RR/SMIMEA.pm +cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm +cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm +cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm +cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm +cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm +cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm +cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm +cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm +cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm +cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm +cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm +cp lib/Net/DNS/Resolver/os390.pm blib/lib/Net/DNS/Resolver/os390.pm +cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm +cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm +cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm +cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm +cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm +cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm +cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm +cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm +cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm +cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm +cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm +cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm +cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm +cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm +cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm +cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm +cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm +cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm +cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm +cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm +Manifying 39 pod documents +Manifying 37 pod documents +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# These tests were run using: +# Net::DNS 1.12 +# Data::Dumper 2.167_02 +# Digest::HMAC 1.03 +# Digest::MD5 2.55 +# Digest::SHA 5.98 +# Encode 2.92 +# File::Spec 3.68 +# IO::File 1.16 +# IO::Select 1.22 +# IO::Socket 1.38 +# IO::Socket::INET 1.35 +# IO::Socket::IP 0.39 +# MIME::Base64 3.15 +# PerlIO 1.10 +# Scalar::Util 1.49 +# Socket 2.020_03 +# Time::Local 1.25 +# set environment variable NET_DNS_DEBUG to get all versions +# +t/00-load.t ................... ok +t/00-pod.t .................... ok +t/00-version.t ................ ok +t/01-resolver-env.t ........... ok +t/01-resolver-file.t .......... ok +t/01-resolver-flags.t ......... ok +t/01-resolver-opt.t ........... ok +t/01-resolver.t ............... ok +t/02-domain.t ................. ok +t/02-domainname.t ............. ok +t/02-IDN.t .................... skipped: Net::LibIDN not installed +t/02-mailbox.t ................ ok +t/02-text.t ................... ok +t/03-header.t ................. ok +t/03-question.t ............... ok +t/03-rr.t ..................... ok +t/04-packet-truncate.t ........ ok +t/04-packet.t ................. ok +t/05-A.t ...................... ok +t/05-AAAA.t ................... ok +t/05-AFSDB.t .................. ok +t/05-APL.t .................... ok +t/05-CAA.t .................... ok +t/05-CDNSKEY.t ................ ok +t/05-CDS.t .................... ok +t/05-CERT.t ................... ok +t/05-CNAME.t .................. ok +t/05-CSYNC.t .................. ok +t/05-DHCID.t .................. ok +t/05-DLV.t .................... ok +t/05-DNAME.t .................. ok +t/05-DNSKEY.t ................. ok +t/05-DS.t ..................... ok +t/05-EUI48.t .................. ok +t/05-EUI64.t .................. ok +t/05-HINFO.t .................. ok +t/05-HIP.t .................... ok +t/05-IPSECKEY.t ............... ok +t/05-ISDN.t ................... ok +t/05-KEY.t .................... ok +t/05-KX.t ..................... ok +t/05-L32.t .................... ok +t/05-L64.t .................... ok +t/05-LOC.t .................... ok +t/05-LP.t ..................... ok +t/05-MINFO.t .................. ok +t/05-MX.t ..................... ok +t/05-NAPTR.t .................. ok +t/05-NID.t .................... ok +t/05-NS.t ..................... ok +t/05-NSEC.t ................... ok +t/05-NSEC3.t .................. ok +t/05-NSEC3PARAM.t ............. ok +t/05-NULL.t ................... ok +t/05-OPENPGPKEY.t ............. ok +t/05-OPT.t .................... ok +t/05-PTR.t .................... ok +t/05-PX.t ..................... ok +t/05-RP.t ..................... ok +t/05-RRSIG.t .................. ok +t/05-RT.t ..................... ok +t/05-SIG.t .................... ok +t/05-SMIMEA.t ................. ok +t/05-SOA.t .................... ok +t/05-SPF.t .................... ok +t/05-SRV.t .................... ok +t/05-SSHFP.t .................. ok +t/05-TKEY.t ................... ok +t/05-TLSA.t ................... ok +t/05-TSIG.t ................... ok +t/05-TXT.t .................... ok +t/05-URI.t .................... ok +t/05-X25.t .................... ok +t/06-packet-unique-push.t ..... ok +t/06-update.t ................. ok +t/07-rrsort.t ................. ok +t/07-zonefile.t ............... ok +t/08-IPv4.t ................... ok +t/08-IPv6.t ................... ok +t/08-recurse.t ................ ok +t/21-TSIG-create.t ............ ok +t/22-TSIG-verify.t ............ ok +t/31-NSEC-typelist.t .......... ok +t/32-NSEC3-typelist.t ......... ok +t/33-NSEC3-hash.t ............. ok +t/34-NSEC3-flags.t ............ ok +t/35-NSEC3-match.t ............ ok +t/36-NSEC3-covered.t .......... ok +t/37-NSEC3-base32.t ........... ok +t/41-DNSKEY-keytag.t .......... ok +t/42-DNSKEY-flags.t ........... ok +t/43-DNSKEY-keylength.t ....... ok +t/51-DS-SHA1.t ................ ok +t/52-DS-SHA256.t .............. ok +t/53-DS-GOST.t ................ skipped: Digest::GOST not installed +t/54-DS-SHA384.t .............. ok +t/61-SIG0-RSAMD5.t ............ skipped: Net::DNS::SEC not installed +t/63-RRSIG-DSA.t .............. skipped: Net::DNS::SEC not installed +t/65-RRSIG-RSASHA1.t .......... skipped: Net::DNS::SEC not installed +t/66-RRSIG-NSEC3DSA.t ......... skipped: Net::DNS::SEC not installed +t/67-RRSIG-NSEC3RSASHA1.t ..... skipped: Net::DNS::SEC not installed +t/68-RRSIG-RSASHA256.t ........ skipped: Net::DNS::SEC not installed +t/70-RRSIG-RSASHA512.t ........ skipped: Net::DNS::SEC not installed +t/72-RRSIG-ECC-GOST.t ......... skipped: Net::DNS::SEC not installed +t/73-RRSIG-ECDSAP256SHA256.t .. skipped: Net::DNS::SEC not installed +t/74-RRSIG-ECDSAP384SHA384.t .. skipped: Net::DNS::SEC not installed +# Cleaning +t/99-cleanup.t ................ ok +All tests successful. +Files=107, Tests=3273, 195 wallclock secs ( 0.54 usr 0.20 sys + 13.58 cusr 1.72 csys = 16.04 CPU) +Result: PASS +Manifying 39 pod documents +Manifying 37 pod documents +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/ZoneFile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Question.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Packet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Text.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Header.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/DomainName.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Domain.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Parameters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Mailbox.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Update.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Nameserver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/UNIX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/os390.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/MSWin32.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/os2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/cygwin.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/android.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/Resolver/Recurse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/MG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SRV.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/OPENPGPKEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/IPSECKEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/HINFO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/LOC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/EUI48.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/X25.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/OPT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/L32.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NSEC3PARAM.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/MR.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/MINFO.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/RP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SIG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/RT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/PX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/TKEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/KEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NAPTR.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/MB.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/TSIG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CDNSKEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/APL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/EUI64.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/L64.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CSYNC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/MX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CERT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/AAAA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NSEC3.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SOA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CAA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/AFSDB.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SMIMEA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/KX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/DNSKEY.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/DS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/DLV.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/PTR.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CDS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/GPOS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/URI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/HIP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/TXT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/RRSIG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NSEC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/NULL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/CNAME.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/DHCID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/LP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/TLSA.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SPF.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/SSHFP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/A.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/DNAME.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/DNS/RR/ISDN.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::HIP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::EUI48.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Update.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::APL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SMIMEA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::LP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::MR.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Nameserver.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NAPTR.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SPF.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::PTR.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::LOC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::DHCID.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::X25.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::TXT.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Parameters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Mailbox.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SRV.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::MX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NSEC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::UNIX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::HINFO.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::os390.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::TKEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SIG.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::DS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::DNAME.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SSHFP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::os2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Packet.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Question.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::MSWin32.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::EUI64.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::MB.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NSEC3.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::RP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::KX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CDS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::MINFO.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::ZoneFile.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::MG.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CAA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::L32.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NULL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::SOA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Domain.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::RRSIG.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::Recurse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::IPSECKEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::DLV.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NSEC3PARAM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::DNSKEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::KEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CDNSKEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::OPENPGPKEY.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::DomainName.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::ISDN.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::GPOS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::PX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::RT.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CERT.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::TSIG.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::AFSDB.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::cygwin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::AAAA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CSYNC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::NID.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::A.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::L64.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::OPT.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Text.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Header.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::URI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::CNAME.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::RR::TLSA.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::DNS::Resolver::android.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Net-DNS-1.12 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-DNS-1.12/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-DNS-1.12/MYMETA.json +Searching Task::Kensho::Logging (0) on cpanmetadb ... +--2017-10-09 07:48:25-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::Logging +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 111 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.2M=0s + +2017-10-09 07:48:26 (22.2 MB/s) - written to stdout [111/111] + +--> Working on Task::Kensho::Logging +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Logging-0.39.tar.gz ... --2017-10-09 07:48:26-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Logging-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25497 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-Logging-0.39.tar.gz’ + + 0K .......... .......... .... 100% 27.4M=0.001s + +2017-10-09 07:48:26 (27.4 MB/s) - ‘Task-Kensho-Logging-0.39.tar.gz’ saved [25497/25497] + +Unpacking Task-Kensho-Logging-0.39.tar.gz +OK +Task-Kensho-Logging-0.39/ +Task-Kensho-Logging-0.39/Build.PL +Task-Kensho-Logging-0.39/Changes +Task-Kensho-Logging-0.39/lib/ +Task-Kensho-Logging-0.39/LICENSE +Task-Kensho-Logging-0.39/Makefile.PL +Task-Kensho-Logging-0.39/MANIFEST +Task-Kensho-Logging-0.39/META.json +Task-Kensho-Logging-0.39/META.yml +Task-Kensho-Logging-0.39/README +Task-Kensho-Logging-0.39/t/ +Task-Kensho-Logging-0.39/xt/ +Task-Kensho-Logging-0.39/xt/author/ +Task-Kensho-Logging-0.39/xt/release/ +Task-Kensho-Logging-0.39/xt/release/changes_has_content.t +Task-Kensho-Logging-0.39/xt/release/cpan-changes.t +Task-Kensho-Logging-0.39/xt/release/distmeta.t +Task-Kensho-Logging-0.39/xt/release/minimum-version.t +Task-Kensho-Logging-0.39/xt/release/portability.t +Task-Kensho-Logging-0.39/xt/author/00-compile.t +Task-Kensho-Logging-0.39/xt/author/clean-namespaces.t +Task-Kensho-Logging-0.39/xt/author/eol.t +Task-Kensho-Logging-0.39/xt/author/kwalitee.t +Task-Kensho-Logging-0.39/xt/author/mojibake.t +Task-Kensho-Logging-0.39/xt/author/no-tabs.t +Task-Kensho-Logging-0.39/xt/author/pod-coverage.t +Task-Kensho-Logging-0.39/xt/author/pod-spell.t +Task-Kensho-Logging-0.39/xt/author/pod-syntax.t +Task-Kensho-Logging-0.39/t/00-report-prereqs.dd +Task-Kensho-Logging-0.39/t/00-report-prereqs.t +Task-Kensho-Logging-0.39/lib/Task/ +Task-Kensho-Logging-0.39/lib/Task/Kensho/ +Task-Kensho-Logging-0.39/lib/Task/Kensho/Logging.pm +Entering Task-Kensho-Logging-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Logging-0.39 ... Creating new 'Build' script for 'Task-Kensho-Logging' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have Log::Log4perl 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Log::Contextual 0 ... No +Checking if you have Log::Dispatch 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Searching Log::Log4perl (0) on cpanmetadb ... +OK +==> Found dependencies: Log::Log4perl, Log::Contextual, Log::Dispatch +--2017-10-09 07:48:26-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Log4perl +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2115 (2.1K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .. 100% 294M=0s + +2017-10-09 07:48:26 (294 MB/s) - written to stdout [2115/2115] + +--> Working on Log::Log4perl +Fetching http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-1.49.tar.gz ... --2017-10-09 07:48:26-- http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-1.49.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 279575 (273K) [application/x-gzip] +Saving to: ‘Log-Log4perl-1.49.tar.gz’ + + 0K .......... .......... .......... .......... .......... 18% 25.9M 0s + 50K .......... .......... .......... .......... .......... 36% 54.3M 0s + 100K .......... .......... .......... .......... .......... 54% 26.1M 0s + 150K .......... .......... .......... .......... .......... 73% 49.1M 0s + 200K .......... .......... .......... .......... .......... 91% 25.0M 0s + 250K .......... .......... ... 100% 123M=0.008s + +2017-10-09 07:48:26 (34.3 MB/s) - ‘Log-Log4perl-1.49.tar.gz’ saved [279575/279575] + +Unpacking Log-Log4perl-1.49.tar.gz +OK +Log-Log4perl-1.49/ +Log-Log4perl-1.49/Makefile.PL +Log-Log4perl-1.49/Changes +Log-Log4perl-1.49/ldap/ +Log-Log4perl-1.49/ldap/log4perl-2.ldif +Log-Log4perl-1.49/ldap/testload.ldif +Log-Log4perl-1.49/ldap/log4perl-unittest.ldif +Log-Log4perl-1.49/eg/ +Log-Log4perl-1.49/eg/l4p-tmpl +Log-Log4perl-1.49/eg/syslog.pl +Log-Log4perl-1.49/eg/benchmarks/ +Log-Log4perl-1.49/eg/benchmarks/Makefile +Log-Log4perl-1.49/eg/benchmarks/simple +Log-Log4perl-1.49/eg/yamlparser +Log-Log4perl-1.49/eg/log4j-manual-2.conf +Log-Log4perl-1.49/eg/log4j-file-append-perl.conf +Log-Log4perl-1.49/eg/log4j-file-append-java.conf +Log-Log4perl-1.49/eg/jabber.conf +Log-Log4perl-1.49/eg/override_appender +Log-Log4perl-1.49/eg/dupe-warning.conf +Log-Log4perl-1.49/eg/log4j-manual-3.conf +Log-Log4perl-1.49/eg/newsyslog-test +Log-Log4perl-1.49/eg/color +Log-Log4perl-1.49/eg/log4j-utf8.conf +Log-Log4perl-1.49/eg/log4j-manual-1.conf +Log-Log4perl-1.49/eg/prototype +Log-Log4perl-1.49/eg/5005it.pl +Log-Log4perl-1.49/eg/L4pResurrectable.pm +Log-Log4perl-1.49/MANIFEST.SKIP +Log-Log4perl-1.49/META.yml +Log-Log4perl-1.49/.licensizer.yml +Log-Log4perl-1.49/xml/ +Log-Log4perl-1.49/xml/log4j-1.2.dtd +Log-Log4perl-1.49/xml/log4perl.dtd +Log-Log4perl-1.49/t/ +Log-Log4perl-1.49/t/030LDLevel.t +Log-Log4perl-1.49/t/037JWin32Event.t +Log-Log4perl-1.49/t/003Layout.t +Log-Log4perl-1.49/t/002Logger.t +Log-Log4perl-1.49/t/062InitHash.t +Log-Log4perl-1.49/t/063LoggerRemove.t +Log-Log4perl-1.49/t/036JSyslog.t +Log-Log4perl-1.49/t/035JDBCAppender.t +Log-Log4perl-1.49/t/001Level.t +Log-Log4perl-1.49/t/049Unhide.t +Log-Log4perl-1.49/t/051Extra.t +Log-Log4perl-1.49/t/006Config-Java.t +Log-Log4perl-1.49/t/014ConfErrs.t +Log-Log4perl-1.49/t/021AppThres.t +Log-Log4perl-1.49/t/018Init.t +Log-Log4perl-1.49/t/061Multiline.t +Log-Log4perl-1.49/t/043VarSubst.t +Log-Log4perl-1.49/t/027Watch4.t +Log-Log4perl-1.49/t/027Watch3.t +Log-Log4perl-1.49/t/066SQLite.t +Log-Log4perl-1.49/t/053Resurrect.t +Log-Log4perl-1.49/t/023Date.t +Log-Log4perl-1.49/t/057MsgChomp.t +Log-Log4perl-1.49/t/012Deeper.t +Log-Log4perl-1.49/t/004Config.t +Log-Log4perl-1.49/t/027Watch2.t +Log-Log4perl-1.49/t/007LogPrio.t +Log-Log4perl-1.49/t/003Layout-Rr.t +Log-Log4perl-1.49/t/059Wrapper.t +Log-Log4perl-1.49/t/060Initialized.t +Log-Log4perl-1.49/t/020Easy2.t +Log-Log4perl-1.49/t/deeper6.expected +Log-Log4perl-1.49/t/055AppDestroy.t +Log-Log4perl-1.49/t/068MultilineIndented.t +Log-Log4perl-1.49/t/042SyncApp.t +Log-Log4perl-1.49/t/032JRollFile.t +Log-Log4perl-1.49/t/testdisp.pl +Log-Log4perl-1.49/t/045Composite.t +Log-Log4perl-1.49/t/029SysWide.t +Log-Log4perl-1.49/t/056SyncApp2.t +Log-Log4perl-1.49/t/031NDC.t +Log-Log4perl-1.49/t/041SafeEval.t +Log-Log4perl-1.49/t/067Exception.t +Log-Log4perl-1.49/t/025CustLevels.t +Log-Log4perl-1.49/t/039XML-DOM2.t +Log-Log4perl-1.49/t/008ConfCat.t +Log-Log4perl-1.49/t/011JFile.t +Log-Log4perl-1.49/t/033UsrCspec.t +Log-Log4perl-1.49/t/022Wrap.t +Log-Log4perl-1.49/t/054Subclass.t +Log-Log4perl-1.49/t/050Buffer.t +Log-Log4perl-1.49/t/028Additivity.t +Log-Log4perl-1.49/t/009Deuce.t +Log-Log4perl-1.49/t/compare.pl +Log-Log4perl-1.49/t/065Undef.t +Log-Log4perl-1.49/t/070UTCDate.t +Log-Log4perl-1.49/t/016Export.t +Log-Log4perl-1.49/t/020Easy.t +Log-Log4perl-1.49/t/052Utf8.t +Log-Log4perl-1.49/t/040Filter.t +Log-Log4perl-1.49/t/015fltmsg.t +Log-Log4perl-1.49/t/024WarnDieCarp.t +Log-Log4perl-1.49/t/lib/ +Log-Log4perl-1.49/t/lib/Log4perlInternalTest.pm +Log-Log4perl-1.49/t/deeper7.expected +Log-Log4perl-1.49/t/017Watch.t +Log-Log4perl-1.49/t/046RRDs.t +Log-Log4perl-1.49/t/069MoreMultiline.t +Log-Log4perl-1.49/t/026FileApp.t +Log-Log4perl-1.49/t/064RealClass.t +Log-Log4perl-1.49/t/019Warn.t +Log-Log4perl-1.49/t/048lwp.t +Log-Log4perl-1.49/t/058Warnings.t +Log-Log4perl-1.49/t/013Bench.t +Log-Log4perl-1.49/t/deeper1.expected +Log-Log4perl-1.49/t/005Config-Perl.t +Log-Log4perl-1.49/t/038XML-DOM1.t +Log-Log4perl-1.49/t/034DBI.t +Log-Log4perl-1.49/t/044XML-Filter.t +Log-Log4perl-1.49/t/010JConsole.t +Log-Log4perl-1.49/lib/ +Log-Log4perl-1.49/lib/Log/ +Log-Log4perl-1.49/lib/Log/Log4perl/ +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/ +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/SyslogAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/NTEventLogAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/RollingFileAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/FileAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/JDBCAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/TestBuffer.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap/ConsoleAppender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Layout.pm +Log-Log4perl-1.49/lib/Log/Log4perl/DateFormat.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/ +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/RRDs.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/Synchronized.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/String.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/Limit.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/Screen.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/Buffer.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/ScreenColoredLevels.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/File.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/TestArrayBuffer.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/DBI.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/TestBuffer.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/TestFileCreeper.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender/Socket.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Util/ +Log-Log4perl-1.49/lib/Log/Log4perl/Util/Semaphore.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Util/TimeTracker.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/ +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/PatternLayout.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/NoopLayout.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/PatternLayout/ +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Layout/SimpleLayout.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Catalyst.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Appender.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Level.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Resurrector.pm +Log-Log4perl-1.49/lib/Log/Log4perl/MDC.pm +Log-Log4perl-1.49/lib/Log/Log4perl/InternalDebug.pm +Log-Log4perl-1.49/lib/Log/Log4perl/FAQ.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Config.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Config/ +Log-Log4perl-1.49/lib/Log/Log4perl/Config/BaseConfigurator.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Config/DOMConfigurator.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Config/Watch.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Config/PropertyConfigurator.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/ +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/MDC.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/LevelRange.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/LevelMatch.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/Boolean.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Filter/StringMatch.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Util.pm +Log-Log4perl-1.49/lib/Log/Log4perl/JavaMap.pm +Log-Log4perl-1.49/lib/Log/Log4perl/NDC.pm +Log-Log4perl-1.49/lib/Log/Log4perl/Logger.pm +Log-Log4perl-1.49/lib/Log/Log4perl.pm +Log-Log4perl-1.49/README +Log-Log4perl-1.49/META.json +Log-Log4perl-1.49/MANIFEST +Log-Log4perl-1.49/LICENSE +Entering Log-Log4perl-1.49 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Log4perl-1.49 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Log4perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Log-Log4perl-1.49 ... cp lib/Log/Log4perl/Config/Watch.pm blib/lib/Log/Log4perl/Config/Watch.pm +cp lib/Log/Log4perl/Appender/String.pm blib/lib/Log/Log4perl/Appender/String.pm +cp lib/Log/Log4perl/Appender/TestBuffer.pm blib/lib/Log/Log4perl/Appender/TestBuffer.pm +cp lib/Log/Log4perl/JavaMap/ConsoleAppender.pm blib/lib/Log/Log4perl/JavaMap/ConsoleAppender.pm +cp lib/Log/Log4perl/Filter/StringMatch.pm blib/lib/Log/Log4perl/Filter/StringMatch.pm +cp lib/Log/Log4perl/Filter/MDC.pm blib/lib/Log/Log4perl/Filter/MDC.pm +cp lib/Log/Log4perl/Config/PropertyConfigurator.pm blib/lib/Log/Log4perl/Config/PropertyConfigurator.pm +cp lib/Log/Log4perl.pm blib/lib/Log/Log4perl.pm +cp lib/Log/Log4perl/Catalyst.pm blib/lib/Log/Log4perl/Catalyst.pm +cp lib/Log/Log4perl/DateFormat.pm blib/lib/Log/Log4perl/DateFormat.pm +cp lib/Log/Log4perl/Appender/ScreenColoredLevels.pm blib/lib/Log/Log4perl/Appender/ScreenColoredLevels.pm +cp lib/Log/Log4perl/Appender/Screen.pm blib/lib/Log/Log4perl/Appender/Screen.pm +cp lib/Log/Log4perl/Appender/File.pm blib/lib/Log/Log4perl/Appender/File.pm +cp lib/Log/Log4perl/Config/DOMConfigurator.pm blib/lib/Log/Log4perl/Config/DOMConfigurator.pm +cp lib/Log/Log4perl/Appender.pm blib/lib/Log/Log4perl/Appender.pm +cp lib/Log/Log4perl/Filter.pm blib/lib/Log/Log4perl/Filter.pm +cp lib/Log/Log4perl/Filter/LevelRange.pm blib/lib/Log/Log4perl/Filter/LevelRange.pm +cp lib/Log/Log4perl/Appender/Limit.pm blib/lib/Log/Log4perl/Appender/Limit.pm +cp lib/Log/Log4perl/Config.pm blib/lib/Log/Log4perl/Config.pm +cp lib/Log/Log4perl/Filter/Boolean.pm blib/lib/Log/Log4perl/Filter/Boolean.pm +cp lib/Log/Log4perl/FAQ.pm blib/lib/Log/Log4perl/FAQ.pm +cp lib/Log/Log4perl/Appender/Socket.pm blib/lib/Log/Log4perl/Appender/Socket.pm +cp lib/Log/Log4perl/JavaMap.pm blib/lib/Log/Log4perl/JavaMap.pm +cp lib/Log/Log4perl/Appender/Synchronized.pm blib/lib/Log/Log4perl/Appender/Synchronized.pm +cp lib/Log/Log4perl/Appender/RRDs.pm blib/lib/Log/Log4perl/Appender/RRDs.pm +cp lib/Log/Log4perl/InternalDebug.pm blib/lib/Log/Log4perl/InternalDebug.pm +cp lib/Log/Log4perl/Config/BaseConfigurator.pm blib/lib/Log/Log4perl/Config/BaseConfigurator.pm +cp lib/Log/Log4perl/Appender/DBI.pm blib/lib/Log/Log4perl/Appender/DBI.pm +cp lib/Log/Log4perl/Appender/TestFileCreeper.pm blib/lib/Log/Log4perl/Appender/TestFileCreeper.pm +cp lib/Log/Log4perl/Appender/TestArrayBuffer.pm blib/lib/Log/Log4perl/Appender/TestArrayBuffer.pm +cp lib/Log/Log4perl/Filter/LevelMatch.pm blib/lib/Log/Log4perl/Filter/LevelMatch.pm +cp lib/Log/Log4perl/Appender/Buffer.pm blib/lib/Log/Log4perl/Appender/Buffer.pm +cp lib/Log/Log4perl/NDC.pm blib/lib/Log/Log4perl/NDC.pm +cp lib/Log/Log4perl/Layout.pm blib/lib/Log/Log4perl/Layout.pm +cp lib/Log/Log4perl/Logger.pm blib/lib/Log/Log4perl/Logger.pm +cp lib/Log/Log4perl/JavaMap/RollingFileAppender.pm blib/lib/Log/Log4perl/JavaMap/RollingFileAppender.pm +cp lib/Log/Log4perl/Layout/NoopLayout.pm blib/lib/Log/Log4perl/Layout/NoopLayout.pm +cp lib/Log/Log4perl/Util.pm blib/lib/Log/Log4perl/Util.pm +cp lib/Log/Log4perl/JavaMap/FileAppender.pm blib/lib/Log/Log4perl/JavaMap/FileAppender.pm +cp lib/Log/Log4perl/JavaMap/SyslogAppender.pm blib/lib/Log/Log4perl/JavaMap/SyslogAppender.pm +cp lib/Log/Log4perl/Level.pm blib/lib/Log/Log4perl/Level.pm +cp lib/Log/Log4perl/Util/TimeTracker.pm blib/lib/Log/Log4perl/Util/TimeTracker.pm +cp lib/Log/Log4perl/Layout/SimpleLayout.pm blib/lib/Log/Log4perl/Layout/SimpleLayout.pm +cp lib/Log/Log4perl/JavaMap/NTEventLogAppender.pm blib/lib/Log/Log4perl/JavaMap/NTEventLogAppender.pm +cp lib/Log/Log4perl/JavaMap/JDBCAppender.pm blib/lib/Log/Log4perl/JavaMap/JDBCAppender.pm +cp lib/Log/Log4perl/Util/Semaphore.pm blib/lib/Log/Log4perl/Util/Semaphore.pm +cp lib/Log/Log4perl/Resurrector.pm blib/lib/Log/Log4perl/Resurrector.pm +cp lib/Log/Log4perl/Layout/PatternLayout.pm blib/lib/Log/Log4perl/Layout/PatternLayout.pm +cp lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm blib/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm +cp lib/Log/Log4perl/JavaMap/TestBuffer.pm blib/lib/Log/Log4perl/JavaMap/TestBuffer.pm +cp lib/Log/Log4perl/MDC.pm blib/lib/Log/Log4perl/MDC.pm +cp eg/l4p-tmpl blib/script/l4p-tmpl +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/l4p-tmpl +Manifying 1 pod document +Manifying 28 pod documents +Manifying 23 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/001Level.t .............. ok +t/002Logger.t ............. ok +t/003Layout-Rr.t .......... ok +t/003Layout.t ............. ok +t/004Config.t ............. ok +t/005Config-Perl.t ........ ok +t/006Config-Java.t ........ skipped: only with Log::Dispatch +t/007LogPrio.t ............ ok +t/008ConfCat.t ............ ok +t/009Deuce.t .............. ok +t/010JConsole.t ........... skipped: only with Log::Dispatch +t/011JFile.t .............. skipped: only with Log::Dispatch +t/012Deeper.t ............. skipped: only with Log::Dispatch +t/013Bench.t .............. ok +t/014ConfErrs.t ........... ok +t/015fltmsg.t ............. ok +t/016Export.t ............. ok +t/017Watch.t .............. ok +t/018Init.t ............... ok +t/019Warn.t ............... ok +t/020Easy.t ............... ok +t/020Easy2.t .............. ok +t/021AppThres.t ........... ok +t/022Wrap.t ............... ok +t/023Date.t ............... ok +t/024WarnDieCarp.t ........ ok +t/025CustLevels.t ......... ok +t/026FileApp.t ............ ok +t/027Watch2.t ............. ok +t/027Watch3.t ............. ok +t/027Watch4.t ............. ok +t/028Additivity.t ......... ok +t/029SysWide.t ............ ok +t/030LDLevel.t ............ ok +t/031NDC.t ................ ok +t/032JRollFile.t .......... skipped: only with Log::Dispatch::FileRotate 1.10 +t/033UsrCspec.t ........... ok +t/034DBI.t ................ skipped: DBI 1.607 or DBD::CSV 0.33 or SQL::Statement 1.20 not installed, skipping tests +t/035JDBCAppender.t ....... skipped: only with Log::Dispatch and DBD::CSV 0.33 +t/036JSyslog.t ............ ok +t/037JWin32Event.t ........ skipped: only with Log::Dispatch::Win32EventLog +t/038XML-DOM1.t ........... skipped: only with XML::DOM > 1.29 +t/039XML-DOM2.t ........... skipped: only with XML::DOM > 1.29 +t/040Filter.t ............. ok +t/041SafeEval.t ........... ok +t/042SyncApp.t ............ skipped: - only with L4P_ALL_TESTS +t/043VarSubst.t ........... ok +t/044XML-Filter.t ......... skipped: only with XML::DOM > 1.29 +t/045Composite.t .......... ok +t/046RRDs.t ............... skipped: (RRDs not installed) +t/048lwp.t ................ skipped: Only with 2.0 < LWP::UserAgent < 5.822 +t/049Unhide.t ............. ok +t/050Buffer.t ............. ok +t/051Extra.t .............. ok +t/052Utf8.t ............... ok +t/053Resurrect.t .......... ok +t/054Subclass.t ........... ok +t/055AppDestroy.t ......... ok +t/056SyncApp2.t ........... skipped: - only with L4P_ALL_TESTS +t/057MsgChomp.t ........... ok +t/058Warnings.t ........... ok +t/059Wrapper.t ............ ok +t/060Initialized.t ........ ok +t/061Multiline.t .......... ok +t/062InitHash.t ........... ok +t/063LoggerRemove.t ....... ok +t/064RealClass.t .......... ok +t/065Undef.t .............. ok +t/066SQLite.t ............. ok +t/067Exception.t .......... ok +t/068MultilineIndented.t .. ok +t/069MoreMultiline.t ...... ok +t/070UTCDate.t ............ ok +All tests successful. +Files=73, Tests=723, 31 wallclock secs ( 0.24 usr 0.12 sys + 5.81 cusr 0.81 csys = 6.98 CPU) +Result: PASS +Manifying 1 pod document +Manifying 28 pod documents +Manifying 23 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Level.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Resurrector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/MDC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/FAQ.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/DateFormat.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Catalyst.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/InternalDebug.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Layout.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Logger.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/NDC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Layout/NoopLayout.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Layout/SimpleLayout.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Layout/PatternLayout.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Layout/PatternLayout/Multiline.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/RollingFileAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/SyslogAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/TestBuffer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/FileAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/ConsoleAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/NTEventLogAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/JavaMap/JDBCAppender.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter/MDC.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter/StringMatch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter/LevelMatch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Filter/LevelRange.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/Synchronized.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/TestFileCreeper.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/ScreenColoredLevels.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/TestBuffer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/TestArrayBuffer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/Limit.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/RRDs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/Socket.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/Buffer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/DBI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Appender/Screen.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Config/BaseConfigurator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Config/PropertyConfigurator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Config/Watch.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Config/DOMConfigurator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Util/Semaphore.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Log/Log4perl/Util/TimeTracker.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/l4p-tmpl.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Config::BaseConfigurator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter::StringMatch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::DateFormat.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Layout::SimpleLayout.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::Synchronized.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Level.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Catalyst.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::FileAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::MDC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::NDC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Resurrector.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter::LevelMatch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::RollingFileAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Logger.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Layout::NoopLayout.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Util::TimeTracker.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter::LevelRange.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::TestBuffer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::Screen.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::Buffer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Layout::PatternLayout.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::String.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::ConsoleAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::TestArrayBuffer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::Socket.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::InternalDebug.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::Limit.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Config::DOMConfigurator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Config.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::DBI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Config::PropertyConfigurator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Util::Semaphore.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Layout.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::NTEventLogAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Layout::PatternLayout::Multiline.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::RRDs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::TestFileCreeper.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::JDBCAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::TestBuffer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::JavaMap::SyslogAppender.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Filter::MDC.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Appender::ScreenColoredLevels.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Config::Watch.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Log::Log4perl::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/l4p-tmpl +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Log-Log4perl-1.49 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Log4perl-1.49/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Log-Log4perl-1.49/MYMETA.json +Searching Log::Contextual (0) on cpanmetadb ... +--2017-10-09 07:48:59-- http://cpanmetadb.plackperl.org/v1.0/package/Log::Contextual +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 556 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 106M=0s + +2017-10-09 07:48:59 (106 MB/s) - written to stdout [556/556] + +--> Working on Log::Contextual +Fetching http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-0.007001.tar.gz ... --2017-10-09 07:48:59-- http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-0.007001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 36761 (36K) [application/x-gzip] +Saving to: ‘Log-Contextual-0.007001.tar.gz’ + + 0K .......... .......... .......... ..... 100% 33.2M=0.001s + +2017-10-09 07:48:59 (33.2 MB/s) - ‘Log-Contextual-0.007001.tar.gz’ saved [36761/36761] + +Unpacking Log-Contextual-0.007001.tar.gz +OK +Log-Contextual-0.007001/ +Log-Contextual-0.007001/lib/ +Log-Contextual-0.007001/lib/Log/ +Log-Contextual-0.007001/lib/Log/Contextual/ +Log-Contextual-0.007001/lib/Log/Contextual/Easy/ +Log-Contextual-0.007001/lib/Log/Contextual/Easy/Default.pm +Log-Contextual-0.007001/lib/Log/Contextual/Easy/Package.pm +Log-Contextual-0.007001/lib/Log/Contextual/SimpleLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/ +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/ +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/WithLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/SetLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/HasLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router.pm +Log-Contextual-0.007001/lib/Log/Contextual/WarnLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/TeeLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Router.pm +Log-Contextual-0.007001/lib/Log/Contextual.pm +Log-Contextual-0.007001/CONTRIBUTING +Log-Contextual-0.007001/Makefile.PL +Log-Contextual-0.007001/META.json +Log-Contextual-0.007001/MANIFEST +Log-Contextual-0.007001/META.yml +Log-Contextual-0.007001/dist.ini +Log-Contextual-0.007001/cpanfile +Log-Contextual-0.007001/LICENSE +Log-Contextual-0.007001/Changes +Log-Contextual-0.007001/README +Log-Contextual-0.007001/t/ +Log-Contextual-0.007001/t/warnlogger-with-levels.t +Log-Contextual-0.007001/t/author-pod-syntax.t +Log-Contextual-0.007001/t/log-with-levels.t +Log-Contextual-0.007001/t/lib/ +Log-Contextual-0.007001/t/lib/DefaultImportLogger.pm +Log-Contextual-0.007001/t/lib/TestExporter.pm +Log-Contextual-0.007001/t/lib/TestRouter.pm +Log-Contextual-0.007001/t/lib/BaseLogger.pm +Log-Contextual-0.007001/t/lib/My/ +Log-Contextual-0.007001/t/lib/My/Module2.pm +Log-Contextual-0.007001/t/lib/My/Module.pm +Log-Contextual-0.007001/t/default_logger.t +Log-Contextual-0.007001/t/default_import.t +Log-Contextual-0.007001/t/package_logger.t +Log-Contextual-0.007001/t/rt83267-begin.t +Log-Contextual-0.007001/t/simplelogger.t +Log-Contextual-0.007001/t/yell-loudly.t +Log-Contextual-0.007001/t/log4perl.conf +Log-Contextual-0.007001/t/has_logger.t +Log-Contextual-0.007001/t/warnlogger.t +Log-Contextual-0.007001/t/router_api.t +Log-Contextual-0.007001/t/perltidy.t +Log-Contextual-0.007001/t/log4perl.t +Log-Contextual-0.007001/t/rt83267.t +Log-Contextual-0.007001/t/caller.t +Log-Contextual-0.007001/t/base.t +Log-Contextual-0.007001/t/easy.t +Log-Contextual-0.007001/t/dlog.t +Log-Contextual-0.007001/t/log.t +Log-Contextual-0.007001/t/arg.t +Log-Contextual-0.007001/t/eg.t +Entering Log-Contextual-0.007001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Contextual-0.007001 ... Warning: prerequisite Exporter::Declare 0.111 not found. +Warning: prerequisite Moo 1.003 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Contextual +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Exporter::Declare 0.111 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Data::Dumper::Concise 0 ... Yes (2.023) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Moo 2.000000 ... No +Searching Exporter::Declare (0.111) on cpanmetadb ... +OK +==> Found dependencies: Exporter::Declare, Moo +--2017-10-09 07:49:00-- http://cpanmetadb.plackperl.org/v1.0/package/Exporter::Declare +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 384 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 65.4M=0s + +2017-10-09 07:49:00 (65.4 MB/s) - written to stdout [384/384] + +--> Working on Exporter::Declare +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Exporter-Declare-0.114.tar.gz ... --2017-10-09 07:49:00-- http://www.cpan.org/authors/id/E/EX/EXODIST/Exporter-Declare-0.114.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29376 (29K) [application/x-gzip] +Saving to: ‘Exporter-Declare-0.114.tar.gz’ + + 0K .......... .......... ........ 100% 31.4M=0.001s + +2017-10-09 07:49:00 (31.4 MB/s) - ‘Exporter-Declare-0.114.tar.gz’ saved [29376/29376] + +Unpacking Exporter-Declare-0.114.tar.gz +OK +Exporter-Declare-0.114 +Exporter-Declare-0.114/Build.PL +Exporter-Declare-0.114/META.json +Exporter-Declare-0.114/README.pod +Exporter-Declare-0.114/META.yml +Exporter-Declare-0.114/README +Exporter-Declare-0.114/MANIFEST +Exporter-Declare-0.114/lib +Exporter-Declare-0.114/lib/Exporter +Exporter-Declare-0.114/lib/Exporter/Declare.pm +Exporter-Declare-0.114/lib/Exporter/Declare +Exporter-Declare-0.114/lib/Exporter/Declare/Meta.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Specs.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Export.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Export +Exporter-Declare-0.114/lib/Exporter/Declare/Export/Variable.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Export/Alias.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Export/Sub.pm +Exporter-Declare-0.114/lib/Exporter/Declare/Export/Generator.pm +Exporter-Declare-0.114/t +Exporter-Declare-0.114/t/Meta_From_Old.t +Exporter-Declare-0.114/t/Sub.t +Exporter-Declare-0.114/t/reexport.t +Exporter-Declare-0.114/t/Generator.t +Exporter-Declare-0.114/t/Export.t +Exporter-Declare-0.114/t/Declare.t +Exporter-Declare-0.114/t/Specs.t +Exporter-Declare-0.114/t/Magic.t +Exporter-Declare-0.114/t/misc.t +Exporter-Declare-0.114/t/Meta.t +Exporter-Declare-0.114/t/pod.t +Exporter-Declare-0.114/t/Variable.t +Exporter-Declare-0.114/t/Inheritance.t +Exporter-Declare-0.114/t/lib +Exporter-Declare-0.114/t/lib/InheritanceChild.pm +Exporter-Declare-0.114/t/lib/InheritanceParent.pm +Entering Exporter-Declare-0.114 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Exporter-Declare-0.114 ... Checking prerequisites... + requires: + ! Meta::Builder is not installed + build_requires: + ! Fennec::Lite is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Exporter-Declare' version '0.114' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Simple 0.90 ... Yes (1.302098) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Fennec::Lite 0.004 ... No +Checking if you have Meta::Builder 0.003 ... No +Searching Fennec::Lite (0.004) on cpanmetadb ... +OK +==> Found dependencies: Fennec::Lite, Meta::Builder +--2017-10-09 07:49:00-- http://cpanmetadb.plackperl.org/v1.0/package/Fennec::Lite +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.4M=0s + +2017-10-09 07:49:00 (18.4 MB/s) - written to stdout [99/99] + +--> Working on Fennec::Lite +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Fennec-Lite-0.004.tar.gz ... --2017-10-09 07:49:00-- http://www.cpan.org/authors/id/E/EX/EXODIST/Fennec-Lite-0.004.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10555 (10K) [application/x-gzip] +Saving to: ‘Fennec-Lite-0.004.tar.gz’ + + 0K .......... 100% 113M=0s + +2017-10-09 07:49:00 (113 MB/s) - ‘Fennec-Lite-0.004.tar.gz’ saved [10555/10555] + +Unpacking Fennec-Lite-0.004.tar.gz +OK +Fennec-Lite-0.004 +Fennec-Lite-0.004/README +Fennec-Lite-0.004/Build.PL +Fennec-Lite-0.004/META.yml +Fennec-Lite-0.004/MANIFEST +Fennec-Lite-0.004/t +Fennec-Lite-0.004/t/OO.t +Fennec-Lite-0.004/t/RunByLine.t +Fennec-Lite-0.004/t/Acceptance.t +Fennec-Lite-0.004/lib +Fennec-Lite-0.004/lib/Fennec +Fennec-Lite-0.004/lib/Fennec/Lite.pm +Entering Fennec-Lite-0.004 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Fennec-Lite-0.004 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Fennec-Lite' version '0.004' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Fennec-Lite-0.004 ... Building Fennec-Lite +t/Acceptance.t .. ok +t/OO.t .......... ok +t/RunByLine.t ... ok +All tests successful. +Files=3, Tests=28, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.04 csys = 0.25 CPU) +Result: PASS +Building Fennec-Lite +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Fennec/Lite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Fennec::Lite.3 +OK +Successfully installed Fennec-Lite-0.004 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Fennec-Lite-0.004/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Fennec-Lite-0.004/MYMETA.json +Searching Meta::Builder (0.003) on cpanmetadb ... +--2017-10-09 07:49:01-- http://cpanmetadb.plackperl.org/v1.0/package/Meta::Builder +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 159 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 33.7M=0s + +2017-10-09 07:49:01 (33.7 MB/s) - written to stdout [159/159] + +--> Working on Meta::Builder +Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Meta-Builder-0.003.tar.gz ... --2017-10-09 07:49:01-- http://www.cpan.org/authors/id/E/EX/EXODIST/Meta-Builder-0.003.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9481 (9.3K) [application/x-gzip] +Saving to: ‘Meta-Builder-0.003.tar.gz’ + + 0K ......... 100% 119M=0s + +2017-10-09 07:49:01 (119 MB/s) - ‘Meta-Builder-0.003.tar.gz’ saved [9481/9481] + +Unpacking Meta-Builder-0.003.tar.gz +OK +Meta-Builder-0.003 +Meta-Builder-0.003/README +Meta-Builder-0.003/Build.PL +Meta-Builder-0.003/META.yml +Meta-Builder-0.003/MANIFEST +Meta-Builder-0.003/t +Meta-Builder-0.003/t/Builder.t +Meta-Builder-0.003/t/Merge.t +Meta-Builder-0.003/lib +Meta-Builder-0.003/lib/Meta +Meta-Builder-0.003/lib/Meta/Builder.pm +Meta-Builder-0.003/lib/Meta/Builder +Meta-Builder-0.003/lib/Meta/Builder/Base.pm +Meta-Builder-0.003/lib/Meta/Builder/Util.pm +Entering Meta-Builder-0.003 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Meta-Builder-0.003 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Meta-Builder' version '0.003' +Checking dependencies from MYMETA.json ... +Checking if you have Fennec::Lite 0.004 ... Yes (0.004) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Meta-Builder-0.003 ... Building Meta-Builder +t/Builder.t .. ok +t/Merge.t .... ok +All tests successful. +Files=2, Tests=54, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.12 cusr 0.03 csys = 0.19 CPU) +Result: PASS +Building Meta-Builder +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Meta/Builder.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Meta/Builder/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Meta/Builder/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Meta::Builder.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Meta::Builder::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Meta::Builder::Util.3 +OK +Successfully installed Meta-Builder-0.003 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Meta-Builder-0.003/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Meta-Builder-0.003/MYMETA.json +Building and testing Exporter-Declare-0.114 ... Building Exporter-Declare +t/Declare.t ........ ok +t/Export.t ......... ok +t/Generator.t ...... ok +t/Inheritance.t .... ok +t/Magic.t .......... skipped: Exporter::Declare::Magic 0.107 and Devel::Declare::Parser are required for -magic +t/Meta.t ........... ok +t/Meta_From_Old.t .. ok +t/Specs.t .......... ok +t/Sub.t ............ ok +t/Variable.t ....... ok +t/misc.t ........... ok +t/pod.t ............ skipped: set TEST_POD to enable this test +t/reexport.t ....... ok +All tests successful. +Files=13, Tests=145, 1 wallclock secs ( 0.07 usr 0.01 sys + 0.90 cusr 0.13 csys = 1.11 CPU) +Result: PASS +Building Exporter-Declare +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Specs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Export.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Meta.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Export/Variable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Export/Alias.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Export/Sub.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Exporter/Declare/Export/Generator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Export::Variable.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Meta.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Specs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Export.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Export::Alias.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Export::Sub.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Exporter::Declare::Export::Generator.3 +OK +Successfully installed Exporter-Declare-0.114 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exporter-Declare-0.114/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Exporter-Declare-0.114/MYMETA.json +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed +! Bailing out the installation for Log-Contextual-0.007001. +Already tried Log::Dispatch. Skipping. +! Installing the dependencies failed: Module 'Log::Dispatch' is not installed, Module 'Log::Contextual' is not installed +! Bailing out the installation for Task-Kensho-Logging-0.39. +Already tried Text::Glob. Skipping. +Searching MooseX::Declare (0) on cpanmetadb ... +--2017-10-09 07:49:04-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Declare +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1045 (1.0K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 119M=0s + +2017-10-09 07:49:04 (119 MB/s) - written to stdout [1045/1045] + +--> Working on MooseX::Declare +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Declare-0.43.tar.gz ... --2017-10-09 07:49:04-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Declare-0.43.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 60478 (59K) [application/x-gzip] +Saving to: ‘MooseX-Declare-0.43.tar.gz’ + + 0K .......... .......... .......... .......... .......... 84% 29.3M 0s + 50K ......... 100% 192M=0.002s + +2017-10-09 07:49:05 (33.7 MB/s) - ‘MooseX-Declare-0.43.tar.gz’ saved [60478/60478] + +Unpacking MooseX-Declare-0.43.tar.gz +OK +MooseX-Declare-0.43/ +MooseX-Declare-0.43/Build.PL +MooseX-Declare-0.43/Changes +MooseX-Declare-0.43/CONTRIBUTING +MooseX-Declare-0.43/dist.ini +MooseX-Declare-0.43/INSTALL +MooseX-Declare-0.43/lib/ +MooseX-Declare-0.43/LICENSE +MooseX-Declare-0.43/Makefile.PL +MooseX-Declare-0.43/MANIFEST +MooseX-Declare-0.43/META.json +MooseX-Declare-0.43/META.yml +MooseX-Declare-0.43/README +MooseX-Declare-0.43/t/ +MooseX-Declare-0.43/xt/ +MooseX-Declare-0.43/xt/author/ +MooseX-Declare-0.43/xt/release/ +MooseX-Declare-0.43/xt/release/changes_has_content.t +MooseX-Declare-0.43/xt/release/cpan-changes.t +MooseX-Declare-0.43/xt/release/distmeta.t +MooseX-Declare-0.43/xt/release/minimum-version.t +MooseX-Declare-0.43/xt/release/pod-syntax.t +MooseX-Declare-0.43/xt/release/portability.t +MooseX-Declare-0.43/xt/author/00-compile.t +MooseX-Declare-0.43/xt/author/clean-namespaces.t +MooseX-Declare-0.43/xt/author/eol.t +MooseX-Declare-0.43/xt/author/kwalitee.t +MooseX-Declare-0.43/xt/author/mojibake.t +MooseX-Declare-0.43/xt/author/no-tabs.t +MooseX-Declare-0.43/t/00-report-prereqs.dd +MooseX-Declare-0.43/t/00-report-prereqs.t +MooseX-Declare-0.43/t/anon.t +MooseX-Declare-0.43/t/attribute_issues.t +MooseX-Declare-0.43/t/autoclean.t +MooseX-Declare-0.43/t/basic.t +MooseX-Declare-0.43/t/clean.t +MooseX-Declare-0.43/t/import.t +MooseX-Declare-0.43/t/inner_keywords.t +MooseX-Declare-0.43/t/lib/ +MooseX-Declare-0.43/t/manual_namespace.t +MooseX-Declare-0.43/t/meta_should_be_signature.t +MooseX-Declare-0.43/t/method_as_default.t +MooseX-Declare-0.43/t/modifier_order.t +MooseX-Declare-0.43/t/modifiers.t +MooseX-Declare-0.43/t/modify_with_invocant.t +MooseX-Declare-0.43/t/nested_anonymous_classes.t +MooseX-Declare-0.43/t/nesting.t +MooseX-Declare-0.43/t/optional_positional.t +MooseX-Declare-0.43/t/override_attribute_from_role.t +MooseX-Declare-0.43/t/recipes/ +MooseX-Declare-0.43/t/role_application.t +MooseX-Declare-0.43/t/role_parameterized.t +MooseX-Declare-0.43/t/segfault_syntax_error.t +MooseX-Declare-0.43/t/zzz-check-breaks.t +MooseX-Declare-0.43/t/recipes/basics/ +MooseX-Declare-0.43/t/recipes/basics/001_point.t +MooseX-Declare-0.43/t/recipes/basics/002_bank_account.t +MooseX-Declare-0.43/t/recipes/basics/006_augment_inner.t +MooseX-Declare-0.43/t/lib/Affe.pm +MooseX-Declare-0.43/t/lib/Foo.pm +MooseX-Declare-0.43/t/lib/ParameterizedRole.pm +MooseX-Declare-0.43/t/lib/Tiger.pm +MooseX-Declare-0.43/t/lib/WithMethod.pm +MooseX-Declare-0.43/t/lib/WithNewline.pm +MooseX-Declare-0.43/lib/MooseX/ +MooseX-Declare-0.43/lib/MooseX/Declare/ +MooseX-Declare-0.43/lib/MooseX/Declare.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/ +MooseX-Declare-0.43/lib/MooseX/Declare/Context.pm +MooseX-Declare-0.43/lib/MooseX/Declare/StackItem.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/ +MooseX-Declare-0.43/lib/MooseX/Declare/Util.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Extending.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/ +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/KeywordHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration/ +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MooseSetup.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/NamespaceHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/OptionHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/RoleApplication.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Class.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Clean.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Method.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Role.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/With.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/Namespaced.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/Parameterized.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/WithOptions.pm +Entering MooseX-Declare-0.43 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Declare-0.43 ... Creating new 'Build' script for 'MooseX-Declare' version '0.43' +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have namespace::clean 0.20 ... No +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have Test::Moose 0 ... No +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Sub::Exporter 0.979 ... Yes (0.987) +Checking if you have Parse::Method::Signatures 0 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have Devel::Declare 0.005011 ... No +Checking if you have MooseX::Types::Structured 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Sub::Install 0.921 ... Yes (0.928) +Checking if you have Parse::Method::Signatures::Param::Placeholder 0 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have MooseX::Method::Signatures 0.36 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have MooseX::Method::Signatures::Types 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Moose::Role 1.15 ... No +Checking if you have MooseX::Method::Signatures::Meta::Method 0 ... No +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have Devel::Declare::Context::Simple 0 ... No +Already tried namespace::autoclean. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried Module::Runtime. Skipping. +Already tried namespace::clean. Skipping. +Searching Moose::Meta::Class (0) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, MooseX::Role::Parameterized, Module::Runtime, namespace::clean, Moose::Meta::Class, Test::Moose, Parse::Method::Signatures, Moose::Util, Devel::Declare, MooseX::Types::Structured, Moose::Util::TypeConstraints, Parse::Method::Signatures::Param::Placeholder, Moose, MooseX::Method::Signatures, MooseX::Method::Signatures::Types, Moose::Role, MooseX::Method::Signatures::Meta::Method, MooseX::Types::Moose, Devel::Declare::Context::Simple +--2017-10-09 07:49:05-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::Class +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 20.9M=0.001s + +2017-10-09 07:49:05 (20.9 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried Test::Moose. Skipping. +Searching Parse::Method::Signatures (0) on cpanmetadb ... +--2017-10-09 07:49:05-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::Method::Signatures +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 738 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 171M=0s + +2017-10-09 07:49:05 (171 MB/s) - written to stdout [738/738] + +--> Working on Parse::Method::Signatures +Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Parse-Method-Signatures-1.003019.tar.gz ... --2017-10-09 07:49:05-- http://www.cpan.org/authors/id/K/KE/KENTNL/Parse-Method-Signatures-1.003019.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 43561 (43K) [application/x-gzip] +Saving to: ‘Parse-Method-Signatures-1.003019.tar.gz’ + + 0K .......... .......... .......... .......... .. 100% 21.4M=0.002s + +2017-10-09 07:49:05 (21.4 MB/s) - ‘Parse-Method-Signatures-1.003019.tar.gz’ saved [43561/43561] + +Unpacking Parse-Method-Signatures-1.003019.tar.gz +OK +Parse-Method-Signatures-1.003019/ +Parse-Method-Signatures-1.003019/Changes +Parse-Method-Signatures-1.003019/lib/ +Parse-Method-Signatures-1.003019/lib/Parse/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/TypeConstraint.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Placeholder.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Bindable.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Positional.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/Array.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/Hash.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Named.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Sig.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/ParamCollection.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Types.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures.pm +Parse-Method-Signatures-1.003019/Makefile.PL +Parse-Method-Signatures-1.003019/t/ +Parse-Method-Signatures-1.003019/t/signatures.t +Parse-Method-Signatures-1.003019/t/struct.t +Parse-Method-Signatures-1.003019/t/ppi.t +Parse-Method-Signatures-1.003019/inc/ +Parse-Method-Signatures-1.003019/inc/Module/ +Parse-Method-Signatures-1.003019/inc/Module/AutoInstall.pm +Parse-Method-Signatures-1.003019/inc/Module/Install.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/ +Parse-Method-Signatures-1.003019/inc/Module/Install/Metadata.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Win32.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/AutoInstall.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Include.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/WriteAll.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Base.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Can.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Makefile.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Fetch.pm +Parse-Method-Signatures-1.003019/META.yml +Parse-Method-Signatures-1.003019/MANIFEST +Entering Parse-Method-Signatures-1.003019 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Parse-Method-Signatures-1.003019 ... Cannot determine perl version info from lib/Parse/Method/Signatures.pm +Warning: prerequisite Class::Load 0.19 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite MooseX::Traits 0.06 not found. +Warning: prerequisite MooseX::Types 0.17 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Warning: prerequisite MooseX::Types::Structured 0 not found. +Warning: prerequisite namespace::clean 0.10 not found. +*** Module::AutoInstall version 1.17 +*** Checking for Perl dependencies... +*** Since we're running under cpanminus, I'll just let it take care + of the dependency's installation later. +[Core Features] +- aliased ...loaded. (0.34) +- Test::More ...loaded. (1.302098) +- Test::Exception ...loaded. (0.43) +- Test::Differences ...loaded. (0.64) +- MooseX::Types::Structured ...missing. +- Class::Load ...missing. (would need 0.19) +- List::MoreUtils ...loaded. (0.425 >= 0.20) +- Moose ...missing. +- MooseX::Traits ...missing. (would need 0.06) +- MooseX::Types ...missing. (would need 0.17) +- MooseX::Types::Moose ...missing. +- MooseX::Types::Structured ...missing. +- namespace::clean ...missing. (would need 0.10) +- PPI ...loaded. (1.236 >= 1.203) +*** Module::AutoInstall configuration finished. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Parse::Method::Signatures +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Class::Load 0.19 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have PPI 1.224 ... Yes (1.236) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have MooseX::Types::Structured 0 ... No +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have List::MoreUtils 0.20 ... Yes (0.425) +Checking if you have MooseX::Types 0.17 ... No +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have MooseX::Traits 0.06 ... No +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Already tried Class::Load. Skipping. +Already tried namespace::clean. Skipping. +Already tried Moose. Skipping. +Searching MooseX::Types::Structured (0) on cpanmetadb ... +OK +==> Found dependencies: Class::Load, namespace::clean, Moose, MooseX::Types::Structured, MooseX::Types, MooseX::Types::Moose, MooseX::Traits +--2017-10-09 07:49:06-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Structured +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 119 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:49:06 (22.8 MB/s) - written to stdout [119/119] + +--> Working on MooseX::Types::Structured +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Structured-0.36.tar.gz ... --2017-10-09 07:49:06-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Structured-0.36.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 61348 (60K) [application/x-gzip] +Saving to: ‘MooseX-Types-Structured-0.36.tar.gz’ + + 0K .......... .......... .......... .......... .......... 83% 26.0M 0s + 50K ......... 100% 131M=0.002s + +2017-10-09 07:49:06 (29.9 MB/s) - ‘MooseX-Types-Structured-0.36.tar.gz’ saved [61348/61348] + +Unpacking MooseX-Types-Structured-0.36.tar.gz +OK +MooseX-Types-Structured-0.36/ +MooseX-Types-Structured-0.36/Build.PL +MooseX-Types-Structured-0.36/Changes +MooseX-Types-Structured-0.36/CONTRIBUTING +MooseX-Types-Structured-0.36/dist.ini +MooseX-Types-Structured-0.36/INSTALL +MooseX-Types-Structured-0.36/lib/ +MooseX-Types-Structured-0.36/LICENSE +MooseX-Types-Structured-0.36/Makefile.PL +MooseX-Types-Structured-0.36/MANIFEST +MooseX-Types-Structured-0.36/META.json +MooseX-Types-Structured-0.36/META.yml +MooseX-Types-Structured-0.36/README +MooseX-Types-Structured-0.36/t/ +MooseX-Types-Structured-0.36/xt/ +MooseX-Types-Structured-0.36/xt/author/ +MooseX-Types-Structured-0.36/xt/release/ +MooseX-Types-Structured-0.36/xt/release/changes_has_content.t +MooseX-Types-Structured-0.36/xt/release/cpan-changes.t +MooseX-Types-Structured-0.36/xt/release/distmeta.t +MooseX-Types-Structured-0.36/xt/release/minimum-version.t +MooseX-Types-Structured-0.36/xt/author/00-compile.t +MooseX-Types-Structured-0.36/xt/author/clean-namespaces.t +MooseX-Types-Structured-0.36/xt/author/eol.t +MooseX-Types-Structured-0.36/xt/author/kwalitee.t +MooseX-Types-Structured-0.36/xt/author/mojibake.t +MooseX-Types-Structured-0.36/xt/author/no-tabs.t +MooseX-Types-Structured-0.36/xt/author/pod-no404s.t +MooseX-Types-Structured-0.36/xt/author/pod-spell.t +MooseX-Types-Structured-0.36/xt/author/pod-syntax.t +MooseX-Types-Structured-0.36/xt/author/portability.t +MooseX-Types-Structured-0.36/xt/author/test-version.t +MooseX-Types-Structured-0.36/t/00-load.t +MooseX-Types-Structured-0.36/t/00-report-prereqs.dd +MooseX-Types-Structured-0.36/t/00-report-prereqs.t +MooseX-Types-Structured-0.36/t/01-basic.t +MooseX-Types-Structured-0.36/t/02-tuple.t +MooseX-Types-Structured-0.36/t/03-dict.t +MooseX-Types-Structured-0.36/t/04-combined.t +MooseX-Types-Structured-0.36/t/04-map.t +MooseX-Types-Structured-0.36/t/05-advanced.t +MooseX-Types-Structured-0.36/t/06-api.t +MooseX-Types-Structured-0.36/t/07-coerce.t +MooseX-Types-Structured-0.36/t/08-examples.t +MooseX-Types-Structured-0.36/t/09-optional.t +MooseX-Types-Structured-0.36/t/10-recursion.t +MooseX-Types-Structured-0.36/t/11-overflow.t +MooseX-Types-Structured-0.36/t/12-error.t +MooseX-Types-Structured-0.36/t/13-deeper_error.t +MooseX-Types-Structured-0.36/t/14-fully-qualified.t +MooseX-Types-Structured-0.36/t/bug-incorrect-message.t +MooseX-Types-Structured-0.36/t/bug-is-subtype.t +MooseX-Types-Structured-0.36/t/bug-mixed-stringy.t +MooseX-Types-Structured-0.36/t/bug-optional.t +MooseX-Types-Structured-0.36/t/regressions/ +MooseX-Types-Structured-0.36/t/zzz-check-breaks.t +MooseX-Types-Structured-0.36/t/regressions/01-is_type_of.t +MooseX-Types-Structured-0.36/lib/MooseX/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/MessageStack.pm +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/OverflowHandler.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm +Entering MooseX-Types-Structured-0.36 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-Structured-0.36 ... Creating new 'Build' script for 'MooseX-Types-Structured' version '0.36' +Checking dependencies from MYMETA.json ... +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Moose::Meta::TypeCoercion 0 ... No +Checking if you have MooseX::Types 0.22 ... No +Checking if you have Devel::PartialDump 0.13 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have DateTime 1.00 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Meta::TypeConstraint::Parameterizable 0 ... No +Checking if you have Moose::Meta::TypeConstraint 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Searching Moose::Meta::TypeCoercion (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Meta::TypeCoercion, MooseX::Types, Devel::PartialDump, DateTime, namespace::clean, MooseX::Types::Moose, Moose::Util::TypeConstraints, Moose::Meta::TypeConstraint::Parameterizable, Moose::Meta::TypeConstraint, Moose +--2017-10-09 07:49:06-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::TypeCoercion +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 24.7M=0.001s + +2017-10-09 07:49:06 (24.7 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried MooseX::Types. Skipping. +Searching Devel::PartialDump (0.13) on cpanmetadb ... +--2017-10-09 07:49:06-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::PartialDump +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.8M=0s + +2017-10-09 07:49:06 (17.8 MB/s) - written to stdout [106/106] + +--> Working on Devel::PartialDump +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Devel-PartialDump-0.20.tar.gz ... --2017-10-09 07:49:06-- http://www.cpan.org/authors/id/E/ET/ETHER/Devel-PartialDump-0.20.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31601 (31K) [application/x-gzip] +Saving to: ‘Devel-PartialDump-0.20.tar.gz’ + + 0K .......... .......... .......... 100% 27.0M=0.001s + +2017-10-09 07:49:06 (27.0 MB/s) - ‘Devel-PartialDump-0.20.tar.gz’ saved [31601/31601] + +Unpacking Devel-PartialDump-0.20.tar.gz +OK +Devel-PartialDump-0.20/ +Devel-PartialDump-0.20/Changes +Devel-PartialDump-0.20/CONTRIBUTING +Devel-PartialDump-0.20/dist.ini +Devel-PartialDump-0.20/INSTALL +Devel-PartialDump-0.20/lib/ +Devel-PartialDump-0.20/LICENCE +Devel-PartialDump-0.20/Makefile.PL +Devel-PartialDump-0.20/MANIFEST +Devel-PartialDump-0.20/META.json +Devel-PartialDump-0.20/META.yml +Devel-PartialDump-0.20/README +Devel-PartialDump-0.20/t/ +Devel-PartialDump-0.20/xt/ +Devel-PartialDump-0.20/xt/author/ +Devel-PartialDump-0.20/xt/release/ +Devel-PartialDump-0.20/xt/release/changes_has_content.t +Devel-PartialDump-0.20/xt/release/cpan-changes.t +Devel-PartialDump-0.20/xt/release/distmeta.t +Devel-PartialDump-0.20/xt/release/minimum-version.t +Devel-PartialDump-0.20/xt/author/00-compile.t +Devel-PartialDump-0.20/xt/author/clean-namespaces.t +Devel-PartialDump-0.20/xt/author/eol.t +Devel-PartialDump-0.20/xt/author/kwalitee.t +Devel-PartialDump-0.20/xt/author/mojibake.t +Devel-PartialDump-0.20/xt/author/no-tabs.t +Devel-PartialDump-0.20/xt/author/pod-no404s.t +Devel-PartialDump-0.20/xt/author/pod-spell.t +Devel-PartialDump-0.20/xt/author/pod-syntax.t +Devel-PartialDump-0.20/xt/author/portability.t +Devel-PartialDump-0.20/t/00-report-prereqs.dd +Devel-PartialDump-0.20/t/00-report-prereqs.t +Devel-PartialDump-0.20/t/basic.t +Devel-PartialDump-0.20/t/exports.t +Devel-PartialDump-0.20/t/objects.t +Devel-PartialDump-0.20/lib/Devel/ +Devel-PartialDump-0.20/lib/Devel/PartialDump.pm +Entering Devel-PartialDump-0.20 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-PartialDump-0.20 ... Warning: prerequisite namespace::clean 0.19 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::PartialDump +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Class::Tiny 1.003 ... Yes (1.006) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::clean 0.20 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have ok 0 ... Yes (1.302098) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +Already tried namespace::clean. Skipping. +! Installing the dependencies failed: Module 'namespace::clean' is not installed +! Bailing out the installation for Devel-PartialDump-0.20. +Already tried DateTime. Skipping. +Already tried namespace::clean. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching Moose::Meta::TypeConstraint::Parameterizable (0) on cpanmetadb ... +OK +==> Found dependencies: namespace::clean +--2017-10-09 07:49:07-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::TypeConstraint::Parameterizable +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 24.4M=0.001s + +2017-10-09 07:49:07 (24.4 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Searching Moose::Meta::TypeConstraint (0) on cpanmetadb ... +--2017-10-09 07:49:07-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::TypeConstraint +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 24.0M=0.001s + +2017-10-09 07:49:07 (24.0 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Meta::TypeConstraint::Parameterizable' is not installed, Module 'Moose::Meta::TypeConstraint' is not installed, Module 'Moose' is not installed, Module 'DateTime' is not installed, Module 'namespace::clean' is not installed, Module 'Moose::Meta::TypeCoercion' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Types' is not installed, Module 'Devel::PartialDump' is not installed +! Bailing out the installation for MooseX-Types-Structured-0.36. +Already tried MooseX::Types. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Searching MooseX::Traits (0.06) on cpanmetadb ... +--2017-10-09 07:49:07-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Traits +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 127 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.5M=0s + +2017-10-09 07:49:07 (19.5 MB/s) - written to stdout [127/127] + +--> Working on MooseX::Traits +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Traits-0.13.tar.gz ... --2017-10-09 07:49:07-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Traits-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31688 (31K) [application/x-gzip] +Saving to: ‘MooseX-Traits-0.13.tar.gz’ + + 0K .......... .......... .......... 100% 29.3M=0.001s + +2017-10-09 07:49:07 (29.3 MB/s) - ‘MooseX-Traits-0.13.tar.gz’ saved [31688/31688] + +Unpacking MooseX-Traits-0.13.tar.gz +OK +MooseX-Traits-0.13/ +MooseX-Traits-0.13/Build.PL +MooseX-Traits-0.13/Changes +MooseX-Traits-0.13/CONTRIBUTING +MooseX-Traits-0.13/dist.ini +MooseX-Traits-0.13/INSTALL +MooseX-Traits-0.13/lib/ +MooseX-Traits-0.13/LICENSE +MooseX-Traits-0.13/Makefile.PL +MooseX-Traits-0.13/MANIFEST +MooseX-Traits-0.13/META.json +MooseX-Traits-0.13/META.yml +MooseX-Traits-0.13/README +MooseX-Traits-0.13/t/ +MooseX-Traits-0.13/xt/ +MooseX-Traits-0.13/xt/author/ +MooseX-Traits-0.13/xt/release/ +MooseX-Traits-0.13/xt/release/changes_has_content.t +MooseX-Traits-0.13/xt/release/cpan-changes.t +MooseX-Traits-0.13/xt/release/distmeta.t +MooseX-Traits-0.13/xt/release/minimum-version.t +MooseX-Traits-0.13/xt/release/pod-coverage.t +MooseX-Traits-0.13/xt/release/pod-no404s.t +MooseX-Traits-0.13/xt/release/pod-syntax.t +MooseX-Traits-0.13/xt/release/portability.t +MooseX-Traits-0.13/xt/author/00-compile.t +MooseX-Traits-0.13/xt/author/clean-namespaces.t +MooseX-Traits-0.13/xt/author/eol.t +MooseX-Traits-0.13/xt/author/kwalitee.t +MooseX-Traits-0.13/xt/author/mojibake.t +MooseX-Traits-0.13/xt/author/no-tabs.t +MooseX-Traits-0.13/xt/author/pod-spell.t +MooseX-Traits-0.13/t/00-load.t +MooseX-Traits-0.13/t/00-report-prereqs.dd +MooseX-Traits-0.13/t/00-report-prereqs.t +MooseX-Traits-0.13/t/basic.t +MooseX-Traits-0.13/t/class.t +MooseX-Traits-0.13/t/parameterized.t +MooseX-Traits-0.13/t/subclass.t +MooseX-Traits-0.13/t/with-traits.t +MooseX-Traits-0.13/t/zzz-check-breaks.t +MooseX-Traits-0.13/lib/MooseX/ +MooseX-Traits-0.13/lib/MooseX/Traits/ +MooseX-Traits-0.13/lib/MooseX/Traits.pm +MooseX-Traits-0.13/lib/MooseX/Traits/Util.pm +Entering MooseX-Traits-0.13 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Traits-0.13 ... Creating new 'Build' script for 'MooseX-Traits' version '0.13' +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Class::Load 0.19 ... No +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Moose::Role 1.15 ... No +Checking if you have warnings::register 0 ... Yes (1.04) +Checking if you have ok 0 ... Yes (1.302098) +Already tried namespace::autoclean. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried Moose. Skipping. +Already tried Class::Load. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Class::Load' is not installed, Module 'Moose' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-Traits-0.13. +! Installing the dependencies failed: Module 'MooseX::Traits' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Types' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'namespace::clean' is not installed, Module 'Class::Load' is not installed, Module 'Moose' is not installed +! Bailing out the installation for Parse-Method-Signatures-1.003019. +Already tried Moose::Util. Skipping. +Searching Devel::Declare (0.005011) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, MooseX::Role::Parameterized, Moose, Class::Load, Moose::Role +--2017-10-09 07:49:08-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::Declare +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 206 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 43.4M=0s + +2017-10-09 07:49:08 (43.4 MB/s) - written to stdout [206/206] + +--> Working on Devel::Declare +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Devel-Declare-0.006019.tar.gz ... --2017-10-09 07:49:08-- http://www.cpan.org/authors/id/E/ET/ETHER/Devel-Declare-0.006019.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 45174 (44K) [application/x-gzip] +Saving to: ‘Devel-Declare-0.006019.tar.gz’ + + 0K .......... .......... .......... .......... .... 100% 22.8M=0.002s + +2017-10-09 07:49:08 (22.8 MB/s) - ‘Devel-Declare-0.006019.tar.gz’ saved [45174/45174] + +Unpacking Devel-Declare-0.006019.tar.gz +OK +Devel-Declare-0.006019/ +Devel-Declare-0.006019/Changes +Devel-Declare-0.006019/Declare.xs +Devel-Declare-0.006019/MANIFEST +Devel-Declare-0.006019/META.json +Devel-Declare-0.006019/META.yml +Devel-Declare-0.006019/Makefile.PL +Devel-Declare-0.006019/README +Devel-Declare-0.006019/lib/ +Devel-Declare-0.006019/maint/ +Devel-Declare-0.006019/stolen_chunk_of_toke.c +Devel-Declare-0.006019/t/ +Devel-Declare-0.006019/t/00load.t +Devel-Declare-0.006019/t/block_size.t +Devel-Declare-0.006019/t/build_sub_installer.t +Devel-Declare-0.006019/t/combi.t +Devel-Declare-0.006019/t/ctx-simple-like-mxms.t +Devel-Declare-0.006019/t/ctx-simple.t +Devel-Declare-0.006019/t/debug.pl +Devel-Declare-0.006019/t/debug.t +Devel-Declare-0.006019/t/devel_callparser.t +Devel-Declare-0.006019/t/early0.t +Devel-Declare-0.006019/t/early1.t +Devel-Declare-0.006019/t/early1_x.pm +Devel-Declare-0.006019/t/early2.t +Devel-Declare-0.006019/t/eval.t +Devel-Declare-0.006019/t/fail.t +Devel-Declare-0.006019/t/filter0.t +Devel-Declare-0.006019/t/filter1.t +Devel-Declare-0.006019/t/lines.t +Devel-Declare-0.006019/t/load_module.t +Devel-Declare-0.006019/t/methinstaller-simple.t +Devel-Declare-0.006019/t/method-installer-redefine.t +Devel-Declare-0.006019/t/method-installer-runtime.t +Devel-Declare-0.006019/t/method-no-semi.t +Devel-Declare-0.006019/t/method.t +Devel-Declare-0.006019/t/multiline-proto.t +Devel-Declare-0.006019/t/new.t +Devel-Declare-0.006019/t/no-bareword.t +Devel-Declare-0.006019/t/pack.t +Devel-Declare-0.006019/t/padstuff.t +Devel-Declare-0.006019/t/proto.t +Devel-Declare-0.006019/t/quote.t +Devel-Declare-0.006019/t/scanstr.t +Devel-Declare-0.006019/t/scanstr_fail.t +Devel-Declare-0.006019/t/simple.t +Devel-Declare-0.006019/t/statement.t +Devel-Declare-0.006019/t/sugar.t +Devel-Declare-0.006019/maint/Makefile.PL.include +Devel-Declare-0.006019/maint/Makefile.include +Devel-Declare-0.006019/lib/Devel/ +Devel-Declare-0.006019/lib/Devel/Declare/ +Devel-Declare-0.006019/lib/Devel/Declare.pm +Devel-Declare-0.006019/lib/Devel/Declare/Context/ +Devel-Declare-0.006019/lib/Devel/Declare/MethodInstaller/ +Devel-Declare-0.006019/lib/Devel/Declare/MethodInstaller/Simple.pm +Devel-Declare-0.006019/lib/Devel/Declare/Context/Simple.pm +Entering Devel-Declare-0.006019 +Checking configure dependencies from META.json +Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.22) +Checking if you have ExtUtils::Depends 0.302 ... Yes (0.405) +Running Makefile.PL +Configuring Devel-Declare-0.006019 ... Warning: prerequisite B::Hooks::EndOfScope 0.05 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::Declare +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.22) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried B::Hooks::EndOfScope. Skipping. +! Installing the dependencies failed: Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for Devel-Declare-0.006019. +Already tried MooseX::Types::Structured. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching Parse::Method::Signatures::Param::Placeholder (0) on cpanmetadb ... +OK +==> Found dependencies: B::Hooks::EndOfScope +--2017-10-09 07:49:08-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::Method::Signatures::Param::Placeholder +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 735 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 146M=0s + +2017-10-09 07:49:08 (146 MB/s) - written to stdout [735/735] + +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried Moose. Skipping. +Searching MooseX::Method::Signatures (0.36) on cpanmetadb ... +--2017-10-09 07:49:08-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Method::Signatures +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 212 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 49.4M=0s + +2017-10-09 07:49:08 (49.4 MB/s) - written to stdout [212/212] + +--> Working on MooseX::Method::Signatures +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Method-Signatures-0.49.tar.gz ... --2017-10-09 07:49:08-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Method-Signatures-0.49.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 52729 (51K) [application/x-gzip] +Saving to: ‘MooseX-Method-Signatures-0.49.tar.gz’ + + 0K .......... .......... .......... .......... .......... 97% 24.8M 0s + 50K . 100% 2848G=0.002s + +2017-10-09 07:49:08 (25.5 MB/s) - ‘MooseX-Method-Signatures-0.49.tar.gz’ saved [52729/52729] + +Unpacking MooseX-Method-Signatures-0.49.tar.gz +OK +MooseX-Method-Signatures-0.49/ +MooseX-Method-Signatures-0.49/Build.PL +MooseX-Method-Signatures-0.49/Changes +MooseX-Method-Signatures-0.49/CONTRIBUTING +MooseX-Method-Signatures-0.49/dist.ini +MooseX-Method-Signatures-0.49/INSTALL +MooseX-Method-Signatures-0.49/lib/ +MooseX-Method-Signatures-0.49/LICENCE +MooseX-Method-Signatures-0.49/Makefile.PL +MooseX-Method-Signatures-0.49/MANIFEST +MooseX-Method-Signatures-0.49/META.json +MooseX-Method-Signatures-0.49/META.yml +MooseX-Method-Signatures-0.49/README +MooseX-Method-Signatures-0.49/t/ +MooseX-Method-Signatures-0.49/xt/ +MooseX-Method-Signatures-0.49/xt/author/ +MooseX-Method-Signatures-0.49/xt/release/ +MooseX-Method-Signatures-0.49/xt/release/changes_has_content.t +MooseX-Method-Signatures-0.49/xt/release/cpan-changes.t +MooseX-Method-Signatures-0.49/xt/release/distmeta.t +MooseX-Method-Signatures-0.49/xt/release/minimum-version.t +MooseX-Method-Signatures-0.49/xt/release/pod-no404s.t +MooseX-Method-Signatures-0.49/xt/release/pod-syntax.t +MooseX-Method-Signatures-0.49/xt/release/portability.t +MooseX-Method-Signatures-0.49/xt/author/00-compile.t +MooseX-Method-Signatures-0.49/xt/author/clean-namespaces.t +MooseX-Method-Signatures-0.49/xt/author/eol.t +MooseX-Method-Signatures-0.49/xt/author/kwalitee.t +MooseX-Method-Signatures-0.49/xt/author/mojibake.t +MooseX-Method-Signatures-0.49/xt/author/no-tabs.t +MooseX-Method-Signatures-0.49/xt/author/pod-spell.t +MooseX-Method-Signatures-0.49/xt/author/transactional-authorized.t +MooseX-Method-Signatures-0.49/t/00-load.t +MooseX-Method-Signatures-0.49/t/00-report-prereqs.dd +MooseX-Method-Signatures-0.49/t/00-report-prereqs.t +MooseX-Method-Signatures-0.49/t/attributes.t +MooseX-Method-Signatures-0.49/t/basic.t +MooseX-Method-Signatures-0.49/t/caller.t +MooseX-Method-Signatures-0.49/t/closure.t +MooseX-Method-Signatures-0.49/t/declarators.t +MooseX-Method-Signatures-0.49/t/errors.t +MooseX-Method-Signatures-0.49/t/eval.t +MooseX-Method-Signatures-0.49/t/lib/ +MooseX-Method-Signatures-0.49/t/list.t +MooseX-Method-Signatures-0.49/t/meta.t +MooseX-Method-Signatures-0.49/t/method-trait.t +MooseX-Method-Signatures-0.49/t/named_defaults.t +MooseX-Method-Signatures-0.49/t/no_signature.t +MooseX-Method-Signatures-0.49/t/placeholders.t +MooseX-Method-Signatures-0.49/t/precedence.t +MooseX-Method-Signatures-0.49/t/quoted_name.t +MooseX-Method-Signatures-0.49/t/return_value.t +MooseX-Method-Signatures-0.49/t/signatures.t +MooseX-Method-Signatures-0.49/t/sigs-optional.t +MooseX-Method-Signatures-0.49/t/structured.t +MooseX-Method-Signatures-0.49/t/synopsis.t +MooseX-Method-Signatures-0.49/t/too_many_args.t +MooseX-Method-Signatures-0.49/t/traits.t +MooseX-Method-Signatures-0.49/t/type_alias.t +MooseX-Method-Signatures-0.49/t/types.t +MooseX-Method-Signatures-0.49/t/undef_method_arg.t +MooseX-Method-Signatures-0.49/t/undef_method_arg2.t +MooseX-Method-Signatures-0.49/t/where.t +MooseX-Method-Signatures-0.49/t/zzz-check-breaks.t +MooseX-Method-Signatures-0.49/t/lib/InvalidCase01.pm +MooseX-Method-Signatures-0.49/t/lib/InvalidCase02.pm +MooseX-Method-Signatures-0.49/t/lib/MXMSLabeled.pm +MooseX-Method-Signatures-0.49/t/lib/MXMSMoody.pm +MooseX-Method-Signatures-0.49/t/lib/My/ +MooseX-Method-Signatures-0.49/t/lib/Redefined.pm +MooseX-Method-Signatures-0.49/t/lib/TestClass.pm +MooseX-Method-Signatures-0.49/t/lib/TestClassTrait.pm +MooseX-Method-Signatures-0.49/t/lib/TestClassWithMxTypes.pm +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/Name/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/Name/Space.pm +MooseX-Method-Signatures-0.49/lib/MooseX/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures.pm +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Meta/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Types.pm +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Meta/Method.pm +Entering MooseX-Method-Signatures-0.49 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Method-Signatures-0.49 ... Creating new 'Build' script for 'MooseX-Method-Signatures' version '0.49' +Checking dependencies from MYMETA.json ... +Checking if you have Parse::Method::Signatures::Param::Placeholder 0 ... No +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have Moose::Util 0 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have MooseX::Types::Util 0 ... No +Checking if you have Task::Weaken 0 ... Yes (1.04) +Checking if you have MooseX::Meta::TypeConstraint::ForceCoercion 0 ... No +Checking if you have Moose::Meta::Method 0 ... No +Checking if you have Parse::Method::Signatures::TypeConstraint 0 ... No +Checking if you have MooseX::Types 0.35 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Context::Preserve 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have metaclass 0 ... No +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Text::Balanced 0 ... Yes (2.03) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have Moose::Role 1.15 ... No +Checking if you have Devel::Declare::Context::Simple 0 ... No +Checking if you have Parse::Method::Signatures::Types 0 ... No +Checking if you have Eval::Closure 0 ... Yes (0.14) +Checking if you have attributes 0 ... Yes (0.31) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Devel::Declare 0.005011 ... No +Checking if you have MooseX::Types::Structured 0.24 ... No +Checking if you have Parse::Method::Signatures::Param::Named 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have MooseX::LazyRequire 0.06 ... No +Checking if you have Test::Moose 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Checking if you have Parse::Method::Signatures 1.003014 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have if 0 ... Yes (0.0607) +Already tried Parse::Method::Signatures::Param::Placeholder. Skipping. +Already tried Moose::Util. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching MooseX::Types::Util (0) on cpanmetadb ... +OK +==> Found dependencies: Parse::Method::Signatures::Param::Placeholder, Moose::Util, Moose::Util::TypeConstraints, MooseX::Types::Util, MooseX::Meta::TypeConstraint::ForceCoercion, Moose::Meta::Method, Parse::Method::Signatures::TypeConstraint, MooseX::Types, Context::Preserve, namespace::clean, Moose::Meta::Class, Module::Runtime, metaclass, MooseX::Types::Moose, Moose::Role, Devel::Declare::Context::Simple, Parse::Method::Signatures::Types, Devel::Declare, MooseX::Types::Structured, Parse::Method::Signatures::Param::Named, Moose, MooseX::LazyRequire, Test::Moose, B::Hooks::EndOfScope, Parse::Method::Signatures, namespace::autoclean +--2017-10-09 07:49:09-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 359 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 72.6M=0s + +2017-10-09 07:49:09 (72.6 MB/s) - written to stdout [359/359] + +Already tried MooseX-Types-0.50. Skipping. +Searching MooseX::Meta::TypeConstraint::ForceCoercion (0) on cpanmetadb ... +--2017-10-09 07:49:09-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Meta::TypeConstraint::ForceCoercion +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 154 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.6M=0s + +2017-10-09 07:49:09 (27.6 MB/s) - written to stdout [154/154] + +--> Working on MooseX::Meta::TypeConstraint::ForceCoercion +Fetching http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz ... --2017-10-09 07:49:09-- http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9079 (8.9K) [application/x-gzip] +Saving to: ‘MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz’ + + 0K ........ 100% 99.4M=0s + +2017-10-09 07:49:09 (99.4 MB/s) - ‘MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz’ saved [9079/9079] + +Unpacking MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz +OK +MooseX-Meta-TypeConstraint-ForceCoercion-0.01 +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/Changes +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/dist.ini +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/t +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/t/basic.t +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/lib/MooseX/Meta/TypeConstraint +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/lib/MooseX/Meta/TypeConstraint/ForceCoercion.pm +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/META.yml +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/LICENSE +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/README +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/Makefile.PL +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/MANIFEST +Entering MooseX-Meta-TypeConstraint-ForceCoercion-0.01 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring MooseX-Meta-TypeConstraint-ForceCoercion-0.01 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Meta::TypeConstraint::ForceCoercion +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Moose 2.0300 ... No +Already tried namespace::autoclean. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Moose' is not installed +! Bailing out the installation for MooseX-Meta-TypeConstraint-ForceCoercion-0.01. +Searching Moose::Meta::Method (0) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, Moose +--2017-10-09 07:49:09-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::Method +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 21.2M=0.001s + +2017-10-09 07:49:09 (21.2 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Searching Parse::Method::Signatures::TypeConstraint (0) on cpanmetadb ... +--2017-10-09 07:49:09-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::Method::Signatures::TypeConstraint +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 735 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 136M=0s + +2017-10-09 07:49:09 (136 MB/s) - written to stdout [735/735] + +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried MooseX::Types. Skipping. +Searching Context::Preserve (0) on cpanmetadb ... +--2017-10-09 07:49:09-- http://cpanmetadb.plackperl.org/v1.0/package/Context::Preserve +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 104 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.6M=0s + +2017-10-09 07:49:09 (22.6 MB/s) - written to stdout [104/104] + +--> Working on Context::Preserve +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Context-Preserve-0.02.tar.gz ... --2017-10-09 07:49:09-- http://www.cpan.org/authors/id/E/ET/ETHER/Context-Preserve-0.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25305 (25K) [application/x-gzip] +Saving to: ‘Context-Preserve-0.02.tar.gz’ + + 0K .......... .......... .... 100% 23.4M=0.001s + +2017-10-09 07:49:09 (23.4 MB/s) - ‘Context-Preserve-0.02.tar.gz’ saved [25305/25305] + +Unpacking Context-Preserve-0.02.tar.gz +OK +Context-Preserve-0.02/ +Context-Preserve-0.02/Changes +Context-Preserve-0.02/CONTRIBUTING +Context-Preserve-0.02/dist.ini +Context-Preserve-0.02/INSTALL +Context-Preserve-0.02/lib/ +Context-Preserve-0.02/LICENCE +Context-Preserve-0.02/Makefile.PL +Context-Preserve-0.02/MANIFEST +Context-Preserve-0.02/META.json +Context-Preserve-0.02/META.yml +Context-Preserve-0.02/README +Context-Preserve-0.02/t/ +Context-Preserve-0.02/xt/ +Context-Preserve-0.02/xt/author/ +Context-Preserve-0.02/xt/release/ +Context-Preserve-0.02/xt/release/changes_has_content.t +Context-Preserve-0.02/xt/release/cpan-changes.t +Context-Preserve-0.02/xt/release/distmeta.t +Context-Preserve-0.02/xt/release/minimum-version.t +Context-Preserve-0.02/xt/author/00-compile.t +Context-Preserve-0.02/xt/author/kwalitee.t +Context-Preserve-0.02/xt/author/mojibake.t +Context-Preserve-0.02/xt/author/no-tabs.t +Context-Preserve-0.02/xt/author/pod-coverage.t +Context-Preserve-0.02/xt/author/pod-no404s.t +Context-Preserve-0.02/xt/author/pod-spell.t +Context-Preserve-0.02/xt/author/pod-syntax.t +Context-Preserve-0.02/xt/author/portability.t +Context-Preserve-0.02/t/00-load.t +Context-Preserve-0.02/t/00-report-prereqs.dd +Context-Preserve-0.02/t/00-report-prereqs.t +Context-Preserve-0.02/t/basic.t +Context-Preserve-0.02/lib/Context/ +Context-Preserve-0.02/lib/Context/Preserve.pm +Entering Context-Preserve-0.02 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Context-Preserve-0.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Context::Preserve +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have ok 0 ... Yes (1.302098) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +OK +Building and testing Context-Preserve-0.02 ... cp lib/Context/Preserve.pm blib/lib/Context/Preserve.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-load.t ............ ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::Exception any 0.43 +# Test::More any 1.302098 +# ok any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# Exporter any 5.72 +# base any 2.26 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ------------- ------- +# JSON::PP 2.94 +# Pod::Coverage missing +# Sub::Name 0.21 +# YAML missing +# autodie 2.29 +# +t/00-report-prereqs.t .. ok +t/basic.t .............. ok +All tests successful. +Files=3, Tests=14, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.32 cusr 0.04 csys = 0.40 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Context/Preserve.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Context::Preserve.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Context-Preserve-0.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Context-Preserve-0.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Context-Preserve-0.02/MYMETA.json +Already tried namespace::clean. Skipping. +Already tried Moose::Meta::Class. Skipping. +Already tried Module::Runtime. Skipping. +Searching metaclass (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/metaclass +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 21.7M=0.001s + +2017-10-09 07:49:11 (21.7 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried Moose::Role. Skipping. +Searching Devel::Declare::Context::Simple (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::Declare::Context::Simple +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 206 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 46.1M=0s + +2017-10-09 07:49:11 (46.1 MB/s) - written to stdout [206/206] + +Already tried Devel-Declare-0.006019. Skipping. +Searching Parse::Method::Signatures::Types (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::Method::Signatures::Types +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 735 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 158M=0s + +2017-10-09 07:49:11 (158 MB/s) - written to stdout [735/735] + +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried Devel::Declare. Skipping. +Already tried MooseX::Types::Structured. Skipping. +Searching Parse::Method::Signatures::Param::Named (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::Method::Signatures::Param::Named +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 735 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 107M=0s + +2017-10-09 07:49:11 (107 MB/s) - written to stdout [735/735] + +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried Moose. Skipping. +Already tried MooseX::LazyRequire. Skipping. +Already tried Test::Moose. Skipping. +Already tried B::Hooks::EndOfScope. Skipping. +Already tried Parse::Method::Signatures. Skipping. +Already tried namespace::autoclean. Skipping. +! Installing the dependencies failed: Module 'Parse::Method::Signatures::Types' is not installed, Module 'Devel::Declare::Context::Simple' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'Moose::Role' is not installed, Module 'Parse::Method::Signatures::Param::Named' is not installed, Module 'MooseX::Meta::TypeConstraint::ForceCoercion' is not installed, Module 'Moose' is not installed, Module 'MooseX::Types::Util' is not installed, Module 'Parse::Method::Signatures::Param::Placeholder' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'Devel::Declare' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Util' is not installed, Module 'Parse::Method::Signatures::TypeConstraint' is not installed, Module 'Parse::Method::Signatures' is not installed, Module 'MooseX::Types' is not installed, Module 'B::Hooks::EndOfScope' is not installed, Module 'MooseX::LazyRequire' is not installed, Module 'Moose::Meta::Method' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'namespace::clean' is not installed, Module 'Module::Runtime' is not installed, Module 'metaclass' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Method-Signatures-0.49. +Searching MooseX::Method::Signatures::Types (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Method::Signatures::Types +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 212 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 32.8M=0s + +2017-10-09 07:49:11 (32.8 MB/s) - written to stdout [212/212] + +Already tried MooseX-Method-Signatures-0.49. Skipping. +Already tried Moose::Role. Skipping. +Searching MooseX::Method::Signatures::Meta::Method (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Method::Signatures::Meta::Method +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 212 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 47.5M=0s + +2017-10-09 07:49:11 (47.5 MB/s) - written to stdout [212/212] + +Already tried MooseX-Method-Signatures-0.49. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried Devel::Declare::Context::Simple. Skipping. +! Installing the dependencies failed: Module 'Devel::Declare::Context::Simple' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Method::Signatures::Meta::Method' is not installed, Module 'MooseX::Method::Signatures' is not installed, Module 'Moose' is not installed, Module 'MooseX::Method::Signatures::Types' is not installed, Module 'Parse::Method::Signatures::Param::Placeholder' is not installed, Module 'Moose::Util' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Devel::Declare' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'Parse::Method::Signatures' is not installed, Module 'Test::Moose' is not installed, Module 'namespace::clean' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'Module::Runtime' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Declare-0.43. +Searching Task::Kensho::XML (0) on cpanmetadb ... +--2017-10-09 07:49:11-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::XML +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.4M=0s + +2017-10-09 07:49:11 (19.4 MB/s) - written to stdout [103/103] + +--> Working on Task::Kensho::XML +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-XML-0.39.tar.gz ... --2017-10-09 07:49:11-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-XML-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25567 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-XML-0.39.tar.gz’ + + 0K .......... .......... .... 100% 27.0M=0.001s + +2017-10-09 07:49:11 (27.0 MB/s) - ‘Task-Kensho-XML-0.39.tar.gz’ saved [25567/25567] + +Unpacking Task-Kensho-XML-0.39.tar.gz +OK +Task-Kensho-XML-0.39/ +Task-Kensho-XML-0.39/Build.PL +Task-Kensho-XML-0.39/Changes +Task-Kensho-XML-0.39/lib/ +Task-Kensho-XML-0.39/LICENSE +Task-Kensho-XML-0.39/Makefile.PL +Task-Kensho-XML-0.39/MANIFEST +Task-Kensho-XML-0.39/META.json +Task-Kensho-XML-0.39/META.yml +Task-Kensho-XML-0.39/README +Task-Kensho-XML-0.39/t/ +Task-Kensho-XML-0.39/xt/ +Task-Kensho-XML-0.39/xt/author/ +Task-Kensho-XML-0.39/xt/release/ +Task-Kensho-XML-0.39/xt/release/changes_has_content.t +Task-Kensho-XML-0.39/xt/release/cpan-changes.t +Task-Kensho-XML-0.39/xt/release/distmeta.t +Task-Kensho-XML-0.39/xt/release/minimum-version.t +Task-Kensho-XML-0.39/xt/release/portability.t +Task-Kensho-XML-0.39/xt/author/00-compile.t +Task-Kensho-XML-0.39/xt/author/clean-namespaces.t +Task-Kensho-XML-0.39/xt/author/eol.t +Task-Kensho-XML-0.39/xt/author/kwalitee.t +Task-Kensho-XML-0.39/xt/author/mojibake.t +Task-Kensho-XML-0.39/xt/author/no-tabs.t +Task-Kensho-XML-0.39/xt/author/pod-coverage.t +Task-Kensho-XML-0.39/xt/author/pod-spell.t +Task-Kensho-XML-0.39/xt/author/pod-syntax.t +Task-Kensho-XML-0.39/t/00-report-prereqs.dd +Task-Kensho-XML-0.39/t/00-report-prereqs.t +Task-Kensho-XML-0.39/lib/Task/ +Task-Kensho-XML-0.39/lib/Task/Kensho/ +Task-Kensho-XML-0.39/lib/Task/Kensho/XML.pm +Entering Task-Kensho-XML-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-XML-0.39 ... Creating new 'Build' script for 'Task-Kensho-XML' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have XML::SAX::Writer 0 ... No +Checking if you have XML::Generator::PerlData 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have XML::SAX 0 ... No +Checking if you have XML::LibXML 0 ... No +Checking if you have RDF::Trine 0 ... No +Checking if you have XML::LibXSLT 0 ... No +Searching XML::SAX::Writer (0) on cpanmetadb ... +OK +==> Found dependencies: XML::SAX::Writer, XML::Generator::PerlData, XML::SAX, XML::LibXML, RDF::Trine, XML::LibXSLT +--2017-10-09 07:49:12-- http://cpanmetadb.plackperl.org/v1.0/package/XML::SAX::Writer +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 451 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 66.0M=0s + +2017-10-09 07:49:12 (66.0 MB/s) - written to stdout [451/451] + +--> Working on XML::SAX::Writer +Fetching http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-0.57.tar.gz ... --2017-10-09 07:49:12-- http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-0.57.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 22120 (22K) [application/x-gzip] +Saving to: ‘XML-SAX-Writer-0.57.tar.gz’ + + 0K .......... .......... . 100% 23.6M=0.001s + +2017-10-09 07:49:12 (23.6 MB/s) - ‘XML-SAX-Writer-0.57.tar.gz’ saved [22120/22120] + +Unpacking XML-SAX-Writer-0.57.tar.gz +OK +XML-SAX-Writer-0.57 +XML-SAX-Writer-0.57/README +XML-SAX-Writer-0.57/Changes +XML-SAX-Writer-0.57/LICENSE +XML-SAX-Writer-0.57/dist.ini +XML-SAX-Writer-0.57/META.yml +XML-SAX-Writer-0.57/MANIFEST +XML-SAX-Writer-0.57/README.md +XML-SAX-Writer-0.57/t +XML-SAX-Writer-0.57/t/20bugs.t +XML-SAX-Writer-0.57/t/05basic.t +XML-SAX-Writer-0.57/Makefile.PL +XML-SAX-Writer-0.57/MANIFEST.SKIP +XML-SAX-Writer-0.57/t/00-compile.t +XML-SAX-Writer-0.57/t/10consumers.t +XML-SAX-Writer-0.57/lib/XML/SAX +XML-SAX-Writer-0.57/lib/XML/SAX/Writer.pm +XML-SAX-Writer-0.57/lib/XML/SAX/Writer +XML-SAX-Writer-0.57/lib/XML/SAX/Writer/XML.pm +Entering XML-SAX-Writer-0.57 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-SAX-Writer-0.57 ... Warning: prerequisite XML::Filter::BufferText 1.00 not found. +Warning: prerequisite XML::NamespaceSupport 1.00 not found. +Warning: prerequisite XML::SAX::Exception 1.01 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::SAX::Writer +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have XML::Filter::BufferText 1.00 ... No +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have XML::NamespaceSupport 1.00 ... No +Checking if you have XML::SAX::Exception 1.01 ... No +Searching XML::Filter::BufferText (1.00) on cpanmetadb ... +OK +==> Found dependencies: XML::Filter::BufferText, XML::NamespaceSupport, XML::SAX::Exception +--2017-10-09 07:49:12-- http://cpanmetadb.plackperl.org/v1.0/package/XML::Filter::BufferText +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 117 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.8M=0s + +2017-10-09 07:49:12 (20.8 MB/s) - written to stdout [117/117] + +--> Working on XML::Filter::BufferText +Fetching http://www.cpan.org/authors/id/R/RB/RBERJON/XML-Filter-BufferText-1.01.tar.gz ... --2017-10-09 07:49:12-- http://www.cpan.org/authors/id/R/RB/RBERJON/XML-Filter-BufferText-1.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 2269 (2.2K) [application/x-gzip] +Saving to: ‘XML-Filter-BufferText-1.01.tar.gz’ + + 0K .. 100% 325M=0s + +2017-10-09 07:49:12 (325 MB/s) - ‘XML-Filter-BufferText-1.01.tar.gz’ saved [2269/2269] + +Unpacking XML-Filter-BufferText-1.01.tar.gz +OK +XML-Filter-BufferText-1.01 +XML-Filter-BufferText-1.01/t +XML-Filter-BufferText-1.01/t/05basic.t +XML-Filter-BufferText-1.01/BufferText.pm +XML-Filter-BufferText-1.01/MANIFEST +XML-Filter-BufferText-1.01/Changes +XML-Filter-BufferText-1.01/README +XML-Filter-BufferText-1.01/Makefile.PL +Entering XML-Filter-BufferText-1.01 +META.yml/json not found. Creating skeleton for it. +Running Makefile.PL +Configuring XML-Filter-BufferText-1.01 ... Warning: prerequisite XML::SAX 0.04 not found. +Warning: prerequisite XML::SAX::Base 1.03 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::Filter::BufferText +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XML::SAX::Base 1.03 ... No +Checking if you have XML::SAX 0.04 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching XML::SAX::Base (1.03) on cpanmetadb ... +OK +==> Found dependencies: XML::SAX::Base, XML::SAX +--2017-10-09 07:49:12-- http://cpanmetadb.plackperl.org/v1.0/package/XML::SAX::Base +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 160 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.4M=0s + +2017-10-09 07:49:12 (27.4 MB/s) - written to stdout [160/160] + +--> Working on XML::SAX::Base +Fetching http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz ... --2017-10-09 07:49:12-- http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28215 (28K) [application/x-gzip] +Saving to: ‘XML-SAX-Base-1.09.tar.gz’ + + 0K .......... .......... ....... 100% 26.3M=0.001s + +2017-10-09 07:49:12 (26.3 MB/s) - ‘XML-SAX-Base-1.09.tar.gz’ saved [28215/28215] + +Unpacking XML-SAX-Base-1.09.tar.gz +OK +XML-SAX-Base-1.09/ +XML-SAX-Base-1.09/BuildSAXBase.pl +XML-SAX-Base-1.09/META.yml +XML-SAX-Base-1.09/MANIFEST +XML-SAX-Base-1.09/dist.ini +XML-SAX-Base-1.09/Makefile.PL +XML-SAX-Base-1.09/META.json +XML-SAX-Base-1.09/Changes +XML-SAX-Base-1.09/lib/ +XML-SAX-Base-1.09/lib/XML/ +XML-SAX-Base-1.09/lib/XML/SAX/ +XML-SAX-Base-1.09/lib/XML/SAX/Exception.pm +XML-SAX-Base-1.09/lib/XML/SAX/Base.pm +XML-SAX-Base-1.09/t/ +XML-SAX-Base-1.09/t/02simplefilter.t +XML-SAX-Base-1.09/t/04chfilter.t +XML-SAX-Base-1.09/t/events.pl +XML-SAX-Base-1.09/t/05dtdhdriver.t +XML-SAX-Base-1.09/t/14downstreamswitch.t +XML-SAX-Base-1.09/t/10dochdriver.t +XML-SAX-Base-1.09/t/01exception.t +XML-SAX-Base-1.09/t/09resoldriver.t +XML-SAX-Base-1.09/t/06lexhdriver.t +XML-SAX-Base-1.09/t/00basic.t +XML-SAX-Base-1.09/t/08errorhdriver.t +XML-SAX-Base-1.09/t/03chdriver.t +XML-SAX-Base-1.09/t/13handlerswitch.t +XML-SAX-Base-1.09/t/01simpledriver.t +XML-SAX-Base-1.09/t/release-pod-syntax.t +XML-SAX-Base-1.09/t/07declhdriver.t +XML-SAX-Base-1.09/t/12sax2multiclass.t +XML-SAX-Base-1.09/t/15parentswitch.t +XML-SAX-Base-1.09/t/16gethandlers.t +XML-SAX-Base-1.09/t/11sax1multiclass.t +XML-SAX-Base-1.09/README +Entering XML-SAX-Base-1.09 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-SAX-Base-1.09 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::SAX::Base +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing XML-SAX-Base-1.09 ... cp lib/XML/SAX/Base.pm blib/lib/XML/SAX/Base.pm +cp BuildSAXBase.pl blib/lib/XML/SAX/BuildSAXBase.pl +cp lib/XML/SAX/Exception.pm blib/lib/XML/SAX/Exception.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00basic.t ............. ok +t/01exception.t ......... ok +t/01simpledriver.t ...... ok +t/02simplefilter.t ...... ok +t/03chdriver.t .......... ok +t/04chfilter.t .......... ok +t/05dtdhdriver.t ........ ok +t/06lexhdriver.t ........ ok +t/07declhdriver.t ....... ok +t/08errorhdriver.t ...... ok +t/09resoldriver.t ....... ok +t/10dochdriver.t ........ ok +t/11sax1multiclass.t .... ok +t/12sax2multiclass.t .... ok +t/13handlerswitch.t ..... ok +t/14downstreamswitch.t .. ok +t/15parentswitch.t ...... ok +t/16gethandlers.t ....... ok +t/release-pod-syntax.t .. skipped: these tests are for release candidate testing +All tests successful. +Files=19, Tests=137, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.51 cusr 0.04 csys = 0.65 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/BuildSAXBase.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::BuildSAXBase.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::Exception.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-SAX-Base-1.09 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-Base-1.09/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-Base-1.09/MYMETA.json +Searching XML::SAX (0.04) on cpanmetadb ... +--2017-10-09 07:49:14-- http://cpanmetadb.plackperl.org/v1.0/package/XML::SAX +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 468 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 89.0M=0s + +2017-10-09 07:49:14 (89.0 MB/s) - written to stdout [468/468] + +--> Working on XML::SAX +Fetching http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-0.99.tar.gz ... --2017-10-09 07:49:14-- http://www.cpan.org/authors/id/G/GR/GRANTM/XML-SAX-0.99.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 46703 (46K) [application/x-gzip] +Saving to: ‘XML-SAX-0.99.tar.gz’ + + 0K .......... .......... .......... .......... ..... 100% 20.1M=0.002s + +2017-10-09 07:49:14 (20.1 MB/s) - ‘XML-SAX-0.99.tar.gz’ saved [46703/46703] + +Unpacking XML-SAX-0.99.tar.gz +OK +XML-SAX-0.99/ +XML-SAX-0.99/Makefile.PL +XML-SAX-0.99/Changes +XML-SAX-0.99/MANIFEST +XML-SAX-0.99/META.yml +XML-SAX-0.99/SAX.pm +XML-SAX-0.99/LICENSE +XML-SAX-0.99/t/ +XML-SAX-0.99/t/42entities.t +XML-SAX-0.99/t/00basic.t +XML-SAX-0.99/t/12miscstart.t +XML-SAX-0.99/t/10xmldecl1.t +XML-SAX-0.99/t/01known.t +XML-SAX-0.99/t/20factory.t +XML-SAX-0.99/t/11xmldecl2.t +XML-SAX-0.99/t/40cdata.t +XML-SAX-0.99/t/13int_ent.t +XML-SAX-0.99/t/14encoding.t +XML-SAX-0.99/t/21saxini.t +XML-SAX-0.99/t/16large.t +XML-SAX-0.99/t/15element.t +XML-SAX-0.99/t/99cleanup.t +XML-SAX-0.99/testfiles/ +XML-SAX-0.99/testfiles/06g.xml +XML-SAX-0.99/testfiles/06e.xml +XML-SAX-0.99/testfiles/04a.xml +XML-SAX-0.99/testfiles/utf-16.xml +XML-SAX-0.99/testfiles/06d.xml +XML-SAX-0.99/testfiles/utf-16le.xml +XML-SAX-0.99/testfiles/iso8859_2.xml +XML-SAX-0.99/testfiles/06b.xml +XML-SAX-0.99/testfiles/02b.xml +XML-SAX-0.99/testfiles/02a.xml +XML-SAX-0.99/testfiles/iso8859_1.xml +XML-SAX-0.99/testfiles/01.xml +XML-SAX-0.99/testfiles/06a.xml +XML-SAX-0.99/testfiles/03b.xml +XML-SAX-0.99/testfiles/xmltest.xml +XML-SAX-0.99/testfiles/koi8_r.xml +XML-SAX-0.99/testfiles/06c.xml +XML-SAX-0.99/testfiles/03a.xml +XML-SAX-0.99/testfiles/06f.xml +XML-SAX-0.99/SAX/ +XML-SAX-0.99/SAX/PurePerl/ +XML-SAX-0.99/SAX/PurePerl/Exception.pm +XML-SAX-0.99/SAX/PurePerl/NoUnicodeExt.pm +XML-SAX-0.99/SAX/PurePerl/UnicodeExt.pm +XML-SAX-0.99/SAX/PurePerl/EncodingDetect.pm +XML-SAX-0.99/SAX/PurePerl/DocType.pm +XML-SAX-0.99/SAX/PurePerl/Reader/ +XML-SAX-0.99/SAX/PurePerl/Reader/NoUnicodeExt.pm +XML-SAX-0.99/SAX/PurePerl/Reader/UnicodeExt.pm +XML-SAX-0.99/SAX/PurePerl/Reader/URI.pm +XML-SAX-0.99/SAX/PurePerl/Reader/String.pm +XML-SAX-0.99/SAX/PurePerl/Reader/Stream.pm +XML-SAX-0.99/SAX/PurePerl/DebugHandler.pm +XML-SAX-0.99/SAX/PurePerl/Reader.pm +XML-SAX-0.99/SAX/PurePerl/Productions.pm +XML-SAX-0.99/SAX/PurePerl/XMLDecl.pm +XML-SAX-0.99/SAX/PurePerl/DTDDecls.pm +XML-SAX-0.99/SAX/PurePerl.pm +XML-SAX-0.99/SAX/Intro.pod +XML-SAX-0.99/SAX/DocumentLocator.pm +XML-SAX-0.99/SAX/ParserFactory.pm +XML-SAX-0.99/README +Entering XML-SAX-0.99 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-SAX-0.99 ... Warning: prerequisite XML::NamespaceSupport 0.03 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::SAX +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XML::SAX::Base 1.05 ... Yes (1.09) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have XML::NamespaceSupport 1.00 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching XML::NamespaceSupport (1.00) on cpanmetadb ... +OK +==> Found dependencies: XML::NamespaceSupport +--2017-10-09 07:49:14-- http://cpanmetadb.plackperl.org/v1.0/package/XML::NamespaceSupport +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.7M=0s + +2017-10-09 07:49:14 (23.7 MB/s) - written to stdout [115/115] + +--> Working on XML::NamespaceSupport +Fetching http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz ... --2017-10-09 07:49:14-- http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18012 (18K) [application/x-gzip] +Saving to: ‘XML-NamespaceSupport-1.12.tar.gz’ + + 0K .......... ....... 100% 25.3M=0.001s + +2017-10-09 07:49:14 (25.3 MB/s) - ‘XML-NamespaceSupport-1.12.tar.gz’ saved [18012/18012] + +Unpacking XML-NamespaceSupport-1.12.tar.gz +OK +XML-NamespaceSupport-1.12 +XML-NamespaceSupport-1.12/README +XML-NamespaceSupport-1.12/Changes +XML-NamespaceSupport-1.12/LICENSE +XML-NamespaceSupport-1.12/dist.ini +XML-NamespaceSupport-1.12/META.yml +XML-NamespaceSupport-1.12/cpanfile +XML-NamespaceSupport-1.12/MANIFEST +XML-NamespaceSupport-1.12/META.json +XML-NamespaceSupport-1.12/t +XML-NamespaceSupport-1.12/t/00base.t +XML-NamespaceSupport-1.12/weaver.ini +XML-NamespaceSupport-1.12/Makefile.PL +XML-NamespaceSupport-1.12/lib/XML +XML-NamespaceSupport-1.12/lib/XML/NamespaceSupport.pm +Entering XML-NamespaceSupport-1.12 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-NamespaceSupport-1.12 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::NamespaceSupport +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing XML-NamespaceSupport-1.12 ... cp lib/XML/NamespaceSupport.pm blib/lib/XML/NamespaceSupport.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00base.t .. ok +All tests successful. +Files=1, Tests=49, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.04 cusr 0.01 csys = 0.08 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/NamespaceSupport.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::NamespaceSupport.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-NamespaceSupport-1.12 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-NamespaceSupport-1.12/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-NamespaceSupport-1.12/MYMETA.json +Building and testing XML-SAX-0.99 ... cp SAX/PurePerl/Reader/Stream.pm blib/lib/XML/SAX/PurePerl/Reader/Stream.pm +cp SAX/PurePerl/Reader.pm blib/lib/XML/SAX/PurePerl/Reader.pm +cp SAX/PurePerl/Exception.pm blib/lib/XML/SAX/PurePerl/Exception.pm +cp SAX/PurePerl/XMLDecl.pm blib/lib/XML/SAX/PurePerl/XMLDecl.pm +cp SAX/Intro.pod blib/lib/XML/SAX/Intro.pod +cp SAX/PurePerl/Reader/String.pm blib/lib/XML/SAX/PurePerl/Reader/String.pm +cp SAX/PurePerl.pm blib/lib/XML/SAX/PurePerl.pm +cp SAX/PurePerl/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/UnicodeExt.pm +cp SAX.pm blib/lib/XML/SAX.pm +cp SAX/PurePerl/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/NoUnicodeExt.pm +cp SAX/PurePerl/DebugHandler.pm blib/lib/XML/SAX/PurePerl/DebugHandler.pm +cp SAX/PurePerl/Reader/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm +cp SAX/PurePerl/DTDDecls.pm blib/lib/XML/SAX/PurePerl/DTDDecls.pm +cp SAX/PurePerl/Productions.pm blib/lib/XML/SAX/PurePerl/Productions.pm +cp SAX/DocumentLocator.pm blib/lib/XML/SAX/DocumentLocator.pm +cp SAX/PurePerl/EncodingDetect.pm blib/lib/XML/SAX/PurePerl/EncodingDetect.pm +cp SAX/PurePerl/Reader/URI.pm blib/lib/XML/SAX/PurePerl/Reader/URI.pm +cp SAX/PurePerl/DocType.pm blib/lib/XML/SAX/PurePerl/DocType.pm +cp SAX/ParserFactory.pm blib/lib/XML/SAX/ParserFactory.pm +cp SAX/PurePerl/Reader/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00basic.t ...... ok +t/01known.t ...... ok +t/10xmldecl1.t ... ok +t/11xmldecl2.t ... ok +t/12miscstart.t .. ok +t/13int_ent.t .... ok +t/14encoding.t ... ok +t/15element.t .... ok +parsed 80085 bytes in 1 seconds +t/16large.t ...... ok +t/20factory.t .... ok +t/21saxini.t ..... ok +t/40cdata.t ...... ok +t/42entities.t ... ok +t/99cleanup.t .... ok +All tests successful. +Files=14, Tests=106, 1 wallclock secs ( 0.06 usr 0.02 sys + 1.25 cusr 0.11 csys = 1.44 CPU) +Result: PASS +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/DocumentLocator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/Intro.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/ParserFactory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/DocType.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Productions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Exception.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/UnicodeExt.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/NoUnicodeExt.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/XMLDecl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/EncodingDetect.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/DebugHandler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/DTDDecls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader/Stream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader/UnicodeExt.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader/URI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/PurePerl/Reader/String.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::ParserFactory.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::PurePerl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::DocumentLocator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::Intro.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::PurePerl::Reader.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +could not find ParserDetails.ini in /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX +OK +Successfully installed XML-SAX-0.99 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-0.99/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-0.99/MYMETA.json +Building and testing XML-Filter-BufferText-1.01 ... cp BufferText.pm blib/lib/XML/Filter/BufferText.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/05basic.t .. ok +All tests successful. +Files=1, Tests=4, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.07 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Filter/BufferText.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Filter::BufferText.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-Filter-BufferText-1.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Filter-BufferText-1.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Filter-BufferText-1.01/MYMETA.json +Already tried XML::NamespaceSupport. Skipping. +Searching XML::SAX::Exception (1.01) on cpanmetadb ... +--2017-10-09 07:49:18-- http://cpanmetadb.plackperl.org/v1.0/package/XML::SAX::Exception +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 160 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 33.5M=0s + +2017-10-09 07:49:18 (33.5 MB/s) - written to stdout [160/160] + +Already tried XML-SAX-Base-1.09. Skipping. +Building and testing XML-SAX-Writer-0.57 ... cp lib/XML/SAX/Writer/XML.pm blib/lib/XML/SAX/Writer/XML.pm +cp lib/XML/SAX/Writer.pm blib/lib/XML/SAX/Writer.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ... ok +t/05basic.t ...... ok +t/10consumers.t .. ok +t/20bugs.t ....... ok +All tests successful. +Files=4, Tests=50, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.37 cusr 0.03 csys = 0.43 CPU) +Result: PASS +Manifying 2 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/Writer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/SAX/Writer/XML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::Writer::XML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::SAX::Writer.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-SAX-Writer-0.57 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-Writer-0.57/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-SAX-Writer-0.57/MYMETA.json +Searching XML::Generator::PerlData (0) on cpanmetadb ... +--2017-10-09 07:49:19-- http://cpanmetadb.plackperl.org/v1.0/package/XML::Generator::PerlData +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 120 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 25.2M=0s + +2017-10-09 07:49:19 (25.2 MB/s) - written to stdout [120/120] + +--> Working on XML::Generator::PerlData +Fetching http://www.cpan.org/authors/id/K/KH/KHAMPTON/XML-Generator-PerlData-0.95.tar.gz ... --2017-10-09 07:49:19-- http://www.cpan.org/authors/id/K/KH/KHAMPTON/XML-Generator-PerlData-0.95.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15394 (15K) [application/x-gzip] +Saving to: ‘XML-Generator-PerlData-0.95.tar.gz’ + + 0K .......... ..... 100% 20.2M=0.001s + +2017-10-09 07:49:19 (20.2 MB/s) - ‘XML-Generator-PerlData-0.95.tar.gz’ saved [15394/15394] + +Unpacking XML-Generator-PerlData-0.95.tar.gz +OK +XML-Generator-PerlData-0.95/ +XML-Generator-PerlData-0.95/Changes +XML-Generator-PerlData-0.95/Makefile.PL +XML-Generator-PerlData-0.95/MANIFEST +XML-Generator-PerlData-0.95/META.json +XML-Generator-PerlData-0.95/META.yml +XML-Generator-PerlData-0.95/PerlData.pm +XML-Generator-PerlData-0.95/t/ +XML-Generator-PerlData-0.95/TODO +XML-Generator-PerlData-0.95/t/00basic.t +XML-Generator-PerlData-0.95/t/01namere.t +XML-Generator-PerlData-0.95/t/02cfg_rootname.t +XML-Generator-PerlData-0.95/t/03cfg_defaultname.t +XML-Generator-PerlData-0.95/t/04cfg_keymap.t +XML-Generator-PerlData-0.95/t/05cfg_attrmap.t +XML-Generator-PerlData-0.95/t/06cfg_namespacemap.t +XML-Generator-PerlData-0.95/t/10arry_keymap.t +XML-Generator-PerlData-0.95/t/12nstest1.t +XML-Generator-PerlData-0.95/t/13nstest2.t +XML-Generator-PerlData-0.95/t/14processing_instruction.t +XML-Generator-PerlData-0.95/t/15circular.t +Entering XML-Generator-PerlData-0.95 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-Generator-PerlData-0.95 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::Generator::PerlData +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have XML::SAX::Base 1.05 ... Yes (1.09) +OK +Building and testing XML-Generator-PerlData-0.95 ... cp PerlData.pm blib/lib/XML/Generator/PerlData.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00basic.t ................... ok +t/01namere.t .................. ok +t/02cfg_rootname.t ............ ok +t/03cfg_defaultname.t ......... ok +t/04cfg_keymap.t .............. ok +t/05cfg_attrmap.t ............. ok +t/06cfg_namespacemap.t ........ ok +t/10arry_keymap.t ............. ok +t/12nstest1.t ................. ok +t/13nstest2.t ................. ok +t/14processing_instruction.t .. ok +t/15circular.t ................ ok +All tests successful. +Files=12, Tests=95, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.32 cusr 0.06 csys = 0.45 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Generator/PerlData.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Generator::PerlData.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-Generator-PerlData-0.95 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Generator-PerlData-0.95/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Generator-PerlData-0.95/MYMETA.json +Already tried XML::SAX. Skipping. +Searching XML::LibXML (0) on cpanmetadb ... +--2017-10-09 07:49:21-- http://cpanmetadb.plackperl.org/v1.0/package/XML::LibXML +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1230 (1.2K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 182M=0s + +2017-10-09 07:49:21 (182 MB/s) - written to stdout [1230/1230] + +--> Working on XML::LibXML +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0129.tar.gz ... --2017-10-09 07:49:21-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0129.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 468838 (458K) [application/x-gzip] +Saving to: ‘XML-LibXML-2.0129.tar.gz’ + + 0K .......... .......... .......... .......... .......... 10% 25.8M 0s + 50K .......... .......... .......... .......... .......... 21% 48.5M 0s + 100K .......... .......... .......... .......... .......... 32% 24.6M 0s + 150K .......... .......... .......... .......... .......... 43% 50.1M 0s + 200K .......... .......... .......... .......... .......... 54% 26.1M 0s + 250K .......... .......... .......... .......... .......... 65% 46.1M 0s + 300K .......... .......... .......... .......... .......... 76% 43.3M 0s + 350K .......... .......... .......... .......... .......... 87% 46.9M 0s + 400K .......... .......... .......... .......... .......... 98% 34.2M 0s + 450K ....... 100% 14972G=0.01s + +2017-10-09 07:49:21 (36.1 MB/s) - ‘XML-LibXML-2.0129.tar.gz’ saved [468838/468838] + +Unpacking XML-LibXML-2.0129.tar.gz +OK +XML-LibXML-2.0129/ +XML-LibXML-2.0129/perl-libxml-mm.h +XML-LibXML-2.0129/TODO +XML-LibXML-2.0129/Changes +XML-LibXML-2.0129/lib/ +XML-LibXML-2.0129/lib/XML/ +XML-LibXML-2.0129/lib/XML/LibXML/ +XML-LibXML-2.0129/lib/XML/LibXML/CDATASection.pod +XML-LibXML-2.0129/lib/XML/LibXML/Document.pod +XML-LibXML-2.0129/lib/XML/LibXML/PI.pod +XML-LibXML-2.0129/lib/XML/LibXML/Common.pod +XML-LibXML-2.0129/lib/XML/LibXML/InputCallback.pod +XML-LibXML-2.0129/lib/XML/LibXML/Literal.pm +XML-LibXML-2.0129/lib/XML/LibXML/XPathExpression.pod +XML-LibXML-2.0129/lib/XML/LibXML/SAX.pm +XML-LibXML-2.0129/lib/XML/LibXML/NodeList.pm +XML-LibXML-2.0129/lib/XML/LibXML/Schema.pod +XML-LibXML-2.0129/lib/XML/LibXML/Error.pm +XML-LibXML-2.0129/lib/XML/LibXML/Text.pod +XML-LibXML-2.0129/lib/XML/LibXML/ErrNo.pod +XML-LibXML-2.0129/lib/XML/LibXML/Pattern.pod +XML-LibXML-2.0129/lib/XML/LibXML/Dtd.pod +XML-LibXML-2.0129/lib/XML/LibXML/DocumentFragment.pod +XML-LibXML-2.0129/lib/XML/LibXML/RelaxNG.pod +XML-LibXML-2.0129/lib/XML/LibXML/XPathContext.pod +XML-LibXML-2.0129/lib/XML/LibXML/Boolean.pm +XML-LibXML-2.0129/lib/XML/LibXML/Devel.pm +XML-LibXML-2.0129/lib/XML/LibXML/Number.pm +XML-LibXML-2.0129/lib/XML/LibXML/Reader.pod +XML-LibXML-2.0129/lib/XML/LibXML/Error.pod +XML-LibXML-2.0129/lib/XML/LibXML/XPathContext.pm +XML-LibXML-2.0129/lib/XML/LibXML/SAX.pod +XML-LibXML-2.0129/lib/XML/LibXML/Reader.pm +XML-LibXML-2.0129/lib/XML/LibXML/Common.pm +XML-LibXML-2.0129/lib/XML/LibXML/Node.pod +XML-LibXML-2.0129/lib/XML/LibXML/Element.pod +XML-LibXML-2.0129/lib/XML/LibXML/SAX/ +XML-LibXML-2.0129/lib/XML/LibXML/SAX/Generator.pm +XML-LibXML-2.0129/lib/XML/LibXML/SAX/Parser.pm +XML-LibXML-2.0129/lib/XML/LibXML/SAX/Builder.pm +XML-LibXML-2.0129/lib/XML/LibXML/SAX/Builder.pod +XML-LibXML-2.0129/lib/XML/LibXML/AttributeHash.pm +XML-LibXML-2.0129/lib/XML/LibXML/RegExp.pod +XML-LibXML-2.0129/lib/XML/LibXML/Parser.pod +XML-LibXML-2.0129/lib/XML/LibXML/ErrNo.pm +XML-LibXML-2.0129/lib/XML/LibXML/Attr.pod +XML-LibXML-2.0129/lib/XML/LibXML/Namespace.pod +XML-LibXML-2.0129/lib/XML/LibXML/Comment.pod +XML-LibXML-2.0129/lib/XML/LibXML/DOM.pod +XML-LibXML-2.0129/LICENSE +XML-LibXML-2.0129/MANIFEST +XML-LibXML-2.0129/xpath.h +XML-LibXML-2.0129/inc/ +XML-LibXML-2.0129/inc/Devel/ +XML-LibXML-2.0129/inc/Devel/CheckLib.pm +XML-LibXML-2.0129/example/ +XML-LibXML-2.0129/example/test3.xml +XML-LibXML-2.0129/example/JBR-ALLENtrees.htm +XML-LibXML-2.0129/example/article_internal.xml +XML-LibXML-2.0129/example/create-sample-html-document.pl +XML-LibXML-2.0129/example/dtd.xml +XML-LibXML-2.0129/example/xmlns/ +XML-LibXML-2.0129/example/xmlns/goodguy.xml +XML-LibXML-2.0129/example/xmlns/badguy.xml +XML-LibXML-2.0129/example/cb_example.pl +XML-LibXML-2.0129/example/utf-16-1.html +XML-LibXML-2.0129/example/test.dtd +XML-LibXML-2.0129/example/test4.xml +XML-LibXML-2.0129/example/ext_ent.dtd +XML-LibXML-2.0129/example/article_external_bad.xml +XML-LibXML-2.0129/example/enc_latin2.html +XML-LibXML-2.0129/example/xpath.pl +XML-LibXML-2.0129/example/test.html +XML-LibXML-2.0129/example/article.xml +XML-LibXML-2.0129/example/article_internal_bad.xml +XML-LibXML-2.0129/example/catalog.xml +XML-LibXML-2.0129/example/bad.xml +XML-LibXML-2.0129/example/utf-16-2.xml +XML-LibXML-2.0129/example/test.xml +XML-LibXML-2.0129/example/test2.xml +XML-LibXML-2.0129/example/dromeds.xml +XML-LibXML-2.0129/example/enc2_latin2.html +XML-LibXML-2.0129/example/yahoo-finance-html-with-errors.html +XML-LibXML-2.0129/example/article_bad.xml +XML-LibXML-2.0129/example/complex/ +XML-LibXML-2.0129/example/complex/complex.dtd +XML-LibXML-2.0129/example/complex/dtd/ +XML-LibXML-2.0129/example/complex/dtd/g.dtd +XML-LibXML-2.0129/example/complex/dtd/f.dtd +XML-LibXML-2.0129/example/complex/complex.xml +XML-LibXML-2.0129/example/complex/complex2.xml +XML-LibXML-2.0129/example/thedieline.rss +XML-LibXML-2.0129/example/test.xhtml +XML-LibXML-2.0129/example/xmllibxmldocs.pl +XML-LibXML-2.0129/example/ns.xml +XML-LibXML-2.0129/example/bad.dtd +XML-LibXML-2.0129/example/utf-16-2.html +XML-LibXML-2.0129/LibXML.pm +XML-LibXML-2.0129/Av_CharPtrPtr.h +XML-LibXML-2.0129/LibXML.pod +XML-LibXML-2.0129/Makefile.PL +XML-LibXML-2.0129/docs/ +XML-LibXML-2.0129/docs/libxml.dbk +XML-LibXML-2.0129/META.yml +XML-LibXML-2.0129/Av_CharPtrPtr.c +XML-LibXML-2.0129/test/ +XML-LibXML-2.0129/test/schema/ +XML-LibXML-2.0129/test/schema/demo.xml +XML-LibXML-2.0129/test/schema/badschema.xsd +XML-LibXML-2.0129/test/schema/invaliddemo.xml +XML-LibXML-2.0129/test/schema/schema.xsd +XML-LibXML-2.0129/test/xinclude/ +XML-LibXML-2.0129/test/xinclude/entity.txt +XML-LibXML-2.0129/test/xinclude/xinclude.xml +XML-LibXML-2.0129/test/xinclude/test.xml +XML-LibXML-2.0129/test/textReader/ +XML-LibXML-2.0129/test/textReader/countries.xml +XML-LibXML-2.0129/test/relaxng/ +XML-LibXML-2.0129/test/relaxng/demo4.rng +XML-LibXML-2.0129/test/relaxng/demo.xml +XML-LibXML-2.0129/test/relaxng/demo3.rng +XML-LibXML-2.0129/test/relaxng/badschema.rng +XML-LibXML-2.0129/test/relaxng/invaliddemo.xml +XML-LibXML-2.0129/test/relaxng/schema.rng +XML-LibXML-2.0129/test/relaxng/demo2.rng +XML-LibXML-2.0129/test/relaxng/demo.rng +XML-LibXML-2.0129/META.json +XML-LibXML-2.0129/perl-libxml-sax.h +XML-LibXML-2.0129/Devel.xs +XML-LibXML-2.0129/README +XML-LibXML-2.0129/t/ +XML-LibXML-2.0129/t/48_memleak_rt_83744.t +XML-LibXML-2.0129/t/90stack.t +XML-LibXML-2.0129/t/60struct_error.t +XML-LibXML-2.0129/t/90threads.t +XML-LibXML-2.0129/t/48_reader_undef_warning_on_empty_str_rt106830.t +XML-LibXML-2.0129/t/25relaxng.t +XML-LibXML-2.0129/t/90shared_clone_failed_rt_91800.t +XML-LibXML-2.0129/t/72destruction.t +XML-LibXML-2.0129/t/48_RH5_double_free_rt83779.t +XML-LibXML-2.0129/t/29id.t +XML-LibXML-2.0129/t/09xpath.t +XML-LibXML-2.0129/t/lib/ +XML-LibXML-2.0129/t/lib/Stacker.pm +XML-LibXML-2.0129/t/lib/Counter.pm +XML-LibXML-2.0129/t/lib/Collector.pm +XML-LibXML-2.0129/t/lib/TestHelpers.pm +XML-LibXML-2.0129/t/19encoding.t +XML-LibXML-2.0129/t/style-trailing-space.t +XML-LibXML-2.0129/t/41xinclude.t +XML-LibXML-2.0129/t/46err_column.t +XML-LibXML-2.0129/t/49callbacks_returning_undef.t +XML-LibXML-2.0129/t/80registryleak.t +XML-LibXML-2.0129/t/23rawfunctions.t +XML-LibXML-2.0129/t/06elements.t +XML-LibXML-2.0129/t/61error.t +XML-LibXML-2.0129/t/27new_callbacks_simple.t +XML-LibXML-2.0129/t/42common.t +XML-LibXML-2.0129/t/62overload.t +XML-LibXML-2.0129/t/48_replaceNode_DTD_nodes_rT_80521.t +XML-LibXML-2.0129/t/28new_callbacks_multiple.t +XML-LibXML-2.0129/t/03doc.t +XML-LibXML-2.0129/t/60error_prev_chain.t +XML-LibXML-2.0129/t/40reader.t +XML-LibXML-2.0129/t/31xpc_functions.t +XML-LibXML-2.0129/t/48_removeChild_crashes_rt_80395.t +XML-LibXML-2.0129/t/43options.t +XML-LibXML-2.0129/t/48_rt55000.t +XML-LibXML-2.0129/t/cpan-changes.t +XML-LibXML-2.0129/t/05text.t +XML-LibXML-2.0129/t/10ns.t +XML-LibXML-2.0129/t/12html.t +XML-LibXML-2.0129/t/48_SAX_Builder_rt_91433.t +XML-LibXML-2.0129/t/48_rt93429_recover_2_in_html_parsing.t +XML-LibXML-2.0129/t/17callbacks.t +XML-LibXML-2.0129/t/48importing_nodes_IDs_rt_69520.t +XML-LibXML-2.0129/t/21catalog.t +XML-LibXML-2.0129/t/30keep_blanks.t +XML-LibXML-2.0129/t/20extras.t +XML-LibXML-2.0129/t/26schema.t +XML-LibXML-2.0129/t/pod.t +XML-LibXML-2.0129/t/47load_xml_callbacks.t +XML-LibXML-2.0129/t/13dtd.t +XML-LibXML-2.0129/t/35huge_mode.t +XML-LibXML-2.0129/t/71overloads.t +XML-LibXML-2.0129/t/data/ +XML-LibXML-2.0129/t/data/callbacks_returning_undef.xml +XML-LibXML-2.0129/t/data/chinese.xml +XML-LibXML-2.0129/t/07dtd.t +XML-LibXML-2.0129/t/49global_extent.t +XML-LibXML-2.0129/t/40reader_mem_error.t +XML-LibXML-2.0129/t/04node.t +XML-LibXML-2.0129/t/24c14n.t +XML-LibXML-2.0129/t/14sax.t +XML-LibXML-2.0129/t/44extent.t +XML-LibXML-2.0129/t/45regex.t +XML-LibXML-2.0129/t/11memory.t +XML-LibXML-2.0129/t/01basic.t +XML-LibXML-2.0129/t/50devel.t +XML-LibXML-2.0129/t/18docfree.t +XML-LibXML-2.0129/t/08findnodes.t +XML-LibXML-2.0129/t/19die_on_invalid_utf8_rt_58848.t +XML-LibXML-2.0129/t/49_load_html.t +XML-LibXML-2.0129/t/release-kwalitee.t +XML-LibXML-2.0129/t/02parse.t +XML-LibXML-2.0129/t/15nodelist.t +XML-LibXML-2.0129/t/16docnodes.t +XML-LibXML-2.0129/t/51_parse_html_string_rt87089.t +XML-LibXML-2.0129/t/91unique_key.t +XML-LibXML-2.0129/t/30xpathcontext.t +XML-LibXML-2.0129/t/32xpc_variables.t +XML-LibXML-2.0129/perl-libxml-sax.c +XML-LibXML-2.0129/debian/ +XML-LibXML-2.0129/debian/changelog +XML-LibXML-2.0129/debian/libxml-libxml-perl.install +XML-LibXML-2.0129/debian/libxml-libxml-perl.postinst +XML-LibXML-2.0129/debian/libxml-libxml-perl.examples +XML-LibXML-2.0129/debian/libxml-libxml-perl.prerm +XML-LibXML-2.0129/debian/copyright +XML-LibXML-2.0129/debian/compat +XML-LibXML-2.0129/debian/libxml-libxml-perl.docs +XML-LibXML-2.0129/debian/control +XML-LibXML-2.0129/debian/rules +XML-LibXML-2.0129/typemap +XML-LibXML-2.0129/scripts/ +XML-LibXML-2.0129/scripts/bump-version-number.pl +XML-LibXML-2.0129/scripts/tag-release.pl +XML-LibXML-2.0129/scripts/fast-eumm.pl +XML-LibXML-2.0129/scripts/update-HACKING-file.bash +XML-LibXML-2.0129/scripts/prints-to-comments.pl +XML-LibXML-2.0129/scripts/Test.pm-to-Test-More.pl +XML-LibXML-2.0129/LibXML.xs +XML-LibXML-2.0129/ppport.h +XML-LibXML-2.0129/xpath.c +XML-LibXML-2.0129/dom.c +XML-LibXML-2.0129/HACKING.txt +XML-LibXML-2.0129/perl-libxml-mm.c +XML-LibXML-2.0129/xpathcontext.h +XML-LibXML-2.0129/dom.h +Entering XML-LibXML-2.0129 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-LibXML-2.0129 ... enable native perl UTF8 +running xml2-config...ok (2.9.1) +Checking for ability to link against xml2...yes +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::LibXML +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have parent 0 ... Yes (0.236) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have XML::SAX 0.11 ... Yes (0.99) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XML::SAX::Base 1.05 ... Yes (1.09) +Checking if you have XML::SAX::Exception 1.01 ... Yes (1.09) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have XML::NamespaceSupport 1.07 ... Yes (1.12) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +OK +Building and testing XML-LibXML-2.0129 ... cp lib/XML/LibXML/SAX/Builder.pod blib/lib/XML/LibXML/SAX/Builder.pod +cp lib/XML/LibXML/NodeList.pm blib/lib/XML/LibXML/NodeList.pm +cp lib/XML/LibXML/RelaxNG.pod blib/lib/XML/LibXML/RelaxNG.pod +cp lib/XML/LibXML/Error.pod blib/lib/XML/LibXML/Error.pod +cp lib/XML/LibXML/Error.pm blib/lib/XML/LibXML/Error.pm +cp lib/XML/LibXML/SAX/Generator.pm blib/lib/XML/LibXML/SAX/Generator.pm +cp lib/XML/LibXML/DOM.pod blib/lib/XML/LibXML/DOM.pod +cp lib/XML/LibXML/CDATASection.pod blib/lib/XML/LibXML/CDATASection.pod +cp lib/XML/LibXML/Comment.pod blib/lib/XML/LibXML/Comment.pod +cp lib/XML/LibXML/XPathContext.pm blib/lib/XML/LibXML/XPathContext.pm +cp lib/XML/LibXML/Reader.pm blib/lib/XML/LibXML/Reader.pm +cp lib/XML/LibXML/Reader.pod blib/lib/XML/LibXML/Reader.pod +cp lib/XML/LibXML/InputCallback.pod blib/lib/XML/LibXML/InputCallback.pod +cp lib/XML/LibXML/ErrNo.pm blib/lib/XML/LibXML/ErrNo.pm +cp lib/XML/LibXML/ErrNo.pod blib/lib/XML/LibXML/ErrNo.pod +cp lib/XML/LibXML/SAX.pm blib/lib/XML/LibXML/SAX.pm +cp lib/XML/LibXML/Attr.pod blib/lib/XML/LibXML/Attr.pod +cp lib/XML/LibXML/Parser.pod blib/lib/XML/LibXML/Parser.pod +cp lib/XML/LibXML/DocumentFragment.pod blib/lib/XML/LibXML/DocumentFragment.pod +cp lib/XML/LibXML/Common.pod blib/lib/XML/LibXML/Common.pod +cp lib/XML/LibXML/Devel.pm blib/lib/XML/LibXML/Devel.pm +cp lib/XML/LibXML/Dtd.pod blib/lib/XML/LibXML/Dtd.pod +cp LibXML.pm blib/lib/XML/LibXML.pm +cp lib/XML/LibXML/Boolean.pm blib/lib/XML/LibXML/Boolean.pm +cp lib/XML/LibXML/Document.pod blib/lib/XML/LibXML/Document.pod +cp lib/XML/LibXML/Namespace.pod blib/lib/XML/LibXML/Namespace.pod +cp lib/XML/LibXML/SAX/Parser.pm blib/lib/XML/LibXML/SAX/Parser.pm +cp lib/XML/LibXML/Pattern.pod blib/lib/XML/LibXML/Pattern.pod +cp lib/XML/LibXML/AttributeHash.pm blib/lib/XML/LibXML/AttributeHash.pm +cp lib/XML/LibXML/Schema.pod blib/lib/XML/LibXML/Schema.pod +cp lib/XML/LibXML/Node.pod blib/lib/XML/LibXML/Node.pod +cp lib/XML/LibXML/Common.pm blib/lib/XML/LibXML/Common.pm +cp LibXML.pod blib/lib/XML/LibXML.pod +cp lib/XML/LibXML/PI.pod blib/lib/XML/LibXML/PI.pod +cp lib/XML/LibXML/SAX/Builder.pm blib/lib/XML/LibXML/SAX/Builder.pm +cp lib/XML/LibXML/Text.pod blib/lib/XML/LibXML/Text.pod +cp lib/XML/LibXML/Number.pm blib/lib/XML/LibXML/Number.pm +cp lib/XML/LibXML/SAX.pod blib/lib/XML/LibXML/SAX.pod +cp lib/XML/LibXML/Literal.pm blib/lib/XML/LibXML/Literal.pm +cp lib/XML/LibXML/RegExp.pod blib/lib/XML/LibXML/RegExp.pod +cp lib/XML/LibXML/Element.pod blib/lib/XML/LibXML/Element.pod +cp lib/XML/LibXML/XPathContext.pod blib/lib/XML/LibXML/XPathContext.pod +cp lib/XML/LibXML/XPathExpression.pod blib/lib/XML/LibXML/XPathExpression.pod +Running Mkbootstrap for LibXML () +chmod 644 "LibXML.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 Av_CharPtrPtr.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/XML-LibXML-2.0129/typemap' Devel.xs > Devel.xsc +mv Devel.xsc Devel.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 Devel.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/XML-LibXML-2.0129/typemap' LibXML.xs > LibXML.xsc +mv LibXML.xsc LibXML.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 LibXML.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 dom.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 perl-libxml-mm.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 perl-libxml-sax.c +cc -c -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.0129\" -DXS_VERSION=\"2.0129\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_UTF8 xpath.c +rm -f blib/arch/auto/XML/LibXML/LibXML.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Av_CharPtrPtr.o Devel.o LibXML.o dom.o perl-libxml-mm.o perl-libxml-sax.o xpath.o -o blib/arch/auto/XML/LibXML/LibXML.so \ + -lxml2 -lz \ + +chmod 755 blib/arch/auto/XML/LibXML/LibXML.so +Manifying 34 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Compiled against libxml2 version: 20901 +# Running libxml2 version: 20901 +# +t/01basic.t ........................................ ok +t/02parse.t ........................................ ok +t/03doc.t .......................................... ok +t/04node.t ......................................... ok +t/05text.t ......................................... ok +t/06elements.t ..................................... ok +t/07dtd.t .......................................... ok +t/08findnodes.t .................................... ok +t/09xpath.t ........................................ ok +t/10ns.t ........................................... ok +t/11memory.t ....................................... skipped: These tests are for authors only! +t/12html.t ......................................... ok +t/13dtd.t .......................................... ok +t/14sax.t .......................................... ok +t/15nodelist.t ..................................... ok +t/16docnodes.t ..................................... ok +t/17callbacks.t .................................... ok +t/18docfree.t ...................................... ok +t/19die_on_invalid_utf8_rt_58848.t ................. ok +t/19encoding.t ..................................... ok +t/20extras.t ....................................... ok +t/21catalog.t ...................................... ok +t/23rawfunctions.t ................................. ok +t/24c14n.t ......................................... ok +t/25relaxng.t ...................................... ok +t/26schema.t ....................................... ok +t/27new_callbacks_simple.t ......................... ok +t/28new_callbacks_multiple.t ....................... ok +t/29id.t ........................................... ok +t/30keep_blanks.t .................................. ok +t/30xpathcontext.t ................................. ok +t/31xpc_functions.t ................................ ok +t/32xpc_variables.t ................................ ok +t/35huge_mode.t .................................... ok +t/40reader.t ....................................... ok +t/40reader_mem_error.t ............................. ok +t/41xinclude.t ..................................... ok +t/42common.t ....................................... ok +t/43options.t ...................................... ok +t/44extent.t ....................................... ok +t/45regex.t ........................................ ok +t/46err_column.t ................................... ok +t/47load_xml_callbacks.t ........................... ok +t/48_memleak_rt_83744.t ............................ ok +t/48_reader_undef_warning_on_empty_str_rt106830.t .. ok +t/48_removeChild_crashes_rt_80395.t ................ ok +t/48_replaceNode_DTD_nodes_rT_80521.t .............. ok +t/48_RH5_double_free_rt83779.t ..................... ok +t/48_rt55000.t ..................................... ok +t/48_rt93429_recover_2_in_html_parsing.t ........... ok +t/48_SAX_Builder_rt_91433.t ........................ ok +t/48importing_nodes_IDs_rt_69520.t ................. ok +t/49_load_html.t ................................... ok +t/49callbacks_returning_undef.t .................... ok +t/49global_extent.t ................................ ok +t/50devel.t ........................................ ok +t/51_parse_html_string_rt87089.t ................... ok +t/60error_prev_chain.t ............................. ok +t/60struct_error.t ................................. ok +t/61error.t ........................................ ok +t/62overload.t ..................................... ok +t/71overloads.t .................................... ok +t/72destruction.t .................................. ok +t/80registryleak.t ................................. ok +t/90shared_clone_failed_rt_91800.t ................. skipped: no ithreads in this Perl +t/90stack.t ........................................ ok +t/90threads.t ...................................... skipped: no ithreads in this Perl +t/91unique_key.t ................................... ok +t/cpan-changes.t ................................... skipped: These tests are for authors only! +t/pod.t ............................................ skipped: These tests are for authors only! +t/release-kwalitee.t ............................... skipped: These tests are for authors only! +t/style-trailing-space.t ........................... skipped: These tests are for authors only! +All tests successful. +Files=72, Tests=2517, 9 wallclock secs ( 0.40 usr 0.11 sys + 6.76 cusr 0.95 csys = 8.22 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 +Manifying 34 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/XML/LibXML/LibXML.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/XPathContext.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/ErrNo.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Devel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Node.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/RelaxNG.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/CDATASection.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/XPathExpression.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/InputCallback.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Schema.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Attr.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Literal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/ErrNo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/DOM.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/XPathContext.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/DocumentFragment.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Reader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Text.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/NodeList.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Common.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Pattern.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/RegExp.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Reader.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Comment.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/PI.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Document.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Namespace.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/AttributeHash.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Parser.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Dtd.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Element.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Error.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Common.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/Error.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX/Builder.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX/Generator.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXML/SAX/Builder.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Common.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::DocumentFragment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Comment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::RegExp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::ErrNo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::DOM.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::CDATASection.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::InputCallback.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Document.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::SAX.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::XPathContext.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Error.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Reader.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Node.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::AttributeHash.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Schema.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::RelaxNG.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Text.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::SAX::Builder.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::XPathExpression.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Namespace.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Attr.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::PI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Number.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Literal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Dtd.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::SAX::Generator.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Pattern.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::NodeList.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXML::Devel.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-LibXML-2.0129 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-LibXML-2.0129/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-LibXML-2.0129/MYMETA.json +Searching RDF::Trine (0) on cpanmetadb ... +--2017-10-09 07:49:42-- http://cpanmetadb.plackperl.org/v1.0/package/RDF::Trine +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3371 (3.3K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K ... 100% 507M=0s + +2017-10-09 07:49:42 (507 MB/s) - written to stdout [3371/3371] + +--> Working on RDF::Trine +Fetching http://www.cpan.org/authors/id/G/GW/GWILLIAMS/RDF-Trine-1.018.tar.gz ... --2017-10-09 07:49:42-- http://www.cpan.org/authors/id/G/GW/GWILLIAMS/RDF-Trine-1.018.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 566843 (554K) [application/x-gzip] +Saving to: ‘RDF-Trine-1.018.tar.gz’ + + 0K .......... .......... .......... .......... .......... 9% 24.1M 0s + 50K .......... .......... .......... .......... .......... 18% 40.2M 0s + 100K .......... .......... .......... .......... .......... 27% 22.9M 0s + 150K .......... .......... .......... .......... .......... 36% 42.9M 0s + 200K .......... .......... .......... .......... .......... 45% 22.8M 0s + 250K .......... .......... .......... .......... .......... 54% 38.6M 0s + 300K .......... .......... .......... .......... .......... 63% 41.3M 0s + 350K .......... .......... .......... .......... .......... 72% 42.0M 0s + 400K .......... .......... .......... .......... .......... 81% 24.4M 0s + 450K .......... .......... .......... .......... .......... 90% 56.5M 0s + 500K .......... .......... .......... .......... .......... 99% 118M 0s + 550K ... 100% 6.53M=0.02s + +2017-10-09 07:49:42 (33.6 MB/s) - ‘RDF-Trine-1.018.tar.gz’ saved [566843/566843] + +Unpacking RDF-Trine-1.018.tar.gz +OK +RDF-Trine-1.018/ +RDF-Trine-1.018/bin/ +RDF-Trine-1.018/Changes.ttl +RDF-Trine-1.018/examples/ +RDF-Trine-1.018/extra/ +RDF-Trine-1.018/inc/ +RDF-Trine-1.018/lib/ +RDF-Trine-1.018/Makefile.PL +RDF-Trine-1.018/MANIFEST +RDF-Trine-1.018/META.yml +RDF-Trine-1.018/README +RDF-Trine-1.018/SIGNATURE +RDF-Trine-1.018/t/ +RDF-Trine-1.018/xt/ +RDF-Trine-1.018/xt/00_compile.t +RDF-Trine-1.018/xt/data/ +RDF-Trine-1.018/xt/parser-trig-2013.t +RDF-Trine-1.018/xt/perl-critic.t +RDF-Trine-1.018/xt/pod-coverage.t +RDF-Trine-1.018/xt/pod.t +RDF-Trine-1.018/xt/store-dydra.t +RDF-Trine-1.018/xt/store-redland.t +RDF-Trine-1.018/xt/store-sparql.t +RDF-Trine-1.018/xt/data/turtle/ +RDF-Trine-1.018/xt/data/turtle/test-14.out +RDF-Trine-1.018/xt/data/turtle/test-14.ttl +RDF-Trine-1.018/xt/data/turtle/test-15.out +RDF-Trine-1.018/xt/data/turtle/test-15.ttl +RDF-Trine-1.018/xt/data/turtle/test-16.out +RDF-Trine-1.018/xt/data/turtle/test-16.ttl +RDF-Trine-1.018/t/00.load.t +RDF-Trine-1.018/t/data/ +RDF-Trine-1.018/t/exporter-csv.t +RDF-Trine-1.018/t/graph-subgraphs.t +RDF-Trine-1.018/t/graph.t +RDF-Trine-1.018/t/iterator-bindings-join.t +RDF-Trine-1.018/t/iterator-bindings-materialize.t +RDF-Trine-1.018/t/iterator-bindings.t +RDF-Trine-1.018/t/iterator-boolean.t +RDF-Trine-1.018/t/iterator-graph-materialize.t +RDF-Trine-1.018/t/iterator-graph.t +RDF-Trine-1.018/t/iterator-materialized.t +RDF-Trine-1.018/t/iterator-thaw.t +RDF-Trine-1.018/t/iterator.t +RDF-Trine-1.018/t/model-boundeddescription.t +RDF-Trine-1.018/t/model-dataset.t +RDF-Trine-1.018/t/model-filter.t +RDF-Trine-1.018/t/model-logger.t +RDF-Trine-1.018/t/model-temporary.t +RDF-Trine-1.018/t/model-union.t +RDF-Trine-1.018/t/model.t +RDF-Trine-1.018/t/namespace-export.t +RDF-Trine-1.018/t/namespace-uri.t +RDF-Trine-1.018/t/namespacemap.t +RDF-Trine-1.018/t/node-literal.t +RDF-Trine-1.018/t/node-resource-i18n.t +RDF-Trine-1.018/t/node-serialization.t +RDF-Trine-1.018/t/node.t +RDF-Trine-1.018/t/parser-nquads.t +RDF-Trine-1.018/t/parser-ntriples.t +RDF-Trine-1.018/t/parser-rdfa.t +RDF-Trine-1.018/t/parser-rdfjson.t +RDF-Trine-1.018/t/parser-rdfpatch.t +RDF-Trine-1.018/t/parser-rdfxml-w3c.t +RDF-Trine-1.018/t/parser-redland.t +RDF-Trine-1.018/t/parser-trig.t +RDF-Trine-1.018/t/parser-turtle-2013.t +RDF-Trine-1.018/t/parser-turtle.t +RDF-Trine-1.018/t/parser.t +RDF-Trine-1.018/t/pattern.t +RDF-Trine-1.018/t/remove-list.t +RDF-Trine-1.018/t/serializer-nquads.t +RDF-Trine-1.018/t/serializer-ntriples-canonical.t +RDF-Trine-1.018/t/serializer-ntriples.t +RDF-Trine-1.018/t/serializer-rdfjson.t +RDF-Trine-1.018/t/serializer-rdfpatch.t +RDF-Trine-1.018/t/serializer-rdfxml.t +RDF-Trine-1.018/t/serializer-trig.t +RDF-Trine-1.018/t/serializer-tsv.t +RDF-Trine-1.018/t/serializer-turtle.t +RDF-Trine-1.018/t/serializer.t +RDF-Trine-1.018/t/statement-serialization.t +RDF-Trine-1.018/t/statement.t +RDF-Trine-1.018/t/store-config.t +RDF-Trine-1.018/t/store-context.t +RDF-Trine-1.018/t/store-dbi-mysql.t +RDF-Trine-1.018/t/store-dbi-pg.t +RDF-Trine-1.018/t/store-dbi-sqlite.t +RDF-Trine-1.018/t/store-dbi.t +RDF-Trine-1.018/t/store-hexastore-pattern.t +RDF-Trine-1.018/t/store-hexastore-storable.t +RDF-Trine-1.018/t/store-hexastore-triplestore.t +RDF-Trine-1.018/t/store-hexastore.t +RDF-Trine-1.018/t/store-language.t +RDF-Trine-1.018/t/store-memory.t +RDF-Trine-1.018/t/store-redis.t +RDF-Trine-1.018/t/store-triple_sql.t +RDF-Trine-1.018/t/store.t +RDF-Trine-1.018/t/syntax.t +RDF-Trine-1.018/t/data/bugs/ +RDF-Trine-1.018/t/data/rdfa/ +RDF-Trine-1.018/t/data/rdfxml-w3c/ +RDF-Trine-1.018/t/data/trig-2013/ +RDF-Trine-1.018/t/data/turtle/ +RDF-Trine-1.018/t/data/turtle-2013/ +RDF-Trine-1.018/t/data/turtle-2013/anonymous_blank_node_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/anonymous_blank_node_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_a_predicate.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_a_predicate.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_decimal.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_decimal.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_double.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_double.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_integer.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_object.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_containing_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_containing_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.ttl +RDF-Trine-1.018/t/data/turtle-2013/collection_object.nt +RDF-Trine-1.018/t/data/turtle-2013/collection_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/collection_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/collection_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/comment_following_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/comment_following_PNAME_NS.nt +RDF-Trine-1.018/t/data/turtle-2013/comment_following_PNAME_NS.ttl +RDF-Trine-1.018/t/data/turtle-2013/default_namespace_IRI.ttl +RDF-Trine-1.018/t/data/turtle-2013/double_lower_case_e.nt +RDF-Trine-1.018/t/data/turtle-2013/double_lower_case_e.ttl +RDF-Trine-1.018/t/data/turtle-2013/empty_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/empty_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/first.nt +RDF-Trine-1.018/t/data/turtle-2013/first.ttl +RDF-Trine-1.018/t/data/turtle-2013/HYPHEN_MINUS_in_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/HYPHEN_MINUS_in_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_spo.nt +RDF-Trine-1.018/t/data/turtle-2013/IRI_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_all_punctuation.nt +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_all_punctuation.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_eight_digit_numeric_escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_four_digit_numeric_escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRIREF_datatype.nt +RDF-Trine-1.018/t/data/turtle-2013/IRIREF_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_object.nt +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_leading_digit.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_leading_underscore.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG_with_subtag.nt +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG_with_subtag.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_non_LONG.nt +RDF-Trine-1.018/t/data/turtle-2013/langtagged_non_LONG.ttl +RDF-Trine-1.018/t/data/turtle-2013/lantag_with_subtag.nt +RDF-Trine-1.018/t/data/turtle-2013/lantag_with_subtag.ttl +RDF-Trine-1.018/t/data/turtle-2013/last.nt +RDF-Trine-1.018/t/data/turtle-2013/last.ttl +RDF-Trine-1.018/t/data/turtle-2013/LICENSE +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_controls.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_controls.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_punctuation.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_punctuation.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl.new +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_false.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_false.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_1_squote.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_1_squote.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_1_squote.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_1_squote.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_true.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_true.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_BACKSPACE.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_BACKSPACE.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CARRIAGE_RETURN.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CARRIAGE_RETURN.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CHARACTER_TABULATION.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CHARACTER_TABULATION.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_BACKSPACE.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_FORM_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_LINE_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_FORM_FEED.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_FORM_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_LINE_FEED.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_LINE_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape4.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape4.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape8.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_with_UTF8_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localname_with_COLON.nt +RDF-Trine-1.018/t/data/turtle-2013/localname_with_COLON.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_digit.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_digit.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_underscore.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_underscore.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_non_leading_extras.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/manifest.ttl +RDF-Trine-1.018/t/data/turtle-2013/negative_numeric.nt +RDF-Trine-1.018/t/data/turtle-2013/negative_numeric.ttl +RDF-Trine-1.018/t/data/turtle-2013/nested_blankNodePropertyLists.nt +RDF-Trine-1.018/t/data/turtle-2013/nested_blankNodePropertyLists.ttl +RDF-Trine-1.018/t/data/turtle-2013/nested_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/nested_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_PNAME_NS.nt +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_PNAME_NS.ttl +RDF-Trine-1.018/t/data/turtle-2013/numeric_with_leading_0.nt +RDF-Trine-1.018/t/data/turtle-2013/numeric_with_leading_0.ttl +RDF-Trine-1.018/t/data/turtle-2013/objectList_with_two_objects.nt +RDF-Trine-1.018/t/data/turtle-2013/objectList_with_two_objects.ttl +RDF-Trine-1.018/t/data/turtle-2013/old_style_base.ttl +RDF-Trine-1.018/t/data/turtle-2013/old_style_prefix.ttl +RDF-Trine-1.018/t/data/turtle-2013/percent_escaped_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/percent_escaped_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/positive_numeric.nt +RDF-Trine-1.018/t/data/turtle-2013/positive_numeric.ttl +RDF-Trine-1.018/t/data/turtle-2013/predicateObjectList_with_two_objectLists.nt +RDF-Trine-1.018/t/data/turtle-2013/predicateObjectList_with_two_objectLists.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_only_IRI.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_reassigned_and_used.nt +RDF-Trine-1.018/t/data/turtle-2013/prefix_reassigned_and_used.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_IRI_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_IRI_predicate.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_name_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/README +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_at_end.ttl +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_not_at_end.nt +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_not_at_end.ttl +RDF-Trine-1.018/t/data/turtle-2013/reserved_escaped_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/reserved_escaped_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/sole_blankNodePropertyList.ttl +RDF-Trine-1.018/t/data/turtle-2013/SPARQL_style_base.ttl +RDF-Trine-1.018/t/data/turtle-2013/SPARQL_style_prefix.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-01.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-02.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-01.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-02.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-03.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-04.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-05.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-06.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-07.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-08.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-09.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-10.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-11.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-12.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-13.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-14.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-14.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-15.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-15.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-16.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-16.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-17.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-17.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-18.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-18.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-19.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-19.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-20.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-20.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-21.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-21.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-22.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-22.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-23.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-23.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-24.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-24.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-25.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-25.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-26.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-26.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-27.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-27.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-blank-label-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-lang-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-dash-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-escape-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ns-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ns-dot-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-number-dot-in-anon.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-14.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-15.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-16.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-17.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-blank-label.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-datatypes-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-datatypes-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ln-colons.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ln-dots.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ns-dots.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/two_LITERAL_LONG2s.nt +RDF-Trine-1.018/t/data/turtle-2013/two_LITERAL_LONG2s.ttl +RDF-Trine-1.018/t/data/turtle-2013/underscore_in_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/underscore_in_localName.ttl +RDF-Trine-1.018/t/data/turtle/bad-00.ttl +RDF-Trine-1.018/t/data/turtle/bad-01.ttl +RDF-Trine-1.018/t/data/turtle/bad-02.ttl +RDF-Trine-1.018/t/data/turtle/bad-03.ttl +RDF-Trine-1.018/t/data/turtle/bad-04.ttl +RDF-Trine-1.018/t/data/turtle/bad-05.ttl +RDF-Trine-1.018/t/data/turtle/bad-06.ttl +RDF-Trine-1.018/t/data/turtle/bad-07.ttl +RDF-Trine-1.018/t/data/turtle/bad-08.ttl +RDF-Trine-1.018/t/data/turtle/bad-09.ttl +RDF-Trine-1.018/t/data/turtle/bad-10.ttl +RDF-Trine-1.018/t/data/turtle/bad-11.ttl +RDF-Trine-1.018/t/data/turtle/bad-12.ttl +RDF-Trine-1.018/t/data/turtle/bad-13.ttl +RDF-Trine-1.018/t/data/turtle/bad-14.ttl +RDF-Trine-1.018/t/data/turtle/rdf-schema.out +RDF-Trine-1.018/t/data/turtle/rdf-schema.ttl +RDF-Trine-1.018/t/data/turtle/rdfq-results.out +RDF-Trine-1.018/t/data/turtle/rdfq-results.ttl +RDF-Trine-1.018/t/data/turtle/rdfs-namespace.out +RDF-Trine-1.018/t/data/turtle/rdfs-namespace.ttl +RDF-Trine-1.018/t/data/turtle/test-00.out +RDF-Trine-1.018/t/data/turtle/test-00.ttl +RDF-Trine-1.018/t/data/turtle/test-01.out +RDF-Trine-1.018/t/data/turtle/test-01.ttl +RDF-Trine-1.018/t/data/turtle/test-02.out +RDF-Trine-1.018/t/data/turtle/test-02.ttl +RDF-Trine-1.018/t/data/turtle/test-03.out +RDF-Trine-1.018/t/data/turtle/test-03.ttl +RDF-Trine-1.018/t/data/turtle/test-04.out +RDF-Trine-1.018/t/data/turtle/test-04.ttl +RDF-Trine-1.018/t/data/turtle/test-05.out +RDF-Trine-1.018/t/data/turtle/test-05.ttl +RDF-Trine-1.018/t/data/turtle/test-06.out +RDF-Trine-1.018/t/data/turtle/test-06.ttl +RDF-Trine-1.018/t/data/turtle/test-07.out +RDF-Trine-1.018/t/data/turtle/test-07.ttl +RDF-Trine-1.018/t/data/turtle/test-08.out +RDF-Trine-1.018/t/data/turtle/test-08.ttl +RDF-Trine-1.018/t/data/turtle/test-09.out +RDF-Trine-1.018/t/data/turtle/test-09.ttl +RDF-Trine-1.018/t/data/turtle/test-10.out +RDF-Trine-1.018/t/data/turtle/test-10.ttl +RDF-Trine-1.018/t/data/turtle/test-11.out +RDF-Trine-1.018/t/data/turtle/test-11.ttl +RDF-Trine-1.018/t/data/turtle/test-12.out +RDF-Trine-1.018/t/data/turtle/test-12.ttl +RDF-Trine-1.018/t/data/turtle/test-13.out +RDF-Trine-1.018/t/data/turtle/test-13.ttl +RDF-Trine-1.018/t/data/turtle/test-17.out +RDF-Trine-1.018/t/data/turtle/test-17.ttl +RDF-Trine-1.018/t/data/turtle/test-18.out +RDF-Trine-1.018/t/data/turtle/test-18.ttl +RDF-Trine-1.018/t/data/turtle/test-19.out +RDF-Trine-1.018/t/data/turtle/test-19.ttl +RDF-Trine-1.018/t/data/turtle/test-20.out +RDF-Trine-1.018/t/data/turtle/test-20.ttl +RDF-Trine-1.018/t/data/turtle/test-21.out +RDF-Trine-1.018/t/data/turtle/test-21.ttl +RDF-Trine-1.018/t/data/turtle/test-22.out +RDF-Trine-1.018/t/data/turtle/test-22.ttl +RDF-Trine-1.018/t/data/turtle/test-23.out +RDF-Trine-1.018/t/data/turtle/test-23.ttl +RDF-Trine-1.018/t/data/turtle/test-24.out +RDF-Trine-1.018/t/data/turtle/test-24.ttl +RDF-Trine-1.018/t/data/turtle/test-25.out +RDF-Trine-1.018/t/data/turtle/test-25.ttl +RDF-Trine-1.018/t/data/trig-2013/alternating_bnode_graphs.nq +RDF-Trine-1.018/t/data/trig-2013/alternating_bnode_graphs.trig +RDF-Trine-1.018/t/data/trig-2013/alternating_iri_graphs.nq +RDF-Trine-1.018/t/data/trig-2013/alternating_iri_graphs.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_graph.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_object.nq +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_object.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_subject.nq +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_subject.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_a_predicate.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_a_predicate.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_decimal.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_decimal.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_double.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_double.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_integer.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_object.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_object.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_subject.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_subject.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_containing_collection.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_containing_collection.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_with_multiple_triples.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_with_multiple_triples.trig +RDF-Trine-1.018/t/data/trig-2013/collection_object.nq +RDF-Trine-1.018/t/data/trig-2013/collection_object.trig +RDF-Trine-1.018/t/data/trig-2013/collection_subject.nq +RDF-Trine-1.018/t/data/trig-2013/collection_subject.trig +RDF-Trine-1.018/t/data/trig-2013/default_namespace_IRI.trig +RDF-Trine-1.018/t/data/trig-2013/double_lower_case_e.nq +RDF-Trine-1.018/t/data/trig-2013/double_lower_case_e.trig +RDF-Trine-1.018/t/data/trig-2013/empty_collection.nq +RDF-Trine-1.018/t/data/trig-2013/empty_collection.trig +RDF-Trine-1.018/t/data/trig-2013/first.nq +RDF-Trine-1.018/t/data/trig-2013/first.trig +RDF-Trine-1.018/t/data/trig-2013/HYPHEN_MINUS_in_localName.nq +RDF-Trine-1.018/t/data/trig-2013/HYPHEN_MINUS_in_localName.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_spo.nq +RDF-Trine-1.018/t/data/trig-2013/IRI_subject.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_all_punctuation.nq +RDF-Trine-1.018/t/data/trig-2013/IRI_with_all_punctuation.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_eight_digit_numeric_escape.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_four_digit_numeric_escape.trig +RDF-Trine-1.018/t/data/trig-2013/IRIREF_datatype.nq +RDF-Trine-1.018/t/data/trig-2013/IRIREF_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_graph.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_graph.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_object.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_object.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_subject.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_subject.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_leading_digit.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_leading_underscore.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG_with_subtag.nq +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG_with_subtag.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_non_LONG.nq +RDF-Trine-1.018/t/data/trig-2013/langtagged_non_LONG.trig +RDF-Trine-1.018/t/data/trig-2013/lantag_with_subtag.nq +RDF-Trine-1.018/t/data/trig-2013/lantag_with_subtag.trig +RDF-Trine-1.018/t/data/trig-2013/last.nq +RDF-Trine-1.018/t/data/trig-2013/last.trig +RDF-Trine-1.018/t/data/trig-2013/LICENSE +RDF-Trine-1.018/t/data/trig-2013/LITERAL1.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_controls.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_controls.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_punctuation.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_punctuation.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL2.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL2_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL2_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/literal_false.nq +RDF-Trine-1.018/t/data/trig-2013/literal_false.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_1_squote.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_1_squote.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_2_squotes.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_2_squotes.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_1_squote.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_1_squote.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_2_squotes.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_2_squotes.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig +RDF-Trine-1.018/t/data/trig-2013/literal_true.nq +RDF-Trine-1.018/t/data/trig-2013/literal_true.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_BACKSPACE.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_BACKSPACE.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_CARRIAGE_RETURN.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_CARRIAGE_RETURN.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_CHARACTER_TABULATION.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_CHARACTER_TABULATION.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_BACKSPACE.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_CARRIAGE_RETURN.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_CHARACTER_TABULATION.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_FORM_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_LINE_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_FORM_FEED.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_FORM_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_LINE_FEED.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_LINE_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape4.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape4.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape8.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_REVERSE_SOLIDUS.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_REVERSE_SOLIDUS.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localname_with_COLON.nq +RDF-Trine-1.018/t/data/trig-2013/localname_with_COLON.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_digit.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_digit.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_underscore.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_underscore.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_non_leading_extras.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/manifest.ttl +RDF-Trine-1.018/t/data/trig-2013/negative_numeric.nq +RDF-Trine-1.018/t/data/trig-2013/negative_numeric.trig +RDF-Trine-1.018/t/data/trig-2013/nested_blankNodePropertyLists.nq +RDF-Trine-1.018/t/data/trig-2013/nested_blankNodePropertyLists.trig +RDF-Trine-1.018/t/data/trig-2013/nested_collection.nq +RDF-Trine-1.018/t/data/trig-2013/nested_collection.trig +RDF-Trine-1.018/t/data/trig-2013/numeric_with_leading_0.nq +RDF-Trine-1.018/t/data/trig-2013/numeric_with_leading_0.trig +RDF-Trine-1.018/t/data/trig-2013/objectList_with_two_objects.nq +RDF-Trine-1.018/t/data/trig-2013/objectList_with_two_objects.trig +RDF-Trine-1.018/t/data/trig-2013/old_style_base.trig +RDF-Trine-1.018/t/data/trig-2013/old_style_prefix.trig +RDF-Trine-1.018/t/data/trig-2013/percent_escaped_localName.nq +RDF-Trine-1.018/t/data/trig-2013/percent_escaped_localName.trig +RDF-Trine-1.018/t/data/trig-2013/positive_numeric.nq +RDF-Trine-1.018/t/data/trig-2013/positive_numeric.trig +RDF-Trine-1.018/t/data/trig-2013/predicateObjectList_with_two_objectLists.nq +RDF-Trine-1.018/t/data/trig-2013/predicateObjectList_with_two_objectLists.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_only_IRI.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_reassigned_and_used.nq +RDF-Trine-1.018/t/data/trig-2013/prefix_reassigned_and_used.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_IRI_object.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_IRI_predicate.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_name_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/README +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_at_end.trig +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_not_at_end.nq +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_not_at_end.trig +RDF-Trine-1.018/t/data/trig-2013/reserved_escaped_localName.nq +RDF-Trine-1.018/t/data/trig-2013/reserved_escaped_localName.trig +RDF-Trine-1.018/t/data/trig-2013/sole_blankNodePropertyList.trig +RDF-Trine-1.018/t/data/trig-2013/SPARQL_style_base.trig +RDF-Trine-1.018/t/data/trig-2013/SPARQL_style_prefix.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-01.nq +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-02.nq +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-01.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-02.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-03.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-04.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-05.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-06.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-07.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-08.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-09.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-10.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-11.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-12.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-13.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-14.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-14.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-15.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-15.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-16.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-16.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-17.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-17.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-18.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-18.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-19.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-19.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-20.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-20.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-21.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-21.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-22.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-22.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-23.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-23.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-24.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-24.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-25.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-25.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-26.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-26.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-27.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-27.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-blank-label-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-lang-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-dash-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-escape-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-escape.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-missing-ns-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-missing-ns-dot-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ns-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ns-dot-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-number-dot-in-anon.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-14.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-15.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-16.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-17.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-turtle-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-blank-label.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-datatypes-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-datatypes-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ln-colons.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ln-dots.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ns-dots.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-04.trig +RDF-Trine-1.018/t/data/trig-2013/two_LITERAL_LONG2s.nq +RDF-Trine-1.018/t/data/trig-2013/two_LITERAL_LONG2s.trig +RDF-Trine-1.018/t/data/trig-2013/underscore_in_localName.nq +RDF-Trine-1.018/t/data/trig-2013/underscore_in_localName.trig +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/ +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/ +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/ +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/ +RDF-Trine-1.018/t/data/rdfxml-w3c/Manifest.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subClassOf-a-Property/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/ +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/ +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/ +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test001a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test001b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test002a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test002b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subClassOf-a-Property/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/premises005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/premises006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1C.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1P.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007c.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/error001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/empty.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test003a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test003b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-018.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-019.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-020.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/error1.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/test001a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/test001b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test003a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test003b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test005a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test005b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test008a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test008b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test009a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test009b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test011a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test011b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/test001.rdf +RDF-Trine-1.018/t/data/rdfa/test-sd.nt +RDF-Trine-1.018/t/data/rdfa/test-sd.xhtml +RDF-Trine-1.018/t/data/bugs/ttl-with-bom.ttl +RDF-Trine-1.018/lib/RDF/ +RDF-Trine-1.018/lib/Test/ +RDF-Trine-1.018/lib/Test/RDF/ +RDF-Trine-1.018/lib/Test/RDF/Trine/ +RDF-Trine-1.018/lib/Test/RDF/Trine/Store.pm +RDF-Trine-1.018/lib/RDF/Trine/ +RDF-Trine-1.018/lib/RDF/Trine.pm +RDF-Trine-1.018/lib/RDF/Trine/Error.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/ +RDF-Trine-1.018/lib/RDF/Trine/Graph.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/ +RDF-Trine-1.018/lib/RDF/Trine/Model.pm +RDF-Trine-1.018/lib/RDF/Trine/Namespace.pm +RDF-Trine-1.018/lib/RDF/Trine/NamespaceMap.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/ +RDF-Trine-1.018/lib/RDF/Trine/Node.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/ +RDF-Trine-1.018/lib/RDF/Trine/Parser.pm +RDF-Trine-1.018/lib/RDF/Trine/Pattern.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/ +RDF-Trine-1.018/lib/RDF/Trine/Serializer.pm +RDF-Trine-1.018/lib/RDF/Trine/Statement/ +RDF-Trine-1.018/lib/RDF/Trine/Statement.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/ +RDF-Trine-1.018/lib/RDF/Trine/Store.pm +RDF-Trine-1.018/lib/RDF/Trine/VariableBindings.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/ +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Dydra.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Hexastore.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/LanguagePreference.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Memory.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Redis.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Redland.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/SPARQL.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/mysql.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/Pg.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/SQLite.pm +RDF-Trine-1.018/lib/RDF/Trine/Statement/Quad.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NQuads.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples/ +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFJSON.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFPatch.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFXML.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/TriG.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/TSV.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/Turtle.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples/Canonical.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/LineProtocol.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/NQuads.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/NTriples.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFa.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFJSON.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFPatch.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFXML.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Redland.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/TriG.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/ +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Constants.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Lexer.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Token.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Blank.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Literal.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Nil.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Resource.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Variable.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/Dataset.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/StatementFilter.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/Union.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Boolean.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/JSONHandler.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/SAXHandler.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph/Materialized.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings/Materialized.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/CSV.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/RDFPatch.pm +RDF-Trine-1.018/inc/Module/ +RDF-Trine-1.018/inc/Module/Install/ +RDF-Trine-1.018/inc/Module/Install.pm +RDF-Trine-1.018/inc/Module/Install/AuthorTests.pm +RDF-Trine-1.018/inc/Module/Install/Base.pm +RDF-Trine-1.018/inc/Module/Install/Can.pm +RDF-Trine-1.018/inc/Module/Install/Fetch.pm +RDF-Trine-1.018/inc/Module/Install/Makefile.pm +RDF-Trine-1.018/inc/Module/Install/Metadata.pm +RDF-Trine-1.018/inc/Module/Install/Scripts.pm +RDF-Trine-1.018/inc/Module/Install/Win32.pm +RDF-Trine-1.018/inc/Module/Install/WriteAll.pm +RDF-Trine-1.018/extra/mysql.sql +RDF-Trine-1.018/examples/foaf_labels.pl +RDF-Trine-1.018/bin/cliapi +RDF-Trine-1.018/bin/graph.pl +RDF-Trine-1.018/bin/rdf_init_store.pl +RDF-Trine-1.018/bin/rdf_parse_turtle.pl +RDF-Trine-1.018/bin/rdf_parse_xml.pl +RDF-Trine-1.018/bin/rdf_store_add_file.pl +RDF-Trine-1.018/bin/rdf_store_makeprivate.pl +RDF-Trine-1.018/bin/rdf_store_serialize.pl +RDF-Trine-1.018/bin/rdf_transcode.pl +RDF-Trine-1.018/bin/srx2csv +RDF-Trine-1.018/bin/srx2table +RDF-Trine-1.018/bin/turtle-2013-harness.pl +RDF-Trine-1.018/bin/turtle_benchmark.pl +RDF-Trine-1.018/bin/turtle_parse.pl +RDF-Trine-1.018/bin/turtle_tokenize.pl +Entering RDF-Trine-1.018 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring RDF-Trine-1.018 ... Warning: prerequisite Algorithm::Combinatorics 0 not found. +Warning: prerequisite Cache::LRU 0 not found. +Warning: prerequisite DBIx::Connector 0 not found. +Warning: prerequisite Data::UUID 0 not found. +Warning: prerequisite Error 0 not found. +Warning: prerequisite IRI 0 not found. +Warning: prerequisite Moose 2 not found. +Warning: prerequisite MooseX::ArrayRef 0 not found. +Warning: prerequisite Set::Scalar 0 not found. +Warning: prerequisite Test::JSON 0 not found. +Warning: prerequisite Text::CSV_XS 0 not found. +Warning: prerequisite Text::Table 0 not found. +Warning: prerequisite XML::CommonNS 0.04 not found. +Warning: prerequisite XML::Namespace 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for RDF::Trine +Writing MYMETA.yml and MYMETA.json + +******************************************************************************* + +The RDF::Trine SQLite backend in versions 1.013 and prior had a bug in +the encoding of RDF data, likely causing data loss. + +RDF::Trine 1.014 and later have fixed this bug. + +However, the RDF data encoded in SQLite with RDF::Trine versions 1.014 and +later will no longer be compatible with the shared schema used in other DBI +backends (such as PostgreSQL or MySQL). To exchange data between SQLite and +other databases, the data will require export to an RDF serialization and +re-import to the new database. + +******************************************************************************* + +Checking dependencies from MYMETA.json ... +Checking if you have Test::JSON 0 ... No +Checking if you have XML::SAX 0.96 ... Yes (0.99) +Checking if you have Data::UUID 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Text::Table 0 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have DBI 1.57 ... Yes (1.637) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have XML::CommonNS 0.04 ... No +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have Text::CSV_XS 0 ... No +Checking if you have Digest::SHA 5.45 ... Yes (5.98) +Checking if you have Cache::LRU 0 ... No +Checking if you have MooseX::ArrayRef 0 ... No +Checking if you have Log::Log4perl 0 ... Yes (1.49) +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Checking if you have IRI 0 ... No +Checking if you have DBIx::Connector 0 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Math::BigInt 0 ... Yes (1.999811) +Checking if you have Module::Load::Conditional 0.66 ... Yes (0.68) +Checking if you have JSON 2 ... Yes (2.94) +Checking if you have Set::Scalar 0 ... No +Checking if you have DBD::SQLite 1.14 ... Yes (1.54) +Checking if you have XML::Namespace 0 ... No +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have Algorithm::Combinatorics 0 ... No +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have Error 0 ... No +Checking if you have HTTP::Negotiate 6 ... Yes (6.01) +Checking if you have LWP::UserAgent 6.06 ... Yes (6.27) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Searching Test::JSON (0) on cpanmetadb ... +OK +==> Found dependencies: Test::JSON, Data::UUID, Text::Table, Moose, XML::CommonNS, Text::CSV_XS, Cache::LRU, MooseX::ArrayRef, IRI, DBIx::Connector, Set::Scalar, XML::Namespace, Algorithm::Combinatorics, Error +--2017-10-09 07:49:43-- http://cpanmetadb.plackperl.org/v1.0/package/Test::JSON +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 89 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.3M=0s + +2017-10-09 07:49:43 (12.3 MB/s) - written to stdout [89/89] + +--> Working on Test::JSON +Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-0.11.tar.gz ... --2017-10-09 07:49:43-- http://www.cpan.org/authors/id/O/OV/OVID/Test-JSON-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3979 (3.9K) [application/x-gzip] +Saving to: ‘Test-JSON-0.11.tar.gz’ + + 0K ... 100% 460M=0s + +2017-10-09 07:49:44 (460 MB/s) - ‘Test-JSON-0.11.tar.gz’ saved [3979/3979] + +Unpacking Test-JSON-0.11.tar.gz +OK +Test-JSON-0.11/ +Test-JSON-0.11/Build.PL +Test-JSON-0.11/Changes +Test-JSON-0.11/lib/ +Test-JSON-0.11/lib/Test/ +Test-JSON-0.11/lib/Test/JSON.pm +Test-JSON-0.11/Makefile.PL +Test-JSON-0.11/MANIFEST +Test-JSON-0.11/META.yml +Test-JSON-0.11/README +Test-JSON-0.11/t/ +Test-JSON-0.11/t/00-load.t +Test-JSON-0.11/t/10testjson.t +Test-JSON-0.11/t/pod-coverage.t +Test-JSON-0.11/t/pod.t +Entering Test-JSON-0.11 +Checking configure dependencies from META.yml +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Test-JSON-0.11 ... Checking prerequisites... + requires: + ! JSON::Any is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Test-JSON' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Simple 0.90 ... Yes (1.302098) +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have Test::Tester 0.107 ... Yes (1.302098) +Checking if you have JSON::Any 1.2 ... No +Searching JSON::Any (1.2) on cpanmetadb ... +OK +==> Found dependencies: JSON::Any +--2017-10-09 07:49:44-- http://cpanmetadb.plackperl.org/v1.0/package/JSON::Any +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 2.76M=0s + +2017-10-09 07:49:44 (2.76 MB/s) - written to stdout [88/88] + +--> Working on JSON::Any +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/JSON-Any-1.39.tar.gz ... --2017-10-09 07:49:44-- http://www.cpan.org/authors/id/E/ET/ETHER/JSON-Any-1.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 35890 (35K) [application/x-gzip] +Saving to: ‘JSON-Any-1.39.tar.gz’ + + 0K .......... .......... .......... ..... 100% 29.5M=0.001s + +2017-10-09 07:49:44 (29.5 MB/s) - ‘JSON-Any-1.39.tar.gz’ saved [35890/35890] + +Unpacking JSON-Any-1.39.tar.gz +OK +JSON-Any-1.39/ +JSON-Any-1.39/Changes +JSON-Any-1.39/CONTRIBUTING +JSON-Any-1.39/dist.ini +JSON-Any-1.39/INSTALL +JSON-Any-1.39/lib/ +JSON-Any-1.39/LICENSE +JSON-Any-1.39/Makefile.PL +JSON-Any-1.39/MANIFEST +JSON-Any-1.39/META.json +JSON-Any-1.39/META.yml +JSON-Any-1.39/README +JSON-Any-1.39/t/ +JSON-Any-1.39/xt/ +JSON-Any-1.39/xt/author/ +JSON-Any-1.39/xt/release/ +JSON-Any-1.39/xt/release/changes_has_content.t +JSON-Any-1.39/xt/release/cpan-changes.t +JSON-Any-1.39/xt/release/distmeta.t +JSON-Any-1.39/xt/release/minimum-version.t +JSON-Any-1.39/xt/release/mojibake.t +JSON-Any-1.39/xt/release/pod-coverage.t +JSON-Any-1.39/xt/release/pod-no404s.t +JSON-Any-1.39/xt/release/pod-syntax.t +JSON-Any-1.39/xt/release/portability.t +JSON-Any-1.39/xt/author/00-compile.t +JSON-Any-1.39/xt/author/clean-namespaces.t +JSON-Any-1.39/xt/author/eol.t +JSON-Any-1.39/xt/author/kwalitee.t +JSON-Any-1.39/xt/author/no-tabs.t +JSON-Any-1.39/xt/author/pod-spell.t +JSON-Any-1.39/t/00-load.t +JSON-Any-1.39/t/00-report-prereqs.dd +JSON-Any-1.39/t/00-report-prereqs.t +JSON-Any-1.39/t/01-JSON.t +JSON-Any-1.39/t/02-JSON-XS.t +JSON-Any-1.39/t/03-JSON-DWIW.t +JSON-Any-1.39/t/04-ENV.t +JSON-Any-1.39/t/05-JSON-Syck.t +JSON-Any-1.39/t/06-JSON-PP.t +JSON-Any-1.39/t/07-CPanel-JSON-XS.t +JSON-Any-1.39/t/10_unicode.t +JSON-Any-1.39/t/11-string-escape.t +JSON-Any-1.39/t/12-boolean.t +JSON-Any-1.39/t/13-no-backends.t +JSON-Any-1.39/t/14-deprecated.t +JSON-Any-1.39/lib/JSON/ +JSON-Any-1.39/lib/JSON/Any.pm +Entering JSON-Any-1.39 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring JSON-Any-1.39 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for JSON::Any +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::Without::Module 0 ... Yes (0.20) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have utf8 0 ... Yes (1.20) +OK +Building and testing JSON-Any-1.39 ... cp lib/JSON/Any.pm blib/lib/JSON/Any.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing JSON::Any 1.39, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ............ ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ----- -------- +# Data::Dumper any 2.167_02 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Storable any 2.64 +# Test::Fatal any 0.014 +# Test::More any 1.302098 +# Test::Requires any 0.10 +# Test::Warnings 0.009 0.026 +# Test::Without::Module any 0.20 +# utf8 any 1.20 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Carp any 1.43 +# constant any 1.33 +# strict any 1.11 +# warnings any 1.37 +# +# === Other Modules === +# +# Module Have +# ---------------- ------- +# Cpanel::JSON::XS missing +# JSON 2.94 +# JSON::DWIW missing +# JSON::MaybeXS missing +# JSON::PP 2.94 +# JSON::Syck missing +# JSON::XS missing +# Pod::Coverage missing +# +t/00-report-prereqs.t .. ok +# Testing JSON.pm backend +t/01-JSON.t ............ ok +t/02-JSON-XS.t ......... skipped: JSON::XS not installed: Couldn't find a JSON package. Need JSON::XS at (eval 8) line 1. +t/03-JSON-DWIW.t ....... skipped: JSON::DWIW not installed: Couldn't find a JSON package. Need JSON::DWIW at (eval 8) line 1. +t/04-ENV.t ............. skipped: Cpanel::JSON::XS nor JSON::XS are installed +t/05-JSON-Syck.t ....... skipped: JSON::Syck not installed: Couldn't find a JSON package. Need JSON::Syck at (eval 8) line 1. +# Testing JSON::PP backend +t/06-JSON-PP.t ......... ok +t/07-CPanel-JSON-XS.t .. skipped: Cpanel::JSON::XS not installed: Couldn't find a JSON package. Need Cpanel::JSON::XS at (eval 8) line 1. +t/10_unicode.t ......... ok +t/11-string-escape.t ... ok +t/12-boolean.t ......... ok +t/13-no-backends.t ..... ok +t/14-deprecated.t ...... skipped: Test requires module 'JSON::Syck' but it's not found +All tests successful. +Files=14, Tests=127, 1 wallclock secs ( 0.05 usr 0.03 sys + 1.01 cusr 0.14 csys = 1.23 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/Any.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::Any.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed JSON-Any-1.39 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-Any-1.39/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-Any-1.39/MYMETA.json +Building and testing Test-JSON-0.11 ... Building Test-JSON +# Testing Test::JSON 0.11, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ....... ok +t/10testjson.t .... ok +t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ........... ok +All tests successful. +Files=4, Tests=38, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.33 cusr 0.02 csys = 0.38 CPU) +Result: PASS +Building Test-JSON +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/JSON.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::JSON.3 +OK +Successfully installed Test-JSON-0.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-JSON-0.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-JSON-0.11/MYMETA.json +Searching Data::UUID (0) on cpanmetadb ... +--2017-10-09 07:49:47-- http://cpanmetadb.plackperl.org/v1.0/package/Data::UUID +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 92 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.1M=0s + +2017-10-09 07:49:47 (19.1 MB/s) - written to stdout [92/92] + +--> Working on Data::UUID +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.221.tar.gz ... --2017-10-09 07:49:47-- http://www.cpan.org/authors/id/R/RJ/RJBS/Data-UUID-1.221.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17041 (17K) [application/x-gzip] +Saving to: ‘Data-UUID-1.221.tar.gz’ + + 0K .......... ...... 100% 19.2M=0.001s + +2017-10-09 07:49:47 (19.2 MB/s) - ‘Data-UUID-1.221.tar.gz’ saved [17041/17041] + +Unpacking Data-UUID-1.221.tar.gz +OK +Data-UUID-1.221/ +Data-UUID-1.221/Changes +Data-UUID-1.221/LICENSE +Data-UUID-1.221/Makefile.PL +Data-UUID-1.221/MANIFEST +Data-UUID-1.221/META.json +Data-UUID-1.221/META.yml +Data-UUID-1.221/ptable.h +Data-UUID-1.221/README +Data-UUID-1.221/smp-test/ +Data-UUID-1.221/t/ +Data-UUID-1.221/typemap +Data-UUID-1.221/UUID.h +Data-UUID-1.221/UUID.pm +Data-UUID-1.221/UUID.xs +Data-UUID-1.221/t/basic.t +Data-UUID-1.221/t/from-name-collisions.t +Data-UUID-1.221/t/leaky_dollar_bang.t +Data-UUID-1.221/t/pod-coverage.t +Data-UUID-1.221/t/pod.t +Data-UUID-1.221/t/segv.t +Data-UUID-1.221/t/threads.t +Data-UUID-1.221/smp-test/collision.t +Data-UUID-1.221/smp-test/uuid-fork.pl +Entering Data-UUID-1.221 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Data-UUID-1.221 ... Checking if your kit is complete... +Looks good +Configured options (run perl Makefile.PL --help for how to change this): + UUID state storage: /tmp + default umask: 0007 +Generating a Unix-style Makefile +Writing Makefile for Data::UUID +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Digest::MD5 2.35 ... Yes (2.55) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Data-UUID-1.221 ... cp UUID.pm blib/lib/Data/UUID.pm +Running Mkbootstrap for UUID () +chmod 644 "UUID.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Data-UUID-1.221/typemap' UUID.xs > UUID.xsc +mv UUID.xsc UUID.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.221\" -DXS_VERSION=\"1.221\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -D_STDIR=\"/tmp\" -D__linux__ -D_DEFAULT_UMASK=0007 UUID.c +In file included from UUID.xs:4:0: +UUID.c: In function ‘XS_Data__UUID_DESTROY’: +UUID.h:103:23: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result] + # define LOCK(f) lockf(fileno(f),F_LOCK,0); + ^~~~~~~~~~~~~~~~~~~~~~~~~ +UUID.xs:588:10: note: in expansion of macro ‘LOCK’ + LOCK(fd); + ^~~~ +UUID.h:104:25: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result] + # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); + ^~~~~~~~~~~~~~~~~~~~~~~~~~ +UUID.xs:590:10: note: in expansion of macro ‘UNLOCK’ + UNLOCK(fd); + ^~~~~~ +UUID.c: In function ‘XS_Data__UUID_create’: +UUID.h:103:23: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result] + # define LOCK(f) lockf(fileno(f),F_LOCK,0); + ^~~~~~~~~~~~~~~~~~~~~~~~~ +UUID.xs:421:3: note: in expansion of macro ‘LOCK’ + LOCK(fd); + ^~~~ +UUID.h:104:25: warning: ignoring return value of ‘lockf’, declared with attribute warn_unused_result [-Wunused-result] + # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0); + ^~~~~~~~~~~~~~~~~~~~~~~~~~ +UUID.xs:423:3: note: in expansion of macro ‘UNLOCK’ + UNLOCK(fd); + ^~~~~~ +UUID.c: In function ‘XS_Data__UUID_new’: +UUID.xs:360:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] + fread(&(RETVAL->state), sizeof(uuid_state_t), 1, fd); + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +UUID.xs:367:7: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] + fread(&(RETVAL->nodeid), sizeof(uuid_node_t), 1, fd ); + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +rm -f blib/arch/auto/Data/UUID/UUID.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong UUID.o -o blib/arch/auto/Data/UUID/UUID.so \ + \ + +chmod 755 blib/arch/auto/Data/UUID/UUID.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basic.t ................. ok +t/from-name-collisions.t .. ok +t/leaky_dollar_bang.t ..... ok +t/pod-coverage.t .......... skipped: Pod coverage tests are not active. Please set $ENV{AUTHOR_TESTING} to activate. +t/pod.t ................... skipped: Pod coverage tests are not active. Please set $ENV{AUTHOR_TESTING} to activate. +t/segv.t .................. ok +t/threads.t ............... skipped: Perl not compiled with useithreads +All tests successful. +Files=7, Tests=32, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.35 cusr 0.07 csys = 0.46 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUID.bs blib/arch/auto/Data/UUID/UUID.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Data/UUID/UUID.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Data/UUID.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::UUID.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-UUID-1.221 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-UUID-1.221/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-UUID-1.221/MYMETA.json +Searching Text::Table (0) on cpanmetadb ... +--2017-10-09 07:49:49-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Table +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.0M=0s + +2017-10-09 07:49:49 (20.0 MB/s) - written to stdout [97/97] + +--> Working on Text::Table +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Table-1.133.tar.gz ... --2017-10-09 07:49:49-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Table-1.133.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 27178 (27K) [application/x-gzip] +Saving to: ‘Text-Table-1.133.tar.gz’ + + 0K .......... .......... ...... 100% 32.9M=0.001s + +2017-10-09 07:49:49 (32.9 MB/s) - ‘Text-Table-1.133.tar.gz’ saved [27178/27178] + +Unpacking Text-Table-1.133.tar.gz +OK +Text-Table-1.133 +Text-Table-1.133/README +Text-Table-1.133/Changes +Text-Table-1.133/LICENSE +Text-Table-1.133/dist.ini +Text-Table-1.133/META.yml +Text-Table-1.133/MANIFEST +Text-Table-1.133/Build.PL +Text-Table-1.133/META.json +Text-Table-1.133/weaver.ini +Text-Table-1.133/t +Text-Table-1.133/t/01_ini.t +Text-Table-1.133/Makefile.PL +Text-Table-1.133/t/10_Table.t +Text-Table-1.133/MANIFEST.SKIP +Text-Table-1.133/t/00-compile.t +Text-Table-1.133/t/14_overload.t +Text-Table-1.133/lib/Text +Text-Table-1.133/lib/Text/Table.pm +Text-Table-1.133/t/11_Variable_Rule.t +Text-Table-1.133/t/author-pod-syntax.t +Text-Table-1.133/inc/Test/Run +Text-Table-1.133/inc/Test/Run/Builder.pm +Text-Table-1.133/t/author-pod-coverage.t +Text-Table-1.133/t/style-trailing-space.t +Text-Table-1.133/t/release-cpan-changes.t +Text-Table-1.133/t/12_column_seps_as_hashes.t +Text-Table-1.133/examples +Text-Table-1.133/examples/Text-Table-UTF8-example.pl +Text-Table-1.133/t/13_callback_rules_with_whitespace.t +Entering Text-Table-1.133 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Build.PL +Configuring Text-Table-1.133 ... Checking prerequisites... + requires: + ! Text::Aligner is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Text-Table' version '1.133' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have blib 1.01 ... Yes (1.06) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Text::Aligner 0 ... No +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Searching Text::Aligner (0) on cpanmetadb ... +OK +==> Found dependencies: Text::Aligner +--2017-10-09 07:49:50-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Aligner +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 159 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.5M=0s + +2017-10-09 07:49:50 (31.5 MB/s) - written to stdout [159/159] + +--> Working on Text::Aligner +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Aligner-0.13.tar.gz ... --2017-10-09 07:49:50-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/Text-Aligner-0.13.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12932 (13K) [application/x-gzip] +Saving to: ‘Text-Aligner-0.13.tar.gz’ + + 0K .......... .. 100% 160M=0s + +2017-10-09 07:49:50 (160 MB/s) - ‘Text-Aligner-0.13.tar.gz’ saved [12932/12932] + +Unpacking Text-Aligner-0.13.tar.gz +OK +Text-Aligner-0.13 +Text-Aligner-0.13/README +Text-Aligner-0.13/Changes +Text-Aligner-0.13/LICENSE +Text-Aligner-0.13/dist.ini +Text-Aligner-0.13/META.yml +Text-Aligner-0.13/MANIFEST +Text-Aligner-0.13/Build.PL +Text-Aligner-0.13/t +Text-Aligner-0.13/t/01_ini.t +Text-Aligner-0.13/Makefile.PL +Text-Aligner-0.13/MANIFEST.SKIP +Text-Aligner-0.13/t/10_Aligner.t +Text-Aligner-0.13/t/00-compile.t +Text-Aligner-0.13/t/author-no-tabs.t +Text-Aligner-0.13/lib/Text +Text-Aligner-0.13/lib/Text/Aligner.pm +Text-Aligner-0.13/t/release-kwalitee.t +Text-Aligner-0.13/t/author-pod-syntax.t +Text-Aligner-0.13/inc/Test/Run +Text-Aligner-0.13/inc/Test/Run/Builder.pm +Text-Aligner-0.13/t/author-pod-coverage.t +Text-Aligner-0.13/t/release-cpan-changes.t +Text-Aligner-0.13/t/release-trailing-space.t +Entering Text-Aligner-0.13 +Checking configure dependencies from META.yml +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Build.PL +Configuring Text-Aligner-0.13 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Text-Aligner' version '0.13' +Checking dependencies from MYMETA.json ... +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Term::ANSIColor 3 ... Yes (4.06) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have blib 1.01 ... Yes (1.06) +OK +Building and testing Text-Aligner-0.13 ... Building Text-Aligner +t/00-compile.t .............. ok +t/01_ini.t .................. ok +t/10_Aligner.t .............. ok +t/author-no-tabs.t .......... skipped: these tests are for testing by the author +t/author-pod-coverage.t ..... skipped: these tests are for testing by the author +t/author-pod-syntax.t ....... skipped: these tests are for testing by the author +t/release-cpan-changes.t .... skipped: these tests are for release candidate testing +t/release-kwalitee.t ........ skipped: these tests are for release candidate testing +t/release-trailing-space.t .. skipped: these tests are for release candidate testing +All tests successful. +Files=9, Tests=513, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.55 cusr 0.07 csys = 0.72 CPU) +Result: PASS +Building Text-Aligner +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Aligner.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Aligner.3 +OK +Successfully installed Text-Aligner-0.13 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Aligner-0.13/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Aligner-0.13/MYMETA.json +Building and testing Text-Table-1.133 ... Building Text-Table +t/00-compile.t ......................... ok +t/01_ini.t ............................. ok +# Version: 1.133 +t/10_Table.t ........................... ok +t/11_Variable_Rule.t ................... ok +t/12_column_seps_as_hashes.t ........... ok +t/13_callback_rules_with_whitespace.t .. ok +t/14_overload.t ........................ ok +t/author-pod-coverage.t ................ skipped: these tests are for testing by the author +t/author-pod-syntax.t .................. skipped: these tests are for testing by the author +t/release-cpan-changes.t ............... skipped: these tests are for release candidate testing +t/style-trailing-space.t ............... skipped: Test::TrailingSpace required for trailing space test. +All tests successful. +Files=11, Tests=175, 0 wallclock secs ( 0.04 usr 0.03 sys + 0.73 cusr 0.09 csys = 0.89 CPU) +Result: PASS +Building Text-Table +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Table.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Table.3 +OK +Successfully installed Text-Table-1.133 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Table-1.133/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Table-1.133/MYMETA.json +Already tried Moose. Skipping. +Searching XML::CommonNS (0.04) on cpanmetadb ... +--2017-10-09 07:49:53-- http://cpanmetadb.plackperl.org/v1.0/package/XML::CommonNS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.0M=0s + +2017-10-09 07:49:53 (16.0 MB/s) - written to stdout [99/99] + +--> Working on XML::CommonNS +Fetching http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-CommonNS-0.06.tar.gz ... --2017-10-09 07:49:53-- http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-CommonNS-0.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3700 (3.6K) [application/x-gzip] +Saving to: ‘XML-CommonNS-0.06.tar.gz’ + + 0K ... 100% 343M=0s + +2017-10-09 07:49:53 (343 MB/s) - ‘XML-CommonNS-0.06.tar.gz’ saved [3700/3700] + +Unpacking XML-CommonNS-0.06.tar.gz +OK +XML-CommonNS-0.06/ +XML-CommonNS-0.06/Build.PL +XML-CommonNS-0.06/Changes +XML-CommonNS-0.06/lib/ +XML-CommonNS-0.06/lib/XML/ +XML-CommonNS-0.06/lib/XML/CommonNS.pm +XML-CommonNS-0.06/Makefile.PL +XML-CommonNS-0.06/MANIFEST +XML-CommonNS-0.06/META.yml +XML-CommonNS-0.06/README +XML-CommonNS-0.06/t/ +XML-CommonNS-0.06/t/00.load.t +XML-CommonNS-0.06/t/05-basics.t +Entering XML-CommonNS-0.06 +Checking configure dependencies from META.yml +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring XML-CommonNS-0.06 ... Checking prerequisites... + requires: + ! XML::NamespaceFactory is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'XML-CommonNS' version '0.06' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XML::NamespaceFactory 0 ... No +Checking if you have version 0.9906 ... Yes (0.9918) +Searching XML::NamespaceFactory (0) on cpanmetadb ... +OK +==> Found dependencies: XML::NamespaceFactory +--2017-10-09 07:49:53-- http://cpanmetadb.plackperl.org/v1.0/package/XML::NamespaceFactory +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 155 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.5M=0s + +2017-10-09 07:49:53 (31.5 MB/s) - written to stdout [155/155] + +--> Working on XML::NamespaceFactory +Fetching http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceFactory-1.02.tar.gz ... --2017-10-09 07:49:53-- http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceFactory-1.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11790 (12K) [application/x-gzip] +Saving to: ‘XML-NamespaceFactory-1.02.tar.gz’ + + 0K .......... . 100% 114M=0s + +2017-10-09 07:49:53 (114 MB/s) - ‘XML-NamespaceFactory-1.02.tar.gz’ saved [11790/11790] + +Unpacking XML-NamespaceFactory-1.02.tar.gz +OK +XML-NamespaceFactory-1.02 +XML-NamespaceFactory-1.02/README +XML-NamespaceFactory-1.02/Changes +XML-NamespaceFactory-1.02/LICENSE +XML-NamespaceFactory-1.02/dist.ini +XML-NamespaceFactory-1.02/META.yml +XML-NamespaceFactory-1.02/cpanfile +XML-NamespaceFactory-1.02/MANIFEST +XML-NamespaceFactory-1.02/META.json +XML-NamespaceFactory-1.02/Makefile.PL +XML-NamespaceFactory-1.02/t +XML-NamespaceFactory-1.02/t/05-basics.t +XML-NamespaceFactory-1.02/lib/XML +XML-NamespaceFactory-1.02/lib/XML/NamespaceFactory.pm +Entering XML-NamespaceFactory-1.02 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-NamespaceFactory-1.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::NamespaceFactory +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Test 0 ... Yes (1.30) +OK +Building and testing XML-NamespaceFactory-1.02 ... cp lib/XML/NamespaceFactory.pm blib/lib/XML/NamespaceFactory.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/05-basics.t .. ok +All tests successful. +Files=1, Tests=8, 0 wallclock secs ( 0.02 usr + 0.01 sys = 0.03 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/NamespaceFactory.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::NamespaceFactory.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-NamespaceFactory-1.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-NamespaceFactory-1.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-NamespaceFactory-1.02/MYMETA.json +Building and testing XML-CommonNS-0.06 ... Building XML-CommonNS +Use of uninitialized value $opt[0] in string eq at /home/ryan/.cpanm/work/1507547994.16943/XML-CommonNS-0.06/blib/lib/XML/CommonNS.pm line 55. +# Testing XML::CommonNS 0.06 +t/00.load.t .... ok +t/05-basics.t .. ok +All tests successful. +Files=2, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.00 csys = 0.14 CPU) +Result: PASS +Building XML-CommonNS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/CommonNS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::CommonNS.3 +OK +Successfully installed XML-CommonNS-0.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-CommonNS-0.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-CommonNS-0.06/MYMETA.json +Searching Text::CSV_XS (0) on cpanmetadb ... +--2017-10-09 07:49:55-- http://cpanmetadb.plackperl.org/v1.0/package/Text::CSV_XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.4M=0s + +2017-10-09 07:49:55 (15.4 MB/s) - written to stdout [93/93] + +--> Working on Text::CSV_XS +Fetching http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.32.tgz ... --2017-10-09 07:49:55-- http://www.cpan.org/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.32.tgz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 168648 (165K) [application/x-gzip] +Saving to: ‘Text-CSV_XS-1.32.tgz’ + + 0K .......... .......... .......... .......... .......... 30% 22.4M 0s + 50K .......... .......... .......... .......... .......... 60% 38.2M 0s + 100K .......... .......... .......... .......... .......... 91% 22.1M 0s + 150K .......... .... 100% 263M=0.006s + +2017-10-09 07:49:55 (28.1 MB/s) - ‘Text-CSV_XS-1.32.tgz’ saved [168648/168648] + +Unpacking Text-CSV_XS-1.32.tgz +OK +Text-CSV_XS-1.32/ +Text-CSV_XS-1.32/t/ +Text-CSV_XS-1.32/t/30_types.t +Text-CSV_XS-1.32/t/75_hashref.t +Text-CSV_XS-1.32/t/21_lexicalio.t +Text-CSV_XS-1.32/t/77_getall.t +Text-CSV_XS-1.32/t/81_subclass.t +Text-CSV_XS-1.32/t/90_csv.t +Text-CSV_XS-1.32/t/79_callbacks.t +Text-CSV_XS-1.32/t/22_scalario.t +Text-CSV_XS-1.32/t/00_pod.t +Text-CSV_XS-1.32/t/46_eol_si.t +Text-CSV_XS-1.32/t/70_rt.t +Text-CSV_XS-1.32/t/50_utf8.t +Text-CSV_XS-1.32/t/45_eol.t +Text-CSV_XS-1.32/t/55_combi.t +Text-CSV_XS-1.32/t/40_misc.t +Text-CSV_XS-1.32/t/80_diag.t +Text-CSV_XS-1.32/t/01_pod.t +Text-CSV_XS-1.32/t/12_acc.t +Text-CSV_XS-1.32/t/65_allow.t +Text-CSV_XS-1.32/t/10_base.t +Text-CSV_XS-1.32/t/76_magic.t +Text-CSV_XS-1.32/t/51_utf8.t +Text-CSV_XS-1.32/t/85_util.t +Text-CSV_XS-1.32/t/60_samples.t +Text-CSV_XS-1.32/t/15_flags.t +Text-CSV_XS-1.32/t/20_file.t +Text-CSV_XS-1.32/t/78_fragment.t +Text-CSV_XS-1.32/t/41_null.t +Text-CSV_XS-1.32/t/util.pl +Text-CSV_XS-1.32/t/91_csv_cb.t +Text-CSV_XS-1.32/ppport.h +Text-CSV_XS-1.32/examples/ +Text-CSV_XS-1.32/examples/parser-xs.pl +Text-CSV_XS-1.32/examples/rewrite.pl +Text-CSV_XS-1.32/examples/csv-check +Text-CSV_XS-1.32/examples/csv2xlsx +Text-CSV_XS-1.32/examples/speed.pl +Text-CSV_XS-1.32/examples/csv2xls +Text-CSV_XS-1.32/examples/csvdiff +Text-CSV_XS-1.32/README +Text-CSV_XS-1.32/Makefile.PL +Text-CSV_XS-1.32/CONTRIBUTING.md +Text-CSV_XS-1.32/files/ +Text-CSV_XS-1.32/files/macosx.csv +Text-CSV_XS-1.32/files/utf8.csv +Text-CSV_XS-1.32/CSV_XS.pm +Text-CSV_XS-1.32/MANIFEST +Text-CSV_XS-1.32/ChangeLog +Text-CSV_XS-1.32/CSV_XS.xs +Text-CSV_XS-1.32/META.yml +Text-CSV_XS-1.32/META.json +Entering Text-CSV_XS-1.32 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-CSV_XS-1.32 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::CSV_XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Tie::Scalar 0 ... Yes (1.04) +Checking if you have DynaLoader 0 ... Yes (1.42) +OK +Building and testing Text-CSV_XS-1.32 ... cp CSV_XS.pm blib/lib/Text/CSV_XS.pm +Running Mkbootstrap for CSV_XS () +chmod 644 "CSV_XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' CSV_XS.xs > CSV_XS.xsc +mv CSV_XS.xsc CSV_XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" CSV_XS.c +rm -f blib/arch/auto/Text/CSV_XS/CSV_XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong CSV_XS.o -o blib/arch/auto/Text/CSV_XS/CSV_XS.so \ + \ + +chmod 755 blib/arch/auto/Text/CSV_XS/CSV_XS.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_pod.t ........ ok +t/01_pod.t ........ skipped: Test::Pod::Coverage required for testing POD Coverage +t/10_base.t ....... ok +t/12_acc.t ........ ok +t/15_flags.t ...... ok +t/20_file.t ....... ok +t/21_lexicalio.t .. ok +t/22_scalario.t ... ok +t/30_types.t ...... ok +t/40_misc.t ....... ok +t/41_null.t ....... ok +t/45_eol.t ........ ok +t/46_eol_si.t ..... ok +t/50_utf8.t ....... ok +t/51_utf8.t ....... ok +t/55_combi.t ...... ok +t/60_samples.t .... ok +t/65_allow.t ...... ok +t/70_rt.t ......... ok +t/75_hashref.t .... ok +t/76_magic.t ...... ok +t/77_getall.t ..... ok +t/78_fragment.t ... ok +t/79_callbacks.t .. ok +t/80_diag.t ....... ok +t/81_subclass.t ... ok +t/85_util.t ....... ok +t/90_csv.t ........ ok +t/91_csv_cb.t ..... ok +All tests successful. +Files=29, Tests=51045, 37 wallclock secs ( 4.26 usr 0.45 sys + 34.98 cusr 0.99 csys = 40.68 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- CSV_XS.bs blib/arch/auto/Text/CSV_XS/CSV_XS.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Text/CSV_XS/CSV_XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/CSV_XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::CSV_XS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-CSV_XS-1.32 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-CSV_XS-1.32/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-CSV_XS-1.32/MYMETA.json +Searching Cache::LRU (0) on cpanmetadb ... +--2017-10-09 07:50:36-- http://cpanmetadb.plackperl.org/v1.0/package/Cache::LRU +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 91 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.3M=0s + +2017-10-09 07:50:36 (18.3 MB/s) - written to stdout [91/91] + +--> Working on Cache::LRU +Fetching http://www.cpan.org/authors/id/K/KA/KAZUHO/Cache-LRU-0.04.tar.gz ... --2017-10-09 07:50:36-- http://www.cpan.org/authors/id/K/KA/KAZUHO/Cache-LRU-0.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 20133 (20K) [application/x-gzip] +Saving to: ‘Cache-LRU-0.04.tar.gz’ + + 0K .......... ......... 100% 26.3M=0.001s + +2017-10-09 07:50:36 (26.3 MB/s) - ‘Cache-LRU-0.04.tar.gz’ saved [20133/20133] + +Unpacking Cache-LRU-0.04.tar.gz +OK +Cache-LRU-0.04/ +Cache-LRU-0.04/inc/ +Cache-LRU-0.04/inc/Module/ +Cache-LRU-0.04/inc/Module/Install/ +Cache-LRU-0.04/inc/Module/Install/Makefile.pm +Cache-LRU-0.04/inc/Module/Install/Fetch.pm +Cache-LRU-0.04/inc/Module/Install/ReadmeFromPod.pm +Cache-LRU-0.04/inc/Module/Install/Win32.pm +Cache-LRU-0.04/inc/Module/Install/WriteAll.pm +Cache-LRU-0.04/inc/Module/Install/Metadata.pm +Cache-LRU-0.04/inc/Module/Install/Can.pm +Cache-LRU-0.04/inc/Module/Install/Base.pm +Cache-LRU-0.04/inc/Module/Install.pm +Cache-LRU-0.04/MANIFEST +Cache-LRU-0.04/lib/ +Cache-LRU-0.04/lib/Cache/ +Cache-LRU-0.04/lib/Cache/LRU.pm +Cache-LRU-0.04/t/ +Cache-LRU-0.04/t/01destroy.t +Cache-LRU-0.04/t/00base.t +Cache-LRU-0.04/Makefile.PL +Cache-LRU-0.04/benchmark/ +Cache-LRU-0.04/benchmark/simple.pl +Cache-LRU-0.04/Changes +Cache-LRU-0.04/.gitignore +Cache-LRU-0.04/README +Cache-LRU-0.04/META.yml +Entering Cache-LRU-0.04 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Cache-LRU-0.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Cache::LRU +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Cache-LRU-0.04 ... cp lib/Cache/LRU.pm blib/lib/Cache/LRU.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/00base.t ..... ok +t/01destroy.t .. ok +All tests successful. +Files=2, Tests=38, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.03 csys = 0.15 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Cache/LRU.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Cache::LRU.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Cache-LRU-0.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cache-LRU-0.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cache-LRU-0.04/MYMETA.json +Searching MooseX::ArrayRef (0) on cpanmetadb ... +--2017-10-09 07:50:37-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::ArrayRef +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 188 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 42.9M=0s + +2017-10-09 07:50:37 (42.9 MB/s) - written to stdout [188/188] + +--> Working on MooseX::ArrayRef +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-ArrayRef-0.005.tar.gz ... --2017-10-09 07:50:37-- http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-ArrayRef-0.005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17552 (17K) [application/x-gzip] +Saving to: ‘MooseX-ArrayRef-0.005.tar.gz’ + + 0K .......... ....... 100% 24.7M=0.001s + +2017-10-09 07:50:37 (24.7 MB/s) - ‘MooseX-ArrayRef-0.005.tar.gz’ saved [17552/17552] + +Unpacking MooseX-ArrayRef-0.005.tar.gz +OK +MooseX-ArrayRef-0.005/CONTRIBUTING +MooseX-ArrayRef-0.005/COPYRIGHT +MooseX-ArrayRef-0.005/CREDITS +MooseX-ArrayRef-0.005/Changes +MooseX-ArrayRef-0.005/INSTALL +MooseX-ArrayRef-0.005/LICENSE +MooseX-ArrayRef-0.005/MANIFEST +MooseX-ArrayRef-0.005/META.json +MooseX-ArrayRef-0.005/META.yml +MooseX-ArrayRef-0.005/Makefile.PL +MooseX-ArrayRef-0.005/README +MooseX-ArrayRef-0.005/SIGNATURE +MooseX-ArrayRef-0.005/dist.ini +MooseX-ArrayRef-0.005/doap.ttl +MooseX-ArrayRef-0.005/examples/benchmark.pl +MooseX-ArrayRef-0.005/examples/synopsis.pl +MooseX-ArrayRef-0.005/t/01basic.t +MooseX-ArrayRef-0.005/t/02indexmap.t +MooseX-ArrayRef-0.005/t/03objects.t +MooseX-ArrayRef-0.005/t/04inlining.t +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef.pm +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef/Meta/Class.pm +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef/Meta/Instance.pm +Entering MooseX-ArrayRef-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-ArrayRef-0.005 ... Warning: prerequisite Moose 2.00 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::ArrayRef +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed +! Bailing out the installation for MooseX-ArrayRef-0.005. +Searching IRI (0) on cpanmetadb ... +OK +==> Found dependencies: Moose +--2017-10-09 07:50:37-- http://cpanmetadb.plackperl.org/v1.0/package/IRI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 84 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 16.3M=0s + +2017-10-09 07:50:37 (16.3 MB/s) - written to stdout [84/84] + +--> Working on IRI +Fetching http://www.cpan.org/authors/id/G/GW/GWILLIAMS/IRI-0.008.tar.gz ... --2017-10-09 07:50:37-- http://www.cpan.org/authors/id/G/GW/GWILLIAMS/IRI-0.008.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28101 (27K) [application/x-gzip] +Saving to: ‘IRI-0.008.tar.gz’ + + 0K .......... .......... ....... 100% 31.0M=0.001s + +2017-10-09 07:50:37 (31.0 MB/s) - ‘IRI-0.008.tar.gz’ saved [28101/28101] + +Unpacking IRI-0.008.tar.gz +OK +IRI-0.008/ +IRI-0.008/Changes +IRI-0.008/Changes.ttl +IRI-0.008/Changes.xml +IRI-0.008/inc/ +IRI-0.008/lib/ +IRI-0.008/Makefile.PL +IRI-0.008/MANIFEST +IRI-0.008/META.yml +IRI-0.008/README +IRI-0.008/SIGNATURE +IRI-0.008/t/ +IRI-0.008/xt/ +IRI-0.008/xt/pod-coverage.t +IRI-0.008/xt/pod.t +IRI-0.008/t/00-simple.t +IRI-0.008/t/bugs.t +IRI-0.008/t/coercion.t +IRI-0.008/lib/IRI.pm +IRI-0.008/inc/Module/ +IRI-0.008/inc/Module/Install/ +IRI-0.008/inc/Module/Install.pm +IRI-0.008/inc/Module/Install/AuthorTests.pm +IRI-0.008/inc/Module/Install/Base.pm +IRI-0.008/inc/Module/Install/Can.pm +IRI-0.008/inc/Module/Install/DOAPChangeSets.pm +IRI-0.008/inc/Module/Install/Fetch.pm +IRI-0.008/inc/Module/Install/Makefile.pm +IRI-0.008/inc/Module/Install/Metadata.pm +IRI-0.008/inc/Module/Install/Win32.pm +IRI-0.008/inc/Module/Install/WriteAll.pm +Entering IRI-0.008 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring IRI-0.008 ... Warning: prerequisite Moo 0 not found. +Warning: prerequisite MooX::HandlesVia 0 not found. +Warning: prerequisite Type::Tiny 0.008 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IRI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Type::Tiny 0.008 ... No +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have Moo 2.000000 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have MooX::HandlesVia 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Already tried Type::Tiny. Skipping. +Already tried Moo. Skipping. +Already tried MooX::HandlesVia. Skipping. +! Installing the dependencies failed: Module 'MooX::HandlesVia' is not installed, Module 'Moo' is not installed, Module 'Type::Tiny' is not installed +! Bailing out the installation for IRI-0.008. +Searching DBIx::Connector (0) on cpanmetadb ... +OK +==> Found dependencies: Type::Tiny, Moo, MooX::HandlesVia +--2017-10-09 07:50:37-- http://cpanmetadb.plackperl.org/v1.0/package/DBIx::Connector +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 494 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 99.6M=0s + +2017-10-09 07:50:37 (99.6 MB/s) - written to stdout [494/494] + +--> Working on DBIx::Connector +Fetching http://www.cpan.org/authors/id/D/DW/DWHEELER/DBIx-Connector-0.56.tar.gz ... --2017-10-09 07:50:38-- http://www.cpan.org/authors/id/D/DW/DWHEELER/DBIx-Connector-0.56.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 36770 (36K) [application/x-gzip] +Saving to: ‘DBIx-Connector-0.56.tar.gz’ + + 0K .......... .......... .......... ..... 100% 33.1M=0.001s + +2017-10-09 07:50:38 (33.1 MB/s) - ‘DBIx-Connector-0.56.tar.gz’ saved [36770/36770] + +Unpacking DBIx-Connector-0.56.tar.gz +OK +DBIx-Connector-0.56 +DBIx-Connector-0.56/Build.PL +DBIx-Connector-0.56/Changes +DBIx-Connector-0.56/MANIFEST +DBIx-Connector-0.56/META.json +DBIx-Connector-0.56/META.yml +DBIx-Connector-0.56/README.md +DBIx-Connector-0.56/lib +DBIx-Connector-0.56/lib/DBIx +DBIx-Connector-0.56/lib/DBIx/Connector.pm +DBIx-Connector-0.56/lib/DBIx/Connector +DBIx-Connector-0.56/lib/DBIx/Connector/Driver.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/Firebird.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/MSSQL.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/mysql.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/Oracle.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/Pg.pm +DBIx-Connector-0.56/lib/DBIx/Connector/Driver/SQLite.pm +DBIx-Connector-0.56/t +DBIx-Connector-0.56/t/base.t +DBIx-Connector-0.56/t/driver.t +DBIx-Connector-0.56/t/load.t +DBIx-Connector-0.56/t/run.t +DBIx-Connector-0.56/t/run_fixup.t +DBIx-Connector-0.56/t/run_ping.t +DBIx-Connector-0.56/t/svp.t +DBIx-Connector-0.56/t/svp_fixup.t +DBIx-Connector-0.56/t/svp_live.t +DBIx-Connector-0.56/t/svp_ping.t +DBIx-Connector-0.56/t/txn.t +DBIx-Connector-0.56/t/txn_fixup.t +DBIx-Connector-0.56/t/txn_ping.t +Entering DBIx-Connector-0.56 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring DBIx-Connector-0.56 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DBIx-Connector' version '0.56' +Checking dependencies from MYMETA.json ... +Checking if you have Test::MockModule 0.05 ... Yes (0.13) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have DBI 1.605 ... Yes (1.637) +OK +Building and testing DBIx-Connector-0.56 ... Building DBIx-Connector +t/base.t ....... ok +t/driver.t ..... ok +t/load.t ....... ok +t/run.t ........ ok +t/run_fixup.t .. ok +t/run_ping.t ... ok +t/svp.t ........ ok +t/svp_fixup.t .. ok +t/svp_live.t ... skipped: Set DBICTEST_DSN _USER and _PASS to run savepoint tests +t/svp_ping.t ... ok +t/txn.t ........ ok +t/txn_fixup.t .. ok +t/txn_ping.t ... ok +All tests successful. +Files=13, Tests=762, 2 wallclock secs ( 0.12 usr 0.02 sys + 1.07 cusr 0.19 csys = 1.40 CPU) +Result: PASS +Building DBIx-Connector +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/mysql.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/Firebird.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/Oracle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/MSSQL.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/Pg.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/DBIx/Connector/Driver/SQLite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::MSSQL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::mysql.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::Oracle.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::Firebird.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::Pg.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver::SQLite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/DBIx::Connector::Driver.3 +OK +Successfully installed DBIx-Connector-0.56 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBIx-Connector-0.56/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/DBIx-Connector-0.56/MYMETA.json +Searching Set::Scalar (0) on cpanmetadb ... +--2017-10-09 07:50:40-- http://cpanmetadb.plackperl.org/v1.0/package/Set::Scalar +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 294 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 52.9M=0s + +2017-10-09 07:50:40 (52.9 MB/s) - written to stdout [294/294] + +--> Working on Set::Scalar +Fetching http://www.cpan.org/authors/id/D/DA/DAVIDO/Set-Scalar-1.29.tar.gz ... --2017-10-09 07:50:40-- http://www.cpan.org/authors/id/D/DA/DAVIDO/Set-Scalar-1.29.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21549 (21K) [application/x-gzip] +Saving to: ‘Set-Scalar-1.29.tar.gz’ + + 0K .......... .......... . 100% 22.7M=0.001s + +2017-10-09 07:50:40 (22.7 MB/s) - ‘Set-Scalar-1.29.tar.gz’ saved [21549/21549] + +Unpacking Set-Scalar-1.29.tar.gz +OK +Set-Scalar-1.29/ +Set-Scalar-1.29/ChangeLog +Set-Scalar-1.29/Makefile.PL +Set-Scalar-1.29/META.yml +Set-Scalar-1.29/README +Set-Scalar-1.29/README.old +Set-Scalar-1.29/MANIFEST +Set-Scalar-1.29/t/ +Set-Scalar-1.29/t/boolean.t +Set-Scalar-1.29/t/symmdiff.t +Set-Scalar-1.29/t/compare.t +Set-Scalar-1.29/t/laws.t +Set-Scalar-1.29/t/cartesian.t +Set-Scalar-1.29/t/has.t +Set-Scalar-1.29/t/unique.t +Set-Scalar-1.29/t/clear.t +Set-Scalar-1.29/t/power_set.t +Set-Scalar-1.29/t/custom_display.t +Set-Scalar-1.29/t/union.t +Set-Scalar-1.29/t/valued.t +Set-Scalar-1.29/t/intersection.t +Set-Scalar-1.29/t/universe.t +Set-Scalar-1.29/t/each.t +Set-Scalar-1.29/t/misc.t +Set-Scalar-1.29/t/member.t +Set-Scalar-1.29/t/basic_overload.t +Set-Scalar-1.29/t/set_set.t +Set-Scalar-1.29/t/basic.t +Set-Scalar-1.29/t/difference.t +Set-Scalar-1.29/t/null.t +Set-Scalar-1.29/META.json +Set-Scalar-1.29/lib/ +Set-Scalar-1.29/lib/Set/ +Set-Scalar-1.29/lib/Set/Scalar.pm +Set-Scalar-1.29/lib/Set/Scalar/ +Set-Scalar-1.29/lib/Set/Scalar/Valued.pm +Set-Scalar-1.29/lib/Set/Scalar/Real.pm +Set-Scalar-1.29/lib/Set/Scalar/Virtual.pm +Set-Scalar-1.29/lib/Set/Scalar/Null.pm +Set-Scalar-1.29/lib/Set/Scalar/Universe.pm +Set-Scalar-1.29/lib/Set/Scalar/Base.pm +Set-Scalar-1.29/lib/Set/Scalar/ValuedUniverse.pm +Entering Set-Scalar-1.29 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Set-Scalar-1.29 ... Welcome to Set::Scalar! +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Set::Scalar +Writing MYMETA.yml and MYMETA.json +Now issue 'make' and then 'make test', and if all looks good, 'make install'. +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Set-Scalar-1.29 ... cp lib/Set/Scalar/Valued.pm blib/lib/Set/Scalar/Valued.pm +cp lib/Set/Scalar/Virtual.pm blib/lib/Set/Scalar/Virtual.pm +cp lib/Set/Scalar/ValuedUniverse.pm blib/lib/Set/Scalar/ValuedUniverse.pm +cp lib/Set/Scalar/Base.pm blib/lib/Set/Scalar/Base.pm +cp lib/Set/Scalar/Null.pm blib/lib/Set/Scalar/Null.pm +cp lib/Set/Scalar.pm blib/lib/Set/Scalar.pm +cp lib/Set/Scalar/Real.pm blib/lib/Set/Scalar/Real.pm +cp lib/Set/Scalar/Universe.pm blib/lib/Set/Scalar/Universe.pm +Manifying 8 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basic.t ........... ok +t/basic_overload.t .. ok +t/boolean.t ......... ok +t/cartesian.t ....... ok +t/clear.t ........... ok +t/compare.t ......... ok +t/custom_display.t .. ok +t/difference.t ...... ok +t/each.t ............ ok +t/has.t ............. ok +t/intersection.t .... ok +# (WARNING: this can take awhile)... +t/laws.t ............ ok +t/member.t .......... ok +t/misc.t ............ ok +t/null.t ............ ok +t/power_set.t ....... ok +t/set_set.t ......... ok +t/symmdiff.t ........ ok +t/union.t ........... ok +t/unique.t .......... ok +t/universe.t ........ ok +t/valued.t .......... ok +All tests successful. +Files=22, Tests=2652, 0 wallclock secs ( 0.34 usr 0.02 sys + 0.61 cusr 0.05 csys = 1.02 CPU) +Result: PASS +Manifying 8 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Real.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Universe.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Virtual.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/ValuedUniverse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Null.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Valued.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Set/Scalar/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Real.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Null.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Valued.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Universe.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::ValuedUniverse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Virtual.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Set::Scalar::Base.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Set-Scalar-1.29 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Set-Scalar-1.29/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Set-Scalar-1.29/MYMETA.json +Searching XML::Namespace (0) on cpanmetadb ... +--2017-10-09 07:50:42-- http://cpanmetadb.plackperl.org/v1.0/package/XML::Namespace +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.3M=0s + +2017-10-09 07:50:42 (15.3 MB/s) - written to stdout [96/96] + +--> Working on XML::Namespace +Fetching http://www.cpan.org/authors/id/A/AB/ABW/XML-Namespace-0.02.tar.gz ... --2017-10-09 07:50:42-- http://www.cpan.org/authors/id/A/AB/ABW/XML-Namespace-0.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4283 (4.2K) [application/x-gzip] +Saving to: ‘XML-Namespace-0.02.tar.gz’ + + 0K .... 100% 605M=0s + +2017-10-09 07:50:42 (605 MB/s) - ‘XML-Namespace-0.02.tar.gz’ saved [4283/4283] + +Unpacking XML-Namespace-0.02.tar.gz +OK +XML-Namespace-0.02/ +XML-Namespace-0.02/t/ +XML-Namespace-0.02/t/namespace.t +XML-Namespace-0.02/lib/ +XML-Namespace-0.02/lib/XML/ +XML-Namespace-0.02/lib/XML/Namespace.pm +XML-Namespace-0.02/README +XML-Namespace-0.02/Makefile.PL +XML-Namespace-0.02/META.yml +XML-Namespace-0.02/MANIFEST +Entering XML-Namespace-0.02 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring XML-Namespace-0.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::Namespace +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing XML-Namespace-0.02 ... cp lib/XML/Namespace.pm blib/lib/XML/Namespace.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/namespace.t .. ok +All tests successful. +Files=1, Tests=10, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.05 cusr 0.00 csys = 0.07 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Namespace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Namespace.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-Namespace-0.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Namespace-0.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Namespace-0.02/MYMETA.json +Searching Algorithm::Combinatorics (0) on cpanmetadb ... +--2017-10-09 07:50:43-- http://cpanmetadb.plackperl.org/v1.0/package/Algorithm::Combinatorics +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 205 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 39.0M=0s + +2017-10-09 07:50:43 (39.0 MB/s) - written to stdout [205/205] + +--> Working on Algorithm::Combinatorics +Fetching http://www.cpan.org/authors/id/F/FX/FXN/Algorithm-Combinatorics-0.27.tar.gz ... --2017-10-09 07:50:43-- http://www.cpan.org/authors/id/F/FX/FXN/Algorithm-Combinatorics-0.27.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17548 (17K) [application/x-gzip] +Saving to: ‘Algorithm-Combinatorics-0.27.tar.gz’ + + 0K .......... ....... 100% 21.6M=0.001s + +2017-10-09 07:50:43 (21.6 MB/s) - ‘Algorithm-Combinatorics-0.27.tar.gz’ saved [17548/17548] + +Unpacking Algorithm-Combinatorics-0.27.tar.gz +OK +Algorithm-Combinatorics-0.27/ +Algorithm-Combinatorics-0.27/benchmarks/ +Algorithm-Combinatorics-0.27/Changes +Algorithm-Combinatorics-0.27/Combinatorics.pm +Algorithm-Combinatorics-0.27/Combinatorics.xs +Algorithm-Combinatorics-0.27/Makefile.PL +Algorithm-Combinatorics-0.27/MANIFEST +Algorithm-Combinatorics-0.27/META.yml +Algorithm-Combinatorics-0.27/README +Algorithm-Combinatorics-0.27/t/ +Algorithm-Combinatorics-0.27/t/00_load.t +Algorithm-Combinatorics-0.27/t/01_combinations.t +Algorithm-Combinatorics-0.27/t/02_combinations_with_repetition.t +Algorithm-Combinatorics-0.27/t/03_variations.t +Algorithm-Combinatorics-0.27/t/04_variations_with_repetition.t +Algorithm-Combinatorics-0.27/t/05_tuples.t +Algorithm-Combinatorics-0.27/t/06_tuples_with_repetition.t +Algorithm-Combinatorics-0.27/t/07_permutations.t +Algorithm-Combinatorics-0.27/t/08_derangements.t +Algorithm-Combinatorics-0.27/t/09_partitions.t +Algorithm-Combinatorics-0.27/t/10_partitions_of_size_p.t +Algorithm-Combinatorics-0.27/t/11_circular_permutations.t +Algorithm-Combinatorics-0.27/t/12_complete_permutations.t +Algorithm-Combinatorics-0.27/t/13_subsets.t +Algorithm-Combinatorics-0.27/t/14_subsets_of_size_k.t +Algorithm-Combinatorics-0.27/t/pod-coverage.t +Algorithm-Combinatorics-0.27/t/pod.t +Algorithm-Combinatorics-0.27/t/Tester.pm +Algorithm-Combinatorics-0.27/benchmarks/combinations.pl +Algorithm-Combinatorics-0.27/benchmarks/derangements.pl +Algorithm-Combinatorics-0.27/benchmarks/permutations.pl +Algorithm-Combinatorics-0.27/benchmarks/subsets.pl +Entering Algorithm-Combinatorics-0.27 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Algorithm-Combinatorics-0.27 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Algorithm::Combinatorics +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have FindBin 0.05 ... Yes (1.51) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have XSLoader 0 ... Yes (0.27) +OK +Building and testing Algorithm-Combinatorics-0.27 ... cp Combinatorics.pm blib/lib/Algorithm/Combinatorics.pm +Running Mkbootstrap for Combinatorics () +chmod 644 "Combinatorics.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Combinatorics.bs blib/arch/auto/Algorithm/Combinatorics/Combinatorics.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Combinatorics.xs > Combinatorics.xsc +mv Combinatorics.xsc Combinatorics.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Combinatorics.c +rm -f blib/arch/auto/Algorithm/Combinatorics/Combinatorics.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Combinatorics.o -o blib/arch/auto/Algorithm/Combinatorics/Combinatorics.so \ + \ + +chmod 755 blib/arch/auto/Algorithm/Combinatorics/Combinatorics.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Combinatorics.bs blib/arch/auto/Algorithm/Combinatorics/Combinatorics.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t .......................... ok +t/01_combinations.t .................. ok +t/02_combinations_with_repetition.t .. ok +t/03_variations.t .................... ok +t/04_variations_with_repetition.t .... ok +t/05_tuples.t ........................ ok +t/06_tuples_with_repetition.t ........ ok +t/07_permutations.t .................. ok +t/08_derangements.t .................. ok +t/09_partitions.t .................... ok +t/10_partitions_of_size_p.t .......... ok +t/11_circular_permutations.t ......... ok +t/12_complete_permutations.t ......... ok +t/13_subsets.t ....................... ok +t/14_subsets_of_size_k.t ............. ok +t/pod-coverage.t ..................... skipped: Test::Pod::Coverage required for testing Pod coverage +t/pod.t .............................. ok +All tests successful. +Files=17, Tests=361, 4 wallclock secs ( 0.12 usr 0.01 sys + 3.44 cusr 0.20 csys = 3.77 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Combinatorics.bs blib/arch/auto/Algorithm/Combinatorics/Combinatorics.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Algorithm/Combinatorics/Combinatorics.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Algorithm/Combinatorics.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Algorithm::Combinatorics.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Algorithm-Combinatorics-0.27 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Algorithm-Combinatorics-0.27/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Algorithm-Combinatorics-0.27/MYMETA.json +Searching Error (0) on cpanmetadb ... +--2017-10-09 07:50:48-- http://cpanmetadb.plackperl.org/v1.0/package/Error +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 162 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.6M=0s + +2017-10-09 07:50:48 (22.6 MB/s) - written to stdout [162/162] + +--> Working on Error +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17025.tar.gz ... --2017-10-09 07:50:48-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-0.17025.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 32013 (31K) [application/x-gzip] +Saving to: ‘Error-0.17025.tar.gz’ + + 0K .......... .......... .......... . 100% 35.1M=0.001s + +2017-10-09 07:50:48 (35.1 MB/s) - ‘Error-0.17025.tar.gz’ saved [32013/32013] + +Unpacking Error-0.17025.tar.gz +OK +Error-0.17025 +Error-0.17025/Build.PL +Error-0.17025/ChangeLog +Error-0.17025/LICENSE +Error-0.17025/MANIFEST +Error-0.17025/META.json +Error-0.17025/META.yml +Error-0.17025/Makefile.PL +Error-0.17025/README +Error-0.17025/examples +Error-0.17025/examples/example.pl +Error-0.17025/examples/warndie.pl +Error-0.17025/examples/next-in-loop +Error-0.17025/examples/next-in-loop/Error.pm-eval.pl +Error-0.17025/examples/next-in-loop/Error.pm-next-label.pl +Error-0.17025/examples/next-in-loop/Error.pm-next-out-of-catch.pl +Error-0.17025/examples/next-in-loop/Error.pm-next.pl +Error-0.17025/examples/next-in-loop/README +Error-0.17025/inc +Error-0.17025/inc/Test +Error-0.17025/inc/Test/Run +Error-0.17025/inc/Test/Run/Builder.pm +Error-0.17025/lib +Error-0.17025/lib/Error.pm +Error-0.17025/lib/Error +Error-0.17025/lib/Error/Simple.pm +Error-0.17025/scripts +Error-0.17025/scripts/bump-version-number.pl +Error-0.17025/t +Error-0.17025/t/01throw.t +Error-0.17025/t/02order.t +Error-0.17025/t/03throw-non-Error.t +Error-0.17025/t/04use-base-Error-Simple.t +Error-0.17025/t/05text-errors-with-file-handles.t +Error-0.17025/t/06customize-text-throw.t +Error-0.17025/t/07try-in-obj-destructor.t +Error-0.17025/t/08warndie.t +Error-0.17025/t/09dollar-at.t +Error-0.17025/t/10throw-in-catch.t +Error-0.17025/t/11rethrow.t +Error-0.17025/t/12wrong-error-var.t +Error-0.17025/t/13except-arg0.t +Error-0.17025/t/14Error-Simple-VERSION.t +Error-0.17025/t/pod-coverage.t +Error-0.17025/t/pod.t +Error-0.17025/t/style-trailing-space.t +Error-0.17025/t/lib +Error-0.17025/t/lib/MyDie.pm +Entering Error-0.17025 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Error-0.17025 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Error' version '0.17025' +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Error-0.17025 ... Building Error +t/01throw.t .......................... ok +t/02order.t .......................... ok +t/03throw-non-Error.t ................ ok +t/04use-base-Error-Simple.t .......... ok +t/05text-errors-with-file-handles.t .. ok +t/06customize-text-throw.t ........... ok +t/07try-in-obj-destructor.t .......... ok +t/08warndie.t ........................ ok +t/09dollar-at.t ...................... ok +t/10throw-in-catch.t ................. ok +t/11rethrow.t ........................ ok +t/12wrong-error-var.t ................ ok +t/13except-arg0.t .................... ok +t/14Error-Simple-VERSION.t ........... ok +t/pod-coverage.t ..................... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t .............................. ok +t/style-trailing-space.t ............. skipped: Test::TrailingSpace required for trailing space test. +All tests successful. +Files=17, Tests=63, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.96 cusr 0.14 csys = 1.19 CPU) +Result: PASS +Building Error +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Error.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Error/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Error::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Error.3 +OK +Successfully installed Error-0.17025 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Error-0.17025/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Error-0.17025/MYMETA.json +! Installing the dependencies failed: Module 'MooseX::ArrayRef' is not installed, Module 'IRI' is not installed, Module 'Moose' is not installed +! Bailing out the installation for RDF-Trine-1.018. +Searching XML::LibXSLT (0) on cpanmetadb ... +--2017-10-09 07:50:50-- http://cpanmetadb.plackperl.org/v1.0/package/XML::LibXSLT +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 282 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 61.9M=0s + +2017-10-09 07:50:50 (61.9 MB/s) - written to stdout [282/282] + +--> Working on XML::LibXSLT +Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz ... --2017-10-09 07:50:50-- http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.95.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 114231 (112K) [application/x-gzip] +Saving to: ‘XML-LibXSLT-1.95.tar.gz’ + + 0K .......... .......... .......... .......... .......... 44% 23.3M 0s + 50K .......... .......... .......... .......... .......... 89% 47.6M 0s + 100K .......... . 100% 12.2M=0.004s + +2017-10-09 07:50:50 (26.9 MB/s) - ‘XML-LibXSLT-1.95.tar.gz’ saved [114231/114231] + +Unpacking XML-LibXSLT-1.95.tar.gz +OK +XML-LibXSLT-1.95/ +XML-LibXSLT-1.95/perl-libxml-mm.h +XML-LibXSLT-1.95/benchmark/ +XML-LibXSLT-1.95/benchmark/Driver/ +XML-LibXSLT-1.95/benchmark/Driver/Sablotron.pm +XML-LibXSLT-1.95/benchmark/Driver/LibXSLT.pm +XML-LibXSLT-1.95/benchmark/Driver/BaseClass.pm +XML-LibXSLT-1.95/benchmark/benchmark.pl +XML-LibXSLT-1.95/Changes +XML-LibXSLT-1.95/LICENSE +XML-LibXSLT-1.95/LibXSLT.pm +XML-LibXSLT-1.95/MANIFEST +XML-LibXSLT-1.95/testcases/ +XML-LibXSLT-1.95/testcases/default.conf +XML-LibXSLT-1.95/example/ +XML-LibXSLT-1.95/example/fatal.xsl +XML-LibXSLT-1.95/example/2.xml +XML-LibXSLT-1.95/example/bad3.xsl +XML-LibXSLT-1.95/example/nonfatal.xsl +XML-LibXSLT-1.95/example/1.xml +XML-LibXSLT-1.95/example/bad2.xsl +XML-LibXSLT-1.95/example/1.xsl +XML-LibXSLT-1.95/example/2.xsl +XML-LibXSLT-1.95/example/bad1.xsl +XML-LibXSLT-1.95/Makefile.PL +XML-LibXSLT-1.95/META.yml +XML-LibXSLT-1.95/META.json +XML-LibXSLT-1.95/README +XML-LibXSLT-1.95/t/ +XML-LibXSLT-1.95/t/04params.t +XML-LibXSLT-1.95/t/style-trailing-space.t +XML-LibXSLT-1.95/t/rt71345_a.t +XML-LibXSLT-1.95/t/09exslt.t +XML-LibXSLT-1.95/t/06output.t +XML-LibXSLT-1.95/t/03input.t +XML-LibXSLT-1.95/t/08literal.t +XML-LibXSLT-1.95/t/cpan-changes.t +XML-LibXSLT-1.95/t/02dromeds.t +XML-LibXSLT-1.95/t/xml-grammar-failures.t +XML-LibXSLT-1.95/t/06entities.t +XML-LibXSLT-1.95/t/pod.t +XML-LibXSLT-1.95/t/11utf8.t +XML-LibXSLT-1.95/t/10functions.t +XML-LibXSLT-1.95/t/data/ +XML-LibXSLT-1.95/t/data/perl-begin-page.xml-grammar-vered.xml +XML-LibXSLT-1.95/t/data/vered-xml-to-docbook.xslt +XML-LibXSLT-1.95/t/05quick.t +XML-LibXSLT-1.95/t/07blankdoc.t +XML-LibXSLT-1.95/t/13error.t +XML-LibXSLT-1.95/t/01basic.t +XML-LibXSLT-1.95/t/14security.t +XML-LibXSLT-1.95/t/12import.t +XML-LibXSLT-1.95/t/15misc.t +XML-LibXSLT-1.95/t/rt71345_b.t +XML-LibXSLT-1.95/typemap +XML-LibXSLT-1.95/scripts/ +XML-LibXSLT-1.95/scripts/tag-release.pl +XML-LibXSLT-1.95/LibXSLT.xs +XML-LibXSLT-1.95/ppport.h +XML-LibXSLT-1.95/perl-libxml-mm.c +Entering XML-LibXSLT-1.95 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-LibXSLT-1.95 ... running xslt-config... ok +looking for -lxslt... yes +looking for -lexslt... yes +running pkg-config libexslt... ok +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::LibXSLT +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have XML::LibXML 1.70 ... Yes (2.0129) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing XML-LibXSLT-1.95 ... cp LibXSLT.pm blib/lib/XML/LibXSLT.pm +Running Mkbootstrap for LibXSLT () +chmod 644 "LibXSLT.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/XML-LibXSLT-1.95/typemap' LibXSLT.xs > LibXSLT.xsc +mv LibXSLT.xsc LibXSLT.c +cc -c -I/usr/include/libxml2 -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.95\" -DXS_VERSION=\"1.95\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT LibXSLT.c +cc -c -I/usr/include/libxml2 -I/usr/include/libxml2 -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.95\" -DXS_VERSION=\"1.95\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT perl-libxml-mm.c +rm -f blib/arch/auto/XML/LibXSLT/LibXSLT.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong LibXSLT.o perl-libxml-mm.o -o blib/arch/auto/XML/LibXSLT/LibXSLT.so \ + -lxslt -lxml2 -lz -lm -lexslt -lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat \ + +chmod 755 blib/arch/auto/XML/LibXSLT/LibXSLT.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t + + +Compiled against: libxslt 10128, libxml2 20901 +Running: libxslt 10128, libxml2 20901 +Compiled with EXSLT: yes + +t/01basic.t ............... ok +t/02dromeds.t ............. ok +I/O warning : failed to load external entity "not-found.xml" +t/03input.t ............... ok +t/04params.t .............. ok +t/05quick.t ............... ok +t/06entities.t ............ ok +t/06output.t .............. ok +t/07blankdoc.t ............ ok +t/08literal.t ............. ok +t/09exslt.t ............... ok +t/10functions.t ........... ok +t/11utf8.t ................ ok +t/12import.t .............. ok +t/13error.t ............... ok +t/14security.t ............ ok +t/15misc.t ................ ok +t/cpan-changes.t .......... ok +t/pod.t ................... ok +t/rt71345_a.t ............. ok +t/rt71345_b.t ............. ok +t/style-trailing-space.t .. skipped: Test::TrailingSpace required for trailing space test. +t/xml-grammar-failures.t .. ok +All tests successful. +Files=22, Tests=251, 3 wallclock secs ( 0.09 usr 0.03 sys + 2.02 cusr 0.29 csys = 2.43 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/XML/LibXSLT/LibXSLT.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/XML/LibXSLT.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::LibXSLT.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-LibXSLT-1.95 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-LibXSLT-1.95/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-LibXSLT-1.95/MYMETA.json +! Installing the dependencies failed: Module 'RDF::Trine' is not installed +! Bailing out the installation for Task-Kensho-XML-0.39. +Searching Text::Metaphone (0) on cpanmetadb ... +--2017-10-09 07:50:57-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Metaphone +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 115 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.9M=0s + +2017-10-09 07:50:57 (24.9 MB/s) - written to stdout [115/115] + +--> Working on Text::Metaphone +Fetching http://www.cpan.org/authors/id/M/MS/MSCHWERN/Text-Metaphone-20160805.tar.gz ... --2017-10-09 07:50:57-- http://www.cpan.org/authors/id/M/MS/MSCHWERN/Text-Metaphone-20160805.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9744 (9.5K) [application/x-gzip] +Saving to: ‘Text-Metaphone-20160805.tar.gz’ + + 0K ......... 100% 68.3M=0s + +2017-10-09 07:50:57 (68.3 MB/s) - ‘Text-Metaphone-20160805.tar.gz’ saved [9744/9744] + +Unpacking Text-Metaphone-20160805.tar.gz +OK +Text-Metaphone-20160805/ +Text-Metaphone-20160805/.travis.yml +Text-Metaphone-20160805/appveyor.yml +Text-Metaphone-20160805/Changes +Text-Metaphone-20160805/INSTALL +Text-Metaphone-20160805/Makefile.PL +Text-Metaphone-20160805/MANIFEST +Text-Metaphone-20160805/MANIFEST.SKIP +Text-Metaphone-20160805/META.json +Text-Metaphone-20160805/META.yml +Text-Metaphone-20160805/metachar.h +Text-Metaphone-20160805/metaphone.h +Text-Metaphone-20160805/Metaphone.pm +Text-Metaphone-20160805/Metaphone.xs +Text-Metaphone-20160805/metaphone_c.c +Text-Metaphone-20160805/README +Text-Metaphone-20160805/t/ +Text-Metaphone-20160805/t/metaphone.t +Text-Metaphone-20160805/typemap +Entering Text-Metaphone-20160805 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Metaphone-20160805 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Metaphone +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Text-Metaphone-20160805 ... cp Metaphone.pm blib/lib/Text/Metaphone.pm +Running Mkbootstrap for Metaphone () +chmod 644 "Metaphone.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Metaphone.bs blib/arch/auto/Text/Metaphone/Metaphone.bs 644 +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"20160805\" -DXS_VERSION=\"20160805\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" metaphone_c.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Text-Metaphone-20160805/typemap' Metaphone.xs > Metaphone.xsc +mv Metaphone.xsc Metaphone.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"20160805\" -DXS_VERSION=\"20160805\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Metaphone.c +rm -f blib/arch/auto/Text/Metaphone/Metaphone.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong metaphone_c.o Metaphone.o -o blib/arch/auto/Text/Metaphone/Metaphone.so \ + \ + +chmod 755 blib/arch/auto/Text/Metaphone/Metaphone.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Metaphone.bs blib/arch/auto/Text/Metaphone/Metaphone.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/metaphone.t .. ok +All tests successful. +Files=1, Tests=22, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.04 cusr 0.01 csys = 0.08 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Metaphone.bs blib/arch/auto/Text/Metaphone/Metaphone.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Text/Metaphone/Metaphone.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Metaphone.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Metaphone.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Metaphone-20160805 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Metaphone-20160805/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Metaphone-20160805/MYMETA.json +Searching Object::Tap (0) on cpanmetadb ... +--2017-10-09 07:50:58-- http://cpanmetadb.plackperl.org/v1.0/package/Object::Tap +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.3M=0s + +2017-10-09 07:50:58 (21.3 MB/s) - written to stdout [106/106] + +--> Working on Object::Tap +Fetching http://www.cpan.org/authors/id/M/MS/MSTROUT/Object-Tap-1.000006.tar.gz ... --2017-10-09 07:50:58-- http://www.cpan.org/authors/id/M/MS/MSTROUT/Object-Tap-1.000006.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10800 (11K) [application/x-gzip] +Saving to: ‘Object-Tap-1.000006.tar.gz’ + + 0K .......... 100% 170M=0s + +2017-10-09 07:50:58 (170 MB/s) - ‘Object-Tap-1.000006.tar.gz’ saved [10800/10800] + +Unpacking Object-Tap-1.000006.tar.gz +OK +Object-Tap-1.000006 +Object-Tap-1.000006/LICENSE +Object-Tap-1.000006/dist.ini +Object-Tap-1.000006/META.yml +Object-Tap-1.000006/MANIFEST +Object-Tap-1.000006/Build.PL +Object-Tap-1.000006/META.json +Object-Tap-1.000006/t +Object-Tap-1.000006/t/01basic.t +Object-Tap-1.000006/Makefile.PL +Object-Tap-1.000006/lib/Object +Object-Tap-1.000006/lib/Object/Tap.pm +Entering Object-Tap-1.000006 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Object-Tap-1.000006 ... Creating new 'Build' script for 'Object-Tap' version '1.000006' +Checking dependencies from MYMETA.json ... +OK +Building and testing Object-Tap-1.000006 ... cp lib/Object/Tap.pm blib/lib/Object/Tap.pm +t/01basic.t .. ok +All tests successful. +Files=1, Tests=5, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.05 cusr 0.00 csys = 0.07 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Object/Tap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Object::Tap.3 +OK +Successfully installed Object-Tap-1.000006 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Object-Tap-1.000006/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Object-Tap-1.000006/MYMETA.json +Searching Cache::FastMmap (0) on cpanmetadb ... +--2017-10-09 07:50:59-- http://cpanmetadb.plackperl.org/v1.0/package/Cache::FastMmap +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 132 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 24.8M=0s + +2017-10-09 07:50:59 (24.8 MB/s) - written to stdout [132/132] + +--> Working on Cache::FastMmap +Fetching http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-1.46.tar.gz ... --2017-10-09 07:50:59-- http://www.cpan.org/authors/id/R/RO/ROBM/Cache-FastMmap-1.46.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 51820 (51K) [application/x-gzip] +Saving to: ‘Cache-FastMmap-1.46.tar.gz’ + + 0K .......... .......... .......... .......... .......... 98% 25.1M 0s + 50K 100% 1155G=0.002s + +2017-10-09 07:50:59 (25.4 MB/s) - ‘Cache-FastMmap-1.46.tar.gz’ saved [51820/51820] + +Unpacking Cache-FastMmap-1.46.tar.gz +OK +Cache-FastMmap-1.46/ +Cache-FastMmap-1.46/mmap_cache_test.c +Cache-FastMmap-1.46/README +Cache-FastMmap-1.46/Makefile.PL +Cache-FastMmap-1.46/MANIFEST.SKIP +Cache-FastMmap-1.46/FastMmap.xs +Cache-FastMmap-1.46/mmap_cache.c +Cache-FastMmap-1.46/ppport.h +Cache-FastMmap-1.46/META.json +Cache-FastMmap-1.46/lib/ +Cache-FastMmap-1.46/lib/Cache/ +Cache-FastMmap-1.46/lib/Cache/FastMmap.pm +Cache-FastMmap-1.46/mmap_cache_internals.h +Cache-FastMmap-1.46/MANIFEST +Cache-FastMmap-1.46/unix.c +Cache-FastMmap-1.46/META.yml +Cache-FastMmap-1.46/t/ +Cache-FastMmap-1.46/t/2.t +Cache-FastMmap-1.46/t/11.t +Cache-FastMmap-1.46/t/8.t +Cache-FastMmap-1.46/t/6.t +Cache-FastMmap-1.46/t/7.t +Cache-FastMmap-1.46/t/4.t +Cache-FastMmap-1.46/t/9.t +Cache-FastMmap-1.46/t/5.t +Cache-FastMmap-1.46/t/FastMmapTest.pl +Cache-FastMmap-1.46/t/15.t +Cache-FastMmap-1.46/t/1.t +Cache-FastMmap-1.46/t/10.t +Cache-FastMmap-1.46/t/16.t +Cache-FastMmap-1.46/t/12.t +Cache-FastMmap-1.46/t/13.t +Cache-FastMmap-1.46/t/14.t +Cache-FastMmap-1.46/t/3.t +Cache-FastMmap-1.46/Changes +Cache-FastMmap-1.46/win32.c +Cache-FastMmap-1.46/mmap_cache.h +Entering Cache-FastMmap-1.46 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Cache-FastMmap-1.46 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Cache::FastMmap +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Cache-FastMmap-1.46 ... cp lib/Cache/FastMmap.pm blib/lib/Cache/FastMmap.pm +Running Mkbootstrap for FastMmap () +chmod 644 "FastMmap.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastMmap.bs blib/arch/auto/Cache/FastMmap/FastMmap.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' FastMmap.xs > FastMmap.xsc +mv FastMmap.xsc FastMmap.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" FastMmap.c +In file included from FastMmap.xs:5:0: +ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined + # define PERL_UNUSED_DECL + +In file included from FastMmap.xs:2:0: +/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition + # define PERL_UNUSED_DECL __attribute__unused__ + +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" mmap_cache.c +cc -c -I. -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.46\" -DXS_VERSION=\"1.46\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" unix.c +rm -f blib/arch/auto/Cache/FastMmap/FastMmap.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastMmap.o mmap_cache.o unix.o -o blib/arch/auto/Cache/FastMmap/FastMmap.so \ + \ + +chmod 755 blib/arch/auto/Cache/FastMmap/FastMmap.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastMmap.bs blib/arch/auto/Cache/FastMmap/FastMmap.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/1.t ... ok +t/10.t .. ok +t/11.t .. ok +t/12.t .. ok +t/13.t .. ok +t/14.t .. ok +t/15.t .. ok +t/16.t .. ok +t/2.t ... ok +t/3.t ... ok +t/4.t ... ok +t/5.t ... ok +t/6.t ... ok +t/7.t ... ok +t/8.t ... ok +t/9.t ... ok +All tests successful. +Files=16, Tests=341, 29 wallclock secs ( 0.10 usr 0.02 sys + 9.86 cusr 3.70 csys = 13.68 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastMmap.bs blib/arch/auto/Cache/FastMmap/FastMmap.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Cache/FastMmap/FastMmap.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Cache/FastMmap.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Cache::FastMmap.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Cache-FastMmap-1.46 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cache-FastMmap-1.46/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cache-FastMmap-1.46/MYMETA.json +Searching Mojo::Collection (0) on cpanmetadb ... +--2017-10-09 07:51:31-- http://cpanmetadb.plackperl.org/v1.0/package/Mojo::Collection +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3477 (3.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K ... 100% 383M=0s + +2017-10-09 07:51:31 (383 MB/s) - written to stdout [3477/3477] + +Already tried Mojolicious-7.46. Skipping. +Searching Data::Munge (0) on cpanmetadb ... +--2017-10-09 07:51:31-- http://cpanmetadb.plackperl.org/v1.0/package/Data::Munge +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.3M=0s + +2017-10-09 07:51:31 (14.3 MB/s) - written to stdout [95/95] + +--> Working on Data::Munge +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Data-Munge-0.097.tar.gz ... --2017-10-09 07:51:31-- http://www.cpan.org/authors/id/M/MA/MAUKE/Data-Munge-0.097.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9332 (9.1K) [application/x-gzip] +Saving to: ‘Data-Munge-0.097.tar.gz’ + + 0K ......... 100% 97.0M=0s + +2017-10-09 07:51:31 (97.0 MB/s) - ‘Data-Munge-0.097.tar.gz’ saved [9332/9332] + +Unpacking Data-Munge-0.097.tar.gz +OK +Data-Munge-0.097/ +Data-Munge-0.097/README +Data-Munge-0.097/Changes +Data-Munge-0.097/lib/ +Data-Munge-0.097/lib/Data/ +Data-Munge-0.097/lib/Data/Munge.pm +Data-Munge-0.097/META.yml +Data-Munge-0.097/xt/ +Data-Munge-0.097/xt/pod.t +Data-Munge-0.097/META.json +Data-Munge-0.097/Makefile.PL +Data-Munge-0.097/MANIFEST +Data-Munge-0.097/t/ +Data-Munge-0.097/t/torgox.t +Data-Munge-0.097/t/00-load.t +Data-Munge-0.097/t/01-compile.t +Data-Munge-0.097/t/eval.t +Data-Munge-0.097/Makefile_PL_settings +Data-Munge-0.097/MANIFEST.SKIP +Entering Data-Munge-0.097 +Checking configure dependencies from META.json +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Running Makefile.PL +Configuring Data-Munge-0.097 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Munge +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Data-Munge-0.097 ... cp lib/Data/Munge.pm blib/lib/Data/Munge.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Data::Munge 0.097, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ..... ok +t/01-compile.t .. ok +t/eval.t ........ ok +t/torgox.t ...... ok +All tests successful. +Files=4, Tests=78, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.24 cusr 0.01 csys = 0.29 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Data/Munge.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::Munge.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-Munge-0.097 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Munge-0.097/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-Munge-0.097/MYMETA.json +Already tried Cpanel::JSON::XS. Skipping. +Searching IO::Async (0) on cpanmetadb ... +--2017-10-09 07:51:32-- http://cpanmetadb.plackperl.org/v1.0/package/IO::Async +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1032 (1.0K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 117M=0s + +2017-10-09 07:51:32 (117 MB/s) - written to stdout [1032/1032] + +Already tried IO-Async-0.71. Skipping. +Searching Dir::ls (0) on cpanmetadb ... +--2017-10-09 07:51:32-- http://cpanmetadb.plackperl.org/v1.0/package/Dir::ls +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 87 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.2M=0s + +2017-10-09 07:51:32 (19.2 MB/s) - written to stdout [87/87] + +--> Working on Dir::ls +Fetching http://www.cpan.org/authors/id/D/DB/DBOOK/Dir-ls-0.004.tar.gz ... --2017-10-09 07:51:32-- http://www.cpan.org/authors/id/D/DB/DBOOK/Dir-ls-0.004.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16965 (17K) [application/x-gzip] +Saving to: ‘Dir-ls-0.004.tar.gz’ + + 0K .......... ...... 100% 19.0M=0.001s + +2017-10-09 07:51:32 (19.0 MB/s) - ‘Dir-ls-0.004.tar.gz’ saved [16965/16965] + +Unpacking Dir-ls-0.004.tar.gz +OK +Dir-ls-0.004/t +Dir-ls-0.004/t/ls.t +Dir-ls-0.004 +Dir-ls-0.004/README +Dir-ls-0.004/Changes +Dir-ls-0.004/LICENSE +Dir-ls-0.004/INSTALL +Dir-ls-0.004/cpanfile +Dir-ls-0.004/dist.ini +Dir-ls-0.004/META.yml +Dir-ls-0.004/MANIFEST +Dir-ls-0.004/META.json +Dir-ls-0.004/Makefile.PL +Dir-ls-0.004/lib/Dir +Dir-ls-0.004/lib/Dir/ls.pm +Dir-ls-0.004/CONTRIBUTING.md +Dir-ls-0.004/t/00-report-prereqs.t +Dir-ls-0.004/xt/author +Dir-ls-0.004/xt/author/pod-syntax.t +Dir-ls-0.004/t/00-report-prereqs.dd +Dir-ls-0.004/xt/author/pod-coverage.t +Entering Dir-ls-0.004 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Dir-ls-0.004 ... Warning: prerequisite Sort::filevercmp 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dir::ls +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Path::Tiny 0.097 ... Yes (0.104) +Checking if you have Sort::filevercmp 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have locale 0 ... Yes (1.09) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::chdir 0.1005 ... Yes (0.1010) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have sort 0 ... Yes (2.03) +Checking if you have Carp 1.26 ... Yes (1.43) +Searching Sort::filevercmp (0) on cpanmetadb ... +OK +==> Found dependencies: Sort::filevercmp +--2017-10-09 07:51:32-- http://cpanmetadb.plackperl.org/v1.0/package/Sort::filevercmp +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 105 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.8M=0s + +2017-10-09 07:51:32 (20.8 MB/s) - written to stdout [105/105] + +--> Working on Sort::filevercmp +Fetching http://www.cpan.org/authors/id/D/DB/DBOOK/Sort-filevercmp-0.001.tar.gz ... --2017-10-09 07:51:32-- http://www.cpan.org/authors/id/D/DB/DBOOK/Sort-filevercmp-0.001.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 16628 (16K) [application/x-gzip] +Saving to: ‘Sort-filevercmp-0.001.tar.gz’ + + 0K .......... ...... 100% 24.8M=0.001s + +2017-10-09 07:51:33 (24.8 MB/s) - ‘Sort-filevercmp-0.001.tar.gz’ saved [16628/16628] + +Unpacking Sort-filevercmp-0.001.tar.gz +OK +Sort-filevercmp-0.001 +Sort-filevercmp-0.001/README +Sort-filevercmp-0.001/Changes +Sort-filevercmp-0.001/LICENSE +Sort-filevercmp-0.001/INSTALL +Sort-filevercmp-0.001/cpanfile +Sort-filevercmp-0.001/dist.ini +Sort-filevercmp-0.001/META.yml +Sort-filevercmp-0.001/MANIFEST +Sort-filevercmp-0.001/META.json +Sort-filevercmp-0.001/Makefile.PL +Sort-filevercmp-0.001/t +Sort-filevercmp-0.001/t/versions.t +Sort-filevercmp-0.001/CONTRIBUTING.md +Sort-filevercmp-0.001/t/00-report-prereqs.t +Sort-filevercmp-0.001/xt/author +Sort-filevercmp-0.001/xt/author/pod-syntax.t +Sort-filevercmp-0.001/t/00-report-prereqs.dd +Sort-filevercmp-0.001/lib/Sort +Sort-filevercmp-0.001/lib/Sort/filevercmp.pm +Sort-filevercmp-0.001/xt/author/pod-coverage.t +Entering Sort-filevercmp-0.001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Sort-filevercmp-0.001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sort::filevercmp +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Sort-filevercmp-0.001 ... cp lib/Sort/filevercmp.pm blib/lib/Sort/filevercmp.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.88 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# Exporter 5.57 5.72 +# +t/00-report-prereqs.t .. ok +t/versions.t ........... ok +All tests successful. +Files=2, Tests=57, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.25 cusr 0.02 csys = 0.29 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Sort/filevercmp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Sort::filevercmp.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Sort-filevercmp-0.001 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-filevercmp-0.001/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Sort-filevercmp-0.001/MYMETA.json +Building and testing Dir-ls-0.004 ... cp lib/Dir/ls.pm blib/lib/Dir/ls.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# File::chdir any 0.1010 +# Test::More 0.88 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------------- ----- ----- +# Carp any 1.43 +# Exporter 5.57 5.72 +# Path::Tiny 0.097 0.104 +# Sort::filevercmp any 0.001 +# locale any 1.09 +# sort any 2.03 +# +t/00-report-prereqs.t .. ok +t/ls.t ................. ok +All tests successful. +Files=2, Tests=10, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.27 cusr 0.02 csys = 0.32 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Dir/ls.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Dir::ls.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Dir-ls-0.004 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dir-ls-0.004/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dir-ls-0.004/MYMETA.json +Searching List::UtilsBy (0) on cpanmetadb ... +--2017-10-09 07:51:35-- http://cpanmetadb.plackperl.org/v1.0/package/List::UtilsBy +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 97 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.6M=0s + +2017-10-09 07:51:35 (20.6 MB/s) - written to stdout [97/97] + +--> Working on List::UtilsBy +Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/List-UtilsBy-0.10.tar.gz ... --2017-10-09 07:51:35-- http://www.cpan.org/authors/id/P/PE/PEVANS/List-UtilsBy-0.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21845 (21K) [application/x-gzip] +Saving to: ‘List-UtilsBy-0.10.tar.gz’ + + 0K .......... .......... . 100% 21.9M=0.001s + +2017-10-09 07:51:35 (21.9 MB/s) - ‘List-UtilsBy-0.10.tar.gz’ saved [21845/21845] + +Unpacking List-UtilsBy-0.10.tar.gz +OK +List-UtilsBy-0.10 +List-UtilsBy-0.10/LICENSE +List-UtilsBy-0.10/Build.PL +List-UtilsBy-0.10/MANIFEST +List-UtilsBy-0.10/META.json +List-UtilsBy-0.10/Changes +List-UtilsBy-0.10/Makefile.PL +List-UtilsBy-0.10/README +List-UtilsBy-0.10/META.yml +List-UtilsBy-0.10/lib +List-UtilsBy-0.10/lib/List +List-UtilsBy-0.10/lib/List/UtilsBy.pm +List-UtilsBy-0.10/t +List-UtilsBy-0.10/t/10extract_by.t +List-UtilsBy-0.10/t/11weighted_shuffle_by.t +List-UtilsBy-0.10/t/Unrandom.pm +List-UtilsBy-0.10/t/09unzip_by.t +List-UtilsBy-0.10/t/12bundle_by.t +List-UtilsBy-0.10/t/01sort_by.t +List-UtilsBy-0.10/t/08zip_by.t +List-UtilsBy-0.10/t/03max_by.t +List-UtilsBy-0.10/t/06partition_by.t +List-UtilsBy-0.10/t/00use.t +List-UtilsBy-0.10/t/02nsort_by.t +List-UtilsBy-0.10/t/07count_by.t +List-UtilsBy-0.10/t/99pod.t +List-UtilsBy-0.10/t/04min_by.t +List-UtilsBy-0.10/t/05uniq_by.t +Entering List-UtilsBy-0.10 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring List-UtilsBy-0.10 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'List-UtilsBy' version '0.10' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +OK +Building and testing List-UtilsBy-0.10 ... Building List-UtilsBy +t/00use.t .................. ok +t/01sort_by.t .............. ok +t/02nsort_by.t ............. ok +t/03max_by.t ............... ok +t/04min_by.t ............... ok +t/05uniq_by.t .............. ok +t/06partition_by.t ......... ok +t/07count_by.t ............. ok +t/08zip_by.t ............... ok +t/09unzip_by.t ............. ok +t/10extract_by.t ........... ok +t/11weighted_shuffle_by.t .. ok +t/12bundle_by.t ............ ok +t/99pod.t .................. ok +All tests successful. +Files=14, Tests=95, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.81 cusr 0.10 csys = 0.99 CPU) +Result: PASS +Building List-UtilsBy +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/List/UtilsBy.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::UtilsBy.3 +OK +Successfully installed List-UtilsBy-0.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-UtilsBy-0.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-UtilsBy-0.10/MYMETA.json +Searching Task::Kensho::OOP (0) on cpanmetadb ... +--2017-10-09 07:51:37-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::OOP +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 103 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.2M=0s + +2017-10-09 07:51:37 (21.2 MB/s) - written to stdout [103/103] + +--> Working on Task::Kensho::OOP +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-OOP-0.39.tar.gz ... --2017-10-09 07:51:37-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-OOP-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25920 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-OOP-0.39.tar.gz’ + + 0K .......... .......... ..... 100% 27.6M=0.001s + +2017-10-09 07:51:37 (27.6 MB/s) - ‘Task-Kensho-OOP-0.39.tar.gz’ saved [25920/25920] + +Unpacking Task-Kensho-OOP-0.39.tar.gz +OK +Task-Kensho-OOP-0.39/ +Task-Kensho-OOP-0.39/Build.PL +Task-Kensho-OOP-0.39/Changes +Task-Kensho-OOP-0.39/lib/ +Task-Kensho-OOP-0.39/LICENSE +Task-Kensho-OOP-0.39/Makefile.PL +Task-Kensho-OOP-0.39/MANIFEST +Task-Kensho-OOP-0.39/META.json +Task-Kensho-OOP-0.39/META.yml +Task-Kensho-OOP-0.39/README +Task-Kensho-OOP-0.39/t/ +Task-Kensho-OOP-0.39/xt/ +Task-Kensho-OOP-0.39/xt/author/ +Task-Kensho-OOP-0.39/xt/release/ +Task-Kensho-OOP-0.39/xt/release/changes_has_content.t +Task-Kensho-OOP-0.39/xt/release/cpan-changes.t +Task-Kensho-OOP-0.39/xt/release/distmeta.t +Task-Kensho-OOP-0.39/xt/release/minimum-version.t +Task-Kensho-OOP-0.39/xt/release/portability.t +Task-Kensho-OOP-0.39/xt/author/00-compile.t +Task-Kensho-OOP-0.39/xt/author/clean-namespaces.t +Task-Kensho-OOP-0.39/xt/author/eol.t +Task-Kensho-OOP-0.39/xt/author/kwalitee.t +Task-Kensho-OOP-0.39/xt/author/mojibake.t +Task-Kensho-OOP-0.39/xt/author/no-tabs.t +Task-Kensho-OOP-0.39/xt/author/pod-coverage.t +Task-Kensho-OOP-0.39/xt/author/pod-spell.t +Task-Kensho-OOP-0.39/xt/author/pod-syntax.t +Task-Kensho-OOP-0.39/t/00-report-prereqs.dd +Task-Kensho-OOP-0.39/t/00-report-prereqs.t +Task-Kensho-OOP-0.39/lib/Task/ +Task-Kensho-OOP-0.39/lib/Task/Kensho/ +Task-Kensho-OOP-0.39/lib/Task/Kensho/OOP.pm +Entering Task-Kensho-OOP-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-OOP-0.39 ... Creating new 'Build' script for 'Task-Kensho-OOP' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have MooseX::StrictConstructor 0 ... No +Checking if you have MooseX::Getopt 0 ... No +Checking if you have MooseX::SimpleConfig 0 ... No +Checking if you have Task::Moose 0 ... No +Checking if you have Package::Variant 0 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::Aliases 0 ... No +Checking if you have Type::Tiny 0.008 ... No +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have MooseX::NonMoose 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Searching MooseX::StrictConstructor (0) on cpanmetadb ... +OK +==> Found dependencies: MooseX::StrictConstructor, MooseX::Getopt, MooseX::SimpleConfig, Task::Moose, Package::Variant, MooseX::Role::Parameterized, Moo, namespace::autoclean, MooseX::Aliases, Type::Tiny, MooseX::NonMoose, Moose +--2017-10-09 07:51:37-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::StrictConstructor +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 232 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 44.9M=0s + +2017-10-09 07:51:37 (44.9 MB/s) - written to stdout [232/232] + +--> Working on MooseX::StrictConstructor +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-StrictConstructor-0.21.tar.gz ... --2017-10-09 07:51:37-- http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-StrictConstructor-0.21.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26792 (26K) [application/x-gzip] +Saving to: ‘MooseX-StrictConstructor-0.21.tar.gz’ + + 0K .......... .......... ...... 100% 29.8M=0.001s + +2017-10-09 07:51:37 (29.8 MB/s) - ‘MooseX-StrictConstructor-0.21.tar.gz’ saved [26792/26792] + +Unpacking MooseX-StrictConstructor-0.21.tar.gz +OK +MooseX-StrictConstructor-0.21/ +MooseX-StrictConstructor-0.21/dist.ini +MooseX-StrictConstructor-0.21/perltidyrc +MooseX-StrictConstructor-0.21/cpanfile +MooseX-StrictConstructor-0.21/t/ +MooseX-StrictConstructor-0.21/t/no_build.t +MooseX-StrictConstructor-0.21/t/00-report-prereqs.t +MooseX-StrictConstructor-0.21/t/instance.t +MooseX-StrictConstructor-0.21/t/00-report-prereqs.dd +MooseX-StrictConstructor-0.21/t/basic.t +MooseX-StrictConstructor-0.21/Makefile.PL +MooseX-StrictConstructor-0.21/META.yml +MooseX-StrictConstructor-0.21/LICENSE +MooseX-StrictConstructor-0.21/xt/ +MooseX-StrictConstructor-0.21/xt/author/ +MooseX-StrictConstructor-0.21/xt/author/no-tabs.t +MooseX-StrictConstructor-0.21/xt/author/mojibake.t +MooseX-StrictConstructor-0.21/xt/author/pod-syntax.t +MooseX-StrictConstructor-0.21/xt/author/tidyall.t +MooseX-StrictConstructor-0.21/xt/author/portability.t +MooseX-StrictConstructor-0.21/xt/author/test-version.t +MooseX-StrictConstructor-0.21/xt/author/eol.t +MooseX-StrictConstructor-0.21/xt/author/pod-spell.t +MooseX-StrictConstructor-0.21/xt/author/pod-coverage.t +MooseX-StrictConstructor-0.21/xt/author/00-compile.t +MooseX-StrictConstructor-0.21/xt/author/synopsis.t +MooseX-StrictConstructor-0.21/xt/author/clean-namespaces.t +MooseX-StrictConstructor-0.21/xt/release/ +MooseX-StrictConstructor-0.21/xt/release/meta-json.t +MooseX-StrictConstructor-0.21/xt/release/cpan-changes.t +MooseX-StrictConstructor-0.21/lib/ +MooseX-StrictConstructor-0.21/lib/MooseX/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Class.pm +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Method/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor.pm +MooseX-StrictConstructor-0.21/META.json +MooseX-StrictConstructor-0.21/tidyall.ini +MooseX-StrictConstructor-0.21/Changes +MooseX-StrictConstructor-0.21/CONTRIBUTING.md +MooseX-StrictConstructor-0.21/MANIFEST +MooseX-StrictConstructor-0.21/perlcriticrc +MooseX-StrictConstructor-0.21/INSTALL +MooseX-StrictConstructor-0.21/README.md +Entering MooseX-StrictConstructor-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-StrictConstructor-0.21 ... Warning: prerequisite Moose 0.94 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::MetaRole 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::StrictConstructor +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose::Exporter 0 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Moose::Util::MetaRole 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have Moose::Role 1.15 ... No +Checking if you have Test::Moose 0 ... No +Already tried Moose::Exporter. Skipping. +Already tried namespace::autoclean. Skipping. +Searching Moose::Util::MetaRole (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Exporter, namespace::autoclean, Moose::Util::MetaRole, Moose, Moose::Role, Test::Moose +--2017-10-09 07:51:38-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Util::MetaRole +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 19.9M=0.001s + +2017-10-09 07:51:38 (19.9 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Role. Skipping. +Already tried Test::Moose. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Test::Moose' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::MetaRole' is not installed +! Bailing out the installation for MooseX-StrictConstructor-0.21. +Searching MooseX::Getopt (0) on cpanmetadb ... +--2017-10-09 07:51:38-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Getopt +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 488 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 76.9M=0s + +2017-10-09 07:51:38 (76.9 MB/s) - written to stdout [488/488] + +--> Working on MooseX::Getopt +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-0.71.tar.gz ... --2017-10-09 07:51:38-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-0.71.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 54544 (53K) [application/x-gzip] +Saving to: ‘MooseX-Getopt-0.71.tar.gz’ + + 0K .......... .......... .......... .......... .......... 93% 27.2M 0s + 50K ... 100% 6229G=0.002s + +2017-10-09 07:51:38 (29.0 MB/s) - ‘MooseX-Getopt-0.71.tar.gz’ saved [54544/54544] + +Unpacking MooseX-Getopt-0.71.tar.gz +OK +MooseX-Getopt-0.71/ +MooseX-Getopt-0.71/Build.PL +MooseX-Getopt-0.71/Changes +MooseX-Getopt-0.71/CONTRIBUTING +MooseX-Getopt-0.71/dist.ini +MooseX-Getopt-0.71/INSTALL +MooseX-Getopt-0.71/lib/ +MooseX-Getopt-0.71/LICENSE +MooseX-Getopt-0.71/Makefile.PL +MooseX-Getopt-0.71/MANIFEST +MooseX-Getopt-0.71/META.json +MooseX-Getopt-0.71/META.yml +MooseX-Getopt-0.71/README +MooseX-Getopt-0.71/t/ +MooseX-Getopt-0.71/xt/ +MooseX-Getopt-0.71/xt/author/ +MooseX-Getopt-0.71/xt/release/ +MooseX-Getopt-0.71/xt/release/changes_has_content.t +MooseX-Getopt-0.71/xt/release/cpan-changes.t +MooseX-Getopt-0.71/xt/release/distmeta.t +MooseX-Getopt-0.71/xt/release/minimum-version.t +MooseX-Getopt-0.71/xt/author/00-compile.t +MooseX-Getopt-0.71/xt/author/clean-namespaces.t +MooseX-Getopt-0.71/xt/author/eol.t +MooseX-Getopt-0.71/xt/author/kwalitee.t +MooseX-Getopt-0.71/xt/author/mojibake.t +MooseX-Getopt-0.71/xt/author/no-tabs.t +MooseX-Getopt-0.71/xt/author/pod-coverage.t +MooseX-Getopt-0.71/xt/author/pod-no404s.t +MooseX-Getopt-0.71/xt/author/pod-spell.t +MooseX-Getopt-0.71/xt/author/pod-syntax.t +MooseX-Getopt-0.71/xt/author/portability.t +MooseX-Getopt-0.71/t/00-report-prereqs.dd +MooseX-Getopt-0.71/t/00-report-prereqs.t +MooseX-Getopt-0.71/t/001_basic.t +MooseX-Getopt-0.71/t/002_custom_option_type.t +MooseX-Getopt-0.71/t/003_inferred_option_type.t +MooseX-Getopt-0.71/t/004_nogetop.t +MooseX-Getopt-0.71/t/005_strict.t +MooseX-Getopt-0.71/t/006_metaclass_traits.t +MooseX-Getopt-0.71/t/007_nogetopt_trait.t +MooseX-Getopt-0.71/t/008_configfromfile.t +MooseX-Getopt-0.71/t/009_gld_and_explicit_options.t +MooseX-Getopt-0.71/t/010_dashes.t +MooseX-Getopt-0.71/t/011_process_argv.t +MooseX-Getopt-0.71/t/100_gld_default_bug.t +MooseX-Getopt-0.71/t/101_argv_bug.t +MooseX-Getopt-0.71/t/102_basic_basic.t +MooseX-Getopt-0.71/t/103_uc_bug.t +MooseX-Getopt-0.71/t/104_override_usage.t +MooseX-Getopt-0.71/t/105_uc_bug_more.t +MooseX-Getopt-0.71/t/106_no_ignore_case.t +MooseX-Getopt-0.71/t/107_no_auto_help.t +MooseX-Getopt-0.71/t/107_union_bug.t +MooseX-Getopt-0.71/t/108_usage_attr.t +MooseX-Getopt-0.71/t/109_help_flag.t +MooseX-Getopt-0.71/t/110_sort_usage_by_attr_order.t +MooseX-Getopt-0.71/t/111_gld_pass_through.t +MooseX-Getopt-0.71/t/112_configfile_constructor_arg.t +MooseX-Getopt-0.71/t/112_configfile_constructor_arg.yml +MooseX-Getopt-0.71/t/113_moosex_strictconstructor.t +MooseX-Getopt-0.71/t/114_init_arg.t +MooseX-Getopt-0.71/t/zzz-check-breaks.t +MooseX-Getopt-0.71/lib/MooseX/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/ +MooseX-Getopt-0.71/lib/MooseX/Getopt.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Basic.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Dashes.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/GLD.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/OptionTypeMap.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/ProcessedArgv.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Strict.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm +Entering MooseX-Getopt-0.71 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Getopt-0.71 ... Creating new 'Build' script for 'MooseX-Getopt' version '0.71' +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have Path::Tiny 0.097 ... Yes (0.104) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have Moose::Role 1.15 ... No +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Trap 0 ... Yes (0.3.3) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Test::Moose 0 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Moose::Meta::Attribute 0 ... No +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose::Util. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Role. Skipping. +Already tried Getopt::Long::Descriptive. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Meta::Class. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Test::Moose. Skipping. +Searching Moose::Meta::Attribute (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Util::TypeConstraints, Moose::Util, Moose, Moose::Role, Getopt::Long::Descriptive, MooseX::Role::Parameterized, namespace::autoclean, Moose::Meta::Class, Module::Runtime, Test::Moose, Moose::Meta::Attribute +--2017-10-09 07:51:39-- http://cpanmetadb.plackperl.org/v1.0/package/Moose::Meta::Attribute +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18435 (18K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K .......... ........ 100% 10.6M=0.002s + +2017-10-09 07:51:39 (10.6 MB/s) - written to stdout [18435/18435] + +Already tried Moose-2.2006. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Util' is not installed, Module 'Moose::Meta::Attribute' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'Module::Runtime' is not installed, Module 'Getopt::Long::Descriptive' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Getopt-0.71. +Searching MooseX::SimpleConfig (0) on cpanmetadb ... +--2017-10-09 07:51:39-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::SimpleConfig +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.0M=0s + +2017-10-09 07:51:39 (20.0 MB/s) - written to stdout [110/110] + +--> Working on MooseX::SimpleConfig +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-SimpleConfig-0.11.tar.gz ... --2017-10-09 07:51:39-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-SimpleConfig-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 29384 (29K) [application/x-gzip] +Saving to: ‘MooseX-SimpleConfig-0.11.tar.gz’ + + 0K .......... .......... ........ 100% 36.6M=0.001s + +2017-10-09 07:51:39 (36.6 MB/s) - ‘MooseX-SimpleConfig-0.11.tar.gz’ saved [29384/29384] + +Unpacking MooseX-SimpleConfig-0.11.tar.gz +OK +MooseX-SimpleConfig-0.11/ +MooseX-SimpleConfig-0.11/Build.PL +MooseX-SimpleConfig-0.11/Changes +MooseX-SimpleConfig-0.11/CONTRIBUTING +MooseX-SimpleConfig-0.11/dist.ini +MooseX-SimpleConfig-0.11/INSTALL +MooseX-SimpleConfig-0.11/lib/ +MooseX-SimpleConfig-0.11/LICENSE +MooseX-SimpleConfig-0.11/Makefile.PL +MooseX-SimpleConfig-0.11/MANIFEST +MooseX-SimpleConfig-0.11/META.json +MooseX-SimpleConfig-0.11/META.yml +MooseX-SimpleConfig-0.11/README +MooseX-SimpleConfig-0.11/t/ +MooseX-SimpleConfig-0.11/weaver.ini +MooseX-SimpleConfig-0.11/xt/ +MooseX-SimpleConfig-0.11/xt/author/ +MooseX-SimpleConfig-0.11/xt/release/ +MooseX-SimpleConfig-0.11/xt/release/changes_has_content.t +MooseX-SimpleConfig-0.11/xt/release/cpan-changes.t +MooseX-SimpleConfig-0.11/xt/release/distmeta.t +MooseX-SimpleConfig-0.11/xt/release/kwalitee.t +MooseX-SimpleConfig-0.11/xt/release/minimum-version.t +MooseX-SimpleConfig-0.11/xt/release/mojibake.t +MooseX-SimpleConfig-0.11/xt/release/pod-coverage.t +MooseX-SimpleConfig-0.11/xt/release/pod-no404s.t +MooseX-SimpleConfig-0.11/xt/release/pod-syntax.t +MooseX-SimpleConfig-0.11/xt/release/portability.t +MooseX-SimpleConfig-0.11/xt/author/00-compile.t +MooseX-SimpleConfig-0.11/xt/author/clean-namespaces.t +MooseX-SimpleConfig-0.11/xt/author/eol.t +MooseX-SimpleConfig-0.11/xt/author/no-tabs.t +MooseX-SimpleConfig-0.11/xt/author/pod-spell.t +MooseX-SimpleConfig-0.11/t/00-report-prereqs.dd +MooseX-SimpleConfig-0.11/t/00-report-prereqs.t +MooseX-SimpleConfig-0.11/t/01use.t +MooseX-SimpleConfig-0.11/t/10simple.t +MooseX-SimpleConfig-0.11/t/11default.t +MooseX-SimpleConfig-0.11/t/12config_any_args.t +MooseX-SimpleConfig-0.11/t/lib/ +MooseX-SimpleConfig-0.11/t/multiple.t +MooseX-SimpleConfig-0.11/t/zzz-check-breaks.t +MooseX-SimpleConfig-0.11/t/lib/MXDefaultConfigTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXDefaultMultipleConfigsTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXDriverArgsConfigTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXSimpleConfigTest.pm +MooseX-SimpleConfig-0.11/lib/MooseX/ +MooseX-SimpleConfig-0.11/lib/MooseX/SimpleConfig.pm +Entering MooseX-SimpleConfig-0.11 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-SimpleConfig-0.11 ... Congratulations, your toolchain understands 'configure_requires'! + +Creating new 'Build' script for 'MooseX-SimpleConfig' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Role 1.15 ... No +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have MooseX::ConfigFromFile 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose 2.0300 ... No +Checking if you have File::Spec::Functions 3.27 ... Yes (3.68) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Config::Any 0.13 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Already tried Moose::Role. Skipping. +Searching MooseX::ConfigFromFile (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Role, MooseX::ConfigFromFile, Moose, Config::Any +--2017-10-09 07:51:40-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::ConfigFromFile +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 114 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.6M=0s + +2017-10-09 07:51:40 (12.6 MB/s) - written to stdout [114/114] + +--> Working on MooseX::ConfigFromFile +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-ConfigFromFile-0.14.tar.gz ... --2017-10-09 07:51:40-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-ConfigFromFile-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 31280 (31K) [application/x-gzip] +Saving to: ‘MooseX-ConfigFromFile-0.14.tar.gz’ + + 0K .......... .......... .......... 100% 37.7M=0.001s + +2017-10-09 07:51:40 (37.7 MB/s) - ‘MooseX-ConfigFromFile-0.14.tar.gz’ saved [31280/31280] + +Unpacking MooseX-ConfigFromFile-0.14.tar.gz +OK +MooseX-ConfigFromFile-0.14/ +MooseX-ConfigFromFile-0.14/Build.PL +MooseX-ConfigFromFile-0.14/Changes +MooseX-ConfigFromFile-0.14/CONTRIBUTING +MooseX-ConfigFromFile-0.14/dist.ini +MooseX-ConfigFromFile-0.14/INSTALL +MooseX-ConfigFromFile-0.14/lib/ +MooseX-ConfigFromFile-0.14/LICENSE +MooseX-ConfigFromFile-0.14/Makefile.PL +MooseX-ConfigFromFile-0.14/MANIFEST +MooseX-ConfigFromFile-0.14/META.json +MooseX-ConfigFromFile-0.14/META.yml +MooseX-ConfigFromFile-0.14/README +MooseX-ConfigFromFile-0.14/t/ +MooseX-ConfigFromFile-0.14/xt/ +MooseX-ConfigFromFile-0.14/xt/author/ +MooseX-ConfigFromFile-0.14/xt/release/ +MooseX-ConfigFromFile-0.14/xt/release/changes_has_content.t +MooseX-ConfigFromFile-0.14/xt/release/cpan-changes.t +MooseX-ConfigFromFile-0.14/xt/release/distmeta.t +MooseX-ConfigFromFile-0.14/xt/release/minimum-version.t +MooseX-ConfigFromFile-0.14/xt/release/pod-coverage.t +MooseX-ConfigFromFile-0.14/xt/release/pod-no404s.t +MooseX-ConfigFromFile-0.14/xt/release/pod-syntax.t +MooseX-ConfigFromFile-0.14/xt/release/portability.t +MooseX-ConfigFromFile-0.14/xt/author/00-compile.t +MooseX-ConfigFromFile-0.14/xt/author/clean-namespaces.t +MooseX-ConfigFromFile-0.14/xt/author/eol.t +MooseX-ConfigFromFile-0.14/xt/author/kwalitee.t +MooseX-ConfigFromFile-0.14/xt/author/mojibake.t +MooseX-ConfigFromFile-0.14/xt/author/no-tabs.t +MooseX-ConfigFromFile-0.14/xt/author/pod-spell.t +MooseX-ConfigFromFile-0.14/t/00-report-prereqs.dd +MooseX-ConfigFromFile-0.14/t/00-report-prereqs.t +MooseX-ConfigFromFile-0.14/t/01use.t +MooseX-ConfigFromFile-0.14/t/02subclass.t +MooseX-ConfigFromFile-0.14/t/03configfile_method.t +MooseX-ConfigFromFile-0.14/t/04a_getopt.t +MooseX-ConfigFromFile-0.14/t/04b_getopt.t +MooseX-ConfigFromFile-0.14/t/05_default_sub.t +MooseX-ConfigFromFile-0.14/t/zzz-check-breaks.t +MooseX-ConfigFromFile-0.14/lib/MooseX/ +MooseX-ConfigFromFile-0.14/lib/MooseX/ConfigFromFile.pm +Entering MooseX-ConfigFromFile-0.14 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-ConfigFromFile-0.14 ... Creating new 'Build' script for 'MooseX-ConfigFromFile' version '0.14' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Without::Module 0 ... Yes (0.20) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have Moose::Role 1.15 ... No +Checking if you have MooseX::Types::Path::Tiny 0.005 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried namespace::autoclean. Skipping. +Already tried Moose. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried Moose::Role. Skipping. +Searching MooseX::Types::Path::Tiny (0.005) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, Moose, MooseX::Types::Moose, Moose::Role, MooseX::Types::Path::Tiny +--2017-10-09 07:51:41-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Path::Tiny +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 121 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.4M=0s + +2017-10-09 07:51:41 (21.4 MB/s) - written to stdout [121/121] + +--> Working on MooseX::Types::Path::Tiny +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-0.012.tar.gz ... --2017-10-09 07:51:41-- http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-0.012.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 28898 (28K) [application/x-gzip] +Saving to: ‘MooseX-Types-Path-Tiny-0.012.tar.gz’ + + 0K .......... .......... ........ 100% 38.3M=0.001s + +2017-10-09 07:51:41 (38.3 MB/s) - ‘MooseX-Types-Path-Tiny-0.012.tar.gz’ saved [28898/28898] + +Unpacking MooseX-Types-Path-Tiny-0.012.tar.gz +OK +MooseX-Types-Path-Tiny-0.012/ +MooseX-Types-Path-Tiny-0.012/Build.PL +MooseX-Types-Path-Tiny-0.012/Changes +MooseX-Types-Path-Tiny-0.012/CONTRIBUTING +MooseX-Types-Path-Tiny-0.012/dist.ini +MooseX-Types-Path-Tiny-0.012/INSTALL +MooseX-Types-Path-Tiny-0.012/lib/ +MooseX-Types-Path-Tiny-0.012/LICENCE +MooseX-Types-Path-Tiny-0.012/Makefile.PL +MooseX-Types-Path-Tiny-0.012/MANIFEST +MooseX-Types-Path-Tiny-0.012/META.json +MooseX-Types-Path-Tiny-0.012/META.yml +MooseX-Types-Path-Tiny-0.012/perlcritic.rc +MooseX-Types-Path-Tiny-0.012/README +MooseX-Types-Path-Tiny-0.012/t/ +MooseX-Types-Path-Tiny-0.012/tidyall.ini +MooseX-Types-Path-Tiny-0.012/xt/ +MooseX-Types-Path-Tiny-0.012/xt/author/ +MooseX-Types-Path-Tiny-0.012/xt/release/ +MooseX-Types-Path-Tiny-0.012/xt/release/changes_has_content.t +MooseX-Types-Path-Tiny-0.012/xt/release/cpan-changes.t +MooseX-Types-Path-Tiny-0.012/xt/release/distmeta.t +MooseX-Types-Path-Tiny-0.012/xt/release/minimum-version.t +MooseX-Types-Path-Tiny-0.012/xt/author/00-compile.t +MooseX-Types-Path-Tiny-0.012/xt/author/clean-namespaces.t +MooseX-Types-Path-Tiny-0.012/xt/author/critic.t +MooseX-Types-Path-Tiny-0.012/xt/author/eol.t +MooseX-Types-Path-Tiny-0.012/xt/author/kwalitee.t +MooseX-Types-Path-Tiny-0.012/xt/author/mojibake.t +MooseX-Types-Path-Tiny-0.012/xt/author/no-tabs.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-coverage.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-no404s.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-spell.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-syntax.t +MooseX-Types-Path-Tiny-0.012/xt/author/portability.t +MooseX-Types-Path-Tiny-0.012/t/00-report-prereqs.dd +MooseX-Types-Path-Tiny-0.012/t/00-report-prereqs.t +MooseX-Types-Path-Tiny-0.012/t/06-fully-qualified.t +MooseX-Types-Path-Tiny-0.012/t/arrayref.t +MooseX-Types-Path-Tiny-0.012/t/basic.t +MooseX-Types-Path-Tiny-0.012/t/error.t +MooseX-Types-Path-Tiny-0.012/t/zzz-check-breaks.t +MooseX-Types-Path-Tiny-0.012/lib/MooseX/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/Path/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/Path/Tiny.pm +Entering MooseX-Types-Path-Tiny-0.012 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-Path-Tiny-0.012 ... Creating new 'Build' script for 'MooseX-Types-Path-Tiny' version '0.012' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Path::Tiny 0.097 ... Yes (0.104) +Checking if you have File::pushd 0 ... Yes (1.014) +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have MooseX::Getopt 0 ... No +Checking if you have MooseX::Types::Stringlike 0 ... No +Checking if you have MooseX::Types 0.35 ... No +Already tried namespace::autoclean. Skipping. +Already tried Moose. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried MooseX::Getopt. Skipping. +Searching MooseX::Types::Stringlike (0) on cpanmetadb ... +OK +==> Found dependencies: namespace::autoclean, Moose, MooseX::Types::Moose, MooseX::Getopt, MooseX::Types::Stringlike, MooseX::Types +--2017-10-09 07:51:42-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Types::Stringlike +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 125 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 26.3M=0s + +2017-10-09 07:51:42 (26.3 MB/s) - written to stdout [125/125] + +--> Working on MooseX::Types::Stringlike +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/MooseX-Types-Stringlike-0.003.tar.gz ... --2017-10-09 07:51:42-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/MooseX-Types-Stringlike-0.003.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13510 (13K) [application/x-gzip] +Saving to: ‘MooseX-Types-Stringlike-0.003.tar.gz’ + + 0K .......... ... 100% 82.9M=0s + +2017-10-09 07:51:42 (82.9 MB/s) - ‘MooseX-Types-Stringlike-0.003.tar.gz’ saved [13510/13510] + +Unpacking MooseX-Types-Stringlike-0.003.tar.gz +OK +MooseX-Types-Stringlike-0.003/ +MooseX-Types-Stringlike-0.003/Changes +MooseX-Types-Stringlike-0.003/CONTRIBUTING +MooseX-Types-Stringlike-0.003/cpanfile +MooseX-Types-Stringlike-0.003/dist.ini +MooseX-Types-Stringlike-0.003/lib/ +MooseX-Types-Stringlike-0.003/LICENSE +MooseX-Types-Stringlike-0.003/Makefile.PL +MooseX-Types-Stringlike-0.003/MANIFEST +MooseX-Types-Stringlike-0.003/META.json +MooseX-Types-Stringlike-0.003/META.yml +MooseX-Types-Stringlike-0.003/perlcritic.rc +MooseX-Types-Stringlike-0.003/README +MooseX-Types-Stringlike-0.003/t/ +MooseX-Types-Stringlike-0.003/tidyall.ini +MooseX-Types-Stringlike-0.003/xt/ +MooseX-Types-Stringlike-0.003/xt/author/ +MooseX-Types-Stringlike-0.003/xt/release/ +MooseX-Types-Stringlike-0.003/xt/release/distmeta.t +MooseX-Types-Stringlike-0.003/xt/release/minimum-version.t +MooseX-Types-Stringlike-0.003/xt/release/pod-coverage.t +MooseX-Types-Stringlike-0.003/xt/release/pod-syntax.t +MooseX-Types-Stringlike-0.003/xt/release/portability.t +MooseX-Types-Stringlike-0.003/xt/release/test-version.t +MooseX-Types-Stringlike-0.003/xt/author/00-compile.t +MooseX-Types-Stringlike-0.003/xt/author/critic.t +MooseX-Types-Stringlike-0.003/xt/author/pod-spell.t +MooseX-Types-Stringlike-0.003/t/00-report-prereqs.t +MooseX-Types-Stringlike-0.003/t/arrayrefs.t +MooseX-Types-Stringlike-0.003/t/stringable.t +MooseX-Types-Stringlike-0.003/lib/MooseX/ +MooseX-Types-Stringlike-0.003/lib/MooseX/Types/ +MooseX-Types-Stringlike-0.003/lib/MooseX/Types/Stringlike.pm +Entering MooseX-Types-Stringlike-0.003 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Types-Stringlike-0.003 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Types::Stringlike +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have version 0.9906 ... Yes (0.9918) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have File::Spec::Functions 3.27 ... Yes (3.68) +Checking if you have Moose 2.0300 ... No +Checking if you have MooseX::Types 0.35 ... No +Already tried MooseX::Types::Moose. Skipping. +Already tried Moose. Skipping. +Already tried MooseX::Types. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'MooseX::Types' is not installed, Module 'MooseX::Types::Moose' is not installed +! Bailing out the installation for MooseX-Types-Stringlike-0.003. +Already tried MooseX::Types. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Moose' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Getopt' is not installed, Module 'MooseX::Types::Stringlike' is not installed, Module 'MooseX::Types' is not installed +! Bailing out the installation for MooseX-Types-Path-Tiny-0.012. +! Installing the dependencies failed: Module 'MooseX::Types::Moose' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Types::Path::Tiny' is not installed, Module 'Moose' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-ConfigFromFile-0.14. +Already tried Moose. Skipping. +Searching Config::Any (0.13) on cpanmetadb ... +OK +==> Found dependencies: MooseX::Types::Moose, Moose, MooseX::Types +--2017-10-09 07:51:42-- http://cpanmetadb.plackperl.org/v1.0/package/Config::Any +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 282 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 50.2M=0s + +2017-10-09 07:51:42 (50.2 MB/s) - written to stdout [282/282] + +--> Working on Config::Any +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Config-Any-0.32.tar.gz ... --2017-10-09 07:51:42-- http://www.cpan.org/authors/id/H/HA/HAARG/Config-Any-0.32.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21045 (21K) [application/x-gzip] +Saving to: ‘Config-Any-0.32.tar.gz’ + + 0K .......... .......... 100% 14.1M=0.001s + +2017-10-09 07:51:42 (14.1 MB/s) - ‘Config-Any-0.32.tar.gz’ saved [21045/21045] + +Unpacking Config-Any-0.32.tar.gz +OK +Config-Any-0.32/ +Config-Any-0.32/Changes +Config-Any-0.32/lib/ +Config-Any-0.32/maint/ +Config-Any-0.32/Makefile.PL +Config-Any-0.32/MANIFEST +Config-Any-0.32/META.json +Config-Any-0.32/META.yml +Config-Any-0.32/README +Config-Any-0.32/t/ +Config-Any-0.32/xt/ +Config-Any-0.32/xt/author/ +Config-Any-0.32/xt/author/pod-coverage.t +Config-Any-0.32/xt/author/pod.t +Config-Any-0.32/t/00-report-prereqs.t +Config-Any-0.32/t/10-branches.t +Config-Any-0.32/t/20-parse.t +Config-Any-0.32/t/50-general.t +Config-Any-0.32/t/51-ini.t +Config-Any-0.32/t/52-json.t +Config-Any-0.32/t/53-perl.t +Config-Any-0.32/t/54-xml.t +Config-Any-0.32/t/55-yaml.t +Config-Any-0.32/t/61-features.t +Config-Any-0.32/t/62-multi.t +Config-Any-0.32/t/63-unsupported.t +Config-Any-0.32/t/64-extfail.t +Config-Any-0.32/t/65-force_plugins.t +Config-Any-0.32/t/conf/ +Config-Any-0.32/t/invalid/ +Config-Any-0.32/t/lib/ +Config-Any-0.32/t/multi/ +Config-Any-0.32/t/perl-taint.t +Config-Any-0.32/t/supported/ +Config-Any-0.32/t/supported/conf.pl +Config-Any-0.32/t/multi/conf.yml +Config-Any-0.32/t/lib/Config/ +Config-Any-0.32/t/lib/Config/Any/ +Config-Any-0.32/t/lib/Config/Any/Unsupported.pm +Config-Any-0.32/t/invalid/conf.conf +Config-Any-0.32/t/invalid/conf.ini +Config-Any-0.32/t/invalid/conf.json +Config-Any-0.32/t/invalid/conf.pl +Config-Any-0.32/t/invalid/conf.xml +Config-Any-0.32/t/invalid/conf.yml +Config-Any-0.32/t/conf/conf.conf +Config-Any-0.32/t/conf/conf.extfail +Config-Any-0.32/t/conf/conf.foo +Config-Any-0.32/t/conf/conf.ini +Config-Any-0.32/t/conf/conf.json +Config-Any-0.32/t/conf/conf.pl +Config-Any-0.32/t/conf/conf.unsupported +Config-Any-0.32/t/conf/conf.xml +Config-Any-0.32/t/conf/conf.yml +Config-Any-0.32/t/conf/conf2.ini +Config-Any-0.32/t/conf/conf_arrayref.xml +Config-Any-0.32/t/conf/single_element_arrayref.conf +Config-Any-0.32/t/conf/subsections.ini +Config-Any-0.32/maint/Makefile.PL.include +Config-Any-0.32/lib/Config/ +Config-Any-0.32/lib/Config/Any/ +Config-Any-0.32/lib/Config/Any.pm +Config-Any-0.32/lib/Config/Any/Base.pm +Config-Any-0.32/lib/Config/Any/General.pm +Config-Any-0.32/lib/Config/Any/INI.pm +Config-Any-0.32/lib/Config/Any/JSON.pm +Config-Any-0.32/lib/Config/Any/Perl.pm +Config-Any-0.32/lib/Config/Any/XML.pm +Config-Any-0.32/lib/Config/Any/YAML.pm +Entering Config-Any-0.32 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Config-Any-0.32 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::Any +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Pluggable::Object 3.6 ... Yes (5.2) +OK +Building and testing Config-Any-0.32 ... cp lib/Config/Any/INI.pm blib/lib/Config/Any/INI.pm +cp lib/Config/Any/Perl.pm blib/lib/Config/Any/Perl.pm +cp lib/Config/Any/XML.pm blib/lib/Config/Any/XML.pm +cp lib/Config/Any/YAML.pm blib/lib/Config/Any/YAML.pm +cp lib/Config/Any/Base.pm blib/lib/Config/Any/Base.pm +cp lib/Config/Any/JSON.pm blib/lib/Config/Any/JSON.pm +cp lib/Config/Any/General.pm blib/lib/Config/Any/General.pm +cp lib/Config/Any.pm blib/lib/Config/Any.pm +Manifying 8 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Optional Prereq Versions: +# Config::General missing +# Config::Tiny 2.23 +# Cpanel::JSON::XS missing +# JSON::MaybeXS missing +# JSON::DWIW missing +# JSON::XS missing +# JSON::Syck missing +# JSON::PP 2.94 +# JSON 2.94 +# XML::Simple missing +# XML::NamespaceSupport 1.12 +# YAML::XS 0.66 +# YAML::Syck missing +# YAML missing +# +t/00-report-prereqs.t .. ok +t/10-branches.t ........ ok +t/20-parse.t ........... ok +t/50-general.t ......... skipped: Config::General format not supported +t/51-ini.t ............. ok +t/52-json.t ............ ok +t/53-perl.t ............ ok +t/54-xml.t ............. skipped: XML format not supported +t/55-yaml.t ............ ok +t/61-features.t ........ ok +t/62-multi.t ........... ok +t/63-unsupported.t ..... ok +t/64-extfail.t ......... ok +t/65-force_plugins.t ... ok +t/perl-taint.t ......... ok +All tests successful. +Files=15, Tests=140, 1 wallclock secs ( 0.07 usr 0.01 sys + 1.19 cusr 0.13 csys = 1.40 CPU) +Result: PASS +Manifying 8 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/Perl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/INI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/JSON.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/Base.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/General.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/XML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/Any/YAML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::XML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::General.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::JSON.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::INI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::Perl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::Base.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::Any::YAML.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Config-Any-0.32 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-Any-0.32/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-Any-0.32/MYMETA.json +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::ConfigFromFile' is not installed +! Bailing out the installation for MooseX-SimpleConfig-0.11. +Searching Task::Moose (0) on cpanmetadb ... +--2017-10-09 07:51:45-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Moose +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 90 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.7M=0s + +2017-10-09 07:51:45 (19.7 MB/s) - written to stdout [90/90] + +--> Working on Task::Moose +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Task-Moose-0.03.tar.gz ... --2017-10-09 07:51:45-- http://www.cpan.org/authors/id/D/DO/DOY/Task-Moose-0.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23618 (23K) [application/x-gzip] +Saving to: ‘Task-Moose-0.03.tar.gz’ + + 0K .......... .......... ... 100% 24.9M=0.001s + +2017-10-09 07:51:45 (24.9 MB/s) - ‘Task-Moose-0.03.tar.gz’ saved [23618/23618] + +Unpacking Task-Moose-0.03.tar.gz +OK +Task-Moose-0.03/ +Task-Moose-0.03/t/ +Task-Moose-0.03/t/pod.t +Task-Moose-0.03/inc/ +Task-Moose-0.03/inc/Module/ +Task-Moose-0.03/inc/Module/Install/ +Task-Moose-0.03/inc/Module/Install/Can.pm +Task-Moose-0.03/inc/Module/Install/Base.pm +Task-Moose-0.03/inc/Module/Install/Win32.pm +Task-Moose-0.03/inc/Module/Install/WriteAll.pm +Task-Moose-0.03/inc/Module/Install/AutoInstall.pm +Task-Moose-0.03/inc/Module/Install/Makefile.pm +Task-Moose-0.03/inc/Module/Install/Fetch.pm +Task-Moose-0.03/inc/Module/Install/Include.pm +Task-Moose-0.03/inc/Module/Install/Metadata.pm +Task-Moose-0.03/inc/Module/Install.pm +Task-Moose-0.03/inc/Module/AutoInstall.pm +Task-Moose-0.03/lib/ +Task-Moose-0.03/lib/Task/ +Task-Moose-0.03/lib/Task/Moose.pm +Task-Moose-0.03/README +Task-Moose-0.03/Changes +Task-Moose-0.03/MANIFEST.SKIP +Task-Moose-0.03/Makefile.PL +Task-Moose-0.03/META.yml +Task-Moose-0.03/MANIFEST +Entering Task-Moose-0.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Task-Moose-0.03 ... Cannot determine perl version info from lib/Task/Moose.pm +*** Module::AutoInstall version 1.03 +*** Checking for Perl dependencies... +*** Since we're running under CPAN, I'll just let it take care + of the dependency's installation later. +[Core Features] +- Moose ...missing. (would need 0.92) +[Making Moose constructors stricter] +- MooseX::StrictConstructor ...missing. (would need 0.08) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish method parameter handling] +- MooseX::Params::Validate ...missing. (would need 0.06) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Runtime trait application in constructors] +- MooseX::Role::TraitConstructor ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Easy creation of objects with traits] +- MooseX::Traits ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish plugin system] +- MooseX::Object::Pluggable ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Parameterized roles] +- MooseX::Role::Parameterized ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Globref instance type for Moose] +- MooseX::GlobRef ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Inside out instance type for Moose] +- MooseX::InsideOut ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Singleton instance type for Moose] +- MooseX::Singleton ...missing. (would need 0.2) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Subclassing of non-Moose classes] +- MooseX::NonMoose ...missing. (would need 0.06) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative syntax with Devel::Declare] +- MooseX::Declare ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative method syntax] +- MooseX::Method::Signatures ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative exception handling] +- TryCatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose type extensions] +- MooseX::Types ...missing. (would need 0.2) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Structured type constraints] +- MooseX::Types::Structured ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Path::Class Moose type extension] +- MooseX::Types::Path::Class ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Set::Object Moose type extension] +- MooseX::Types::Set::Object ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[DateTime Moose type extension] +- MooseX::Types::DateTime ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Better script writing with Moose] +- MooseX::Getopt ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Support for config with MooseX::Getopt] +- MooseX::ConfigFromFile ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Config file support for MooseX::Getopt with Config::Any] +- MooseX::SimpleConfig ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[App::Cmd integration for Moose] +- MooseX::App::Cmd ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Easily wrap command line apps with Moose] +- MooseX::Role::Cmd ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Log::Dispatch support for Moose] +- MooseX::LogDispatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[lazy loaded Log::Dispatch support for Moose] +- MooseX::LazyLogDispatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Log::Log4perl support for Moose] +- MooseX::Log::Log4perl ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose wrapped POE] +- MooseX::POE ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Sub-process management for asynchronous tasks using Moose and POE] +- MooseX::Workers ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Daemonization support roles for Moose] +- MooseX::Daemonize ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[CGI-style parameter role] +- MooseX::Param ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish iterator support role] +- MooseX::Iterator ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[More robust and flexible cloning support] +- MooseX::Clone ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose serialization] +- MooseX::Storage ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Autoboxing support] +- Moose::Autobox ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Class attributes for Moose] +- MooseX::ClassAttribute ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Support for PBP style accessors] +- MooseX::SemiAffordanceAccessor ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Keep imported subroutines out of your class's namespace] +- namespace::autoclean ...missing. (would need 0.09) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Pod::Coverage support for Moose] +- Pod::Coverage::Moose ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +*** Module::AutoInstall configuration finished. +Warning: prerequisite Moose 0.92 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Task::Moose +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Moose 2.0300 ... No +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed +! Bailing out the installation for Task-Moose-0.03. +Searching Package::Variant (0) on cpanmetadb ... +OK +==> Found dependencies: Moose +--2017-10-09 07:51:45-- http://cpanmetadb.plackperl.org/v1.0/package/Package::Variant +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 116 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.7M=0s + +2017-10-09 07:51:45 (17.7 MB/s) - written to stdout [116/116] + +--> Working on Package::Variant +Fetching http://www.cpan.org/authors/id/M/MS/MSTROUT/Package-Variant-1.003002.tar.gz ... --2017-10-09 07:51:45-- http://www.cpan.org/authors/id/M/MS/MSTROUT/Package-Variant-1.003002.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10518 (10K) [application/x-gzip] +Saving to: ‘Package-Variant-1.003002.tar.gz’ + + 0K .......... 100% 154M=0s + +2017-10-09 07:51:45 (154 MB/s) - ‘Package-Variant-1.003002.tar.gz’ saved [10518/10518] + +Unpacking Package-Variant-1.003002.tar.gz +OK +Package-Variant-1.003002/ +Package-Variant-1.003002/lib/ +Package-Variant-1.003002/lib/Package/ +Package-Variant-1.003002/lib/Package/Variant.pm +Package-Variant-1.003002/META.yml +Package-Variant-1.003002/META.json +Package-Variant-1.003002/Makefile.PL +Package-Variant-1.003002/README +Package-Variant-1.003002/maint/ +Package-Variant-1.003002/maint/Makefile.PL.include +Package-Variant-1.003002/MANIFEST +Package-Variant-1.003002/t/ +Package-Variant-1.003002/t/30-pragma-leak.t +Package-Variant-1.003002/t/01simple.t +Package-Variant-1.003002/t/20moo-param-role.t +Package-Variant-1.003002/t/11dynamic-build.t +Package-Variant-1.003002/t/10argument-types.t +Package-Variant-1.003002/Changes +Entering Package-Variant-1.003002 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Package-Variant-1.003002 ... Warning: prerequisite Import::Into 1.000000 not found. +Warning: prerequisite Module::Runtime 0.013 not found. +Warning: prerequisite strictures 2.000000 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Package::Variant +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strictures 2.000000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Import::Into 1.000000 ... No +Checking if you have Carp 1.26 ... Yes (1.43) +Already tried strictures. Skipping. +Already tried Module::Runtime. Skipping. +Searching Import::Into (1.000000) on cpanmetadb ... +OK +==> Found dependencies: strictures, Module::Runtime, Import::Into +--2017-10-09 07:51:45-- http://cpanmetadb.plackperl.org/v1.0/package/Import::Into +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.6M=0s + +2017-10-09 07:51:45 (15.6 MB/s) - written to stdout [106/106] + +--> Working on Import::Into +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz ... --2017-10-09 07:51:45-- http://www.cpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7748 (7.6K) [application/x-gzip] +Saving to: ‘Import-Into-1.002005.tar.gz’ + + 0K ....... 100% 723M=0s + +2017-10-09 07:51:45 (723 MB/s) - ‘Import-Into-1.002005.tar.gz’ saved [7748/7748] + +Unpacking Import-Into-1.002005.tar.gz +OK +Import-Into-1.002005/ +Import-Into-1.002005/Changes +Import-Into-1.002005/lib/ +Import-Into-1.002005/maint/ +Import-Into-1.002005/Makefile.PL +Import-Into-1.002005/MANIFEST +Import-Into-1.002005/META.json +Import-Into-1.002005/META.yml +Import-Into-1.002005/README +Import-Into-1.002005/t/ +Import-Into-1.002005/t/import_into.t +Import-Into-1.002005/maint/Makefile.PL.include +Import-Into-1.002005/lib/Import/ +Import-Into-1.002005/lib/Import/Into.pm +Entering Import-Into-1.002005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Import-Into-1.002005 ... Warning: prerequisite Module::Runtime 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Import::Into +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have base 2.18 ... Yes (2.26) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Import-Into-1.002005. +! Installing the dependencies failed: Module 'strictures' is not installed, Module 'Import::Into' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for Package-Variant-1.003002. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried Moo. Skipping. +Already tried namespace::autoclean. Skipping. +Searching MooseX::Aliases (0) on cpanmetadb ... +OK +==> Found dependencies: Module::Runtime +--2017-10-09 07:51:46-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::Aliases +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.0M=0s + +2017-10-09 07:51:46 (21.0 MB/s) - written to stdout [98/98] + +--> Working on MooseX::Aliases +Fetching http://www.cpan.org/authors/id/D/DO/DOY/MooseX-Aliases-0.11.tar.gz ... --2017-10-09 07:51:46-- http://www.cpan.org/authors/id/D/DO/DOY/MooseX-Aliases-0.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 17732 (17K) [application/x-gzip] +Saving to: ‘MooseX-Aliases-0.11.tar.gz’ + + 0K .......... ....... 100% 30.6M=0.001s + +2017-10-09 07:51:46 (30.6 MB/s) - ‘MooseX-Aliases-0.11.tar.gz’ saved [17732/17732] + +Unpacking MooseX-Aliases-0.11.tar.gz +OK +MooseX-Aliases-0.11 +MooseX-Aliases-0.11/README +MooseX-Aliases-0.11/Changes +MooseX-Aliases-0.11/t +MooseX-Aliases-0.11/t/mop.t +MooseX-Aliases-0.11/LICENSE +MooseX-Aliases-0.11/dist.ini +MooseX-Aliases-0.11/META.yml +MooseX-Aliases-0.11/MANIFEST +MooseX-Aliases-0.11/t/roles.t +MooseX-Aliases-0.11/t/basic.t +MooseX-Aliases-0.11/META.json +MooseX-Aliases-0.11/t/traits.t +MooseX-Aliases-0.11/t/errors.t +MooseX-Aliases-0.11/Makefile.PL +MooseX-Aliases-0.11/t/warnings.t +MooseX-Aliases-0.11/t/init_arg.t +MooseX-Aliases-0.11/t/synopsis.t +MooseX-Aliases-0.11/t/inherited.t +MooseX-Aliases-0.11/t/attributes.t +MooseX-Aliases-0.11/t/00-compile.t +MooseX-Aliases-0.11/xt/release +MooseX-Aliases-0.11/xt/release/eol.t +MooseX-Aliases-0.11/t/roles-init_arg.t +MooseX-Aliases-0.11/t/init_arg-coerce.t +MooseX-Aliases-0.11/t/versus-modifiers.t +MooseX-Aliases-0.11/xt/release/no-tabs.t +MooseX-Aliases-0.11/lib/MooseX +MooseX-Aliases-0.11/lib/MooseX/Aliases.pm +MooseX-Aliases-0.11/t/versus-inheritance.t +MooseX-Aliases-0.11/xt/release/pod-syntax.t +MooseX-Aliases-0.11/xt/release/pod-coverage.t +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Class.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Method.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Attribute.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/Composite.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToRole.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToClass.pm +Entering MooseX-Aliases-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Aliases-0.11 ... Warning: prerequisite Moose 2.0000 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Aliases +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose::Exporter 0 ... No +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Test::Moose 0 ... No +Checking if you have Moose::Role 1.15 ... No +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Already tried Moose::Exporter. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose. Skipping. +Already tried Test::Moose. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Test::Moose' is not installed, Module 'Moose::Role' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Exporter' is not installed +! Bailing out the installation for MooseX-Aliases-0.11. +Already tried Type::Tiny. Skipping. +Searching MooseX::NonMoose (0) on cpanmetadb ... +OK +==> Found dependencies: Moose::Exporter, Moose::Util::TypeConstraints, Moose, Test::Moose, Moose::Role +--2017-10-09 07:51:46-- http://cpanmetadb.plackperl.org/v1.0/package/MooseX::NonMoose +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 230 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 42.6M=0s + +2017-10-09 07:51:46 (42.6 MB/s) - written to stdout [230/230] + +--> Working on MooseX::NonMoose +Fetching http://www.cpan.org/authors/id/D/DO/DOY/MooseX-NonMoose-0.26.tar.gz ... --2017-10-09 07:51:46-- http://www.cpan.org/authors/id/D/DO/DOY/MooseX-NonMoose-0.26.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25510 (25K) [application/x-gzip] +Saving to: ‘MooseX-NonMoose-0.26.tar.gz’ + + 0K .......... .......... .... 100% 29.4M=0.001s + +2017-10-09 07:51:46 (29.4 MB/s) - ‘MooseX-NonMoose-0.26.tar.gz’ saved [25510/25510] + +Unpacking MooseX-NonMoose-0.26.tar.gz +OK +MooseX-NonMoose-0.26/ +MooseX-NonMoose-0.26/lib/ +MooseX-NonMoose-0.26/lib/MooseX/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/Constructor.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/Class.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/InsideOut.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose.pm +MooseX-NonMoose-0.26/xt/ +MooseX-NonMoose-0.26/xt/release/ +MooseX-NonMoose-0.26/xt/release/pod-coverage.t +MooseX-NonMoose-0.26/xt/release/pod-syntax.t +MooseX-NonMoose-0.26/xt/release/no-tabs.t +MooseX-NonMoose-0.26/xt/release/eol.t +MooseX-NonMoose-0.26/Makefile.PL +MooseX-NonMoose-0.26/META.json +MooseX-NonMoose-0.26/t/ +MooseX-NonMoose-0.26/t/buggy-constructor-inlining.t +MooseX-NonMoose-0.26/t/constructor-method-calls.t +MooseX-NonMoose-0.26/t/no-new-constructor-error.t +MooseX-NonMoose-0.26/t/nonmoose-moose-nonmoose.t +MooseX-NonMoose-0.26/t/only-metaclass-trait.t +MooseX-NonMoose-0.26/t/replaced-constructor.t +MooseX-NonMoose-0.26/t/extends-moose-object.t +MooseX-NonMoose-0.26/t/hashref-constructor.t +MooseX-NonMoose-0.26/t/buggy-constructors.t +MooseX-NonMoose-0.26/t/constructor-name.t +MooseX-NonMoose-0.26/t/FOREIGNBUILDARGS.t +MooseX-NonMoose-0.26/t/moosex-insideout.t +MooseX-NonMoose-0.26/t/extends-version.t +MooseX-NonMoose-0.26/t/moosex-globref.t +MooseX-NonMoose-0.26/t/moose-exporter.t +MooseX-NonMoose-0.26/t/reinitialize.t +MooseX-NonMoose-0.26/t/multi-level.t +MooseX-NonMoose-0.26/t/00-compile.t +MooseX-NonMoose-0.26/t/destructor.t +MooseX-NonMoose-0.26/t/immutable.t +MooseX-NonMoose-0.26/t/BUILDARGS.t +MooseX-NonMoose-0.26/t/methods.t +MooseX-NonMoose-0.26/t/disable.t +MooseX-NonMoose-0.26/t/attrs.t +MooseX-NonMoose-0.26/t/moose.t +MooseX-NonMoose-0.26/t/BUILD.t +MooseX-NonMoose-0.26/t/basic.t +MooseX-NonMoose-0.26/MANIFEST +MooseX-NonMoose-0.26/META.yml +MooseX-NonMoose-0.26/dist.ini +MooseX-NonMoose-0.26/LICENSE +MooseX-NonMoose-0.26/Changes +MooseX-NonMoose-0.26/README +Entering MooseX-NonMoose-0.26 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-NonMoose-0.26 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 2.0000 not found. +Warning: prerequisite Moose::Util 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::NonMoose +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::MoreUtils 0.20 ... Yes (0.425) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Test::Moose 0 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Moose::Exporter 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose::Util 0 ... No +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Already tried Test::Moose. Skipping. +Already tried Moose::Role. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Moose::Util. Skipping. +! Installing the dependencies failed: Module 'Moose::Util' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose' is not installed, Module 'Module::Runtime' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-NonMoose-0.26. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Package::Variant' is not installed, Module 'Task::Moose' is not installed, Module 'MooseX::SimpleConfig' is not installed, Module 'MooseX::Getopt' is not installed, Module 'MooseX::StrictConstructor' is not installed, Module 'Moose' is not installed, Module 'MooseX::NonMoose' is not installed, Module 'Type::Tiny' is not installed, Module 'namespace::autoclean' is not installed, Module 'MooseX::Aliases' is not installed, Module 'Moo' is not installed, Module 'MooseX::Role::Parameterized' is not installed +! Bailing out the installation for Task-Kensho-OOP-0.39. +Searching HTML::TreeBuilder::XPath (0) on cpanmetadb ... +OK +==> Found dependencies: Test::Moose, Moose::Role, Module::Runtime, Moose, Moose::Exporter, Moose::Util +--2017-10-09 07:51:47-- http://cpanmetadb.plackperl.org/v1.0/package/HTML::TreeBuilder::XPath +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 282 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 59.6M=0s + +2017-10-09 07:51:47 (59.6 MB/s) - written to stdout [282/282] + +--> Working on HTML::TreeBuilder::XPath +Fetching http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-0.14.tar.gz ... --2017-10-09 07:51:47-- http://www.cpan.org/authors/id/M/MI/MIROD/HTML-TreeBuilder-XPath-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10486 (10K) [application/x-gzip] +Saving to: ‘HTML-TreeBuilder-XPath-0.14.tar.gz’ + + 0K .......... 100% 94.9M=0s + +2017-10-09 07:51:47 (94.9 MB/s) - ‘HTML-TreeBuilder-XPath-0.14.tar.gz’ saved [10486/10486] + +Unpacking HTML-TreeBuilder-XPath-0.14.tar.gz +OK +HTML-TreeBuilder-XPath-0.14/ +HTML-TreeBuilder-XPath-0.14/MANIFEST +HTML-TreeBuilder-XPath-0.14/lib/ +HTML-TreeBuilder-XPath-0.14/lib/HTML/ +HTML-TreeBuilder-XPath-0.14/lib/HTML/TreeBuilder/ +HTML-TreeBuilder-XPath-0.14/lib/HTML/TreeBuilder/XPath.pm +HTML-TreeBuilder-XPath-0.14/t/ +HTML-TreeBuilder-XPath-0.14/t/pod.t +HTML-TreeBuilder-XPath-0.14/t/test_following.t +HTML-TreeBuilder-XPath-0.14/t/pod_coverage.t +HTML-TreeBuilder-XPath-0.14/t/HTML-TreeBuilder-XPath.t +HTML-TreeBuilder-XPath-0.14/t/test_preceding.t +HTML-TreeBuilder-XPath-0.14/Makefile.PL +HTML-TreeBuilder-XPath-0.14/Changes +HTML-TreeBuilder-XPath-0.14/README +HTML-TreeBuilder-XPath-0.14/META.yml +HTML-TreeBuilder-XPath-0.14/META.json +Entering HTML-TreeBuilder-XPath-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring HTML-TreeBuilder-XPath-0.14 ... Warning: prerequisite HTML::TreeBuilder 0 not found. +Warning: prerequisite XML::XPathEngine 0.12 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTML::TreeBuilder::XPath +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XML::XPathEngine 0.12 ... No +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have HTML::TreeBuilder 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching XML::XPathEngine (0.12) on cpanmetadb ... +OK +==> Found dependencies: XML::XPathEngine, HTML::TreeBuilder +--2017-10-09 07:51:48-- http://cpanmetadb.plackperl.org/v1.0/package/XML::XPathEngine +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 449 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 80.7M=0s + +2017-10-09 07:51:48 (80.7 MB/s) - written to stdout [449/449] + +--> Working on XML::XPathEngine +Fetching http://www.cpan.org/authors/id/M/MI/MIROD/XML-XPathEngine-0.14.tar.gz ... --2017-10-09 07:51:48-- http://www.cpan.org/authors/id/M/MI/MIROD/XML-XPathEngine-0.14.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 26118 (26K) [application/x-gzip] +Saving to: ‘XML-XPathEngine-0.14.tar.gz’ + + 0K .......... .......... ..... 100% 31.3M=0.001s + +2017-10-09 07:51:48 (31.3 MB/s) - ‘XML-XPathEngine-0.14.tar.gz’ saved [26118/26118] + +Unpacking XML-XPathEngine-0.14.tar.gz +OK +XML-XPathEngine-0.14/ +XML-XPathEngine-0.14/MANIFEST +XML-XPathEngine-0.14/lib/ +XML-XPathEngine-0.14/lib/XML/ +XML-XPathEngine-0.14/lib/XML/XPathEngine.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/ +XML-XPathEngine-0.14/lib/XML/XPathEngine/NodeSet.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Step.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Root.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Variable.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Expr.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Function.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Number.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Boolean.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/LocationPath.pm +XML-XPathEngine-0.14/lib/XML/XPathEngine/Literal.pm +XML-XPathEngine-0.14/t/ +XML-XPathEngine-0.14/t/00-load.t +XML-XPathEngine-0.14/t/pod.t +XML-XPathEngine-0.14/t/minitree.pm +XML-XPathEngine-0.14/t/minidom.pm +XML-XPathEngine-0.14/t/pod-coverage.t +XML-XPathEngine-0.14/t/01_basic.t +XML-XPathEngine-0.14/Makefile.PL +XML-XPathEngine-0.14/Changes +XML-XPathEngine-0.14/README +XML-XPathEngine-0.14/META.yml +XML-XPathEngine-0.14/META.json +Entering XML-XPathEngine-0.14 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-XPathEngine-0.14 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::XPathEngine +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing XML-XPathEngine-0.14 ... cp lib/XML/XPathEngine.pm blib/lib/XML/XPathEngine.pm +cp lib/XML/XPathEngine/Number.pm blib/lib/XML/XPathEngine/Number.pm +cp lib/XML/XPathEngine/Variable.pm blib/lib/XML/XPathEngine/Variable.pm +cp lib/XML/XPathEngine/Root.pm blib/lib/XML/XPathEngine/Root.pm +cp lib/XML/XPathEngine/LocationPath.pm blib/lib/XML/XPathEngine/LocationPath.pm +cp lib/XML/XPathEngine/Literal.pm blib/lib/XML/XPathEngine/Literal.pm +cp lib/XML/XPathEngine/NodeSet.pm blib/lib/XML/XPathEngine/NodeSet.pm +cp lib/XML/XPathEngine/Step.pm blib/lib/XML/XPathEngine/Step.pm +cp lib/XML/XPathEngine/Expr.pm blib/lib/XML/XPathEngine/Expr.pm +cp lib/XML/XPathEngine/Boolean.pm blib/lib/XML/XPathEngine/Boolean.pm +cp lib/XML/XPathEngine/Function.pm blib/lib/XML/XPathEngine/Function.pm +Manifying 5 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing XML::XPathEngine 0.14, Perl 5.027005, /usr/bin/perl +t/00-load.t ....... ok +t/01_basic.t ...... ok +t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ........... ok +All tests successful. +Files=4, Tests=50, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.36 cusr 0.04 csys = 0.44 CPU) +Result: PASS +Manifying 5 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Step.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Number.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/LocationPath.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Variable.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/NodeSet.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Literal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Root.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Expr.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/XPathEngine/Function.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::XPathEngine.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::XPathEngine::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::XPathEngine::Number.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::XPathEngine::Literal.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::XPathEngine::NodeSet.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-XPathEngine-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-XPathEngine-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-XPathEngine-0.14/MYMETA.json +Searching HTML::TreeBuilder (0) on cpanmetadb ... +--2017-10-09 07:51:49-- http://cpanmetadb.plackperl.org/v1.0/package/HTML::TreeBuilder +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 212 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 41.7M=0s + +2017-10-09 07:51:49 (41.7 MB/s) - written to stdout [212/212] + +--> Working on HTML::TreeBuilder +Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/HTML-Tree-5.07.tar.gz ... --2017-10-09 07:51:49-- http://www.cpan.org/authors/id/K/KE/KENTNL/HTML-Tree-5.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 150477 (147K) [application/x-gzip] +Saving to: ‘HTML-Tree-5.07.tar.gz’ + + 0K .......... .......... .......... .......... .......... 34% 24.9M 0s + 50K .......... .......... .......... .......... .......... 68% 50.3M 0s + 100K .......... .......... .......... .......... ...... 100% 30.2M=0.004s + +2017-10-09 07:51:49 (32.2 MB/s) - ‘HTML-Tree-5.07.tar.gz’ saved [150477/150477] + +Unpacking HTML-Tree-5.07.tar.gz +OK +HTML-Tree-5.07 +HTML-Tree-5.07/TODO +HTML-Tree-5.07/README +HTML-Tree-5.07/Changes +HTML-Tree-5.07/LICENSE +HTML-Tree-5.07/Build.PL +HTML-Tree-5.07/MANIFEST +HTML-Tree-5.07/t +HTML-Tree-5.07/t/body.t +HTML-Tree-5.07/META.yml +HTML-Tree-5.07/t/parse.t +HTML-Tree-5.07/t/split.t +HTML-Tree-5.07/META.json +HTML-Tree-5.07/t/assubs.t +HTML-Tree-5.07/t/clonei.t +HTML-Tree-5.07/t/escape.t +HTML-Tree-5.07/t/comment.t +HTML-Tree-5.07/t/doctype.t +HTML-Tree-5.07/t/parents.t +HTML-Tree-5.07/t/refloop.t +HTML-Tree-5.07/t/unicode.t +HTML-Tree-5.07/bin +HTML-Tree-5.07/bin/htmltree +HTML-Tree-5.07/t/00system.t +HTML-Tree-5.07/t/building.t +HTML-Tree-5.07/t/children.t +HTML-Tree-5.07/t/leaktest.t +HTML-Tree-5.07/t/oldparse.t +HTML-Tree-5.07/t/sample.txt +HTML-Tree-5.07/t/subclass.t +HTML-Tree-5.07/t/parsefile.t +HTML-Tree-5.07/t/attributes.t +HTML-Tree-5.07/t/whitespace.t +HTML-Tree-5.07/inc +HTML-Tree-5.07/inc/My_Build.pm +HTML-Tree-5.07/t/oldparse.html +HTML-Tree-5.07/lib/HTML +HTML-Tree-5.07/lib/HTML/Tree.pm +HTML-Tree-5.07/lib/HTML/Parse.pm +HTML-Tree-5.07/t/tag-rendering.t +HTML-Tree-5.07/lib/HTML/AsSubs.pm +HTML-Tree-5.07/t/construct_tree.t +HTML-Tree-5.07/t/00-all_prereqs.t +HTML-Tree-5.07/lib/HTML/Element.pm +HTML-Tree-5.07/lib/HTML/TreeBuilder.pm +HTML-Tree-5.07/xt/release +HTML-Tree-5.07/xt/release/pod-syntax.t +HTML-Tree-5.07/xt/author +HTML-Tree-5.07/xt/author/zz_perlcritic.t +HTML-Tree-5.07/xt/release/pod-coverage.t +HTML-Tree-5.07/lib/HTML/Tree +HTML-Tree-5.07/lib/HTML/Tree/Scanning.pod +HTML-Tree-5.07/lib/HTML/Element +HTML-Tree-5.07/lib/HTML/Element/traverse.pm +HTML-Tree-5.07/lib/HTML/Tree/AboutTrees.pod +HTML-Tree-5.07/lib/HTML/Tree/AboutObjects.pod +Entering HTML-Tree-5.07 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring HTML-Tree-5.07 ... Checking prerequisites... + recommends: + * HTML::FormatText is not installed + + HTML::FormatText is only required if you want to use HTML::Element's + "format" method, which converts HTML to formatted plain text. + + If you install this module later, you do NOT need to reinstall HTML-Tree. + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'HTML-Tree' version '5.07' +Checking dependencies from MYMETA.json ... +Checking if you have HTML::Tagset 3.02 ... Yes (3.20) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have integer 0 ... Yes (1.01) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have HTML::Entities 0 ... Yes (3.69) +Checking if you have HTML::Parser 3.46 ... Yes (3.72) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +OK +Building and testing HTML-Tree-5.07 ... Building HTML-Tree +t/00-all_prereqs.t .. ok +t/00system.t ........ ok +t/assubs.t .......... ok +t/attributes.t ...... ok +t/body.t ............ ok +t/building.t ........ ok +t/children.t ........ ok +t/clonei.t .......... ok +t/comment.t ......... ok +t/construct_tree.t .. ok +t/doctype.t ......... ok +t/escape.t .......... ok +t/leaktest.t ........ ok +t/oldparse.t ........ ok +t/parents.t ......... ok +t/parse.t ........... ok +t/parsefile.t ....... ok +t/refloop.t ......... ok +t/split.t ........... ok +t/subclass.t ........ ok +t/tag-rendering.t ... ok +t/unicode.t ......... ok +t/whitespace.t ...... ok +All tests successful. +Files=23, Tests=989, 3 wallclock secs ( 0.18 usr 0.05 sys + 1.96 cusr 0.26 csys = 2.45 CPU) +Result: PASS +Building HTML-Tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/htmltree.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Parse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/TreeBuilder.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/AsSubs.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Tree.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Element/traverse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Tree/AboutTrees.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Tree/Scanning.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Tree/AboutObjects.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Tree.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Parse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Tree::AboutObjects.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Tree::AboutTrees.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Tree::Scanning.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::TreeBuilder.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::AsSubs.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Element::traverse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/htmltree +OK +Successfully installed HTML-Tree-5.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Tree-5.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Tree-5.07/MYMETA.json +Building and testing HTML-TreeBuilder-XPath-0.14 ... cp lib/HTML/TreeBuilder/XPath.pm blib/lib/HTML/TreeBuilder/XPath.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/HTML-TreeBuilder-XPath.t .. ok +t/pod.t ..................... ok +Test::Pod::Coverage 1.00 required for testing POD coverage at t/pod_coverage.t line 6. +t/pod_coverage.t ............ ok +t/test_following.t .......... ok +t/test_preceding.t .......... ok +All tests successful. +Files=5, Tests=81, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.47 cusr 0.03 csys = 0.55 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/TreeBuilder/XPath.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::TreeBuilder::XPath.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTML-TreeBuilder-XPath-0.14 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-TreeBuilder-XPath-0.14/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-TreeBuilder-XPath-0.14/MYMETA.json +Searching POE::Component::IRC (0) on cpanmetadb ... +--2017-10-09 07:51:54-- http://cpanmetadb.plackperl.org/v1.0/package/POE::Component::IRC +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1168 (1.1K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K . 100% 202M=0s + +2017-10-09 07:51:54 (202 MB/s) - written to stdout [1168/1168] + +Already tried POE-Component-IRC-6.90. Skipping. +Searching Task::Kensho::Config (0) on cpanmetadb ... +--2017-10-09 07:51:54-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::Config +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 109 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.9M=0s + +2017-10-09 07:51:54 (21.9 MB/s) - written to stdout [109/109] + +--> Working on Task::Kensho::Config +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Config-0.39.tar.gz ... --2017-10-09 07:51:54-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Config-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25371 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-Config-0.39.tar.gz’ + + 0K .......... .......... .... 100% 28.4M=0.001s + +2017-10-09 07:51:54 (28.4 MB/s) - ‘Task-Kensho-Config-0.39.tar.gz’ saved [25371/25371] + +Unpacking Task-Kensho-Config-0.39.tar.gz +OK +Task-Kensho-Config-0.39/ +Task-Kensho-Config-0.39/Build.PL +Task-Kensho-Config-0.39/Changes +Task-Kensho-Config-0.39/lib/ +Task-Kensho-Config-0.39/LICENSE +Task-Kensho-Config-0.39/Makefile.PL +Task-Kensho-Config-0.39/MANIFEST +Task-Kensho-Config-0.39/META.json +Task-Kensho-Config-0.39/META.yml +Task-Kensho-Config-0.39/README +Task-Kensho-Config-0.39/t/ +Task-Kensho-Config-0.39/xt/ +Task-Kensho-Config-0.39/xt/author/ +Task-Kensho-Config-0.39/xt/release/ +Task-Kensho-Config-0.39/xt/release/changes_has_content.t +Task-Kensho-Config-0.39/xt/release/cpan-changes.t +Task-Kensho-Config-0.39/xt/release/distmeta.t +Task-Kensho-Config-0.39/xt/release/minimum-version.t +Task-Kensho-Config-0.39/xt/release/portability.t +Task-Kensho-Config-0.39/xt/author/00-compile.t +Task-Kensho-Config-0.39/xt/author/clean-namespaces.t +Task-Kensho-Config-0.39/xt/author/eol.t +Task-Kensho-Config-0.39/xt/author/kwalitee.t +Task-Kensho-Config-0.39/xt/author/mojibake.t +Task-Kensho-Config-0.39/xt/author/no-tabs.t +Task-Kensho-Config-0.39/xt/author/pod-coverage.t +Task-Kensho-Config-0.39/xt/author/pod-spell.t +Task-Kensho-Config-0.39/xt/author/pod-syntax.t +Task-Kensho-Config-0.39/t/00-report-prereqs.dd +Task-Kensho-Config-0.39/t/00-report-prereqs.t +Task-Kensho-Config-0.39/lib/Task/ +Task-Kensho-Config-0.39/lib/Task/Kensho/ +Task-Kensho-Config-0.39/lib/Task/Kensho/Config.pm +Entering Task-Kensho-Config-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Config-0.39 ... Creating new 'Build' script for 'Task-Kensho-Config' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Config::General 0 ... No +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have Config::Any 0.13 ... Yes (0.32) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have JSON::MaybeXS 0 ... No +Searching Config::General (0) on cpanmetadb ... +OK +==> Found dependencies: Config::General, JSON::MaybeXS +--2017-10-09 07:51:55-- http://cpanmetadb.plackperl.org/v1.0/package/Config::General +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 174 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 12.4M=0s + +2017-10-09 07:51:55 (12.4 MB/s) - written to stdout [174/174] + +--> Working on Config::General +Fetching http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-2.63.tar.gz ... --2017-10-09 07:51:55-- http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-2.63.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 64700 (63K) [application/x-gzip] +Saving to: ‘Config-General-2.63.tar.gz’ + + 0K .......... .......... .......... .......... .......... 79% 33.8M 0s + 50K .......... ... 100% 286M=0.001s + +2017-10-09 07:51:55 (41.4 MB/s) - ‘Config-General-2.63.tar.gz’ saved [64700/64700] + +Unpacking Config-General-2.63.tar.gz +OK +Config-General-2.63/ +Config-General-2.63/README +Config-General-2.63/General.pm +Config-General-2.63/General/ +Config-General-2.63/t/ +Config-General-2.63/META.yml +Config-General-2.63/example.cfg +Config-General-2.63/Changelog +Config-General-2.63/Makefile.PL +Config-General-2.63/MANIFEST +Config-General-2.63/META.json +Config-General-2.63/t/cfg.58 +Config-General-2.63/t/complex.cfg +Config-General-2.63/t/apache-include-opt.conf +Config-General-2.63/t/cfg.17 +Config-General-2.63/t/cfg.20.a +Config-General-2.63/t/cfg.41 +Config-General-2.63/t/cfg.46 +Config-General-2.63/t/cfg.7 +Config-General-2.63/t/cfg.55 +Config-General-2.63/t/Tie/ +Config-General-2.63/t/cfg.51 +Config-General-2.63/t/cfg.3 +Config-General-2.63/t/apache-include.conf +Config-General-2.63/t/cfg.42 +Config-General-2.63/t/cfg.20.b +Config-General-2.63/t/complex/ +Config-General-2.63/t/cfg.45 +Config-General-2.63/t/notincluded.conf.not +Config-General-2.63/t/cfg.19 +Config-General-2.63/t/cfg.4 +Config-General-2.63/t/cfg.6 +Config-General-2.63/t/cfg.40 +Config-General-2.63/t/utf8_bom/ +Config-General-2.63/t/cfg.16 +Config-General-2.63/t/dual-include.conf +Config-General-2.63/t/cfg.5 +Config-General-2.63/t/test.rc +Config-General-2.63/t/cfg.39 +Config-General-2.63/t/cfg.16a +Config-General-2.63/t/run.t +Config-General-2.63/t/cfg.20.c +Config-General-2.63/t/cfg.43 +Config-General-2.63/t/cfg.34 +Config-General-2.63/t/sub1/ +Config-General-2.63/t/cfg.8 +Config-General-2.63/t/cfg.2 +Config-General-2.63/t/included.conf +Config-General-2.63/t/sub1/cfg.sub1e +Config-General-2.63/t/sub1/sub2/ +Config-General-2.63/t/sub1/cfg.sub1b +Config-General-2.63/t/sub1/cfg.sub1c +Config-General-2.63/t/sub1/cfg.sub1 +Config-General-2.63/t/sub1/cfg.sub1d +Config-General-2.63/t/sub1/sub2/cfg.sub2b +Config-General-2.63/t/sub1/sub2/sub3/ +Config-General-2.63/t/sub1/sub2/cfg.sub2 +Config-General-2.63/t/sub1/sub2/sub3/cfg.sub3 +Config-General-2.63/t/utf8_bom/foo.cfg +Config-General-2.63/t/utf8_bom/bar.cfg +Config-General-2.63/t/complex/n1.cfg +Config-General-2.63/t/complex/n2.cfg +Config-General-2.63/t/Tie/README +Config-General-2.63/t/Tie/IxHash.pm +Config-General-2.63/General/Interpolated.pm +Config-General-2.63/General/Extended.pm +Entering Config-General-2.63 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Config-General-2.63 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::General +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec::Functions 3.27 ... Yes (3.68) +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have FileHandle 0 ... Yes (2.03) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Config-General-2.63 ... cp General/Extended.pm blib/lib/Config/General/Extended.pm +cp General/Interpolated.pm blib/lib/Config/General/Interpolated.pm +cp General.pm blib/lib/Config/General.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/run.t .. ok +All tests successful. +Files=1, Tests=78, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.18 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/General.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/General/Interpolated.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/General/Extended.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::General::Extended.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::General.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::General::Interpolated.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Config-General-2.63 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-General-2.63/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-General-2.63/MYMETA.json +Already tried JSON::MaybeXS. Skipping. +! Installing the dependencies failed: Module 'JSON::MaybeXS' is not installed +! Bailing out the installation for Task-Kensho-Config-0.39. +Searching Parse::RecDescent (0) on cpanmetadb ... +--2017-10-09 07:51:56-- http://cpanmetadb.plackperl.org/v1.0/package/Parse::RecDescent +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 805 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 116M=0s + +2017-10-09 07:51:56 (116 MB/s) - written to stdout [805/805] + +--> Working on Parse::RecDescent +Fetching http://www.cpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz ... --2017-10-09 07:51:56-- http://www.cpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 176996 (173K) [application/x-gzip] +Saving to: ‘Parse-RecDescent-1.967015.tar.gz’ + + 0K .......... .......... .......... .......... .......... 28% 24.9M 0s + 50K .......... .......... .......... .......... .......... 57% 53.2M 0s + 100K .......... .......... .......... .......... .......... 86% 23.4M 0s + 150K .......... .......... .. 100% 38.7M=0.006s + +2017-10-09 07:51:56 (30.5 MB/s) - ‘Parse-RecDescent-1.967015.tar.gz’ saved [176996/176996] + +Unpacking Parse-RecDescent-1.967015.tar.gz +OK +Parse-RecDescent-1.967015/ +Parse-RecDescent-1.967015/Changes +Parse-RecDescent-1.967015/demo/ +Parse-RecDescent-1.967015/demo/demo_dot.pl +Parse-RecDescent-1.967015/demo/demo_LaTeXish.pl +Parse-RecDescent-1.967015/demo/demo_parsetree.pl +Parse-RecDescent-1.967015/demo/demo_separators.pl +Parse-RecDescent-1.967015/demo/demo_metaRD.pm +Parse-RecDescent-1.967015/demo/demo_restructure_easy.pl +Parse-RecDescent-1.967015/demo/demo_OOautoparsetree.pl +Parse-RecDescent-1.967015/demo/demo_logic.pl +Parse-RecDescent-1.967015/demo/demo_selfmod.pl +Parse-RecDescent-1.967015/demo/demo_undumper.pl +Parse-RecDescent-1.967015/demo/demo_quicklist.pl +Parse-RecDescent-1.967015/demo/demo_mccoy.pl +Parse-RecDescent-1.967015/demo/demo_autoscoresep.pl +Parse-RecDescent-1.967015/demo/demo.pl +Parse-RecDescent-1.967015/demo/demo_lisplike.pl +Parse-RecDescent-1.967015/demo/demo_derived.pl +Parse-RecDescent-1.967015/demo/demo_skipcomment.pl +Parse-RecDescent-1.967015/demo/demo_buildcalc.pl +Parse-RecDescent-1.967015/demo/demo_recipe.pl +Parse-RecDescent-1.967015/demo/demo_piecewise.pl +Parse-RecDescent-1.967015/demo/demo_simplequery.pl +Parse-RecDescent-1.967015/demo/demo_language.pl +Parse-RecDescent-1.967015/demo/demo_PerlCSV.pl +Parse-RecDescent-1.967015/demo/demo_implicit.pl +Parse-RecDescent-1.967015/demo/demo_decomment.pl +Parse-RecDescent-1.967015/demo/demo_autostub.pl +Parse-RecDescent-1.967015/demo/demo_eval.pl +Parse-RecDescent-1.967015/demo/demo_LaTeXish_autoact.pl +Parse-RecDescent-1.967015/demo/demo_perlparsing.pl +Parse-RecDescent-1.967015/demo/demo_leftop.pl +Parse-RecDescent-1.967015/demo/demo_NL2SQL.pl +Parse-RecDescent-1.967015/demo/demo_decomment_nonlocal.pl +Parse-RecDescent-1.967015/demo/demo_precalc.pl +Parse-RecDescent-1.967015/demo/demo_cpp.pl +Parse-RecDescent-1.967015/demo/demo_simple.pl +Parse-RecDescent-1.967015/demo/demo_matchrule2.pl +Parse-RecDescent-1.967015/demo/demo_embedding.pl +Parse-RecDescent-1.967015/demo/demo_errors.pl +Parse-RecDescent-1.967015/demo/demo_delete.pl +Parse-RecDescent-1.967015/demo/demo.c +Parse-RecDescent-1.967015/demo/demo_another_Cgrammar.pl +Parse-RecDescent-1.967015/demo/demo_whoson.pl +Parse-RecDescent-1.967015/demo/demo_tokens.pl +Parse-RecDescent-1.967015/demo/demo_codeblock.pl +Parse-RecDescent-1.967015/demo/demo_textgen.pl +Parse-RecDescent-1.967015/demo/demo_Cgrammar_v2.pl +Parse-RecDescent-1.967015/demo/demo_methods.pl +Parse-RecDescent-1.967015/demo/demo_Cgrammar.pl +Parse-RecDescent-1.967015/demo/demo_simpleXML.pl +Parse-RecDescent-1.967015/demo/demo_street.pl +Parse-RecDescent-1.967015/demo/demo_bad.pl +Parse-RecDescent-1.967015/demo/demo_opreps.pl +Parse-RecDescent-1.967015/demo/demo_arithmetic.pl +Parse-RecDescent-1.967015/demo/demo_restructure_painful.pl +Parse-RecDescent-1.967015/demo/demo_itemhash.pl +Parse-RecDescent-1.967015/demo/demo_autorule.pl +Parse-RecDescent-1.967015/demo/demo_calc.pl +Parse-RecDescent-1.967015/demo/demo_scoredsep.pl +Parse-RecDescent-1.967015/demo/demo_operator.pl +Parse-RecDescent-1.967015/demo/demo_leftassoc.pl +Parse-RecDescent-1.967015/demo/demo_template.pl +Parse-RecDescent-1.967015/demo/demo_randomsentence.pl +Parse-RecDescent-1.967015/demo/demo_lexer.pl +Parse-RecDescent-1.967015/demo/demo_matchrule.pl +Parse-RecDescent-1.967015/demo/demo_OOparsetree.pl +Parse-RecDescent-1.967015/Makefile.PL +Parse-RecDescent-1.967015/MANIFEST +Parse-RecDescent-1.967015/lib/ +Parse-RecDescent-1.967015/lib/Parse/ +Parse-RecDescent-1.967015/lib/Parse/RecDescent.pm +Parse-RecDescent-1.967015/README +Parse-RecDescent-1.967015/Build.PL +Parse-RecDescent-1.967015/META.json +Parse-RecDescent-1.967015/tutorial/ +Parse-RecDescent-1.967015/tutorial/TPJ_maze.gif +Parse-RecDescent-1.967015/tutorial/TPJ-yacc-proc.gif +Parse-RecDescent-1.967015/tutorial/TPJ_tree.gif +Parse-RecDescent-1.967015/tutorial/TPJ-PRD-proc.gif +Parse-RecDescent-1.967015/tutorial/tutorial.html +Parse-RecDescent-1.967015/t/ +Parse-RecDescent-1.967015/t/00.load.t +Parse-RecDescent-1.967015/t/reproducible.t +Parse-RecDescent-1.967015/t/reentry.t +Parse-RecDescent-1.967015/t/precompile.t +Parse-RecDescent-1.967015/t/skip.t +Parse-RecDescent-1.967015/t/separated_repetition.t +Parse-RecDescent-1.967015/t/pod.t +Parse-RecDescent-1.967015/t/leftop_cap.t +Parse-RecDescent-1.967015/t/text.t +Parse-RecDescent-1.967015/t/util.pl +Parse-RecDescent-1.967015/t/01.basics.t +Parse-RecDescent-1.967015/t/autotree.t +Parse-RecDescent-1.967015/t/re_capture_return.t +Parse-RecDescent-1.967015/t/skip_dynamic.t +Parse-RecDescent-1.967015/META.yml +Parse-RecDescent-1.967015/ToDo +Entering Parse-RecDescent-1.967015 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Build.PL +Configuring Parse-RecDescent-1.967015 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Parse-RecDescent' version '1.967015' +Checking dependencies from MYMETA.json ... +Checking if you have Text::Balanced 1.95 ... Yes (2.03) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Parse-RecDescent-1.967015 ... Building Parse-RecDescent +# Testing Parse::RecDescent 1.967015 +t/00.load.t ............... ok +t/01.basics.t ............. ok +t/autotree.t .............. ok +t/leftop_cap.t ............ ok +t/pod.t ................... ok +t/precompile.t ............ ok +t/re_capture_return.t ..... ok +t/reentry.t ............... ok +t/reproducible.t .......... ok +t/separated_repetition.t .. ok +t/skip.t .................. ok +t/skip_dynamic.t .......... ok +t/text.t .................. ok +All tests successful. +Files=13, Tests=139, 2 wallclock secs ( 0.05 usr 0.04 sys + 2.03 cusr 0.19 csys = 2.31 CPU) +Result: PASS +Building Parse-RecDescent +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Parse/RecDescent.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Parse::RecDescent.3 +OK +Successfully installed Parse-RecDescent-1.967015 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Parse-RecDescent-1.967015/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Parse-RecDescent-1.967015/MYMETA.json +Searching Try::Tiny::ByClass (0) on cpanmetadb ... +--2017-10-09 07:51:59-- http://cpanmetadb.plackperl.org/v1.0/package/Try::Tiny::ByClass +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 105 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.6M=0s + +2017-10-09 07:51:59 (23.6 MB/s) - written to stdout [105/105] + +--> Working on Try::Tiny::ByClass +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Try-Tiny-ByClass-0.01.tar.gz ... --2017-10-09 07:51:59-- http://www.cpan.org/authors/id/M/MA/MAUKE/Try-Tiny-ByClass-0.01.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3514 (3.4K) [application/x-gzip] +Saving to: ‘Try-Tiny-ByClass-0.01.tar.gz’ + + 0K ... 100% 307M=0s + +2017-10-09 07:51:59 (307 MB/s) - ‘Try-Tiny-ByClass-0.01.tar.gz’ saved [3514/3514] + +Unpacking Try-Tiny-ByClass-0.01.tar.gz +OK +Try-Tiny-ByClass-0.01/ +Try-Tiny-ByClass-0.01/README +Try-Tiny-ByClass-0.01/META.json +Try-Tiny-ByClass-0.01/MANIFEST +Try-Tiny-ByClass-0.01/Changes +Try-Tiny-ByClass-0.01/lib/ +Try-Tiny-ByClass-0.01/lib/Try/ +Try-Tiny-ByClass-0.01/lib/Try/Tiny/ +Try-Tiny-ByClass-0.01/lib/Try/Tiny/ByClass.pm +Try-Tiny-ByClass-0.01/META.yml +Try-Tiny-ByClass-0.01/Makefile.PL +Try-Tiny-ByClass-0.01/t/ +Try-Tiny-ByClass-0.01/t/basic.t +Try-Tiny-ByClass-0.01/t/00-load.t +Entering Try-Tiny-ByClass-0.01 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Try-Tiny-ByClass-0.01 ... Warning: prerequisite Dispatch::Class 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Try::Tiny::ByClass +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Dispatch::Class 0 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Searching Dispatch::Class (0) on cpanmetadb ... +OK +==> Found dependencies: Dispatch::Class +--2017-10-09 07:52:00-- http://cpanmetadb.plackperl.org/v1.0/package/Dispatch::Class +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.0M=0s + +2017-10-09 07:52:00 (21.0 MB/s) - written to stdout [100/100] + +--> Working on Dispatch::Class +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Dispatch-Class-0.02.tar.gz ... --2017-10-09 07:52:00-- http://www.cpan.org/authors/id/M/MA/MAUKE/Dispatch-Class-0.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4877 (4.8K) [application/x-gzip] +Saving to: ‘Dispatch-Class-0.02.tar.gz’ + + 0K .... 100% 445M=0s + +2017-10-09 07:52:00 (445 MB/s) - ‘Dispatch-Class-0.02.tar.gz’ saved [4877/4877] + +Unpacking Dispatch-Class-0.02.tar.gz +OK +Dispatch-Class-0.02/ +Dispatch-Class-0.02/README +Dispatch-Class-0.02/Changes +Dispatch-Class-0.02/lib/ +Dispatch-Class-0.02/lib/Dispatch/ +Dispatch-Class-0.02/lib/Dispatch/Class.pm +Dispatch-Class-0.02/META.yml +Dispatch-Class-0.02/META.json +Dispatch-Class-0.02/Makefile.PL +Dispatch-Class-0.02/MANIFEST +Dispatch-Class-0.02/t/ +Dispatch-Class-0.02/t/00-load.t +Dispatch-Class-0.02/t/basic.t +Entering Dispatch-Class-0.02 +Checking configure dependencies from META.json +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Dispatch-Class-0.02 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dispatch::Class +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Exporter::Tiny 0.038 ... Yes (1.000000) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +OK +Building and testing Dispatch-Class-0.02 ... cp lib/Dispatch/Class.pm blib/lib/Dispatch/Class.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Dispatch::Class 0.02, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .. ok +t/basic.t .... ok +All tests successful. +Files=2, Tests=18, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.11 cusr 0.01 csys = 0.15 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Dispatch/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Dispatch::Class.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Dispatch-Class-0.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dispatch-Class-0.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Dispatch-Class-0.02/MYMETA.json +Building and testing Try-Tiny-ByClass-0.01 ... cp lib/Try/Tiny/ByClass.pm blib/lib/Try/Tiny/ByClass.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Try::Tiny::ByClass 0.01, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .. ok +t/basic.t .... ok +All tests successful. +Files=2, Tests=20, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.13 cusr 0.00 csys = 0.16 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Try/Tiny/ByClass.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Try::Tiny::ByClass.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Try-Tiny-ByClass-0.01 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Try-Tiny-ByClass-0.01/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Try-Tiny-ByClass-0.01/MYMETA.json +Already tried Config::General. Skipping. +Searching Task::Kensho::Async (0) on cpanmetadb ... +--2017-10-09 07:52:02-- http://cpanmetadb.plackperl.org/v1.0/package/Task::Kensho::Async +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 15.3M=0s + +2017-10-09 07:52:02 (15.3 MB/s) - written to stdout [107/107] + +--> Working on Task::Kensho::Async +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Async-0.39.tar.gz ... --2017-10-09 07:52:02-- http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Async-0.39.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 25222 (25K) [application/x-gzip] +Saving to: ‘Task-Kensho-Async-0.39.tar.gz’ + + 0K .......... .......... .... 100% 26.9M=0.001s + +2017-10-09 07:52:02 (26.9 MB/s) - ‘Task-Kensho-Async-0.39.tar.gz’ saved [25222/25222] + +Unpacking Task-Kensho-Async-0.39.tar.gz +OK +Task-Kensho-Async-0.39/ +Task-Kensho-Async-0.39/Build.PL +Task-Kensho-Async-0.39/Changes +Task-Kensho-Async-0.39/lib/ +Task-Kensho-Async-0.39/LICENSE +Task-Kensho-Async-0.39/Makefile.PL +Task-Kensho-Async-0.39/MANIFEST +Task-Kensho-Async-0.39/META.json +Task-Kensho-Async-0.39/META.yml +Task-Kensho-Async-0.39/README +Task-Kensho-Async-0.39/t/ +Task-Kensho-Async-0.39/xt/ +Task-Kensho-Async-0.39/xt/author/ +Task-Kensho-Async-0.39/xt/release/ +Task-Kensho-Async-0.39/xt/release/changes_has_content.t +Task-Kensho-Async-0.39/xt/release/cpan-changes.t +Task-Kensho-Async-0.39/xt/release/distmeta.t +Task-Kensho-Async-0.39/xt/release/minimum-version.t +Task-Kensho-Async-0.39/xt/release/portability.t +Task-Kensho-Async-0.39/xt/author/00-compile.t +Task-Kensho-Async-0.39/xt/author/clean-namespaces.t +Task-Kensho-Async-0.39/xt/author/eol.t +Task-Kensho-Async-0.39/xt/author/kwalitee.t +Task-Kensho-Async-0.39/xt/author/mojibake.t +Task-Kensho-Async-0.39/xt/author/no-tabs.t +Task-Kensho-Async-0.39/xt/author/pod-coverage.t +Task-Kensho-Async-0.39/xt/author/pod-spell.t +Task-Kensho-Async-0.39/xt/author/pod-syntax.t +Task-Kensho-Async-0.39/t/00-report-prereqs.dd +Task-Kensho-Async-0.39/t/00-report-prereqs.t +Task-Kensho-Async-0.39/lib/Task/ +Task-Kensho-Async-0.39/lib/Task/Kensho/ +Task-Kensho-Async-0.39/lib/Task/Kensho/Async.pm +Entering Task-Kensho-Async-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Async-0.39 ... Creating new 'Build' script for 'Task-Kensho-Async' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Metadata 1.000023 ... Yes (1.000033) +Checking if you have POE 1.311 ... Yes (1.367) +Checking if you have IO::Async 0 ... Yes (0.71) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +OK +Building and testing Task-Kensho-Async-0.39 ... cp lib/Task/Kensho/Async.pm blib/lib/Task/Kensho/Async.pm +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ----- ----- +# Module::Build::Tiny 0.034 0.039 +# +# === Test Requires === +# +# Module Want Have +# ---------------- ---- -------- +# File::Spec any 3.68 +# Module::Metadata any 1.000033 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------- ---- ----- +# IO::Async any 0.71 +# POE any 1.367 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +All tests successful. +Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.19 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Task/Kensho/Async.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Task::Kensho::Async.3 +OK +Successfully installed Task-Kensho-Async-0.39 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Kensho-Async-0.39/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Kensho-Async-0.39/MYMETA.json +Searching Net::Dict (0) on cpanmetadb ... +--2017-10-09 07:52:03-- http://cpanmetadb.plackperl.org/v1.0/package/Net::Dict +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 88 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.7M=0s + +2017-10-09 07:52:03 (18.7 MB/s) - written to stdout [88/88] + +--> Working on Net::Dict +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Net-Dict-2.21.tar.gz ... --2017-10-09 07:52:03-- http://www.cpan.org/authors/id/N/NE/NEILB/Net-Dict-2.21.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 36388 (36K) [application/x-gzip] +Saving to: ‘Net-Dict-2.21.tar.gz’ + + 0K .......... .......... .......... ..... 100% 22.3M=0.002s + +2017-10-09 07:52:03 (22.3 MB/s) - ‘Net-Dict-2.21.tar.gz’ saved [36388/36388] + +Unpacking Net-Dict-2.21.tar.gz +OK +Net-Dict-2.21/ +Net-Dict-2.21/Changes +Net-Dict-2.21/dict +Net-Dict-2.21/examples/ +Net-Dict-2.21/lib/ +Net-Dict-2.21/Makefile.PL +Net-Dict-2.21/MANIFEST +Net-Dict-2.21/META.json +Net-Dict-2.21/META.yml +Net-Dict-2.21/README +Net-Dict-2.21/t/ +Net-Dict-2.21/tkdict +Net-Dict-2.21/TODO.md +Net-Dict-2.21/t/01-require.t +Net-Dict-2.21/t/auth.test +Net-Dict-2.21/t/connection.t +Net-Dict-2.21/t/database.t +Net-Dict-2.21/t/define.t +Net-Dict-2.21/t/lib/ +Net-Dict-2.21/t/match.t +Net-Dict-2.21/t/lib/Net/ +Net-Dict-2.21/t/lib/Net/Dict/ +Net-Dict-2.21/t/lib/Net/Dict/TestConfig.pm +Net-Dict-2.21/lib/Net/ +Net-Dict-2.21/lib/Net/Dict.pm +Net-Dict-2.21/lib/Net/Dict.pod +Net-Dict-2.21/examples/portuguese.pl +Net-Dict-2.21/examples/simple.pl +Entering Net-Dict-2.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Net-Dict-2.21 ... Warning: prerequisite AppConfig::Std 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Net::Dict +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Differences 0.64 ... Yes (0.64) +Checking if you have IO::Socket 1.31 ... Yes (1.38) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::RequiresInternet 0.05 ... Yes (0.05) +Checking if you have AppConfig::Std 0 ... No +Checking if you have Net::Cmd 0 ... Yes (3.10) +Checking if you have Carp 1.26 ... Yes (1.43) +Searching AppConfig::Std (0) on cpanmetadb ... +OK +==> Found dependencies: AppConfig::Std +--2017-10-09 07:52:03-- http://cpanmetadb.plackperl.org/v1.0/package/AppConfig::Std +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 98 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.6M=0s + +2017-10-09 07:52:04 (19.6 MB/s) - written to stdout [98/98] + +--> Working on AppConfig::Std +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-Std-1.10.tar.gz ... --2017-10-09 07:52:04-- http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-Std-1.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 13791 (13K) [application/x-gzip] +Saving to: ‘AppConfig-Std-1.10.tar.gz’ + + 0K .......... ... 100% 20.5M=0.001s + +2017-10-09 07:52:04 (20.5 MB/s) - ‘AppConfig-Std-1.10.tar.gz’ saved [13791/13791] + +Unpacking AppConfig-Std-1.10.tar.gz +OK +AppConfig-Std-1.10/ +AppConfig-Std-1.10/Changes +AppConfig-Std-1.10/dist.ini +AppConfig-Std-1.10/lib/ +AppConfig-Std-1.10/LICENSE +AppConfig-Std-1.10/Makefile.PL +AppConfig-Std-1.10/MANIFEST +AppConfig-Std-1.10/META.json +AppConfig-Std-1.10/META.yml +AppConfig-Std-1.10/README +AppConfig-Std-1.10/t/ +AppConfig-Std-1.10/t/basic.t +AppConfig-Std-1.10/t/getopt.t +AppConfig-Std-1.10/t/getscript.pl +AppConfig-Std-1.10/t/testscript.pl +AppConfig-Std-1.10/lib/AppConfig/ +AppConfig-Std-1.10/lib/AppConfig/Std.pm +Entering AppConfig-Std-1.10 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring AppConfig-Std-1.10 ... Warning: prerequisite AppConfig 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for AppConfig::Std +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have AppConfig 0 ... No +Searching AppConfig (0) on cpanmetadb ... +OK +==> Found dependencies: AppConfig +--2017-10-09 07:52:04-- http://cpanmetadb.plackperl.org/v1.0/package/AppConfig +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 234 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 46.1M=0s + +2017-10-09 07:52:04 (46.1 MB/s) - written to stdout [234/234] + +--> Working on AppConfig +Fetching http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ... --2017-10-09 07:52:04-- http://www.cpan.org/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 56739 (55K) [application/x-gzip] +Saving to: ‘AppConfig-1.71.tar.gz’ + + 0K .......... .......... .......... .......... .......... 90% 25.6M 0s + 50K ..... 100% 10317G=0.002s + +2017-10-09 07:52:04 (28.3 MB/s) - ‘AppConfig-1.71.tar.gz’ saved [56739/56739] + +Unpacking AppConfig-1.71.tar.gz +OK +AppConfig-1.71/ +AppConfig-1.71/Changes +AppConfig-1.71/lib/ +AppConfig-1.71/LICENSE +AppConfig-1.71/Makefile.PL +AppConfig-1.71/MANIFEST +AppConfig-1.71/META.json +AppConfig-1.71/META.yml +AppConfig-1.71/README +AppConfig-1.71/t/ +AppConfig-1.71/TODO +AppConfig-1.71/t/97-pod.t +AppConfig-1.71/t/99_author.t +AppConfig-1.71/t/appconfig.t +AppConfig-1.71/t/args.t +AppConfig-1.71/t/block.t +AppConfig-1.71/t/cgi.t +AppConfig-1.71/t/compact.t +AppConfig-1.71/t/const.t +AppConfig-1.71/t/default.t +AppConfig-1.71/t/file.t +AppConfig-1.71/t/flag.t +AppConfig-1.71/t/getopt.t +AppConfig-1.71/t/multi.t +AppConfig-1.71/t/novars.t +AppConfig-1.71/t/state.t +AppConfig-1.71/t/sys.t +AppConfig-1.71/lib/AppConfig/ +AppConfig-1.71/lib/AppConfig.pm +AppConfig-1.71/lib/AppConfig/Args.pm +AppConfig-1.71/lib/AppConfig/CGI.pm +AppConfig-1.71/lib/AppConfig/File.pm +AppConfig-1.71/lib/AppConfig/Getopt.pm +AppConfig-1.71/lib/AppConfig/State.pm +AppConfig-1.71/lib/AppConfig/Sys.pm +Entering AppConfig-1.71 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring AppConfig-1.71 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for AppConfig +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Pod 1.0 ... Yes (1.51) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing AppConfig-1.71 ... cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm +cp lib/AppConfig.pm blib/lib/AppConfig.pm +cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm +cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm +cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm +cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm +cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm +Manifying 7 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/97-pod.t ..... skipped: Author tests not required for installation +t/99_author.t .. skipped: Author tests not required for installation +t/appconfig.t .. ok +t/args.t ....... ok +t/block.t ...... ok +t/cgi.t ........ ok +t/compact.t .... ok +t/const.t ...... ok +t/default.t .... ok +t/file.t ....... ok +t/flag.t ....... ok +t/getopt.t ..... ok +t/multi.t ...... ok +t/novars.t ..... ok +t/state.t ...... ok +t/sys.t ........ ok +All tests successful. +Files=16, Tests=253, 0 wallclock secs ( 0.07 usr 0.02 sys + 0.60 cusr 0.07 csys = 0.76 CPU) +Result: PASS +Manifying 7 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/Args.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/CGI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/Sys.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/File.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/State.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/Getopt.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::File.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::CGI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::Sys.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::Getopt.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::Args.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::State.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed AppConfig-1.71 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/AppConfig-1.71/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/AppConfig-1.71/MYMETA.json +Building and testing AppConfig-Std-1.10 ... cp lib/AppConfig/Std.pm blib/lib/AppConfig/Std.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/basic.t ... ok +t/getopt.t .. ok +All tests successful. +Files=2, Tests=26, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.45 cusr 0.06 csys = 0.54 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/AppConfig/Std.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/AppConfig::Std.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed AppConfig-Std-1.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/AppConfig-Std-1.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/AppConfig-Std-1.10/MYMETA.json +Building and testing Net-Dict-2.21 ... cp lib/Net/Dict.pod blib/lib/Net/Dict.pod +cp lib/Net/Dict.pm blib/lib/Net/Dict.pm +cp dict blib/script/dict +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dict +cp tkdict blib/script/tkdict +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tkdict +Manifying 2 pod documents +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01-require.t .. ok +t/connection.t .. ok +t/database.t .... ok +t/define.t ...... ok +t/match.t ....... ok +All tests successful. +Files=5, Tests=62, 6 wallclock secs ( 0.03 usr 0.02 sys + 0.41 cusr 0.08 csys = 0.54 CPU) +Result: PASS +Manifying 2 pod documents +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/Dict.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Net/Dict.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/dict.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/tkdict.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Net::Dict.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/tkdict +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/dict +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Net-Dict-2.21 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-Dict-2.21/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Net-Dict-2.21/MYMETA.json +Already tried indirect. Skipping. +Searching Mojo::DOM::CSS (0) on cpanmetadb ... +--2017-10-09 07:52:14-- http://cpanmetadb.plackperl.org/v1.0/package/Mojo::DOM::CSS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3477 (3.4K) [text/yaml] +Saving to: ‘STDOUT’ + + 0K ... 100% 472M=0s + +2017-10-09 07:52:14 (472 MB/s) - written to stdout [3477/3477] + +Already tried Mojolicious-7.46. Skipping. +Searching Rand::MersenneTwister (0) on cpanmetadb ... +--2017-10-09 07:52:14-- http://cpanmetadb.plackperl.org/v1.0/package/Rand::MersenneTwister +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.1M=0s + +2017-10-09 07:52:14 (19.1 MB/s) - written to stdout [106/106] + +--> Working on Rand::MersenneTwister +Fetching http://www.cpan.org/authors/id/J/JE/JESUS/MersenneTwister-1.0.1.tar.gz ... --2017-10-09 07:52:14-- http://www.cpan.org/authors/id/J/JE/JESUS/MersenneTwister-1.0.1.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3938 (3.8K) [application/x-gzip] +Saving to: ‘MersenneTwister-1.0.1.tar.gz’ + + 0K ... 100% 489M=0s + +2017-10-09 07:52:14 (489 MB/s) - ‘MersenneTwister-1.0.1.tar.gz’ saved [3938/3938] + +Unpacking MersenneTwister-1.0.1.tar.gz +OK +MersenneTwister-1.0.1/ +MersenneTwister-1.0.1/t/ +MersenneTwister-1.0.1/t/reseed.t +MersenneTwister-1.0.1/ChangeLog +MersenneTwister-1.0.1/Makefile.PL +MersenneTwister-1.0.1/MersenneTwister.pm +MersenneTwister-1.0.1/MersenneTwister.xs +MersenneTwister-1.0.1/README +MersenneTwister-1.0.1/typemap +Entering MersenneTwister-1.0.1 +META.yml/json not found. Creating skeleton for it. +Running Makefile.PL +Configuring MersenneTwister-1.0.1 ... Generating a Unix-style Makefile +Writing Makefile for Rand::MersenneTwister +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Rand-MersenneTwister-v1.0.1 ... cp MersenneTwister.pm blib/lib/Rand/MersenneTwister.pm +AutoSplitting blib/lib/Rand/MersenneTwister.pm (blib/lib/auto/Rand/MersenneTwister) +Running Mkbootstrap for MersenneTwister () +chmod 644 "MersenneTwister.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- MersenneTwister.bs blib/arch/auto/Rand/MersenneTwister/MersenneTwister.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/MersenneTwister-1.0.1/typemap' MersenneTwister.xs > MersenneTwister.xsc +mv MersenneTwister.xsc MersenneTwister.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0.1\" -DXS_VERSION=\"1.0.1\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" MersenneTwister.c +rm -f blib/arch/auto/Rand/MersenneTwister/MersenneTwister.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong MersenneTwister.o -o blib/arch/auto/Rand/MersenneTwister/MersenneTwister.so \ + \ + +chmod 755 blib/arch/auto/Rand/MersenneTwister/MersenneTwister.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- MersenneTwister.bs blib/arch/auto/Rand/MersenneTwister/MersenneTwister.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/reseed.t .. ok +All tests successful. +Files=1, Tests=10, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.03 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- MersenneTwister.bs blib/arch/auto/Rand/MersenneTwister/MersenneTwister.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Rand/MersenneTwister/MersenneTwister.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Rand/MersenneTwister/autosplit.ix +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Rand/MersenneTwister.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Rand::MersenneTwister.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Rand-MersenneTwister-v1.0.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MersenneTwister-1.0.1/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/MersenneTwister-1.0.1/MYMETA.json +Searching XML::RSS::Parser (0) on cpanmetadb ... +--2017-10-09 07:52:15-- http://cpanmetadb.plackperl.org/v1.0/package/XML::RSS::Parser +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 163 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 10.6M=0s + +2017-10-09 07:52:15 (10.6 MB/s) - written to stdout [163/163] + +--> Working on XML::RSS::Parser +Fetching http://www.cpan.org/authors/id/T/TI/TIMA/XML-RSS-Parser-4.0.tar.gz ... --2017-10-09 07:52:15-- http://www.cpan.org/authors/id/T/TI/TIMA/XML-RSS-Parser-4.0.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 12744 (12K) [application/x-gzip] +Saving to: ‘XML-RSS-Parser-4.0.tar.gz’ + + 0K .......... .. 100% 126M=0s + +2017-10-09 07:52:15 (126 MB/s) - ‘XML-RSS-Parser-4.0.tar.gz’ saved [12744/12744] + +Unpacking XML-RSS-Parser-4.0.tar.gz +OK +XML-RSS-Parser-4/ +XML-RSS-Parser-4/Changes +XML-RSS-Parser-4/lib/ +XML-RSS-Parser-4/lib/XML/ +XML-RSS-Parser-4/lib/XML/RSS/ +XML-RSS-Parser-4/lib/XML/RSS/Parser/ +XML-RSS-Parser-4/lib/XML/RSS/Parser/Characters.pm +XML-RSS-Parser-4/lib/XML/RSS/Parser/Element.pm +XML-RSS-Parser-4/lib/XML/RSS/Parser/Feed.pm +XML-RSS-Parser-4/lib/XML/RSS/Parser/Util.pm +XML-RSS-Parser-4/lib/XML/RSS/Parser.pm +XML-RSS-Parser-4/Makefile.PL +XML-RSS-Parser-4/MANIFEST +XML-RSS-Parser-4/META.yml +XML-RSS-Parser-4/README +XML-RSS-Parser-4/t/ +XML-RSS-Parser-4/t/00-main.t +Entering XML-RSS-Parser-4 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring XML-RSS-Parser-4 ... Warning: prerequisite Class::ErrorHandler 0 not found. +Warning: prerequisite Class::XPath 1.4 not found. +Warning: prerequisite XML::Elemental 2.0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::RSS::Parser +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Class::ErrorHandler 0 ... No +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Class::XPath 1.4 ... No +Checking if you have XML::Elemental 2.0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching Class::ErrorHandler (0) on cpanmetadb ... +OK +==> Found dependencies: Class::ErrorHandler, Class::XPath, XML::Elemental +--2017-10-09 07:52:16-- http://cpanmetadb.plackperl.org/v1.0/package/Class::ErrorHandler +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 112 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.6M=0s + +2017-10-09 07:52:16 (21.6 MB/s) - written to stdout [112/112] + +--> Working on Class::ErrorHandler +Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Class-ErrorHandler-0.04.tar.gz ... --2017-10-09 07:52:16-- http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Class-ErrorHandler-0.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9821 (9.6K) [application/x-gzip] +Saving to: ‘Class-ErrorHandler-0.04.tar.gz’ + + 0K ......... 100% 143M=0s + +2017-10-09 07:52:16 (143 MB/s) - ‘Class-ErrorHandler-0.04.tar.gz’ saved [9821/9821] + +Unpacking Class-ErrorHandler-0.04.tar.gz +OK +Class-ErrorHandler-0.04/Changes +Class-ErrorHandler-0.04/LICENSE +Class-ErrorHandler-0.04/META.json +Class-ErrorHandler-0.04/Makefile.PL +Class-ErrorHandler-0.04/README.md +Class-ErrorHandler-0.04/cpanfile +Class-ErrorHandler-0.04/lib/Class/ErrorHandler.pm +Class-ErrorHandler-0.04/minil.toml +Class-ErrorHandler-0.04/t/00-compile.t +Class-ErrorHandler-0.04/t/01-errors.t +Class-ErrorHandler-0.04/META.yml +Class-ErrorHandler-0.04/MANIFEST +Entering Class-ErrorHandler-0.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Class-ErrorHandler-0.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::ErrorHandler +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +OK +Building and testing Class-ErrorHandler-0.04 ... cp lib/Class/ErrorHandler.pm blib/lib/Class/ErrorHandler.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t .. ok +t/01-errors.t ... ok +All tests successful. +Files=2, Tests=10, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.01 cusr 0.00 csys = 0.02 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/ErrorHandler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::ErrorHandler.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-ErrorHandler-0.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-ErrorHandler-0.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-ErrorHandler-0.04/MYMETA.json +Searching Class::XPath (1.4) on cpanmetadb ... +--2017-10-09 07:52:16-- http://cpanmetadb.plackperl.org/v1.0/package/Class::XPath +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.6M=0s + +2017-10-09 07:52:16 (18.6 MB/s) - written to stdout [95/95] + +--> Working on Class::XPath +Fetching http://www.cpan.org/authors/id/S/SA/SAMTREGAR/Class-XPath-1.4.tar.gz ... --2017-10-09 07:52:16-- http://www.cpan.org/authors/id/S/SA/SAMTREGAR/Class-XPath-1.4.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10802 (11K) [application/x-gzip] +Saving to: ‘Class-XPath-1.4.tar.gz’ + + 0K .......... 100% 164M=0s + +2017-10-09 07:52:16 (164 MB/s) - ‘Class-XPath-1.4.tar.gz’ saved [10802/10802] + +Unpacking Class-XPath-1.4.tar.gz +OK +Class-XPath-1.4/ +Class-XPath-1.4/README +Class-XPath-1.4/t/ +Class-XPath-1.4/t/02html.html +Class-XPath-1.4/t/02html.t +Class-XPath-1.4/t/01simple.t +Class-XPath-1.4/t/Simple.pm +Class-XPath-1.4/t/00load.t +Class-XPath-1.4/MANIFEST +Class-XPath-1.4/XPath.pm +Class-XPath-1.4/Changes +Class-XPath-1.4/Makefile.PL +Entering Class-XPath-1.4 +META.yml/json not found. Creating skeleton for it. +Running Makefile.PL +Configuring Class-XPath-1.4 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::XPath +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Class-XPath-1.4 ... cp XPath.pm blib/lib/Class/XPath.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00load.t .... ok +t/01simple.t .. ok +t/02html.t .... ok +All tests successful. +Files=3, Tests=230, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.24 cusr 0.02 csys = 0.30 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Class/XPath.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Class::XPath.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Class-XPath-1.4 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-XPath-1.4/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Class-XPath-1.4/MYMETA.json +Searching XML::Elemental (2.0) on cpanmetadb ... +--2017-10-09 07:52:18-- http://cpanmetadb.plackperl.org/v1.0/package/XML::Elemental +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 333 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 70.6M=0s + +2017-10-09 07:52:18 (70.6 MB/s) - written to stdout [333/333] + +--> Working on XML::Elemental +Fetching http://www.cpan.org/authors/id/T/TI/TIMA/XML-Elemental-2.11.tar.gz ... --2017-10-09 07:52:18-- http://www.cpan.org/authors/id/T/TI/TIMA/XML-Elemental-2.11.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9826 (9.6K) [application/x-gzip] +Saving to: ‘XML-Elemental-2.11.tar.gz’ + + 0K ......... 100% 142M=0s + +2017-10-09 07:52:18 (142 MB/s) - ‘XML-Elemental-2.11.tar.gz’ saved [9826/9826] + +Unpacking XML-Elemental-2.11.tar.gz +OK +XML-Elemental-2.11/ +XML-Elemental-2.11/Changes +XML-Elemental-2.11/lib/ +XML-Elemental-2.11/lib/XML/ +XML-Elemental-2.11/lib/XML/Elemental/ +XML-Elemental-2.11/lib/XML/Elemental/Characters.pm +XML-Elemental-2.11/lib/XML/Elemental/Document.pm +XML-Elemental-2.11/lib/XML/Elemental/Element.pm +XML-Elemental-2.11/lib/XML/Elemental/Node.pm +XML-Elemental-2.11/lib/XML/Elemental/SAXHandler.pm +XML-Elemental-2.11/lib/XML/Elemental/Util.pm +XML-Elemental-2.11/lib/XML/Elemental.pm +XML-Elemental-2.11/lib/XML/Parser/ +XML-Elemental-2.11/lib/XML/Parser/Style/ +XML-Elemental-2.11/lib/XML/Parser/Style/Elemental.pm +XML-Elemental-2.11/Makefile.PL +XML-Elemental-2.11/MANIFEST +XML-Elemental-2.11/META.yml +XML-Elemental-2.11/README +XML-Elemental-2.11/t/ +XML-Elemental-2.11/t/10-main.t +XML-Elemental-2.11/t/11-subclass.t +XML-Elemental-2.11/t/12-ancestory.t +XML-Elemental-2.11/t/lib/ +XML-Elemental-2.11/t/lib/T/ +XML-Elemental-2.11/t/lib/T/Characters.pm +XML-Elemental-2.11/t/lib/T/Document.pm +XML-Elemental-2.11/t/lib/T/Element.pm +XML-Elemental-2.11/t/test.xml +Entering XML-Elemental-2.11 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring XML-Elemental-2.11 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for XML::Elemental +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have XML::SAX 0.96 ... Yes (0.99) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Task::Weaken 1.02 ... Yes (1.04) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing XML-Elemental-2.11 ... cp lib/XML/Elemental/Util.pm blib/lib/XML/Elemental/Util.pm +cp lib/XML/Elemental.pm blib/lib/XML/Elemental.pm +cp lib/XML/Elemental/Document.pm blib/lib/XML/Elemental/Document.pm +cp lib/XML/Parser/Style/Elemental.pm blib/lib/XML/Parser/Style/Elemental.pm +cp lib/XML/Elemental/Characters.pm blib/lib/XML/Elemental/Characters.pm +cp lib/XML/Elemental/Node.pm blib/lib/XML/Elemental/Node.pm +cp lib/XML/Elemental/SAXHandler.pm blib/lib/XML/Elemental/SAXHandler.pm +cp lib/XML/Elemental/Element.pm blib/lib/XML/Elemental/Element.pm +Manifying 8 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/10-main.t ....... ok +t/11-subclass.t ... ok +t/12-ancestory.t .. ok +All tests successful. +Files=3, Tests=64, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.31 cusr 0.05 csys = 0.39 CPU) +Result: PASS +Manifying 8 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/Document.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/SAXHandler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/Characters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Elemental/Node.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/Parser/Style/Elemental.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::Characters.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::SAXHandler.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Parser::Style::Elemental.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::Document.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::Elemental::Node.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-Elemental-2.11 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Elemental-2.11/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-Elemental-2.11/MYMETA.json +Building and testing XML-RSS-Parser-4 ... cp lib/XML/RSS/Parser/Element.pm blib/lib/XML/RSS/Parser/Element.pm +cp lib/XML/RSS/Parser.pm blib/lib/XML/RSS/Parser.pm +cp lib/XML/RSS/Parser/Util.pm blib/lib/XML/RSS/Parser/Util.pm +cp lib/XML/RSS/Parser/Characters.pm blib/lib/XML/RSS/Parser/Characters.pm +cp lib/XML/RSS/Parser/Feed.pm blib/lib/XML/RSS/Parser/Feed.pm +Manifying 5 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-main.t .. ok +All tests successful. +Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.12 cusr 0.01 csys = 0.16 CPU) +Result: PASS +Manifying 5 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/RSS/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/RSS/Parser/Feed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/RSS/Parser/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/RSS/Parser/Characters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/XML/RSS/Parser/Element.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::RSS::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::RSS::Parser::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::RSS::Parser::Element.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::RSS::Parser::Feed.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/XML::RSS::Parser::Characters.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed XML-RSS-Parser-4 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-RSS-Parser-4.0/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/XML-RSS-Parser-4.0/MYMETA.json +Searching File::Open (0) on cpanmetadb ... +--2017-10-09 07:52:20-- http://cpanmetadb.plackperl.org/v1.0/package/File::Open +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 96 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.0M=0s + +2017-10-09 07:52:20 (18.0 MB/s) - written to stdout [96/96] + +--> Working on File::Open +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/File-Open-1.0102.tar.gz ... --2017-10-09 07:52:20-- http://www.cpan.org/authors/id/M/MA/MAUKE/File-Open-1.0102.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 9936 (9.7K) [application/x-gzip] +Saving to: ‘File-Open-1.0102.tar.gz’ + + 0K ......... 100% 138M=0s + +2017-10-09 07:52:20 (138 MB/s) - ‘File-Open-1.0102.tar.gz’ saved [9936/9936] + +Unpacking File-Open-1.0102.tar.gz +OK +File-Open-1.0102/ +File-Open-1.0102/Makefile_PL_settings.plx +File-Open-1.0102/README +File-Open-1.0102/Changes +File-Open-1.0102/lib/ +File-Open-1.0102/lib/File/ +File-Open-1.0102/lib/File/Open.pm +File-Open-1.0102/META.yml +File-Open-1.0102/xt/ +File-Open-1.0102/xt/pod.t +File-Open-1.0102/META.json +File-Open-1.0102/Makefile.PL +File-Open-1.0102/MANIFEST +File-Open-1.0102/t/ +File-Open-1.0102/t/open-func.t +File-Open-1.0102/t/00-load.t +File-Open-1.0102/t/layers.t +File-Open-1.0102/t/open-meth.t +File-Open-1.0102/t/corners.t +File-Open-1.0102/t/null.t +File-Open-1.0102/t/pollute.t +File-Open-1.0102/MANIFEST.SKIP +Entering File-Open-1.0102 +Checking configure dependencies from META.json +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring File-Open-1.0102 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for File::Open +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have open 0 ... Yes (1.11) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Errno 1.09 ... Yes (1.28) +Checking if you have Fcntl 1.06 ... Yes (1.13) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +OK +Building and testing File-Open-1.0102 ... cp lib/File/Open.pm blib/lib/File/Open.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing File::Open 1.0102, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .... ok +t/corners.t .... ok +t/layers.t ..... ok +t/null.t ....... ok +t/open-func.t .. ok +t/open-meth.t .. ok +t/pollute.t .... ok +All tests successful. +Files=7, Tests=299, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.50 cusr 0.08 csys = 0.64 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/File/Open.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/File::Open.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed File-Open-1.0102 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Open-1.0102/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/File-Open-1.0102/MYMETA.json +Searching Geo::IP (0) on cpanmetadb ... +--2017-10-09 07:52:21-- http://cpanmetadb.plackperl.org/v1.0/package/Geo::IP +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.4M=0s + +2017-10-09 07:52:21 (22.4 MB/s) - written to stdout [110/110] + +--> Working on Geo::IP +Fetching http://www.cpan.org/authors/id/M/MA/MAXMIND/Geo-IP-1.50.tar.gz ... --2017-10-09 07:52:21-- http://www.cpan.org/authors/id/M/MA/MAXMIND/Geo-IP-1.50.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 145419 (142K) [application/x-gzip] +Saving to: ‘Geo-IP-1.50.tar.gz’ + + 0K .......... .......... .......... .......... .......... 35% 25.7M 0s + 50K .......... .......... .......... .......... .......... 70% 46.6M 0s + 100K .......... .......... .......... .......... .. 100% 24.0M=0.005s + +2017-10-09 07:52:22 (29.8 MB/s) - ‘Geo-IP-1.50.tar.gz’ saved [145419/145419] + +Unpacking Geo-IP-1.50.tar.gz +OK +Geo-IP-1.50/ +Geo-IP-1.50/Changes +Geo-IP-1.50/cpanfile +Geo-IP-1.50/dist.ini +Geo-IP-1.50/example/ +Geo-IP-1.50/INSTALL +Geo-IP-1.50/IP.xs +Geo-IP-1.50/lib/ +Geo-IP-1.50/LICENSE +Geo-IP-1.50/Makefile.PL +Geo-IP-1.50/MANIFEST +Geo-IP-1.50/META.json +Geo-IP-1.50/META.yml +Geo-IP-1.50/ppport.h +Geo-IP-1.50/README.md +Geo-IP-1.50/t/ +Geo-IP-1.50/typemap +Geo-IP-1.50/xt/ +Geo-IP-1.50/xt/0_base.t +Geo-IP-1.50/xt/1_lookup.t +Geo-IP-1.50/xt/20_min_capi_version.t +Geo-IP-1.50/xt/2_namelookup.t +Geo-IP-1.50/t/00-report-prereqs.dd +Geo-IP-1.50/t/00-report-prereqs.t +Geo-IP-1.50/t/author-00-compile.t +Geo-IP-1.50/t/author-eol.t +Geo-IP-1.50/t/author-no-tabs.t +Geo-IP-1.50/t/author-pod-coverage.t +Geo-IP-1.50/t/author-pod-spell.t +Geo-IP-1.50/t/author-pod-syntax.t +Geo-IP-1.50/t/author-portability.t +Geo-IP-1.50/t/city.t +Geo-IP-1.50/t/country.t +Geo-IP-1.50/t/country_v6.t +Geo-IP-1.50/t/data/ +Geo-IP-1.50/t/domain.t +Geo-IP-1.50/t/netspeedcell.t +Geo-IP-1.50/t/org.t +Geo-IP-1.50/t/region.t +Geo-IP-1.50/t/release-cpan-changes.t +Geo-IP-1.50/t/release-tidyall.t +Geo-IP-1.50/t/data/GeoIP.dat +Geo-IP-1.50/t/data/GeoIPASNum.dat +Geo-IP-1.50/t/data/GeoIPCity.dat +Geo-IP-1.50/t/data/GeoIPDomain.dat +Geo-IP-1.50/t/data/GeoIPISP.dat +Geo-IP-1.50/t/data/GeoIPNetSpeedCell.dat +Geo-IP-1.50/t/data/GeoIPOrg.dat +Geo-IP-1.50/t/data/GeoIPRegion.dat +Geo-IP-1.50/t/data/GeoIPv6.dat +Geo-IP-1.50/t/data/GeoLiteCityIPv6.dat +Geo-IP-1.50/lib/Geo/ +Geo-IP-1.50/lib/Geo/IP/ +Geo-IP-1.50/lib/Geo/IP.pm +Geo-IP-1.50/lib/Geo/IP/Record.pm +Geo-IP-1.50/lib/Geo/IP/Record.pod +Geo-IP-1.50/example/benchmark.pl +Geo-IP-1.50/example/city.pl +Geo-IP-1.50/example/country_v6.pl +Geo-IP-1.50/example/geolite-mirror-simple.pl +Geo-IP-1.50/example/netspeed.pl +Geo-IP-1.50/example/netspeedcell.pl +Geo-IP-1.50/example/org.pl +Geo-IP-1.50/example/region.pl +Entering Geo-IP-1.50 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Geo-IP-1.50 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Geo::IP +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have DynaLoader 0 ... Yes (1.42) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Geo-IP-1.50 ... cp lib/Geo/IP/Record.pod blib/lib/Geo/IP/Record.pod +cp lib/Geo/IP/Record.pm blib/lib/Geo/IP/Record.pm +cp lib/Geo/IP.pm blib/lib/Geo/IP.pm +Running Mkbootstrap for IP () +chmod 644 "IP.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- IP.bs blib/arch/auto/Geo/IP/IP.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Geo-IP-1.50/typemap' IP.xs > IP.xsc +mv IP.xsc IP.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DPERL_EXT IP.c +rm -f blib/arch/auto/Geo/IP/IP.so +LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong IP.o -o blib/arch/auto/Geo/IP/IP.so \ + -lGeoIP \ + +chmod 755 blib/arch/auto/Geo/IP/IP.so +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- IP.bs blib/arch/auto/Geo/IP/IP.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::More 0.96 1.302098 +# warnings any 1.37 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ---------- ---- ---- +# DynaLoader any 1.42 +# Exporter any 5.72 +# base any 2.26 +# strict any 1.11 +# vars any 1.03 +# +t/00-report-prereqs.t ..... ok +t/author-00-compile.t ..... skipped: these tests are for testing by the author +t/author-eol.t ............ skipped: these tests are for testing by the author +t/author-no-tabs.t ........ skipped: these tests are for testing by the author +t/author-pod-coverage.t ... skipped: these tests are for testing by the author +t/author-pod-spell.t ...... skipped: these tests are for testing by the author +t/author-pod-syntax.t ..... skipped: these tests are for testing by the author +t/author-portability.t .... skipped: these tests are for testing by the author +t/city.t .................. ok +t/country.t ............... ok +t/country_v6.t ............ ok +t/domain.t ................ ok +t/netspeedcell.t .......... ok +t/org.t ................... ok +t/region.t ................ ok +t/release-cpan-changes.t .. skipped: these tests are for release candidate testing +t/release-tidyall.t ....... skipped: these tests are for release candidate testing +All tests successful. +Files=17, Tests=21, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.57 cusr 0.07 csys = 0.71 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- IP.bs blib/arch/auto/Geo/IP/IP.bs 644 +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Geo/IP/IP.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Geo/IP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Geo/IP/Record.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Geo/IP/Record.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Geo::IP::Record.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Geo::IP.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Geo-IP-1.50 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Geo-IP-1.50/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Geo-IP-1.50/MYMETA.json +Already tried Date::Parse. Skipping. +Searching Return::MultiLevel (0) on cpanmetadb ... +--2017-10-09 07:52:25-- http://cpanmetadb.plackperl.org/v1.0/package/Return::MultiLevel +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.8M=0s + +2017-10-09 07:52:25 (22.8 MB/s) - written to stdout [106/106] + +--> Working on Return::MultiLevel +Fetching http://www.cpan.org/authors/id/M/MA/MAUKE/Return-MultiLevel-0.05.tar.gz ... --2017-10-09 07:52:25-- http://www.cpan.org/authors/id/M/MA/MAUKE/Return-MultiLevel-0.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 7054 (6.9K) [application/x-gzip] +Saving to: ‘Return-MultiLevel-0.05.tar.gz’ + + 0K ...... 100% 908M=0s + +2017-10-09 07:52:25 (908 MB/s) - ‘Return-MultiLevel-0.05.tar.gz’ saved [7054/7054] + +Unpacking Return-MultiLevel-0.05.tar.gz +OK +Return-MultiLevel-0.05/ +Return-MultiLevel-0.05/Makefile_PL_settings.plx +Return-MultiLevel-0.05/README +Return-MultiLevel-0.05/Changes +Return-MultiLevel-0.05/lib/ +Return-MultiLevel-0.05/lib/Return/ +Return-MultiLevel-0.05/lib/Return/MultiLevel.pm +Return-MultiLevel-0.05/META.yml +Return-MultiLevel-0.05/xt/ +Return-MultiLevel-0.05/xt/pod.t +Return-MultiLevel-0.05/META.json +Return-MultiLevel-0.05/Makefile.PL +Return-MultiLevel-0.05/MANIFEST +Return-MultiLevel-0.05/t/ +Return-MultiLevel-0.05/t/debug.t +Return-MultiLevel-0.05/t/00-load.t +Return-MultiLevel-0.05/t/basic.t +Return-MultiLevel-0.05/t/nested.t +Return-MultiLevel-0.05/MANIFEST.SKIP +Entering Return-MultiLevel-0.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Running Makefile.PL +Configuring Return-MultiLevel-0.05 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Return::MultiLevel +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Data::Munge 0.07 ... Yes (0.097) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Return-MultiLevel-0.05 ... cp lib/Return/MultiLevel.pm blib/lib/Return/MultiLevel.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Return::MultiLevel 0.05 (PP), Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .. ok +t/basic.t .... ok +t/debug.t .... ok +t/nested.t ... ok +All tests successful. +Files=4, Tests=9, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.21 cusr 0.04 csys = 0.28 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Return/MultiLevel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Return::MultiLevel.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Return-MultiLevel-0.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Return-MultiLevel-0.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Return-MultiLevel-0.05/MYMETA.json +Already tried Class::Tiny. Skipping. +Already tried Permute::Named::Iter. Skipping. +Searching Text::Handlebars (0) on cpanmetadb ... +--2017-10-09 07:52:26-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Handlebars +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 100 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.2M=0s + +2017-10-09 07:52:26 (21.2 MB/s) - written to stdout [100/100] + +--> Working on Text::Handlebars +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Text-Handlebars-0.05.tar.gz ... --2017-10-09 07:52:26-- http://www.cpan.org/authors/id/D/DO/DOY/Text-Handlebars-0.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 38932 (38K) [application/x-gzip] +Saving to: ‘Text-Handlebars-0.05.tar.gz’ + + 0K .......... .......... .......... ........ 100% 34.2M=0.001s + +2017-10-09 07:52:26 (34.2 MB/s) - ‘Text-Handlebars-0.05.tar.gz’ saved [38932/38932] + +Unpacking Text-Handlebars-0.05.tar.gz +OK +Text-Handlebars-0.05 +Text-Handlebars-0.05/README +Text-Handlebars-0.05/Changes +Text-Handlebars-0.05/LICENSE +Text-Handlebars-0.05/dist.ini +Text-Handlebars-0.05/META.yml +Text-Handlebars-0.05/MANIFEST +Text-Handlebars-0.05/t +Text-Handlebars-0.05/t/basic.t +Text-Handlebars-0.05/META.json +Text-Handlebars-0.05/t/blocks.t +Text-Handlebars-0.05/t/helpers.t +Text-Handlebars-0.05/t/lambdas.t +Text-Handlebars-0.05/Makefile.PL +Text-Handlebars-0.05/t/partials.t +Text-Handlebars-0.05/t/mustache.t +Text-Handlebars-0.05/t/safestring.t +Text-Handlebars-0.05/t/00-compile.t +Text-Handlebars-0.05/t/expressions.t +Text-Handlebars-0.05/t/mustache-spec.t +Text-Handlebars-0.05/t/block-helpers.t +Text-Handlebars-0.05/t/mustache-extra.t +Text-Handlebars-0.05/xt/author +Text-Handlebars-0.05/xt/author/no-tabs.t +Text-Handlebars-0.05/t/helpers-examples.t +Text-Handlebars-0.05/lib/Text +Text-Handlebars-0.05/lib/Text/Handlebars.pm +Text-Handlebars-0.05/xt/author/pod-syntax.t +Text-Handlebars-0.05/t/mustache-spec +Text-Handlebars-0.05/t/mustache-spec/Changes +Text-Handlebars-0.05/t/lib/Test +Text-Handlebars-0.05/t/lib/Test/Handlebars.pm +Text-Handlebars-0.05/t/mustache-spec/Rakefile +Text-Handlebars-0.05/xt/author/pod-coverage.t +Text-Handlebars-0.05/t/block-helper-builtins.t +Text-Handlebars-0.05/t/mustache-spec/README.md +Text-Handlebars-0.05/t/mustache-spec/TESTING.md +Text-Handlebars-0.05/lib/Text/Handlebars +Text-Handlebars-0.05/lib/Text/Handlebars/Symbol.pm +Text-Handlebars-0.05/t/mustache-spec-syntax-only.t +Text-Handlebars-0.05/lib/Text/Handlebars/Compiler.pm +Text-Handlebars-0.05/t/mustache/partials +Text-Handlebars-0.05/t/mustache/partials/user.mustache +Text-Handlebars-0.05/t/mustache/partials/base.mustache +Text-Handlebars-0.05/t/mustache-spec/specs +Text-Handlebars-0.05/t/mustache-spec/specs/partials.yml +Text-Handlebars-0.05/t/mustache-spec/specs/comments.yml +Text-Handlebars-0.05/t/mustache-spec/specs/inverted.yml +Text-Handlebars-0.05/t/mustache-spec/specs/~lambdas.yml +Text-Handlebars-0.05/t/mustache-spec/specs/sections.yml +Text-Handlebars-0.05/t/mustache-spec/specs/sections.json +Text-Handlebars-0.05/t/mustache-spec/specs/~lambdas.json +Text-Handlebars-0.05/t/mustache-spec/specs/comments.json +Text-Handlebars-0.05/t/mustache-spec/specs/partials.json +Text-Handlebars-0.05/t/mustache-spec/specs/inverted.json +Text-Handlebars-0.05/lib/Text/Xslate/Syntax +Text-Handlebars-0.05/lib/Text/Xslate/Syntax/Handlebars.pm +Text-Handlebars-0.05/t/mustache-spec/specs/delimiters.yml +Text-Handlebars-0.05/t/mustache-spec/specs/delimiters.json +Text-Handlebars-0.05/t/mustache-spec/specs/interpolation.yml +Text-Handlebars-0.05/t/mustache-spec/specs/interpolation.json +Entering Text-Handlebars-0.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Handlebars-0.05 ... Warning: prerequisite Mouse 0 not found. +Warning: prerequisite Text::Xslate 2.0000 not found. +Warning: prerequisite Text::Xslate::Compiler 0 not found. +Warning: prerequisite Text::Xslate::Parser 0 not found. +Warning: prerequisite Text::Xslate::Symbol 0 not found. +Warning: prerequisite Text::Xslate::Util 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Handlebars +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Text::Xslate::Compiler 0 ... No +Checking if you have Text::Xslate 2.0000 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have constant 1.17 ... Yes (1.33) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Text::Xslate::Parser 0 ... No +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +Checking if you have Mouse 0 ... No +Checking if you have Text::Xslate::Util 0 ... No +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Text::Xslate::Symbol 0 ... No +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have blib 1.01 ... Yes (1.06) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have lib 0 ... Yes (0.64) +Searching Text::Xslate::Compiler (0) on cpanmetadb ... +OK +==> Found dependencies: Text::Xslate::Compiler, Text::Xslate, Text::Xslate::Parser, Mouse, Text::Xslate::Util, Text::Xslate::Symbol +--2017-10-09 07:52:26-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Xslate::Compiler +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 818 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 157M=0s + +2017-10-09 07:52:26 (157 MB/s) - written to stdout [818/818] + +--> Working on Text::Xslate::Compiler +Fetching http://www.cpan.org/authors/id/S/SY/SYOHEX/Text-Xslate-3.4.0.tar.gz ... --2017-10-09 07:52:26-- http://www.cpan.org/authors/id/S/SY/SYOHEX/Text-Xslate-3.4.0.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 228885 (224K) [application/x-gzip] +Saving to: ‘Text-Xslate-3.4.0.tar.gz’ + + 0K .......... .......... .......... .......... .......... 22% 26.0M 0s + 50K .......... .......... .......... .......... .......... 44% 47.5M 0s + 100K .......... .......... .......... .......... .......... 67% 25.4M 0s + 150K .......... .......... .......... .......... .......... 89% 45.6M 0s + 200K .......... .......... ... 100% 25.3M=0.007s + +2017-10-09 07:52:27 (32.1 MB/s) - ‘Text-Xslate-3.4.0.tar.gz’ saved [228885/228885] + +Unpacking Text-Xslate-3.4.0.tar.gz +OK +Text-Xslate-3.4.0/ +Text-Xslate-3.4.0/benchmark/ +Text-Xslate-3.4.0/benchmark/expr.pl +Text-Xslate-3.4.0/benchmark/demo-tt.pl +Text-Xslate-3.4.0/benchmark/expr_eq.pl +Text-Xslate-3.4.0/benchmark/x-poor-env.pl +Text-Xslate-3.4.0/benchmark/procs/ +Text-Xslate-3.4.0/benchmark/procs/sort.pl +Text-Xslate-3.4.0/benchmark/procs/keys.pl +Text-Xslate-3.4.0/benchmark/procs/function.pl +Text-Xslate-3.4.0/benchmark/procs/fib.pl +Text-Xslate-3.4.0/benchmark/procs/map.pl +Text-Xslate-3.4.0/benchmark/procs/method.pl +Text-Xslate-3.4.0/benchmark/procs/values.pl +Text-Xslate-3.4.0/benchmark/procs/uri_escape.pl +Text-Xslate-3.4.0/benchmark/interpolate.pl +Text-Xslate-3.4.0/benchmark/cascade.pl +Text-Xslate-3.4.0/benchmark/json.pl +Text-Xslate-3.4.0/benchmark/data_section.pl +Text-Xslate-3.4.0/benchmark/for.pl +Text-Xslate-3.4.0/benchmark/demo-mt.pl +Text-Xslate-3.4.0/benchmark/include.pl +Text-Xslate-3.4.0/benchmark/template/ +Text-Xslate-3.4.0/benchmark/template/list.mst +Text-Xslate-3.4.0/benchmark/template/child.tx +Text-Xslate-3.4.0/benchmark/template/base.mt +Text-Xslate-3.4.0/benchmark/template/include.tt +Text-Xslate-3.4.0/benchmark/template/list.cs +Text-Xslate-3.4.0/benchmark/template/list.tt +Text-Xslate-3.4.0/benchmark/template/list.tx +Text-Xslate-3.4.0/benchmark/template/include.ht +Text-Xslate-3.4.0/benchmark/template/base.tx +Text-Xslate-3.4.0/benchmark/template/include.mt +Text-Xslate-3.4.0/benchmark/template/list.tj +Text-Xslate-3.4.0/benchmark/template/list.ht +Text-Xslate-3.4.0/benchmark/template/child.mt +Text-Xslate-3.4.0/benchmark/template/include.tx +Text-Xslate-3.4.0/benchmark/template/list.mt +Text-Xslate-3.4.0/benchmark/template/include.cs +Text-Xslate-3.4.0/benchmark/x-rich-env.pl +Text-Xslate-3.4.0/t/ +Text-Xslate-3.4.0/t/000_load.t +Text-Xslate-3.4.0/t/lib/ +Text-Xslate-3.4.0/t/lib/MyBridge2.pm +Text-Xslate-3.4.0/t/lib/Text/ +Text-Xslate-3.4.0/t/lib/Text/Xslate/ +Text-Xslate-3.4.0/t/lib/Text/Xslate/Syntax/ +Text-Xslate-3.4.0/t/lib/Text/Xslate/Syntax/Foo.pm +Text-Xslate-3.4.0/t/lib/Util.pm +Text-Xslate-3.4.0/t/lib/TTSimple.pm +Text-Xslate-3.4.0/t/lib/UtilNoleak.pm +Text-Xslate-3.4.0/t/030_kolon/ +Text-Xslate-3.4.0/t/030_kolon/008_literal.t +Text-Xslate-3.4.0/t/030_kolon/016_funcs.t +Text-Xslate-3.4.0/t/030_kolon/015_methods.t +Text-Xslate-3.4.0/t/030_kolon/010_escaped_str.t +Text-Xslate-3.4.0/t/030_kolon/022_given.t +Text-Xslate-3.4.0/t/030_kolon/039_root_vars.t +Text-Xslate-3.4.0/t/030_kolon/036_foreach_else.t +Text-Xslate-3.4.0/t/030_kolon/007_log_ops.t +Text-Xslate-3.4.0/t/030_kolon/018_dynamic_filters.t +Text-Xslate-3.4.0/t/030_kolon/013_more_field.t +Text-Xslate-3.4.0/t/030_kolon/012_cascade.t +Text-Xslate-3.4.0/t/030_kolon/001_interpolate.t +Text-Xslate-3.4.0/t/030_kolon/030_xfuncs.t +Text-Xslate-3.4.0/t/030_kolon/035_include_w_vars.t +Text-Xslate-3.4.0/t/030_kolon/017_more_macro.t +Text-Xslate-3.4.0/t/030_kolon/020_chomp.t +Text-Xslate-3.4.0/t/030_kolon/021_overlay.t +Text-Xslate-3.4.0/t/030_kolon/028_smartmatch.t +Text-Xslate-3.4.0/t/030_kolon/025_objectliteral.t +Text-Xslate-3.4.0/t/030_kolon/031_post_if.t +Text-Xslate-3.4.0/t/030_kolon/033_ov_forloop.t +Text-Xslate-3.4.0/t/030_kolon/005_rel_ops.t +Text-Xslate-3.4.0/t/030_kolon/027_lambda.t +Text-Xslate-3.4.0/t/030_kolon/026_constant.t +Text-Xslate-3.4.0/t/030_kolon/014_while.t +Text-Xslate-3.4.0/t/030_kolon/009_include.t +Text-Xslate-3.4.0/t/030_kolon/034_print.t +Text-Xslate-3.4.0/t/030_kolon/003_for.t +Text-Xslate-3.4.0/t/030_kolon/004_if.t +Text-Xslate-3.4.0/t/030_kolon/029_blockfilter.t +Text-Xslate-3.4.0/t/030_kolon/019_explicit_interpolate.t +Text-Xslate-3.4.0/t/030_kolon/037_loop_ctl.t +Text-Xslate-3.4.0/t/030_kolon/038_custom_esc.t +Text-Xslate-3.4.0/t/030_kolon/002_field.t +Text-Xslate-3.4.0/t/030_kolon/011_macro.t +Text-Xslate-3.4.0/t/030_kolon/032_include_bareword.t +Text-Xslate-3.4.0/t/030_kolon/040_external_macro.t +Text-Xslate-3.4.0/t/030_kolon/023_bitwise.t +Text-Xslate-3.4.0/t/030_kolon/024_localize_vars.t +Text-Xslate-3.4.0/t/030_kolon/006_arith_ops.t +Text-Xslate-3.4.0/t/020_interface/ +Text-Xslate-3.4.0/t/020_interface/001_parser_option.t +Text-Xslate-3.4.0/t/020_interface/012_default_functions.t +Text-Xslate-3.4.0/t/020_interface/010_err_encoding.t +Text-Xslate-3.4.0/t/020_interface/007_data_section.t +Text-Xslate-3.4.0/t/020_interface/013_slurp_template.t +Text-Xslate-3.4.0/t/020_interface/015_render_recursion.t +Text-Xslate-3.4.0/t/020_interface/006_psgi.t +Text-Xslate-3.4.0/t/020_interface/008_type.t +Text-Xslate-3.4.0/t/020_interface/017_validate.t +Text-Xslate-3.4.0/t/020_interface/005_util.t +Text-Xslate-3.4.0/t/020_interface/003_encoding.t +Text-Xslate-3.4.0/t/020_interface/009_hash_with_default.t +Text-Xslate-3.4.0/t/020_interface/002_myparser.t +Text-Xslate-3.4.0/t/020_interface/011_hwd_w_include_vars.t +Text-Xslate-3.4.0/t/020_interface/004_no_vars.t +Text-Xslate-3.4.0/t/020_interface/014_customize_option.t +Text-Xslate-3.4.0/t/020_interface/016_pre_process_handler.t +Text-Xslate-3.4.0/t/010_internals/ +Text-Xslate-3.4.0/t/010_internals/009_goto_address.t +Text-Xslate-3.4.0/t/010_internals/025_reset_hooks.t +Text-Xslate-3.4.0/t/010_internals/033_vpath_cache.t +Text-Xslate-3.4.0/t/010_internals/019_runtime_error.t +Text-Xslate-3.4.0/t/010_internals/012_multilines.t +Text-Xslate-3.4.0/t/010_internals/038_suffix.t +Text-Xslate-3.4.0/t/010_internals/003_assemble.t +Text-Xslate-3.4.0/t/010_internals/031_save_src.t +Text-Xslate-3.4.0/t/010_internals/008_files.t +Text-Xslate-3.4.0/t/010_internals/014_deps_file.t +Text-Xslate-3.4.0/t/010_internals/030_die_in_funcs.t +Text-Xslate-3.4.0/t/010_internals/026_issue16_deep_recursion.t +Text-Xslate-3.4.0/t/010_internals/028_taint.t +Text-Xslate-3.4.0/t/010_internals/200_leaktrace.t +Text-Xslate-3.4.0/t/010_internals/021_edge_cases.t +Text-Xslate-3.4.0/t/010_internals/004_magic.t +Text-Xslate-3.4.0/t/010_internals/020_optimize.t +Text-Xslate-3.4.0/t/010_internals/007_compile_errs.t +Text-Xslate-3.4.0/t/010_internals/016_cached.t +Text-Xslate-3.4.0/t/010_internals/010_line_number.t +Text-Xslate-3.4.0/t/010_internals/022_signal.t +Text-Xslate-3.4.0/t/010_internals/034_is_code_ref.t +Text-Xslate-3.4.0/t/010_internals/006_errhandler.t +Text-Xslate-3.4.0/t/010_internals/039_taint_issue84.t +Text-Xslate-3.4.0/t/010_internals/037_find_file.t +Text-Xslate-3.4.0/t/010_internals/100_threads.t +Text-Xslate-3.4.0/t/010_internals/013_deps_str.t +Text-Xslate-3.4.0/t/010_internals/027_infinite_warn.t +Text-Xslate-3.4.0/t/010_internals/029_large_file.t +Text-Xslate-3.4.0/t/010_internals/300_explicit_pp.t +Text-Xslate-3.4.0/t/010_internals/032_encoding_error.t +Text-Xslate-3.4.0/t/010_internals/036_merge_hash.t +Text-Xslate-3.4.0/t/010_internals/017_render.t +Text-Xslate-3.4.0/t/010_internals/023_cachepath.t +Text-Xslate-3.4.0/t/010_internals/001_parse.t +Text-Xslate-3.4.0/t/010_internals/018_opinfo.t +Text-Xslate-3.4.0/t/010_internals/005_load_file.t +Text-Xslate-3.4.0/t/010_internals/015_deps_file2.t +Text-Xslate-3.4.0/t/010_internals/002_compile.t +Text-Xslate-3.4.0/t/010_internals/024_die_in_macros.t +Text-Xslate-3.4.0/t/010_internals/011_missuse.t +Text-Xslate-3.4.0/t/300_examples/ +Text-Xslate-3.4.0/t/300_examples/004_tterse.t +Text-Xslate-3.4.0/t/300_examples/003_metakolon.t +Text-Xslate-3.4.0/t/300_examples/001_basic.t +Text-Xslate-3.4.0/t/300_examples/002_cascade.t +Text-Xslate-3.4.0/t/050_builtins/ +Text-Xslate-3.4.0/t/050_builtins/003_autobox_w_cb.t +Text-Xslate-3.4.0/t/050_builtins/001_builtin_funcs.t +Text-Xslate-3.4.0/t/050_builtins/004_copied.t +Text-Xslate-3.4.0/t/050_builtins/002_autobox.t +Text-Xslate-3.4.0/t/100_plugin/ +Text-Xslate-3.4.0/t/100_plugin/100_error.t +Text-Xslate-3.4.0/t/100_plugin/004_star.t +Text-Xslate-3.4.0/t/100_plugin/002_import.t +Text-Xslate-3.4.0/t/100_plugin/005_html_builder_module.t +Text-Xslate-3.4.0/t/100_plugin/001_import_from.t +Text-Xslate-3.4.0/t/100_plugin/003_bridge.t +Text-Xslate-3.4.0/t/040_tterse/ +Text-Xslate-3.4.0/t/040_tterse/005_if.t +Text-Xslate-3.4.0/t/040_tterse/004_for.t +Text-Xslate-3.4.0/t/040_tterse/009_comments.t +Text-Xslate-3.4.0/t/040_tterse/002_interpolate.t +Text-Xslate-3.4.0/t/040_tterse/023_loop_ctl.t +Text-Xslate-3.4.0/t/040_tterse/003_field.t +Text-Xslate-3.4.0/t/040_tterse/022_post_if.t +Text-Xslate-3.4.0/t/040_tterse/008_methods.t +Text-Xslate-3.4.0/t/040_tterse/100_not_supported.t +Text-Xslate-3.4.0/t/040_tterse/021_fake_use.t +Text-Xslate-3.4.0/t/040_tterse/024_for_else.t +Text-Xslate-3.4.0/t/040_tterse/020_chomp.t +Text-Xslate-3.4.0/t/040_tterse/011_objectliterals.t +Text-Xslate-3.4.0/t/040_tterse/017_filter.t +Text-Xslate-3.4.0/t/040_tterse/016_call.t +Text-Xslate-3.4.0/t/040_tterse/018_process.t +Text-Xslate-3.4.0/t/040_tterse/014_set.t +Text-Xslate-3.4.0/t/040_tterse/012_macro.t +Text-Xslate-3.4.0/t/040_tterse/019_switch.t +Text-Xslate-3.4.0/t/040_tterse/007_funcs.t +Text-Xslate-3.4.0/t/040_tterse/013_wrapper.t +Text-Xslate-3.4.0/t/040_tterse/025_macro.t +Text-Xslate-3.4.0/t/040_tterse/006_include.t +Text-Xslate-3.4.0/t/040_tterse/001_parse.t +Text-Xslate-3.4.0/t/040_tterse/010_expr.t +Text-Xslate-3.4.0/t/040_tterse/015_while.t +Text-Xslate-3.4.0/t/template/ +Text-Xslate-3.4.0/t/template/common.tx +Text-Xslate-3.4.0/t/template/oi/ +Text-Xslate-3.4.0/t/template/oi/bad_component.tx +Text-Xslate-3.4.0/t/template/oi/bad_base.tx +Text-Xslate-3.4.0/t/template/error/ +Text-Xslate-3.4.0/t/template/error/bad_method.tx +Text-Xslate-3.4.0/t/template/error/bad_tags.tx +Text-Xslate-3.4.0/t/template/error/bad_include.tx +Text-Xslate-3.4.0/t/template/error/bad_syntax.tx +Text-Xslate-3.4.0/t/template/eg/ +Text-Xslate-3.4.0/t/template/eg/child.tx +Text-Xslate-3.4.0/t/template/eg/base.tx +Text-Xslate-3.4.0/t/template/include.tt +Text-Xslate-3.4.0/t/template/other/ +Text-Xslate-3.4.0/t/template/other/hello.tx +Text-Xslate-3.4.0/t/template/include2.tt +Text-Xslate-3.4.0/t/template/hello_sjis.tx +Text-Xslate-3.4.0/t/template/for.tx +Text-Xslate-3.4.0/t/template/hello.tx +Text-Xslate-3.4.0/t/template/wrapper_div.tt +Text-Xslate-3.4.0/t/template/func.tx +Text-Xslate-3.4.0/t/template/include2.tx +Text-Xslate-3.4.0/t/template/wrapper.tt +Text-Xslate-3.4.0/t/template/myapp/ +Text-Xslate-3.4.0/t/template/myapp/derived.tx +Text-Xslate-3.4.0/t/template/myapp/base.tx +Text-Xslate-3.4.0/t/template/myapp/bad_redefine.tx +Text-Xslate-3.4.0/t/template/myapp/cfoo.tx +Text-Xslate-3.4.0/t/template/myapp/base.tx.mod +Text-Xslate-3.4.0/t/template/myapp/cbar.tx +Text-Xslate-3.4.0/t/template/footer1.tt +Text-Xslate-3.4.0/t/template/hello.tx.mod +Text-Xslate-3.4.0/t/template/hello.tt +Text-Xslate-3.4.0/t/template/config.tt +Text-Xslate-3.4.0/t/template/macro.tt +Text-Xslate-3.4.0/t/template/include.tx +Text-Xslate-3.4.0/t/template/header1.tt +Text-Xslate-3.4.0/t/template/taint.tx +Text-Xslate-3.4.0/t/template/header2.tt +Text-Xslate-3.4.0/t/template/hello_utf8.tx +Text-Xslate-3.4.0/t/template/footer2.tt +Text-Xslate-3.4.0/t/200_app/ +Text-Xslate-3.4.0/t/200_app/simple/ +Text-Xslate-3.4.0/t/200_app/simple/goodbye.tx +Text-Xslate-3.4.0/t/200_app/simple/hello.tx +Text-Xslate-3.4.0/t/200_app/simple/dont_touch.tx +Text-Xslate-3.4.0/t/200_app/004_encoding.t +Text-Xslate-3.4.0/t/200_app/003_runner.t +Text-Xslate-3.4.0/t/200_app/001_hello.t +Text-Xslate-3.4.0/t/200_app/002_tree.t +Text-Xslate-3.4.0/t/900_bugs/ +Text-Xslate-3.4.0/t/900_bugs/034_hash_key_utf8.t +Text-Xslate-3.4.0/t/900_bugs/011_reserved_words.t +Text-Xslate-3.4.0/t/900_bugs/043_issue107.t +Text-Xslate-3.4.0/t/900_bugs/036_vpath_utf8.t +Text-Xslate-3.4.0/t/900_bugs/023_deploy_problem.t +Text-Xslate-3.4.0/t/900_bugs/004_errorhandling.t +Text-Xslate-3.4.0/t/900_bugs/025_clobber-macro-args.t +Text-Xslate-3.4.0/t/900_bugs/001_super.t +Text-Xslate-3.4.0/t/900_bugs/009_quote_in_comments.t +Text-Xslate-3.4.0/t/900_bugs/030_issue71.t +Text-Xslate-3.4.0/t/900_bugs/040_issue95.t +Text-Xslate-3.4.0/t/900_bugs/005_rec_include.t +Text-Xslate-3.4.0/t/900_bugs/013_comments_lineno.t +Text-Xslate-3.4.0/t/900_bugs/008_include_var.t +Text-Xslate-3.4.0/t/900_bugs/032_issue79.t +Text-Xslate-3.4.0/t/900_bugs/006_complex_lex.t +Text-Xslate-3.4.0/t/900_bugs/047_undef_concat.t +Text-Xslate-3.4.0/t/900_bugs/028_issue68.t +Text-Xslate-3.4.0/t/900_bugs/046_issue88.t +Text-Xslate-3.4.0/t/900_bugs/029_fork_and_cache.t +Text-Xslate-3.4.0/t/900_bugs/033_ex_safe_render.t +Text-Xslate-3.4.0/t/900_bugs/041_cachedir_other_process.t +Text-Xslate-3.4.0/t/900_bugs/019_nested_mm.t +Text-Xslate-3.4.0/t/900_bugs/031_yappo.t +Text-Xslate-3.4.0/t/900_bugs/003_frame_access.t +Text-Xslate-3.4.0/t/900_bugs/015_my_scope.t +Text-Xslate-3.4.0/t/900_bugs/issue79/ +Text-Xslate-3.4.0/t/900_bugs/issue79/tmpl/ +Text-Xslate-3.4.0/t/900_bugs/issue79/tmpl/contentB.tt +Text-Xslate-3.4.0/t/900_bugs/issue79/tmpl/wrapperA.tt +Text-Xslate-3.4.0/t/900_bugs/issue79/tmpl/contentA.tt +Text-Xslate-3.4.0/t/900_bugs/issue79/tmpl/wrapperB.tt +Text-Xslate-3.4.0/t/900_bugs/issue79/xslate.pl +Text-Xslate-3.4.0/t/900_bugs/027_issue65.t +Text-Xslate-3.4.0/t/900_bugs/018_lvar_in_macro.pl +Text-Xslate-3.4.0/t/900_bugs/014_too_large_int.t +Text-Xslate-3.4.0/t/900_bugs/035_issue81_tiedhash.t +Text-Xslate-3.4.0/t/900_bugs/017_unallocated.t +Text-Xslate-3.4.0/t/900_bugs/016_x_in_tterse.t +Text-Xslate-3.4.0/t/900_bugs/042_perl59_issue.t +Text-Xslate-3.4.0/t/900_bugs/039_issue96.t +Text-Xslate-3.4.0/t/900_bugs/020_switch_foo.t +Text-Xslate-3.4.0/t/900_bugs/045_issue130.t +Text-Xslate-3.4.0/t/900_bugs/012_ltgt_in_comments.t +Text-Xslate-3.4.0/t/900_bugs/038_conbine_flaged_utf8_and_other.t +Text-Xslate-3.4.0/t/900_bugs/007_uuv.t +Text-Xslate-3.4.0/t/900_bugs/048_issue172.t +Text-Xslate-3.4.0/t/900_bugs/046_issue156.t +Text-Xslate-3.4.0/t/900_bugs/044_empty_result.t +Text-Xslate-3.4.0/t/900_bugs/026_issue61.t +Text-Xslate-3.4.0/t/900_bugs/010_widechar_for_md5.t +Text-Xslate-3.4.0/t/900_bugs/024_use_cache.t +Text-Xslate-3.4.0/t/900_bugs/022_empty_if_block.t +Text-Xslate-3.4.0/t/900_bugs/021_cached_enc.t +Text-Xslate-3.4.0/t/900_bugs/037_text_str_key.t +Text-Xslate-3.4.0/t/900_bugs/002_addfunc.t +Text-Xslate-3.4.0/xt/ +Text-Xslate-3.4.0/xt/04_synopsis.t +Text-Xslate-3.4.0/xt/101_eg_psgi.t +Text-Xslate-3.4.0/xt/01_podspell.t +Text-Xslate-3.4.0/xt/05_vars.t +Text-Xslate-3.4.0/xt/100_eg_pl.t +Text-Xslate-3.4.0/xt/200_depended.t +Text-Xslate-3.4.0/xt/02_pod.t +Text-Xslate-3.4.0/xt/03_pod-coverage.t +Text-Xslate-3.4.0/xslate_ops.h +Text-Xslate-3.4.0/script/ +Text-Xslate-3.4.0/script/xslate +Text-Xslate-3.4.0/MANIFEST.SKIP +Text-Xslate-3.4.0/MANIFEST +Text-Xslate-3.4.0/lib/ +Text-Xslate-3.4.0/lib/Text/ +Text-Xslate-3.4.0/lib/Text/Xslate/ +Text-Xslate-3.4.0/lib/Text/Xslate/Manual.pod +Text-Xslate-3.4.0/lib/Text/Xslate/Bridge.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Runner.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Parser.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Compiler.pm +Text-Xslate-3.4.0/lib/Text/Xslate/HashWithDefault.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Symbol.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Util.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Manual/ +Text-Xslate-3.4.0/lib/Text/Xslate/Manual/FAQ.pod +Text-Xslate-3.4.0/lib/Text/Xslate/Manual/Builtin.pod +Text-Xslate-3.4.0/lib/Text/Xslate/Manual/Debugging.pod +Text-Xslate-3.4.0/lib/Text/Xslate/Manual/Cookbook.pod +Text-Xslate-3.4.0/lib/Text/Xslate/PP.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/ +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Const.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Opcode.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Method.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/State.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Type/ +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Type/Macro.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Type/Pair.pm +Text-Xslate-3.4.0/lib/Text/Xslate/PP/Type/Raw.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Bridge/ +Text-Xslate-3.4.0/lib/Text/Xslate/Bridge/Star.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Syntax/ +Text-Xslate-3.4.0/lib/Text/Xslate/Syntax/Metakolon.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Syntax/TTerse.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Syntax/Kolon.pm +Text-Xslate-3.4.0/lib/Text/Xslate/Type/ +Text-Xslate-3.4.0/lib/Text/Xslate/Type/Raw.pm +Text-Xslate-3.4.0/lib/Text/Xslate.pm +Text-Xslate-3.4.0/xshelper.h +Text-Xslate-3.4.0/README.md +Text-Xslate-3.4.0/uri_unsafe.h +Text-Xslate-3.4.0/META.yml +Text-Xslate-3.4.0/Makefile.PL +Text-Xslate-3.4.0/src/ +Text-Xslate-3.4.0/src/xslate_opcode.inc +Text-Xslate-3.4.0/src/xslate_methods.xs +Text-Xslate-3.4.0/src/Text-Xslate.xs +Text-Xslate-3.4.0/HACKING +Text-Xslate-3.4.0/inc/ +Text-Xslate-3.4.0/inc/Module/ +Text-Xslate-3.4.0/inc/Module/Install.pm +Text-Xslate-3.4.0/inc/Module/Install/ +Text-Xslate-3.4.0/inc/Module/Install/WriteAll.pm +Text-Xslate-3.4.0/inc/Module/Install/Makefile.pm +Text-Xslate-3.4.0/inc/Module/Install/Metadata.pm +Text-Xslate-3.4.0/inc/Module/Install/Scripts.pm +Text-Xslate-3.4.0/inc/Module/Install/Base.pm +Text-Xslate-3.4.0/inc/Module/Install/Can.pm +Text-Xslate-3.4.0/inc/Module/Install/AuthorTests.pm +Text-Xslate-3.4.0/inc/Module/Install/XSUtil.pm +Text-Xslate-3.4.0/inc/Module/Install/TestTarget.pm +Text-Xslate-3.4.0/example/ +Text-Xslate-3.4.0/example/dynamic_functions.pl +Text-Xslate-3.4.0/example/simple.psgi +Text-Xslate-3.4.0/example/fillinform.pl.gold +Text-Xslate-3.4.0/example/mojo.psgi.gold +Text-Xslate-3.4.0/example/err_handler.pl +Text-Xslate-3.4.0/example/amon2.psgi.gold +Text-Xslate-3.4.0/example/simple.psgi.gold +Text-Xslate-3.4.0/example/put_js.pl +Text-Xslate-3.4.0/example/list.pl.gold +Text-Xslate-3.4.0/example/fillinform.pl +Text-Xslate-3.4.0/example/list.pl +Text-Xslate-3.4.0/example/list.tx +Text-Xslate-3.4.0/example/form.psgi +Text-Xslate-3.4.0/example/base.tx +Text-Xslate-3.4.0/example/i18n.pl.gold +Text-Xslate-3.4.0/example/hello.pl.gold +Text-Xslate-3.4.0/example/locale/ +Text-Xslate-3.4.0/example/locale/ja.po +Text-Xslate-3.4.0/example/autolink.pl +Text-Xslate-3.4.0/example/htmltemplate.pl +Text-Xslate-3.4.0/example/hello.tx +Text-Xslate-3.4.0/example/cascade.pl +Text-Xslate-3.4.0/example/i18n-data-localize.pl.gold +Text-Xslate-3.4.0/example/i18n-data-localize.pl +Text-Xslate-3.4.0/example/hello.tmpl +Text-Xslate-3.4.0/example/data_section.pl +Text-Xslate-3.4.0/example/htparser.pl +Text-Xslate-3.4.0/example/hello.pl +Text-Xslate-3.4.0/example/cascade.pl.gold +Text-Xslate-3.4.0/example/bridge.tx +Text-Xslate-3.4.0/example/chained-scope.pl.gold +Text-Xslate-3.4.0/example/cascade.tx +Text-Xslate-3.4.0/example/put_js.pl.gold +Text-Xslate-3.4.0/example/autolink.pl.gold +Text-Xslate-3.4.0/example/amon2.psgi +Text-Xslate-3.4.0/example/mojo.psgi +Text-Xslate-3.4.0/example/bridge.pl +Text-Xslate-3.4.0/example/i18n.pl +Text-Xslate-3.4.0/example/data_section.pl.gold +Text-Xslate-3.4.0/example/form.psgi.gold +Text-Xslate-3.4.0/example/chained-scope.pl +Text-Xslate-3.4.0/example/dynamic_functions.tx +Text-Xslate-3.4.0/Changes +Text-Xslate-3.4.0/xslate.h +Text-Xslate-3.4.0/tool/ +Text-Xslate-3.4.0/tool/opcode_for_pp.PL +Text-Xslate-3.4.0/tool/disasm.pl +Text-Xslate-3.4.0/tool/uri_unsafe.PL +Text-Xslate-3.4.0/tool/opcode.PL +Entering Text-Xslate-3.4.0 +Checking configure dependencies from META.yml +Checking if you have Devel::PPPort 3.19 ... Yes (3.36) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Text-Xslate-3.4.0 ... Writing ppport.h +Warning: prerequisite Data::MessagePack 0.38 not found. +Warning: prerequisite Mouse v2.4.5 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Text::Xslate +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Devel::PPPort 3.19 ... Yes (3.36) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have Data::MessagePack 0.38 ... No +Checking if you have XSLoader 0.02 ... Yes (0.27) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Mouse v2.4.5 ... No +Checking if you have parent 0.221 ... Yes (0.236) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Searching Data::MessagePack (0.38) on cpanmetadb ... +OK +==> Found dependencies: Data::MessagePack, Mouse +--2017-10-09 07:52:27-- http://cpanmetadb.plackperl.org/v1.0/package/Data::MessagePack +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 172 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 34.0M=0s + +2017-10-09 07:52:27 (34.0 MB/s) - written to stdout [172/172] + +--> Working on Data::MessagePack +Fetching http://www.cpan.org/authors/id/S/SY/SYOHEX/Data-MessagePack-1.00.tar.gz ... --2017-10-09 07:52:27-- http://www.cpan.org/authors/id/S/SY/SYOHEX/Data-MessagePack-1.00.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95172 (93K) [application/x-gzip] +Saving to: ‘Data-MessagePack-1.00.tar.gz’ + + 0K .......... .......... .......... .......... .......... 53% 23.9M 0s + 50K .......... .......... .......... .......... .. 100% 41.8M=0.003s + +2017-10-09 07:52:28 (29.8 MB/s) - ‘Data-MessagePack-1.00.tar.gz’ saved [95172/95172] + +Unpacking Data-MessagePack-1.00.tar.gz +OK +Data-MessagePack-1.00/ +Data-MessagePack-1.00/benchmark/ +Data-MessagePack-1.00/benchmark/serialize.pl +Data-MessagePack-1.00/benchmark/data.pl +Data-MessagePack-1.00/benchmark/size.pl +Data-MessagePack-1.00/benchmark/deserialize.pl +Data-MessagePack-1.00/include/ +Data-MessagePack-1.00/include/msgpack/ +Data-MessagePack-1.00/include/msgpack/pack_define.h +Data-MessagePack-1.00/include/msgpack/unpack_define.h +Data-MessagePack-1.00/include/msgpack/sysdep.h +Data-MessagePack-1.00/include/msgpack/unpack.h +Data-MessagePack-1.00/include/msgpack/pack.h +Data-MessagePack-1.00/include/msgpack/predef.h +Data-MessagePack-1.00/include/msgpack/pack_template.h +Data-MessagePack-1.00/include/msgpack/predef/ +Data-MessagePack-1.00/include/msgpack/predef/os/ +Data-MessagePack-1.00/include/msgpack/predef/os/android.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd.h +Data-MessagePack-1.00/include/msgpack/predef/os/ios.h +Data-MessagePack-1.00/include/msgpack/predef/os/hpux.h +Data-MessagePack-1.00/include/msgpack/predef/os/unix.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/ +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/open.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/free.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/dragonfly.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/bsdi.h +Data-MessagePack-1.00/include/msgpack/predef/os/bsd/net.h +Data-MessagePack-1.00/include/msgpack/predef/os/beos.h +Data-MessagePack-1.00/include/msgpack/predef/os/vms.h +Data-MessagePack-1.00/include/msgpack/predef/os/irix.h +Data-MessagePack-1.00/include/msgpack/predef/os/haiku.h +Data-MessagePack-1.00/include/msgpack/predef/os/macos.h +Data-MessagePack-1.00/include/msgpack/predef/os/aix.h +Data-MessagePack-1.00/include/msgpack/predef/os/qnxnto.h +Data-MessagePack-1.00/include/msgpack/predef/os/cygwin.h +Data-MessagePack-1.00/include/msgpack/predef/os/amigaos.h +Data-MessagePack-1.00/include/msgpack/predef/os/os400.h +Data-MessagePack-1.00/include/msgpack/predef/os/windows.h +Data-MessagePack-1.00/include/msgpack/predef/os/linux.h +Data-MessagePack-1.00/include/msgpack/predef/os/solaris.h +Data-MessagePack-1.00/include/msgpack/predef/version_number.h +Data-MessagePack-1.00/include/msgpack/predef/library/ +Data-MessagePack-1.00/include/msgpack/predef/library/c.h +Data-MessagePack-1.00/include/msgpack/predef/library/std.h +Data-MessagePack-1.00/include/msgpack/predef/library/c/ +Data-MessagePack-1.00/include/msgpack/predef/library/c/gnu.h +Data-MessagePack-1.00/include/msgpack/predef/library/c/vms.h +Data-MessagePack-1.00/include/msgpack/predef/library/c/zos.h +Data-MessagePack-1.00/include/msgpack/predef/library/c/_prefix.h +Data-MessagePack-1.00/include/msgpack/predef/library/c/uc.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/ +Data-MessagePack-1.00/include/msgpack/predef/library/std/sgi.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/dinkumware.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/roguewave.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/stdcpp3.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/_prefix.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/libcomo.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/vacpp.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/modena.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/stlport.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/msl.h +Data-MessagePack-1.00/include/msgpack/predef/library/std/cxx.h +Data-MessagePack-1.00/include/msgpack/predef/version.h +Data-MessagePack-1.00/include/msgpack/predef/platform.h +Data-MessagePack-1.00/include/msgpack/predef/language/ +Data-MessagePack-1.00/include/msgpack/predef/language/objc.h +Data-MessagePack-1.00/include/msgpack/predef/language/stdc.h +Data-MessagePack-1.00/include/msgpack/predef/language/stdcpp.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/ +Data-MessagePack-1.00/include/msgpack/predef/compiler/sunpro.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/digitalmars.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/gcc.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/iar.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/sgi_mipspro.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/greenhills.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/diab.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/gcc_xml.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/borland.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/microtec.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/watcom.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/compaq.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/mpw.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/pgi.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/ibm.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/kai.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/dignus.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/palm.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/metaware.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/comeau.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/intel.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/llvm.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/edg.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/ekopath.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/tendra.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/visualc.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/hp_acc.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/metrowerks.h +Data-MessagePack-1.00/include/msgpack/predef/compiler/clang.h +Data-MessagePack-1.00/include/msgpack/predef/compiler.h +Data-MessagePack-1.00/include/msgpack/predef/language.h +Data-MessagePack-1.00/include/msgpack/predef/make.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/ +Data-MessagePack-1.00/include/msgpack/predef/architecture/pyramid.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/sys370.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/sys390.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/z.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/mips.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/x86.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/rs6k.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/parisc.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/ia64.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/sparc.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/x86/ +Data-MessagePack-1.00/include/msgpack/predef/architecture/x86/64.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/x86/32.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/blackfin.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/superh.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/alpha.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/ppc.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/m68k.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/convex.h +Data-MessagePack-1.00/include/msgpack/predef/architecture/arm.h +Data-MessagePack-1.00/include/msgpack/predef/other/ +Data-MessagePack-1.00/include/msgpack/predef/other/endian.h +Data-MessagePack-1.00/include/msgpack/predef/other.h +Data-MessagePack-1.00/include/msgpack/predef/os.h +Data-MessagePack-1.00/include/msgpack/predef/detail/ +Data-MessagePack-1.00/include/msgpack/predef/detail/endian_compat.h +Data-MessagePack-1.00/include/msgpack/predef/detail/os_detected.h +Data-MessagePack-1.00/include/msgpack/predef/detail/test.h +Data-MessagePack-1.00/include/msgpack/predef/detail/_exception.h +Data-MessagePack-1.00/include/msgpack/predef/detail/_cassert.h +Data-MessagePack-1.00/include/msgpack/predef/detail/comp_detected.h +Data-MessagePack-1.00/include/msgpack/predef/detail/platform_detected.h +Data-MessagePack-1.00/include/msgpack/predef/architecture.h +Data-MessagePack-1.00/include/msgpack/predef/library.h +Data-MessagePack-1.00/include/msgpack/predef/platform/ +Data-MessagePack-1.00/include/msgpack/predef/platform/windows_store.h +Data-MessagePack-1.00/include/msgpack/predef/platform/mingw.h +Data-MessagePack-1.00/include/msgpack/predef/platform/windows_desktop.h +Data-MessagePack-1.00/include/msgpack/predef/platform/windows_runtime.h +Data-MessagePack-1.00/include/msgpack/predef/platform/windows_phone.h +Data-MessagePack-1.00/include/msgpack/unpack_template.h +Data-MessagePack-1.00/include/msgpack.h +Data-MessagePack-1.00/xshelper.h +Data-MessagePack-1.00/inc/ +Data-MessagePack-1.00/inc/Module/ +Data-MessagePack-1.00/inc/Module/Install/ +Data-MessagePack-1.00/inc/Module/Install/Base.pm +Data-MessagePack-1.00/inc/Module/Install/AuthorTests.pm +Data-MessagePack-1.00/inc/Module/Install/Fetch.pm +Data-MessagePack-1.00/inc/Module/Install/Can.pm +Data-MessagePack-1.00/inc/Module/Install/WriteAll.pm +Data-MessagePack-1.00/inc/Module/Install/Win32.pm +Data-MessagePack-1.00/inc/Module/Install/Makefile.pm +Data-MessagePack-1.00/inc/Module/Install/XSUtil.pm +Data-MessagePack-1.00/inc/Module/Install/Metadata.pm +Data-MessagePack-1.00/inc/Module/Install.pm +Data-MessagePack-1.00/README +Data-MessagePack-1.00/lib/ +Data-MessagePack-1.00/lib/Data/ +Data-MessagePack-1.00/lib/Data/MessagePack/ +Data-MessagePack-1.00/lib/Data/MessagePack/Unpacker.pod +Data-MessagePack-1.00/lib/Data/MessagePack/Boolean.pm +Data-MessagePack-1.00/lib/Data/MessagePack/PP.pm +Data-MessagePack-1.00/lib/Data/MessagePack.pm +Data-MessagePack-1.00/.travis.yml +Data-MessagePack-1.00/t/ +Data-MessagePack-1.00/t/09_stddata.t +Data-MessagePack-1.00/t/11_stream_unpack3.t +Data-MessagePack-1.00/t/03_stream_unpack.t +Data-MessagePack-1.00/t/20_de.t +Data-MessagePack-1.00/t/16_unpacker_for_larges.t +Data-MessagePack-1.00/t/10_splitted_bytes.t +Data-MessagePack-1.00/t/02_unpack.t +Data-MessagePack-1.00/t/19_utf8_property.t +Data-MessagePack-1.00/t/17_canonical.t +Data-MessagePack-1.00/t/21_dirty_float.t +Data-MessagePack-1.00/t/06_stream_unpack2.t +Data-MessagePack-1.00/t/04_invert.t +Data-MessagePack-1.00/t/14_invalid_data.t +Data-MessagePack-1.00/t/23-empty-key.t +Data-MessagePack-1.00/t/data.pl +Data-MessagePack-1.00/t/std/ +Data-MessagePack-1.00/t/std/cases.mpac +Data-MessagePack-1.00/t/std/cases_compact.mpac +Data-MessagePack-1.00/t/50_leaktrace.t +Data-MessagePack-1.00/t/01_pack.t +Data-MessagePack-1.00/t/00_compile.t +Data-MessagePack-1.00/t/18_new_interface.t +Data-MessagePack-1.00/t/Util.pm +Data-MessagePack-1.00/t/13_booleans.t +Data-MessagePack-1.00/t/22_pid_pack_unpack.t +Data-MessagePack-1.00/t/24_tied.t +Data-MessagePack-1.00/t/15_utf8.t +Data-MessagePack-1.00/t/05_preferred_int.t +Data-MessagePack-1.00/t/07_break.t +Data-MessagePack-1.00/t/08_cycle.t +Data-MessagePack-1.00/t/40_threads.t +Data-MessagePack-1.00/t/12_stream_unpack4.t +Data-MessagePack-1.00/META.yml +Data-MessagePack-1.00/Changes +Data-MessagePack-1.00/xt/ +Data-MessagePack-1.00/xt/leaks/ +Data-MessagePack-1.00/xt/leaks/stream.t +Data-MessagePack-1.00/xt/leaks/normal.t +Data-MessagePack-1.00/xt/99_pod.t +Data-MessagePack-1.00/.gitmodules +Data-MessagePack-1.00/xs-src/ +Data-MessagePack-1.00/xs-src/unpack.c +Data-MessagePack-1.00/xs-src/pack.c +Data-MessagePack-1.00/xs-src/MessagePack.xs +Data-MessagePack-1.00/MANIFEST +Data-MessagePack-1.00/Makefile.PL +Data-MessagePack-1.00/LICENSE +Entering Data-MessagePack-1.00 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have Devel::PPPort 3.19 ... Yes (3.36) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Running Makefile.PL +Configuring Data-MessagePack-1.00 ... Writing ppport.h +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::MessagePack +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Devel::PPPort 3.19 ... Yes (3.36) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have XSLoader 0.02 ... Yes (0.27) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Data-MessagePack-1.00 ... cp lib/Data/MessagePack/Unpacker.pod blib/lib/Data/MessagePack/Unpacker.pod +cp lib/Data/MessagePack.pm blib/lib/Data/MessagePack.pm +cp lib/Data/MessagePack/Boolean.pm blib/lib/Data/MessagePack/Boolean.pm +cp lib/Data/MessagePack/PP.pm blib/lib/Data/MessagePack/PP.pm +Running Mkbootstrap for MessagePack () +chmod 644 "MessagePack.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- MessagePack.bs blib/arch/auto/Data/MessagePack/MessagePack.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' xs-src/MessagePack.xs > xs-src/MessagePack.xsc +Please specify prototyping behavior for MessagePack.xs (see perlxs manual) +mv xs-src/MessagePack.xsc xs-src/MessagePack.c +cc -c "-I." "-Iinclude" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/MessagePack.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DUSE_PPPORT xs-src/MessagePack.c +cc -c "-I." "-Iinclude" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/pack.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DUSE_PPPORT xs-src/pack.c +cc -c "-I." "-Iinclude" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"1.00\" -DXS_VERSION=\"1.00\" -o xs-src/unpack.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DUSE_PPPORT xs-src/unpack.c +In file included from xs-src/unpack.c:286:0: +include/msgpack/unpack_template.h: In function ‘template_execute’: +include/msgpack/unpack_template.h:250:17: warning: this statement may fall through [-Wimplicit-fallthrough=] + ++p; + ^~~ +include/msgpack/unpack_template.h:252:13: note: here + default: + ^~~~~~~ +rm -f blib/arch/auto/Data/MessagePack/MessagePack.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong xs-src/MessagePack.o xs-src/pack.o xs-src/unpack.o -o blib/arch/auto/Data/MessagePack/MessagePack.so \ + \ + +chmod 755 blib/arch/auto/Data/MessagePack/MessagePack.so +Manifying 3 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- MessagePack.bs blib/arch/auto/Data/MessagePack/MessagePack.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +# Testing Data::MessagePack/1.00 (XS) +# byteoder: 12345678, ivsize=8 +t/00_compile.t .............. ok +t/01_pack.t ................. ok +t/02_unpack.t ............... ok +t/03_stream_unpack.t ........ ok +t/04_invert.t ............... ok +t/05_preferred_int.t ........ ok +t/06_stream_unpack2.t ....... ok +t/07_break.t ................ ok +t/08_cycle.t ................ ok +t/09_stddata.t .............. ok +t/10_splitted_bytes.t ....... ok +t/11_stream_unpack3.t ....... ok +t/12_stream_unpack4.t ....... ok +t/13_booleans.t ............. ok +t/14_invalid_data.t ......... ok +t/15_utf8.t ................. ok +t/16_unpacker_for_larges.t .. ok +t/17_canonical.t ............ ok +t/18_new_interface.t ........ ok +t/19_utf8_property.t ........ ok +t/20_de.t ................... ok +t/21_dirty_float.t .......... ok +t/22_pid_pack_unpack.t ...... ok +t/23-empty-key.t ............ ok +t/24_tied.t ................. ok +t/40_threads.t .............. skipped: no threads +t/50_leaktrace.t ............ ok +All tests successful. + +Test Summary Report +------------------- +t/23-empty-key.t (Wstat: 0 Tests: 3 Failed: 0) + TODO passed: 1-2 +Files=27, Tests=568, 3 wallclock secs ( 0.17 usr 0.03 sys + 1.60 cusr 0.29 csys = 2.09 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- MessagePack.bs blib/arch/auto/Data/MessagePack/MessagePack.bs 644 +Manifying 3 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Data/MessagePack/MessagePack.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Data/MessagePack.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Data/MessagePack/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Data/MessagePack/Unpacker.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Data/MessagePack/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::MessagePack::PP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::MessagePack::Unpacker.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Data::MessagePack.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Data-MessagePack-1.00 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-MessagePack-1.00/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Data-MessagePack-1.00/MYMETA.json +Searching Mouse (v2.4.5) on cpanmetadb ... +--2017-10-09 07:52:33-- http://cpanmetadb.plackperl.org/v1.0/package/Mouse +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 920 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 136M=0s + +2017-10-09 07:52:33 (136 MB/s) - written to stdout [920/920] + +--> Working on Mouse +Fetching http://www.cpan.org/authors/id/G/GF/GFUJI/Mouse-v2.4.10.tar.gz ... --2017-10-09 07:52:33-- http://www.cpan.org/authors/id/G/GF/GFUJI/Mouse-v2.4.10.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 222745 (218K) [application/x-gzip] +Saving to: ‘Mouse-v2.4.10.tar.gz’ + + 0K .......... .......... .......... .......... .......... 22% 25.6M 0s + 50K .......... .......... .......... .......... .......... 45% 62.9M 0s + 100K .......... .......... .......... .......... .......... 68% 27.9M 0s + 150K .......... .......... .......... .......... .......... 91% 49.0M 0s + 200K .......... ....... 100% 23.2M=0.006s + +2017-10-09 07:52:33 (34.5 MB/s) - ‘Mouse-v2.4.10.tar.gz’ saved [222745/222745] + +Unpacking Mouse-v2.4.10.tar.gz +OK +Mouse-v2.4.10/Build.PL +Mouse-v2.4.10/Changes +Mouse-v2.4.10/LICENSE +Mouse-v2.4.10/MANIFEST.SKIP +Mouse-v2.4.10/META.json +Mouse-v2.4.10/README.md +Mouse-v2.4.10/benchmarks/accessors.pl +Mouse-v2.4.10/benchmarks/basic.pl +Mouse-v2.4.10/benchmarks/class_type.pl +Mouse-v2.4.10/benchmarks/coercion.pl +Mouse-v2.4.10/benchmarks/constructor.pl +Mouse-v2.4.10/benchmarks/load_class.pl +Mouse-v2.4.10/benchmarks/modifiers.pl +Mouse-v2.4.10/benchmarks/new_object.pl +Mouse-v2.4.10/benchmarks/subtype.pl +Mouse-v2.4.10/benchmarks/type_constraints.pl +Mouse-v2.4.10/benchmarks/vs_caf.pl +Mouse-v2.4.10/benchmarks/vs_caf_w_destructors.pl +Mouse-v2.4.10/builder/MyBuilder.pm +Mouse-v2.4.10/cpanfile +Mouse-v2.4.10/example/point.pl +Mouse-v2.4.10/example/traits.pl +Mouse-v2.4.10/example/warns.pl +Mouse-v2.4.10/lib/Mouse.pm +Mouse-v2.4.10/lib/Mouse/Exporter.pm +Mouse-v2.4.10/lib/Mouse/Meta/Attribute.pm +Mouse-v2.4.10/lib/Mouse/Meta/Class.pm +Mouse-v2.4.10/lib/Mouse/Meta/Method.pm +Mouse-v2.4.10/lib/Mouse/Meta/Method/Accessor.pm +Mouse-v2.4.10/lib/Mouse/Meta/Method/Constructor.pm +Mouse-v2.4.10/lib/Mouse/Meta/Method/Delegation.pm +Mouse-v2.4.10/lib/Mouse/Meta/Method/Destructor.pm +Mouse-v2.4.10/lib/Mouse/Meta/Module.pm +Mouse-v2.4.10/lib/Mouse/Meta/Role.pm +Mouse-v2.4.10/lib/Mouse/Meta/Role/Application.pm +Mouse-v2.4.10/lib/Mouse/Meta/Role/Composite.pm +Mouse-v2.4.10/lib/Mouse/Meta/Role/Method.pm +Mouse-v2.4.10/lib/Mouse/Meta/TypeConstraint.pm +Mouse-v2.4.10/lib/Mouse/Object.pm +Mouse-v2.4.10/lib/Mouse/PurePerl.pm +Mouse-v2.4.10/lib/Mouse/Role.pm +Mouse-v2.4.10/lib/Mouse/Spec.pm +Mouse-v2.4.10/lib/Mouse/Tiny.pod +Mouse-v2.4.10/lib/Mouse/TypeRegistry.pm +Mouse-v2.4.10/lib/Mouse/Util.pm +Mouse-v2.4.10/lib/Mouse/Util/MetaRole.pm +Mouse-v2.4.10/lib/Mouse/Util/TypeConstraints.pm +Mouse-v2.4.10/lib/Mouse/XS.pod +Mouse-v2.4.10/lib/Squirrel.pm +Mouse-v2.4.10/lib/Squirrel/Role.pm +Mouse-v2.4.10/lib/Test/Mouse.pm +Mouse-v2.4.10/lib/ouse.pm +Mouse-v2.4.10/minil.toml +Mouse-v2.4.10/mouse.h +Mouse-v2.4.10/t/000-load.t +Mouse-v2.4.10/t/000_recipes/002_schwartz_tutorial.t +Mouse-v2.4.10/t/000_recipes/basics-recipe10.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe1.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe2.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe3.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe4.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe5.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_basics_recipe6.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_extending_recipe3.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_meta_recipe2.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_meta_recipe3.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_roles_recipe1.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_roles_recipe2.t +Mouse-v2.4.10/t/000_recipes/moose_cookbook_roles_recipe3.t +Mouse-v2.4.10/t/001_mouse/001-strict-and-warnings.t +Mouse-v2.4.10/t/001_mouse/002-subclass.t +Mouse-v2.4.10/t/001_mouse/006-unimport.t +Mouse-v2.4.10/t/001_mouse/007-attributes.t +Mouse-v2.4.10/t/001_mouse/008-default.t +Mouse-v2.4.10/t/001_mouse/010-required.t +Mouse-v2.4.10/t/001_mouse/011-lazy.t +Mouse-v2.4.10/t/001_mouse/013-predicate-and-clearer.t +Mouse-v2.4.10/t/001_mouse/014-build.t +Mouse-v2.4.10/t/001_mouse/015-demolish.t +Mouse-v2.4.10/t/001_mouse/016-trigger.t +Mouse-v2.4.10/t/001_mouse/017-default-reference.t +Mouse-v2.4.10/t/001_mouse/018-multiattr-has.t +Mouse-v2.4.10/t/001_mouse/019-handles.t +Mouse-v2.4.10/t/001_mouse/020-load-class.t +Mouse-v2.4.10/t/001_mouse/021-weak-ref.t +Mouse-v2.4.10/t/001_mouse/022-init-arg.t +Mouse-v2.4.10/t/001_mouse/023-builder.t +Mouse-v2.4.10/t/001_mouse/024-isa.t +Mouse-v2.4.10/t/001_mouse/025-more-isa.t +Mouse-v2.4.10/t/001_mouse/026-auto-deref.t +Mouse-v2.4.10/t/001_mouse/027-modifiers.t +Mouse-v2.4.10/t/001_mouse/028-subclass-attr.t +Mouse-v2.4.10/t/001_mouse/029-new.t +Mouse-v2.4.10/t/001_mouse/030-has-plus.t +Mouse-v2.4.10/t/001_mouse/031-clone.t +Mouse-v2.4.10/t/001_mouse/032-buildargs.t +Mouse-v2.4.10/t/001_mouse/033-requires.t +Mouse-v2.4.10/t/001_mouse/034-apply_all_roles.t +Mouse-v2.4.10/t/001_mouse/035-apply-roles-to-roles.t +Mouse-v2.4.10/t/001_mouse/036-with-method-alias.t +Mouse-v2.4.10/t/001_mouse/037-dont-load-test-exception.t +Mouse-v2.4.10/t/001_mouse/039-subtype.t +Mouse-v2.4.10/t/001_mouse/040-existing-subclass.t +Mouse-v2.4.10/t/001_mouse/041-enum.t +Mouse-v2.4.10/t/001_mouse/042-override.t +Mouse-v2.4.10/t/001_mouse/043-parameterized-type.t +Mouse-v2.4.10/t/001_mouse/044-attribute-metaclass.t +Mouse-v2.4.10/t/001_mouse/045-import-into_level.t +Mouse-v2.4.10/t/001_mouse/046-meta-add_attribute.t +Mouse-v2.4.10/t/001_mouse/047-attribute-metaclass-role.t +Mouse-v2.4.10/t/001_mouse/049-coercion-application-order.t +Mouse-v2.4.10/t/001_mouse/050-inherited-immutable-constructor-bug.t +Mouse-v2.4.10/t/001_mouse/051_throw_error.t +Mouse-v2.4.10/t/001_mouse/052-undefined-type-in-union.t +Mouse-v2.4.10/t/001_mouse/053-extends-meta.t +Mouse-v2.4.10/t/001_mouse/054-anon-leak.t +Mouse-v2.4.10/t/001_mouse/055-exporter.t +Mouse-v2.4.10/t/001_mouse/056-role-combine.t +Mouse-v2.4.10/t/001_mouse/057_subtype_without_where.t +Mouse-v2.4.10/t/001_mouse/058-accessor-leaks.t +Mouse-v2.4.10/t/001_mouse/059-weak-with-default.t +Mouse-v2.4.10/t/001_mouse/060-threads.t +Mouse-v2.4.10/t/001_mouse/061-metaclass-compatibility.t +Mouse-v2.4.10/t/001_mouse/062-duck_type.t +Mouse-v2.4.10/t/001_mouse/063-meta-of-metaclasses.t +Mouse-v2.4.10/t/001_mouse/064-class-c3.t +Mouse-v2.4.10/t/001_mouse/065-attr-mop.t +Mouse-v2.4.10/t/001_mouse/066-magic.t +Mouse-v2.4.10/t/001_mouse/067-traits.t +Mouse-v2.4.10/t/001_mouse/068-strict-constructor.t +Mouse-v2.4.10/t/001_mouse/069-add-modifier.t +Mouse-v2.4.10/t/001_mouse/070-inherit-role-attr.t +Mouse-v2.4.10/t/001_mouse/071_tc_dualvar.t +Mouse-v2.4.10/t/001_mouse/072_tc_extra_args.t +Mouse-v2.4.10/t/001_mouse/073_errsv.t +Mouse-v2.4.10/t/001_mouse/074_default_errsv.t +Mouse-v2.4.10/t/001_mouse/100-meta-class.t +Mouse-v2.4.10/t/001_mouse/101-meta-attribute.t +Mouse-v2.4.10/t/001_mouse/102-attr-default-with-instance.t +Mouse-v2.4.10/t/001_mouse/103-attr-default-with-instance-leak.t +Mouse-v2.4.10/t/001_mouse/301-bugs-non-mouse.t +Mouse-v2.4.10/t/001_mouse/400-define-role.t +Mouse-v2.4.10/t/001_mouse/401-meta-role.t +Mouse-v2.4.10/t/001_mouse/402-attribute-application.t +Mouse-v2.4.10/t/001_mouse/403-method-modifiers.t +Mouse-v2.4.10/t/001_mouse/404-role-overrides.t +Mouse-v2.4.10/t/001_mouse/600-tiny-tiny.t +Mouse-v2.4.10/t/001_mouse/601-tiny-mouse.t +Mouse-v2.4.10/t/001_mouse/602-mouse-tiny.t +Mouse-v2.4.10/t/001_mouse/603-mouse-pureperl.t +Mouse-v2.4.10/t/001_mouse/801-coerce.t +Mouse-v2.4.10/t/001_mouse/802-coerce_multi_class.t +Mouse-v2.4.10/t/001_mouse/804-immutable-demolish.t +Mouse-v2.4.10/t/001_mouse/805-class_type.t +Mouse-v2.4.10/t/001_mouse/806-role_type.t +Mouse-v2.4.10/t/001_mouse/807-multi-roles.t +Mouse-v2.4.10/t/001_mouse/808-create_class.t +Mouse-v2.4.10/t/001_mouse/809-overwrite-builtin-subtype.t +Mouse-v2.4.10/t/001_mouse/810-isa-or.t +Mouse-v2.4.10/t/001_mouse/811-util-linear-isa.t +Mouse-v2.4.10/t/001_mouse/812-role-compatibility.t +Mouse-v2.4.10/t/001_mouse/813-compatibility-get_method_list.t +Mouse-v2.4.10/t/001_mouse/814-subtype-as.t +Mouse-v2.4.10/t/001_mouse/900-version-strings.t +Mouse-v2.4.10/t/010_basics/001_basic_class_setup.t +Mouse-v2.4.10/t/010_basics/002_require_superclasses.t +Mouse-v2.4.10/t/010_basics/003_super_and_override.t +Mouse-v2.4.10/t/010_basics/004_inner_and_augment.t +Mouse-v2.4.10/t/010_basics/005_override_augment_inner_super.t +Mouse-v2.4.10/t/010_basics/006_override_and_foreign_classes.t +Mouse-v2.4.10/t/010_basics/007_always_strict_warnings.t +Mouse-v2.4.10/t/010_basics/008_wrapped_method_cxt_propagation.t +Mouse-v2.4.10/t/010_basics/009_import_unimport.t +Mouse-v2.4.10/t/010_basics/010_method_modifier_with_regexp.t +Mouse-v2.4.10/t/010_basics/011_moose_respects_type_constraints.t +Mouse-v2.4.10/t/010_basics/013_create.t +Mouse-v2.4.10/t/010_basics/014_create_anon.t +Mouse-v2.4.10/t/010_basics/015_buildargs.t +Mouse-v2.4.10/t/010_basics/017_error_handling.t +Mouse-v2.4.10/t/010_basics/018_methods.t +Mouse-v2.4.10/t/010_basics/019-destruction.t +Mouse-v2.4.10/t/010_basics/020-global-destruction-helper.pl +Mouse-v2.4.10/t/010_basics/020-global-destruction.t +Mouse-v2.4.10/t/020_attributes/001_attribute_reader_generation.t +Mouse-v2.4.10/t/020_attributes/002_attribute_writer_generation.t +Mouse-v2.4.10/t/020_attributes/003_attribute_accessor_generation.t +Mouse-v2.4.10/t/020_attributes/004_attribute_triggers.t +Mouse-v2.4.10/t/020_attributes/005_attribute_does.t +Mouse-v2.4.10/t/020_attributes/006_attribute_required.t +Mouse-v2.4.10/t/020_attributes/007_attribute_custom_metaclass.t +Mouse-v2.4.10/t/020_attributes/008_attribute_type_unions.t +Mouse-v2.4.10/t/020_attributes/009_attribute_inherited_slot_specs.t +Mouse-v2.4.10/t/020_attributes/011_more_attr_delegation.t +Mouse-v2.4.10/t/020_attributes/012_misc_attribute_tests.t +Mouse-v2.4.10/t/020_attributes/013_attr_dereference_test.t +Mouse-v2.4.10/t/020_attributes/014_misc_attribute_coerce_lazy.t +Mouse-v2.4.10/t/020_attributes/015_attribute_traits.t +Mouse-v2.4.10/t/020_attributes/016_attribute_traits_registered.t +Mouse-v2.4.10/t/020_attributes/017_attribute_traits_n_meta.t +Mouse-v2.4.10/t/020_attributes/018_no_init_arg.t +Mouse-v2.4.10/t/020_attributes/020_trigger_and_coerce.t +Mouse-v2.4.10/t/020_attributes/022_illegal_options_for_inheritance.t +Mouse-v2.4.10/t/020_attributes/024_attribute_traits_parameterized.t +Mouse-v2.4.10/t/020_attributes/025_chained_coercion.t +Mouse-v2.4.10/t/020_attributes/026_attribute_without_any_methods.t +Mouse-v2.4.10/t/020_attributes/027_accessor_override_method.t +Mouse-v2.4.10/t/020_attributes/029_accessor_context.t +Mouse-v2.4.10/t/020_attributes/030_non_alpha_attr_names.t +Mouse-v2.4.10/t/020_attributes/031_delegation_and_modifiers.t +Mouse-v2.4.10/t/020_attributes/032_delegation_arg_aliasing.t +Mouse-v2.4.10/t/020_attributes/034_numeric_defaults.t +Mouse-v2.4.10/t/020_attributes/035_default_undef.t +Mouse-v2.4.10/t/020_attributes/036_clone_weak.t +Mouse-v2.4.10/t/030_roles/001_meta_role.t +Mouse-v2.4.10/t/030_roles/002_role.t +Mouse-v2.4.10/t/030_roles/003_apply_role.t +Mouse-v2.4.10/t/030_roles/004_role_composition_errors.t +Mouse-v2.4.10/t/030_roles/005_role_conflict_detection.t +Mouse-v2.4.10/t/030_roles/008_role_conflict_edge_cases.t +Mouse-v2.4.10/t/030_roles/009_more_role_edge_cases.t +Mouse-v2.4.10/t/030_roles/010_run_time_role_composition.t +Mouse-v2.4.10/t/030_roles/013_method_aliasing_in_composition.t +Mouse-v2.4.10/t/030_roles/014_more_alias_and_exclude.t +Mouse-v2.4.10/t/030_roles/015_runtime_roles_and_attrs.t +Mouse-v2.4.10/t/030_roles/016_runtime_roles_and_nonmoose.t +Mouse-v2.4.10/t/030_roles/017_extending_role_attrs.t +Mouse-v2.4.10/t/030_roles/018_runtime_roles_w_params.t +Mouse-v2.4.10/t/030_roles/019_build.t +Mouse-v2.4.10/t/030_roles/020_role_composite.t +Mouse-v2.4.10/t/030_roles/031_roles_applied_in_create.t +Mouse-v2.4.10/t/030_roles/033_role_exclusion_and_alias_bug.t +Mouse-v2.4.10/t/030_roles/034_create_role.t +Mouse-v2.4.10/t/030_roles/035_anonymous_roles.t +Mouse-v2.4.10/t/030_roles/036_free_anonymous_roles.t +Mouse-v2.4.10/t/030_roles/037_create_role_subclass.t +Mouse-v2.4.10/t/030_roles/041_empty_method_modifiers_meta_bug.t +Mouse-v2.4.10/t/030_roles/042_compose_overloading.t +Mouse-v2.4.10/t/030_roles/role_conflict_and_inheritance.t +Mouse-v2.4.10/t/040_type_constraints/002_util_type_constraints_export.t +Mouse-v2.4.10/t/040_type_constraints/003_util_std_type_constraints.t +Mouse-v2.4.10/t/040_type_constraints/004_util_find_type_constraint.t +Mouse-v2.4.10/t/040_type_constraints/005_util_type_coercion.t +Mouse-v2.4.10/t/040_type_constraints/006_util_type_reloading.t +Mouse-v2.4.10/t/040_type_constraints/007_util_more_type_coercion.t +Mouse-v2.4.10/t/040_type_constraints/009_union_types_and_coercions.t +Mouse-v2.4.10/t/040_type_constraints/010_misc_type_tests.t +Mouse-v2.4.10/t/040_type_constraints/011_container_type_constraint.t +Mouse-v2.4.10/t/040_type_constraints/015_enum.t +Mouse-v2.4.10/t/040_type_constraints/016_subtyping_parameterized_types.t +Mouse-v2.4.10/t/040_type_constraints/017_subtyping_union_types.t +Mouse-v2.4.10/t/040_type_constraints/018_custom_parameterized_types.t +Mouse-v2.4.10/t/040_type_constraints/021_maybe_type_constraint.t +Mouse-v2.4.10/t/040_type_constraints/022_custom_type_errors.t +Mouse-v2.4.10/t/040_type_constraints/023_types_and_undef.t +Mouse-v2.4.10/t/040_type_constraints/025_type_coersion_on_lazy_attributes.t +Mouse-v2.4.10/t/040_type_constraints/027_parameterize_from.t +Mouse-v2.4.10/t/040_type_constraints/029_define_type_twice_throws.t +Mouse-v2.4.10/t/040_type_constraints/031_subtype_auto_vivify_parent.t +Mouse-v2.4.10/t/040_type_constraints/032_throw_error.t +Mouse-v2.4.10/t/040_type_constraints/034_duck_types.t +Mouse-v2.4.10/t/050_metaclasses/001_custom_attr_meta_with_roles.t +Mouse-v2.4.10/t/050_metaclasses/002_custom_attr_meta_as_role.t +Mouse-v2.4.10/t/050_metaclasses/004_moose_for_meta.t +Mouse-v2.4.10/t/050_metaclasses/011_init_meta.t +Mouse-v2.4.10/t/050_metaclasses/013_metaclass_traits.t +Mouse-v2.4.10/t/050_metaclasses/017_use_base_of_moose.t +Mouse-v2.4.10/t/050_metaclasses/020_metaclass_parameterized_traits.t +Mouse-v2.4.10/t/050_metaclasses/021_export_with_prototype.t +Mouse-v2.4.10/t/050_metaclasses/041_mnmcim.t +Mouse-v2.4.10/t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t +Mouse-v2.4.10/t/050_metaclasses/051_metarole_on_anon.t +Mouse-v2.4.10/t/050_metaclasses/052_new_object_BUILD.t +Mouse-v2.4.10/t/050_metaclasses/053_immutable_metaclass_compat_bug.t +Mouse-v2.4.10/t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t +Mouse-v2.4.10/t/100_bugs/001_subtype_quote_bug.t +Mouse-v2.4.10/t/100_bugs/002_subtype_conflict_bug.t +Mouse-v2.4.10/t/100_bugs/003_Moose_Object_error.t +Mouse-v2.4.10/t/100_bugs/003_Mouse_Object_error.t +Mouse-v2.4.10/t/100_bugs/004_subclass_use_base_bug.t +Mouse-v2.4.10/t/100_bugs/005_inline_reader_bug.t +Mouse-v2.4.10/t/100_bugs/007_reader_precedence_bug.t +Mouse-v2.4.10/t/100_bugs/009_augment_recursion_bug.t +Mouse-v2.4.10/t/100_bugs/010_immutable_n_default_x2.t +Mouse-v2.4.10/t/100_bugs/011_DEMOLISH_eats_exceptions.t +Mouse-v2.4.10/t/100_bugs/012_DEMOLISH_eats_mini.t +Mouse-v2.4.10/t/100_bugs/013_lazybuild_required_undef.t +Mouse-v2.4.10/t/100_bugs/016_inheriting_from_roles.t +Mouse-v2.4.10/t/100_bugs/017_type_constraint_messages.t +Mouse-v2.4.10/t/100_bugs/019_moose_octal_defaults.t +Mouse-v2.4.10/t/100_bugs/020_super_recursion.t +Mouse-v2.4.10/t/100_bugs/022_role_caller.t +Mouse-v2.4.10/t/100_bugs/025_universal_methods_wrappable.t +Mouse-v2.4.10/t/100_bugs/026_create_anon_recursion.t +Mouse-v2.4.10/t/100_bugs/027_constructor_object_overload.t +Mouse-v2.4.10/t/100_bugs/029_instance_application_role_args.t +Mouse-v2.4.10/t/100_bugs/030_coerce_without_coercion.t +Mouse-v2.4.10/t/101_issues/016_Bool.t +Mouse-v2.4.10/t/200_examples/001_example.t +Mouse-v2.4.10/t/200_examples/003_example.t +Mouse-v2.4.10/t/200_examples/004_example_w_DCS.t +Mouse-v2.4.10/t/200_examples/005_example_w_TestDeep.t +Mouse-v2.4.10/t/200_examples/0071_Child_Parent_attr_inherit_imm.t +Mouse-v2.4.10/t/200_examples/007_Child_Parent_attr_inherit.t +Mouse-v2.4.10/t/200_examples/008_record_set_iterator.t +Mouse-v2.4.10/t/300_immutable/001_immutable_moose.t +Mouse-v2.4.10/t/300_immutable/002_apply_roles_to_immutable.t +Mouse-v2.4.10/t/300_immutable/003_immutable_meta_class.t +Mouse-v2.4.10/t/300_immutable/004_inlined_constructors_n_types.t +Mouse-v2.4.10/t/300_immutable/005_multiple_demolish_inline.t +Mouse-v2.4.10/t/300_immutable/007_immutable_trigger_from_constructor.t +Mouse-v2.4.10/t/300_immutable/008_immutable_constructor_error.t +Mouse-v2.4.10/t/300_immutable/009_buildargs.t +Mouse-v2.4.10/t/300_immutable/012_default_values.t +Mouse-v2.4.10/t/300_immutable/013_immutable_roundtrip.t +Mouse-v2.4.10/t/300_immutable/014_immutable_metaclass_with_traits.t +Mouse-v2.4.10/t/300_immutable/016_inline_fallbacks.t +Mouse-v2.4.10/t/300_immutable/101-immutable-default.t +Mouse-v2.4.10/t/400_mouse_util/001_moose_util.t +Mouse-v2.4.10/t/400_mouse_util/002_moose_util_does_role.t +Mouse-v2.4.10/t/400_mouse_util/007_apply_roles.t +Mouse-v2.4.10/t/500_test_moose/001_test_moose.t +Mouse-v2.4.10/t/500_test_moose/002_test_moose_does_ok.t +Mouse-v2.4.10/t/500_test_moose/003_test_moose_has_attribute_ok.t +Mouse-v2.4.10/t/500_test_moose/004_test_moose_meta_ok.t +Mouse-v2.4.10/t/500_test_moose/005_with_immutable.t +Mouse-v2.4.10/t/800_with_external/001-pod-coverage-moose.t +Mouse-v2.4.10/t/800_with_external/002-externals.t +Mouse-v2.4.10/t/800_with_external/lib/Foo.pm +Mouse-v2.4.10/t/810_with_moose/201-squirrel.t +Mouse-v2.4.10/t/810_with_moose/202-squirrel-role.t +Mouse-v2.4.10/t/810_with_moose/500_moose_extends_mouse.t +Mouse-v2.4.10/t/810_with_moose/501_moose_coerce_mouse.t +Mouse-v2.4.10/t/900_mouse_bugs/001_immutable_types.t +Mouse-v2.4.10/t/900_mouse_bugs/002_does_role_should_search_parent.t +Mouse-v2.4.10/t/900_mouse_bugs/003_RT50421.t +Mouse-v2.4.10/t/900_mouse_bugs/004_RT54203.t +Mouse-v2.4.10/t/900_mouse_bugs/005_large_int.t +Mouse-v2.4.10/t/900_mouse_bugs/006_RT69939.t +Mouse-v2.4.10/t/900_mouse_bugs/007_RT56523.t +Mouse-v2.4.10/t/900_mouse_bugs/008_RT56837.t +Mouse-v2.4.10/t/900_mouse_bugs/009_RT57144.t +Mouse-v2.4.10/t/900_mouse_bugs/010_use_mouse_before_tb2.t +Mouse-v2.4.10/t/900_mouse_bugs/011_RT61852.t +Mouse-v2.4.10/t/900_mouse_bugs/012_RT61906.t +Mouse-v2.4.10/t/900_mouse_bugs/013_RT73592_tied_.t +Mouse-v2.4.10/t/900_mouse_bugs/014_autoload.t +Mouse-v2.4.10/t/900_mouse_bugs/015_issue7_memleak.t +Mouse-v2.4.10/t/900_mouse_bugs/016_issue17_memleak.t +Mouse-v2.4.10/t/900_mouse_bugs/017_issue29.t +Mouse-v2.4.10/t/900_mouse_bugs/018_issue41.t +Mouse-v2.4.10/t/900_mouse_bugs/019_issue64.t +Mouse-v2.4.10/t/900_mouse_bugs/019_issue64/Bar.pm +Mouse-v2.4.10/t/900_mouse_bugs/019_issue64/Foo.pm +Mouse-v2.4.10/t/900_mouse_bugs/019_issue64/Holder.pm +Mouse-v2.4.10/t/900_mouse_bugs/020_stack_collapse_on_build.t +Mouse-v2.4.10/t/900_mouse_bugs/RT75093.t +Mouse-v2.4.10/t/990_deprecated/001-export_to_level.t +Mouse-v2.4.10/t/lib/Bar.pm +Mouse-v2.4.10/t/lib/Bar7/Meta/Trait.pm +Mouse-v2.4.10/t/lib/Bar7/Meta/Trait2.pm +Mouse-v2.4.10/t/lib/BaseClass.pm +Mouse-v2.4.10/t/lib/ClassType_Foo.pm +Mouse-v2.4.10/t/lib/Foo.pm +Mouse-v2.4.10/t/lib/MooseCompat.pm +Mouse-v2.4.10/t/lib/Mouse/Meta/Attribute/Custom/Bar.pm +Mouse-v2.4.10/t/lib/Mouse/Meta/Attribute/Custom/Foo.pm +Mouse-v2.4.10/t/lib/Mouse/Meta/Attribute/Custom/Trait/Bar.pm +Mouse-v2.4.10/t/lib/Mouse/Meta/Attribute/Custom/Trait/Foo.pm +Mouse-v2.4.10/t/lib/MyExporter.pm +Mouse-v2.4.10/t/lib/MyMetaclassRole.pm +Mouse-v2.4.10/t/lib/MyMouseA.pm +Mouse-v2.4.10/t/lib/MyMouseB.pm +Mouse-v2.4.10/t/lib/MyMouseObject.pm +Mouse-v2.4.10/t/lib/Role/Child.pm +Mouse-v2.4.10/t/lib/Role/Interface.pm +Mouse-v2.4.10/t/lib/Role/Parent.pm +Mouse-v2.4.10/t/lib/SyntaxError.pm +Mouse-v2.4.10/t/lib/Unsweetened.pm +Mouse-v2.4.10/tool/create-moose-compatibility-tests.pl +Mouse-v2.4.10/tool/generate-mouse-tiny.pl +Mouse-v2.4.10/xs-src/Mouse.xs +Mouse-v2.4.10/xs-src/MouseAccessor.xs +Mouse-v2.4.10/xs-src/MouseAttribute.xs +Mouse-v2.4.10/xs-src/MouseTypeConstraints.xs +Mouse-v2.4.10/xs-src/MouseUtil.xs +Mouse-v2.4.10/xt/001-pod.t +Mouse-v2.4.10/xt/003-pod_coverage.t +Mouse-v2.4.10/xt/004-fs_portability.t +Mouse-v2.4.10/xt/005-dbsub.t +Mouse-v2.4.10/xt/006-perlcritic.t +Mouse-v2.4.10/META.yml +Mouse-v2.4.10/MANIFEST +Entering Mouse-v2.4.10 +Checking configure dependencies from META.json +Checking if you have Devel::PPPort 3.22 ... Yes (3.36) +Checking if you have Module::Build::XSUtil 0 ... No +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Searching Module::Build::XSUtil (0) on cpanmetadb ... +==> Found dependencies: Module::Build::XSUtil +--2017-10-09 07:52:33-- http://cpanmetadb.plackperl.org/v1.0/package/Module::Build::XSUtil +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 114 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 23.3M=0s + +2017-10-09 07:52:33 (23.3 MB/s) - written to stdout [114/114] + +--> Working on Module::Build::XSUtil +Fetching http://www.cpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz ... --2017-10-09 07:52:33-- http://www.cpan.org/authors/id/H/HI/HIDEAKIO/Module-Build-XSUtil-0.16.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15137 (15K) [application/x-gzip] +Saving to: ‘Module-Build-XSUtil-0.16.tar.gz’ + + 0K .......... .... 100% 17.2M=0.001s + +2017-10-09 07:52:33 (17.2 MB/s) - ‘Module-Build-XSUtil-0.16.tar.gz’ saved [15137/15137] + +Unpacking Module-Build-XSUtil-0.16.tar.gz +OK +Module-Build-XSUtil-0.16/Build.PL +Module-Build-XSUtil-0.16/Changes +Module-Build-XSUtil-0.16/LICENSE +Module-Build-XSUtil-0.16/MANIFEST +Module-Build-XSUtil-0.16/META.json +Module-Build-XSUtil-0.16/README.md +Module-Build-XSUtil-0.16/cpanfile +Module-Build-XSUtil-0.16/eg/Foo/Build.PL +Module-Build-XSUtil-0.16/eg/Foo/MANIFEST +Module-Build-XSUtil-0.16/eg/Foo/MANIFEST.SKIP +Module-Build-XSUtil-0.16/eg/Foo/lib/Foo.pm +Module-Build-XSUtil-0.16/eg/Foo/lib/Foo.xs +Module-Build-XSUtil-0.16/eg/Foo/t/basic.t +Module-Build-XSUtil-0.16/eg/Foo/typemap +Module-Build-XSUtil-0.16/lib/Module/Build/XSUtil.pm +Module-Build-XSUtil-0.16/minil.toml +Module-Build-XSUtil-0.16/t/00_compile.t +Module-Build-XSUtil-0.16/t/01_build.t +Module-Build-XSUtil-0.16/META.yml +Entering Module-Build-XSUtil-0.16 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Module-Build-XSUtil-0.16 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Build-XSUtil' version '0.16' +cp META.json MYMETA.json +cp META.yml MYMETA.yml +Checking dependencies from MYMETA.json ... +Checking if you have Devel::PPPort 3.22 ... Yes (3.36) +Checking if you have XSLoader 0.02 ... Yes (0.27) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Devel::CheckCompiler 0 ... No +Checking if you have parent 0.221 ... Yes (0.236) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Spec::Functions 3.27 ... Yes (3.68) +Checking if you have File::Path 2.07 ... Yes (2.15) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Cwd::Guard 0 ... No +Searching Devel::CheckCompiler (0) on cpanmetadb ... +OK +==> Found dependencies: Devel::CheckCompiler, Cwd::Guard +--2017-10-09 07:52:33-- http://cpanmetadb.plackperl.org/v1.0/package/Devel::CheckCompiler +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 137 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.0M=0s + +2017-10-09 07:52:33 (27.0 MB/s) - written to stdout [137/137] + +--> Working on Devel::CheckCompiler +Fetching http://www.cpan.org/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz ... --2017-10-09 07:52:33-- http://www.cpan.org/authors/id/S/SY/SYOHEX/Devel-CheckCompiler-0.07.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 11261 (11K) [application/x-gzip] +Saving to: ‘Devel-CheckCompiler-0.07.tar.gz’ + + 0K .......... 100% 28.2M=0s + +2017-10-09 07:52:33 (28.2 MB/s) - ‘Devel-CheckCompiler-0.07.tar.gz’ saved [11261/11261] + +Unpacking Devel-CheckCompiler-0.07.tar.gz +OK +Devel-CheckCompiler-0.07/Build.PL +Devel-CheckCompiler-0.07/Changes +Devel-CheckCompiler-0.07/LICENSE +Devel-CheckCompiler-0.07/META.json +Devel-CheckCompiler-0.07/README.md +Devel-CheckCompiler-0.07/cpanfile +Devel-CheckCompiler-0.07/lib/Devel/AssertC99.pm +Devel-CheckCompiler-0.07/lib/Devel/CheckCompiler.pm +Devel-CheckCompiler-0.07/t/00_compile.t +Devel-CheckCompiler-0.07/t/assert-c99.t +Devel-CheckCompiler-0.07/t/check_c99.t +Devel-CheckCompiler-0.07/t/check_c99_or_exit.t +Devel-CheckCompiler-0.07/t/executable.t +Devel-CheckCompiler-0.07/xt/02_perlcritic.t +Devel-CheckCompiler-0.07/META.yml +Devel-CheckCompiler-0.07/MANIFEST +Entering Devel-CheckCompiler-0.07 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Devel-CheckCompiler-0.07 ... Creating new 'Build' script for 'Devel-CheckCompiler' version '0.07' +Checking dependencies from MYMETA.json ... +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have parent 0.221 ... Yes (0.236) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Devel-CheckCompiler-0.07 ... cp lib/Devel/AssertC99.pm blib/lib/Devel/AssertC99.pm +cp lib/Devel/CheckCompiler.pm blib/lib/Devel/CheckCompiler.pm +t/00_compile.t ......... ok +Your system is not support C99(OS unsupported) +t/assert-c99.t ......... ok +t/check_c99.t .......... ok +Your system is not support C99(OS unsupported) +t/check_c99_or_exit.t .. ok +t/executable.t ......... ok +All tests successful. +Files=5, Tests=10, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.55 cusr 0.06 csys = 0.65 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/AssertC99.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Devel/CheckCompiler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::AssertC99.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::CheckCompiler.3 +OK +Successfully installed Devel-CheckCompiler-0.07 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-CheckCompiler-0.07/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-CheckCompiler-0.07/MYMETA.json +Searching Cwd::Guard (0) on cpanmetadb ... +--2017-10-09 07:52:35-- http://cpanmetadb.plackperl.org/v1.0/package/Cwd::Guard +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 93 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 17.7M=0s + +2017-10-09 07:52:35 (17.7 MB/s) - written to stdout [93/93] + +--> Working on Cwd::Guard +Fetching http://www.cpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz ... --2017-10-09 07:52:35-- http://www.cpan.org/authors/id/K/KA/KAZEBURO/Cwd-Guard-0.05.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 10253 (10K) [application/x-gzip] +Saving to: ‘Cwd-Guard-0.05.tar.gz’ + + 0K .......... 100% 139M=0s + +2017-10-09 07:52:35 (139 MB/s) - ‘Cwd-Guard-0.05.tar.gz’ saved [10253/10253] + +Unpacking Cwd-Guard-0.05.tar.gz +OK +Cwd-Guard-0.05/Build.PL +Cwd-Guard-0.05/Changes +Cwd-Guard-0.05/LICENSE +Cwd-Guard-0.05/META.json +Cwd-Guard-0.05/README.md +Cwd-Guard-0.05/cpanfile +Cwd-Guard-0.05/lib/Cwd/Guard.pm +Cwd-Guard-0.05/t/00_compile.t +Cwd-Guard-0.05/t/01_basic.t +Cwd-Guard-0.05/t/02_renamed.t +Cwd-Guard-0.05/META.yml +Cwd-Guard-0.05/MANIFEST +Entering Cwd-Guard-0.05 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Cwd-Guard-0.05 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Cwd-Guard' version '0.05' +cp META.json MYMETA.json +cp META.yml MYMETA.yml +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have parent 0.221 ... Yes (0.236) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Cwd 3.29 ... Yes (3.68) +OK +Building and testing Cwd-Guard-0.05 ... Building Cwd-Guard +t/00_compile.t .. ok +t/01_basic.t .... ok +t/02_renamed.t .. skipped: Test requires module 'File::Spec::Link' but it's not found +All tests successful. +Files=3, Tests=6, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.18 cusr 0.03 csys = 0.24 CPU) +Result: PASS +Building Cwd-Guard +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Cwd/Guard.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Cwd::Guard.3 +OK +Successfully installed Cwd-Guard-0.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cwd-Guard-0.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Cwd-Guard-0.05/MYMETA.json +Building and testing Module-Build-XSUtil-0.16 ... Building Module-Build-XSUtil +t/00_compile.t .. ok +t/01_build.t .... skipped: Will be fixed. +All tests successful. +Files=2, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.16 cusr 0.01 csys = 0.19 CPU) +Result: PASS +Building Module-Build-XSUtil +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Module/Build/XSUtil.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Module::Build::XSUtil.3 +OK +Successfully installed Module-Build-XSUtil-0.16 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-XSUtil-0.16/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Module-Build-XSUtil-0.16/MYMETA.json +Running Build.PL +Configuring Mouse-v2.4.10 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Mouse' version 'v2.4.10' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Output 0 ... Yes (1.031) +Checking if you have Try::Tiny 0.24 ... Yes (0.28) +Checking if you have Test::Exception 0.43 ... Yes (0.43) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have XSLoader 0.02 ... Yes (0.27) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::LeakTrace 0 ... Yes (0.16) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Mouse-v2.4.10 ... Building Mouse +Generate Mouse::Tiny ... +done. +xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c +xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c +xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c +xs-src/MouseUtil.xs => xs-src/MouseUtil.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c +xs-src/MouseTypeConstraints.xs: In function ‘S_nv_is_integer’: +xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + (void)Gconvert(nv, NV_DIG, 0, buf); +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseUtil.o xs-src/MouseUtil.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -DVERSION="v2.4.10" -DXS_VERSION="v2.4.10" -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/Mouse.o lib/Mouse.c +ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Mouse/Mouse.bs') +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAccessor.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseUtil.o +xs tests. +Generate Mouse::Tiny ... +done. +xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c +xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c +xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c +xs-src/MouseUtil.xs => xs-src/MouseUtil.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c +xs-src/MouseTypeConstraints.xs: In function ‘S_nv_is_integer’: +xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + (void)Gconvert(nv, NV_DIG, 0, buf); +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseUtil.o xs-src/MouseUtil.c +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAccessor.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseUtil.o +# Testing Mouse/v2.4.10 (XS) +# XS state: true +# ENV: false +# +# Soft dependency versions: +# Class::MOP: +# Moose: +t/000-load.t ................................................... ok +t/000_recipes/002_schwartz_tutorial.t .......................... ok +t/000_recipes/basics-recipe10.t ................................ ok +t/000_recipes/moose_cookbook_basics_recipe1.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe2.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe3.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe4.t .................. skipped: Regexp::Common & Locale::US required for this test +# HTTP::Headers, Params::Coerce & URI required for this test +t/000_recipes/moose_cookbook_basics_recipe5.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe6.t .................. ok +t/000_recipes/moose_cookbook_extending_recipe3.t ............... ok +t/000_recipes/moose_cookbook_meta_recipe2.t .................... ok +t/000_recipes/moose_cookbook_meta_recipe3.t .................... ok +t/000_recipes/moose_cookbook_roles_recipe1.t ................... ok +t/000_recipes/moose_cookbook_roles_recipe2.t ................... ok +t/000_recipes/moose_cookbook_roles_recipe3.t ................... ok +t/001_mouse/001-strict-and-warnings.t .......................... ok +t/001_mouse/002-subclass.t ..................................... ok +t/001_mouse/006-unimport.t ..................................... ok +t/001_mouse/007-attributes.t ................................... ok +t/001_mouse/008-default.t ...................................... ok +t/001_mouse/010-required.t ..................................... ok +t/001_mouse/011-lazy.t ......................................... ok +t/001_mouse/013-predicate-and-clearer.t ........................ ok +t/001_mouse/014-build.t ........................................ ok +t/001_mouse/015-demolish.t ..................................... ok +t/001_mouse/016-trigger.t ...................................... ok +t/001_mouse/017-default-reference.t ............................ ok +t/001_mouse/018-multiattr-has.t ................................ ok +t/001_mouse/019-handles.t ...................................... ok +t/001_mouse/020-load-class.t ................................... ok +t/001_mouse/021-weak-ref.t ..................................... ok +t/001_mouse/022-init-arg.t ..................................... ok +t/001_mouse/023-builder.t ...................................... ok +t/001_mouse/024-isa.t .......................................... ok +t/001_mouse/025-more-isa.t ..................................... ok +t/001_mouse/026-auto-deref.t ................................... ok +t/001_mouse/027-modifiers.t .................................... ok +t/001_mouse/028-subclass-attr.t ................................ ok +t/001_mouse/029-new.t .......................................... ok +t/001_mouse/030-has-plus.t ..................................... ok +t/001_mouse/031-clone.t ........................................ ok +t/001_mouse/032-buildargs.t .................................... ok +t/001_mouse/033-requires.t ..................................... ok +t/001_mouse/034-apply_all_roles.t .............................. ok +t/001_mouse/035-apply-roles-to-roles.t ......................... ok +t/001_mouse/036-with-method-alias.t ............................ ok +t/001_mouse/037-dont-load-test-exception.t ..................... ok +t/001_mouse/039-subtype.t ...................................... ok +t/001_mouse/040-existing-subclass.t ............................ ok +t/001_mouse/041-enum.t ......................................... ok +t/001_mouse/042-override.t ..................................... ok +# derived from parameterized types #1 +# derived from parameterized types #2 +t/001_mouse/043-parameterized-type.t ........................... ok +t/001_mouse/044-attribute-metaclass.t .......................... ok +t/001_mouse/045-import-into_level.t ............................ ok +t/001_mouse/046-meta-add_attribute.t ........................... ok +t/001_mouse/047-attribute-metaclass-role.t ..................... ok +t/001_mouse/049-coercion-application-order.t ................... ok +t/001_mouse/050-inherited-immutable-constructor-bug.t .......... ok +t/001_mouse/051_throw_error.t .................................. ok +t/001_mouse/052-undefined-type-in-union.t ...................... skipped: suspending +t/001_mouse/053-extends-meta.t ................................. ok +t/001_mouse/054-anon-leak.t .................................... ok +Argument "(set by Mouse)" isn't numeric in preincrement (++) at t/001_mouse/055-exporter.t line 18. +Argument "(set by Mouse)" isn't numeric in postincrement (++) at t/001_mouse/055-exporter.t line 33. +t/001_mouse/055-exporter.t ..................................... ok +t/001_mouse/056-role-combine.t ................................. ok +t/001_mouse/057_subtype_without_where.t ........................ ok +t/001_mouse/058-accessor-leaks.t ............................... ok +t/001_mouse/059-weak-with-default.t ............................ ok +t/001_mouse/060-threads.t ...................................... skipped: FIXME +t/001_mouse/061-metaclass-compatibility.t ...................... ok +t/001_mouse/062-duck_type.t .................................... ok +t/001_mouse/063-meta-of-metaclasses.t .......................... ok +t/001_mouse/064-class-c3.t ..................................... ok +t/001_mouse/065-attr-mop.t ..................................... ok +t/001_mouse/066-magic.t ........................................ ok +t/001_mouse/067-traits.t ....................................... ok +t/001_mouse/068-strict-constructor.t ........................... ok +t/001_mouse/069-add-modifier.t ................................. ok +t/001_mouse/070-inherit-role-attr.t ............................ ok +t/001_mouse/071_tc_dualvar.t ................................... ok +t/001_mouse/072_tc_extra_args.t ................................ ok +t/001_mouse/073_errsv.t ........................................ ok +t/001_mouse/074_default_errsv.t ................................ ok +t/001_mouse/100-meta-class.t ................................... ok +t/001_mouse/101-meta-attribute.t ............................... ok +t/001_mouse/102-attr-default-with-instance.t ................... ok +t/001_mouse/103-attr-default-with-instance-leak.t .............. ok +t/001_mouse/301-bugs-non-mouse.t ............................... ok +t/001_mouse/400-define-role.t .................................. ok +t/001_mouse/401-meta-role.t .................................... ok +t/001_mouse/402-attribute-application.t ........................ ok +t/001_mouse/403-method-modifiers.t ............................. ok +t/001_mouse/404-role-overrides.t ............................... ok +t/001_mouse/600-tiny-tiny.t .................................... ok +t/001_mouse/601-tiny-mouse.t ................................... ok +t/001_mouse/602-mouse-tiny.t ................................... ok +t/001_mouse/603-mouse-pureperl.t ............................... ok +t/001_mouse/801-coerce.t ....................................... ok +t/001_mouse/802-coerce_multi_class.t ........................... ok +t/001_mouse/804-immutable-demolish.t ........................... ok +t/001_mouse/805-class_type.t ................................... ok +t/001_mouse/806-role_type.t .................................... ok +t/001_mouse/807-multi-roles.t .................................. ok +t/001_mouse/808-create_class.t ................................. ok +t/001_mouse/809-overwrite-builtin-subtype.t .................... ok +t/001_mouse/810-isa-or.t ....................................... ok +t/001_mouse/811-util-linear-isa.t .............................. ok +t/001_mouse/812-role-compatibility.t ........................... ok +t/001_mouse/813-compatibility-get_method_list.t ................ ok +t/001_mouse/814-subtype-as.t ................................... ok +t/001_mouse/900-version-strings.t .............................. ok +t/010_basics/001_basic_class_setup.t ........................... ok +t/010_basics/002_require_superclasses.t ........................ ok +t/010_basics/003_super_and_override.t .......................... ok +t/010_basics/004_inner_and_augment.t ........................... ok +t/010_basics/005_override_augment_inner_super.t ................ ok +t/010_basics/006_override_and_foreign_classes.t ................ ok +t/010_basics/007_always_strict_warnings.t ...................... ok +t/010_basics/008_wrapped_method_cxt_propagation.t .............. ok +t/010_basics/009_import_unimport.t ............................. ok +t/010_basics/010_method_modifier_with_regexp.t ................. ok +t/010_basics/011_moose_respects_type_constraints.t ............. ok +t/010_basics/013_create.t ...................................... ok +t/010_basics/014_create_anon.t ................................. ok +t/010_basics/015_buildargs.t ................................... ok +t/010_basics/017_error_handling.t .............................. ok +t/010_basics/018_methods.t ..................................... ok +t/010_basics/019-destruction.t ................................. ok +t/010_basics/020-global-destruction.t .......................... ok +t/020_attributes/001_attribute_reader_generation.t ............. ok +t/020_attributes/002_attribute_writer_generation.t ............. ok +t/020_attributes/003_attribute_accessor_generation.t ........... ok +t/020_attributes/004_attribute_triggers.t ...................... ok +t/020_attributes/005_attribute_does.t .......................... ok +t/020_attributes/006_attribute_required.t ...................... ok +t/020_attributes/007_attribute_custom_metaclass.t .............. ok +t/020_attributes/008_attribute_type_unions.t ................... ok +t/020_attributes/009_attribute_inherited_slot_specs.t .......... ok +t/020_attributes/011_more_attr_delegation.t .................... ok +t/020_attributes/012_misc_attribute_tests.t .................... ok +t/020_attributes/013_attr_dereference_test.t ................... ok +t/020_attributes/014_misc_attribute_coerce_lazy.t .............. ok +t/020_attributes/015_attribute_traits.t ........................ ok +t/020_attributes/016_attribute_traits_registered.t ............. ok +t/020_attributes/017_attribute_traits_n_meta.t ................. ok +t/020_attributes/018_no_init_arg.t ............................. ok +t/020_attributes/020_trigger_and_coerce.t ...................... ok +t/020_attributes/022_illegal_options_for_inheritance.t ......... ok +t/020_attributes/024_attribute_traits_parameterized.t .......... ok +t/020_attributes/025_chained_coercion.t ........................ ok +t/020_attributes/026_attribute_without_any_methods.t ........... ok +t/020_attributes/027_accessor_override_method.t ................ ok +t/020_attributes/029_accessor_context.t ........................ ok +t/020_attributes/030_non_alpha_attr_names.t .................... ok +t/020_attributes/031_delegation_and_modifiers.t ................ ok +t/020_attributes/032_delegation_arg_aliasing.t ................. ok +t/020_attributes/034_numeric_defaults.t ........................ ok +t/020_attributes/035_default_undef.t ........................... ok +t/020_attributes/036_clone_weak.t .............................. ok +t/030_roles/001_meta_role.t .................................... ok +t/030_roles/002_role.t ......................................... ok +t/030_roles/003_apply_role.t ................................... ok +t/030_roles/004_role_composition_errors.t ...................... ok +t/030_roles/005_role_conflict_detection.t ...................... ok +t/030_roles/008_role_conflict_edge_cases.t ..................... ok +t/030_roles/009_more_role_edge_cases.t ......................... ok +t/030_roles/010_run_time_role_composition.t .................... ok +t/030_roles/013_method_aliasing_in_composition.t ............... ok +t/030_roles/014_more_alias_and_exclude.t ....................... ok +t/030_roles/015_runtime_roles_and_attrs.t ...................... ok +t/030_roles/016_runtime_roles_and_nonmoose.t ................... ok +t/030_roles/017_extending_role_attrs.t ......................... ok +t/030_roles/018_runtime_roles_w_params.t ....................... ok +t/030_roles/019_build.t ........................................ ok +t/030_roles/020_role_composite.t ............................... ok +t/030_roles/031_roles_applied_in_create.t ...................... ok +t/030_roles/033_role_exclusion_and_alias_bug.t ................. ok +t/030_roles/034_create_role.t .................................. ok +t/030_roles/035_anonymous_roles.t .............................. ok +t/030_roles/036_free_anonymous_roles.t ......................... ok +t/030_roles/037_create_role_subclass.t ......................... ok +t/030_roles/041_empty_method_modifiers_meta_bug.t .............. ok +t/030_roles/042_compose_overloading.t .......................... ok +Due to a method name conflict in roles 'Role::Foo1' and 'Role::Foo2', the behavior of method 'foo' might be incompatible with Moose, check out BarSub at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Composite.pm line 162. + Mouse::Meta::Role::Application::RoleSummation::apply_methods(Mouse::Meta::Role::Application::RoleSummation=HASH(0x563eea779ed0), Mouse::Meta::Role::Composite=HASH(0x563ee9f8cd20), Mouse::Meta::Class=HASH(0x563eea739a40)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Application.pm line 72 + Mouse::Meta::Role::Application::apply(Mouse::Meta::Role::Application::RoleSummation=HASH(0x563eea779ed0), Mouse::Meta::Role::Composite=HASH(0x563ee9f8cd20), Mouse::Meta::Class=HASH(0x563eea739a40)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Composite.pm line 107 + Mouse::Meta::Role::Composite::apply(Mouse::Meta::Role::Composite=HASH(0x563ee9f8cd20), Mouse::Meta::Class=HASH(0x563eea739a40)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Util.pm line 345 + Mouse::Util::apply_all_roles("BarSub", "Role::Foo1", "Role::Foo2") called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse.pm line 40 + Mouse::with("Role::Foo1", "Role::Foo2") called at t/030_roles/role_conflict_and_inheritance.t line 21 +t/030_roles/role_conflict_and_inheritance.t .................... ok +t/040_type_constraints/002_util_type_constraints_export.t ...... ok +t/040_type_constraints/003_util_std_type_constraints.t ......... ok +t/040_type_constraints/004_util_find_type_constraint.t ......... ok +t/040_type_constraints/005_util_type_coercion.t ................ ok +t/040_type_constraints/006_util_type_reloading.t ............... ok +t/040_type_constraints/007_util_more_type_coercion.t ........... ok +t/040_type_constraints/009_union_types_and_coercions.t ......... ok +t/040_type_constraints/010_misc_type_tests.t ................... ok +t/040_type_constraints/011_container_type_constraint.t ......... ok +t/040_type_constraints/015_enum.t .............................. ok +t/040_type_constraints/016_subtyping_parameterized_types.t ..... ok +t/040_type_constraints/017_subtyping_union_types.t ............. ok +t/040_type_constraints/018_custom_parameterized_types.t ........ ok +t/040_type_constraints/021_maybe_type_constraint.t ............. ok +t/040_type_constraints/022_custom_type_errors.t ................ ok +t/040_type_constraints/023_types_and_undef.t ................... ok +t/040_type_constraints/025_type_coersion_on_lazy_attributes.t .. ok +t/040_type_constraints/027_parameterize_from.t ................. ok +t/040_type_constraints/029_define_type_twice_throws.t .......... ok +t/040_type_constraints/031_subtype_auto_vivify_parent.t ........ ok +t/040_type_constraints/032_throw_error.t ....................... ok +t/040_type_constraints/034_duck_types.t ........................ ok +t/050_metaclasses/001_custom_attr_meta_with_roles.t ............ ok +t/050_metaclasses/002_custom_attr_meta_as_role.t ............... ok +t/050_metaclasses/004_moose_for_meta.t ......................... ok +t/050_metaclasses/011_init_meta.t .............................. ok +t/050_metaclasses/013_metaclass_traits.t ....................... ok +t/050_metaclasses/017_use_base_of_moose.t ...................... ok +t/050_metaclasses/020_metaclass_parameterized_traits.t ......... ok +t/050_metaclasses/021_export_with_prototype.t .................. ok +t/050_metaclasses/041_mnmcim.t ................................. ok +t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t ......... ok +t/050_metaclasses/051_metarole_on_anon.t ....................... ok +t/050_metaclasses/052_new_object_BUILD.t ....................... ok +t/050_metaclasses/053_immutable_metaclass_compat_bug.t ......... ok +t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t ......... ok +t/100_bugs/001_subtype_quote_bug.t ............................. ok +t/100_bugs/002_subtype_conflict_bug.t .......................... ok +t/100_bugs/003_Moose_Object_error.t ............................ ok +t/100_bugs/003_Mouse_Object_error.t ............................ ok +t/100_bugs/004_subclass_use_base_bug.t ......................... ok +t/100_bugs/005_inline_reader_bug.t ............................. ok +t/100_bugs/007_reader_precedence_bug.t ......................... ok +t/100_bugs/009_augment_recursion_bug.t ......................... ok +t/100_bugs/010_immutable_n_default_x2.t ........................ ok +t/100_bugs/011_DEMOLISH_eats_exceptions.t ...................... ok +t/100_bugs/012_DEMOLISH_eats_mini.t ............................ ok +t/100_bugs/013_lazybuild_required_undef.t ...................... ok +t/100_bugs/016_inheriting_from_roles.t ......................... ok +t/100_bugs/017_type_constraint_messages.t ...................... ok +t/100_bugs/019_moose_octal_defaults.t .......................... ok +t/100_bugs/020_super_recursion.t ............................... ok +t/100_bugs/022_role_caller.t ................................... ok +t/100_bugs/025_universal_methods_wrappable.t ................... ok +t/100_bugs/026_create_anon_recursion.t ......................... ok +t/100_bugs/027_constructor_object_overload.t ................... ok +t/100_bugs/029_instance_application_role_args.t ................ ok +t/100_bugs/030_coerce_without_coercion.t ....................... ok +t/101_issues/016_Bool.t ........................................ ok +t/200_examples/001_example.t ................................... ok +t/200_examples/003_example.t ................................... ok +t/200_examples/004_example_w_DCS.t ............................. skipped: Declare::Constraints::Simple is required for this test +t/200_examples/005_example_w_TestDeep.t ........................ ok +t/200_examples/0071_Child_Parent_attr_inherit_imm.t ............ ok +t/200_examples/007_Child_Parent_attr_inherit.t ................. ok +t/200_examples/008_record_set_iterator.t ....................... ok +t/300_immutable/001_immutable_moose.t .......................... ok +t/300_immutable/002_apply_roles_to_immutable.t ................. ok +t/300_immutable/003_immutable_meta_class.t ..................... ok +t/300_immutable/004_inlined_constructors_n_types.t ............. ok +t/300_immutable/005_multiple_demolish_inline.t ................. ok +t/300_immutable/007_immutable_trigger_from_constructor.t ....... ok +t/300_immutable/008_immutable_constructor_error.t .............. ok +t/300_immutable/009_buildargs.t ................................ ok +t/300_immutable/012_default_values.t ........................... ok +t/300_immutable/013_immutable_roundtrip.t ...................... ok +t/300_immutable/014_immutable_metaclass_with_traits.t .......... ok +t/300_immutable/016_inline_fallbacks.t ......................... ok +t/300_immutable/101-immutable-default.t ........................ ok +t/400_mouse_util/001_moose_util.t .............................. ok +t/400_mouse_util/002_moose_util_does_role.t .................... ok +t/400_mouse_util/007_apply_roles.t ............................. ok +t/500_test_moose/001_test_moose.t .............................. ok +t/500_test_moose/002_test_moose_does_ok.t ...................... ok +t/500_test_moose/003_test_moose_has_attribute_ok.t ............. ok +t/500_test_moose/004_test_moose_meta_ok.t ...................... ok +t/500_test_moose/005_with_immutable.t .......................... ok +t/800_with_external/001-pod-coverage-moose.t ................... skipped: This test requires Pod::Coverage::Moose +t/800_with_external/002-externals.t ............................ skipped: for release testing +t/810_with_moose/201-squirrel.t ................................ skipped: Moose 1.13 required for this test +t/810_with_moose/202-squirrel-role.t ........................... skipped: Moose 1.13 required for this test +t/810_with_moose/500_moose_extends_mouse.t ..................... skipped: [TODO] a Moose class cannot extends a Mouse class +t/810_with_moose/501_moose_coerce_mouse.t ...................... skipped: [TODO] a Mouse class cannot extends a Moose class +t/900_mouse_bugs/001_immutable_types.t ......................... ok +t/900_mouse_bugs/002_does_role_should_search_parent.t .......... ok +t/900_mouse_bugs/003_RT50421.t ................................. ok +t/900_mouse_bugs/004_RT54203.t ................................. skipped: Testing with Path::Class +t/900_mouse_bugs/005_large_int.t ............................... ok +t/900_mouse_bugs/006_RT69939.t ................................. ok +t/900_mouse_bugs/007_RT56523.t ................................. ok +t/900_mouse_bugs/008_RT56837.t ................................. ok +t/900_mouse_bugs/009_RT57144.t ................................. ok +t/900_mouse_bugs/010_use_mouse_before_tb2.t .................... ok +t/900_mouse_bugs/011_RT61852.t ................................. ok +t/900_mouse_bugs/012_RT61906.t ................................. ok +t/900_mouse_bugs/013_RT73592_tied_.t ........................... ok +t/900_mouse_bugs/014_autoload.t ................................ ok +t/900_mouse_bugs/015_issue7_memleak.t .......................... ok +t/900_mouse_bugs/016_issue17_memleak.t ......................... ok +t/900_mouse_bugs/017_issue29.t ................................. skipped: This is a test for threads () +t/900_mouse_bugs/018_issue41.t ................................. ok +t/900_mouse_bugs/019_issue64.t ................................. ok +t/900_mouse_bugs/020_stack_collapse_on_build.t ................. ok +t/900_mouse_bugs/RT75093.t ..................................... ok +t/990_deprecated/001-export_to_level.t ......................... ok +All tests successful. + +Test Summary Report +------------------- +t/040_type_constraints/018_custom_parameterized_types.t (Wstat: 0 Tests: 28 Failed: 0) + TODO passed: 13, 19-20, 22 +Files=298, Tests=6092, 28 wallclock secs ( 1.17 usr 0.84 sys + 22.25 cusr 3.44 csys = 27.70 CPU) +Result: PASS +pp tests. +# Testing Mouse/v2.4.10 (Pure Perl) +# XS state: false +# ENV: true +# +# Soft dependency versions: +# Class::MOP: +# Moose: +t/000-load.t ................................................... ok +t/000_recipes/002_schwartz_tutorial.t .......................... ok +t/000_recipes/basics-recipe10.t ................................ ok +t/000_recipes/moose_cookbook_basics_recipe1.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe2.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe3.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe4.t .................. skipped: Regexp::Common & Locale::US required for this test +# HTTP::Headers, Params::Coerce & URI required for this test +t/000_recipes/moose_cookbook_basics_recipe5.t .................. ok +t/000_recipes/moose_cookbook_basics_recipe6.t .................. ok +t/000_recipes/moose_cookbook_extending_recipe3.t ............... ok +t/000_recipes/moose_cookbook_meta_recipe2.t .................... ok +t/000_recipes/moose_cookbook_meta_recipe3.t .................... ok +t/000_recipes/moose_cookbook_roles_recipe1.t ................... ok +t/000_recipes/moose_cookbook_roles_recipe2.t ................... ok +t/000_recipes/moose_cookbook_roles_recipe3.t ................... ok +t/001_mouse/001-strict-and-warnings.t .......................... ok +t/001_mouse/002-subclass.t ..................................... ok +t/001_mouse/006-unimport.t ..................................... ok +t/001_mouse/007-attributes.t ................................... ok +t/001_mouse/008-default.t ...................................... ok +t/001_mouse/010-required.t ..................................... ok +t/001_mouse/011-lazy.t ......................................... ok +t/001_mouse/013-predicate-and-clearer.t ........................ ok +t/001_mouse/014-build.t ........................................ ok +t/001_mouse/015-demolish.t ..................................... ok +t/001_mouse/016-trigger.t ...................................... ok +t/001_mouse/017-default-reference.t ............................ ok +t/001_mouse/018-multiattr-has.t ................................ ok +t/001_mouse/019-handles.t ...................................... ok +t/001_mouse/020-load-class.t ................................... ok +t/001_mouse/021-weak-ref.t ..................................... ok +t/001_mouse/022-init-arg.t ..................................... ok +t/001_mouse/023-builder.t ...................................... ok +t/001_mouse/024-isa.t .......................................... ok +t/001_mouse/025-more-isa.t ..................................... ok +t/001_mouse/026-auto-deref.t ................................... ok +t/001_mouse/027-modifiers.t .................................... ok +t/001_mouse/028-subclass-attr.t ................................ ok +t/001_mouse/029-new.t .......................................... ok +t/001_mouse/030-has-plus.t ..................................... ok +t/001_mouse/031-clone.t ........................................ ok +t/001_mouse/032-buildargs.t .................................... ok +t/001_mouse/033-requires.t ..................................... ok +t/001_mouse/034-apply_all_roles.t .............................. ok +t/001_mouse/035-apply-roles-to-roles.t ......................... ok +t/001_mouse/036-with-method-alias.t ............................ ok +t/001_mouse/037-dont-load-test-exception.t ..................... ok +t/001_mouse/039-subtype.t ...................................... ok +t/001_mouse/040-existing-subclass.t ............................ ok +t/001_mouse/041-enum.t ......................................... ok +t/001_mouse/042-override.t ..................................... ok +# derived from parameterized types #1 +# derived from parameterized types #2 +t/001_mouse/043-parameterized-type.t ........................... ok +t/001_mouse/044-attribute-metaclass.t .......................... ok +t/001_mouse/045-import-into_level.t ............................ ok +t/001_mouse/046-meta-add_attribute.t ........................... ok +t/001_mouse/047-attribute-metaclass-role.t ..................... ok +t/001_mouse/049-coercion-application-order.t ................... ok +t/001_mouse/050-inherited-immutable-constructor-bug.t .......... ok +t/001_mouse/051_throw_error.t .................................. ok +t/001_mouse/052-undefined-type-in-union.t ...................... skipped: suspending +t/001_mouse/053-extends-meta.t ................................. ok +t/001_mouse/054-anon-leak.t .................................... ok +Argument "(set by Mouse)" isn't numeric in preincrement (++) at t/001_mouse/055-exporter.t line 18. +Argument "(set by Mouse)" isn't numeric in postincrement (++) at t/001_mouse/055-exporter.t line 33. +t/001_mouse/055-exporter.t ..................................... ok +t/001_mouse/056-role-combine.t ................................. ok +t/001_mouse/057_subtype_without_where.t ........................ ok +t/001_mouse/058-accessor-leaks.t ............................... ok +t/001_mouse/059-weak-with-default.t ............................ ok +t/001_mouse/060-threads.t ...................................... skipped: FIXME +t/001_mouse/061-metaclass-compatibility.t ...................... ok +t/001_mouse/062-duck_type.t .................................... ok +t/001_mouse/063-meta-of-metaclasses.t .......................... ok +t/001_mouse/064-class-c3.t ..................................... ok +t/001_mouse/065-attr-mop.t ..................................... ok +t/001_mouse/066-magic.t ........................................ ok +t/001_mouse/067-traits.t ....................................... ok +t/001_mouse/068-strict-constructor.t ........................... ok +t/001_mouse/069-add-modifier.t ................................. ok +t/001_mouse/070-inherit-role-attr.t ............................ ok +t/001_mouse/071_tc_dualvar.t ................................... ok +t/001_mouse/072_tc_extra_args.t ................................ ok +t/001_mouse/073_errsv.t ........................................ ok +t/001_mouse/074_default_errsv.t ................................ ok +t/001_mouse/100-meta-class.t ................................... ok +t/001_mouse/101-meta-attribute.t ............................... ok +t/001_mouse/102-attr-default-with-instance.t ................... ok +t/001_mouse/103-attr-default-with-instance-leak.t .............. ok +t/001_mouse/301-bugs-non-mouse.t ............................... ok +t/001_mouse/400-define-role.t .................................. ok +t/001_mouse/401-meta-role.t .................................... ok +t/001_mouse/402-attribute-application.t ........................ ok +t/001_mouse/403-method-modifiers.t ............................. ok +t/001_mouse/404-role-overrides.t ............................... ok +t/001_mouse/600-tiny-tiny.t .................................... ok +t/001_mouse/601-tiny-mouse.t ................................... ok +t/001_mouse/602-mouse-tiny.t ................................... ok +t/001_mouse/603-mouse-pureperl.t ............................... ok +t/001_mouse/801-coerce.t ....................................... ok +t/001_mouse/802-coerce_multi_class.t ........................... ok +t/001_mouse/804-immutable-demolish.t ........................... ok +t/001_mouse/805-class_type.t ................................... ok +t/001_mouse/806-role_type.t .................................... ok +t/001_mouse/807-multi-roles.t .................................. ok +t/001_mouse/808-create_class.t ................................. ok +t/001_mouse/809-overwrite-builtin-subtype.t .................... ok +t/001_mouse/810-isa-or.t ....................................... ok +t/001_mouse/811-util-linear-isa.t .............................. ok +t/001_mouse/812-role-compatibility.t ........................... ok +t/001_mouse/813-compatibility-get_method_list.t ................ ok +t/001_mouse/814-subtype-as.t ................................... ok +t/001_mouse/900-version-strings.t .............................. ok +t/010_basics/001_basic_class_setup.t ........................... ok +t/010_basics/002_require_superclasses.t ........................ ok +t/010_basics/003_super_and_override.t .......................... ok +t/010_basics/004_inner_and_augment.t ........................... ok +t/010_basics/005_override_augment_inner_super.t ................ ok +t/010_basics/006_override_and_foreign_classes.t ................ ok +t/010_basics/007_always_strict_warnings.t ...................... ok +t/010_basics/008_wrapped_method_cxt_propagation.t .............. ok +t/010_basics/009_import_unimport.t ............................. ok +t/010_basics/010_method_modifier_with_regexp.t ................. ok +t/010_basics/011_moose_respects_type_constraints.t ............. ok +t/010_basics/013_create.t ...................................... ok +t/010_basics/014_create_anon.t ................................. ok +t/010_basics/015_buildargs.t ................................... ok +t/010_basics/017_error_handling.t .............................. ok +t/010_basics/018_methods.t ..................................... ok +t/010_basics/019-destruction.t ................................. ok +t/010_basics/020-global-destruction.t .......................... ok +t/020_attributes/001_attribute_reader_generation.t ............. ok +t/020_attributes/002_attribute_writer_generation.t ............. ok +t/020_attributes/003_attribute_accessor_generation.t ........... ok +t/020_attributes/004_attribute_triggers.t ...................... ok +t/020_attributes/005_attribute_does.t .......................... ok +t/020_attributes/006_attribute_required.t ...................... ok +t/020_attributes/007_attribute_custom_metaclass.t .............. ok +t/020_attributes/008_attribute_type_unions.t ................... ok +t/020_attributes/009_attribute_inherited_slot_specs.t .......... ok +t/020_attributes/011_more_attr_delegation.t .................... ok +t/020_attributes/012_misc_attribute_tests.t .................... ok +t/020_attributes/013_attr_dereference_test.t ................... ok +t/020_attributes/014_misc_attribute_coerce_lazy.t .............. ok +t/020_attributes/015_attribute_traits.t ........................ ok +t/020_attributes/016_attribute_traits_registered.t ............. ok +t/020_attributes/017_attribute_traits_n_meta.t ................. ok +t/020_attributes/018_no_init_arg.t ............................. ok +t/020_attributes/020_trigger_and_coerce.t ...................... ok +t/020_attributes/022_illegal_options_for_inheritance.t ......... ok +t/020_attributes/024_attribute_traits_parameterized.t .......... ok +t/020_attributes/025_chained_coercion.t ........................ ok +t/020_attributes/026_attribute_without_any_methods.t ........... ok +t/020_attributes/027_accessor_override_method.t ................ ok +t/020_attributes/029_accessor_context.t ........................ ok +t/020_attributes/030_non_alpha_attr_names.t .................... ok +t/020_attributes/031_delegation_and_modifiers.t ................ ok +t/020_attributes/032_delegation_arg_aliasing.t ................. ok +t/020_attributes/034_numeric_defaults.t ........................ ok +t/020_attributes/035_default_undef.t ........................... ok +t/020_attributes/036_clone_weak.t .............................. ok +t/030_roles/001_meta_role.t .................................... ok +t/030_roles/002_role.t ......................................... ok +t/030_roles/003_apply_role.t ................................... ok +t/030_roles/004_role_composition_errors.t ...................... ok +t/030_roles/005_role_conflict_detection.t ...................... ok +t/030_roles/008_role_conflict_edge_cases.t ..................... ok +t/030_roles/009_more_role_edge_cases.t ......................... ok +t/030_roles/010_run_time_role_composition.t .................... ok +t/030_roles/013_method_aliasing_in_composition.t ............... ok +t/030_roles/014_more_alias_and_exclude.t ....................... ok +t/030_roles/015_runtime_roles_and_attrs.t ...................... ok +t/030_roles/016_runtime_roles_and_nonmoose.t ................... ok +t/030_roles/017_extending_role_attrs.t ......................... ok +t/030_roles/018_runtime_roles_w_params.t ....................... ok +t/030_roles/019_build.t ........................................ ok +t/030_roles/020_role_composite.t ............................... ok +t/030_roles/031_roles_applied_in_create.t ...................... ok +t/030_roles/033_role_exclusion_and_alias_bug.t ................. ok +t/030_roles/034_create_role.t .................................. ok +t/030_roles/035_anonymous_roles.t .............................. ok +t/030_roles/036_free_anonymous_roles.t ......................... ok +t/030_roles/037_create_role_subclass.t ......................... ok +t/030_roles/041_empty_method_modifiers_meta_bug.t .............. ok +t/030_roles/042_compose_overloading.t .......................... ok +Due to a method name conflict in roles 'Role::Foo1' and 'Role::Foo2', the behavior of method 'foo' might be incompatible with Moose, check out BarSub at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Composite.pm line 162. + Mouse::Meta::Role::Application::RoleSummation::apply_methods(Mouse::Meta::Role::Application::RoleSummation=HASH(0x557c0719c878), Mouse::Meta::Role::Composite=HASH(0x557c06884e60), Mouse::Meta::Class=HASH(0x557c068853e8)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Application.pm line 72 + Mouse::Meta::Role::Application::apply(Mouse::Meta::Role::Application::RoleSummation=HASH(0x557c0719c878), Mouse::Meta::Role::Composite=HASH(0x557c06884e60), Mouse::Meta::Class=HASH(0x557c068853e8)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Meta/Role/Composite.pm line 107 + Mouse::Meta::Role::Composite::apply(Mouse::Meta::Role::Composite=HASH(0x557c06884e60), Mouse::Meta::Class=HASH(0x557c068853e8)) called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse/Util.pm line 345 + Mouse::Util::apply_all_roles("BarSub", "Role::Foo1", "Role::Foo2") called at /home/ryan/.cpanm/work/1507547994.16943/Mouse-v2.4.10/blib/lib/Mouse.pm line 40 + Mouse::with("Role::Foo1", "Role::Foo2") called at t/030_roles/role_conflict_and_inheritance.t line 21 +t/030_roles/role_conflict_and_inheritance.t .................... ok +t/040_type_constraints/002_util_type_constraints_export.t ...... ok +t/040_type_constraints/003_util_std_type_constraints.t ......... ok +t/040_type_constraints/004_util_find_type_constraint.t ......... ok +t/040_type_constraints/005_util_type_coercion.t ................ ok +t/040_type_constraints/006_util_type_reloading.t ............... ok +t/040_type_constraints/007_util_more_type_coercion.t ........... ok +t/040_type_constraints/009_union_types_and_coercions.t ......... ok +t/040_type_constraints/010_misc_type_tests.t ................... ok +t/040_type_constraints/011_container_type_constraint.t ......... ok +t/040_type_constraints/015_enum.t .............................. ok +t/040_type_constraints/016_subtyping_parameterized_types.t ..... ok +t/040_type_constraints/017_subtyping_union_types.t ............. ok +t/040_type_constraints/018_custom_parameterized_types.t ........ ok +t/040_type_constraints/021_maybe_type_constraint.t ............. ok +t/040_type_constraints/022_custom_type_errors.t ................ ok +t/040_type_constraints/023_types_and_undef.t ................... ok +t/040_type_constraints/025_type_coersion_on_lazy_attributes.t .. ok +t/040_type_constraints/027_parameterize_from.t ................. ok +t/040_type_constraints/029_define_type_twice_throws.t .......... ok +t/040_type_constraints/031_subtype_auto_vivify_parent.t ........ ok +t/040_type_constraints/032_throw_error.t ....................... ok +t/040_type_constraints/034_duck_types.t ........................ ok +t/050_metaclasses/001_custom_attr_meta_with_roles.t ............ ok +t/050_metaclasses/002_custom_attr_meta_as_role.t ............... ok +t/050_metaclasses/004_moose_for_meta.t ......................... ok +t/050_metaclasses/011_init_meta.t .............................. ok +t/050_metaclasses/013_metaclass_traits.t ....................... ok +t/050_metaclasses/017_use_base_of_moose.t ...................... ok +t/050_metaclasses/020_metaclass_parameterized_traits.t ......... ok +t/050_metaclasses/021_export_with_prototype.t .................. ok +t/050_metaclasses/041_mnmcim.t ................................. ok +t/050_metaclasses/041_moose_nonmoose_chain_init_meta.t ......... ok +t/050_metaclasses/051_metarole_on_anon.t ....................... ok +t/050_metaclasses/052_new_object_BUILD.t ....................... ok +t/050_metaclasses/053_immutable_metaclass_compat_bug.t ......... ok +t/050_metaclasses/054_metaclass_compat_no_fixing_bug.t ......... ok +t/100_bugs/001_subtype_quote_bug.t ............................. ok +t/100_bugs/002_subtype_conflict_bug.t .......................... ok +t/100_bugs/003_Moose_Object_error.t ............................ ok +t/100_bugs/003_Mouse_Object_error.t ............................ ok +t/100_bugs/004_subclass_use_base_bug.t ......................... ok +t/100_bugs/005_inline_reader_bug.t ............................. ok +t/100_bugs/007_reader_precedence_bug.t ......................... ok +t/100_bugs/009_augment_recursion_bug.t ......................... ok +t/100_bugs/010_immutable_n_default_x2.t ........................ ok +t/100_bugs/011_DEMOLISH_eats_exceptions.t ...................... ok +t/100_bugs/012_DEMOLISH_eats_mini.t ............................ ok +t/100_bugs/013_lazybuild_required_undef.t ...................... ok +t/100_bugs/016_inheriting_from_roles.t ......................... ok +t/100_bugs/017_type_constraint_messages.t ...................... ok +t/100_bugs/019_moose_octal_defaults.t .......................... ok +t/100_bugs/020_super_recursion.t ............................... ok +t/100_bugs/022_role_caller.t ................................... ok +t/100_bugs/025_universal_methods_wrappable.t ................... ok +t/100_bugs/026_create_anon_recursion.t ......................... ok +t/100_bugs/027_constructor_object_overload.t ................... ok +t/100_bugs/029_instance_application_role_args.t ................ ok +t/100_bugs/030_coerce_without_coercion.t ....................... ok +t/101_issues/016_Bool.t ........................................ ok +t/200_examples/001_example.t ................................... ok +t/200_examples/003_example.t ................................... ok +t/200_examples/004_example_w_DCS.t ............................. skipped: Declare::Constraints::Simple is required for this test +t/200_examples/005_example_w_TestDeep.t ........................ ok +t/200_examples/0071_Child_Parent_attr_inherit_imm.t ............ ok +t/200_examples/007_Child_Parent_attr_inherit.t ................. ok +t/200_examples/008_record_set_iterator.t ....................... ok +t/300_immutable/001_immutable_moose.t .......................... ok +t/300_immutable/002_apply_roles_to_immutable.t ................. ok +t/300_immutable/003_immutable_meta_class.t ..................... ok +t/300_immutable/004_inlined_constructors_n_types.t ............. ok +t/300_immutable/005_multiple_demolish_inline.t ................. ok +t/300_immutable/007_immutable_trigger_from_constructor.t ....... ok +t/300_immutable/008_immutable_constructor_error.t .............. ok +t/300_immutable/009_buildargs.t ................................ ok +t/300_immutable/012_default_values.t ........................... ok +t/300_immutable/013_immutable_roundtrip.t ...................... ok +t/300_immutable/014_immutable_metaclass_with_traits.t .......... ok +t/300_immutable/016_inline_fallbacks.t ......................... ok +t/300_immutable/101-immutable-default.t ........................ ok +t/400_mouse_util/001_moose_util.t .............................. ok +t/400_mouse_util/002_moose_util_does_role.t .................... ok +t/400_mouse_util/007_apply_roles.t ............................. ok +t/500_test_moose/001_test_moose.t .............................. ok +t/500_test_moose/002_test_moose_does_ok.t ...................... ok +t/500_test_moose/003_test_moose_has_attribute_ok.t ............. ok +t/500_test_moose/004_test_moose_meta_ok.t ...................... ok +t/500_test_moose/005_with_immutable.t .......................... ok +t/800_with_external/001-pod-coverage-moose.t ................... skipped: This test requires Pod::Coverage::Moose +t/800_with_external/002-externals.t ............................ skipped: for release testing +t/810_with_moose/201-squirrel.t ................................ skipped: Moose 1.13 required for this test +t/810_with_moose/202-squirrel-role.t ........................... skipped: Moose 1.13 required for this test +t/810_with_moose/500_moose_extends_mouse.t ..................... skipped: [TODO] a Moose class cannot extends a Mouse class +t/810_with_moose/501_moose_coerce_mouse.t ...................... skipped: [TODO] a Mouse class cannot extends a Moose class +t/900_mouse_bugs/001_immutable_types.t ......................... ok +t/900_mouse_bugs/002_does_role_should_search_parent.t .......... ok +t/900_mouse_bugs/003_RT50421.t ................................. ok +t/900_mouse_bugs/004_RT54203.t ................................. skipped: Testing with Path::Class +t/900_mouse_bugs/005_large_int.t ............................... ok +t/900_mouse_bugs/006_RT69939.t ................................. ok +t/900_mouse_bugs/007_RT56523.t ................................. ok +t/900_mouse_bugs/008_RT56837.t ................................. ok +t/900_mouse_bugs/009_RT57144.t ................................. ok +t/900_mouse_bugs/010_use_mouse_before_tb2.t .................... ok +t/900_mouse_bugs/011_RT61852.t ................................. ok +t/900_mouse_bugs/012_RT61906.t ................................. ok +t/900_mouse_bugs/013_RT73592_tied_.t ........................... ok +t/900_mouse_bugs/014_autoload.t ................................ ok +t/900_mouse_bugs/015_issue7_memleak.t .......................... ok +t/900_mouse_bugs/016_issue17_memleak.t ......................... ok +t/900_mouse_bugs/017_issue29.t ................................. skipped: This is a test for threads () +t/900_mouse_bugs/018_issue41.t ................................. ok +t/900_mouse_bugs/019_issue64.t ................................. ok +t/900_mouse_bugs/020_stack_collapse_on_build.t ................. ok +t/900_mouse_bugs/RT75093.t ..................................... ok +t/990_deprecated/001-export_to_level.t ......................... ok +All tests successful. + +Test Summary Report +------------------- +t/040_type_constraints/018_custom_parameterized_types.t (Wstat: 0 Tests: 28 Failed: 0) + TODO passed: 13, 19-20, 22 +t/040_type_constraints/021_maybe_type_constraint.t (Wstat: 0 Tests: 36 Failed: 0) + TODO passed: 27 +Files=298, Tests=6092, 30 wallclock secs ( 1.28 usr 0.82 sys + 24.15 cusr 3.72 csys = 29.97 CPU) +Result: PASS +Building Mouse +Generate Mouse::Tiny ... +done. +xs-src/MouseAccessor.xs => xs-src/MouseAccessor.c +xs-src/MouseAttribute.xs => xs-src/MouseAttribute.c +xs-src/MouseTypeConstraints.xs => xs-src/MouseTypeConstraints.c +xs-src/MouseUtil.xs => xs-src/MouseUtil.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAccessor.o xs-src/MouseAccessor.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseAttribute.o xs-src/MouseAttribute.c +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseTypeConstraints.o xs-src/MouseTypeConstraints.c +xs-src/MouseTypeConstraints.xs: In function ‘S_nv_is_integer’: +xs-src/MouseTypeConstraints.xs:156:9: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + (void)Gconvert(nv, NV_DIG, 0, buf); +cc -I. -Ixs-src -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -fPIC -Wall -Wextra -Wdeclaration-after-statement -Wc++-compat -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o xs-src/MouseUtil.o xs-src/MouseUtil.c +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Mouse/Mouse.so lib/Mouse.o xs-src/MouseAccessor.o xs-src/MouseAttribute.o xs-src/MouseTypeConstraints.o xs-src/MouseUtil.o +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Mouse/Mouse.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Mouse/Mouse.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/ouse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Squirrel.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Squirrel/Role.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Test/Mouse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Exporter.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/XS.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Spec.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/TypeRegistry.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Tiny.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Object.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Tiny.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Role.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/PurePerl.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Attribute.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Module.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Method.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Class.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/TypeConstraint.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Role.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Role/Method.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Role/Application.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Role/Composite.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Method/Destructor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Method/Accessor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Method/Delegation.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Meta/Method/Constructor.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Util/TypeConstraints.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Mouse/Util/MetaRole.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::TypeRegistry.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Role::Application.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Util::TypeConstraints.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Role.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::XS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Role.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Object.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Method::Accessor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Util::MetaRole.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Squirrel::Role.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::TypeConstraint.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Role::Composite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Method::Constructor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Attribute.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Method::Destructor.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Tiny.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Method::Delegation.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Role::Method.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Spec.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Squirrel.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Method.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Exporter.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Class.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/ouse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::Meta::Module.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Mouse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse::PurePerl.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Mouse.3 +OK +Successfully installed Mouse-v2.4.10 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mouse-v2.4.10/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Mouse-v2.4.10/MYMETA.json +Building and testing Text-Xslate-3.4.0 ... cp lib/Text/Xslate/Symbol.pm blib/lib/Text/Xslate/Symbol.pm +cp lib/Text/Xslate/PP/Type/Pair.pm blib/lib/Text/Xslate/PP/Type/Pair.pm +cp lib/Text/Xslate/PP/Method.pm blib/lib/Text/Xslate/PP/Method.pm +cp lib/Text/Xslate/PP/State.pm blib/lib/Text/Xslate/PP/State.pm +cp lib/Text/Xslate/Manual/Builtin.pod blib/lib/Text/Xslate/Manual/Builtin.pod +cp lib/Text/Xslate/Syntax/Kolon.pm blib/lib/Text/Xslate/Syntax/Kolon.pm +cp lib/Text/Xslate/PP/Type/Raw.pm blib/lib/Text/Xslate/PP/Type/Raw.pm +cp lib/Text/Xslate/Manual/Debugging.pod blib/lib/Text/Xslate/Manual/Debugging.pod +cp lib/Text/Xslate/Type/Raw.pm blib/lib/Text/Xslate/Type/Raw.pm +cp lib/Text/Xslate/Bridge/Star.pm blib/lib/Text/Xslate/Bridge/Star.pm +cp lib/Text/Xslate/Util.pm blib/lib/Text/Xslate/Util.pm +cp lib/Text/Xslate/Runner.pm blib/lib/Text/Xslate/Runner.pm +cp lib/Text/Xslate/Syntax/TTerse.pm blib/lib/Text/Xslate/Syntax/TTerse.pm +cp lib/Text/Xslate/Compiler.pm blib/lib/Text/Xslate/Compiler.pm +cp lib/Text/Xslate/PP/Opcode.pm blib/lib/Text/Xslate/PP/Opcode.pm +cp lib/Text/Xslate/Manual/Cookbook.pod blib/lib/Text/Xslate/Manual/Cookbook.pod +cp lib/Text/Xslate/Manual/FAQ.pod blib/lib/Text/Xslate/Manual/FAQ.pod +cp lib/Text/Xslate/PP/Type/Macro.pm blib/lib/Text/Xslate/PP/Type/Macro.pm +cp lib/Text/Xslate/Parser.pm blib/lib/Text/Xslate/Parser.pm +cp lib/Text/Xslate/HashWithDefault.pm blib/lib/Text/Xslate/HashWithDefault.pm +cp lib/Text/Xslate/PP/Const.pm blib/lib/Text/Xslate/PP/Const.pm +cp lib/Text/Xslate/Bridge.pm blib/lib/Text/Xslate/Bridge.pm +cp lib/Text/Xslate/PP.pm blib/lib/Text/Xslate/PP.pm +cp lib/Text/Xslate.pm blib/lib/Text/Xslate.pm +cp lib/Text/Xslate/Syntax/Metakolon.pm blib/lib/Text/Xslate/Syntax/Metakolon.pm +cp lib/Text/Xslate/Manual.pod blib/lib/Text/Xslate/Manual.pod +Running Mkbootstrap for Xslate () +chmod 644 "Xslate.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xslate.bs blib/arch/auto/Text/Xslate/Xslate.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' src/Text-Xslate.xs > src/Text-Xslate.xsc +mv src/Text-Xslate.xsc src/Text-Xslate.c +cc -c "-I." "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"3.4.0\" -DXS_VERSION=\"3.4.0\" -o src/Text-Xslate.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DUSE_PPPORT src/Text-Xslate.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' src/xslate_methods.xs > src/xslate_methods.xsc +mv src/xslate_methods.xsc src/xslate_methods.c +cc -c "-I." "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"3.4.0\" -DXS_VERSION=\"3.4.0\" -o src/xslate_methods.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DUSE_PPPORT src/xslate_methods.c +rm -f blib/arch/auto/Text/Xslate/Xslate.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong src/Text-Xslate.o src/xslate_methods.o -o blib/arch/auto/Text/Xslate/Xslate.so \ + \ + +chmod 755 blib/arch/auto/Text/Xslate/Xslate.so +cp script/xslate blib/script/xslate +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xslate +Manifying 1 pod document +Manifying 26 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xslate.bs blib/arch/auto/Text/Xslate/Xslate.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch'); " t/*.t t/010_internals/*.t t/020_interface/*.t t/030_kolon/*.t t/040_tterse/*.t t/050_builtins/*.t t/100_plugin/*.t t/200_app/*.t t/300_examples/*.t t/900_bugs/*.t +# Testing Text::Xslate/3.4.0 +# Backend: XS +# $ENV{XSLATE}= +t/000_load.t .................................... ok +t/010_internals/001_parse.t ..................... ok +t/010_internals/002_compile.t ................... ok +t/010_internals/003_assemble.t .................. ok +t/010_internals/004_magic.t ..................... ok +t/010_internals/005_load_file.t ................. ok +t/010_internals/006_errhandler.t ................ ok +t/010_internals/007_compile_errs.t .............. ok +t/010_internals/008_files.t ..................... ok +t/010_internals/009_goto_address.t .............. ok +t/010_internals/010_line_number.t ............... ok +t/010_internals/011_missuse.t ................... ok +t/010_internals/012_multilines.t ................ ok +t/010_internals/013_deps_str.t .................. ok +t/010_internals/014_deps_file.t ................. ok +t/010_internals/015_deps_file2.t ................ ok +t/010_internals/016_cached.t .................... ok +t/010_internals/017_render.t .................... ok +t/010_internals/018_opinfo.t .................... ok +t/010_internals/019_runtime_error.t ............. ok +t/010_internals/020_optimize.t .................. ok +t/010_internals/021_edge_cases.t ................ ok +t/010_internals/022_signal.t .................... ok +t/010_internals/023_cachepath.t ................. ok +t/010_internals/024_die_in_macros.t ............. ok +t/010_internals/025_reset_hooks.t ............... ok +t/010_internals/026_issue16_deep_recursion.t .... ok +t/010_internals/027_infinite_warn.t ............. ok +t/010_internals/028_taint.t ..................... ok +t/010_internals/029_large_file.t ................ ok +t/010_internals/030_die_in_funcs.t .............. ok +t/010_internals/031_save_src.t .................. ok +t/010_internals/032_encoding_error.t ............ skipped: TODO: the behaviours of PP and XS does not match +t/010_internals/033_vpath_cache.t ............... ok +t/010_internals/034_is_code_ref.t ............... ok +t/010_internals/036_merge_hash.t ................ ok +t/010_internals/037_find_file.t ................. ok +t/010_internals/038_suffix.t .................... ok +t/010_internals/039_taint_issue84.t ............. ok +t/010_internals/100_threads.t ................... skipped: multi-threading tests +t/010_internals/200_leaktrace.t ................. ok +t/010_internals/300_explicit_pp.t ............... ok +t/020_interface/001_parser_option.t ............. ok +t/020_interface/002_myparser.t .................. ok +t/020_interface/003_encoding.t .................. ok +t/020_interface/004_no_vars.t ................... ok +t/020_interface/005_util.t ...................... ok +t/020_interface/006_psgi.t ...................... skipped: Test requires module 'Plack' but it's not found +t/020_interface/007_data_section.t .............. ok +t/020_interface/008_type.t ...................... ok +t/020_interface/009_hash_with_default.t ......... ok +t/020_interface/010_err_encoding.t .............. ok +t/020_interface/011_hwd_w_include_vars.t ........ ok +t/020_interface/012_default_functions.t ......... ok +t/020_interface/013_slurp_template.t ............ ok +t/020_interface/014_customize_option.t .......... ok +t/020_interface/015_render_recursion.t .......... ok +t/020_interface/016_pre_process_handler.t ....... ok +t/020_interface/017_validate.t .................. ok +t/030_kolon/001_interpolate.t ................... ok +t/030_kolon/002_field.t ......................... ok +t/030_kolon/003_for.t ........................... ok +t/030_kolon/004_if.t ............................ ok +t/030_kolon/005_rel_ops.t ....................... ok +t/030_kolon/006_arith_ops.t ..................... ok +t/030_kolon/007_log_ops.t ....................... ok +t/030_kolon/008_literal.t ....................... ok +t/030_kolon/009_include.t ....................... ok +t/030_kolon/010_escaped_str.t ................... ok +t/030_kolon/011_macro.t ......................... ok +t/030_kolon/012_cascade.t ....................... ok +t/030_kolon/013_more_field.t .................... ok +t/030_kolon/014_while.t ......................... ok +t/030_kolon/015_methods.t ....................... ok +t/030_kolon/016_funcs.t ......................... ok +t/030_kolon/017_more_macro.t .................... ok +t/030_kolon/018_dynamic_filters.t ............... ok +t/030_kolon/019_explicit_interpolate.t .......... ok +t/030_kolon/020_chomp.t ......................... ok +t/030_kolon/021_overlay.t ....................... ok +t/030_kolon/022_given.t ......................... ok +t/030_kolon/023_bitwise.t ....................... ok +t/030_kolon/024_localize_vars.t ................. ok +t/030_kolon/025_objectliteral.t ................. ok +t/030_kolon/026_constant.t ...................... ok +t/030_kolon/027_lambda.t ........................ ok +t/030_kolon/028_smartmatch.t .................... ok +t/030_kolon/029_blockfilter.t ................... ok +t/030_kolon/030_xfuncs.t ........................ ok +t/030_kolon/031_post_if.t ....................... ok +t/030_kolon/032_include_bareword.t .............. ok +t/030_kolon/033_ov_forloop.t .................... ok +t/030_kolon/034_print.t ......................... ok +t/030_kolon/035_include_w_vars.t ................ ok +t/030_kolon/036_foreach_else.t .................. ok +t/030_kolon/037_loop_ctl.t ...................... ok +t/030_kolon/038_custom_esc.t .................... ok +t/030_kolon/039_root_vars.t ..................... ok +t/030_kolon/040_external_macro.t ................ skipped: external macros are not yet implemented +t/040_tterse/001_parse.t ........................ ok +t/040_tterse/002_interpolate.t .................. ok +t/040_tterse/003_field.t ........................ ok +t/040_tterse/004_for.t .......................... ok +t/040_tterse/005_if.t ........................... ok +t/040_tterse/006_include.t ...................... ok +t/040_tterse/007_funcs.t ........................ ok +t/040_tterse/008_methods.t ...................... ok +t/040_tterse/009_comments.t ..................... ok +t/040_tterse/010_expr.t ......................... ok +t/040_tterse/011_objectliterals.t ............... ok +t/040_tterse/012_macro.t ........................ ok +t/040_tterse/013_wrapper.t ...................... ok +t/040_tterse/014_set.t .......................... ok +t/040_tterse/015_while.t ........................ ok +t/040_tterse/016_call.t ......................... ok +t/040_tterse/017_filter.t ....................... ok +t/040_tterse/018_process.t ...................... ok +t/040_tterse/019_switch.t ....................... ok +t/040_tterse/020_chomp.t ........................ ok +t/040_tterse/021_fake_use.t ..................... skipped: Test requires module 'Template::Plugin::Math' but it's not found +t/040_tterse/022_post_if.t ...................... ok +t/040_tterse/023_loop_ctl.t ..................... ok +t/040_tterse/024_for_else.t ..................... ok +t/040_tterse/025_macro.t ........................ ok +t/040_tterse/100_not_supported.t ................ ok +t/050_builtins/001_builtin_funcs.t .............. ok +t/050_builtins/002_autobox.t .................... ok +t/050_builtins/003_autobox_w_cb.t ............... ok +t/050_builtins/004_copied.t ..................... ok +t/100_plugin/001_import_from.t .................. ok +t/100_plugin/002_import.t ....................... ok +t/100_plugin/003_bridge.t ....................... ok +t/100_plugin/004_star.t ......................... ok +t/100_plugin/005_html_builder_module.t .......... ok +t/100_plugin/100_error.t ........................ ok +t/200_app/001_hello.t ........................... ok +t/200_app/002_tree.t ............................ ok +t/200_app/003_runner.t .......................... ok +t/200_app/004_encoding.t ........................ ok +t/300_examples/001_basic.t ...................... ok +t/300_examples/002_cascade.t .................... ok +t/300_examples/003_metakolon.t .................. ok +t/300_examples/004_tterse.t ..................... ok +t/900_bugs/001_super.t .......................... ok +t/900_bugs/002_addfunc.t ........................ ok +t/900_bugs/003_frame_access.t ................... ok +t/900_bugs/004_errorhandling.t .................. ok +t/900_bugs/005_rec_include.t .................... ok +t/900_bugs/006_complex_lex.t .................... ok +t/900_bugs/007_uuv.t ............................ ok +t/900_bugs/008_include_var.t .................... ok +t/900_bugs/009_quote_in_comments.t .............. ok +t/900_bugs/010_widechar_for_md5.t ............... ok +t/900_bugs/011_reserved_words.t ................. ok +t/900_bugs/012_ltgt_in_comments.t ............... ok +t/900_bugs/013_comments_lineno.t ................ ok +t/900_bugs/014_too_large_int.t .................. ok +t/900_bugs/015_my_scope.t ....................... ok +t/900_bugs/016_x_in_tterse.t .................... ok +t/900_bugs/017_unallocated.t .................... skipped: not yet +t/900_bugs/019_nested_mm.t ...................... ok +t/900_bugs/020_switch_foo.t ..................... ok +t/900_bugs/021_cached_enc.t ..................... ok +t/900_bugs/022_empty_if_block.t ................. ok +t/900_bugs/023_deploy_problem.t ................. ok +t/900_bugs/024_use_cache.t ...................... ok +t/900_bugs/025_clobber-macro-args.t ............. ok +t/900_bugs/026_issue61.t ........................ ok +t/900_bugs/027_issue65.t ........................ ok +t/900_bugs/028_issue68.t ........................ ok +t/900_bugs/029_fork_and_cache.t ................. skipped: deal with memorycache-filecache-original model more effectively +t/900_bugs/030_issue71.t ........................ ok +t/900_bugs/031_yappo.t .......................... ok +t/900_bugs/032_issue79.t ........................ ok +t/900_bugs/033_ex_safe_render.t ................. ok +t/900_bugs/034_hash_key_utf8.t .................. ok +t/900_bugs/035_issue81_tiedhash.t ............... ok +t/900_bugs/036_vpath_utf8.t ..................... ok +t/900_bugs/037_text_str_key.t ................... ok +t/900_bugs/038_conbine_flaged_utf8_and_other.t .. ok +t/900_bugs/039_issue96.t ........................ ok +t/900_bugs/040_issue95.t ........................ ok +t/900_bugs/041_cachedir_other_process.t ......... ok +Text::Xslate: Iterating data must be an ARRAY reference, not 3 (:2) at t/900_bugs/042_perl59_issue.t line 13. +---------------------------------------------------------------------------- +: '/' ~ uri('a') +: for 3 -> $n { } +---------------------------------------------------------------------------- +t/900_bugs/042_perl59_issue.t ................... ok +t/900_bugs/043_issue107.t ....................... ok +t/900_bugs/044_empty_result.t ................... ok +t/900_bugs/045_issue130.t ....................... ok +t/900_bugs/046_issue156.t ....................... ok +t/900_bugs/046_issue88.t ........................ ok +t/900_bugs/047_undef_concat.t ................... ok +t/900_bugs/048_issue172.t ....................... skipped: Test requires module 'Data::Section::Simple' but it's not found +All tests successful. +Files=191, Tests=2787, 36 wallclock secs ( 0.80 usr 0.23 sys + 27.91 cusr 3.80 csys = 32.74 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Xslate.bs blib/arch/auto/Text/Xslate/Xslate.bs 644 +Manifying 1 pod document +Manifying 26 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Text/Xslate/Xslate.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Bridge.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Compiler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Parser.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Runner.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Symbol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Manual.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/HashWithDefault.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Opcode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Method.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Const.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/State.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Type/Raw.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Type/Macro.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/PP/Type/Pair.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Syntax/TTerse.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Syntax/Kolon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Syntax/Metakolon.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Manual/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Manual/Debugging.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Manual/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Manual/Builtin.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Bridge/Star.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Text/Xslate/Type/Raw.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/xslate.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Type::Macro.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Method.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Manual::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Manual::Debugging.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Opcode.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Syntax::Kolon.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Syntax::TTerse.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Symbol.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Syntax::Metakolon.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Compiler.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Type::Raw.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Runner.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Type::Raw.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Bridge.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Manual::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Type::Pair.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::HashWithDefault.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Manual.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Parser.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Manual::Builtin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::Const.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::PP::State.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Xslate::Bridge::Star.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/xslate +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Xslate-3.4.0 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Xslate-3.4.0/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Xslate-3.4.0/MYMETA.json +Searching Text::Xslate (2.0000) on cpanmetadb ... +--2017-10-09 07:54:23-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Xslate +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 821 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 143M=0s + +2017-10-09 07:54:23 (143 MB/s) - written to stdout [821/821] + +Already tried Text-Xslate-3.4.0. Skipping. +Searching Text::Xslate::Parser (0) on cpanmetadb ... +--2017-10-09 07:54:23-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Xslate::Parser +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 818 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 137M=0s + +2017-10-09 07:54:23 (137 MB/s) - written to stdout [818/818] + +Already tried Text-Xslate-3.4.0. Skipping. +Already tried Mouse. Skipping. +Searching Text::Xslate::Util (0) on cpanmetadb ... +--2017-10-09 07:54:23-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Xslate::Util +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 818 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 157M=0s + +2017-10-09 07:54:23 (157 MB/s) - written to stdout [818/818] + +Already tried Text-Xslate-3.4.0. Skipping. +Searching Text::Xslate::Symbol (0) on cpanmetadb ... +--2017-10-09 07:54:23-- http://cpanmetadb.plackperl.org/v1.0/package/Text::Xslate::Symbol +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 818 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 170M=0s + +2017-10-09 07:54:23 (170 MB/s) - written to stdout [818/818] + +Already tried Text-Xslate-3.4.0. Skipping. +Building and testing Text-Handlebars-0.05 ... cp lib/Text/Handlebars/Compiler.pm blib/lib/Text/Handlebars/Compiler.pm +cp lib/Text/Xslate/Syntax/Handlebars.pm blib/lib/Text/Xslate/Syntax/Handlebars.pm +cp lib/Text/Handlebars.pm blib/lib/Text/Handlebars.pm +cp lib/Text/Handlebars/Symbol.pm blib/lib/Text/Handlebars/Symbol.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00-compile.t ................. ok +t/basic.t ...................... ok +t/block-helper-builtins.t ...... ok +t/block-helpers.t .............. ok +t/blocks.t ..................... ok +t/expressions.t ................ ok +t/helpers-examples.t ........... ok +t/helpers.t .................... ok +t/lambdas.t .................... ok +t/mustache-extra.t ............. ok +t/mustache-spec-syntax-only.t .. skipped: Test requires module 'Path::Class' but it's not found +t/mustache-spec.t .............. skipped: Test requires module 'Path::Class' but it's not found +t/mustache.t ................... ok +t/partials.t ................... ok +t/safestring.t ................. ok +All tests successful. +Files=15, Tests=166, 3 wallclock secs ( 0.08 usr 0.02 sys + 2.36 cusr 0.25 csys = 2.71 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Handlebars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Xslate/Syntax/Handlebars.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Handlebars/Compiler.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Text/Handlebars/Symbol.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Text::Handlebars.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Text-Handlebars-0.05 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Handlebars-0.05/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Text-Handlebars-0.05/MYMETA.json +Already tried XML::LibXML. Skipping. +Already tried Types::Standard. Skipping. +Searching autovivification (0) on cpanmetadb ... +--2017-10-09 07:54:26-- http://cpanmetadb.plackperl.org/v1.0/package/autovivification +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 102 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.4M=0s + +2017-10-09 07:54:26 (19.4 MB/s) - written to stdout [102/102] + +--> Working on autovivification +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-0.17.tar.gz ... --2017-10-09 07:54:26-- http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-0.17.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 55277 (54K) [application/x-gzip] +Saving to: ‘autovivification-0.17.tar.gz’ + + 0K .......... .......... .......... .......... .......... 92% 27.6M 0s + 50K ... 100% 7594G=0.002s + +2017-10-09 07:54:26 (29.8 MB/s) - ‘autovivification-0.17.tar.gz’ saved [55277/55277] + +Unpacking autovivification-0.17.tar.gz +OK +autovivification-0.17/ +autovivification-0.17/autovivification.xs +autovivification-0.17/Changes +autovivification-0.17/lib/ +autovivification-0.17/Makefile.PL +autovivification-0.17/MANIFEST +autovivification-0.17/META.json +autovivification-0.17/META.yml +autovivification-0.17/README +autovivification-0.17/samples/ +autovivification-0.17/t/ +autovivification-0.17/xsh/ +autovivification-0.17/xsh/caps.h +autovivification-0.17/xsh/debug.h +autovivification-0.17/xsh/hints.h +autovivification-0.17/xsh/mem.h +autovivification-0.17/xsh/ops.h +autovivification-0.17/xsh/peep.h +autovivification-0.17/xsh/ptable.h +autovivification-0.17/xsh/threads.h +autovivification-0.17/xsh/util.h +autovivification-0.17/t/00-load.t +autovivification-0.17/t/09-load-threads.t +autovivification-0.17/t/20-hash.t +autovivification-0.17/t/22-hash-kv.t +autovivification-0.17/t/23-hash-tied.t +autovivification-0.17/t/24-hash-numerous.t +autovivification-0.17/t/30-array.t +autovivification-0.17/t/31-array-fast.t +autovivification-0.17/t/32-array-kv.t +autovivification-0.17/t/33-array-tied.t +autovivification-0.17/t/34-array-numerous.t +autovivification-0.17/t/40-scope.t +autovivification-0.17/t/41-padsv.t +autovivification-0.17/t/42-deparse.t +autovivification-0.17/t/43-peep.t +autovivification-0.17/t/44-multideref.t +autovivification-0.17/t/50-threads.t +autovivification-0.17/t/51-threads-teardown.t +autovivification-0.17/t/lib/ +autovivification-0.17/t/lib/autovivification/ +autovivification-0.17/t/lib/Test/ +autovivification-0.17/t/lib/VPIT/ +autovivification-0.17/t/lib/VPIT/TestHelpers.pm +autovivification-0.17/t/lib/Test/Leaner.pm +autovivification-0.17/t/lib/autovivification/TestCases.pm +autovivification-0.17/t/lib/autovivification/TestRequired1.pm +autovivification-0.17/t/lib/autovivification/TestRequired2.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/ +autovivification-0.17/t/lib/autovivification/TestRequired5/ +autovivification-0.17/t/lib/autovivification/TestRequired6.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/a0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/b0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/c0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/d0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/a0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/b0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/c0.pm +autovivification-0.17/samples/bench.pl +autovivification-0.17/samples/hash2array.pl +autovivification-0.17/lib/autovivification.pm +Entering autovivification-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring autovivification-0.17 ... Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for autovivification +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have XSLoader 0.02 ... Yes (0.27) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have POSIX 1.02 ... Yes (1.77) +OK +Building and testing autovivification-0.17 ... cp lib/autovivification.pm blib/lib/autovivification.pm +Running Mkbootstrap for autovivification () +chmod 644 "autovivification.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- autovivification.bs blib/arch/auto/autovivification/autovivification.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' autovivification.xs > autovivification.xsc +mv autovivification.xsc autovivification.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" autovivification.c +rm -f blib/arch/auto/autovivification/autovivification.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong autovivification.o -o blib/arch/auto/autovivification/autovivification.so \ + \ + +chmod 755 blib/arch/auto/autovivification/autovivification.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- autovivification.bs blib/arch/auto/autovivification/autovivification.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing autovivification 0.17, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 34. +t/09-load-threads.t ...... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/20-hash.t .............. ok +t/22-hash-kv.t ........... ok +# Using Tie::StdHash 1.05 +t/23-hash-tied.t ......... ok +t/24-hash-numerous.t ..... ok +t/30-array.t ............. ok +t/31-array-fast.t ........ ok +t/32-array-kv.t .......... ok +# Using Tie::StdArray 1.06 +t/33-array-tied.t ........ ok +t/34-array-numerous.t .... ok +t/40-scope.t ............. ok +t/41-padsv.t ............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +t/42-deparse.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/43-peep.t .............. ok +t/44-multideref.t ........ ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/50-threads.t line 9. +t/50-threads.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/51-threads-teardown.t line 10. +t/51-threads-teardown.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/42-deparse.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/50-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/51-threads-teardown.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=18, Tests=44389, 4 wallclock secs ( 2.67 usr 0.12 sys + 3.73 cusr 0.23 csys = 6.75 CPU) +Result: FAIL +Failed 4/18 test programs. 0/44389 subtests failed. +Makefile:1055: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing autovivification failed. See /home/ryan/.cpanm/work/1507547994.16943/build.log for details. Retry with --force to force install it. +Already tried Math::Round. Skipping. +Already tried JSON. Skipping. +Already tried Capture::Tiny. Skipping. +Searching Scalar::MoreUtils (0) on cpanmetadb ... +FAIL +--2017-10-09 07:54:32-- http://cpanmetadb.plackperl.org/v1.0/package/Scalar::MoreUtils +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 106 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.7M=0s + +2017-10-09 07:54:32 (20.7 MB/s) - written to stdout [106/106] + +--> Working on Scalar::MoreUtils +Fetching http://www.cpan.org/authors/id/R/RK/RKRIMEN/Scalar-MoreUtils-0.02.tar.gz ... --2017-10-09 07:54:32-- http://www.cpan.org/authors/id/R/RK/RKRIMEN/Scalar-MoreUtils-0.02.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 3682 (3.6K) [application/x-gzip] +Saving to: ‘Scalar-MoreUtils-0.02.tar.gz’ + + 0K ... 100% 349M=0s + +2017-10-09 07:54:32 (349 MB/s) - ‘Scalar-MoreUtils-0.02.tar.gz’ saved [3682/3682] + +Unpacking Scalar-MoreUtils-0.02.tar.gz +OK +Scalar-MoreUtils-0.02/ +Scalar-MoreUtils-0.02/t/ +Scalar-MoreUtils-0.02/t/Scalar-MoreUtils.t +Scalar-MoreUtils-0.02/t/pod.t +Scalar-MoreUtils-0.02/t/boilerplate.t +Scalar-MoreUtils-0.02/t/00-load.t +Scalar-MoreUtils-0.02/t/pod-coverage.t +Scalar-MoreUtils-0.02/lib/ +Scalar-MoreUtils-0.02/lib/Scalar/ +Scalar-MoreUtils-0.02/lib/Scalar/MoreUtils.pm +Scalar-MoreUtils-0.02/README +Scalar-MoreUtils-0.02/Changes +Scalar-MoreUtils-0.02/Build.PL +Scalar-MoreUtils-0.02/Makefile.PL +Scalar-MoreUtils-0.02/META.yml +Scalar-MoreUtils-0.02/MANIFEST +Entering Scalar-MoreUtils-0.02 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring Scalar-MoreUtils-0.02 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Scalar-MoreUtils' version '0.02' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing Scalar-MoreUtils-0.02 ... Building Scalar-MoreUtils +# Testing Scalar::MoreUtils 0.02, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ........... ok +t/Scalar-MoreUtils.t .. ok +t/boilerplate.t ....... ok +t/pod-coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/pod.t ............... ok +All tests successful. +Files=5, Tests=38, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.32 cusr 0.04 csys = 0.41 CPU) +Result: PASS +Building Scalar-MoreUtils +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Scalar/MoreUtils.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Scalar::MoreUtils.3 +OK +Successfully installed Scalar-MoreUtils-0.02 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Scalar-MoreUtils-0.02/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Scalar-MoreUtils-0.02/MYMETA.json +Searching Marpa::R2 (0) on cpanmetadb ... +--2017-10-09 07:54:33-- http://cpanmetadb.plackperl.org/v1.0/package/Marpa::R2 +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 566 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 81.3M=0s + +2017-10-09 07:54:33 (81.3 MB/s) - written to stdout [566/566] + +--> Working on Marpa::R2 +Fetching http://www.cpan.org/authors/id/J/JK/JKEGL/Marpa-R2-4.000000.tar.gz ... --2017-10-09 07:54:33-- http://www.cpan.org/authors/id/J/JK/JKEGL/Marpa-R2-4.000000.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 1287664 (1.2M) [application/x-gzip] +Saving to: ‘Marpa-R2-4.000000.tar.gz’ + + 0K .......... .......... .......... .......... .......... 3% 20.1M 0s + 50K .......... .......... .......... .......... .......... 7% 40.7M 0s + 100K .......... .......... .......... .......... .......... 11% 19.4M 0s + 150K .......... .......... .......... .......... .......... 15% 38.6M 0s + 200K .......... .......... .......... .......... .......... 19% 18.8M 0s + 250K .......... .......... .......... .......... .......... 23% 35.2M 0s + 300K .......... .......... .......... .......... .......... 27% 34.9M 0s + 350K .......... .......... .......... .......... .......... 31% 33.1M 0s + 400K .......... .......... .......... .......... .......... 35% 19.3M 0s + 450K .......... .......... .......... .......... .......... 39% 34.5M 0s + 500K .......... .......... .......... .......... .......... 43% 32.9M 0s + 550K .......... .......... .......... .......... .......... 47% 184M 0s + 600K .......... .......... .......... .......... .......... 51% 33.6M 0s + 650K .......... .......... .......... .......... .......... 55% 33.3M 0s + 700K .......... .......... .......... .......... .......... 59% 31.4M 0s + 750K .......... .......... .......... .......... .......... 63% 31.5M 0s + 800K .......... .......... .......... .......... .......... 67% 36.4M 0s + 850K .......... .......... .......... .......... .......... 71% 33.0M 0s + 900K .......... .......... .......... .......... .......... 75% 34.7M 0s + 950K .......... .......... .......... .......... .......... 79% 33.9M 0s + 1000K .......... .......... .......... .......... .......... 83% 36.0M 0s + 1050K .......... .......... .......... .......... .......... 87% 32.9M 0s + 1100K .......... .......... .......... .......... .......... 91% 34.6M 0s + 1150K .......... .......... .......... .......... .......... 95% 33.7M 0s + 1200K .......... .......... .......... .......... .......... 99% 45.3M 0s + 1250K ....... 100% 143M=0.04s + +2017-10-09 07:54:33 (31.9 MB/s) - ‘Marpa-R2-4.000000.tar.gz’ saved [1287664/1287664] + +Unpacking Marpa-R2-4.000000.tar.gz +OK +Marpa-R2-4.000000 +Marpa-R2-4.000000/.gitattributes +Marpa-R2-4.000000/MANIFEST +Marpa-R2-4.000000/.gdbinit +Marpa-R2-4.000000/META.json +Marpa-R2-4.000000/INSTALL +Marpa-R2-4.000000/.gitignore +Marpa-R2-4.000000/Build.PL +Marpa-R2-4.000000/META.yml +Marpa-R2-4.000000/LICENSE +Marpa-R2-4.000000/Changes +Marpa-R2-4.000000/MANIFEST.SKIP +Marpa-R2-4.000000/typemap +Marpa-R2-4.000000/README +Marpa-R2-4.000000/COPYING.LESSER +Marpa-R2-4.000000/meta +Marpa-R2-4.000000/meta/Makefile +Marpa-R2-4.000000/meta/make_internal_pm.pl +Marpa-R2-4.000000/etc +Marpa-R2-4.000000/etc/compile_for_debug.sh +Marpa-R2-4.000000/etc/Makefile +Marpa-R2-4.000000/etc/reserved_check.sh +Marpa-R2-4.000000/etc/pod_errors.pl +Marpa-R2-4.000000/etc/pod_inlinks.pl +Marpa-R2-4.000000/etc/.gitignore +Marpa-R2-4.000000/etc/pod_dump.pl +Marpa-R2-4.000000/etc/check_license.pl +Marpa-R2-4.000000/etc/libmarpa_test.sh +Marpa-R2-4.000000/etc/pod_links.pl +Marpa-R2-4.000000/etc/libmarpa_get.pl +Marpa-R2-4.000000/etc/my_suppressions +Marpa-R2-4.000000/etc/dovg.sh +Marpa-R2-4.000000/etc/check_links.pl +Marpa-R2-4.000000/xs +Marpa-R2-4.000000/xs/create_ops.pl +Marpa-R2-4.000000/xs/gp_generate.pl +Marpa-R2-4.000000/xs/Makefile +Marpa-R2-4.000000/xs/marpa_slifop.h +Marpa-R2-4.000000/xs/ppport.h +Marpa-R2-4.000000/xs/.gitignore +Marpa-R2-4.000000/xs/R2.xs +Marpa-R2-4.000000/xs/general_pattern.xsh +Marpa-R2-4.000000/lib +Marpa-R2-4.000000/lib/Marpa +Marpa-R2-4.000000/lib/Marpa/.gitignore +Marpa-R2-4.000000/lib/Marpa/R2.pm +Marpa-R2-4.000000/lib/Marpa/R2 +Marpa-R2-4.000000/lib/Marpa/R2/SLR.pm +Marpa-R2-4.000000/lib/Marpa/R2/SLG.pm +Marpa-R2-4.000000/lib/Marpa/R2/MetaG.pm +Marpa-R2-4.000000/lib/Marpa/R2/Value.pm +Marpa-R2-4.000000/lib/Marpa/R2/.gitignore +Marpa-R2-4.000000/lib/Marpa/R2/Stuifzand.pm +Marpa-R2-4.000000/lib/Marpa/R2/Recognizer.pm +Marpa-R2-4.000000/lib/Marpa/R2/Internal.pm +Marpa-R2-4.000000/lib/Marpa/R2/Grammar.pm +Marpa-R2-4.000000/lib/Marpa/R2/MetaAST.pm +Marpa-R2-4.000000/lib/Marpa/R2/ASF.pm +Marpa-R2-4.000000/lib/Marpa/R2/Thin +Marpa-R2-4.000000/lib/Marpa/R2/Thin/Trace.pm +Marpa-R2-4.000000/lib/Marpa/R2/meta +Marpa-R2-4.000000/lib/Marpa/R2/meta/Makefile +Marpa-R2-4.000000/lib/Marpa/R2/meta/sl_to_hash.pl +Marpa-R2-4.000000/lib/Marpa/R2/meta/metag.bnf +Marpa-R2-4.000000/html +Marpa-R2-4.000000/html/.gitignore +Marpa-R2-4.000000/html/meta +Marpa-R2-4.000000/html/meta/Makefile +Marpa-R2-4.000000/html/meta/make_internal_pm.pl +Marpa-R2-4.000000/html/lib +Marpa-R2-4.000000/html/lib/Marpa +Marpa-R2-4.000000/html/lib/Marpa/R2 +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/.gitignore +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Config.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Callback.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Internal.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Config +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Config/Default.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Config/Compile.pm +Marpa-R2-4.000000/html/lib/Marpa/R2/HTML/Config/Core.pm +Marpa-R2-4.000000/html/pod +Marpa-R2-4.000000/html/pod/HTML.pod +Marpa-R2-4.000000/html/pod/html_score.pod +Marpa-R2-4.000000/html/pod/html_fmt.pod +Marpa-R2-4.000000/html/t +Marpa-R2-4.000000/html/t/missing.t +Marpa-R2-4.000000/html/t/parse.t +Marpa-R2-4.000000/html/t/fmt.t +Marpa-R2-4.000000/html/t/00-load.t +Marpa-R2-4.000000/html/t/synopsis.t +Marpa-R2-4.000000/html/t/no_tang.html +Marpa-R2-4.000000/html/t/score.t +Marpa-R2-4.000000/html/t/cfg_fmt.t +Marpa-R2-4.000000/html/t/examples.t +Marpa-R2-4.000000/html/t/test.html +Marpa-R2-4.000000/html/t/copy.t +Marpa-R2-4.000000/html/t/tang.t +Marpa-R2-4.000000/html/t/config.t +Marpa-R2-4.000000/html/t/fmt_t_data +Marpa-R2-4.000000/html/t/fmt_t_data/input2.html +Marpa-R2-4.000000/html/t/fmt_t_data/score_expected2.html +Marpa-R2-4.000000/html/t/fmt_t_data/input1.html +Marpa-R2-4.000000/html/t/fmt_t_data/score_expected1.html +Marpa-R2-4.000000/html/t/fmt_t_data/expected2.html +Marpa-R2-4.000000/html/t/fmt_t_data/expected1.html +Marpa-R2-4.000000/html/script +Marpa-R2-4.000000/html/script/marpa_r2_html_score +Marpa-R2-4.000000/html/script/marpa_r2_html_fmt +Marpa-R2-4.000000/html/tool +Marpa-R2-4.000000/html/tool/lib +Marpa-R2-4.000000/html/tool/lib/Marpa +Marpa-R2-4.000000/html/tool/lib/Marpa/R2 +Marpa-R2-4.000000/html/tool/lib/Marpa/R2/HTML +Marpa-R2-4.000000/html/tool/lib/Marpa/R2/HTML/Test +Marpa-R2-4.000000/html/tool/lib/Marpa/R2/HTML/Test/Util.pm +Marpa-R2-4.000000/pod +Marpa-R2-4.000000/pod/Tutorial2.pod +Marpa-R2-4.000000/pod/Exhaustion.pod +Marpa-R2-4.000000/pod/Vocabulary.pod +Marpa-R2-4.000000/pod/NAIF.pod +Marpa-R2-4.000000/pod/Semantics.pod +Marpa-R2-4.000000/pod/Tracing.pod +Marpa-R2-4.000000/pod/ASF.pod +Marpa-R2-4.000000/pod/Glade.pod +Marpa-R2-4.000000/pod/Event.pod +Marpa-R2-4.000000/pod/Marpa_R2.pod +Marpa-R2-4.000000/pod/Changes.pod +Marpa-R2-4.000000/pod/Acknowledgements.pod +Marpa-R2-4.000000/pod/Scanless.pod +Marpa-R2-4.000000/pod/Support.pod +Marpa-R2-4.000000/pod/BNF.pod +Marpa-R2-4.000000/pod/Progress.pod +Marpa-R2-4.000000/pod/Semantics +Marpa-R2-4.000000/pod/Semantics/Null.pod +Marpa-R2-4.000000/pod/Semantics/Order.pod +Marpa-R2-4.000000/pod/Semantics/Phases.pod +Marpa-R2-4.000000/pod/NAIF +Marpa-R2-4.000000/pod/NAIF/Grammar.pod +Marpa-R2-4.000000/pod/NAIF/Semantics.pod +Marpa-R2-4.000000/pod/NAIF/Tracing.pod +Marpa-R2-4.000000/pod/NAIF/Recognizer.pod +Marpa-R2-4.000000/pod/NAIF/Progress.pod +Marpa-R2-4.000000/pod/NAIF/Semantics +Marpa-R2-4.000000/pod/NAIF/Semantics/Null.pod +Marpa-R2-4.000000/pod/NAIF/Semantics/Infinite.pod +Marpa-R2-4.000000/pod/NAIF/Semantics/Order.pod +Marpa-R2-4.000000/pod/NAIF/Semantics/Phases.pod +Marpa-R2-4.000000/pod/Scanless +Marpa-R2-4.000000/pod/Scanless/G.pod +Marpa-R2-4.000000/pod/Scanless/R.pod +Marpa-R2-4.000000/pod/Scanless/DSL.pod +Marpa-R2-4.000000/pod/Advanced +Marpa-R2-4.000000/pod/Advanced/Models.pod +Marpa-R2-4.000000/pod/Advanced/Thin.pod +Marpa-R2-4.000000/pod/Advanced/Bibliography.pod +Marpa-R2-4.000000/t +Marpa-R2-4.000000/t/sl_prefix.t +Marpa-R2-4.000000/t/perl.t +Marpa-R2-4.000000/t/final_nonnullable.t +Marpa-R2-4.000000/t/thin_eq.t +Marpa-R2-4.000000/t/jirotka.t +Marpa-R2-4.000000/t/implementation.t +Marpa-R2-4.000000/t/naif.t +Marpa-R2-4.000000/t/sl_dyck.t +Marpa-R2-4.000000/t/timeflies.t +Marpa-R2-4.000000/t/sl_wall.t +Marpa-R2-4.000000/t/sl_exhaust.t +Marpa-R2-4.000000/t/progress2.t +Marpa-R2-4.000000/t/null_infinite4.t +Marpa-R2-4.000000/t/sl_gie.t +Marpa-R2-4.000000/t/sl_panda1.t +Marpa-R2-4.000000/t/catalan.t +Marpa-R2-4.000000/t/sl_topsyn.t +Marpa-R2-4.000000/t/leo3.t +Marpa-R2-4.000000/t/null_example.t +Marpa-R2-4.000000/t/infinite.t +Marpa-R2-4.000000/t/sl_bracket.t +Marpa-R2-4.000000/t/sl_action.t +Marpa-R2-4.000000/t/curly2.t +Marpa-R2-4.000000/t/00-load.t +Marpa-R2-4.000000/t/sl_gif1.t +Marpa-R2-4.000000/t/sl_ast.t +Marpa-R2-4.000000/t/sl_gia_err.t +Marpa-R2-4.000000/t/sl_leo2.t +Marpa-R2-4.000000/t/sl_gia.t +Marpa-R2-4.000000/t/sl_amon.t +Marpa-R2-4.000000/t/debug_leo.t +Marpa-R2-4.000000/t/sl_rank.t +Marpa-R2-4.000000/t/sl_taint.t +Marpa-R2-4.000000/t/sequence2.t +Marpa-R2-4.000000/t/progress1.t +Marpa-R2-4.000000/t/.gitignore +Marpa-R2-4.000000/t/chaf.t +Marpa-R2-4.000000/t/curly.t +Marpa-R2-4.000000/t/leo.t +Marpa-R2-4.000000/t/sl_advent.t +Marpa-R2-4.000000/t/pascal.t +Marpa-R2-4.000000/t/initial_nulls.t +Marpa-R2-4.000000/t/debug_seq.t +Marpa-R2-4.000000/t/sl_external1.t +Marpa-R2-4.000000/t/sl_ruby.t +Marpa-R2-4.000000/t/equation.t +Marpa-R2-4.000000/t/sl_timeflies.t +Marpa-R2-4.000000/t/null_infinite1.t +Marpa-R2-4.000000/t/leo2.t +Marpa-R2-4.000000/t/sl_json_ast.t +Marpa-R2-4.000000/t/sl_evsyn2.t +Marpa-R2-4.000000/t/sl_tut2.t +Marpa-R2-4.000000/t/sl_numeric.t +Marpa-R2-4.000000/t/leo_unit.t +Marpa-R2-4.000000/t/sl_completed.t +Marpa-R2-4.000000/t/sl_syn.t +Marpa-R2-4.000000/t/sl_dsl.t +Marpa-R2-4.000000/t/sl_ambig.t +Marpa-R2-4.000000/t/code_diag.t +Marpa-R2-4.000000/t/infinite2.t +Marpa-R2-4.000000/t/sl_latk.t +Marpa-R2-4.000000/t/asf_syn.t +Marpa-R2-4.000000/t/sl_action2.t +Marpa-R2-4.000000/t/bocage.t +Marpa-R2-4.000000/t/sl_ah2.t +Marpa-R2-4.000000/t/null_value.t +Marpa-R2-4.000000/t/sl_gires.t +Marpa-R2-4.000000/t/leo_cycle.t +Marpa-R2-4.000000/t/syn_stuifzand.t +Marpa-R2-4.000000/t/randal.t +Marpa-R2-4.000000/t/sequence.t +Marpa-R2-4.000000/t/sl_discard.t +Marpa-R2-4.000000/t/sl_fullsyn.t +Marpa-R2-4.000000/t/sl_lc.t +Marpa-R2-4.000000/t/deprecated1.t +Marpa-R2-4.000000/t/sl_leo.t +Marpa-R2-4.000000/t/duplicate_parse.t +Marpa-R2-4.000000/t/ah2.t +Marpa-R2-4.000000/t/rewrite.t +Marpa-R2-4.000000/t/sl_panda.t +Marpa-R2-4.000000/t/sl_discard3.t +Marpa-R2-4.000000/t/sl_evsyn.t +Marpa-R2-4.000000/t/sl_discard2.t +Marpa-R2-4.000000/t/sl_asf.t +Marpa-R2-4.000000/t/sl_event.t +Marpa-R2-4.000000/t/leo_example.t +Marpa-R2-4.000000/t/sl_astsyn.t +Marpa-R2-4.000000/t/rabend.t +Marpa-R2-4.000000/t/infinite_plex.t +Marpa-R2-4.000000/t/thin_deprec.t +Marpa-R2-4.000000/t/syn_engine.t +Marpa-R2-4.000000/t/use.t +Marpa-R2-4.000000/t/sl_durand.t +Marpa-R2-4.000000/t/sl_calc.t +Marpa-R2-4.000000/t/sl_salad.t +Marpa-R2-4.000000/t/sl_lexevent.t +Marpa-R2-4.000000/t/debug.t +Marpa-R2-4.000000/t/stuifzand.t +Marpa-R2-4.000000/t/sl_null_example.t +Marpa-R2-4.000000/t/sl_json.t +Marpa-R2-4.000000/t/sl_debug.t +Marpa-R2-4.000000/t/limits.t +Marpa-R2-4.000000/t/sl_diag.t +Marpa-R2-4.000000/t/context.t +Marpa-R2-4.000000/t/ah_numeric.t +Marpa-R2-4.000000/t/dsl.t +Marpa-R2-4.000000/t/minus.t +Marpa-R2-4.000000/t/sl_evinit.t +Marpa-R2-4.000000/t/sl_gsyn.t +Marpa-R2-4.000000/t/counter.t +Marpa-R2-4.000000/t/gabend.t +Marpa-R2-4.000000/t/sl_pascal.t +Marpa-R2-4.000000/t/sl_incremental.t +Marpa-R2-4.000000/t/balanced.t +Marpa-R2-4.000000/pperl +Marpa-R2-4.000000/pperl/Marpa +Marpa-R2-4.000000/pperl/Marpa/R2 +Marpa-R2-4.000000/pperl/Marpa/R2/Perl.pm +Marpa-R2-4.000000/pperl/Marpa/R2/Perl +Marpa-R2-4.000000/pperl/Marpa/R2/Perl/.gitignore +Marpa-R2-4.000000/author.t +Marpa-R2-4.000000/author.t/critic.t +Marpa-R2-4.000000/author.t/display.t +Marpa-R2-4.000000/author.t/Makefile +Marpa-R2-4.000000/author.t/perltidyrc +Marpa-R2-4.000000/author.t/spelling_exceptions.list +Marpa-R2-4.000000/author.t/.gitignore +Marpa-R2-4.000000/author.t/perlcriticrc +Marpa-R2-4.000000/author.t/pod.t +Marpa-R2-4.000000/author.t/create_critic_list.pl +Marpa-R2-4.000000/author.t/ampersand.t +Marpa-R2-4.000000/author.t/tidy.t +Marpa-R2-4.000000/author.t/meta_yaml.t +Marpa-R2-4.000000/author.t/accept_tidy +Marpa-R2-4.000000/author.t/critic1 +Marpa-R2-4.000000/author.t/tidy1 +Marpa-R2-4.000000/engine +Marpa-R2-4.000000/engine/LOG_DATA +Marpa-R2-4.000000/engine/base.time-stamp +Marpa-R2-4.000000/engine/STATIC +Marpa-R2-4.000000/engine/SHARED +Marpa-R2-4.000000/engine/README +Marpa-R2-4.000000/engine/read_only +Marpa-R2-4.000000/engine/read_only/marpa_tavl.c +Marpa-R2-4.000000/engine/read_only/configure +Marpa-R2-4.000000/engine/read_only/COPYING +Marpa-R2-4.000000/engine/read_only/marpa_codes.h +Marpa-R2-4.000000/engine/read_only/configure.ac +Marpa-R2-4.000000/engine/read_only/marpa_obs.c +Marpa-R2-4.000000/engine/read_only/marpa.c +Marpa-R2-4.000000/engine/read_only/INSTALL +Marpa-R2-4.000000/engine/read_only/marpa_avl.h +Marpa-R2-4.000000/engine/read_only/Makefile.in +Marpa-R2-4.000000/engine/read_only/Makefile.am +Marpa-R2-4.000000/engine/read_only/install-sh +Marpa-R2-4.000000/engine/read_only/marpa_codes.c +Marpa-R2-4.000000/engine/read_only/config.h.in +Marpa-R2-4.000000/engine/read_only/marpa_ami.c +Marpa-R2-4.000000/engine/read_only/aclocal.m4 +Marpa-R2-4.000000/engine/read_only/missing +Marpa-R2-4.000000/engine/read_only/LIB_VERSION +Marpa-R2-4.000000/engine/read_only/config.guess +Marpa-R2-4.000000/engine/read_only/config.sub +Marpa-R2-4.000000/engine/read_only/marpa.h +Marpa-R2-4.000000/engine/read_only/README.INSTALL +Marpa-R2-4.000000/engine/read_only/marpa_obs.h +Marpa-R2-4.000000/engine/read_only/ChangeLog +Marpa-R2-4.000000/engine/read_only/Makefile.win32 +Marpa-R2-4.000000/engine/read_only/README +Marpa-R2-4.000000/engine/read_only/COPYING.LESSER +Marpa-R2-4.000000/engine/read_only/marpa_avl.c +Marpa-R2-4.000000/engine/read_only/stamp-h1 +Marpa-R2-4.000000/engine/read_only/marpa_ami.h +Marpa-R2-4.000000/engine/read_only/compile +Marpa-R2-4.000000/engine/read_only/AUTHORS +Marpa-R2-4.000000/engine/read_only/depcomp +Marpa-R2-4.000000/engine/read_only/ltmain.sh +Marpa-R2-4.000000/engine/read_only/marpa_tavl.h +Marpa-R2-4.000000/engine/read_only/NEWS +Marpa-R2-4.000000/engine/read_only/LIB_VERSION.in +Marpa-R2-4.000000/engine/read_only/win32 +Marpa-R2-4.000000/engine/read_only/win32/marpa.def +Marpa-R2-4.000000/engine/read_only/win32/do_config_h.pl +Marpa-R2-4.000000/engine/read_only/m4 +Marpa-R2-4.000000/engine/read_only/m4/libtool.m4 +Marpa-R2-4.000000/engine/read_only/m4/ltversion.m4 +Marpa-R2-4.000000/engine/read_only/m4/ltsugar.m4 +Marpa-R2-4.000000/engine/read_only/m4/ltoptions.m4 +Marpa-R2-4.000000/engine/read_only/m4/lt~obsolete.m4 +Marpa-R2-4.000000/g +Marpa-R2-4.000000/g/config +Marpa-R2-4.000000/g/config/default.txt +Marpa-R2-4.000000/inc +Marpa-R2-4.000000/inc/drafts +Marpa-R2-4.000000/inc/drafts/undocumented.list +Marpa-R2-4.000000/inc/Marpa +Marpa-R2-4.000000/inc/Marpa/R2 +Marpa-R2-4.000000/inc/Marpa/R2/Display.pm +Marpa-R2-4.000000/inc/Marpa/R2/Config.pm +Marpa-R2-4.000000/inc/Marpa/R2/Test.pm +Marpa-R2-4.000000/inc/Marpa/R2/Build_Me.pm +Marpa-R2-4.000000/inc/Marpa/R2/legal.pl +Marpa-R2-4.000000/inc/Marpa/R2/License.pm +Entering Marpa-R2-4.000000 +Checking configure dependencies from META.json +Checking if you have Config::AutoConf 0.22 ... No +Checking if you have DynaLoader 1.08 ... Yes (1.42) +Checking if you have File::Copy 2.11 ... Yes (2.32) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have ExtUtils::Mkbootstrap 6.42 ... Yes (7.30) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have CPAN::Meta::Converter 2.120921 ... Yes (2.150010) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have XSLoader 0.08 ... Yes (0.27) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Fatal 1.05 ... Yes (2.29) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have PPI 1.224 ... Yes (1.236) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have Time::Piece 1.12 ... Yes (1.3202) +Checking if you have ExtUtils::Manifest 1.66 ... Yes (1.70) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have English 1.04 ... Yes (1.10) +Checking if you have IPC::Cmd 0.64 ... Yes (0.98) +Searching Config::AutoConf (0.22) on cpanmetadb ... +==> Found dependencies: Config::AutoConf +--2017-10-09 07:54:34-- http://cpanmetadb.plackperl.org/v1.0/package/Config::AutoConf +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.6M=0s + +2017-10-09 07:54:34 (20.6 MB/s) - written to stdout [107/107] + +--> Working on Config::AutoConf +Fetching http://www.cpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-0.315.tar.gz ... --2017-10-09 07:54:34-- http://www.cpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-0.315.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 49738 (49K) [application/x-gzip] +Saving to: ‘Config-AutoConf-0.315.tar.gz’ + + 0K .......... .......... .......... .......... ........ 100% 29.1M=0.002s + +2017-10-09 07:54:34 (29.1 MB/s) - ‘Config-AutoConf-0.315.tar.gz’ saved [49738/49738] + +Unpacking Config-AutoConf-0.315.tar.gz +OK +Config-AutoConf-0.315/ +Config-AutoConf-0.315/ARTISTIC-1.0 +Config-AutoConf-0.315/Changes +Config-AutoConf-0.315/GPL-1 +Config-AutoConf-0.315/lib/ +Config-AutoConf-0.315/LICENSE +Config-AutoConf-0.315/Makefile.PL +Config-AutoConf-0.315/MANIFEST +Config-AutoConf-0.315/MANIFEST.SKIP +Config-AutoConf-0.315/META.json +Config-AutoConf-0.315/META.yml +Config-AutoConf-0.315/README.md +Config-AutoConf-0.315/t/ +Config-AutoConf-0.315/t/00.load.t +Config-AutoConf-0.315/t/01.checkprog.t +Config-AutoConf-0.315/t/02.compile.t +Config-AutoConf-0.315/t/03.link.t +Config-AutoConf-0.315/t/testdata/ +Config-AutoConf-0.315/t/testdata/foo.pc +Config-AutoConf-0.315/lib/Config/ +Config-AutoConf-0.315/lib/Config/AutoConf.pm +Entering Config-AutoConf-0.315 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Config-AutoConf-0.315 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::AutoConf +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Capture::Tiny 0.24 ... Yes (0.46) +Checking if you have Text::ParseWords 3.26 ... Yes (3.30) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +OK +Building and testing Config-AutoConf-0.315 ... cp lib/Config/AutoConf.pm blib/lib/Config/AutoConf.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t xt/*.t +t/00.load.t ....... ok +# Check for some progs to get an overview about world outside +# Found AWK as /usr/bin/mawk +# Found SED as /bin/sed +# Found EGREP as /bin/egrep +# Found YACC as /usr/bin/bison -y +# Found PKG-CONFIG as /usr/bin/pkg-config +t/01.checkprog.t .. ok +t/02.compile.t .... ok +t/03.link.t ....... ok +All tests successful. + +Test Summary Report +------------------- +t/02.compile.t (Wstat: 0 Tests: 32 Failed: 0) + TODO passed: 29-31 +t/03.link.t (Wstat: 0 Tests: 18 Failed: 0) + TODO passed: 16-18 +Files=4, Tests=69, 29 wallclock secs ( 0.06 usr 0.02 sys + 23.59 cusr 4.37 csys = 28.04 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Config/AutoConf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Config::AutoConf.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Config-AutoConf-0.315 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-AutoConf-0.315/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Config-AutoConf-0.315/MYMETA.json +Running Build.PL +Configuring Marpa-R2-4.000000 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Marpa-R2' version '4.000000' +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::Mkbootstrap 6.42 ... Yes (7.30) +Checking if you have File::Copy 2.11 ... Yes (2.32) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have DynaLoader 1.08 ... Yes (1.42) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have Fatal 1.05 ... Yes (2.29) +Checking if you have HTML::Entities 3.68 ... Yes (3.69) +Checking if you have Data::Dumper 2.126 ... Yes (2.167_02) +Checking if you have HTML::Parser 3.69 ... Yes (3.72) +Checking if you have XSLoader 0.08 ... Yes (0.27) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have ExtUtils::Manifest 1.66 ... Yes (1.70) +Checking if you have Time::Piece 1.12 ... Yes (1.3202) +Checking if you have PPI 1.224 ... Yes (1.236) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have IPC::Cmd 0.64 ... Yes (0.98) +Checking if you have English 1.04 ... Yes (1.10) +OK +Building and testing Marpa-R2-4.000000 ... Writing version files +Building Marpa-R2 +Running [/bin/sh configure --with-pic --disable-shared --disable-maintainer-mode]... +checking whether to enable maintainer-specific portions of Makefiles... no +checking for a BSD-compatible install... /usr/bin/install -c +checking whether build environment is sane... yes +checking for a thread-safe mkdir -p... /bin/mkdir -p +checking for gawk... no +checking for mawk... mawk +checking whether make sets $(MAKE)... yes +checking whether make supports nested variables... yes +checking build system type... x86_64-unknown-linux-gnu +checking host system type... x86_64-unknown-linux-gnu +checking how to print strings... printf +checking for style of include used by make... GNU +checking for gcc... gcc +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +checking whether gcc accepts -g... yes +checking for gcc option to accept ISO C89... none needed +checking whether gcc understands -c and -o together... yes +checking dependency style of gcc... gcc3 +checking for a sed that does not truncate output... /bin/sed +checking for grep that handles long lines and -e... /bin/grep +checking for egrep... /bin/grep -E +checking for fgrep... /bin/grep -F +checking for ld used by gcc... /usr/bin/ld +checking if the linker (/usr/bin/ld) is GNU ld... yes +checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B +checking the name lister (/usr/bin/nm -B) interface... BSD nm +checking whether ln -s works... yes +checking the maximum length of command line arguments... 1572864 +checking whether the shell understands some XSI constructs... yes +checking whether the shell understands "+="... yes +checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop +checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop +checking for /usr/bin/ld option to reload object files... -r +checking for objdump... objdump +checking how to recognize dependent libraries... pass_all +checking for dlltool... no +checking how to associate runtime and link libraries... printf %s\n +checking for ar... ar +checking for archiver @FILE support... @ +checking for strip... strip +checking for ranlib... ranlib +checking command to parse /usr/bin/nm -B output from gcc object... ok +checking for sysroot... no +checking for mt... mt +checking if mt is a manifest tool... no +checking how to run the C preprocessor... gcc -E +checking for ANSI C header files... yes +checking for sys/types.h... yes +checking for sys/stat.h... yes +checking for stdlib.h... yes +checking for string.h... yes +checking for memory.h... yes +checking for strings.h... yes +checking for inttypes.h... yes +checking for stdint.h... yes +checking for unistd.h... yes +checking for dlfcn.h... yes +checking for objdir... .libs +checking if gcc supports -fno-rtti -fno-exceptions... no +checking for gcc option to produce PIC... -fPIC -DPIC +checking if gcc PIC flag -fPIC -DPIC works... yes +checking if gcc static flag -static works... yes +checking if gcc supports -c -o file.o... yes +checking if gcc supports -c -o file.o... (cached) yes +checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes +checking dynamic linker characteristics... GNU/Linux ld.so +checking how to hardcode library paths into programs... immediate +checking whether stripping libraries is possible... yes +checking if libtool supports shared libraries... yes +checking whether to build shared libraries... no +checking whether to build static libraries... yes +checking for gawk... (cached) mawk +checking for gcc... (cached) gcc +checking whether we are using the GNU C compiler... (cached) yes +checking whether gcc accepts -g... (cached) yes +checking for gcc option to accept ISO C89... (cached) none needed +checking whether gcc understands -c and -o together... (cached) yes +checking dependency style of gcc... (cached) gcc3 +checking how to run the C preprocessor... gcc -E +checking whether ln -s works... yes +checking whether make sets $(MAKE)... (cached) yes +checking stddef.h usability... yes +checking stddef.h presence... yes +checking for stddef.h... yes +checking for stdlib.h... (cached) yes +checking for inline... inline +checking for size_t... yes +checking whether GCC handles -Wextra... -Wextra +checking whether GCC handles -Wdeclaration-after-statement... -Wdeclaration-after-statement +checking size of int... 4 +checking for memset... yes +checking that generated files are newer than configure... done +configure: creating ./config.status +config.status: creating Makefile +config.status: creating LIB_VERSION +config.status: creating config.h +config.status: executing depfiles commands +config.status: executing libtool commands +Running [make]... +make all-am +make[1]: Entering directory '/home/ryan/.cpanm/work/1507547994.16943/Marpa-R2-4.000000/libmarpa_build' +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa.lo -MD -MP -MF .deps/marpa.Tpo -c -o marpa.lo marpa.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa.lo -MD -MP -MF .deps/marpa.Tpo -c marpa.c -fPIC -DPIC -o marpa.o +./marpa.w: In function 'marpa_v_step': +./marpa.w:12953:1: warning: this statement may fall through [-Wimplicit-fallthrough=] +./marpa.w:12961:1: note: here +./marpa.w:12963:3: warning: this statement may fall through [-Wimplicit-fallthrough=] +./marpa.w:12965:1: note: here +./marpa.w:12966:1: warning: this statement may fall through [-Wimplicit-fallthrough=] +./marpa.w:12983:1: note: here +./marpa.w:12984:3: warning: this statement may fall through [-Wimplicit-fallthrough=] +./marpa.w:12991:1: note: here +mv -f .deps/marpa.Tpo .deps/marpa.Plo +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_obs.lo -MD -MP -MF .deps/marpa_obs.Tpo -c -o marpa_obs.lo marpa_obs.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_obs.lo -MD -MP -MF .deps/marpa_obs.Tpo -c marpa_obs.c -fPIC -DPIC -o marpa_obs.o +mv -f .deps/marpa_obs.Tpo .deps/marpa_obs.Plo +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_avl.lo -MD -MP -MF .deps/marpa_avl.Tpo -c -o marpa_avl.lo marpa_avl.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_avl.lo -MD -MP -MF .deps/marpa_avl.Tpo -c marpa_avl.c -fPIC -DPIC -o marpa_avl.o +mv -f .deps/marpa_avl.Tpo .deps/marpa_avl.Plo +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_tavl.lo -MD -MP -MF .deps/marpa_tavl.Tpo -c -o marpa_tavl.lo marpa_tavl.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_tavl.lo -MD -MP -MF .deps/marpa_tavl.Tpo -c marpa_tavl.c -fPIC -DPIC -o marpa_tavl.o +mv -f .deps/marpa_tavl.Tpo .deps/marpa_tavl.Plo +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_ami.lo -MD -MP -MF .deps/marpa_ami.Tpo -c -o marpa_ami.lo marpa_ami.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_ami.lo -MD -MP -MF .deps/marpa_ami.Tpo -c marpa_ami.c -fPIC -DPIC -o marpa_ami.o +mv -f .deps/marpa_ami.Tpo .deps/marpa_ami.Plo +/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_codes.lo -MD -MP -MF .deps/marpa_codes.Tpo -c -o marpa_codes.lo marpa_codes.c +libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wundef -Wendif-labels -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -MT marpa_codes.lo -MD -MP -MF .deps/marpa_codes.Tpo -c marpa_codes.c -fPIC -DPIC -o marpa_codes.o +mv -f .deps/marpa_codes.Tpo .deps/marpa_codes.Plo +/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wshadow -Wmissing-declarations -Wconversion -ansi -pedantic -g -O2 -release 8.6.0 -o libmarpa.la -rpath /usr/local/lib marpa.lo marpa_obs.lo marpa_avl.lo marpa_tavl.lo marpa_ami.lo marpa_codes.lo +libtool: link: ar cru .libs/libmarpa.a marpa.o marpa_obs.o marpa_avl.o marpa_tavl.o marpa_ami.o marpa_codes.o +ar: `u' modifier ignored since `D' is the default (see `U') +libtool: link: ranlib .libs/libmarpa.a +libtool: link: ( cd ".libs" && rm -f "libmarpa.la" && ln -s "../libmarpa.la" "libmarpa.la" ) +make[1]: Leaving directory '/home/ryan/.cpanm/work/1507547994.16943/Marpa-R2-4.000000/libmarpa_build' +cc -I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE -DVERSION="4.000000" -DXS_VERSION="4.000000" -fPIC -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I /home/ryan/.cpanm/work/1507547994.16943/Marpa-R2-4.000000/libmarpa_build -I xs -Wall -W -Wpointer-arith -Wstrict-prototypes -Wwrite-strings -Wmissing-declarations -ansi -Wdeclaration-after-statement -O2 -o lib/Marpa/R2.o lib/Marpa/R2.c +Using built-in Libmarpa +ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Marpa/R2/R2.bs') +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o blib/arch/auto/Marpa/R2/R2.so lib/Marpa/R2.o /home/ryan/.cpanm/work/1507547994.16943/Marpa-R2-4.000000/libmarpa_build/.libs/libmarpa.a +Using built-in Libmarpa +# Marpa::R2 version is 4.000000 +# Libmarpa version is 8.6.0 +# Libmarpa tag: Oct 9 2017 07:55:08 +t/00-load.t ............ ok +t/ah2.t ................ ok +t/ah_numeric.t ......... ok +t/asf_syn.t ............ ok +t/balanced.t ........... ok +t/bocage.t ............. ok +t/catalan.t ............ ok +t/chaf.t ............... ok +t/code_diag.t .......... ok +t/context.t ............ ok +t/counter.t ............ ok +t/curly.t .............. ok +t/curly2.t ............. ok +t/debug.t .............. ok +t/debug_leo.t .......... ok +t/debug_seq.t .......... ok +t/deprecated1.t ........ ok +t/dsl.t ................ ok +t/duplicate_parse.t .... ok +t/equation.t ........... ok +t/final_nonnullable.t .. ok +t/gabend.t ............. ok +t/implementation.t ..... ok +t/infinite.t ........... ok +t/infinite2.t .......... ok +t/infinite_plex.t ...... ok +t/initial_nulls.t ...... ok +t/jirotka.t ............ ok +t/leo.t ................ ok +t/leo2.t ............... ok +t/leo3.t ............... ok +t/leo_cycle.t .......... ok +t/leo_example.t ........ ok +t/leo_unit.t ........... ok +t/limits.t ............. ok +t/minus.t .............. ok +t/naif.t ............... ok +t/null_example.t ....... ok +t/null_infinite1.t ..... ok +t/null_infinite4.t ..... ok +t/null_value.t ......... ok +t/pascal.t ............. ok +t/perl.t ............... ok +t/progress1.t .......... ok +t/progress2.t .......... ok +t/rabend.t ............. ok +t/randal.t ............. ok +t/rewrite.t ............ ok +t/sequence.t ........... ok +t/sequence2.t .......... ok +t/sl_action.t .......... ok +t/sl_action2.t ......... ok +t/sl_advent.t .......... ok +t/sl_ah2.t ............. ok +t/sl_ambig.t ........... ok +t/sl_amon.t ............ ok +t/sl_asf.t ............. ok +t/sl_ast.t ............. ok +t/sl_astsyn.t .......... ok +t/sl_bracket.t ......... ok +t/sl_calc.t ............ ok +t/sl_completed.t ....... ok +t/sl_debug.t ........... ok +t/sl_diag.t ............ ok +t/sl_discard.t ......... ok +t/sl_discard2.t ........ ok +t/sl_discard3.t ........ ok +t/sl_dsl.t ............. ok +t/sl_durand.t .......... ok +t/sl_dyck.t ............ ok +t/sl_event.t ........... ok +t/sl_evinit.t .......... ok +t/sl_evsyn.t ........... ok +t/sl_evsyn2.t .......... ok +t/sl_exhaust.t ......... ok +t/sl_external1.t ....... ok +t/sl_fullsyn.t ......... ok +t/sl_gia.t ............. ok +t/sl_gia_err.t ......... ok +t/sl_gie.t ............. ok +t/sl_gif1.t ............ ok +t/sl_gires.t ........... ok +t/sl_gsyn.t ............ ok +t/sl_incremental.t ..... ok +t/sl_json.t ............ ok +t/sl_json_ast.t ........ ok +t/sl_latk.t ............ ok +t/sl_lc.t .............. ok +t/sl_leo.t ............. ok +t/sl_leo2.t ............ ok +t/sl_lexevent.t ........ ok +t/sl_null_example.t .... ok +t/sl_numeric.t ......... ok +t/sl_panda.t ........... ok +t/sl_panda1.t .......... ok +t/sl_pascal.t .......... ok +t/sl_prefix.t .......... ok +t/sl_rank.t ............ ok +t/sl_ruby.t ............ ok +t/sl_salad.t ........... ok +t/sl_syn.t ............. ok +t/sl_taint.t ........... ok +t/sl_timeflies.t ....... ok +t/sl_topsyn.t .......... ok +t/sl_tut2.t ............ ok +t/sl_wall.t ............ ok +t/stuifzand.t .......... ok +t/syn_engine.t ......... ok +t/syn_stuifzand.t ...... ok +t/thin_deprec.t ........ ok +t/thin_eq.t ............ ok +t/timeflies.t .......... ok +t/use.t ................ ok +# Using Marpa::R2::HTML 4 +# Using Marpa::R2 4 2017-10-09T07:55:04 +html/t/00-load.t ....... ok +html/t/cfg_fmt.t ....... ok +html/t/config.t ........ ok +html/t/copy.t .......... ok +html/t/examples.t ...... ok +html/t/fmt.t ........... ok +html/t/missing.t ....... ok +html/t/parse.t ......... ok +html/t/score.t ......... ok +html/t/synopsis.t ...... ok +html/t/tang.t .......... ok +All tests successful. +Files=124, Tests=1562, 31 wallclock secs ( 0.48 usr 0.32 sys + 26.97 cusr 3.05 csys = 30.82 CPU) +Result: PASS +Building Marpa-R2 +Using built-in Libmarpa +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Marpa/R2/R2.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Marpa/R2/R2.bs +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/BNF.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/MetaG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Vocabulary.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Exhaustion.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Changes.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Glade.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Tracing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Internal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Progress.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/html_fmt.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Installed.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/SLG.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/MetaAST.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/html_score.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Stuifzand.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/ASF.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Version.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Acknowledgements.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Scanless.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Support.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Tutorial2.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Semantics.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Value.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/SLR.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/ASF.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Grammar.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Recognizer.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Event.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Semantics/Phases.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Semantics/Null.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Semantics/Order.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Scanless/R.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Scanless/DSL.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Scanless/G.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Tracing.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Progress.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Grammar.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Recognizer.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Semantics.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Semantics/Infinite.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Semantics/Phases.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Semantics/Null.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/NAIF/Semantics/Order.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Internal.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Callback.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Config/Default.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Config/Core.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/HTML/Config/Compile.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Thin/Trace.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Advanced/Bibliography.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Advanced/Thin.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Marpa/R2/Advanced/Models.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Support.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::html_score.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Semantics::Null.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Semantics::Infinite.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Scanless.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::BNF.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Exhaustion.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Scanless::DSL.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Semantics::Order.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Advanced::Thin.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Grammar.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Recognizer.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::ASF.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Glade.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Semantics.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Progress.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Semantics::Null.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Semantics::Order.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Event.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::html_fmt.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::HTML.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Scanless::G.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Advanced::Bibliography.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Scanless::R.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Vocabulary.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Semantics::Phases.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Semantics.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Advanced::Models.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Progress.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Semantics::Phases.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::NAIF::Tracing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Tracing.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Acknowledgements.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Changes.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Marpa::R2::Tutorial2.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/marpa_r2_html_score +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/marpa_r2_html_fmt +OK +Successfully installed Marpa-R2-4.000000 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Marpa-R2-4.000000/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Marpa-R2-4.000000/MYMETA.json +Already tried BSD::Resource. Skipping. +Already tried LWP::Protocol::https. Skipping. +Searching URI::Encode (0) on cpanmetadb ... +--2017-10-09 07:55:52-- http://cpanmetadb.plackperl.org/v1.0/package/URI::Encode +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 99 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 19.6M=0s + +2017-10-09 07:55:52 (19.6 MB/s) - written to stdout [99/99] + +--> Working on URI::Encode +Fetching http://www.cpan.org/authors/id/M/MI/MITHUN/URI-Encode-v1.1.1.tar.gz ... --2017-10-09 07:55:52-- http://www.cpan.org/authors/id/M/MI/MITHUN/URI-Encode-v1.1.1.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 15424 (15K) [application/x-gzip] +Saving to: ‘URI-Encode-v1.1.1.tar.gz’ + + 0K .......... ..... 100% 27.1M=0.001s + +2017-10-09 07:55:52 (27.1 MB/s) - ‘URI-Encode-v1.1.1.tar.gz’ saved [15424/15424] + +Unpacking URI-Encode-v1.1.1.tar.gz +OK +URI-Encode-v1.1.1 +URI-Encode-v1.1.1/.travis.yml +URI-Encode-v1.1.1/Build.PL +URI-Encode-v1.1.1/Changes +URI-Encode-v1.1.1/INSTALL +URI-Encode-v1.1.1/LICENSE +URI-Encode-v1.1.1/Makefile.PL +URI-Encode-v1.1.1/MANIFEST +URI-Encode-v1.1.1/META.json +URI-Encode-v1.1.1/META.yml +URI-Encode-v1.1.1/README +URI-Encode-v1.1.1/lib +URI-Encode-v1.1.1/lib/URI +URI-Encode-v1.1.1/lib/URI/Encode.pm +URI-Encode-v1.1.1/t +URI-Encode-v1.1.1/t/00-load.t +URI-Encode-v1.1.1/t/01-basic.t +Entering URI-Encode-v1.1.1 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring URI-Encode-v1.1.1 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'URI-Encode' version 'v1.1.1' +Checking dependencies from MYMETA.json ... +Checking if you have version 0.9906 ... Yes (0.9918) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +OK +Building and testing URI-Encode-v1.1.1 ... Building URI-Encode +# Testing URI::Encode 1.1.1 +t/00-load.t ... ok +t/01-basic.t .. ok +All tests successful. +Files=2, Tests=18, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.12 cusr 0.02 csys = 0.17 CPU) +Result: PASS +Building URI-Encode +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/URI/Encode.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/URI::Encode.3 +OK +Successfully installed URI-Encode-v1.1.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URI-Encode-v1.1.1/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/URI-Encode-v1.1.1/MYMETA.json +Searching Time::Moment (0) on cpanmetadb ... +--2017-10-09 07:55:53-- http://cpanmetadb.plackperl.org/v1.0/package/Time::Moment +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 128 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 18.0M=0s + +2017-10-09 07:55:53 (18.0 MB/s) - written to stdout [128/128] + +--> Working on Time::Moment +Fetching http://www.cpan.org/authors/id/C/CH/CHANSEN/Time-Moment-0.42.tar.gz ... --2017-10-09 07:55:53-- http://www.cpan.org/authors/id/C/CH/CHANSEN/Time-Moment-0.42.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 159651 (156K) [application/x-gzip] +Saving to: ‘Time-Moment-0.42.tar.gz’ + + 0K .......... .......... .......... .......... .......... 32% 26.9M 0s + 50K .......... .......... .......... .......... .......... 64% 50.1M 0s + 100K .......... .......... .......... .......... .......... 96% 28.3M 0s + 150K ..... 100% 11271G=0.005s + +2017-10-09 07:55:53 (33.7 MB/s) - ‘Time-Moment-0.42.tar.gz’ saved [159651/159651] + +Unpacking Time-Moment-0.42.tar.gz +OK +Time-Moment-0.42/ +Time-Moment-0.42/.travis.yml +Time-Moment-0.42/Changes +Time-Moment-0.42/dev/ +Time-Moment-0.42/eg/ +Time-Moment-0.42/inc/ +Time-Moment-0.42/lib/ +Time-Moment-0.42/Makefile.PL +Time-Moment-0.42/MANIFEST +Time-Moment-0.42/MANIFEST.SKIP +Time-Moment-0.42/META.yml +Time-Moment-0.42/Moment.xs +Time-Moment-0.42/ppport.h +Time-Moment-0.42/README +Time-Moment-0.42/src/ +Time-Moment-0.42/t/ +Time-Moment-0.42/typemap +Time-Moment-0.42/t/000_load.t +Time-Moment-0.42/t/100_basic.t +Time-Moment-0.42/t/110_now.t +Time-Moment-0.42/t/120_now_utc.t +Time-Moment-0.42/t/130_from_epoch.t +Time-Moment-0.42/t/140_from_object.t +Time-Moment-0.42/t/145_from_object_tp.t +Time-Moment-0.42/t/150_from_object_dt.t +Time-Moment-0.42/t/180_from_string.t +Time-Moment-0.42/t/190_rd.t +Time-Moment-0.42/t/191_jd.t +Time-Moment-0.42/t/192_mjd.t +Time-Moment-0.42/t/200_compare.t +Time-Moment-0.42/t/300_strftime.t +Time-Moment-0.42/t/400_with.t +Time-Moment-0.42/t/410_with_offset.t +Time-Moment-0.42/t/415_precision.t +Time-Moment-0.42/t/420_at.t +Time-Moment-0.42/t/430_length.t +Time-Moment-0.42/t/450_delta_time.t +Time-Moment-0.42/t/455_delta_date.t +Time-Moment-0.42/t/500_storable.t +Time-Moment-0.42/t/510_json.t +Time-Moment-0.42/t/520_cbor.t +Time-Moment-0.42/t/530_sereal.t +Time-Moment-0.42/t/600_coerce_dt.t +Time-Moment-0.42/t/610_coerce_tp.t +Time-Moment-0.42/t/900_bug_reuse.t +Time-Moment-0.42/t/Util.pm +Time-Moment-0.42/src/dt_accessor.c +Time-Moment-0.42/src/dt_accessor.h +Time-Moment-0.42/src/dt_arithmetic.c +Time-Moment-0.42/src/dt_arithmetic.h +Time-Moment-0.42/src/dt_config.h +Time-Moment-0.42/src/dt_core.c +Time-Moment-0.42/src/dt_core.h +Time-Moment-0.42/src/dt_easter.c +Time-Moment-0.42/src/dt_easter.h +Time-Moment-0.42/src/dt_length.c +Time-Moment-0.42/src/dt_length.h +Time-Moment-0.42/src/dt_parse_iso.c +Time-Moment-0.42/src/dt_parse_iso.h +Time-Moment-0.42/src/dt_util.c +Time-Moment-0.42/src/dt_util.h +Time-Moment-0.42/src/dt_valid.c +Time-Moment-0.42/src/dt_valid.h +Time-Moment-0.42/src/moment.c +Time-Moment-0.42/src/moment.h +Time-Moment-0.42/src/moment_fmt.c +Time-Moment-0.42/src/moment_fmt.h +Time-Moment-0.42/src/moment_parse.c +Time-Moment-0.42/src/moment_parse.h +Time-Moment-0.42/lib/Time/ +Time-Moment-0.42/lib/Time/Moment/ +Time-Moment-0.42/lib/Time/Moment.pm +Time-Moment-0.42/lib/Time/Moment.pod +Time-Moment-0.42/lib/Time/Moment/Adjusters.pm +Time-Moment-0.42/lib/Time/Moment/Adjusters.pod +Time-Moment-0.42/inc/Module/ +Time-Moment-0.42/inc/Module/Install/ +Time-Moment-0.42/inc/Module/Install.pm +Time-Moment-0.42/inc/Module/Install/Base.pm +Time-Moment-0.42/inc/Module/Install/Can.pm +Time-Moment-0.42/inc/Module/Install/Compiler.pm +Time-Moment-0.42/inc/Module/Install/External.pm +Time-Moment-0.42/inc/Module/Install/Fetch.pm +Time-Moment-0.42/inc/Module/Install/Makefile.pm +Time-Moment-0.42/inc/Module/Install/Metadata.pm +Time-Moment-0.42/inc/Module/Install/ReadmeFromPod.pm +Time-Moment-0.42/inc/Module/Install/Win32.pm +Time-Moment-0.42/inc/Module/Install/WriteAll.pm +Time-Moment-0.42/inc/Module/Install/XSUtil.pm +Time-Moment-0.42/eg/age.pl +Time-Moment-0.42/eg/ago.pl +Time-Moment-0.42/eg/beat.pl +Time-Moment-0.42/eg/cal.pl +Time-Moment-0.42/eg/cbor.pl +Time-Moment-0.42/eg/clocks.pl +Time-Moment-0.42/eg/excel.pl +Time-Moment-0.42/eg/json.pl +Time-Moment-0.42/eg/se_bank_holidays.pl +Time-Moment-0.42/eg/sereal.pl +Time-Moment-0.42/eg/strftime.pl +Time-Moment-0.42/eg/us_federal_holidays.pl +Time-Moment-0.42/dev/bench.pl +Time-Moment-0.42/dev/sizeof.pl +Entering Time-Moment-0.42 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Time-Moment-0.42 ... Warning: prerequisite Test::Number::Delta 1.06 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Time::Moment +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Number::Delta 1.06 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Time::HiRes 1.59 ... Yes (1.9746) +Checking if you have XSLoader 0.08 ... Yes (0.27) +Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.35) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Carp 1.26 ... Yes (1.43) +Searching Test::Number::Delta (1.06) on cpanmetadb ... +OK +==> Found dependencies: Test::Number::Delta +--2017-10-09 07:55:53-- http://cpanmetadb.plackperl.org/v1.0/package/Test::Number::Delta +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 110 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 20.4M=0s + +2017-10-09 07:55:53 (20.4 MB/s) - written to stdout [110/110] + +--> Working on Test::Number::Delta +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz ... --2017-10-09 07:55:53-- http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Number-Delta-1.06.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 21077 (21K) [application/x-gzip] +Saving to: ‘Test-Number-Delta-1.06.tar.gz’ + + 0K .......... .......... 100% 23.5M=0.001s + +2017-10-09 07:55:53 (23.5 MB/s) - ‘Test-Number-Delta-1.06.tar.gz’ saved [21077/21077] + +Unpacking Test-Number-Delta-1.06.tar.gz +OK +Test-Number-Delta-1.06/ +Test-Number-Delta-1.06/Changes +Test-Number-Delta-1.06/CONTRIBUTING.mkdn +Test-Number-Delta-1.06/cpanfile +Test-Number-Delta-1.06/dist.ini +Test-Number-Delta-1.06/lib/ +Test-Number-Delta-1.06/LICENSE +Test-Number-Delta-1.06/Makefile.PL +Test-Number-Delta-1.06/MANIFEST +Test-Number-Delta-1.06/META.json +Test-Number-Delta-1.06/META.yml +Test-Number-Delta-1.06/perlcritic.rc +Test-Number-Delta-1.06/README +Test-Number-Delta-1.06/t/ +Test-Number-Delta-1.06/tidyall.ini +Test-Number-Delta-1.06/xt/ +Test-Number-Delta-1.06/xt/author/ +Test-Number-Delta-1.06/xt/release/ +Test-Number-Delta-1.06/xt/release/distmeta.t +Test-Number-Delta-1.06/xt/release/minimum-version.t +Test-Number-Delta-1.06/xt/release/pod-coverage.t +Test-Number-Delta-1.06/xt/release/pod-syntax.t +Test-Number-Delta-1.06/xt/release/portability.t +Test-Number-Delta-1.06/xt/release/test-version.t +Test-Number-Delta-1.06/xt/author/00-compile.t +Test-Number-Delta-1.06/xt/author/critic.t +Test-Number-Delta-1.06/xt/author/pod-spell.t +Test-Number-Delta-1.06/t/00-report-prereqs.dd +Test-Number-Delta-1.06/t/00-report-prereqs.t +Test-Number-Delta-1.06/t/01-module-basics.t +Test-Number-Delta-1.06/t/02-delta.t +Test-Number-Delta-1.06/t/03-specify_epsilon.t +Test-Number-Delta-1.06/t/04-specify_relative.t +Test-Number-Delta-1.06/t/05-check_bad_param.t +Test-Number-Delta-1.06/t/06-plan_passthrough.t +Test-Number-Delta-1.06/t/07-noplan_passthrough.t +Test-Number-Delta-1.06/t/08-param_and_plan_passthrough.t +Test-Number-Delta-1.06/t/09-bad_param_plan_order.t +Test-Number-Delta-1.06/t/10-specify_negative_epsilon.t +Test-Number-Delta-1.06/t/11-specify_negative_relative.t +Test-Number-Delta-1.06/lib/Test/ +Test-Number-Delta-1.06/lib/Test/Number/ +Test-Number-Delta-1.06/lib/Test/Number/Delta.pm +Entering Test-Number-Delta-1.06 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Number-Delta-1.06 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Number::Delta +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Builder::Tester 1.07 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +OK +Building and testing Test-Number-Delta-1.06 ... cp lib/Test/Number/Delta.pm blib/lib/Test/Number/Delta.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker 6.17 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ---- -------- +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Test::Builder::Tester 1.02 1.302098 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ------------- ---- -------- +# Carp any 1.43 +# Exporter any 5.72 +# Test::Builder any 1.302098 +# strict any 1.11 +# vars any 1.03 +# warnings any 1.37 +# +t/00-report-prereqs.t .............. ok +t/01-module-basics.t ............... ok +t/02-delta.t ....................... ok +t/03-specify_epsilon.t ............. ok +t/04-specify_relative.t ............ ok +t/05-check_bad_param.t ............. ok +t/06-plan_passthrough.t ............ ok +t/07-noplan_passthrough.t .......... ok +t/08-param_and_plan_passthrough.t .. ok +t/09-bad_param_plan_order.t ........ ok +t/10-specify_negative_epsilon.t .... ok +t/11-specify_negative_relative.t ... ok +All tests successful. +Files=12, Tests=72, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.77 cusr 0.10 csys = 0.94 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/Number/Delta.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::Number::Delta.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-Number-Delta-1.06 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Number-Delta-1.06/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-Number-Delta-1.06/MYMETA.json +Building and testing Time-Moment-0.42 ... cp lib/Time/Moment.pod blib/lib/Time/Moment.pod +cp lib/Time/Moment/Adjusters.pm blib/lib/Time/Moment/Adjusters.pm +cp lib/Time/Moment/Adjusters.pod blib/lib/Time/Moment/Adjusters.pod +cp lib/Time/Moment.pm blib/lib/Time/Moment.pm +Running Mkbootstrap for Moment () +chmod 644 "Moment.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moment.bs blib/arch/auto/Time/Moment/Moment.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/Time-Moment-0.42/typemap' Moment.xs > Moment.xsc +mv Moment.xsc Moment.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o Moment.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Moment.c +Moment.xs: In function ‘XS_Time__Moment_from_rd’: +Moment.xs:553:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (ix == 0) { + ^ +Moment.xs:558:13: note: here + default: + ^~~~~~~ +At top level: +Moment.xs:243:1: warning: ‘THX_sv_2moment’ defined but not used [-Wunused-function] + THX_sv_2moment(pTHX_ SV *sv, const char *name) { + ^~~~~~~~~~~~~~ +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_accessor.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_accessor.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_arithmetic.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_arithmetic.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_core.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_core.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_easter.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_easter.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_length.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_length.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_parse_iso.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_parse_iso.c +src/dt_parse_iso.c: In function ‘parse_number’: +src/dt_parse_iso.c:47:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: v += (p[i++] - '0') * 100000000; + ^~ +src/dt_parse_iso.c:48:9: note: here + case 8: v += (p[i++] - '0') * 10000000; + ^~~~ +src/dt_parse_iso.c:48:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 8: v += (p[i++] - '0') * 10000000; + ^~ +src/dt_parse_iso.c:49:9: note: here + case 7: v += (p[i++] - '0') * 1000000; + ^~~~ +src/dt_parse_iso.c:49:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: v += (p[i++] - '0') * 1000000; + ^~ +src/dt_parse_iso.c:50:9: note: here + case 6: v += (p[i++] - '0') * 100000; + ^~~~ +src/dt_parse_iso.c:50:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: v += (p[i++] - '0') * 100000; + ^~ +src/dt_parse_iso.c:51:9: note: here + case 5: v += (p[i++] - '0') * 10000; + ^~~~ +src/dt_parse_iso.c:51:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: v += (p[i++] - '0') * 10000; + ^~ +src/dt_parse_iso.c:52:9: note: here + case 4: v += (p[i++] - '0') * 1000; + ^~~~ +src/dt_parse_iso.c:52:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 4: v += (p[i++] - '0') * 1000; + ^~ +src/dt_parse_iso.c:53:9: note: here + case 3: v += (p[i++] - '0') * 100; + ^~~~ +src/dt_parse_iso.c:53:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: v += (p[i++] - '0') * 100; + ^~ +src/dt_parse_iso.c:54:9: note: here + case 2: v += (p[i++] - '0') * 10; + ^~~~ +src/dt_parse_iso.c:54:19: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: v += (p[i++] - '0') * 10; + ^~ +src/dt_parse_iso.c:55:9: note: here + case 1: v += (p[i++] - '0'); + ^~~~ +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_util.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_util.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/dt_valid.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/dt_valid.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/moment.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/moment.c +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/moment_fmt.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/moment_fmt.c +src/moment_fmt.c: In function ‘THX_moment_strftime’: +src/moment_fmt.c:449:20: warning: this statement may fall through [-Wimplicit-fallthrough=] + if (s < e && c == '0' && supports_padding_flag(*s)) { + ^ +src/moment_fmt.c:454:13: note: here + default: + ^~~~~~~ +src/moment_fmt.c: In function ‘THX_format_f’: +src/moment_fmt.c:173:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 9: buf[8] = CHR(ns, 1); + ^ +src/moment_fmt.c:174:9: note: here + case 8: buf[7] = CHR(ns, 10); + ^~~~ +src/moment_fmt.c:174:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 8: buf[7] = CHR(ns, 10); + ^ +src/moment_fmt.c:175:9: note: here + case 7: buf[6] = CHR(ns, 100); + ^~~~ +src/moment_fmt.c:175:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 7: buf[6] = CHR(ns, 100); + ^ +src/moment_fmt.c:176:9: note: here + case 6: buf[5] = CHR(ns, 1000); + ^~~~ +src/moment_fmt.c:176:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 6: buf[5] = CHR(ns, 1000); + ^ +src/moment_fmt.c:177:9: note: here + case 5: buf[4] = CHR(ns, 10000); + ^~~~ +src/moment_fmt.c:177:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 5: buf[4] = CHR(ns, 10000); + ^ +src/moment_fmt.c:178:9: note: here + case 4: buf[3] = CHR(ns, 100000); + ^~~~ +src/moment_fmt.c:178:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 4: buf[3] = CHR(ns, 100000); + ^ +src/moment_fmt.c:179:9: note: here + case 3: buf[2] = CHR(ns, 1000000); + ^~~~ +src/moment_fmt.c:179:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 3: buf[2] = CHR(ns, 1000000); + ^ +src/moment_fmt.c:180:9: note: here + case 2: buf[1] = CHR(ns, 10000000); + ^~~~ +src/moment_fmt.c:180:24: warning: this statement may fall through [-Wimplicit-fallthrough=] + case 2: buf[1] = CHR(ns, 10000000); + ^ +src/moment_fmt.c:181:9: note: here + case 1: buf[0] = CHR(ns, 100000000); + ^~~~ +cc -c "-Isrc" "-I." -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O2 -DVERSION=\"0.42\" -DXS_VERSION=\"0.42\" -o src/moment_parse.o -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" src/moment_parse.c +rm -f blib/arch/auto/Time/Moment/Moment.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong ./Moment.o ./src/dt_accessor.o ./src/dt_arithmetic.o ./src/dt_core.o ./src/dt_easter.o ./src/dt_length.o ./src/dt_parse_iso.o ./src/dt_util.o ./src/dt_valid.o ./src/moment.o ./src/moment_fmt.o ./src/moment_parse.o -o blib/arch/auto/Time/Moment/Moment.so \ + \ + +chmod 755 blib/arch/auto/Time/Moment/Moment.so +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moment.bs blib/arch/auto/Time/Moment/Moment.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +# Time::Moment 0.42, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 (d_gettimeod=true d_localtime_r=false) +t/000_load.t ............ ok +t/100_basic.t ........... ok +t/110_now.t ............. ok +t/120_now_utc.t ......... ok +t/130_from_epoch.t ...... ok +t/140_from_object.t ..... ok +t/145_from_object_tp.t .. ok +t/150_from_object_dt.t .. skipped: Test requires module 'DateTime' but it's not found +t/180_from_string.t ..... ok +t/190_rd.t .............. ok +t/191_jd.t .............. ok +t/192_mjd.t ............. ok +t/200_compare.t ......... ok +t/300_strftime.t ........ ok +t/400_with.t ............ ok +t/410_with_offset.t ..... ok +t/415_precision.t ....... ok +t/420_at.t .............. ok +t/430_length.t .......... ok +t/450_delta_time.t ...... ok +t/455_delta_date.t ...... ok +t/500_storable.t ........ ok +t/510_json.t ............ skipped: Test requires module 'JSON::XS' but it's not found +t/520_cbor.t ............ skipped: Test requires module 'CBOR::XS' but it's not found +t/530_sereal.t .......... skipped: Test requires module 'Sereal' but it's not found +t/600_coerce_dt.t ....... skipped: Test requires module 'Params::Coerce' but it's not found +t/610_coerce_tp.t ....... skipped: Test requires module 'Params::Coerce' but it's not found +t/900_bug_reuse.t ....... ok +All tests successful. +Files=28, Tests=16550, 5 wallclock secs ( 1.40 usr 0.17 sys + 3.98 cusr 0.42 csys = 5.97 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moment.bs blib/arch/auto/Time/Moment/Moment.bs 644 +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Time/Moment/Moment.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Time/Moment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Time/Moment.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Time/Moment/Adjusters.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Time/Moment/Adjusters.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Moment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Time::Moment::Adjusters.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Time-Moment-0.42 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Time-Moment-0.42/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Time-Moment-0.42/MYMETA.json +Searching List::SomeUtils (0) on cpanmetadb ... +--2017-10-09 07:56:03-- http://cpanmetadb.plackperl.org/v1.0/package/List::SomeUtils +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 130 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 13.7M=0s + +2017-10-09 07:56:03 (13.7 MB/s) - written to stdout [130/130] + +--> Working on List::SomeUtils +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-0.56.tar.gz ... --2017-10-09 07:56:03-- http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-0.56.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 63880 (62K) [application/x-gzip] +Saving to: ‘List-SomeUtils-0.56.tar.gz’ + + 0K .......... .......... .......... .......... .......... 80% 25.8M 0s + 50K .......... .. 100% 270M=0.002s + +2017-10-09 07:56:03 (31.4 MB/s) - ‘List-SomeUtils-0.56.tar.gz’ saved [63880/63880] + +Unpacking List-SomeUtils-0.56.tar.gz +OK +List-SomeUtils-0.56/ +List-SomeUtils-0.56/dist.ini +List-SomeUtils-0.56/META.yml +List-SomeUtils-0.56/perltidyrc +List-SomeUtils-0.56/t/ +List-SomeUtils-0.56/t/00-report-prereqs.t +List-SomeUtils-0.56/t/Import.t +List-SomeUtils-0.56/t/ab.t +List-SomeUtils-0.56/t/pp-only.t +List-SomeUtils-0.56/t/00-report-prereqs.dd +List-SomeUtils-0.56/t/lib/ +List-SomeUtils-0.56/t/lib/LSU/ +List-SomeUtils-0.56/t/lib/LSU/Test/ +List-SomeUtils-0.56/t/lib/LSU/Test/Functions.pm +List-SomeUtils-0.56/t/lib/LSU/Test/Import.pm +List-SomeUtils-0.56/t/lib/LSU/Test/ab.pm +List-SomeUtils-0.56/t/lib/Test/ +List-SomeUtils-0.56/t/lib/Test/LSU.pm +List-SomeUtils-0.56/t/Functions.t +List-SomeUtils-0.56/inc/ +List-SomeUtils-0.56/inc/ExtUtils/ +List-SomeUtils-0.56/inc/ExtUtils/HasCompiler.pm +List-SomeUtils-0.56/xt/ +List-SomeUtils-0.56/xt/release/ +List-SomeUtils-0.56/xt/release/cpan-changes.t +List-SomeUtils-0.56/xt/release/meta-json.t +List-SomeUtils-0.56/xt/author/ +List-SomeUtils-0.56/xt/author/00-compile.t +List-SomeUtils-0.56/xt/author/eol.t +List-SomeUtils-0.56/xt/author/test-version.t +List-SomeUtils-0.56/xt/author/portability.t +List-SomeUtils-0.56/xt/author/no-tabs.t +List-SomeUtils-0.56/xt/author/pod-coverage.t +List-SomeUtils-0.56/xt/author/tidyall.t +List-SomeUtils-0.56/xt/author/mojibake.t +List-SomeUtils-0.56/xt/author/pod-syntax.t +List-SomeUtils-0.56/xt/author/pod-spell.t +List-SomeUtils-0.56/tidyall.ini +List-SomeUtils-0.56/INSTALL +List-SomeUtils-0.56/Changes +List-SomeUtils-0.56/README.md +List-SomeUtils-0.56/MANIFEST +List-SomeUtils-0.56/CONTRIBUTING.md +List-SomeUtils-0.56/cpanfile +List-SomeUtils-0.56/LICENSE +List-SomeUtils-0.56/META.json +List-SomeUtils-0.56/lib/ +List-SomeUtils-0.56/lib/List/ +List-SomeUtils-0.56/lib/List/SomeUtils/ +List-SomeUtils-0.56/lib/List/SomeUtils/PP.pm +List-SomeUtils-0.56/lib/List/SomeUtils.pm +List-SomeUtils-0.56/perlcriticrc +List-SomeUtils-0.56/Makefile.PL +Entering List-SomeUtils-0.56 +Checking configure dependencies from META.json +Checking if you have Text::ParseWords 3.26 ... Yes (3.30) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring List-SomeUtils-0.56 ... Warning: prerequisite List::SomeUtils::XS 0.54 not found. +Warning: prerequisite Module::Implementation 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for List::SomeUtils +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Tie::Array 0 ... Yes (1.06) +Checking if you have List::SomeUtils::XS 0.54 ... No +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Test::LeakTrace 0 ... Yes (0.16) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Searching List::SomeUtils::XS (0.54) on cpanmetadb ... +OK +==> Found dependencies: List::SomeUtils::XS, Module::Implementation +--2017-10-09 07:56:04-- http://cpanmetadb.plackperl.org/v1.0/package/List::SomeUtils::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 109 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.7M=0s + +2017-10-09 07:56:04 (22.7 MB/s) - written to stdout [109/109] + +--> Working on List::SomeUtils::XS +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-XS-0.55.tar.gz ... --2017-10-09 07:56:04-- http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-XS-0.55.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 95426 (93K) [application/x-gzip] +Saving to: ‘List-SomeUtils-XS-0.55.tar.gz’ + + 0K .......... .......... .......... .......... .......... 53% 24.7M 0s + 50K .......... .......... .......... .......... ... 100% 36.2M=0.003s + +2017-10-09 07:56:05 (28.9 MB/s) - ‘List-SomeUtils-XS-0.55.tar.gz’ saved [95426/95426] + +Unpacking List-SomeUtils-XS-0.55.tar.gz +OK +List-SomeUtils-XS-0.55/ +List-SomeUtils-XS-0.55/dist.ini +List-SomeUtils-XS-0.55/META.yml +List-SomeUtils-XS-0.55/XS.xs +List-SomeUtils-XS-0.55/perltidyrc +List-SomeUtils-XS-0.55/t/ +List-SomeUtils-XS-0.55/t/00-report-prereqs.t +List-SomeUtils-XS-0.55/t/Import.t +List-SomeUtils-XS-0.55/t/ab.t +List-SomeUtils-XS-0.55/t/xs-only.t +List-SomeUtils-XS-0.55/t/00-report-prereqs.dd +List-SomeUtils-XS-0.55/t/lib/ +List-SomeUtils-XS-0.55/t/lib/LSU/ +List-SomeUtils-XS-0.55/t/lib/LSU/Test/ +List-SomeUtils-XS-0.55/t/lib/LSU/Test/Functions.pm +List-SomeUtils-XS-0.55/t/lib/LSU/Test/Import.pm +List-SomeUtils-XS-0.55/t/lib/LSU/Test/XS.pm +List-SomeUtils-XS-0.55/t/lib/LSU/Test/ab.pm +List-SomeUtils-XS-0.55/t/lib/Test/ +List-SomeUtils-XS-0.55/t/lib/Test/LSU.pm +List-SomeUtils-XS-0.55/t/Functions.t +List-SomeUtils-XS-0.55/ppport.h +List-SomeUtils-XS-0.55/dev-bin/ +List-SomeUtils-XS-0.55/dev-bin/update-copied-tests +List-SomeUtils-XS-0.55/xt/ +List-SomeUtils-XS-0.55/xt/release/ +List-SomeUtils-XS-0.55/xt/release/cpan-changes.t +List-SomeUtils-XS-0.55/xt/release/meta-json.t +List-SomeUtils-XS-0.55/xt/author/ +List-SomeUtils-XS-0.55/xt/author/00-compile.t +List-SomeUtils-XS-0.55/xt/author/eol.t +List-SomeUtils-XS-0.55/xt/author/test-version.t +List-SomeUtils-XS-0.55/xt/author/synopsis.t +List-SomeUtils-XS-0.55/xt/author/portability.t +List-SomeUtils-XS-0.55/xt/author/no-tabs.t +List-SomeUtils-XS-0.55/xt/author/pod-coverage.t +List-SomeUtils-XS-0.55/xt/author/tidyall.t +List-SomeUtils-XS-0.55/xt/author/mojibake.t +List-SomeUtils-XS-0.55/xt/author/pod-syntax.t +List-SomeUtils-XS-0.55/xt/author/pod-spell.t +List-SomeUtils-XS-0.55/tidyall.ini +List-SomeUtils-XS-0.55/INSTALL +List-SomeUtils-XS-0.55/dhash.h +List-SomeUtils-XS-0.55/multicall.h +List-SomeUtils-XS-0.55/Changes +List-SomeUtils-XS-0.55/README.md +List-SomeUtils-XS-0.55/MANIFEST +List-SomeUtils-XS-0.55/CONTRIBUTING.md +List-SomeUtils-XS-0.55/cpanfile +List-SomeUtils-XS-0.55/LICENSE +List-SomeUtils-XS-0.55/META.json +List-SomeUtils-XS-0.55/lib/ +List-SomeUtils-XS-0.55/lib/List/ +List-SomeUtils-XS-0.55/lib/List/SomeUtils/ +List-SomeUtils-XS-0.55/lib/List/SomeUtils/XS.pm +List-SomeUtils-XS-0.55/perlcriticrc +List-SomeUtils-XS-0.55/Makefile.PL +Entering List-SomeUtils-XS-0.55 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring List-SomeUtils-XS-0.55 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for List::SomeUtils::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XSLoader 0.08 ... Yes (0.27) +Checking if you have Tie::Array 0 ... Yes (1.06) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have Storable 2.38 ... Yes (2.64) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Test::LeakTrace 0 ... Yes (0.16) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +OK +Building and testing List-SomeUtils-XS-0.55 ... cp lib/List/SomeUtils/XS.pm blib/lib/List/SomeUtils/XS.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/SomeUtils/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.55\" -DXS_VERSION=\"0.55\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" XS.c +rm -f blib/arch/auto/List/SomeUtils/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/List/SomeUtils/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/List/SomeUtils/XS/XS.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/SomeUtils/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# --------------------- ----- -------- +# Carp any 1.43 +# Exporter any 5.72 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# Scalar::Util any 1.49 +# Storable any 2.64 +# Test::Builder::Module any 1.302098 +# Test::LeakTrace any 0.16 +# Test::More 0.96 1.302098 +# Test::Warnings 0.006 0.026 +# Tie::Array any 1.06 +# base any 2.26 +# lib any 0.64 +# overload any 1.28 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# -------- ---- ---- +# XSLoader any 0.27 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/ab.t ................. skipped: These tests require that List::SomeUtils 0.56 already be installed +t/Functions.t .......... skipped: These tests require that List::SomeUtils 0.56 already be installed +t/Import.t ............. skipped: These tests require that List::SomeUtils 0.56 already be installed +t/xs-only.t ............ skipped: These tests require that List::SomeUtils 0.56 already be installed +All tests successful. +Files=5, Tests=1, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.40 cusr 0.04 csys = 0.48 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/SomeUtils/XS/XS.bs 644 +Manifying 1 pod document +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/List/SomeUtils/XS/XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/List/SomeUtils/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/List::SomeUtils::XS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed List-SomeUtils-XS-0.55 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-SomeUtils-XS-0.55/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/List-SomeUtils-XS-0.55/MYMETA.json +Already tried Module::Implementation. Skipping. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed +! Bailing out the installation for List-SomeUtils-0.56. +Searching WWW::Mechanize (0) on cpanmetadb ... +--2017-10-09 07:56:09-- http://cpanmetadb.plackperl.org/v1.0/package/WWW::Mechanize +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 159 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 21.1M=0s + +2017-10-09 07:56:09 (21.1 MB/s) - written to stdout [159/159] + +--> Working on WWW::Mechanize +Fetching http://www.cpan.org/authors/id/O/OA/OALDERS/WWW-Mechanize-1.86.tar.gz ... --2017-10-09 07:56:09-- http://www.cpan.org/authors/id/O/OA/OALDERS/WWW-Mechanize-1.86.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 172331 (168K) [application/x-gzip] +Saving to: ‘WWW-Mechanize-1.86.tar.gz’ + + 0K .......... .......... .......... .......... .......... 29% 23.6M 0s + 50K .......... .......... .......... .......... .......... 59% 42.7M 0s + 100K .......... .......... .......... .......... .......... 89% 23.1M 0s + 150K .......... ........ 100% 20.8M=0.006s + +2017-10-09 07:56:09 (26.6 MB/s) - ‘WWW-Mechanize-1.86.tar.gz’ saved [172331/172331] + +Unpacking WWW-Mechanize-1.86.tar.gz +OK +WWW-Mechanize-1.86 +WWW-Mechanize-1.86/tags +WWW-Mechanize-1.86/INSTALL +WWW-Mechanize-1.86/LICENSE +WWW-Mechanize-1.86/Changes +WWW-Mechanize-1.86/t +WWW-Mechanize-1.86/t/die.t +WWW-Mechanize-1.86/t/new.t +WWW-Mechanize-1.86/t/uri.t +WWW-Mechanize-1.86/cpanfile +WWW-Mechanize-1.86/META.yml +WWW-Mechanize-1.86/dist.ini +WWW-Mechanize-1.86/t/dump.t +WWW-Mechanize-1.86/t/link.t +WWW-Mechanize-1.86/t/tick.t +WWW-Mechanize-1.86/t/warn.t +WWW-Mechanize-1.86/MANIFEST +WWW-Mechanize-1.86/META.json +WWW-Mechanize-1.86/t/clone.t +WWW-Mechanize-1.86/t/field.t +WWW-Mechanize-1.86/t/taint.t +WWW-Mechanize-1.86/README.md +WWW-Mechanize-1.86/perltidyrc +WWW-Mechanize-1.86/t/Tools.pm +WWW-Mechanize-1.86/t/frames.t +WWW-Mechanize-1.86/t/select.t +WWW-Mechanize-1.86/t/upload.t +WWW-Mechanize-1.86/Makefile.PL +WWW-Mechanize-1.86/t/00-load.t +WWW-Mechanize-1.86/t/aliases.t +WWW-Mechanize-1.86/t/content.t +WWW-Mechanize-1.86/t/cookies.t +WWW-Mechanize-1.86/t/tick.html +WWW-Mechanize-1.86/t/untaint.t +WWW-Mechanize-1.86/tidyall.ini +WWW-Mechanize-1.86/CONTRIBUTORS +WWW-Mechanize-1.86/perlcriticrc +WWW-Mechanize-1.86/t/field.html +WWW-Mechanize-1.86/t/warnings.t +WWW-Mechanize-1.86/bin +WWW-Mechanize-1.86/bin/mech-dump +WWW-Mechanize-1.86/t/area_link.t +WWW-Mechanize-1.86/t/autocheck.t +WWW-Mechanize-1.86/t/find_link.t +WWW-Mechanize-1.86/t/frames.html +WWW-Mechanize-1.86/t/google.html +WWW-Mechanize-1.86/t/image-new.t +WWW-Mechanize-1.86/t/link-base.t +WWW-Mechanize-1.86/t/local +WWW-Mechanize-1.86/t/local/get.t +WWW-Mechanize-1.86/t/select.html +WWW-Mechanize-1.86/t/upload.html +WWW-Mechanize-1.86/t/add_header.t +WWW-Mechanize-1.86/t/find_frame.t +WWW-Mechanize-1.86/t/find_image.t +WWW-Mechanize-1.86/t/local/back.t +WWW-Mechanize-1.86/t/local/form.t +WWW-Mechanize-1.86/t/TestServer.pm +WWW-Mechanize-1.86/t/bad-request.t +WWW-Mechanize-1.86/t/credentials.t +WWW-Mechanize-1.86/t/find_inputs.t +WWW-Mechanize-1.86/t/image-parse.t +WWW-Mechanize-1.86/t/local/click.t +WWW-Mechanize-1.86/t/regex-error.t +WWW-Mechanize-1.86/t/area_link.html +WWW-Mechanize-1.86/t/find_link.html +WWW-Mechanize-1.86/t/find_link_id.t +WWW-Mechanize-1.86/t/form-parsing.t +WWW-Mechanize-1.86/t/local/follow.t +WWW-Mechanize-1.86/t/local/reload.t +WWW-Mechanize-1.86/t/local/submit.t +WWW-Mechanize-1.86/t/save_content.t +WWW-Mechanize-1.86/t/find_frame.html +WWW-Mechanize-1.86/t/link-relative.t +WWW-Mechanize-1.86/t/local/content.t +WWW-Mechanize-1.86/t/local/failure.t +WWW-Mechanize-1.86/t/local/referer.t +WWW-Mechanize-1.86/t/find_inputs.html +WWW-Mechanize-1.86/t/image-parse.html +WWW-Mechanize-1.86/t/local/encoding.t +WWW-Mechanize-1.86/t/local/log-server +WWW-Mechanize-1.86/t/local/nonascii.t +WWW-Mechanize-1.86/t/local/overload.t +WWW-Mechanize-1.86/t/credentials-api.t +WWW-Mechanize-1.86/t/find_link_id.html +WWW-Mechanize-1.86/t/save_content.html +WWW-Mechanize-1.86/xt/author +WWW-Mechanize-1.86/xt/author/tidyall.t +WWW-Mechanize-1.86/lib/WWW +WWW-Mechanize-1.86/lib/WWW/Mechanize.pm +WWW-Mechanize-1.86/t/form_with_fields.t +WWW-Mechanize-1.86/t/local/page_stack.t +WWW-Mechanize-1.86/t/local/nonascii.html +WWW-Mechanize-1.86/t/00-report-prereqs.t +WWW-Mechanize-1.86/t/find_link-warnings.t +WWW-Mechanize-1.86/t/local/LocalServer.pm +WWW-Mechanize-1.86/t/local/click_button.t +WWW-Mechanize-1.86/t/local/referer-server +WWW-Mechanize-1.86/t/00-report-prereqs.dd +WWW-Mechanize-1.86/t/form_with_fields.html +WWW-Mechanize-1.86/t/mech-dump +WWW-Mechanize-1.86/t/mech-dump/mech-dump.t +WWW-Mechanize-1.86/xt/author/pod-coverage.t +WWW-Mechanize-1.86/lib/WWW/Mechanize +WWW-Mechanize-1.86/lib/WWW/Mechanize/FAQ.pod +WWW-Mechanize-1.86/lib/WWW/Mechanize/Link.pm +WWW-Mechanize-1.86/xt/author/live +WWW-Mechanize-1.86/xt/author/live/encoding.t +WWW-Mechanize-1.86/etc +WWW-Mechanize-1.86/etc/www-mechanize-logo.png +WWW-Mechanize-1.86/lib/WWW/Mechanize/Image.pm +WWW-Mechanize-1.86/xt/author/live/wikipedia.t +WWW-Mechanize-1.86/lib/WWW/Mechanize/Cookbook.pod +WWW-Mechanize-1.86/lib/WWW/Mechanize/Examples.pod +Entering WWW-Mechanize-1.86 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring WWW-Mechanize-1.86 ... Warning: prerequisite CGI 4.32 not found. +Warning: prerequisite HTML::Form 1.00 not found. +Warning: prerequisite HTTP::Server::Simple::CGI 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for WWW::Mechanize +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have URI::URL 0 ... Yes (5.04) +Checking if you have URI::Escape 3.26 ... Yes (3.31) +Checking if you have LWP 0 ... Yes (6.27) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have HTML::Form 1.00 ... No +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have HTTP::Request 6 ... Yes (6.13) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have HTML::TokeParser 0 ... Yes (3.69) +Checking if you have Scalar::Util 1.29 ... Yes (1.49) +Checking if you have LWP::UserAgent 6.06 ... Yes (6.27) +Checking if you have HTML::HeadParser 0 ... Yes (3.71) +Checking if you have URI::file 0 ... Yes (4.21) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have HTTP::Daemon 6 ... Yes (6.01) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have HTTP::Cookies 6 ... Yes (6.04) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have HTTP::Server::Simple::CGI 0 ... No +Checking if you have HTTP::Response 6 ... Yes (6.13) +Checking if you have Getopt::Long 2.4 ... Yes (2.5) +Checking if you have FindBin 0.05 ... Yes (1.51) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have Tie::RefHash 0 ... Yes (1.39) +Checking if you have LWP::Simple 0 ... Yes (6.27) +Checking if you have CGI 4.32 ... No +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have HTML::TreeBuilder 0 ... Yes (5.07) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Checking if you have Test::Output 0 ... Yes (1.031) +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have bytes 0 ... Yes (1.05) +Checking if you have HTTP::Request::Common 6 ... Yes (6.13) +Searching HTML::Form (1.00) on cpanmetadb ... +OK +==> Found dependencies: HTML::Form, HTTP::Server::Simple::CGI, CGI +--2017-10-09 07:56:10-- http://cpanmetadb.plackperl.org/v1.0/package/HTML::Form +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 332 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 46.9M=0s + +2017-10-09 07:56:10 (46.9 MB/s) - written to stdout [332/332] + +--> Working on HTML::Form +Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz ... --2017-10-09 07:56:10-- http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Form-6.03.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 23522 (23K) [application/x-gzip] +Saving to: ‘HTML-Form-6.03.tar.gz’ + + 0K .......... .......... .. 100% 25.0M=0.001s + +2017-10-09 07:56:10 (25.0 MB/s) - ‘HTML-Form-6.03.tar.gz’ saved [23522/23522] + +Unpacking HTML-Form-6.03.tar.gz +OK +HTML-Form-6.03/ +HTML-Form-6.03/Changes +HTML-Form-6.03/lib/ +HTML-Form-6.03/Makefile.PL +HTML-Form-6.03/MANIFEST +HTML-Form-6.03/META.yml +HTML-Form-6.03/README +HTML-Form-6.03/t/ +HTML-Form-6.03/t/form-label.t +HTML-Form-6.03/t/form-maxlength.t +HTML-Form-6.03/t/form-multi-select.t +HTML-Form-6.03/t/form-param.t +HTML-Form-6.03/t/form-selector.t +HTML-Form-6.03/t/form-unicode.t +HTML-Form-6.03/t/form.t +HTML-Form-6.03/lib/HTML/ +HTML-Form-6.03/lib/HTML/Form.pm +Entering HTML-Form-6.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring HTML-Form-6.03 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTML::Form +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have HTTP::Request::Common 6.03 ... Yes (6.13) +Checking if you have HTTP::Request 6 ... Yes (6.13) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have HTML::TokeParser 0 ... Yes (3.69) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing HTML-Form-6.03 ... cp lib/HTML/Form.pm blib/lib/HTML/Form.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/form-label.t ......... ok +t/form-maxlength.t ..... ok +t/form-multi-select.t .. ok +t/form-param.t ......... ok +t/form-selector.t ...... ok +t/form-unicode.t ....... ok +t/form.t ............... ok +All tests successful. +Files=7, Tests=192, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.39 cusr 0.04 csys = 0.48 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTML/Form.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTML::Form.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTML-Form-6.03 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Form-6.03/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTML-Form-6.03/MYMETA.json +Searching HTTP::Server::Simple::CGI (0) on cpanmetadb ... +--2017-10-09 07:56:11-- http://cpanmetadb.plackperl.org/v1.0/package/HTTP::Server::Simple::CGI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 191 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 31.2M=0s + +2017-10-09 07:56:11 (31.2 MB/s) - written to stdout [191/191] + +--> Working on HTTP::Server::Simple::CGI +Fetching http://www.cpan.org/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz ... --2017-10-09 07:56:11-- http://www.cpan.org/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 36722 (36K) [application/x-gzip] +Saving to: ‘HTTP-Server-Simple-0.52.tar.gz’ + + 0K .......... .......... .......... ..... 100% 34.7M=0.001s + +2017-10-09 07:56:11 (34.7 MB/s) - ‘HTTP-Server-Simple-0.52.tar.gz’ saved [36722/36722] + +Unpacking HTTP-Server-Simple-0.52.tar.gz +OK +HTTP-Server-Simple-0.52/ +HTTP-Server-Simple-0.52/Changes +HTTP-Server-Simple-0.52/ex/ +HTTP-Server-Simple-0.52/inc/ +HTTP-Server-Simple-0.52/lib/ +HTTP-Server-Simple-0.52/Makefile.PL +HTTP-Server-Simple-0.52/MANIFEST +HTTP-Server-Simple-0.52/META.yml +HTTP-Server-Simple-0.52/README +HTTP-Server-Simple-0.52/SIGNATURE +HTTP-Server-Simple-0.52/t/ +HTTP-Server-Simple-0.52/t/00smoke.t +HTTP-Server-Simple-0.52/t/01live.t +HTTP-Server-Simple-0.52/t/02pod.t +HTTP-Server-Simple-0.52/t/03podcoverage.t +HTTP-Server-Simple-0.52/t/04cgi.t +HTTP-Server-Simple-0.52/lib/HTTP/ +HTTP-Server-Simple-0.52/lib/HTTP/Server/ +HTTP-Server-Simple-0.52/lib/HTTP/Server/Simple/ +HTTP-Server-Simple-0.52/lib/HTTP/Server/Simple.pm +HTTP-Server-Simple-0.52/lib/HTTP/Server/Simple/CGI/ +HTTP-Server-Simple-0.52/lib/HTTP/Server/Simple/CGI.pm +HTTP-Server-Simple-0.52/lib/HTTP/Server/Simple/CGI/Environment.pm +HTTP-Server-Simple-0.52/inc/Module/ +HTTP-Server-Simple-0.52/inc/Module/Install/ +HTTP-Server-Simple-0.52/inc/Module/Install.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Base.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Can.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Fetch.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Makefile.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Metadata.pm +HTTP-Server-Simple-0.52/inc/Module/Install/Win32.pm +HTTP-Server-Simple-0.52/inc/Module/Install/WriteAll.pm +HTTP-Server-Simple-0.52/ex/sample_server +Entering HTTP-Server-Simple-0.52 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring HTTP-Server-Simple-0.52 ... Cannot determine perl version info from lib/HTTP/Server/Simple.pm +Warning: prerequisite CGI 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for HTTP::Server::Simple +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have CGI 4.32 ... No +Checking if you have Socket 2.007 ... Yes (2.020_03) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching CGI (4.32) on cpanmetadb ... +OK +==> Found dependencies: CGI +--2017-10-09 07:56:11-- http://cpanmetadb.plackperl.org/v1.0/package/CGI +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 265 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 51.9M=0s + +2017-10-09 07:56:11 (51.9 MB/s) - written to stdout [265/265] + +--> Working on CGI +Fetching http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.36.tar.gz ... --2017-10-09 07:56:11-- http://www.cpan.org/authors/id/L/LE/LEEJO/CGI-4.36.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 199026 (194K) [application/x-gzip] +Saving to: ‘CGI-4.36.tar.gz’ + + 0K .......... .......... .......... .......... .......... 25% 26.5M 0s + 50K .......... .......... .......... .......... .......... 51% 49.5M 0s + 100K .......... .......... .......... .......... .......... 77% 25.1M 0s + 150K .......... .......... .......... .......... .... 100% 45.5M=0.006s + +2017-10-09 07:56:11 (33.1 MB/s) - ‘CGI-4.36.tar.gz’ saved [199026/199026] + +Unpacking CGI-4.36.tar.gz +OK +CGI-4.36/ +CGI-4.36/Changes +CGI-4.36/LICENSE +CGI-4.36/MANIFEST +CGI-4.36/META.json +CGI-4.36/META.yml +CGI-4.36/Makefile.PL +CGI-4.36/README.md +CGI-4.36/examples/ +CGI-4.36/lib/ +CGI-4.36/t/ +CGI-4.36/t/APR/ +CGI-4.36/t/Apache.pm +CGI-4.36/t/Apache2/ +CGI-4.36/t/Dump.t +CGI-4.36/t/ModPerl/ +CGI-4.36/t/arbitrary_handles.t +CGI-4.36/t/autoescape.t +CGI-4.36/t/can.t +CGI-4.36/t/carp.t +CGI-4.36/t/cgi.t +CGI-4.36/t/changes.t +CGI-4.36/t/charset.t +CGI-4.36/t/checkbox_group.t +CGI-4.36/t/command_line.t +CGI-4.36/t/compiles_pod.t +CGI-4.36/t/cookie.t +CGI-4.36/t/delete.t +CGI-4.36/t/end_form.t +CGI-4.36/t/form.t +CGI-4.36/t/function.t +CGI-4.36/t/gh-155.t +CGI-4.36/t/headers/ +CGI-4.36/t/headers.t +CGI-4.36/t/hidden.t +CGI-4.36/t/html.t +CGI-4.36/t/html_functions.t +CGI-4.36/t/http.t +CGI-4.36/t/init.t +CGI-4.36/t/init_test.txt +CGI-4.36/t/multipart_globals.t +CGI-4.36/t/multipart_init.t +CGI-4.36/t/multipart_start.t +CGI-4.36/t/no_tabindex.t +CGI-4.36/t/param_fetch.t +CGI-4.36/t/param_list_context.t +CGI-4.36/t/popup_menu.t +CGI-4.36/t/postdata.t +CGI-4.36/t/pretty.t +CGI-4.36/t/push.t +CGI-4.36/t/query_string.t +CGI-4.36/t/redirect_query_string.t +CGI-4.36/t/request.t +CGI-4.36/t/rt-31107.t +CGI-4.36/t/rt-52469.t +CGI-4.36/t/rt-57524.t +CGI-4.36/t/rt-75628.t +CGI-4.36/t/rt-84767.t +CGI-4.36/t/rt_31107.txt +CGI-4.36/t/rt_75628.txt +CGI-4.36/t/save_read_roundtrip.t +CGI-4.36/t/sorted.t +CGI-4.36/t/start_end_asterisk.t +CGI-4.36/t/start_end_end.t +CGI-4.36/t/start_end_start.t +CGI-4.36/t/unescapeHTML.t +CGI-4.36/t/upload.t +CGI-4.36/t/uploadInfo.t +CGI-4.36/t/upload_post_text.txt +CGI-4.36/t/url.t +CGI-4.36/t/user_agent.t +CGI-4.36/t/utf8.t +CGI-4.36/t/util-58.t +CGI-4.36/t/util.t +CGI-4.36/t/headers/attachment.t +CGI-4.36/t/headers/charset.t +CGI-4.36/t/headers/cookie.t +CGI-4.36/t/headers/default.t +CGI-4.36/t/headers/nph.t +CGI-4.36/t/headers/p3p.t +CGI-4.36/t/headers/target.t +CGI-4.36/t/headers/type.t +CGI-4.36/t/ModPerl/Util.pm +CGI-4.36/t/Apache2/RequestIO.pm +CGI-4.36/t/Apache2/RequestRec.pm +CGI-4.36/t/Apache2/RequestUtil.pm +CGI-4.36/t/Apache2/Response.pm +CGI-4.36/t/APR/Pool.pm +CGI-4.36/lib/CGI/ +CGI-4.36/lib/CGI.pm +CGI-4.36/lib/CGI.pod +CGI-4.36/lib/Fh.pm +CGI-4.36/lib/CGI/Carp.pm +CGI-4.36/lib/CGI/Cookie.pm +CGI-4.36/lib/CGI/File/ +CGI-4.36/lib/CGI/HTML/ +CGI-4.36/lib/CGI/Pretty.pm +CGI-4.36/lib/CGI/Push.pm +CGI-4.36/lib/CGI/Util.pm +CGI-4.36/lib/CGI/HTML/Functions.pm +CGI-4.36/lib/CGI/HTML/Functions.pod +CGI-4.36/lib/CGI/File/Temp.pm +CGI-4.36/examples/clickable_image.cgi +CGI-4.36/examples/cookie.cgi +CGI-4.36/examples/crash.cgi +CGI-4.36/examples/file_upload.cgi +CGI-4.36/examples/mojo_proxy.pl +CGI-4.36/examples/wikipedia_example.cgi +CGI-4.36/examples/wilogo.gif +Entering CGI-4.36 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring CGI-4.36 ... Warning: prerequisite Test::NoWarnings 0 not found. +Checking if your kit is complete... +Looks good +Warning: LINKTYPE set to '', no longer necessary +Generating a Unix-style Makefile +Writing Makefile for CGI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Test::Warn 0.3 ... Yes (0.32) +Checking if you have Encode 2.87 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 3.3 ... Yes (3.68) +Checking if you have Test::Deep 0.119 ... Yes (1.127) +Checking if you have IO::Handle 1.27 ... Yes (1.36) +Checking if you have parent 0.225 ... Yes (0.236) +Checking if you have POSIX 1.02 ... Yes (1.77) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have HTML::Entities 3.69 ... Yes (3.69) +Checking if you have Test::NoWarnings 0 ... No +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Exporter 5.68 ... Yes (5.72) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Cwd 3.29 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 2.18 ... Yes (2.26) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 1.26 ... Yes (1.43) +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have File::Temp 0.22 ... Yes (0.2304) +Searching Test::NoWarnings (0) on cpanmetadb ... +OK +==> Found dependencies: Test::NoWarnings +--2017-10-09 07:56:12-- http://cpanmetadb.plackperl.org/v1.0/package/Test::NoWarnings +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 136 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 27.9M=0s + +2017-10-09 07:56:12 (27.9 MB/s) - written to stdout [136/136] + +--> Working on Test::NoWarnings +Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ... --2017-10-09 07:56:12-- http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 18204 (18K) [application/x-gzip] +Saving to: ‘Test-NoWarnings-1.04.tar.gz’ + + 0K .......... ....... 100% 23.5M=0.001s + +2017-10-09 07:56:12 (23.5 MB/s) - ‘Test-NoWarnings-1.04.tar.gz’ saved [18204/18204] + +Unpacking Test-NoWarnings-1.04.tar.gz +OK +Test-NoWarnings-1.04/ +Test-NoWarnings-1.04/META.json +Test-NoWarnings-1.04/META.yml +Test-NoWarnings-1.04/LICENSE +Test-NoWarnings-1.04/Makefile.PL +Test-NoWarnings-1.04/README +Test-NoWarnings-1.04/xt/ +Test-NoWarnings-1.04/xt/pmv.t +Test-NoWarnings-1.04/xt/meta.t +Test-NoWarnings-1.04/xt/pod.t +Test-NoWarnings-1.04/MANIFEST +Test-NoWarnings-1.04/lib/ +Test-NoWarnings-1.04/lib/Test/ +Test-NoWarnings-1.04/lib/Test/NoWarnings/ +Test-NoWarnings-1.04/lib/Test/NoWarnings/Warning.pm +Test-NoWarnings-1.04/lib/Test/NoWarnings.pm +Test-NoWarnings-1.04/MYMETA.json +Test-NoWarnings-1.04/Changes +Test-NoWarnings-1.04/t/ +Test-NoWarnings-1.04/t/04_no_tests.t +Test-NoWarnings-1.04/t/01_compile.t +Test-NoWarnings-1.04/t/02_none.t +Test-NoWarnings-1.04/t/03_end.t +Test-NoWarnings-1.04/t/05_no_end.t +Test-NoWarnings-1.04/t/06_fork.t +Entering Test-NoWarnings-1.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Test-NoWarnings-1.04 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::NoWarnings +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Tester 0.107 ... Yes (1.302098) +Checking if you have Test::More 1.302047 ... Yes (1.302098) +Checking if you have Test::Builder 0.92 ... Yes (1.302098) +OK +Building and testing Test-NoWarnings-1.04 ... cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm +cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/01_compile.t ... ok +t/02_none.t ...... ok +t/03_end.t ....... ok +t/04_no_tests.t .. ok +t/05_no_end.t .... ok +t/06_fork.t ...... ok +All tests successful. +Files=6, Tests=46, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.36 cusr 0.05 csys = 0.45 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/NoWarnings.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Test/NoWarnings/Warning.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Test::NoWarnings.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Test-NoWarnings-1.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-NoWarnings-1.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Test-NoWarnings-1.04/MYMETA.json +Building and testing CGI-4.36 ... cp lib/CGI/Util.pm blib/lib/CGI/Util.pm +cp lib/CGI/HTML/Functions.pod blib/lib/CGI/HTML/Functions.pod +cp lib/Fh.pm blib/lib/Fh.pm +cp lib/CGI/Cookie.pm blib/lib/CGI/Cookie.pm +cp lib/CGI/Pretty.pm blib/lib/CGI/Pretty.pm +cp lib/CGI/Push.pm blib/lib/CGI/Push.pm +cp lib/CGI.pm blib/lib/CGI.pm +cp lib/CGI/HTML/Functions.pm blib/lib/CGI/HTML/Functions.pm +cp lib/CGI.pod blib/lib/CGI.pod +cp lib/CGI/File/Temp.pm blib/lib/CGI/File/Temp.pm +cp lib/CGI/Carp.pm blib/lib/CGI/Carp.pm +Manifying 7 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/headers/*.t +t/arbitrary_handles.t ...... ok +t/autoescape.t ............. ok +t/can.t .................... ok +[Mon Oct 9 07:56:14 2017] carp.t: foo at /home/ryan/.cpanm/work/1507547994.16943/CGI-4.36/blib/lib/CGI/Carp.pm line 361. +t/carp.t ................... ok +# cgi-lib.pl routines +private_tempfiles has been deprecated at /home/ryan/.cpanm/work/1507547994.16943/CGI-4.36/blib/lib/CGI.pm line 3227. +t/cgi.t .................... ok +t/changes.t ................ ok +t/charset.t ................ ok +t/checkbox_group.t ......... ok +t/command_line.t ........... ok +t/compiles_pod.t ........... ok +t/cookie.t ................. ok +t/delete.t ................. ok +t/Dump.t ................... ok +t/end_form.t ............... ok +t/form.t ................... ok +t/function.t ............... ok +t/gh-155.t ................. ok +t/headers.t ................ ok +t/headers/attachment.t ..... ok +t/headers/charset.t ........ ok +t/headers/cookie.t ......... ok +t/headers/default.t ........ ok +t/headers/nph.t ............ ok +t/headers/p3p.t ............ ok +t/headers/target.t ......... ok +t/headers/type.t ........... ok +t/hidden.t ................. ok +t/html.t ................... ok +t/html_functions.t ......... ok +t/http.t ................... ok +t/init.t ................... ok +t/multipart_globals.t ...... ok +t/multipart_init.t ......... ok +t/multipart_start.t ........ ok +t/no_tabindex.t ............ ok +t/param_fetch.t ............ ok +t/param_list_context.t ..... ok +t/popup_menu.t ............. ok +t/postdata.t ............... ok +CGI::Pretty is DEPRECATED and will be removed in a future release. Please see https://github.com/leejo/CGI.pm/issues/162 for more information at /home/ryan/.cpanm/work/1507547994.16943/CGI-4.36/blib/lib/CGI/Pretty.pm line 21. +t/pretty.t ................. ok +t/push.t ................... ok +t/query_string.t ........... ok +t/redirect_query_string.t .. ok +t/request.t ................ ok +t/rt-31107.t ............... ok +t/rt-52469.t ............... ok +t/rt-57524.t ............... ok +t/rt-75628.t ............... ok +t/rt-84767.t ............... ok +t/save_read_roundtrip.t .... ok +t/sorted.t ................. ok +t/start_end_asterisk.t ..... ok +t/start_end_end.t .......... ok +t/start_end_start.t ........ ok +t/unescapeHTML.t ........... ok +t/upload.t ................. ok +t/uploadInfo.t ............. ok +t/url.t .................... ok +t/user_agent.t ............. ok +t/utf8.t ................... ok +t/util-58.t ................ ok +t/util.t ................... ok +All tests successful. + +Test Summary Report +------------------- +t/compiles_pod.t (Wstat: 0 Tests: 18 Failed: 0) + TODO passed: 3, 6 +Files=62, Tests=1556, 6 wallclock secs ( 0.31 usr 0.08 sys + 5.14 cusr 0.79 csys = 6.32 CPU) +Result: PASS +Manifying 7 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Fh.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/Pretty.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/Cookie.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/Carp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/Push.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/HTML/Functions.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/HTML/Functions.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/CGI/File/Temp.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::Carp.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::Push.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::Pretty.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::HTML::Functions.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/CGI::Cookie.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed CGI-4.36 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CGI-4.36/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/CGI-4.36/MYMETA.json +Building and testing HTTP-Server-Simple-0.52 ... cp lib/HTTP/Server/Simple/CGI/Environment.pm blib/lib/HTTP/Server/Simple/CGI/Environment.pm +cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm +cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm +Manifying 3 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t +t/00smoke.t ........ ok +# Skipping IPv6 +t/01live.t ......... ok +t/02pod.t .......... ok +t/03podcoverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/04cgi.t .......... ok +All tests successful. +Files=5, Tests=90, 17 wallclock secs ( 0.05 usr 0.01 sys + 0.46 cusr 0.08 csys = 0.60 CPU) +Result: PASS +Manifying 3 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Server/Simple.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Server/Simple/CGI.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/HTTP/Server/Simple/CGI/Environment.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Server::Simple::CGI::Environment.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Server::Simple.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/HTTP::Server::Simple::CGI.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed HTTP-Server-Simple-0.52 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Server-Simple-0.52/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/HTTP-Server-Simple-0.52/MYMETA.json +Already tried CGI. Skipping. +Building and testing WWW-Mechanize-1.86 ... cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod +cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm +cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm +cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm +cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod +cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod +cp bin/mech-dump blib/script/mech-dump +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mech-dump +Manifying 1 pod document +Manifying 6 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/local/*.t t/mech-dump/*.t +# Testing WWW::Mechanize 1.86, with LWP 6.27, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# Test::Memory::Cycle is not installed. +t/00-load.t .............. ok +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Configure Suggests === +# +# Module Want Have +# -------- ------- ---- +# JSON::PP 2.27300 2.94 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------------- ---- -------- +# CGI 4.32 4.36 +# Exporter any 5.72 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# File::Temp any 0.2304 +# FindBin any 1.51 +# HTTP::Daemon any 6.01 +# HTTP::Response any 6.13 +# HTTP::Server::Simple::CGI any undef +# LWP any 6.27 +# LWP::Simple any 6.27 +# Test::Deep any 1.127 +# Test::Fatal any 0.014 +# Test::More 0.96 1.302098 +# Test::Output any 1.031 +# Test::Warnings any 0.026 +# URI any 1.72 +# URI::Escape any 3.31 +# bytes any 1.05 +# lib any 0.64 +# vars any 1.03 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------------------- ----- ---- +# Carp any 1.43 +# Getopt::Long any 2.5 +# HTML::Form 1.00 6.03 +# HTML::HeadParser any 3.71 +# HTML::TokeParser any 3.69 +# HTML::TreeBuilder any 5.07 +# HTTP::Cookies any 6.04 +# HTTP::Request 1.30 6.13 +# HTTP::Request::Common any 6.13 +# LWP::UserAgent 5.827 6.27 +# Pod::Usage any 1.69 +# Scalar::Util any 1.49 +# Tie::RefHash any 1.39 +# URI::URL any 5.04 +# URI::file any 4.21 +# base any 2.26 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .... ok +t/add_header.t ........... ok +t/aliases.t .............. ok +t/area_link.t ............ ok +t/autocheck.t ............ ok +t/bad-request.t .......... ok +t/clone.t ................ ok +t/content.t .............. ok +# Test server http://127.0.0.1:34874 as PID 9256 +t/cookies.t .............. ok +t/credentials-api.t ...... ok +t/credentials.t .......... ok +t/die.t .................. ok +t/dump.t ................. ok +t/field.t ................ ok +t/find_frame.t ........... ok +t/find_image.t ........... ok +t/find_inputs.t .......... ok +t/find_link-warnings.t ... ok +t/find_link.t ............ ok +t/find_link_id.t ......... ok +t/form-parsing.t ......... ok +t/form_with_fields.t ..... ok +t/frames.t ............... ok +t/image-new.t ............ ok +t/image-parse.t .......... ok +t/link-base.t ............ ok +t/link-relative.t ........ ok +t/link.t ................. ok +t/local/back.t ........... ok +t/local/click.t .......... ok +t/local/click_button.t ... ok +# Running tests against http://127.0.0.1:33801/?xml=1 +t/local/content.t ........ ok +t/local/encoding.t ....... ok +t/local/failure.t ........ ok +t/local/follow.t ......... ok +t/local/form.t ........... ok +t/local/get.t ............ ok +t/local/nonascii.t ....... ok +t/local/overload.t ....... skipped: Mysteriously stopped passing, and I don't know why. +t/local/page_stack.t ..... ok +t/local/referer.t ........ ok +t/local/reload.t ......... ok +t/local/submit.t ......... ok +t/mech-dump/mech-dump.t .. ok +t/new.t .................. ok +t/regex-error.t .......... ok +t/save_content.t ......... ok +t/select.t ............... ok +t/taint.t ................ skipped: Test::Taint required for checking taintedness +t/tick.t ................. ok +t/untaint.t .............. ok +t/upload.t ............... ok +t/uri.t .................. ok +t/warn.t ................. ok +t/warnings.t ............. ok +All tests successful. +Files=56, Tests=628, 71 wallclock secs ( 0.24 usr 0.08 sys + 10.41 cusr 1.47 csys = 12.20 CPU) +Result: PASS +Manifying 1 pod document +Manifying 6 pod documents +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize/Examples.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize/Cookbook.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize/Image.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize/FAQ.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/WWW/Mechanize/Link.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/mech-dump.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize::Cookbook.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize::Examples.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize::FAQ.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize::Image.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/WWW::Mechanize::Link.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/mech-dump +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed WWW-Mechanize-1.86 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Mechanize-1.86/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/WWW-Mechanize-1.86/MYMETA.json +Already tried JSON::MaybeXS. Skipping. +Searching JSON::XS (0) on cpanmetadb ... +--2017-10-09 07:57:51-- http://cpanmetadb.plackperl.org/v1.0/package/JSON::XS +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 89 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 14.5M=0s + +2017-10-09 07:57:51 (14.5 MB/s) - written to stdout [89/89] + +--> Working on JSON::XS +Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.04.tar.gz ... --2017-10-09 07:57:51-- http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-3.04.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 83424 (81K) [application/x-gzip] +Saving to: ‘JSON-XS-3.04.tar.gz’ + + 0K .......... .......... .......... .......... .......... 61% 25.4M 0s + 50K .......... .......... .......... . 100% 37.0M=0.003s + +2017-10-09 07:57:51 (28.9 MB/s) - ‘JSON-XS-3.04.tar.gz’ saved [83424/83424] + +Unpacking JSON-XS-3.04.tar.gz +OK +JSON-XS-3.04/ +JSON-XS-3.04/typemap +JSON-XS-3.04/t/ +JSON-XS-3.04/t/14_latin1.t +JSON-XS-3.04/t/02_error.t +JSON-XS-3.04/t/15_prefix.t +JSON-XS-3.04/t/11_pc_expo.t +JSON-XS-3.04/t/99_binary.t +JSON-XS-3.04/t/22_comment_at_eof.t +JSON-XS-3.04/t/03_types.t +JSON-XS-3.04/t/05_dwiw_decode.t +JSON-XS-3.04/t/21_evans.t +JSON-XS-3.04/t/06_pc_pretty.t +JSON-XS-3.04/t/01_utf8.t +JSON-XS-3.04/t/10_pc_keysort.t +JSON-XS-3.04/t/16_tied.t +JSON-XS-3.04/t/09_pc_extra_number.t +JSON-XS-3.04/t/07_pc_esc.t +JSON-XS-3.04/t/52_object.t +JSON-XS-3.04/t/18_json_checker.t +JSON-XS-3.04/t/20_faihu.t +JSON-XS-3.04/t/13_limit.t +JSON-XS-3.04/t/12_blessed.t +JSON-XS-3.04/t/19_incr.t +JSON-XS-3.04/t/04_dwiw_encode.t +JSON-XS-3.04/t/08_pc_base.t +JSON-XS-3.04/t/17_relaxed.t +JSON-XS-3.04/t/00_load.t +JSON-XS-3.04/README +JSON-XS-3.04/Changes +JSON-XS-3.04/COPYING +JSON-XS-3.04/XS.pm +JSON-XS-3.04/XS/ +JSON-XS-3.04/XS/Boolean.pm +JSON-XS-3.04/MANIFEST +JSON-XS-3.04/eg/ +JSON-XS-3.04/eg/bench +JSON-XS-3.04/bin/ +JSON-XS-3.04/bin/json_xs +JSON-XS-3.04/XS.xs +JSON-XS-3.04/Makefile.PL +JSON-XS-3.04/META.yml +JSON-XS-3.04/META.json +Entering JSON-XS-3.04 +Checking configure dependencies from META.json +Checking if you have Canary::Stability 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching Canary::Stability (0) on cpanmetadb ... +==> Found dependencies: Canary::Stability +--2017-10-09 07:57:51-- http://cpanmetadb.plackperl.org/v1.0/package/Canary::Stability +Resolving cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)... 151.101.48.249 +Connecting to cpanmetadb.plackperl.org (cpanmetadb.plackperl.org)|151.101.48.249|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 107 [text/yaml] +Saving to: ‘STDOUT’ + + 0K 100% 22.2M=0s + +2017-10-09 07:57:51 (22.2 MB/s) - written to stdout [107/107] + +--> Working on Canary::Stability +Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz ... --2017-10-09 07:57:51-- http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2012.tar.gz +Resolving www.cpan.org (www.cpan.org)... 2a04:4e42:c::561, 151.101.50.49 +Connecting to www.cpan.org (www.cpan.org)|2a04:4e42:c::561|:80... connected. +HTTP request sent, awaiting response... 200 OK +Length: 4334 (4.2K) [application/x-gzip] +Saving to: ‘Canary-Stability-2012.tar.gz’ + + 0K .... 100% 503M=0s + +2017-10-09 07:57:51 (503 MB/s) - ‘Canary-Stability-2012.tar.gz’ saved [4334/4334] + +Unpacking Canary-Stability-2012.tar.gz +OK +Canary-Stability-2012/ +Canary-Stability-2012/Stability.pm +Canary-Stability-2012/Changes +Canary-Stability-2012/Makefile.PL +Canary-Stability-2012/README +Canary-Stability-2012/COPYING +Canary-Stability-2012/MANIFEST +Canary-Stability-2012/META.yml +Canary-Stability-2012/META.json +Entering Canary-Stability-2012 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Canary-Stability-2012 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Canary::Stability +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Canary-Stability-2012 ... cp Stability.pm blib/lib/Canary/Stability.pm +Manifying 1 pod document +No tests defined for Canary::Stability extension. +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Canary/Stability.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Canary::Stability.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Canary-Stability-2012 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Canary-Stability-2012/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Canary-Stability-2012/MYMETA.json +Running Makefile.PL +Configuring JSON-XS-3.04 ... +*** +*** Canary::Stability COMPATIBILITY AND SUPPORT CHECK +*** ================================================= +*** +*** Hi! +*** +*** I do my best to provide predictable and reliable software. +*** +*** However, in recent releases, P5P (who maintain perl) have been +*** introducing regressions that are sometimes subtle and at other times +*** catastrophic, often for personal preferences with little or no concern +*** for existing code, most notably CPAN. +*** +*** For this reason, it has become very hard for me to maintain the level +*** of reliability and support I have committed myself to in the past, at +*** least with some perl versions: I simply can't keep up working around new +*** bugs or gratituous incompatibilities, and in turn you might suffer from +*** unanticipated problems. +*** +*** Therefore I have introduced a support and compatibility check, the results +*** of which follow below, together with a FAQ and some recommendations. +*** +*** This check is just to let you know that there might be a risk, so you can +*** make judgement calls on how to proceed - it will not keep the module from +*** installing or working. +*** +*** The stability canary says: (nothing, it was driven away by harsh weather) +*** +*** It seems you are running perl version 5.027005, likely the "official" or +*** "standard" version. While there is nothing wrong with doing that, +*** standard perl versions 5.022 and up are not supported by JSON::XS. +*** While this might be fatal, it might also be all right - if you run into +*** problems, you might want to downgrade your perl or switch to the +*** stability branch. +*** +*** If everything works fine, you can ignore this message. +*** +*** Stability canary mini-FAQ: +*** +*** Do I need to do anything? +*** With luck, no. While some distributions are known to fail +*** already, most should probably work. This message is here +*** to alert you that your perl is not supported by JSON::XS, +*** and if things go wrong, you either need to downgrade, or +*** sidegrade to the stability variant of your perl version, +*** or simply live with the consequences. +*** +*** What is this canary thing? +*** It's purpose is to check support status of JSON::XS with +*** respect to your perl version. +*** +*** What is this "stability branch"? +*** It's a branch or fork of the official perl, by schmorp, to +*** improve stability and compatibility with existing modules. +*** +*** How can I skip this prompt on automated installs? +*** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. +*** More info is in the Canary::Stability manpage. +*** +*** Long version of this FAQ: http://stableperl.schmorp.de/faq.html +*** Stability Branch homepage: http://stableperl.schmorp.de/ +*** + +Continue anyways? [y] y +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for JSON::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have common::sense 0 ... Yes (3.74) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Types::Serialiser 0 ... Yes (1.0) +OK +Building and testing JSON-XS-3.04 ... cp XS.pm blib/lib/JSON/XS.pm +cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507547994.16943/JSON-XS-3.04/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.04\" -DXS_VERSION=\"3.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" XS.c +In file included from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/perl.h:28:0, + from XS.xs:2: +XS.xs: In function ‘encode_sv’: +/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE/config.h:1048:27: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + #define Gconvert(x,n,t,b) gcvt((x),(n),(b)) + ^~~~~~~~~~~~~~~~~ +XS.xs:899:7: note: in expansion of macro ‘Gconvert’ + Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur); + ^~~~~~~~ +rm -f blib/arch/auto/JSON/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/JSON/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/JSON/XS/XS.so +cp bin/json_xs blib/script/json_xs +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs +Manifying 1 pod document +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/00_load.t ............. ok +t/01_utf8.t ............. ok +t/02_error.t ............ ok +t/03_types.t ............ ok +t/04_dwiw_encode.t ...... ok +t/05_dwiw_decode.t ...... ok +t/06_pc_pretty.t ........ ok +t/07_pc_esc.t ........... ok +t/08_pc_base.t .......... ok +t/09_pc_extra_number.t .. ok +t/10_pc_keysort.t ....... ok +t/11_pc_expo.t .......... ok +t/12_blessed.t .......... ok +t/13_limit.t ............ ok +t/14_latin1.t ........... ok +t/15_prefix.t ........... ok +t/16_tied.t ............. ok +t/17_relaxed.t .......... ok +t/18_json_checker.t ..... ok +t/19_incr.t ............. ok +t/20_faihu.t ............ ok +t/21_evans.t ............ ok +t/22_comment_at_eof.t ... ok +t/52_object.t ........... ok +t/99_binary.t ........... ok +All tests successful. +Files=25, Tests=25584, 2 wallclock secs ( 1.26 usr 0.02 sys + 1.74 cusr 0.16 csys = 3.18 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 +Manifying 1 pod document +Manifying 2 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/JSON/XS/XS.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/JSON/XS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/JSON/XS/Boolean.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/json_xs.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::XS::Boolean.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::XS.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/json_xs +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed JSON-XS-3.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-XS-3.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-XS-3.04/MYMETA.json +Already tried HTML::TreeBuilder. Skipping. +! Installing the dependencies failed: Module 'Task::Kensho::Logging' is not installed, Module 'Task::Kensho::XML' is not installed, Module 'MooseX::Declare' is not installed, Module 'Email::Sender::Transport::Test' is not installed, Module 'Cpanel::JSON::XS' is not installed, Module 'Task::Kensho::OOP' is not installed, Module 'DateTime' is not installed, Module 'DateTimeX::Easy' is not installed, Module 'Moo' is not installed, Module 'Twitter::API' is not installed, Module 'Task::Kensho::ModuleDev' is not installed, Module 'Sys::Linux::Namespace' is not installed, Module 'App::EvalServerAdvanced' is not installed, Module 'Task::Kensho::Email' is not installed, Module 'Moose' is not installed, Module 'List::SomeUtils' is not installed, Module 'JSON::MaybeXS' is not installed, Module 'indirect' is not installed, Module 'Task::Kensho::Config' is not installed, Module 'autovivification' is not installed, Module 'Types::Standard' is not installed +! Bailing out the installation for Buubot-0.1. +310 distributions installed +Command [cpanm --verbose --installdeps /home/ryan/bots/perlbuut] terminated with exit code 1 ($? = 256) under the following perl environment: +Command terminated with non-zero status. + + +Current perl: + Name: perlbot-blead-2017-10-09_12776 + Path: /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl + Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 -Dccflags=-fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -Dldflags=-Wl,-z,now -Wl,-zrelro -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin + Compiled at: Oct 9 2017 07:03:06 + +perlbrew: + version: 0.78 + ENV: + PERLBREW_ROOT: /home/ryan/perl5/perlbrew + PERLBREW_HOME: /home/ryan/.perlbrew + PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin + PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +Installing --installdeps /home/ryan/bots/perlbuut +perlbot-blead-2017-10-09_12776 +========== +cpanm (App::cpanminus) 1.7043 on perl 5.027005 built for x86_64-linux +Work directory is /home/ryan/.cpanm/work/1507550277.9666 +You have make /usr/bin/make +You have LWP 6.27 +You have /bin/tar: tar (GNU tar) 1.29 +Copyright (C) 2015 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later . +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. + +Written by John Gilmore and Jay Fenlason. +You have /usr/bin/unzip +Entering /home/ryan/bots/perlbuut +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have Task::Kensho::OOP 0 ... No +Checking if you have IO::Async 0 ... Yes (0.71) +Checking if you have POE 0 ... Yes (1.367) +Checking if you have arybase 0 ... Yes (0.13) +Checking if you have Moose 0 ... No +Checking if you have JSON::MaybeXS 0 ... No +Checking if you have WWW::Shorten 0 ... Yes (3.093) +Checking if you have Text::Unidecode 0 ... Yes (1.30) +Checking if you have Mojo::Collection 0 ... Yes (undef) +Checking if you have Text::Glob 0 ... Yes (0.11) +Checking if you have Task::Kensho::XML 0 ... No +Checking if you have Parse::RecDescent 0 ... Yes (1.967015) +Checking if you have Task::Kensho::Config 0 ... No +Checking if you have URI::Encode 0 ... Yes (1.1.1) +Checking if you have XML::RSS::Parser 0 ... Yes (4) +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Checking if you have Future 0 ... Yes (0.35) +Checking if you have List::Util 0 ... Yes (1.49) +Checking if you have Marpa::R2 0 ... Yes (4.000000) +Checking if you have Try::Tiny::ByClass 0 ... Yes (0.01) +Checking if you have DBI 0 ... Yes (1.637) +Checking if you have Scalar::MoreUtils 0 ... Yes (0.02) +Checking if you have POE::Component::IRC 0 ... Yes (6.90) +Checking if you have Function::Parameters 0 ... Yes (2.001001) +Checking if you have Capture::Tiny 0 ... Yes (0.46) +Checking if you have BSD::Resource 0 ... Yes (1.2911) +Checking if you have Net::INET6Glue::INET_is_INET6 0 ... Yes (0.6) +Checking if you have Data::Munge 0 ... Yes (0.097) +Checking if you have List::SomeUtils 0 ... No +Checking if you have File::Slurper 0 ... Yes (0.010) +Checking if you have Dir::ls 0 ... Yes (0.004) +Checking if you have JSON 0 ... Yes (2.94) +Checking if you have Text::Levenshtein 0 ... Yes (0.13) +Checking if you have JSON::PP 0 ... Yes (2.94) +Checking if you have DBD::SQLite::BundledExtensions 0 ... Yes (undef) +Checking if you have Task::Kensho::Logging 0 ... No +Checking if you have Geo::IP 0 ... Yes (1.50) +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Cwd 0 ... Yes (3.68) +Checking if you have Types::Standard 0 ... No +Checking if you have Syntax::Keyword::Try 0 ... Yes (0.08) +Checking if you have LWP::Protocol::https 0 ... Yes (6.07) +Checking if you have Task::Kensho::Async 0 ... Yes (0.39) +Checking if you have App::EvalServerAdvanced 0 ... No +Checking if you have HTML::TreeBuilder 0 ... Yes (5.07) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have Text::Metaphone 0 ... Yes (20160805) +Checking if you have POE::Component::IRC::Common 0 ... Yes (6.90) +Checking if you have Object::Tap 0 ... Yes (1.000006) +Checking if you have Net::DNS 0 ... Yes (1.12) +Checking if you have Math::BigInt 0 ... Yes (1.999811) +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have DateTimeX::Easy 0 ... No +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have File::Open 0 ... Yes (1.0102) +Checking if you have Quote::Code 0 ... Yes (1.0102) +Checking if you have Config::General 0 ... Yes (2.63) +Checking if you have Task::Kensho::Email 0 ... No +Checking if you have Digest::SHA 0 ... Yes (5.98) +Checking if you have Return::MultiLevel 0 ... Yes (0.05) +Checking if you have MooseX::Declare 0 ... No +Checking if you have Net::Dict 0 ... Yes (2.21) +Checking if you have XML::LibXML 0 ... Yes (2.0129) +Checking if you have Cache::FastMmap 0 ... Yes (1.46) +Checking if you have Date::Parse 0 ... Yes (2.30) +Checking if you have DateTime 0 ... No +Checking if you have Math::BigRat 0 ... Yes (0.2613) +Checking if you have Path::Tiny 0 ... Yes (0.104) +Checking if you have Permute::Named::Iter 0 ... Yes (0.04) +Checking if you have Errno 0 ... Yes (1.28) +Checking if you have Math::BigFloat 0 ... Yes (1.999811) +Checking if you have JSON::XS 0 ... Yes (3.04) +Checking if you have Cpanel::JSON::XS 0 ... No +Checking if you have indirect 0 ... No +Checking if you have Email::Sender::Transport::Test 0 ... No +Checking if you have Mojo::DOM::CSS 0 ... Yes (undef) +Checking if you have Linux::Seccomp 0 ... Yes (0.002001) +Checking if you have List::UtilsBy 0 ... Yes (0.10) +Checking if you have Twitter::API 0 ... No +Checking if you have Time::Moment 0 ... Yes (0.42) +Checking if you have Task::Kensho::ModuleDev 0 ... No +Checking if you have Rand::MersenneTwister 0 ... Yes (1.0.1) +Checking if you have Class::Tiny 0 ... Yes (1.006) +Checking if you have WWW::Mechanize 0 ... Yes (1.86) +Checking if you have autovivification 0 ... No +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have DBD::SQLite 0 ... Yes (1.54) +Checking if you have Switch::Plain 0 ... Yes (0.0501) +Checking if you have IPC::Run 0 ... Yes (0.96) +Checking if you have Math::Round 0 ... Yes (0.07) +Checking if you have Sys::Linux::Namespace v0.13.0 ... No +Checking if you have YAPE::Regex::Explain 0 ... Yes (4.01) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have File::Temp 0 ... Yes (0.2304) +Checking if you have Moo 0 ... No +Checking if you have bigint 0 ... Yes (0.47) +Checking if you have Text::Handlebars 0 ... Yes (0.05) +Checking if you have HTML::TreeBuilder::XPath 0 ... Yes (0.14) +Checking if you have Mojo::DOM 0 ... Yes (undef) +Checking if you have Regexp::Common 0 ... Yes (2017060201) +Searching Task::Kensho::OOP (0) on cpanmetadb ... +Unpacking Task-Kensho-OOP-0.39.tar.gz +--> Working on /home/ryan/bots/perlbuut +Configuring Buubot-0.1 ... OK +==> Found dependencies: Task::Kensho::OOP, Moose, JSON::MaybeXS, Task::Kensho::XML, Task::Kensho::Config, List::SomeUtils, Task::Kensho::Logging, Types::Standard, App::EvalServerAdvanced, DateTimeX::Easy, Task::Kensho::Email, MooseX::Declare, DateTime, Cpanel::JSON::XS, indirect, Email::Sender::Transport::Test, Twitter::API, Task::Kensho::ModuleDev, autovivification, Sys::Linux::Namespace, Moo +--> Working on Task::Kensho::OOP +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-OOP-0.39.tar.gz ... OK +Task-Kensho-OOP-0.39/ +Task-Kensho-OOP-0.39/Build.PL +Task-Kensho-OOP-0.39/Changes +Task-Kensho-OOP-0.39/lib/ +Task-Kensho-OOP-0.39/LICENSE +Task-Kensho-OOP-0.39/Makefile.PL +Task-Kensho-OOP-0.39/MANIFEST +Task-Kensho-OOP-0.39/META.json +Task-Kensho-OOP-0.39/META.yml +Task-Kensho-OOP-0.39/README +Task-Kensho-OOP-0.39/t/ +Task-Kensho-OOP-0.39/xt/ +Task-Kensho-OOP-0.39/xt/author/ +Task-Kensho-OOP-0.39/xt/release/ +Task-Kensho-OOP-0.39/xt/release/changes_has_content.t +Task-Kensho-OOP-0.39/xt/release/cpan-changes.t +Task-Kensho-OOP-0.39/xt/release/distmeta.t +Task-Kensho-OOP-0.39/xt/release/minimum-version.t +Task-Kensho-OOP-0.39/xt/release/portability.t +Task-Kensho-OOP-0.39/xt/author/00-compile.t +Task-Kensho-OOP-0.39/xt/author/clean-namespaces.t +Task-Kensho-OOP-0.39/xt/author/eol.t +Task-Kensho-OOP-0.39/xt/author/kwalitee.t +Task-Kensho-OOP-0.39/xt/author/mojibake.t +Task-Kensho-OOP-0.39/xt/author/no-tabs.t +Task-Kensho-OOP-0.39/xt/author/pod-coverage.t +Task-Kensho-OOP-0.39/xt/author/pod-spell.t +Task-Kensho-OOP-0.39/xt/author/pod-syntax.t +Task-Kensho-OOP-0.39/t/00-report-prereqs.dd +Task-Kensho-OOP-0.39/t/00-report-prereqs.t +Task-Kensho-OOP-0.39/lib/Task/ +Task-Kensho-OOP-0.39/lib/Task/Kensho/ +Task-Kensho-OOP-0.39/lib/Task/Kensho/OOP.pm +Entering Task-Kensho-OOP-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.034 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-OOP-0.39 ... Creating new 'Build' script for 'Task-Kensho-OOP' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Moo 0 ... No +Checking if you have MooseX::NonMoose 0 ... No +Checking if you have Moose 0 ... No +Checking if you have Test::More 0 ... Yes (1.302098) +Checking if you have MooseX::SimpleConfig 0 ... No +Checking if you have namespace::autoclean 0 ... No +Checking if you have Type::Tiny 0 ... No +Checking if you have Package::Variant 0 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have MooseX::Aliases 0 ... No +Checking if you have MooseX::Role::Parameterized 0 ... No +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::Getopt 0 ... No +Checking if you have Task::Moose 0 ... No +Checking if you have MooseX::StrictConstructor 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Searching Moo (0) on cpanmetadb ... +Unpacking Moo-2.003002.tar.gz +OK +==> Found dependencies: Moo, MooseX::NonMoose, Moose, MooseX::SimpleConfig, namespace::autoclean, Type::Tiny, Package::Variant, MooseX::Aliases, MooseX::Role::Parameterized, MooseX::Getopt, Task::Moose, MooseX::StrictConstructor +--> Working on Moo +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Moo-2.003002.tar.gz ... OK +Moo-2.003002/ +Moo-2.003002/Changes +Moo-2.003002/lib/ +Moo-2.003002/maint/ +Moo-2.003002/Makefile.PL +Moo-2.003002/MANIFEST +Moo-2.003002/META.json +Moo-2.003002/META.yml +Moo-2.003002/README +Moo-2.003002/t/ +Moo-2.003002/xt/ +Moo-2.003002/xt/bless-override.t +Moo-2.003002/xt/class-tiny.t +Moo-2.003002/xt/croak-locations.t +Moo-2.003002/xt/fakemetaclass.t +Moo-2.003002/xt/global-destruct-jenga-helper.pl +Moo-2.003002/xt/global-destruct-jenga.t +Moo-2.003002/xt/handle_moose.t +Moo-2.003002/xt/has-after-meta.t +Moo-2.003002/xt/implicit-moose-types.t +Moo-2.003002/xt/inflate-our-classes.t +Moo-2.003002/xt/inflate-undefer.t +Moo-2.003002/xt/jenga.t +Moo-2.003002/xt/moo-attr-handles-moose-role.t +Moo-2.003002/xt/moo-consume-moose-role-coerce.t +Moo-2.003002/xt/moo-consume-moose-role-multiple.t +Moo-2.003002/xt/moo-consume-mouse-role-coerce.t +Moo-2.003002/xt/moo-does-moose-role.t +Moo-2.003002/xt/moo-does-mouse-role.t +Moo-2.003002/xt/moo-extend-moose.t +Moo-2.003002/xt/moo-inflate.t +Moo-2.003002/xt/moo-object-meta-can.t +Moo-2.003002/xt/moo-role-types.t +Moo-2.003002/xt/moo-roles-into-moose-class-attr-override-with-autoclean.t +Moo-2.003002/xt/moo-roles-into-moose-class.t +Moo-2.003002/xt/moo-sification-handlemoose.t +Moo-2.003002/xt/moo-sification-meta.t +Moo-2.003002/xt/moo-sification.t +Moo-2.003002/xt/moose-accessor-isa.t +Moo-2.003002/xt/moose-autoclean-lazy-attr-builders.t +Moo-2.003002/xt/moose-consume-moo-role-after-consumed-by-moo.t +Moo-2.003002/xt/moose-consume-moo-role-no-moo-loaded.t +Moo-2.003002/xt/moose-does-moo-role.t +Moo-2.003002/xt/moose-extend-moo.t +Moo-2.003002/xt/moose-handles-moo-class.t +Moo-2.003002/xt/moose-inflate-error-recurse.t +Moo-2.003002/xt/moose-lazy.t +Moo-2.003002/xt/moose-method-modifiers.t +Moo-2.003002/xt/moose-override-attribute-from-moo-role.t +Moo-2.003002/xt/moose-override-attribute-with-plus-syntax.t +Moo-2.003002/xt/more-jenga.t +Moo-2.003002/xt/release/ +Moo-2.003002/xt/role-tiny-inflate.t +Moo-2.003002/xt/super-jenga.t +Moo-2.003002/xt/test-my-dependents.t +Moo-2.003002/xt/type-inflate-coercion.t +Moo-2.003002/xt/type-inflate-threads.t +Moo-2.003002/xt/type-inflate-type-tiny.t +Moo-2.003002/xt/type-inflate.t +Moo-2.003002/xt/type-tiny-coerce.t +Moo-2.003002/xt/withautoclean.t +Moo-2.003002/xt/release/kwalitee.t +Moo-2.003002/t/accessor-coerce.t +Moo-2.003002/t/accessor-default.t +Moo-2.003002/t/accessor-generator-extension.t +Moo-2.003002/t/accessor-handles.t +Moo-2.003002/t/accessor-isa.t +Moo-2.003002/t/accessor-mixed.t +Moo-2.003002/t/accessor-pred-clear.t +Moo-2.003002/t/accessor-reader-writer.t +Moo-2.003002/t/accessor-roles.t +Moo-2.003002/t/accessor-shortcuts.t +Moo-2.003002/t/accessor-trigger.t +Moo-2.003002/t/accessor-weaken-pre-5_8_3.t +Moo-2.003002/t/accessor-weaken.t +Moo-2.003002/t/buildall-subconstructor.t +Moo-2.003002/t/buildall.t +Moo-2.003002/t/buildargs-error.t +Moo-2.003002/t/buildargs.t +Moo-2.003002/t/coerce-1.t +Moo-2.003002/t/compose-conflicts.t +Moo-2.003002/t/compose-non-role.t +Moo-2.003002/t/compose-roles.t +Moo-2.003002/t/constructor-modify.t +Moo-2.003002/t/croak-locations.t +Moo-2.003002/t/demolish-basics.t +Moo-2.003002/t/demolish-bugs-eats_exceptions.t +Moo-2.003002/t/demolish-bugs-eats_mini.t +Moo-2.003002/t/demolish-global_destruction.t +Moo-2.003002/t/demolish-throw.t +Moo-2.003002/t/does.t +Moo-2.003002/t/extend-constructor.t +Moo-2.003002/t/extends-non-moo.t +Moo-2.003002/t/extends-role.t +Moo-2.003002/t/foreignbuildargs.t +Moo-2.003002/t/global-destruction-helper.pl +Moo-2.003002/t/global_underscore.t +Moo-2.003002/t/has-array.t +Moo-2.003002/t/has-before-extends.t +Moo-2.003002/t/has-plus.t +Moo-2.003002/t/init-arg.t +Moo-2.003002/t/isa-interfere.t +Moo-2.003002/t/lazy_isa.t +Moo-2.003002/t/lib/ +Moo-2.003002/t/load_module.t +Moo-2.003002/t/load_module_error.t +Moo-2.003002/t/load_module_role_tiny.t +Moo-2.003002/t/long-package-name.t +Moo-2.003002/t/method-generate-accessor.t +Moo-2.003002/t/method-generate-constructor.t +Moo-2.003002/t/modify_lazy_handlers.t +Moo-2.003002/t/moo-accessors.t +Moo-2.003002/t/moo-c3.t +Moo-2.003002/t/moo-object.t +Moo-2.003002/t/moo-utils-_name_coderef.t +Moo-2.003002/t/moo-utils-_subname.t +Moo-2.003002/t/moo-utils.t +Moo-2.003002/t/moo.t +Moo-2.003002/t/mutual-requires.t +Moo-2.003002/t/no-build.t +Moo-2.003002/t/no-moo.t +Moo-2.003002/t/non-moo-extends-c3.t +Moo-2.003002/t/non-moo-extends.t +Moo-2.003002/t/not-both.t +Moo-2.003002/t/overloaded-coderefs.t +Moo-2.003002/t/overridden-core-funcs.t +Moo-2.003002/t/perl-56-like.t +Moo-2.003002/t/strictures.t +Moo-2.003002/t/sub-and-handles.t +Moo-2.003002/t/subconstructor.t +Moo-2.003002/t/undef-bug.t +Moo-2.003002/t/use-after-no.t +Moo-2.003002/t/zzz-check-breaks.t +Moo-2.003002/t/lib/ErrorLocation.pm +Moo-2.003002/t/lib/InlineModule.pm +Moo-2.003002/t/lib/TestEnv.pm +Moo-2.003002/maint/Makefile.PL.include +Moo-2.003002/lib/Method/ +Moo-2.003002/lib/Moo/ +Moo-2.003002/lib/Moo.pm +Moo-2.003002/lib/oo.pm +Moo-2.003002/lib/Moo/_mro.pm +Moo-2.003002/lib/Moo/_strictures.pm +Moo-2.003002/lib/Moo/_Utils.pm +Moo-2.003002/lib/Moo/HandleMoose/ +Moo-2.003002/lib/Moo/HandleMoose.pm +Moo-2.003002/lib/Moo/Object.pm +Moo-2.003002/lib/Moo/Role.pm +Moo-2.003002/lib/Moo/sification.pm +Moo-2.003002/lib/Moo/HandleMoose/_TypeMap.pm +Moo-2.003002/lib/Moo/HandleMoose/FakeMetaClass.pm +Moo-2.003002/lib/Method/Generate/ +Moo-2.003002/lib/Method/Generate/Accessor.pm +Moo-2.003002/lib/Method/Generate/BuildAll.pm +Moo-2.003002/lib/Method/Generate/Constructor.pm +Moo-2.003002/lib/Method/Generate/DemolishAll.pm +Entering Moo-2.003002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Moo-2.003002 ... Warning: prerequisite Module::Runtime 0.014 not found. +Warning: prerequisite Role::Tiny 2.000004 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Moo +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Sub::Defer 2.003001 ... Yes (2.004000) +Checking if you have Sub::Quote 2.003001 ... Yes (2.004000) +Checking if you have Devel::GlobalDestruction 0.11 ... Yes (0.14) +Searching Role::Tiny (2.000004) on cpanmetadb ... +Unpacking Role-Tiny-2.000005.tar.gz +OK +==> Found dependencies: Role::Tiny, Module::Runtime +--> Working on Role::Tiny +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-2.000005.tar.gz ... OK +Role-Tiny-2.000005/ +Role-Tiny-2.000005/Changes +Role-Tiny-2.000005/lib/ +Role-Tiny-2.000005/maint/ +Role-Tiny-2.000005/Makefile.PL +Role-Tiny-2.000005/MANIFEST +Role-Tiny-2.000005/META.json +Role-Tiny-2.000005/META.yml +Role-Tiny-2.000005/README +Role-Tiny-2.000005/t/ +Role-Tiny-2.000005/xt/ +Role-Tiny-2.000005/xt/around-does.t +Role-Tiny-2.000005/xt/compose-modifiers.t +Role-Tiny-2.000005/xt/dependents.t +Role-Tiny-2.000005/xt/does-Moo.t +Role-Tiny-2.000005/xt/modifiers.t +Role-Tiny-2.000005/xt/namespace-clean.t +Role-Tiny-2.000005/xt/recompose-modifier.t +Role-Tiny-2.000005/t/concrete-methods.t +Role-Tiny-2.000005/t/create-hook.t +Role-Tiny-2.000005/t/does.t +Role-Tiny-2.000005/t/lib/ +Role-Tiny-2.000005/t/load-module.t +Role-Tiny-2.000005/t/method-conflicts.t +Role-Tiny-2.000005/t/overload.t +Role-Tiny-2.000005/t/role-basic-basic.t +Role-Tiny-2.000005/t/role-basic-bugs.t +Role-Tiny-2.000005/t/role-basic-composition.t +Role-Tiny-2.000005/t/role-basic-exceptions.t +Role-Tiny-2.000005/t/role-duplication.t +Role-Tiny-2.000005/t/role-long-package-name.t +Role-Tiny-2.000005/t/role-tiny-composition.t +Role-Tiny-2.000005/t/role-tiny-with.t +Role-Tiny-2.000005/t/role-tiny.t +Role-Tiny-2.000005/t/role-with-inheritance.t +Role-Tiny-2.000005/t/subclass.t +Role-Tiny-2.000005/t/lib/BrokenModule.pm +Role-Tiny-2.000005/t/lib/FalseModule.pm +Role-Tiny-2.000005/t/lib/TrackLoad.pm +Role-Tiny-2.000005/maint/Makefile.PL.include +Role-Tiny-2.000005/lib/Role/ +Role-Tiny-2.000005/lib/Role/Tiny/ +Role-Tiny-2.000005/lib/Role/Tiny.pm +Role-Tiny-2.000005/lib/Role/Tiny/With.pm +Entering Role-Tiny-2.000005 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Role-Tiny-2.000005 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +OK +Building and testing Role-Tiny-2.000005 ... cp lib/Role/Tiny.pm blib/lib/Role/Tiny.pm +cp lib/Role/Tiny/With.pm blib/lib/Role/Tiny/With.pm +Manifying 2 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t + +# Failed test 'only subs after Role::Tiny import are methods' +# at t/concrete-methods.t line 26. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'after_role' + +# Failed test 'methods_provided_by gives method list' +# at t/concrete-methods.t line 30. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'after_role' + +# Failed test 'only subs from non-Role::Tiny packages are methods' +# at t/concrete-methods.t line 34. +# Structures begin differing at: +# $got->[0] = Does not exist +# $expected->[0] = 'method' +# Looks like you failed 3 tests of 4. +t/concrete-methods.t ........ +Dubious, test returned 3 (wstat 768, 0x300) +Failed 3/4 subtests +t/create-hook.t ............. ok +t/does.t .................... ok +t/load-module.t ............. ok + +# Failed test 'method conflict dies' +# at t/method-conflicts.t line 19. + +# Failed test '... with correct error message' +# at t/method-conflicts.t line 28. +# '' +# doesn't match '(?^:^Due to a method name conflict between roles 'Local::R. and Local::R.', the method 'method' must be implemented by 'Local::C1')' +# Looks like you failed 2 tests of 4. +t/method-conflicts.t ........ +Dubious, test returned 2 (wstat 512, 0x200) +Failed 2/4 subtests +Can't resolve method "as_num" overloading "0+" in package "MyClass" at t/overload.t line 45. +t/overload.t ................ +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +# Failed test 'My::Example->can('no_conflict')' +# at t/role-basic-basic.t line 34. +# My::Example->can('no_conflict') failed +Can't locate object method "no_conflict" via package "My::Example" at t/role-basic-basic.t line 35. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-basic-basic.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/1 subtests + +# Failed test 'Foo->can('foo')' +# at t/role-basic-bugs.t line 35. +# Foo->can('foo') failed +Can't locate object method "foo" via package "Foo" at t/role-basic-bugs.t line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 2. +t/role-basic-bugs.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/2 subtests + +# Failed test 'My::Class2->can('method2')' +# at t/role-basic-composition.t line 61. +# My::Class2->can('method2') failed +Can't locate object method "method2" via package "My::Class2" at t/role-basic-composition.t line 62. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 3. +t/role-basic-composition.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/3 subtests +t/role-basic-exceptions.t ... ok +t/role-duplication.t ........ ok +t/role-long-package-name.t .. ok + +# Failed test 'apply conflicting roles to object' +# at t/role-tiny-composition.t line 31. +# '' +# doesn't match '(?^:^Method name conflict for 'foo' between roles 'R1' and 'R2', cannot apply these simultaneously to an object)' +# Looks like you failed 1 test of 1. +t/role-tiny-composition.t ... +Dubious, test returned 1 (wstat 256, 0x100) +Failed 1/1 subtests +Can't locate object method "bar" via package "MyClass" at t/role-tiny-with.t line 29. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-tiny-with.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 1 subtests passed +Can't locate object method "bar" via package "MyClass" at t/role-tiny.t line 70. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 1. +t/role-tiny.t ............... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 1 subtests passed +t/role-with-inheritance.t ... ok +t/subclass.t ................ ok + +Test Summary Report +------------------- +t/concrete-methods.t (Wstat: 768 Tests: 4 Failed: 3) + Failed tests: 1-3 + Non-zero exit status: 3 +t/method-conflicts.t (Wstat: 512 Tests: 4 Failed: 2) + Failed tests: 1-2 + Non-zero exit status: 2 +t/overload.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-basic.t (Wstat: 65280 Tests: 1 Failed: 1) + Failed test: 1 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-bugs.t (Wstat: 65280 Tests: 2 Failed: 1) + Failed test: 2 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-basic-composition.t (Wstat: 65280 Tests: 3 Failed: 1) + Failed test: 3 + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-tiny-composition.t (Wstat: 256 Tests: 1 Failed: 1) + Failed test: 1 + Non-zero exit status: 1 +t/role-tiny-with.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/role-tiny.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=17, Tests=59, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.94 cusr 0.14 csys = 1.15 CPU) +Result: FAIL +Failed 9/17 test programs. 9/59 subtests failed. +Makefile:845: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Role::Tiny failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +Searching Module::Runtime (0.014) on cpanmetadb ... +Unpacking Module-Runtime-0.015.tar.gz +FAIL +--> Working on Module::Runtime +Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.015.tar.gz ... OK +Module-Runtime-0.015 +Module-Runtime-0.015/.gitignore +Module-Runtime-0.015/Build.PL +Module-Runtime-0.015/Changes +Module-Runtime-0.015/MANIFEST +Module-Runtime-0.015/META.json +Module-Runtime-0.015/META.yml +Module-Runtime-0.015/Makefile.PL +Module-Runtime-0.015/README +Module-Runtime-0.015/SIGNATURE +Module-Runtime-0.015/lib +Module-Runtime-0.015/lib/Module +Module-Runtime-0.015/lib/Module/Runtime.pm +Module-Runtime-0.015/t +Module-Runtime-0.015/t/cmn.t +Module-Runtime-0.015/t/dependency.t +Module-Runtime-0.015/t/import_error.t +Module-Runtime-0.015/t/ivmn.t +Module-Runtime-0.015/t/ivms.t +Module-Runtime-0.015/t/mnf.t +Module-Runtime-0.015/t/pod_cvg.t +Module-Runtime-0.015/t/pod_syn.t +Module-Runtime-0.015/t/rm.t +Module-Runtime-0.015/t/taint.t +Module-Runtime-0.015/t/um.t +Module-Runtime-0.015/t/upo.t +Module-Runtime-0.015/t/upo_overridden.t +Module-Runtime-0.015/t/lib +Module-Runtime-0.015/t/lib/t +Module-Runtime-0.015/t/lib/t/Break.pm +Module-Runtime-0.015/t/lib/t/Context.pm +Module-Runtime-0.015/t/lib/t/Eval.pm +Module-Runtime-0.015/t/lib/t/Hints.pm +Module-Runtime-0.015/t/lib/t/Nest0.pm +Module-Runtime-0.015/t/lib/t/Nest1.pm +Module-Runtime-0.015/t/lib/t/Simple.pm +Entering Module-Runtime-0.015 +Checking configure dependencies from META.json +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Running Build.PL +Configuring Module-Runtime-0.015 ... Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Module-Runtime' version '0.015' +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Module::Build 0 ... Yes (0.4224) +Checking if you have Test::More 0.94 ... Yes (1.302098) +OK +Building and testing Module-Runtime-0.015 ... Building Module-Runtime +t/cmn.t ............. ok +t/dependency.t ...... ok +t/import_error.t .... ok +t/ivmn.t ............ ok +t/ivms.t ............ ok +t/mnf.t ............. ok +t/pod_cvg.t ......... skipped: Test::Pod::Coverage not available +t/pod_syn.t ......... ok +t/rm.t .............. ok + +# Failed test at t/taint.t line 16. +# '' +# doesn't match '(?^:\AInsecure dependency )' + +# Failed test at t/taint.t line 18. +# '' +# doesn't match '(?^:\AInsecure dependency )' + +# Failed test at t/taint.t line 20. +# '' +# doesn't match '(?^:\AInsecure dependency )' +# Looks like you failed 3 tests of 5. +t/taint.t ........... +Dubious, test returned 3 (wstat 768, 0x300) +Failed 3/5 subtests +t/um.t .............. ok +t/upo.t ............. ok +t/upo_overridden.t .. ok + +Test Summary Report +------------------- +t/taint.t (Wstat: 768 Tests: 5 Failed: 3) + Failed tests: 2-4 + Non-zero exit status: 3 +Files=13, Tests=366, 2 wallclock secs ( 0.09 usr 0.02 sys + 0.86 cusr 0.10 csys = 1.07 CPU) +Result: FAIL +Failed 1/13 test programs. 3/366 subtests failed. +! Installing Module::Runtime failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +! Installing the dependencies failed: Module 'Role::Tiny' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for Moo-2.003002. +Searching MooseX::NonMoose (0) on cpanmetadb ... +Unpacking MooseX-NonMoose-0.26.tar.gz +FAIL +--> Working on MooseX::NonMoose +Fetching http://www.cpan.org/authors/id/D/DO/DOY/MooseX-NonMoose-0.26.tar.gz ... OK +MooseX-NonMoose-0.26/ +MooseX-NonMoose-0.26/lib/ +MooseX-NonMoose-0.26/lib/MooseX/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/ +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/Constructor.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/Meta/Role/Class.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose/InsideOut.pm +MooseX-NonMoose-0.26/lib/MooseX/NonMoose.pm +MooseX-NonMoose-0.26/xt/ +MooseX-NonMoose-0.26/xt/release/ +MooseX-NonMoose-0.26/xt/release/pod-coverage.t +MooseX-NonMoose-0.26/xt/release/pod-syntax.t +MooseX-NonMoose-0.26/xt/release/no-tabs.t +MooseX-NonMoose-0.26/xt/release/eol.t +MooseX-NonMoose-0.26/Makefile.PL +MooseX-NonMoose-0.26/META.json +MooseX-NonMoose-0.26/t/ +MooseX-NonMoose-0.26/t/buggy-constructor-inlining.t +MooseX-NonMoose-0.26/t/constructor-method-calls.t +MooseX-NonMoose-0.26/t/no-new-constructor-error.t +MooseX-NonMoose-0.26/t/nonmoose-moose-nonmoose.t +MooseX-NonMoose-0.26/t/only-metaclass-trait.t +MooseX-NonMoose-0.26/t/replaced-constructor.t +MooseX-NonMoose-0.26/t/extends-moose-object.t +MooseX-NonMoose-0.26/t/hashref-constructor.t +MooseX-NonMoose-0.26/t/buggy-constructors.t +MooseX-NonMoose-0.26/t/constructor-name.t +MooseX-NonMoose-0.26/t/FOREIGNBUILDARGS.t +MooseX-NonMoose-0.26/t/moosex-insideout.t +MooseX-NonMoose-0.26/t/extends-version.t +MooseX-NonMoose-0.26/t/moosex-globref.t +MooseX-NonMoose-0.26/t/moose-exporter.t +MooseX-NonMoose-0.26/t/reinitialize.t +MooseX-NonMoose-0.26/t/multi-level.t +MooseX-NonMoose-0.26/t/00-compile.t +MooseX-NonMoose-0.26/t/destructor.t +MooseX-NonMoose-0.26/t/immutable.t +MooseX-NonMoose-0.26/t/BUILDARGS.t +MooseX-NonMoose-0.26/t/methods.t +MooseX-NonMoose-0.26/t/disable.t +MooseX-NonMoose-0.26/t/attrs.t +MooseX-NonMoose-0.26/t/moose.t +MooseX-NonMoose-0.26/t/BUILD.t +MooseX-NonMoose-0.26/t/basic.t +MooseX-NonMoose-0.26/MANIFEST +MooseX-NonMoose-0.26/META.yml +MooseX-NonMoose-0.26/dist.ini +MooseX-NonMoose-0.26/LICENSE +MooseX-NonMoose-0.26/Changes +MooseX-NonMoose-0.26/README +Entering MooseX-NonMoose-0.26 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-NonMoose-0.26 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 2.0000 not found. +Warning: prerequisite Moose::Util 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::NonMoose +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have base 0 ... Yes (2.26) +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have Test::Moose 0 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Moose::Exporter 0 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moose 0 ... No +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Searching Moose::Role (2.0000) on cpanmetadb ... +Unpacking Moose-2.2006.tar.gz +OK +==> Found dependencies: Moose::Role, Test::Moose, Moose::Exporter, Moose::Util, Module::Runtime, Moose +--> Working on Moose::Role +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.2006.tar.gz ... OK +Moose-2.2006/ +Moose-2.2006/author/ +Moose-2.2006/benchmarks/ +Moose-2.2006/bin/ +Moose-2.2006/Changes +Moose-2.2006/Changes.Class-MOP +Moose-2.2006/dist.ini +Moose-2.2006/doc/ +Moose-2.2006/inc/ +Moose-2.2006/lib/ +Moose-2.2006/LICENSE +Moose-2.2006/Makefile.PL +Moose-2.2006/MANIFEST +Moose-2.2006/META.json +Moose-2.2006/META.yml +Moose-2.2006/mop.c +Moose-2.2006/mop.h +Moose-2.2006/perltidyrc +Moose-2.2006/ppport.h +Moose-2.2006/README.md +Moose-2.2006/t/ +Moose-2.2006/TODO +Moose-2.2006/weaver.ini +Moose-2.2006/xs/ +Moose-2.2006/xt/ +Moose-2.2006/xt/author/ +Moose-2.2006/xt/release/ +Moose-2.2006/xt/release/00-compile.t +Moose-2.2006/xt/release/cpan-changes.t +Moose-2.2006/xt/release/distmeta.t +Moose-2.2006/xt/release/kwalitee.t +Moose-2.2006/xt/author/authority.t +Moose-2.2006/xt/author/debugger-duck_type.t +Moose-2.2006/xt/author/eol.t +Moose-2.2006/xt/author/memory_leaks.t +Moose-2.2006/xt/author/mojibake.t +Moose-2.2006/xt/author/no-tabs.t +Moose-2.2006/xt/author/pod-coverage.t +Moose-2.2006/xt/author/pod-spell.t +Moose-2.2006/xt/author/pod-syntax.t +Moose-2.2006/xt/author/test-my-dependents.t +Moose-2.2006/xs/Attribute.xs +Moose-2.2006/xs/AttributeCore.xs +Moose-2.2006/xs/Class.xs +Moose-2.2006/xs/Generated.xs +Moose-2.2006/xs/HasAttributes.xs +Moose-2.2006/xs/HasMethods.xs +Moose-2.2006/xs/Inlined.xs +Moose-2.2006/xs/Instance.xs +Moose-2.2006/xs/Method.xs +Moose-2.2006/xs/Moose.xs +Moose-2.2006/xs/MOP.xs +Moose-2.2006/xs/Package.xs +Moose-2.2006/xs/ToInstance.xs +Moose-2.2006/xs/typemap +Moose-2.2006/t/00-report-prereqs.dd +Moose-2.2006/t/00-report-prereqs.t +Moose-2.2006/t/000_load.t +Moose-2.2006/t/attributes/ +Moose-2.2006/t/basics/ +Moose-2.2006/t/bugs/ +Moose-2.2006/t/cmop/ +Moose-2.2006/t/compat/ +Moose-2.2006/t/examples/ +Moose-2.2006/t/exceptions/ +Moose-2.2006/t/immutable/ +Moose-2.2006/t/lib/ +Moose-2.2006/t/metaclasses/ +Moose-2.2006/t/moose_util/ +Moose-2.2006/t/native_traits/ +Moose-2.2006/t/recipes/ +Moose-2.2006/t/roles/ +Moose-2.2006/t/test_moose/ +Moose-2.2006/t/todo_tests/ +Moose-2.2006/t/type_constraints/ +Moose-2.2006/t/zzz-check-breaks.t +Moose-2.2006/t/type_constraints/advanced_type_creation.t +Moose-2.2006/t/type_constraints/class_subtypes.t +Moose-2.2006/t/type_constraints/class_type_constraint.t +Moose-2.2006/t/type_constraints/coerced_parameterized_types.t +Moose-2.2006/t/type_constraints/container_type_coercion.t +Moose-2.2006/t/type_constraints/container_type_constraint.t +Moose-2.2006/t/type_constraints/custom_parameterized_types.t +Moose-2.2006/t/type_constraints/custom_type_errors.t +Moose-2.2006/t/type_constraints/define_type_twice_throws.t +Moose-2.2006/t/type_constraints/duck_type_handles.t +Moose-2.2006/t/type_constraints/duck_types.t +Moose-2.2006/t/type_constraints/enum.t +Moose-2.2006/t/type_constraints/inlining.t +Moose-2.2006/t/type_constraints/match_type_operator.t +Moose-2.2006/t/type_constraints/maybe_type_constraint.t +Moose-2.2006/t/type_constraints/misc_type_tests.t +Moose-2.2006/t/type_constraints/name_conflicts.t +Moose-2.2006/t/type_constraints/normalize_type_name.t +Moose-2.2006/t/type_constraints/parameterize_from.t +Moose-2.2006/t/type_constraints/role_type_constraint.t +Moose-2.2006/t/type_constraints/subtype_auto_vivify_parent.t +Moose-2.2006/t/type_constraints/subtyping_parameterized_types.t +Moose-2.2006/t/type_constraints/subtyping_union_types.t +Moose-2.2006/t/type_constraints/throw_error.t +Moose-2.2006/t/type_constraints/type_coersion_on_lazy_attributes.t +Moose-2.2006/t/type_constraints/type_names.t +Moose-2.2006/t/type_constraints/type_notation_parser.t +Moose-2.2006/t/type_constraints/types_and_undef.t +Moose-2.2006/t/type_constraints/union_is_a_type_of.t +Moose-2.2006/t/type_constraints/union_types.t +Moose-2.2006/t/type_constraints/union_types_and_coercions.t +Moose-2.2006/t/type_constraints/util_find_type_constraint.t +Moose-2.2006/t/type_constraints/util_more_type_coercion.t +Moose-2.2006/t/type_constraints/util_std_type_constraints.t +Moose-2.2006/t/type_constraints/util_type_coercion.t +Moose-2.2006/t/type_constraints/util_type_constraints.t +Moose-2.2006/t/type_constraints/util_type_constraints_export.t +Moose-2.2006/t/type_constraints/util_type_reloading.t +Moose-2.2006/t/type_constraints/with-specio.t +Moose-2.2006/t/type_constraints/with-type-tiny.t +Moose-2.2006/t/todo_tests/exception_reflects_failed_constraint.t +Moose-2.2006/t/todo_tests/immutable_n_around.t +Moose-2.2006/t/todo_tests/moose_and_threads.t +Moose-2.2006/t/todo_tests/replacing_super_methods.t +Moose-2.2006/t/todo_tests/required_role_accessors.t +Moose-2.2006/t/todo_tests/role_insertion_order.t +Moose-2.2006/t/todo_tests/various_role_features.t +Moose-2.2006/t/todo_tests/wrong-inner.t +Moose-2.2006/t/test_moose/test_moose.t +Moose-2.2006/t/test_moose/test_moose_does_ok.t +Moose-2.2006/t/test_moose/test_moose_has_attribute_ok.t +Moose-2.2006/t/test_moose/test_moose_meta_ok.t +Moose-2.2006/t/test_moose/with_immutable.t +Moose-2.2006/t/roles/anonymous_roles.t +Moose-2.2006/t/roles/application_toclass.t +Moose-2.2006/t/roles/apply_role.t +Moose-2.2006/t/roles/build.t +Moose-2.2006/t/roles/conflict_many_methods.t +Moose-2.2006/t/roles/create_role.t +Moose-2.2006/t/roles/create_role_subclass.t +Moose-2.2006/t/roles/empty_method_modifiers_meta_bug.t +Moose-2.2006/t/roles/extending_role_attrs.t +Moose-2.2006/t/roles/free_anonymous_roles.t +Moose-2.2006/t/roles/imported_required_method.t +Moose-2.2006/t/roles/meta_role.t +Moose-2.2006/t/roles/method_aliasing_in_composition.t +Moose-2.2006/t/roles/method_exclusion_in_composition.t +Moose-2.2006/t/roles/method_modifiers.t +Moose-2.2006/t/roles/methods.t +Moose-2.2006/t/roles/more_alias_and_exclude.t +Moose-2.2006/t/roles/more_role_edge_cases.t +Moose-2.2006/t/roles/new_meta_role.t +Moose-2.2006/t/roles/overloading_combine_to_class.t +Moose-2.2006/t/roles/overloading_combine_to_instance.t +Moose-2.2006/t/roles/overloading_combine_to_role.t +Moose-2.2006/t/roles/overloading_composition_errors.t +Moose-2.2006/t/roles/overloading_remove_attributes_bug.t +Moose-2.2006/t/roles/overloading_to_class.t +Moose-2.2006/t/roles/overloading_to_instance.t +Moose-2.2006/t/roles/overloading_to_role.t +Moose-2.2006/t/roles/overriding.t +Moose-2.2006/t/roles/reinitialize_anon_role.t +Moose-2.2006/t/roles/role.t +Moose-2.2006/t/roles/role_attr_application.t +Moose-2.2006/t/roles/role_attribute_conflict.t +Moose-2.2006/t/roles/role_attrs.t +Moose-2.2006/t/roles/role_compose_requires.t +Moose-2.2006/t/roles/role_composite.t +Moose-2.2006/t/roles/role_composite_exclusion.t +Moose-2.2006/t/roles/role_composition_attributes.t +Moose-2.2006/t/roles/role_composition_conflict_detection.t +Moose-2.2006/t/roles/role_composition_errors.t +Moose-2.2006/t/roles/role_composition_method_mods.t +Moose-2.2006/t/roles/role_composition_methods.t +Moose-2.2006/t/roles/role_composition_override.t +Moose-2.2006/t/roles/role_composition_req_methods.t +Moose-2.2006/t/roles/role_conflict_detection.t +Moose-2.2006/t/roles/role_conflict_edge_cases.t +Moose-2.2006/t/roles/role_consumers.t +Moose-2.2006/t/roles/role_exclusion.t +Moose-2.2006/t/roles/role_exclusion_and_alias_bug.t +Moose-2.2006/t/roles/role_for_combination.t +Moose-2.2006/t/roles/roles_and_method_cloning.t +Moose-2.2006/t/roles/roles_and_req_method_edge_cases.t +Moose-2.2006/t/roles/roles_applied_in_create.t +Moose-2.2006/t/roles/run_time_role_composition.t +Moose-2.2006/t/roles/runtime_roles_and_attrs.t +Moose-2.2006/t/roles/runtime_roles_and_nonmoose.t +Moose-2.2006/t/roles/runtime_roles_w_params.t +Moose-2.2006/t/roles/use_base_does.t +Moose-2.2006/t/recipes/basics_bankaccount_methodmodifiersandsubclassing.t +Moose-2.2006/t/recipes/basics_binarytree_attributefeatures.t +Moose-2.2006/t/recipes/basics_company_subtypes.t +Moose-2.2006/t/recipes/basics_datetime_extendingnonmooseparent.t +Moose-2.2006/t/recipes/basics_document_augmentandinner.t +Moose-2.2006/t/recipes/basics_genome_overloadingsubtypesandcoercion.t +Moose-2.2006/t/recipes/basics_http_subtypesandcoercion.t +Moose-2.2006/t/recipes/basics_point_attributesandsubclassing.t +Moose-2.2006/t/recipes/extending_debugging_baseclassrole.t +Moose-2.2006/t/recipes/extending_mooseish_moosesugar.t +Moose-2.2006/t/recipes/legacy_debugging_baseclassreplacement.t +Moose-2.2006/t/recipes/legacy_labeled_attributemetaclass.t +Moose-2.2006/t/recipes/meta_globref_instancemetaclass.t +Moose-2.2006/t/recipes/meta_labeled_attributetrait.t +Moose-2.2006/t/recipes/meta_privateorpublic_methodmetaclass.t +Moose-2.2006/t/recipes/meta_table_metaclasstrait.t +Moose-2.2006/t/recipes/roles_applicationtoinstance.t +Moose-2.2006/t/recipes/roles_comparable_codereuse.t +Moose-2.2006/t/recipes/roles_restartable_advancedcomposition.t +Moose-2.2006/t/native_traits/array_coerce.t +Moose-2.2006/t/native_traits/array_from_role.t +Moose-2.2006/t/native_traits/array_subtypes.t +Moose-2.2006/t/native_traits/array_trigger.t +Moose-2.2006/t/native_traits/collection_with_roles.t +Moose-2.2006/t/native_traits/custom_instance.t +Moose-2.2006/t/native_traits/hash_coerce.t +Moose-2.2006/t/native_traits/hash_subtypes.t +Moose-2.2006/t/native_traits/hash_trigger.t +Moose-2.2006/t/native_traits/remove_attribute.t +Moose-2.2006/t/native_traits/shallow_clone.t +Moose-2.2006/t/native_traits/trait_array.t +Moose-2.2006/t/native_traits/trait_bool.t +Moose-2.2006/t/native_traits/trait_code.t +Moose-2.2006/t/native_traits/trait_counter.t +Moose-2.2006/t/native_traits/trait_hash.t +Moose-2.2006/t/native_traits/trait_number.t +Moose-2.2006/t/native_traits/trait_string.t +Moose-2.2006/t/moose_util/apply_roles.t +Moose-2.2006/t/moose_util/create_alias.t +Moose-2.2006/t/moose_util/ensure_all_roles.t +Moose-2.2006/t/moose_util/method_mod_args.t +Moose-2.2006/t/moose_util/moose_util.t +Moose-2.2006/t/moose_util/moose_util_does_role.t +Moose-2.2006/t/moose_util/moose_util_search_class_by_role.t +Moose-2.2006/t/moose_util/resolve_alias.t +Moose-2.2006/t/moose_util/with_traits.t +Moose-2.2006/t/metaclasses/create_anon_with_required_attr.t +Moose-2.2006/t/metaclasses/custom_attr_meta_as_role.t +Moose-2.2006/t/metaclasses/custom_attr_meta_with_roles.t +Moose-2.2006/t/metaclasses/easy_init_meta.t +Moose-2.2006/t/metaclasses/export_with_prototype.t +Moose-2.2006/t/metaclasses/exporter_also_with_trait.t +Moose-2.2006/t/metaclasses/exporter_meta_lookup.t +Moose-2.2006/t/metaclasses/exporter_sub_names.t +Moose-2.2006/t/metaclasses/goto_moose_import.t +Moose-2.2006/t/metaclasses/immutable_metaclass_compat_bug.t +Moose-2.2006/t/metaclasses/meta_name.t +Moose-2.2006/t/metaclasses/metaclass_compat.t +Moose-2.2006/t/metaclasses/metaclass_compat_no_fixing_bug.t +Moose-2.2006/t/metaclasses/metaclass_compat_role_conflicts.t +Moose-2.2006/t/metaclasses/metaclass_parameterized_traits.t +Moose-2.2006/t/metaclasses/metaclass_traits.t +Moose-2.2006/t/metaclasses/metarole.t +Moose-2.2006/t/metaclasses/metarole_combination.t +Moose-2.2006/t/metaclasses/metarole_on_anon.t +Moose-2.2006/t/metaclasses/metarole_w_metaclass_pm.t +Moose-2.2006/t/metaclasses/metaroles_of_metaroles.t +Moose-2.2006/t/metaclasses/moose_exporter.t +Moose-2.2006/t/metaclasses/moose_exporter_trait_aliases.t +Moose-2.2006/t/metaclasses/moose_for_meta.t +Moose-2.2006/t/metaclasses/moose_nonmoose_metatrait_init_order.t +Moose-2.2006/t/metaclasses/moose_nonmoose_moose_chain_init_meta.t +Moose-2.2006/t/metaclasses/moose_w_metaclass.t +Moose-2.2006/t/metaclasses/new_metaclass.t +Moose-2.2006/t/metaclasses/new_object_BUILD.t +Moose-2.2006/t/metaclasses/overloading.t +Moose-2.2006/t/metaclasses/reinitialize.t +Moose-2.2006/t/metaclasses/use_base_of_moose.t +Moose-2.2006/t/lib/Bar.pm +Moose-2.2006/t/lib/Bar7/ +Moose-2.2006/t/lib/Foo.pm +Moose-2.2006/t/lib/Moose/ +Moose-2.2006/t/lib/MyExporter.pm +Moose-2.2006/t/lib/MyMetaclassRole.pm +Moose-2.2006/t/lib/MyMooseA.pm +Moose-2.2006/t/lib/MyMooseB.pm +Moose-2.2006/t/lib/MyMooseObject.pm +Moose-2.2006/t/lib/NoInlineAttribute.pm +Moose-2.2006/t/lib/Overloading/ +Moose-2.2006/t/lib/OverloadingTests.pm +Moose-2.2006/t/lib/Real/ +Moose-2.2006/t/lib/Role/ +Moose-2.2006/t/lib/Role/BreakOnLoad.pm +Moose-2.2006/t/lib/Role/Child.pm +Moose-2.2006/t/lib/Role/Interface.pm +Moose-2.2006/t/lib/Role/Parent.pm +Moose-2.2006/t/lib/Real/Package.pm +Moose-2.2006/t/lib/Overloading/ClassConsumesRoleConsumesOverloads.pm +Moose-2.2006/t/lib/Overloading/ClassWithCombiningRole.pm +Moose-2.2006/t/lib/Overloading/ClassWithOneRole.pm +Moose-2.2006/t/lib/Overloading/CombiningClass.pm +Moose-2.2006/t/lib/Overloading/CombiningRole.pm +Moose-2.2006/t/lib/Overloading/RoleConsumesOverloads.pm +Moose-2.2006/t/lib/Overloading/RoleWithoutOverloads.pm +Moose-2.2006/t/lib/Overloading/RoleWithOverloads.pm +Moose-2.2006/t/lib/Moose/Meta/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Bar.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Foo.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/ +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/Bar.pm +Moose-2.2006/t/lib/Moose/Meta/Attribute/Custom/Trait/Foo.pm +Moose-2.2006/t/lib/Bar7/Meta/ +Moose-2.2006/t/lib/Bar7/Meta/Trait.pm +Moose-2.2006/t/lib/Bar7/Meta/Trait2.pm +Moose-2.2006/t/immutable/apply_roles_to_immutable.t +Moose-2.2006/t/immutable/buildargs.t +Moose-2.2006/t/immutable/constructor_is_not_moose.t +Moose-2.2006/t/immutable/constructor_is_wrapped.t +Moose-2.2006/t/immutable/default_values.t +Moose-2.2006/t/immutable/definition_context.t +Moose-2.2006/t/immutable/immutable_constructor_error.t +Moose-2.2006/t/immutable/immutable_destroy.t +Moose-2.2006/t/immutable/immutable_meta_class.t +Moose-2.2006/t/immutable/immutable_metaclass_with_traits.t +Moose-2.2006/t/immutable/immutable_moose.t +Moose-2.2006/t/immutable/immutable_roundtrip.t +Moose-2.2006/t/immutable/immutable_trigger_from_constructor.t +Moose-2.2006/t/immutable/inline_close_over.t +Moose-2.2006/t/immutable/inline_fallbacks.t +Moose-2.2006/t/immutable/inlined_constructors_n_types.t +Moose-2.2006/t/immutable/multiple_demolish_inline.t +Moose-2.2006/t/exceptions/attribute.t +Moose-2.2006/t/exceptions/class-mop-attribute.t +Moose-2.2006/t/exceptions/class-mop-class-immutable-trait.t +Moose-2.2006/t/exceptions/class-mop-class.t +Moose-2.2006/t/exceptions/class-mop-method-accessor.t +Moose-2.2006/t/exceptions/class-mop-method-constructor.t +Moose-2.2006/t/exceptions/class-mop-method-generated.t +Moose-2.2006/t/exceptions/class-mop-method-meta.t +Moose-2.2006/t/exceptions/class-mop-method-wrapped.t +Moose-2.2006/t/exceptions/class-mop-method.t +Moose-2.2006/t/exceptions/class-mop-mixin-hasattributes.t +Moose-2.2006/t/exceptions/class-mop-mixin-hasmethods.t +Moose-2.2006/t/exceptions/class-mop-module.t +Moose-2.2006/t/exceptions/class-mop-object.t +Moose-2.2006/t/exceptions/class-mop-package.t +Moose-2.2006/t/exceptions/class.t +Moose-2.2006/t/exceptions/cmop.t +Moose-2.2006/t/exceptions/exception-lazyattributeneedsadefault.t +Moose-2.2006/t/exceptions/frame-leak.t +Moose-2.2006/t/exceptions/meta-role.t +Moose-2.2006/t/exceptions/metaclass.t +Moose-2.2006/t/exceptions/moose-exporter.t +Moose-2.2006/t/exceptions/moose-meta-attribute-native-traits.t +Moose-2.2006/t/exceptions/moose-meta-class-immutable-trait.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-array.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-collection.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-grep.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-hash-set.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-hash.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-match.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-replace.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native-string-substr.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor-native.t +Moose-2.2006/t/exceptions/moose-meta-method-accessor.t +Moose-2.2006/t/exceptions/moose-meta-method-augmented.t +Moose-2.2006/t/exceptions/moose-meta-method-constructor.t +Moose-2.2006/t/exceptions/moose-meta-method-delegation.t +Moose-2.2006/t/exceptions/moose-meta-method-destructor.t +Moose-2.2006/t/exceptions/moose-meta-method-overridden.t +Moose-2.2006/t/exceptions/moose-meta-role-application-rolesummation.t +Moose-2.2006/t/exceptions/moose-meta-role-application-toclass.t +Moose-2.2006/t/exceptions/moose-meta-role-application-torole.t +Moose-2.2006/t/exceptions/moose-meta-role-application.t +Moose-2.2006/t/exceptions/moose-meta-role-attribute.t +Moose-2.2006/t/exceptions/moose-meta-role-composite.t +Moose-2.2006/t/exceptions/moose-meta-typecoercion-union.t +Moose-2.2006/t/exceptions/moose-meta-typecoercion.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-enum.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-parameterizable.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-parameterized.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint-registry.t +Moose-2.2006/t/exceptions/moose-meta-typeconstraint.t +Moose-2.2006/t/exceptions/moose-role.t +Moose-2.2006/t/exceptions/moose-util-metarole.t +Moose-2.2006/t/exceptions/moose-util-typeconstraints.t +Moose-2.2006/t/exceptions/moose.t +Moose-2.2006/t/exceptions/object.t +Moose-2.2006/t/exceptions/overload.t +Moose-2.2006/t/exceptions/rt-92818.t +Moose-2.2006/t/exceptions/rt-94795.t +Moose-2.2006/t/exceptions/stringify.t +Moose-2.2006/t/exceptions/traits.t +Moose-2.2006/t/exceptions/typeconstraints.t +Moose-2.2006/t/exceptions/util.t +Moose-2.2006/t/examples/Child_Parent_attr_inherit.t +Moose-2.2006/t/examples/example1.t +Moose-2.2006/t/examples/example2.t +Moose-2.2006/t/examples/example_Moose_POOP.t +Moose-2.2006/t/examples/example_Protomoose.t +Moose-2.2006/t/examples/example_w_DCS.t +Moose-2.2006/t/examples/example_w_TestDeep.t +Moose-2.2006/t/examples/record_set_iterator.t +Moose-2.2006/t/compat/composite_metaroles.t +Moose-2.2006/t/compat/extends_nonmoose_that_isa_moose_with_metarole.t +Moose-2.2006/t/compat/foreign_inheritence.t +Moose-2.2006/t/compat/inc_hash.t +Moose-2.2006/t/compat/module_refresh_compat.t +Moose-2.2006/t/compat/moose_respects_base.t +Moose-2.2006/t/cmop/add_attribute_alternate.t +Moose-2.2006/t/cmop/add_method_debugmode.t +Moose-2.2006/t/cmop/add_method_modifier.t +Moose-2.2006/t/cmop/advanced_methods.t +Moose-2.2006/t/cmop/anon_class.t +Moose-2.2006/t/cmop/anon_class_create_init.t +Moose-2.2006/t/cmop/anon_class_keep_alive.t +Moose-2.2006/t/cmop/anon_class_leak.t +Moose-2.2006/t/cmop/anon_class_removal.t +Moose-2.2006/t/cmop/anon_packages.t +Moose-2.2006/t/cmop/ArrayBasedStorage_test.t +Moose-2.2006/t/cmop/attribute.t +Moose-2.2006/t/cmop/attribute_duplication.t +Moose-2.2006/t/cmop/attribute_errors_and_edge_cases.t +Moose-2.2006/t/cmop/attribute_get_read_write.t +Moose-2.2006/t/cmop/attribute_initializer.t +Moose-2.2006/t/cmop/attribute_introspection.t +Moose-2.2006/t/cmop/attribute_non_alpha_name.t +Moose-2.2006/t/cmop/attributes.t +Moose-2.2006/t/cmop/AttributesWithHistory_test.t +Moose-2.2006/t/cmop/basic.t +Moose-2.2006/t/cmop/before_after_dollar_under.t +Moose-2.2006/t/cmop/BinaryTree_test.t +Moose-2.2006/t/cmop/C3MethodDispatchOrder_test.t +Moose-2.2006/t/cmop/Class_C3_compatibility.t +Moose-2.2006/t/cmop/class_errors_and_edge_cases.t +Moose-2.2006/t/cmop/class_is_pristine.t +Moose-2.2006/t/cmop/class_precedence_list.t +Moose-2.2006/t/cmop/ClassEncapsulatedAttributes_test.t +Moose-2.2006/t/cmop/constant_codeinfo.t +Moose-2.2006/t/cmop/create_class.t +Moose-2.2006/t/cmop/custom_instance.t +Moose-2.2006/t/cmop/deprecated.t +Moose-2.2006/t/cmop/get_code_info.t +Moose-2.2006/t/cmop/immutable_custom_trait.t +Moose-2.2006/t/cmop/immutable_metaclass.t +Moose-2.2006/t/cmop/immutable_w_constructors.t +Moose-2.2006/t/cmop/immutable_w_custom_metaclass.t +Moose-2.2006/t/cmop/inline_and_dollar_at.t +Moose-2.2006/t/cmop/inline_structor.t +Moose-2.2006/t/cmop/insertion_order.t +Moose-2.2006/t/cmop/InsideOutClass_test.t +Moose-2.2006/t/cmop/instance.t +Moose-2.2006/t/cmop/instance_inline.t +Moose-2.2006/t/cmop/instance_metaclass_incompat.t +Moose-2.2006/t/cmop/instance_metaclass_incompat_dyn.t +Moose-2.2006/t/cmop/InstanceCountingClass_test.t +Moose-2.2006/t/cmop/LazyClass_test.t +Moose-2.2006/t/cmop/lib/ +Moose-2.2006/t/cmop/load.t +Moose-2.2006/t/cmop/magic.t +Moose-2.2006/t/cmop/make_mutable.t +Moose-2.2006/t/cmop/meta_method.t +Moose-2.2006/t/cmop/meta_package.t +Moose-2.2006/t/cmop/meta_package_extension.t +Moose-2.2006/t/cmop/metaclass.t +Moose-2.2006/t/cmop/metaclass_incompatibility.t +Moose-2.2006/t/cmop/metaclass_incompatibility_dyn.t +Moose-2.2006/t/cmop/metaclass_inheritance.t +Moose-2.2006/t/cmop/metaclass_loads_classes.t +Moose-2.2006/t/cmop/metaclass_reinitialize.t +Moose-2.2006/t/cmop/method.t +Moose-2.2006/t/cmop/method_modifiers.t +Moose-2.2006/t/cmop/methods.t +Moose-2.2006/t/cmop/modify_parent_method.t +Moose-2.2006/t/cmop/new_and_clone_metaclasses.t +Moose-2.2006/t/cmop/null_stash.t +Moose-2.2006/t/cmop/numeric_defaults.t +Moose-2.2006/t/cmop/package_variables.t +Moose-2.2006/t/cmop/Perl6Attribute_test.t +Moose-2.2006/t/cmop/random_eval_bug.t +Moose-2.2006/t/cmop/rebless_instance.t +Moose-2.2006/t/cmop/rebless_instance_away.t +Moose-2.2006/t/cmop/rebless_overload.t +Moose-2.2006/t/cmop/rebless_with_extra_params.t +Moose-2.2006/t/cmop/RT_27329_fix.t +Moose-2.2006/t/cmop/RT_39001_fix.t +Moose-2.2006/t/cmop/RT_41255.t +Moose-2.2006/t/cmop/scala_style_mixin_composition.t +Moose-2.2006/t/cmop/self_introspection.t +Moose-2.2006/t/cmop/subclasses.t +Moose-2.2006/t/cmop/subname.t +Moose-2.2006/t/cmop/universal_methods.t +Moose-2.2006/t/cmop/lib/ArrayBasedStorage.pm +Moose-2.2006/t/cmop/lib/AttributesWithHistory.pm +Moose-2.2006/t/cmop/lib/BinaryTree.pm +Moose-2.2006/t/cmop/lib/C3MethodDispatchOrder.pm +Moose-2.2006/t/cmop/lib/ClassEncapsulatedAttributes.pm +Moose-2.2006/t/cmop/lib/InsideOutClass.pm +Moose-2.2006/t/cmop/lib/InstanceCountingClass.pm +Moose-2.2006/t/cmop/lib/LazyClass.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/ +Moose-2.2006/t/cmop/lib/MyMetaClass.pm +Moose-2.2006/t/cmop/lib/Perl6Attribute.pm +Moose-2.2006/t/cmop/lib/SyntaxError.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Attribute.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Instance.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Method.pm +Moose-2.2006/t/cmop/lib/MyMetaClass/Random.pm +Moose-2.2006/t/bugs/anon_method_metaclass.t +Moose-2.2006/t/bugs/application_metarole_compat.t +Moose-2.2006/t/bugs/apply_role_to_one_instance_only.t +Moose-2.2006/t/bugs/attribute_trait_parameters.t +Moose-2.2006/t/bugs/augment_recursion_bug.t +Moose-2.2006/t/bugs/coerce_without_coercion.t +Moose-2.2006/t/bugs/constructor_object_overload.t +Moose-2.2006/t/bugs/create_anon_mkopt.t +Moose-2.2006/t/bugs/create_anon_recursion.t +Moose-2.2006/t/bugs/create_anon_role_pass.t +Moose-2.2006/t/bugs/delete_sub_stash.t +Moose-2.2006/t/bugs/DEMOLISH_eats_exceptions.t +Moose-2.2006/t/bugs/DEMOLISH_eats_mini.t +Moose-2.2006/t/bugs/DEMOLISH_fails_without_metaclass.t +Moose-2.2006/t/bugs/DEMOLISHALL.t +Moose-2.2006/t/bugs/DEMOLISHALL_shortcutted.t +Moose-2.2006/t/bugs/find_custom_trait_rt_92089.t +Moose-2.2006/t/bugs/handles_foreign_class_bug.t +Moose-2.2006/t/bugs/immutable_metaclass_does_role.t +Moose-2.2006/t/bugs/immutable_n_default_x2.t +Moose-2.2006/t/bugs/inheriting_from_roles.t +Moose-2.2006/t/bugs/inline_reader_bug.t +Moose-2.2006/t/bugs/instance_application_role_args.t +Moose-2.2006/t/bugs/lazybuild_required_undef.t +Moose-2.2006/t/bugs/mark_as_methods_overloading_breakage.t +Moose-2.2006/t/bugs/moo_delegation.t +Moose-2.2006/t/bugs/moose_exporter_false_circular_reference_rt_63818.t +Moose-2.2006/t/bugs/Moose_Object_error.t +Moose-2.2006/t/bugs/moose_octal_defaults.t +Moose-2.2006/t/bugs/native_trait_handles_bad_value.t +Moose-2.2006/t/bugs/overloading_edge_cases.t +Moose-2.2006/t/bugs/reader_precedence_bug.t +Moose-2.2006/t/bugs/role_caller.t +Moose-2.2006/t/bugs/subclass_use_base_bug.t +Moose-2.2006/t/bugs/subtype_conflict_bug.t +Moose-2.2006/t/bugs/subtype_quote_bug.t +Moose-2.2006/t/bugs/super_recursion.t +Moose-2.2006/t/bugs/traits_with_exporter.t +Moose-2.2006/t/bugs/type_constraint_messages.t +Moose-2.2006/t/basics/always_strict_warnings.t +Moose-2.2006/t/basics/basic_class_setup.t +Moose-2.2006/t/basics/buildargs.t +Moose-2.2006/t/basics/buildargs_warning.t +Moose-2.2006/t/basics/create.t +Moose-2.2006/t/basics/create_anon.t +Moose-2.2006/t/basics/definition_context.t +Moose-2.2006/t/basics/deprecations.t +Moose-2.2006/t/basics/destruction.t +Moose-2.2006/t/basics/error_handling.t +Moose-2.2006/t/basics/global-destruction-helper.pl +Moose-2.2006/t/basics/global_destruction.t +Moose-2.2006/t/basics/import_unimport.t +Moose-2.2006/t/basics/inner_and_augment.t +Moose-2.2006/t/basics/load_into_main.t +Moose-2.2006/t/basics/method_modifier_with_regexp.t +Moose-2.2006/t/basics/methods.t +Moose-2.2006/t/basics/moose_object_does.t +Moose-2.2006/t/basics/moose_respects_type_constraints.t +Moose-2.2006/t/basics/override_and_foreign_classes.t +Moose-2.2006/t/basics/override_augment_inner_super.t +Moose-2.2006/t/basics/rebless.t +Moose-2.2006/t/basics/require_superclasses.t +Moose-2.2006/t/basics/super_and_override.t +Moose-2.2006/t/basics/super_warns_on_args.t +Moose-2.2006/t/basics/universal_methods_wrappable.t +Moose-2.2006/t/basics/wrapped_method_cxt_propagation.t +Moose-2.2006/t/attributes/accessor_context.t +Moose-2.2006/t/attributes/accessor_inlining.t +Moose-2.2006/t/attributes/accessor_override_method.t +Moose-2.2006/t/attributes/accessor_overwrite_warning.t +Moose-2.2006/t/attributes/attr_dereference_test.t +Moose-2.2006/t/attributes/attribute_accessor_generation.t +Moose-2.2006/t/attributes/attribute_custom_metaclass.t +Moose-2.2006/t/attributes/attribute_delegation.t +Moose-2.2006/t/attributes/attribute_does.t +Moose-2.2006/t/attributes/attribute_inherited_slot_specs.t +Moose-2.2006/t/attributes/attribute_lazy_initializer.t +Moose-2.2006/t/attributes/attribute_names.t +Moose-2.2006/t/attributes/attribute_reader_generation.t +Moose-2.2006/t/attributes/attribute_required.t +Moose-2.2006/t/attributes/attribute_traits.t +Moose-2.2006/t/attributes/attribute_traits_n_meta.t +Moose-2.2006/t/attributes/attribute_traits_parameterized.t +Moose-2.2006/t/attributes/attribute_traits_registered.t +Moose-2.2006/t/attributes/attribute_triggers.t +Moose-2.2006/t/attributes/attribute_type_unions.t +Moose-2.2006/t/attributes/attribute_without_any_methods.t +Moose-2.2006/t/attributes/attribute_writer_generation.t +Moose-2.2006/t/attributes/bad_coerce.t +Moose-2.2006/t/attributes/chained_coercion.t +Moose-2.2006/t/attributes/clone_weak.t +Moose-2.2006/t/attributes/default_class_role_types.t +Moose-2.2006/t/attributes/default_undef.t +Moose-2.2006/t/attributes/delegation_and_modifiers.t +Moose-2.2006/t/attributes/delegation_arg_aliasing.t +Moose-2.2006/t/attributes/delegation_target_not_loaded.t +Moose-2.2006/t/attributes/illegal_options_for_inheritance.t +Moose-2.2006/t/attributes/inherit_lazy_build.t +Moose-2.2006/t/attributes/lazy_no_default.t +Moose-2.2006/t/attributes/method_generation_rules.t +Moose-2.2006/t/attributes/misc_attribute_coerce_lazy.t +Moose-2.2006/t/attributes/misc_attribute_tests.t +Moose-2.2006/t/attributes/more_attr_delegation.t +Moose-2.2006/t/attributes/no_init_arg.t +Moose-2.2006/t/attributes/no_slot_access.t +Moose-2.2006/t/attributes/non_alpha_attr_names.t +Moose-2.2006/t/attributes/numeric_defaults.t +Moose-2.2006/t/attributes/trigger_and_coerce.t +Moose-2.2006/t/attributes/type_constraint.t +Moose-2.2006/lib/Class/ +Moose-2.2006/lib/metaclass.pm +Moose-2.2006/lib/Moose/ +Moose-2.2006/lib/Moose.pm +Moose-2.2006/lib/oose.pm +Moose-2.2006/lib/Test/ +Moose-2.2006/lib/Test/Moose.pm +Moose-2.2006/lib/Moose/Conflicts.pm +Moose-2.2006/lib/Moose/Cookbook/ +Moose-2.2006/lib/Moose/Cookbook.pod +Moose-2.2006/lib/Moose/Deprecated.pm +Moose-2.2006/lib/Moose/Exception/ +Moose-2.2006/lib/Moose/Exception.pm +Moose-2.2006/lib/Moose/Exporter.pm +Moose-2.2006/lib/Moose/Intro.pod +Moose-2.2006/lib/Moose/Manual/ +Moose-2.2006/lib/Moose/Manual.pod +Moose-2.2006/lib/Moose/Meta/ +Moose-2.2006/lib/Moose/Object.pm +Moose-2.2006/lib/Moose/Role.pm +Moose-2.2006/lib/Moose/Spec/ +Moose-2.2006/lib/Moose/Unsweetened.pod +Moose-2.2006/lib/Moose/Util/ +Moose-2.2006/lib/Moose/Util.pm +Moose-2.2006/lib/Moose/Util/MetaRole.pm +Moose-2.2006/lib/Moose/Util/TypeConstraints/ +Moose-2.2006/lib/Moose/Util/TypeConstraints.pm +Moose-2.2006/lib/Moose/Util/TypeConstraints/Builtins.pm +Moose-2.2006/lib/Moose/Spec/Role.pod +Moose-2.2006/lib/Moose/Meta/Attribute/ +Moose-2.2006/lib/Moose/Meta/Attribute.pm +Moose-2.2006/lib/Moose/Meta/Class/ +Moose-2.2006/lib/Moose/Meta/Class.pm +Moose-2.2006/lib/Moose/Meta/Instance.pm +Moose-2.2006/lib/Moose/Meta/Method/ +Moose-2.2006/lib/Moose/Meta/Method.pm +Moose-2.2006/lib/Moose/Meta/Mixin/ +Moose-2.2006/lib/Moose/Meta/Object/ +Moose-2.2006/lib/Moose/Meta/Role/ +Moose-2.2006/lib/Moose/Meta/Role.pm +Moose-2.2006/lib/Moose/Meta/TypeCoercion/ +Moose-2.2006/lib/Moose/Meta/TypeCoercion.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/ +Moose-2.2006/lib/Moose/Meta/TypeConstraint.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Class.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/DuckType.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Enum.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Parameterizable.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Parameterized.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Registry.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Role.pm +Moose-2.2006/lib/Moose/Meta/TypeConstraint/Union.pm +Moose-2.2006/lib/Moose/Meta/TypeCoercion/Union.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ +Moose-2.2006/lib/Moose/Meta/Role/Application.pm +Moose-2.2006/lib/Moose/Meta/Role/Attribute.pm +Moose-2.2006/lib/Moose/Meta/Role/Composite.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/ +Moose-2.2006/lib/Moose/Meta/Role/Method.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/Conflicting.pm +Moose-2.2006/lib/Moose/Meta/Role/Method/Required.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/RoleSummation.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToClass.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToInstance.pm +Moose-2.2006/lib/Moose/Meta/Role/Application/ToRole.pm +Moose-2.2006/lib/Moose/Meta/Object/Trait.pm +Moose-2.2006/lib/Moose/Meta/Mixin/AttributeCore.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Augmented.pm +Moose-2.2006/lib/Moose/Meta/Method/Constructor.pm +Moose-2.2006/lib/Moose/Meta/Method/Delegation.pm +Moose-2.2006/lib/Moose/Meta/Method/Destructor.pm +Moose-2.2006/lib/Moose/Meta/Method/Meta.pm +Moose-2.2006/lib/Moose/Meta/Method/Overridden.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Collection.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Reader.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/ +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/append.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/length.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/match.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm +Moose-2.2006/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm +Moose-2.2006/lib/Moose/Meta/Class/Immutable/ +Moose-2.2006/lib/Moose/Meta/Class/Immutable/Trait.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/ +Moose-2.2006/lib/Moose/Meta/Attribute/Native.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/ +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Array.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Code.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/Number.pm +Moose-2.2006/lib/Moose/Meta/Attribute/Native/Trait/String.pm +Moose-2.2006/lib/Moose/Manual/Attributes.pod +Moose-2.2006/lib/Moose/Manual/BestPractices.pod +Moose-2.2006/lib/Moose/Manual/Classes.pod +Moose-2.2006/lib/Moose/Manual/Concepts.pod +Moose-2.2006/lib/Moose/Manual/Construction.pod +Moose-2.2006/lib/Moose/Manual/Contributing.pod +Moose-2.2006/lib/Moose/Manual/Delegation.pod +Moose-2.2006/lib/Moose/Manual/Delta.pod +Moose-2.2006/lib/Moose/Manual/Exceptions/ +Moose-2.2006/lib/Moose/Manual/Exceptions.pod +Moose-2.2006/lib/Moose/Manual/FAQ.pod +Moose-2.2006/lib/Moose/Manual/MethodModifiers.pod +Moose-2.2006/lib/Moose/Manual/MooseX.pod +Moose-2.2006/lib/Moose/Manual/MOP.pod +Moose-2.2006/lib/Moose/Manual/Resources.pod +Moose-2.2006/lib/Moose/Manual/Roles.pod +Moose-2.2006/lib/Moose/Manual/Support.pod +Moose-2.2006/lib/Moose/Manual/Types.pod +Moose-2.2006/lib/Moose/Manual/Unsweetened.pod +Moose-2.2006/lib/Moose/Manual/Exceptions/Manifest.pod +Moose-2.2006/lib/Moose/Exception/AccessorMustReadWrite.pm +Moose-2.2006/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm +Moose-2.2006/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm +Moose-2.2006/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/ApplyTakesABlessedInstance.pm +Moose-2.2006/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm +Moose-2.2006/lib/Moose/Exception/AttributeConflictInRoles.pm +Moose-2.2006/lib/Moose/Exception/AttributeConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm +Moose-2.2006/lib/Moose/Exception/AttributeIsRequired.pm +Moose-2.2006/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm +Moose-2.2006/lib/Moose/Exception/AttributeNamesDoNotMatch.pm +Moose-2.2006/lib/Moose/Exception/AttributeValueIsNotAnObject.pm +Moose-2.2006/lib/Moose/Exception/AttributeValueIsNotDefined.pm +Moose-2.2006/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm +Moose-2.2006/lib/Moose/Exception/BadOptionFormat.pm +Moose-2.2006/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm +Moose-2.2006/lib/Moose/Exception/BuilderDoesNotExist.pm +Moose-2.2006/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm +Moose-2.2006/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm +Moose-2.2006/lib/Moose/Exception/BuilderMustBeAMethodName.pm +Moose-2.2006/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm +Moose-2.2006/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm +Moose-2.2006/lib/Moose/Exception/CanExtendOnlyClasses.pm +Moose-2.2006/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm +Moose-2.2006/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm +Moose-2.2006/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm +Moose-2.2006/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm +Moose-2.2006/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm +Moose-2.2006/lib/Moose/Exception/CannotCalculateNativeType.pm +Moose-2.2006/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotCallAnAbstractMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm +Moose-2.2006/lib/Moose/Exception/CannotCoerceAWeakRef.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm +Moose-2.2006/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotDelegateWithoutIsa.pm +Moose-2.2006/lib/Moose/Exception/CannotFindDelegateMetaclass.pm +Moose-2.2006/lib/Moose/Exception/CannotFindType.pm +Moose-2.2006/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm +Moose-2.2006/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm +Moose-2.2006/lib/Moose/Exception/CannotGenerateInlineConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm +Moose-2.2006/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm +Moose-2.2006/lib/Moose/Exception/CannotLocatePackageInINC.pm +Moose-2.2006/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideALocalMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm +Moose-2.2006/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm +Moose-2.2006/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm +Moose-2.2006/lib/Moose/Exception/CanOnlyConsumeRole.pm +Moose-2.2006/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm +Moose-2.2006/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm +Moose-2.2006/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm +Moose-2.2006/lib/Moose/Exception/CircularReferenceInAlso.pm +Moose-2.2006/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm +Moose-2.2006/lib/Moose/Exception/ClassDoesTheExcludedRole.pm +Moose-2.2006/lib/Moose/Exception/ClassNamesDoNotMatch.pm +Moose-2.2006/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm +Moose-2.2006/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/CoercingWithoutCoercions.pm +Moose-2.2006/lib/Moose/Exception/CoercionAlreadyExists.pm +Moose-2.2006/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm +Moose-2.2006/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm +Moose-2.2006/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm +Moose-2.2006/lib/Moose/Exception/CouldNotCreateMethod.pm +Moose-2.2006/lib/Moose/Exception/CouldNotCreateWriter.pm +Moose-2.2006/lib/Moose/Exception/CouldNotEvalConstructor.pm +Moose-2.2006/lib/Moose/Exception/CouldNotEvalDestructor.pm +Moose-2.2006/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm +Moose-2.2006/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm +Moose-2.2006/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm +Moose-2.2006/lib/Moose/Exception/CouldNotParseType.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm +Moose-2.2006/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm +Moose-2.2006/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm +Moose-2.2006/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm +Moose-2.2006/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm +Moose-2.2006/lib/Moose/Exception/DoesRequiresRoleName.pm +Moose-2.2006/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm +Moose-2.2006/lib/Moose/Exception/EnumValuesMustBeString.pm +Moose-2.2006/lib/Moose/Exception/ExtendsMissingArgs.pm +Moose-2.2006/lib/Moose/Exception/HandlesMustBeAHashRef.pm +Moose-2.2006/lib/Moose/Exception/IllegalInheritedOptions.pm +Moose-2.2006/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm +Moose-2.2006/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm +Moose-2.2006/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm +Moose-2.2006/lib/Moose/Exception/InitMetaRequiresClass.pm +Moose-2.2006/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm +Moose-2.2006/lib/Moose/Exception/InstanceMustBeABlessedReference.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm +Moose-2.2006/lib/Moose/Exception/InvalidArgumentToMethod.pm +Moose-2.2006/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidHandleValue.pm +Moose-2.2006/lib/Moose/Exception/InvalidHasProvidedInARole.pm +Moose-2.2006/lib/Moose/Exception/InvalidNameForType.pm +Moose-2.2006/lib/Moose/Exception/InvalidOverloadOperator.pm +Moose-2.2006/lib/Moose/Exception/InvalidRoleApplication.pm +Moose-2.2006/lib/Moose/Exception/InvalidTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/InvalidValueForIs.pm +Moose-2.2006/lib/Moose/Exception/IsaDoesNotDoTheRole.pm +Moose-2.2006/lib/Moose/Exception/IsaLacksDoesMethod.pm +Moose-2.2006/lib/Moose/Exception/LazyAttributeNeedsADefault.pm +Moose-2.2006/lib/Moose/Exception/Legacy.pm +Moose-2.2006/lib/Moose/Exception/MatchActionMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm +Moose-2.2006/lib/Moose/Exception/MetaclassNotLoaded.pm +Moose-2.2006/lib/Moose/Exception/MetaclassTypeIncompatible.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectsFewerArgs.pm +Moose-2.2006/lib/Moose/Exception/MethodExpectsMoreArgs.pm +Moose-2.2006/lib/Moose/Exception/MethodModifierNeedsMethodName.pm +Moose-2.2006/lib/Moose/Exception/MethodNameConflictInRoles.pm +Moose-2.2006/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm +Moose-2.2006/lib/Moose/Exception/MethodNameNotGiven.pm +Moose-2.2006/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAMethodName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAnAttributeName.pm +Moose-2.2006/lib/Moose/Exception/MustDefineAnOverloadOperator.pm +Moose-2.2006/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm +Moose-2.2006/lib/Moose/Exception/MustPassAHashOfOptions.pm +Moose-2.2006/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm +Moose-2.2006/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm +Moose-2.2006/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm +Moose-2.2006/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm +Moose-2.2006/lib/Moose/Exception/MustProvideANameForTheAttribute.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm +Moose-2.2006/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyADelegateToMethod.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAMetaclass.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm +Moose-2.2006/lib/Moose/Exception/MustSupplyPackageNameAndName.pm +Moose-2.2006/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm +Moose-2.2006/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm +Moose-2.2006/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm +Moose-2.2006/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm +Moose-2.2006/lib/Moose/Exception/NoCasesMatched.pm +Moose-2.2006/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/NoDestructorClassSpecified.pm +Moose-2.2006/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm +Moose-2.2006/lib/Moose/Exception/NoParentGivenToSubtype.pm +Moose-2.2006/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm +Moose-2.2006/lib/Moose/Exception/OperatorIsRequired.pm +Moose-2.2006/lib/Moose/Exception/OverloadConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaClass.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresAnOperator.pm +Moose-2.2006/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm +Moose-2.2006/lib/Moose/Exception/OverrideConflictInComposition.pm +Moose-2.2006/lib/Moose/Exception/OverrideConflictInSummation.pm +Moose-2.2006/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm +Moose-2.2006/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm +Moose-2.2006/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm +Moose-2.2006/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm +Moose-2.2006/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm +Moose-2.2006/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm +Moose-2.2006/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm +Moose-2.2006/lib/Moose/Exception/RequiredMethodsImportedByClass.pm +Moose-2.2006/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm +Moose-2.2006/lib/Moose/Exception/Role/ +Moose-2.2006/lib/Moose/Exception/RoleDoesTheExcludedRole.pm +Moose-2.2006/lib/Moose/Exception/RoleExclusionConflict.pm +Moose-2.2006/lib/Moose/Exception/RoleNameRequired.pm +Moose-2.2006/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportAugment.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportExtends.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportInner.pm +Moose-2.2006/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm +Moose-2.2006/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm +Moose-2.2006/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm +Moose-2.2006/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm +Moose-2.2006/lib/Moose/Exception/TriggerMustBeACodeRef.pm +Moose-2.2006/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm +Moose-2.2006/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm +Moose-2.2006/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm +Moose-2.2006/lib/Moose/Exception/UnableToCanonicalizeHandles.pm +Moose-2.2006/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm +Moose-2.2006/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm +Moose-2.2006/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm +Moose-2.2006/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm +Moose-2.2006/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm +Moose-2.2006/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm +Moose-2.2006/lib/Moose/Exception/WrapTakesACodeRefToBless.pm +Moose-2.2006/lib/Moose/Exception/WrongTypeConstraintGiven.pm +Moose-2.2006/lib/Moose/Exception/Role/Attribute.pm +Moose-2.2006/lib/Moose/Exception/Role/AttributeName.pm +Moose-2.2006/lib/Moose/Exception/Role/Class.pm +Moose-2.2006/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm +Moose-2.2006/lib/Moose/Exception/Role/Instance.pm +Moose-2.2006/lib/Moose/Exception/Role/InstanceClass.pm +Moose-2.2006/lib/Moose/Exception/Role/InvalidAttributeOptions.pm +Moose-2.2006/lib/Moose/Exception/Role/Method.pm +Moose-2.2006/lib/Moose/Exception/Role/ParamsHash.pm +Moose-2.2006/lib/Moose/Exception/Role/Role.pm +Moose-2.2006/lib/Moose/Exception/Role/RoleForCreate.pm +Moose-2.2006/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm +Moose-2.2006/lib/Moose/Exception/Role/TypeConstraint.pm +Moose-2.2006/lib/Moose/Cookbook/Basics/ +Moose-2.2006/lib/Moose/Cookbook/Extending/ +Moose-2.2006/lib/Moose/Cookbook/Legacy/ +Moose-2.2006/lib/Moose/Cookbook/Meta/ +Moose-2.2006/lib/Moose/Cookbook/Roles/ +Moose-2.2006/lib/Moose/Cookbook/Snack/ +Moose-2.2006/lib/Moose/Cookbook/Style.pod +Moose-2.2006/lib/Moose/Cookbook/Snack/Keywords.pod +Moose-2.2006/lib/Moose/Cookbook/Snack/Types.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod +Moose-2.2006/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod +Moose-2.2006/lib/Moose/Cookbook/Meta/WhyMeta.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/ExtensionOverview.pod +Moose-2.2006/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Company_Subtypes.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Immutable.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod +Moose-2.2006/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod +Moose-2.2006/lib/Class/MOP/ +Moose-2.2006/lib/Class/MOP.pm +Moose-2.2006/lib/Class/MOP/Attribute.pm +Moose-2.2006/lib/Class/MOP/Class/ +Moose-2.2006/lib/Class/MOP/Class.pm +Moose-2.2006/lib/Class/MOP/Deprecated.pm +Moose-2.2006/lib/Class/MOP/Instance.pm +Moose-2.2006/lib/Class/MOP/Method/ +Moose-2.2006/lib/Class/MOP/Method.pm +Moose-2.2006/lib/Class/MOP/MiniTrait.pm +Moose-2.2006/lib/Class/MOP/Mixin/ +Moose-2.2006/lib/Class/MOP/Mixin.pm +Moose-2.2006/lib/Class/MOP/Module.pm +Moose-2.2006/lib/Class/MOP/Object.pm +Moose-2.2006/lib/Class/MOP/Overload.pm +Moose-2.2006/lib/Class/MOP/Package.pm +Moose-2.2006/lib/Class/MOP/Mixin/AttributeCore.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasAttributes.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasMethods.pm +Moose-2.2006/lib/Class/MOP/Mixin/HasOverloads.pm +Moose-2.2006/lib/Class/MOP/Method/Accessor.pm +Moose-2.2006/lib/Class/MOP/Method/Constructor.pm +Moose-2.2006/lib/Class/MOP/Method/Generated.pm +Moose-2.2006/lib/Class/MOP/Method/Inlined.pm +Moose-2.2006/lib/Class/MOP/Method/Meta.pm +Moose-2.2006/lib/Class/MOP/Method/Wrapped.pm +Moose-2.2006/lib/Class/MOP/Class/Immutable/ +Moose-2.2006/lib/Class/MOP/Class/Immutable/Trait.pm +Moose-2.2006/inc/CheckAuthorDeps.pm +Moose-2.2006/inc/CheckDelta.pm +Moose-2.2006/inc/CheckReleaseType.pm +Moose-2.2006/inc/Clean.pm +Moose-2.2006/inc/Documentation.pm +Moose-2.2006/inc/ExtractInlineTests.pm +Moose-2.2006/inc/ExtUtils/ +Moose-2.2006/inc/GenerateDocs.pm +Moose-2.2006/inc/GitUpToDate.pm +Moose-2.2006/inc/MakeMaker.pm +Moose-2.2006/inc/MMHelper.pm +Moose-2.2006/inc/MyInline.pm +Moose-2.2006/inc/SimpleAuthority.pm +Moose-2.2006/inc/SimpleProvides.pm +Moose-2.2006/inc/TestRelease.pm +Moose-2.2006/inc/ExtUtils/HasCompiler.pm +Moose-2.2006/doc/moosex-compile +Moose-2.2006/bin/moose-outdated +Moose-2.2006/benchmarks/caf_vs_moose.pl +Moose-2.2006/benchmarks/cmop/ +Moose-2.2006/benchmarks/immutable.pl +Moose-2.2006/benchmarks/lotsa-classes.pl +Moose-2.2006/benchmarks/method_modifiers.pl +Moose-2.2006/benchmarks/moose_bench.pl +Moose-2.2006/benchmarks/simple_class.pl +Moose-2.2006/benchmarks/simple_compile.pl +Moose-2.2006/benchmarks/simple_constructor.pl +Moose-2.2006/benchmarks/type_constraints.pl +Moose-2.2006/benchmarks/type_constraints2.pl +Moose-2.2006/benchmarks/cmop/all.yml +Moose-2.2006/benchmarks/cmop/foo.pl +Moose-2.2006/benchmarks/cmop/lib/ +Moose-2.2006/benchmarks/cmop/loading-benchmark.pl +Moose-2.2006/benchmarks/cmop/profile.pl +Moose-2.2006/benchmarks/cmop/run_yml.pl +Moose-2.2006/benchmarks/cmop/lib/Bench/ +Moose-2.2006/benchmarks/cmop/lib/MOP/ +Moose-2.2006/benchmarks/cmop/lib/Plain/ +Moose-2.2006/benchmarks/cmop/lib/Plain/Point.pm +Moose-2.2006/benchmarks/cmop/lib/Plain/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/ +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/ +Moose-2.2006/benchmarks/cmop/lib/MOP/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Installed/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/Point.pm +Moose-2.2006/benchmarks/cmop/lib/MOP/Immutable/Point3D.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Accessor.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Construct.pm +Moose-2.2006/benchmarks/cmop/lib/Bench/Run.pm +Moose-2.2006/author/doc-generator +Moose-2.2006/author/extract-inline-tests +Moose-2.2006/author/find-dupe-test-numbers +Entering Moose-2.2006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have Dist::CheckConflicts 0.02 ... No +Searching Dist::CheckConflicts (0.02) on cpanmetadb ... +Unpacking Dist-CheckConflicts-0.11.tar.gz +==> Found dependencies: Dist::CheckConflicts +--> Working on Dist::CheckConflicts +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz ... OK +Dist-CheckConflicts-0.11 +Dist-CheckConflicts-0.11/README +Dist-CheckConflicts-0.11/Changes +Dist-CheckConflicts-0.11/LICENSE +Dist-CheckConflicts-0.11/dist.ini +Dist-CheckConflicts-0.11/t +Dist-CheckConflicts-0.11/t/warn.t +Dist-CheckConflicts-0.11/t/also.t +Dist-CheckConflicts-0.11/t/dist.t +Dist-CheckConflicts-0.11/META.yml +Dist-CheckConflicts-0.11/MANIFEST +Dist-CheckConflicts-0.11/t/merge.t +Dist-CheckConflicts-0.11/t/basic.t +Dist-CheckConflicts-0.11/META.json +Dist-CheckConflicts-0.11/t/runtime.t +Dist-CheckConflicts-0.11/Makefile.PL +Dist-CheckConflicts-0.11/t/conflicts.t +Dist-CheckConflicts-0.11/t/00-compile.t +Dist-CheckConflicts-0.11/xt/release +Dist-CheckConflicts-0.11/xt/release/eol.t +Dist-CheckConflicts-0.11/t/lib/dist +Dist-CheckConflicts-0.11/t/lib/dist/Foo.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar.pm +Dist-CheckConflicts-0.11/t/lib/also +Dist-CheckConflicts-0.11/t/lib/also/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime +Dist-CheckConflicts-0.11/t/lib/runtime/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar.pm +Dist-CheckConflicts-0.11/xt/release/no-tabs.t +Dist-CheckConflicts-0.11/t/lib/dist/Bar +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Two.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Two.pm +Dist-CheckConflicts-0.11/t/lib/conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar.pm +Dist-CheckConflicts-0.11/t/lib/warn/Foo +Dist-CheckConflicts-0.11/t/lib/warn/Foo/Thing.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Three.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Three.pm +Dist-CheckConflicts-0.11/xt/release/pod-syntax.t +Dist-CheckConflicts-0.11/t/lib/runtime/Bar +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Baz.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Foo.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Bar.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Quux.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Broken.pm +Dist-CheckConflicts-0.11/xt/release/pod-coverage.t +Dist-CheckConflicts-0.11/lib/Dist +Dist-CheckConflicts-0.11/lib/Dist/CheckConflicts.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Two.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Two.pm +Dist-CheckConflicts-0.11/t/lib/warn/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/also/Bar +Dist-CheckConflicts-0.11/t/lib/also/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/also/Foo +Dist-CheckConflicts-0.11/t/lib/also/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/merge/Foo +Dist-CheckConflicts-0.11/t/lib/merge/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo/Bad.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/basic/Foo +Dist-CheckConflicts-0.11/t/lib/basic/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Three.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Three.pm +Dist-CheckConflicts-0.11/t/lib/also/Bar/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/merge/Foo/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Baz/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux/Bad.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Bar/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Foo/Good.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts3.pm +Dist-CheckConflicts-0.11/t/lib/basic/Bar/Conflicts2.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Bar/Quux/Good.pm +Dist-CheckConflicts-0.11/t/lib/runtime/Foo/Conflicts.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad2.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Bad3.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/dist/Foo/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good2.pm +Dist-CheckConflicts-0.11/t/lib/dist/Bar/Conflicts/Good3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Bad.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad2.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Bad3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Good.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good2.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Bar/Conflicts/Good3.pm +Dist-CheckConflicts-0.11/t/lib/conflicts/Foo/Conflicts/Broken.pm +Entering Dist-CheckConflicts-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Dist-CheckConflicts-0.11 ... Warning: prerequisite Module::Runtime 0.009 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dist::CheckConflicts +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have base 0 ... Yes (2.26) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Dist-CheckConflicts-0.11. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Moose-2.2006. +Searching Test::Moose (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching Moose::Exporter (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching Moose::Util (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Module::Runtime. Skipping. +Searching Moose (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Test::Moose' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose::Util' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-NonMoose-0.26. +Already tried Moose. Skipping. +Searching MooseX::SimpleConfig (0) on cpanmetadb ... +Unpacking MooseX-SimpleConfig-0.11.tar.gz +OK +==> Found dependencies: Module::Runtime +--> Working on MooseX::SimpleConfig +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-SimpleConfig-0.11.tar.gz ... OK +MooseX-SimpleConfig-0.11/ +MooseX-SimpleConfig-0.11/Build.PL +MooseX-SimpleConfig-0.11/Changes +MooseX-SimpleConfig-0.11/CONTRIBUTING +MooseX-SimpleConfig-0.11/dist.ini +MooseX-SimpleConfig-0.11/INSTALL +MooseX-SimpleConfig-0.11/lib/ +MooseX-SimpleConfig-0.11/LICENSE +MooseX-SimpleConfig-0.11/Makefile.PL +MooseX-SimpleConfig-0.11/MANIFEST +MooseX-SimpleConfig-0.11/META.json +MooseX-SimpleConfig-0.11/META.yml +MooseX-SimpleConfig-0.11/README +MooseX-SimpleConfig-0.11/t/ +MooseX-SimpleConfig-0.11/weaver.ini +MooseX-SimpleConfig-0.11/xt/ +MooseX-SimpleConfig-0.11/xt/author/ +MooseX-SimpleConfig-0.11/xt/release/ +MooseX-SimpleConfig-0.11/xt/release/changes_has_content.t +MooseX-SimpleConfig-0.11/xt/release/cpan-changes.t +MooseX-SimpleConfig-0.11/xt/release/distmeta.t +MooseX-SimpleConfig-0.11/xt/release/kwalitee.t +MooseX-SimpleConfig-0.11/xt/release/minimum-version.t +MooseX-SimpleConfig-0.11/xt/release/mojibake.t +MooseX-SimpleConfig-0.11/xt/release/pod-coverage.t +MooseX-SimpleConfig-0.11/xt/release/pod-no404s.t +MooseX-SimpleConfig-0.11/xt/release/pod-syntax.t +MooseX-SimpleConfig-0.11/xt/release/portability.t +MooseX-SimpleConfig-0.11/xt/author/00-compile.t +MooseX-SimpleConfig-0.11/xt/author/clean-namespaces.t +MooseX-SimpleConfig-0.11/xt/author/eol.t +MooseX-SimpleConfig-0.11/xt/author/no-tabs.t +MooseX-SimpleConfig-0.11/xt/author/pod-spell.t +MooseX-SimpleConfig-0.11/t/00-report-prereqs.dd +MooseX-SimpleConfig-0.11/t/00-report-prereqs.t +MooseX-SimpleConfig-0.11/t/01use.t +MooseX-SimpleConfig-0.11/t/10simple.t +MooseX-SimpleConfig-0.11/t/11default.t +MooseX-SimpleConfig-0.11/t/12config_any_args.t +MooseX-SimpleConfig-0.11/t/lib/ +MooseX-SimpleConfig-0.11/t/multiple.t +MooseX-SimpleConfig-0.11/t/zzz-check-breaks.t +MooseX-SimpleConfig-0.11/t/lib/MXDefaultConfigTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXDefaultMultipleConfigsTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXDriverArgsConfigTest.pm +MooseX-SimpleConfig-0.11/t/lib/MXSimpleConfigTest.pm +MooseX-SimpleConfig-0.11/lib/MooseX/ +MooseX-SimpleConfig-0.11/lib/MooseX/SimpleConfig.pm +Entering MooseX-SimpleConfig-0.11 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-SimpleConfig-0.11 ... Congratulations, your toolchain understands 'configure_requires'! + +Creating new 'Build' script for 'MooseX-SimpleConfig' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Config::Any 0.13 ... Yes (0.32) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::ConfigFromFile 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have File::Temp 0 ... Yes (0.2304) +Checking if you have Moose 0 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Already tried Moose::Role. Skipping. +Searching MooseX::ConfigFromFile (0) on cpanmetadb ... +Unpacking MooseX-ConfigFromFile-0.14.tar.gz +OK +==> Found dependencies: Moose::Role, MooseX::ConfigFromFile, Moose +--> Working on MooseX::ConfigFromFile +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-ConfigFromFile-0.14.tar.gz ... OK +MooseX-ConfigFromFile-0.14/ +MooseX-ConfigFromFile-0.14/Build.PL +MooseX-ConfigFromFile-0.14/Changes +MooseX-ConfigFromFile-0.14/CONTRIBUTING +MooseX-ConfigFromFile-0.14/dist.ini +MooseX-ConfigFromFile-0.14/INSTALL +MooseX-ConfigFromFile-0.14/lib/ +MooseX-ConfigFromFile-0.14/LICENSE +MooseX-ConfigFromFile-0.14/Makefile.PL +MooseX-ConfigFromFile-0.14/MANIFEST +MooseX-ConfigFromFile-0.14/META.json +MooseX-ConfigFromFile-0.14/META.yml +MooseX-ConfigFromFile-0.14/README +MooseX-ConfigFromFile-0.14/t/ +MooseX-ConfigFromFile-0.14/xt/ +MooseX-ConfigFromFile-0.14/xt/author/ +MooseX-ConfigFromFile-0.14/xt/release/ +MooseX-ConfigFromFile-0.14/xt/release/changes_has_content.t +MooseX-ConfigFromFile-0.14/xt/release/cpan-changes.t +MooseX-ConfigFromFile-0.14/xt/release/distmeta.t +MooseX-ConfigFromFile-0.14/xt/release/minimum-version.t +MooseX-ConfigFromFile-0.14/xt/release/pod-coverage.t +MooseX-ConfigFromFile-0.14/xt/release/pod-no404s.t +MooseX-ConfigFromFile-0.14/xt/release/pod-syntax.t +MooseX-ConfigFromFile-0.14/xt/release/portability.t +MooseX-ConfigFromFile-0.14/xt/author/00-compile.t +MooseX-ConfigFromFile-0.14/xt/author/clean-namespaces.t +MooseX-ConfigFromFile-0.14/xt/author/eol.t +MooseX-ConfigFromFile-0.14/xt/author/kwalitee.t +MooseX-ConfigFromFile-0.14/xt/author/mojibake.t +MooseX-ConfigFromFile-0.14/xt/author/no-tabs.t +MooseX-ConfigFromFile-0.14/xt/author/pod-spell.t +MooseX-ConfigFromFile-0.14/t/00-report-prereqs.dd +MooseX-ConfigFromFile-0.14/t/00-report-prereqs.t +MooseX-ConfigFromFile-0.14/t/01use.t +MooseX-ConfigFromFile-0.14/t/02subclass.t +MooseX-ConfigFromFile-0.14/t/03configfile_method.t +MooseX-ConfigFromFile-0.14/t/04a_getopt.t +MooseX-ConfigFromFile-0.14/t/04b_getopt.t +MooseX-ConfigFromFile-0.14/t/05_default_sub.t +MooseX-ConfigFromFile-0.14/t/zzz-check-breaks.t +MooseX-ConfigFromFile-0.14/lib/MooseX/ +MooseX-ConfigFromFile-0.14/lib/MooseX/ConfigFromFile.pm +Entering MooseX-ConfigFromFile-0.14 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-ConfigFromFile-0.14 ... Creating new 'Build' script for 'MooseX-ConfigFromFile' version '0.14' +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have MooseX::Types::Moose 0 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have MooseX::Types::Path::Tiny 0.005 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have namespace::autoclean 0 ... No +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have Scalar::Util 0 ... Yes (1.49) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have Test::Without::Module 0 ... Yes (0.20) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose 0 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Searching MooseX::Types::Moose (0) on cpanmetadb ... +Unpacking MooseX-Types-0.50.tar.gz +OK +==> Found dependencies: MooseX::Types::Moose, Moose::Role, MooseX::Types::Path::Tiny, namespace::autoclean, Moose +--> Working on MooseX::Types::Moose +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-0.50.tar.gz ... OK +MooseX-Types-0.50/ +MooseX-Types-0.50/Build.PL +MooseX-Types-0.50/Changes +MooseX-Types-0.50/CONTRIBUTING +MooseX-Types-0.50/dist.ini +MooseX-Types-0.50/eg/ +MooseX-Types-0.50/INSTALL +MooseX-Types-0.50/lib/ +MooseX-Types-0.50/LICENCE +MooseX-Types-0.50/Makefile.PL +MooseX-Types-0.50/MANIFEST +MooseX-Types-0.50/META.json +MooseX-Types-0.50/META.yml +MooseX-Types-0.50/README +MooseX-Types-0.50/t/ +MooseX-Types-0.50/xt/ +MooseX-Types-0.50/xt/author/ +MooseX-Types-0.50/xt/release/ +MooseX-Types-0.50/xt/release/changes_has_content.t +MooseX-Types-0.50/xt/release/cpan-changes.t +MooseX-Types-0.50/xt/release/distmeta.t +MooseX-Types-0.50/xt/release/minimum-version.t +MooseX-Types-0.50/xt/author/00-compile.t +MooseX-Types-0.50/xt/author/clean-namespaces.t +MooseX-Types-0.50/xt/author/eol.t +MooseX-Types-0.50/xt/author/kwalitee.t +MooseX-Types-0.50/xt/author/mojibake.t +MooseX-Types-0.50/xt/author/no-tabs.t +MooseX-Types-0.50/xt/author/pod-coverage.t +MooseX-Types-0.50/xt/author/pod-no404s.t +MooseX-Types-0.50/xt/author/pod-spell.t +MooseX-Types-0.50/xt/author/pod-syntax.t +MooseX-Types-0.50/xt/author/portability.t +MooseX-Types-0.50/t/00-report-prereqs.dd +MooseX-Types-0.50/t/00-report-prereqs.t +MooseX-Types-0.50/t/10_moose-types.t +MooseX-Types-0.50/t/11_library-definition.t +MooseX-Types-0.50/t/12_wrapper-definition.t +MooseX-Types-0.50/t/13_typedecorator.t +MooseX-Types-0.50/t/14_compatibility-sub-exporter.t +MooseX-Types-0.50/t/15_recursion.t +MooseX-Types-0.50/t/16_introspection.t +MooseX-Types-0.50/t/17_syntax_errors.t +MooseX-Types-0.50/t/18_combined_libs.t +MooseX-Types-0.50/t/19_typelib_with_role.t +MooseX-Types-0.50/t/20_union_with_string_type.t +MooseX-Types-0.50/t/21_coerce_parameterized_types.t +MooseX-Types-0.50/t/22_class_type.t +MooseX-Types-0.50/t/23_any_subtype.t +MooseX-Types-0.50/t/24_class_can_isa.t +MooseX-Types-0.50/t/25-fully-qualified.t +MooseX-Types-0.50/t/26-multi-combined.t +MooseX-Types-0.50/t/lib/ +MooseX-Types-0.50/t/regressions/ +MooseX-Types-0.50/t/zzz-check-breaks.t +MooseX-Types-0.50/t/regressions/01-is_subtype_of.t +MooseX-Types-0.50/t/lib/Combined.pm +MooseX-Types-0.50/t/lib/DecoratorLibrary.pm +MooseX-Types-0.50/t/lib/Empty.pm +MooseX-Types-0.50/t/lib/MultiCombined.pm +MooseX-Types-0.50/t/lib/SubExporterCompatibility.pm +MooseX-Types-0.50/t/lib/TestLibrary.pm +MooseX-Types-0.50/t/lib/TestLibrary2.pm +MooseX-Types-0.50/t/lib/TestNamespaceSep.pm +MooseX-Types-0.50/t/lib/TestWrapper.pm +MooseX-Types-0.50/lib/MooseX/ +MooseX-Types-0.50/lib/MooseX/Types/ +MooseX-Types-0.50/lib/MooseX/Types.pm +MooseX-Types-0.50/lib/MooseX/Types/Base.pm +MooseX-Types-0.50/lib/MooseX/Types/CheckedUtilExports.pm +MooseX-Types-0.50/lib/MooseX/Types/Combine.pm +MooseX-Types-0.50/lib/MooseX/Types/Moose.pm +MooseX-Types-0.50/lib/MooseX/Types/TypeDecorator.pm +MooseX-Types-0.50/lib/MooseX/Types/UndefinedType.pm +MooseX-Types-0.50/lib/MooseX/Types/Util.pm +MooseX-Types-0.50/lib/MooseX/Types/Wrapper.pm +MooseX-Types-0.50/eg/benchmarks.pl +Entering MooseX-Types-0.50 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-0.50 ... Creating new 'Build' script for 'MooseX-Types' version '0.50' +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 0.94 ... Yes (1.302098) +Checking if you have Moose::Meta::TypeConstraint::Union 0 ... No +Checking if you have Moose 1.06 ... No +Checking if you have Moose::Exporter 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have Sub::Exporter 0 ... Yes (0.987) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Carp::Clan 6.00 ... Yes (6.06) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Sub::Exporter::ForMethods 0.100052 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Test::Fatal 0.003 ... Yes (0.014) +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have base 0 ... Yes (2.26) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Sub::Install 0 ... Yes (0.928) +Searching Moose::Meta::TypeConstraint::Union (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Module::Runtime. Skipping. +Searching Moose::Util::TypeConstraints (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching Sub::Exporter::ForMethods (0.100052) on cpanmetadb ... +Unpacking Sub-Exporter-ForMethods-0.100052.tar.gz +OK +==> Found dependencies: Moose::Meta::TypeConstraint::Union, Moose, Moose::Exporter, Module::Runtime, Moose::Util::TypeConstraints, Sub::Exporter::ForMethods, namespace::autoclean, Moose::Role +--> Working on Sub::Exporter::ForMethods +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100052.tar.gz ... OK +Sub-Exporter-ForMethods-0.100052 +Sub-Exporter-ForMethods-0.100052/README +Sub-Exporter-ForMethods-0.100052/Changes +Sub-Exporter-ForMethods-0.100052/LICENSE +Sub-Exporter-ForMethods-0.100052/dist.ini +Sub-Exporter-ForMethods-0.100052/t +Sub-Exporter-ForMethods-0.100052/t/carp.t +Sub-Exporter-ForMethods-0.100052/META.yml +Sub-Exporter-ForMethods-0.100052/MANIFEST +Sub-Exporter-ForMethods-0.100052/META.json +Sub-Exporter-ForMethods-0.100052/Makefile.PL +Sub-Exporter-ForMethods-0.100052/t/autoclean.t +Sub-Exporter-ForMethods-0.100052/t/lib +Sub-Exporter-ForMethods-0.100052/t/lib/TestDexp.pm +Sub-Exporter-ForMethods-0.100052/t/lib/TestMexp.pm +Sub-Exporter-ForMethods-0.100052/t/00-report-prereqs.t +Sub-Exporter-ForMethods-0.100052/t/00-report-prereqs.dd +Sub-Exporter-ForMethods-0.100052/xt/release +Sub-Exporter-ForMethods-0.100052/xt/release/pod-syntax.t +Sub-Exporter-ForMethods-0.100052/lib/Sub/Exporter +Sub-Exporter-ForMethods-0.100052/lib/Sub/Exporter/ForMethods.pm +Sub-Exporter-ForMethods-0.100052/xt/release/changes_has_content.t +Entering Sub-Exporter-ForMethods-0.100052 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Sub-Exporter-ForMethods-0.100052 ... Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sub::Exporter::ForMethods +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have Sub::Exporter 0.978 ... Yes (0.987) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Searching namespace::autoclean (0.16) on cpanmetadb ... +Unpacking namespace-autoclean-0.28.tar.gz +OK +==> Found dependencies: namespace::autoclean +--> Working on namespace::autoclean +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.28.tar.gz ... OK +namespace-autoclean-0.28/ +namespace-autoclean-0.28/Changes +namespace-autoclean-0.28/CONTRIBUTING +namespace-autoclean-0.28/dist.ini +namespace-autoclean-0.28/INSTALL +namespace-autoclean-0.28/lib/ +namespace-autoclean-0.28/LICENCE +namespace-autoclean-0.28/Makefile.PL +namespace-autoclean-0.28/MANIFEST +namespace-autoclean-0.28/META.json +namespace-autoclean-0.28/META.yml +namespace-autoclean-0.28/README +namespace-autoclean-0.28/t/ +namespace-autoclean-0.28/xt/ +namespace-autoclean-0.28/xt/author/ +namespace-autoclean-0.28/xt/basic.t +namespace-autoclean-0.28/xt/class_mop.t +namespace-autoclean-0.28/xt/lib/ +namespace-autoclean-0.28/xt/moo.t +namespace-autoclean-0.28/xt/moose-parameterized-role.t +namespace-autoclean-0.28/xt/moose.t +namespace-autoclean-0.28/xt/mouse.t +namespace-autoclean-0.28/xt/overload.t +namespace-autoclean-0.28/xt/release/ +namespace-autoclean-0.28/xt/role_tiny.t +namespace-autoclean-0.28/xt/release/changes_has_content.t +namespace-autoclean-0.28/xt/release/cpan-changes.t +namespace-autoclean-0.28/xt/release/distmeta.t +namespace-autoclean-0.28/xt/release/minimum-version.t +namespace-autoclean-0.28/xt/release/pod-coverage.t +namespace-autoclean-0.28/xt/release/pod-no404s.t +namespace-autoclean-0.28/xt/release/pod-syntax.t +namespace-autoclean-0.28/xt/release/portability.t +namespace-autoclean-0.28/xt/lib/ClassMOPClean.pm +namespace-autoclean-0.28/xt/lib/ClassMOPDirty.pm +namespace-autoclean-0.28/xt/lib/Clean.pm +namespace-autoclean-0.28/xt/lib/Composer.pm +namespace-autoclean-0.28/xt/lib/Dirty.pm +namespace-autoclean-0.28/xt/lib/DoesNotCompile.pm +namespace-autoclean-0.28/xt/lib/ExporterModule.pm +namespace-autoclean-0.28/xt/lib/MooseExporter.pm +namespace-autoclean-0.28/xt/lib/MooseyClean.pm +namespace-autoclean-0.28/xt/lib/MooseyComposer.pm +namespace-autoclean-0.28/xt/lib/MooseyDirty.pm +namespace-autoclean-0.28/xt/lib/MooseyParameterizedComposer.pm +namespace-autoclean-0.28/xt/lib/MooseyParameterizedRole.pm +namespace-autoclean-0.28/xt/lib/MooseyRole.pm +namespace-autoclean-0.28/xt/lib/MooyClean.pm +namespace-autoclean-0.28/xt/lib/MooyComposer.pm +namespace-autoclean-0.28/xt/lib/MooyDirty.pm +namespace-autoclean-0.28/xt/lib/MooyRole.pm +namespace-autoclean-0.28/xt/lib/MouseyClean.pm +namespace-autoclean-0.28/xt/lib/MouseyComposer.pm +namespace-autoclean-0.28/xt/lib/MouseyDirty.pm +namespace-autoclean-0.28/xt/lib/MouseyRole.pm +namespace-autoclean-0.28/xt/lib/Overloader.pm +namespace-autoclean-0.28/xt/lib/Role.pm +namespace-autoclean-0.28/xt/lib/SubClean.pm +namespace-autoclean-0.28/xt/lib/SubDirty.pm +namespace-autoclean-0.28/xt/lib/SubExporterModule.pm +namespace-autoclean-0.28/xt/author/00-compile.t +namespace-autoclean-0.28/xt/author/clean-namespaces.t +namespace-autoclean-0.28/xt/author/eol.t +namespace-autoclean-0.28/xt/author/kwalitee.t +namespace-autoclean-0.28/xt/author/mojibake.t +namespace-autoclean-0.28/xt/author/no-tabs.t +namespace-autoclean-0.28/xt/author/pod-spell.t +namespace-autoclean-0.28/t/00-report-prereqs.dd +namespace-autoclean-0.28/t/00-report-prereqs.t +namespace-autoclean-0.28/t/also.t +namespace-autoclean-0.28/t/basic.t +namespace-autoclean-0.28/t/broken_meta.t +namespace-autoclean-0.28/t/cleanee.t +namespace-autoclean-0.28/t/constant.t +namespace-autoclean-0.28/t/except.t +namespace-autoclean-0.28/t/matchclean.t +namespace-autoclean-0.28/t/moo-with-moose.t +namespace-autoclean-0.28/t/moo.t +namespace-autoclean-0.28/t/moose-withoverloading.t +namespace-autoclean-0.28/t/moose.t +namespace-autoclean-0.28/t/mouse-pp.t +namespace-autoclean-0.28/t/mouse.t +namespace-autoclean-0.28/t/overload.t +namespace-autoclean-0.28/t/sub-install.t +namespace-autoclean-0.28/t/sub-name.t +namespace-autoclean-0.28/lib/namespace/ +namespace-autoclean-0.28/lib/namespace/autoclean.pm +Entering namespace-autoclean-0.28 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring namespace-autoclean-0.28 ... Warning: prerequisite B::Hooks::EndOfScope 0.12 not found. +Warning: prerequisite namespace::clean 0.20 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for namespace::autoclean +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Sub::Identify 0 ... Yes (0.14) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Checking if you have overload 0 ... Yes (1.28) +Checking if you have base 0 ... Yes (2.26) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have List::Util 0 ... Yes (1.49) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have File::Basename 0 ... Yes (2.85) +Searching namespace::clean (0.20) on cpanmetadb ... +Unpacking namespace-clean-0.27.tar.gz +OK +==> Found dependencies: namespace::clean, B::Hooks::EndOfScope +--> Working on namespace::clean +Fetching http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.27.tar.gz ... OK +namespace-clean-0.27/ +namespace-clean-0.27/t/ +namespace-clean-0.27/t/lib/ +namespace-clean-0.27/t/lib/CleaneeBridgeDirect.pm +namespace-clean-0.27/t/lib/Inheritance.pm +namespace-clean-0.27/t/lib/Devel/ +namespace-clean-0.27/t/lib/Devel/_NC_TEST_DashD.pm +namespace-clean-0.27/t/lib/FunctionWipeout.pm +namespace-clean-0.27/t/lib/CleaneeTarget.pm +namespace-clean-0.27/t/lib/ExporterTest.pm +namespace-clean-0.27/t/lib/Unimport.pm +namespace-clean-0.27/t/lib/CleaneeBridge.pm +namespace-clean-0.27/t/lib/OtherTypes.pm +namespace-clean-0.27/t/lib/SyntaxError.pm +namespace-clean-0.27/t/lib/CleaneeBridgeExplicit.pm +namespace-clean-0.27/t/11-multiclean-in-scope.t +namespace-clean-0.27/t/00-basic.t +namespace-clean-0.27/t/02-inheritance.t +namespace-clean-0.27/t/10-pure-perl.t +namespace-clean-0.27/t/03-unimport.t +namespace-clean-0.27/t/05-explicit-cleanee.t +namespace-clean-0.27/t/04-except.t +namespace-clean-0.27/t/09-fiddle-hinthash.t +namespace-clean-0.27/t/07-pseudo-debugger.t +namespace-clean-0.27/t/01-function-wipeout.t +namespace-clean-0.27/t/05-syntax-error.t +namespace-clean-0.27/t/06-other-types.t +namespace-clean-0.27/t/08-const-sub.t +namespace-clean-0.27/t/07-debugger.t +namespace-clean-0.27/lib/ +namespace-clean-0.27/lib/namespace/ +namespace-clean-0.27/lib/namespace/clean.pm +namespace-clean-0.27/lib/namespace/clean/ +namespace-clean-0.27/lib/namespace/clean/_Util.pm +namespace-clean-0.27/Changes +namespace-clean-0.27/MANIFEST +namespace-clean-0.27/inc/ +namespace-clean-0.27/inc/ExtUtils/ +namespace-clean-0.27/inc/ExtUtils/HasCompiler.pm +namespace-clean-0.27/Makefile.PL +namespace-clean-0.27/META.yml +namespace-clean-0.27/META.json +Entering namespace-clean-0.27 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring namespace-clean-0.27 ... Warning: prerequisite B::Hooks::EndOfScope 0.12 not found. +Warning: prerequisite Package::Stash 0.23 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for namespace::clean +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Package::Stash 0.23 ... No +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Searching Package::Stash (0.23) on cpanmetadb ... +Unpacking Package-Stash-0.37.tar.gz +OK +==> Found dependencies: Package::Stash, B::Hooks::EndOfScope +--> Working on Package::Stash +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-0.37.tar.gz ... OK +Package-Stash-0.37/t +Package-Stash-0.37/t/io.t +Package-Stash-0.37 +Package-Stash-0.37/README +Package-Stash-0.37/Changes +Package-Stash-0.37/t/isa.t +Package-Stash-0.37/t/get.t +Package-Stash-0.37/LICENSE +Package-Stash-0.37/dist.ini +Package-Stash-0.37/t/anon.t +Package-Stash-0.37/META.yml +Package-Stash-0.37/MANIFEST +Package-Stash-0.37/t/basic.t +Package-Stash-0.37/t/magic.t +Package-Stash-0.37/META.json +Package-Stash-0.37/t/addsub.t +Package-Stash-0.37/Makefile.PL +Package-Stash-0.37/t/synopsis.t +Package-Stash-0.37/t/warnings.t +Package-Stash-0.37/t/extension.t +Package-Stash-0.37/t/bare-anon.t +Package-Stash-0.37/t/edge-cases.t +Package-Stash-0.37/t/anon-basic.t +Package-Stash-0.37/t/00-compile.t +Package-Stash-0.37/t/compile-time.t +Package-Stash-0.37/xt/release +Package-Stash-0.37/xt/release/eol.t +Package-Stash-0.37/xt/author +Package-Stash-0.37/xt/author/leaks.t +Package-Stash-0.37/t/scalar-values.t +Package-Stash-0.37/t/stash-deletion.t +Package-Stash-0.37/t/warnings-taint.t +Package-Stash-0.37/t/bare-anon-basic.t +Package-Stash-0.37/lib/Package +Package-Stash-0.37/lib/Package/Stash.pm +Package-Stash-0.37/t/lib +Package-Stash-0.37/t/lib/CompileTime.pm +Package-Stash-0.37/xt/release/no-tabs.t +Package-Stash-0.37/inc +Package-Stash-0.37/inc/MMPackageStash.pm +Package-Stash-0.37/t/lib/Package +Package-Stash-0.37/t/lib/Package/Stash.pm +Package-Stash-0.37/t/impl-selection +Package-Stash-0.37/t/impl-selection/var.t +Package-Stash-0.37/t/impl-selection/env.t +Package-Stash-0.37/lib/Package/Stash +Package-Stash-0.37/lib/Package/Stash/PP.pm +Package-Stash-0.37/xt/author/leaks-debug.t +Package-Stash-0.37/t/paamayim_nekdotayim.t +Package-Stash-0.37/xt/release/pod-syntax.t +Package-Stash-0.37/t/impl-selection/choice.t +Package-Stash-0.37/xt/release/pod-coverage.t +Package-Stash-0.37/t/impl-selection/basic-pp.t +Package-Stash-0.37/t/impl-selection/basic-xs.t +Package-Stash-0.37/bin +Package-Stash-0.37/bin/package-stash-conflicts +Package-Stash-0.37/lib/Package/Stash/Conflicts.pm +Package-Stash-0.37/t/impl-selection/bug-rt-78272.t +Entering Package-Stash-0.37 +Checking configure dependencies from META.json +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Package-Stash-0.37. +Searching B::Hooks::EndOfScope (0.12) on cpanmetadb ... +Unpacking B-Hooks-EndOfScope-0.21.tar.gz +==> Found dependencies: Dist::CheckConflicts +--> Working on B::Hooks::EndOfScope +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.21.tar.gz ... OK +B-Hooks-EndOfScope-0.21/ +B-Hooks-EndOfScope-0.21/Changes +B-Hooks-EndOfScope-0.21/CONTRIBUTING +B-Hooks-EndOfScope-0.21/dist.ini +B-Hooks-EndOfScope-0.21/inc/ +B-Hooks-EndOfScope-0.21/INSTALL +B-Hooks-EndOfScope-0.21/lib/ +B-Hooks-EndOfScope-0.21/LICENCE +B-Hooks-EndOfScope-0.21/Makefile.PL +B-Hooks-EndOfScope-0.21/MANIFEST +B-Hooks-EndOfScope-0.21/META.json +B-Hooks-EndOfScope-0.21/META.yml +B-Hooks-EndOfScope-0.21/README +B-Hooks-EndOfScope-0.21/t/ +B-Hooks-EndOfScope-0.21/xt/ +B-Hooks-EndOfScope-0.21/xt/author/ +B-Hooks-EndOfScope-0.21/xt/release/ +B-Hooks-EndOfScope-0.21/xt/release/changes_has_content.t +B-Hooks-EndOfScope-0.21/xt/release/cpan-changes.t +B-Hooks-EndOfScope-0.21/xt/release/distmeta.t +B-Hooks-EndOfScope-0.21/xt/release/minimum-version.t +B-Hooks-EndOfScope-0.21/xt/release/portability.t +B-Hooks-EndOfScope-0.21/xt/author/00-compile.t +B-Hooks-EndOfScope-0.21/xt/author/eol.t +B-Hooks-EndOfScope-0.21/xt/author/kwalitee.t +B-Hooks-EndOfScope-0.21/xt/author/mojibake.t +B-Hooks-EndOfScope-0.21/xt/author/no-tabs.t +B-Hooks-EndOfScope-0.21/xt/author/pod-no404s.t +B-Hooks-EndOfScope-0.21/xt/author/pod-spell.t +B-Hooks-EndOfScope-0.21/xt/author/pod-syntax.t +B-Hooks-EndOfScope-0.21/t/00-basic.t +B-Hooks-EndOfScope-0.21/t/00-report-prereqs.dd +B-Hooks-EndOfScope-0.21/t/00-report-prereqs.t +B-Hooks-EndOfScope-0.21/t/01-eval.t +B-Hooks-EndOfScope-0.21/t/02-localise.t +B-Hooks-EndOfScope-0.21/t/05-exception_xs.t +B-Hooks-EndOfScope-0.21/t/06-exception_pp.t +B-Hooks-EndOfScope-0.21/t/10-test_without_vm_pure_pp.t +B-Hooks-EndOfScope-0.21/t/11-direct_xs.t +B-Hooks-EndOfScope-0.21/t/12-direct_pp.t +B-Hooks-EndOfScope-0.21/lib/B/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/ +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/XS.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/FieldHash.pm +B-Hooks-EndOfScope-0.21/lib/B/Hooks/EndOfScope/PP/HintHash.pm +B-Hooks-EndOfScope-0.21/inc/ExtUtils/ +B-Hooks-EndOfScope-0.21/inc/ExtUtils/HasCompiler.pm +Entering B-Hooks-EndOfScope-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Running Makefile.PL +Configuring B-Hooks-EndOfScope-0.21 ... Warning: prerequisite Module::Implementation 0.05 not found. +Warning: prerequisite Variable::Magic 0.48 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for B::Hooks::EndOfScope +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Glob 0 ... Yes (1.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have IPC::Open2 0 ... Yes (1.04) +Checking if you have Sub::Exporter::Progressive 0.001006 ... Yes (0.001013) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have Variable::Magic 0.48 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Searching Module::Implementation (0.05) on cpanmetadb ... +Unpacking Module-Implementation-0.09.tar.gz +OK +==> Found dependencies: Module::Implementation, Variable::Magic +--> Working on Module::Implementation +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.09.tar.gz ... OK +Module-Implementation-0.09/ +Module-Implementation-0.09/dist.ini +Module-Implementation-0.09/t/ +Module-Implementation-0.09/t/release-pod-no404s.t +Module-Implementation-0.09/t/one-impl-fails1.t +Module-Implementation-0.09/t/00-report-prereqs.t +Module-Implementation-0.09/t/release-portability.t +Module-Implementation-0.09/t/release-pod-syntax.t +Module-Implementation-0.09/t/release-pod-coverage.t +Module-Implementation-0.09/t/requested-fails.t +Module-Implementation-0.09/t/taint.t +Module-Implementation-0.09/t/release-pod-linkcheck.t +Module-Implementation-0.09/t/more-symbols.t +Module-Implementation-0.09/t/release-cpan-changes.t +Module-Implementation-0.09/t/author-no-tabs.t +Module-Implementation-0.09/t/lib/ +Module-Implementation-0.09/t/lib/T/ +Module-Implementation-0.09/t/lib/T/ImplFails2.pm +Module-Implementation-0.09/t/lib/T/ImplFails1.pm +Module-Implementation-0.09/t/lib/T/Impl1.pm +Module-Implementation-0.09/t/lib/T/Impl2.pm +Module-Implementation-0.09/t/00-report-prereqs.dd +Module-Implementation-0.09/t/one-impl-fails2.t +Module-Implementation-0.09/t/env-value.t +Module-Implementation-0.09/t/00-compile.t +Module-Implementation-0.09/t/release-eol.t +Module-Implementation-0.09/t/author-pod-spell.t +Module-Implementation-0.09/t/basic.t +Module-Implementation-0.09/t/namespace-cleanliness.t +Module-Implementation-0.09/t/both-fail.t +Module-Implementation-0.09/Makefile.PL +Module-Implementation-0.09/META.yml +Module-Implementation-0.09/LICENSE +Module-Implementation-0.09/lib/ +Module-Implementation-0.09/lib/Module/ +Module-Implementation-0.09/lib/Module/Implementation.pm +Module-Implementation-0.09/META.json +Module-Implementation-0.09/Changes +Module-Implementation-0.09/MANIFEST +Module-Implementation-0.09/INSTALL +Module-Implementation-0.09/README.md +Entering Module-Implementation-0.09 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Module-Implementation-0.09 ... Warning: prerequisite Module::Runtime 0.012 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Module::Implementation +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Module-Implementation-0.09. +Searching Variable::Magic (0.48) on cpanmetadb ... +Unpacking Variable-Magic-0.61.tar.gz +OK +==> Found dependencies: Module::Runtime +--> Working on Variable::Magic +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.61.tar.gz ... OK +Variable-Magic-0.61/ +Variable-Magic-0.61/Changes +Variable-Magic-0.61/lib/ +Variable-Magic-0.61/Magic.xs +Variable-Magic-0.61/Makefile.PL +Variable-Magic-0.61/MANIFEST +Variable-Magic-0.61/META.json +Variable-Magic-0.61/META.yml +Variable-Magic-0.61/README +Variable-Magic-0.61/samples/ +Variable-Magic-0.61/t/ +Variable-Magic-0.61/xsh/ +Variable-Magic-0.61/xsh/caps.h +Variable-Magic-0.61/xsh/mem.h +Variable-Magic-0.61/xsh/threads.h +Variable-Magic-0.61/xsh/util.h +Variable-Magic-0.61/t/00-load.t +Variable-Magic-0.61/t/01-import.t +Variable-Magic-0.61/t/02-constants.t +Variable-Magic-0.61/t/09-load-threads.t +Variable-Magic-0.61/t/10-simple.t +Variable-Magic-0.61/t/11-multiple.t +Variable-Magic-0.61/t/13-data.t +Variable-Magic-0.61/t/14-callbacks.t +Variable-Magic-0.61/t/15-self.t +Variable-Magic-0.61/t/16-huf.t +Variable-Magic-0.61/t/17-ctl.t +Variable-Magic-0.61/t/18-opinfo.t +Variable-Magic-0.61/t/20-get.t +Variable-Magic-0.61/t/21-set.t +Variable-Magic-0.61/t/22-len.t +Variable-Magic-0.61/t/23-clear.t +Variable-Magic-0.61/t/24-free.t +Variable-Magic-0.61/t/25-copy.t +Variable-Magic-0.61/t/27-local.t +Variable-Magic-0.61/t/28-uvar.t +Variable-Magic-0.61/t/30-scalar.t +Variable-Magic-0.61/t/31-array.t +Variable-Magic-0.61/t/32-hash.t +Variable-Magic-0.61/t/33-code.t +Variable-Magic-0.61/t/34-glob.t +Variable-Magic-0.61/t/35-stash.t +Variable-Magic-0.61/t/40-threads.t +Variable-Magic-0.61/t/41-clone.t +Variable-Magic-0.61/t/50-return.t +Variable-Magic-0.61/t/80-leaks.t +Variable-Magic-0.61/t/lib/ +Variable-Magic-0.61/t/lib/Test/ +Variable-Magic-0.61/t/lib/Variable/ +Variable-Magic-0.61/t/lib/VPIT/ +Variable-Magic-0.61/t/lib/VPIT/TestHelpers.pm +Variable-Magic-0.61/t/lib/Variable/Magic/ +Variable-Magic-0.61/t/lib/Variable/Magic/TestDestroyRequired.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestGlobalDestruction.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestScopeEnd.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestValue.pm +Variable-Magic-0.61/t/lib/Variable/Magic/TestWatcher.pm +Variable-Magic-0.61/t/lib/Test/Leaner.pm +Variable-Magic-0.61/samples/copy.pl +Variable-Magic-0.61/samples/magic.pl +Variable-Magic-0.61/samples/synopsis.pl +Variable-Magic-0.61/samples/uvar.pl +Variable-Magic-0.61/samples/vm_vs_tie.pl +Variable-Magic-0.61/lib/Variable/ +Variable-Magic-0.61/lib/Variable/Magic.pm +Entering Variable-Magic-0.61 +Checking configure dependencies from META.json +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Variable-Magic-0.61 ... Checking if this is ActiveState Perl 5.8.8 build 822 or higher... no +Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Variable::Magic +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have base 0 ... Yes (2.26) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have Socket 0 ... Yes (2.020_03) +OK +Building and testing Variable-Magic-0.61 ... cp lib/Variable/Magic.pm blib/lib/Variable/Magic.pm +Running Mkbootstrap for Magic () +chmod 644 "Magic.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magic.bs blib/arch/auto/Variable/Magic/Magic.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' Magic.xs > Magic.xsc +mv Magic.xsc Magic.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.61\" -DXS_VERSION=\"0.61\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" Magic.c +rm -f blib/arch/auto/Variable/Magic/Magic.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Magic.o -o blib/arch/auto/Variable/Magic/Magic.so \ + \ + +chmod 755 blib/arch/auto/Variable/Magic/Magic.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magic.bs blib/arch/auto/Variable/Magic/Magic.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Variable::Magic 0.61, Perl 5.027005 (no patchlevel), /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .......... ok +t/01-import.t ........ ok +t/02-constants.t ..... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 28. +t/09-load-threads.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/10-simple.t ........ ok +t/11-multiple.t ...... ok +t/13-data.t .......... ok +t/14-callbacks.t ..... ok +# According to Config::Perl::V version 0.28, this is NOT a debugging perl +# Not testing global destruction +t/15-self.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +t/16-huf.t ........... +Dubious, test returned 2 (wstat 512, 0x200) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/17-ctl.t line 9. +# Looks like your test exited with 255 before it could output anything. +t/17-ctl.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 96/96 subtests +t/18-opinfo.t ........ ok +t/20-get.t ........... ok +t/21-set.t ........... ok +t/22-len.t ........... ok +t/23-clear.t ......... ok +t/24-free.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 3. +t/25-copy.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 45/48 subtests +t/27-local.t ......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 29. +t/28-uvar.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 46/75 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 255 just after 71. +t/30-scalar.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 5/76 subtests +t/31-array.t ......... ok +t/32-hash.t .......... ok +t/33-code.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/34-glob.t line 14. +t/34-glob.t .......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +# Failed test 'stash: valid method call' +# at t/35-stash.t line 117. +# Structures begin differing at: +# $got->{store} = ARRAY(0x556e9e558b38) +# $expected->{store} = Does not exist +# Looks like you failed 1 test of 43. +t/35-stash.t ......... +Dubious, test returned 1 (wstat 256, 0x100) +Failed 1/43 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/40-threads.t line 9. +t/40-threads.t ....... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/41-clone.t line 14. +t/41-clone.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/50-return.t ........ ok +t/80-leaks.t ......... ok + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/16-huf.t (Wstat: 512 Tests: 0 Failed: 0) + Non-zero exit status: 2 + Parse errors: No plan found in TAP output +t/17-ctl.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 96 tests but ran 0. +t/25-copy.t (Wstat: 65280 Tests: 3 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 48 tests but ran 3. +t/28-uvar.t (Wstat: 65280 Tests: 29 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 75 tests but ran 29. +t/30-scalar.t (Wstat: 65280 Tests: 71 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 76 tests but ran 71. +t/34-glob.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/35-stash.t (Wstat: 256 Tests: 43 Failed: 1) + Failed test: 8 + Non-zero exit status: 1 +t/40-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/41-clone.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=30, Tests=1091, 2 wallclock secs ( 0.18 usr 0.04 sys + 1.97 cusr 0.28 csys = 2.47 CPU) +Result: FAIL +Failed 10/30 test programs. 1/1091 subtests failed. +Makefile:1077: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Variable::Magic failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed, Module 'Variable::Magic' is not installed +! Bailing out the installation for B-Hooks-EndOfScope-0.21. +! Installing the dependencies failed: Module 'Package::Stash' is not installed, Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for namespace-clean-0.27. +Already tried B::Hooks::EndOfScope. Skipping. +! Installing the dependencies failed: Module 'B::Hooks::EndOfScope' is not installed, Module 'namespace::clean' is not installed +! Bailing out the installation for namespace-autoclean-0.28. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed +! Bailing out the installation for Sub-Exporter-ForMethods-0.100052. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose::Exporter' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose' is not installed, Module 'Moose::Meta::TypeConstraint::Union' is not installed, Module 'Sub::Exporter::ForMethods' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-Types-0.50. +Already tried Moose::Role. Skipping. +Searching MooseX::Types::Path::Tiny (0.005) on cpanmetadb ... +Unpacking MooseX-Types-Path-Tiny-0.012.tar.gz +FAIL +--> Working on MooseX::Types::Path::Tiny +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Path-Tiny-0.012.tar.gz ... OK +MooseX-Types-Path-Tiny-0.012/ +MooseX-Types-Path-Tiny-0.012/Build.PL +MooseX-Types-Path-Tiny-0.012/Changes +MooseX-Types-Path-Tiny-0.012/CONTRIBUTING +MooseX-Types-Path-Tiny-0.012/dist.ini +MooseX-Types-Path-Tiny-0.012/INSTALL +MooseX-Types-Path-Tiny-0.012/lib/ +MooseX-Types-Path-Tiny-0.012/LICENCE +MooseX-Types-Path-Tiny-0.012/Makefile.PL +MooseX-Types-Path-Tiny-0.012/MANIFEST +MooseX-Types-Path-Tiny-0.012/META.json +MooseX-Types-Path-Tiny-0.012/META.yml +MooseX-Types-Path-Tiny-0.012/perlcritic.rc +MooseX-Types-Path-Tiny-0.012/README +MooseX-Types-Path-Tiny-0.012/t/ +MooseX-Types-Path-Tiny-0.012/tidyall.ini +MooseX-Types-Path-Tiny-0.012/xt/ +MooseX-Types-Path-Tiny-0.012/xt/author/ +MooseX-Types-Path-Tiny-0.012/xt/release/ +MooseX-Types-Path-Tiny-0.012/xt/release/changes_has_content.t +MooseX-Types-Path-Tiny-0.012/xt/release/cpan-changes.t +MooseX-Types-Path-Tiny-0.012/xt/release/distmeta.t +MooseX-Types-Path-Tiny-0.012/xt/release/minimum-version.t +MooseX-Types-Path-Tiny-0.012/xt/author/00-compile.t +MooseX-Types-Path-Tiny-0.012/xt/author/clean-namespaces.t +MooseX-Types-Path-Tiny-0.012/xt/author/critic.t +MooseX-Types-Path-Tiny-0.012/xt/author/eol.t +MooseX-Types-Path-Tiny-0.012/xt/author/kwalitee.t +MooseX-Types-Path-Tiny-0.012/xt/author/mojibake.t +MooseX-Types-Path-Tiny-0.012/xt/author/no-tabs.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-coverage.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-no404s.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-spell.t +MooseX-Types-Path-Tiny-0.012/xt/author/pod-syntax.t +MooseX-Types-Path-Tiny-0.012/xt/author/portability.t +MooseX-Types-Path-Tiny-0.012/t/00-report-prereqs.dd +MooseX-Types-Path-Tiny-0.012/t/00-report-prereqs.t +MooseX-Types-Path-Tiny-0.012/t/06-fully-qualified.t +MooseX-Types-Path-Tiny-0.012/t/arrayref.t +MooseX-Types-Path-Tiny-0.012/t/basic.t +MooseX-Types-Path-Tiny-0.012/t/error.t +MooseX-Types-Path-Tiny-0.012/t/zzz-check-breaks.t +MooseX-Types-Path-Tiny-0.012/lib/MooseX/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/Path/ +MooseX-Types-Path-Tiny-0.012/lib/MooseX/Types/Path/Tiny.pm +Entering MooseX-Types-Path-Tiny-0.012 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-Path-Tiny-0.012 ... Creating new 'Build' script for 'MooseX-Types-Path-Tiny' version '0.012' +Checking dependencies from MYMETA.json ... +Checking if you have MooseX::Types 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Path::Tiny 0 ... Yes (0.104) +Checking if you have MooseX::Types::Stringlike 0 ... No +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Moose 2 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have MooseX::Types::Moose 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::pushd 0 ... Yes (1.014) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have MooseX::Getopt 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Searching MooseX::Types (0) on cpanmetadb ... +Already tried MooseX-Types-0.50. Skipping. +Already tried namespace::autoclean. Skipping. +Searching MooseX::Types::Stringlike (0) on cpanmetadb ... +Unpacking MooseX-Types-Stringlike-0.003.tar.gz +OK +==> Found dependencies: MooseX::Types, namespace::autoclean, MooseX::Types::Stringlike, Moose, MooseX::Types::Moose, MooseX::Getopt +--> Working on MooseX::Types::Stringlike +Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/MooseX-Types-Stringlike-0.003.tar.gz ... OK +MooseX-Types-Stringlike-0.003/ +MooseX-Types-Stringlike-0.003/Changes +MooseX-Types-Stringlike-0.003/CONTRIBUTING +MooseX-Types-Stringlike-0.003/cpanfile +MooseX-Types-Stringlike-0.003/dist.ini +MooseX-Types-Stringlike-0.003/lib/ +MooseX-Types-Stringlike-0.003/LICENSE +MooseX-Types-Stringlike-0.003/Makefile.PL +MooseX-Types-Stringlike-0.003/MANIFEST +MooseX-Types-Stringlike-0.003/META.json +MooseX-Types-Stringlike-0.003/META.yml +MooseX-Types-Stringlike-0.003/perlcritic.rc +MooseX-Types-Stringlike-0.003/README +MooseX-Types-Stringlike-0.003/t/ +MooseX-Types-Stringlike-0.003/tidyall.ini +MooseX-Types-Stringlike-0.003/xt/ +MooseX-Types-Stringlike-0.003/xt/author/ +MooseX-Types-Stringlike-0.003/xt/release/ +MooseX-Types-Stringlike-0.003/xt/release/distmeta.t +MooseX-Types-Stringlike-0.003/xt/release/minimum-version.t +MooseX-Types-Stringlike-0.003/xt/release/pod-coverage.t +MooseX-Types-Stringlike-0.003/xt/release/pod-syntax.t +MooseX-Types-Stringlike-0.003/xt/release/portability.t +MooseX-Types-Stringlike-0.003/xt/release/test-version.t +MooseX-Types-Stringlike-0.003/xt/author/00-compile.t +MooseX-Types-Stringlike-0.003/xt/author/critic.t +MooseX-Types-Stringlike-0.003/xt/author/pod-spell.t +MooseX-Types-Stringlike-0.003/t/00-report-prereqs.t +MooseX-Types-Stringlike-0.003/t/arrayrefs.t +MooseX-Types-Stringlike-0.003/t/stringable.t +MooseX-Types-Stringlike-0.003/lib/MooseX/ +MooseX-Types-Stringlike-0.003/lib/MooseX/Types/ +MooseX-Types-Stringlike-0.003/lib/MooseX/Types/Stringlike.pm +Entering MooseX-Types-Stringlike-0.003 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Types-Stringlike-0.003 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Types::Stringlike +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have MooseX::Types::Moose 0 ... No +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have MooseX::Types 0 ... No +Checking if you have version 0 ... Yes (0.9918) +Checking if you have List::Util 0 ... Yes (1.49) +Checking if you have Moose 2 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have overload 0 ... Yes (1.28) +Already tried MooseX::Types::Moose. Skipping. +Already tried MooseX::Types. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'MooseX::Types' is not installed, Module 'MooseX::Types::Moose' is not installed +! Bailing out the installation for MooseX-Types-Stringlike-0.003. +Already tried Moose. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Searching MooseX::Getopt (0) on cpanmetadb ... +Unpacking MooseX-Getopt-0.71.tar.gz +OK +==> Found dependencies: MooseX::Types::Moose, MooseX::Types, Moose +--> Working on MooseX::Getopt +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Getopt-0.71.tar.gz ... OK +MooseX-Getopt-0.71/ +MooseX-Getopt-0.71/Build.PL +MooseX-Getopt-0.71/Changes +MooseX-Getopt-0.71/CONTRIBUTING +MooseX-Getopt-0.71/dist.ini +MooseX-Getopt-0.71/INSTALL +MooseX-Getopt-0.71/lib/ +MooseX-Getopt-0.71/LICENSE +MooseX-Getopt-0.71/Makefile.PL +MooseX-Getopt-0.71/MANIFEST +MooseX-Getopt-0.71/META.json +MooseX-Getopt-0.71/META.yml +MooseX-Getopt-0.71/README +MooseX-Getopt-0.71/t/ +MooseX-Getopt-0.71/xt/ +MooseX-Getopt-0.71/xt/author/ +MooseX-Getopt-0.71/xt/release/ +MooseX-Getopt-0.71/xt/release/changes_has_content.t +MooseX-Getopt-0.71/xt/release/cpan-changes.t +MooseX-Getopt-0.71/xt/release/distmeta.t +MooseX-Getopt-0.71/xt/release/minimum-version.t +MooseX-Getopt-0.71/xt/author/00-compile.t +MooseX-Getopt-0.71/xt/author/clean-namespaces.t +MooseX-Getopt-0.71/xt/author/eol.t +MooseX-Getopt-0.71/xt/author/kwalitee.t +MooseX-Getopt-0.71/xt/author/mojibake.t +MooseX-Getopt-0.71/xt/author/no-tabs.t +MooseX-Getopt-0.71/xt/author/pod-coverage.t +MooseX-Getopt-0.71/xt/author/pod-no404s.t +MooseX-Getopt-0.71/xt/author/pod-spell.t +MooseX-Getopt-0.71/xt/author/pod-syntax.t +MooseX-Getopt-0.71/xt/author/portability.t +MooseX-Getopt-0.71/t/00-report-prereqs.dd +MooseX-Getopt-0.71/t/00-report-prereqs.t +MooseX-Getopt-0.71/t/001_basic.t +MooseX-Getopt-0.71/t/002_custom_option_type.t +MooseX-Getopt-0.71/t/003_inferred_option_type.t +MooseX-Getopt-0.71/t/004_nogetop.t +MooseX-Getopt-0.71/t/005_strict.t +MooseX-Getopt-0.71/t/006_metaclass_traits.t +MooseX-Getopt-0.71/t/007_nogetopt_trait.t +MooseX-Getopt-0.71/t/008_configfromfile.t +MooseX-Getopt-0.71/t/009_gld_and_explicit_options.t +MooseX-Getopt-0.71/t/010_dashes.t +MooseX-Getopt-0.71/t/011_process_argv.t +MooseX-Getopt-0.71/t/100_gld_default_bug.t +MooseX-Getopt-0.71/t/101_argv_bug.t +MooseX-Getopt-0.71/t/102_basic_basic.t +MooseX-Getopt-0.71/t/103_uc_bug.t +MooseX-Getopt-0.71/t/104_override_usage.t +MooseX-Getopt-0.71/t/105_uc_bug_more.t +MooseX-Getopt-0.71/t/106_no_ignore_case.t +MooseX-Getopt-0.71/t/107_no_auto_help.t +MooseX-Getopt-0.71/t/107_union_bug.t +MooseX-Getopt-0.71/t/108_usage_attr.t +MooseX-Getopt-0.71/t/109_help_flag.t +MooseX-Getopt-0.71/t/110_sort_usage_by_attr_order.t +MooseX-Getopt-0.71/t/111_gld_pass_through.t +MooseX-Getopt-0.71/t/112_configfile_constructor_arg.t +MooseX-Getopt-0.71/t/112_configfile_constructor_arg.yml +MooseX-Getopt-0.71/t/113_moosex_strictconstructor.t +MooseX-Getopt-0.71/t/114_init_arg.t +MooseX-Getopt-0.71/t/zzz-check-breaks.t +MooseX-Getopt-0.71/lib/MooseX/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/ +MooseX-Getopt-0.71/lib/MooseX/Getopt.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Basic.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Dashes.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/GLD.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/OptionTypeMap.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/ProcessedArgv.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Strict.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait/ +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait.pm +MooseX-Getopt-0.71/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm +Entering MooseX-Getopt-0.71 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Getopt-0.71 ... Creating new 'Build' script for 'MooseX-Getopt' version '0.71' +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long 2.37 ... Yes (2.5) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Moose::Util 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have Test::Moose 0 ... No +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have Moose 2 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Meta::Attribute 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Path::Tiny 0.009 ... Yes (0.104) +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Test::Trap 0 ... Yes (0.3.3) +Already tried Moose::Util. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Test::Moose. Skipping. +Already tried Moose. Skipping. +Searching Moose::Meta::Class (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching MooseX::Role::Parameterized (1.01) on cpanmetadb ... +Unpacking MooseX-Role-Parameterized-1.10.tar.gz +OK +==> Found dependencies: Moose::Util, Module::Runtime, Test::Moose, Moose, Moose::Meta::Class, MooseX::Role::Parameterized, Moose::Role, Getopt::Long::Descriptive, Moose::Meta::Attribute, namespace::autoclean, Moose::Util::TypeConstraints +--> Working on MooseX::Role::Parameterized +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-Parameterized-1.10.tar.gz ... OK +MooseX-Role-Parameterized-1.10/ +MooseX-Role-Parameterized-1.10/Build.PL +MooseX-Role-Parameterized-1.10/Changes +MooseX-Role-Parameterized-1.10/CONTRIBUTING +MooseX-Role-Parameterized-1.10/dist.ini +MooseX-Role-Parameterized-1.10/INSTALL +MooseX-Role-Parameterized-1.10/lib/ +MooseX-Role-Parameterized-1.10/LICENSE +MooseX-Role-Parameterized-1.10/Makefile.PL +MooseX-Role-Parameterized-1.10/MANIFEST +MooseX-Role-Parameterized-1.10/META.json +MooseX-Role-Parameterized-1.10/META.yml +MooseX-Role-Parameterized-1.10/README +MooseX-Role-Parameterized-1.10/t/ +MooseX-Role-Parameterized-1.10/xt/ +MooseX-Role-Parameterized-1.10/xt/author/ +MooseX-Role-Parameterized-1.10/xt/release/ +MooseX-Role-Parameterized-1.10/xt/release/changes_has_content.t +MooseX-Role-Parameterized-1.10/xt/release/cpan-changes.t +MooseX-Role-Parameterized-1.10/xt/release/distmeta.t +MooseX-Role-Parameterized-1.10/xt/release/minimum-version.t +MooseX-Role-Parameterized-1.10/xt/author/00-compile.t +MooseX-Role-Parameterized-1.10/xt/author/clean-namespaces.t +MooseX-Role-Parameterized-1.10/xt/author/eol.t +MooseX-Role-Parameterized-1.10/xt/author/kwalitee.t +MooseX-Role-Parameterized-1.10/xt/author/mojibake.t +MooseX-Role-Parameterized-1.10/xt/author/no-tabs.t +MooseX-Role-Parameterized-1.10/xt/author/pod-coverage.t +MooseX-Role-Parameterized-1.10/xt/author/pod-syntax.t +MooseX-Role-Parameterized-1.10/xt/author/portability.t +MooseX-Role-Parameterized-1.10/t/00-report-prereqs.dd +MooseX-Role-Parameterized-1.10/t/00-report-prereqs.t +MooseX-Role-Parameterized-1.10/t/001-parameters.t +MooseX-Role-Parameterized-1.10/t/002-role-block.t +MooseX-Role-Parameterized-1.10/t/003-apply.t +MooseX-Role-Parameterized-1.10/t/004-with.t +MooseX-Role-Parameterized-1.10/t/005-with-parameterized.t +MooseX-Role-Parameterized-1.10/t/006-requires.t +MooseX-Role-Parameterized-1.10/t/007-excludes.t +MooseX-Role-Parameterized-1.10/t/008-method-modifers.t +MooseX-Role-Parameterized-1.10/t/009-override-super.t +MooseX-Role-Parameterized-1.10/t/010-blessed-confess.t +MooseX-Role-Parameterized-1.10/t/011-reference-parameters.t +MooseX-Role-Parameterized-1.10/t/012-rename-role.t +MooseX-Role-Parameterized-1.10/t/013-does.t +MooseX-Role-Parameterized-1.10/t/014-compose-parameterizable.t +MooseX-Role-Parameterized-1.10/t/015-compose-keywords.t +MooseX-Role-Parameterized-1.10/t/016-trait.t +MooseX-Role-Parameterized-1.10/t/017-current_metaclass.t +MooseX-Role-Parameterized-1.10/t/018-parameter-roles.t +MooseX-Role-Parameterized-1.10/t/020-metaclass-reinitialize.t +MooseX-Role-Parameterized-1.10/t/021-parameter-trait.t +MooseX-Role-Parameterized-1.10/t/022-export-p-trait.t +MooseX-Role-Parameterized-1.10/t/023-metarole-import-params.t +MooseX-Role-Parameterized-1.10/t/024-named-anonymous.t +MooseX-Role-Parameterized-1.10/t/100-erroneous-keywords.t +MooseX-Role-Parameterized-1.10/t/101-alias-excludes.t +MooseX-Role-Parameterized-1.10/t/102-nested.t +MooseX-Role-Parameterized-1.10/t/150-composite-role-application.t +MooseX-Role-Parameterized-1.10/t/200-cooperative.t +MooseX-Role-Parameterized-1.10/t/lib/ +MooseX-Role-Parameterized-1.10/t/zzz-check-breaks.t +MooseX-Role-Parameterized-1.10/t/lib/Bar.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterised.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Extending.pod +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Parameters.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Tutorial.pod +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Role/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/ +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterizable.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterized.pm +MooseX-Role-Parameterized-1.10/lib/MooseX/Role/Parameterized/Meta/Role/Parameterized.pm +Entering MooseX-Role-Parameterized-1.10 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Role-Parameterized-1.10 ... Creating new 'Build' script for 'MooseX-Role-Parameterized' version '1.10' +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have CPAN::Meta::Requirements 0 ... Yes (2.140) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Moose 2.0300 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Moose::Meta::Role 0 ... No +Checking if you have Test::Moose 0 ... No +Checking if you have Moose::Exporter 0 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have MooseX::Role::WithOverloading 0 ... No +Checking if you have CPAN::Meta::Check 0.011 ... Yes (0.014) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Role. Skipping. +Already tried Moose. Skipping. +Searching Moose::Meta::Role (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Test::Moose. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Moose::Util. Skipping. +Searching MooseX::Role::WithOverloading (0) on cpanmetadb ... +Unpacking MooseX-Role-WithOverloading-0.17.tar.gz +OK +==> Found dependencies: Moose::Util::TypeConstraints, namespace::autoclean, Moose::Role, Moose, Moose::Meta::Role, Test::Moose, Moose::Exporter, Module::Runtime, Moose::Util, MooseX::Role::WithOverloading, namespace::clean +--> Working on MooseX::Role::WithOverloading +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Role-WithOverloading-0.17.tar.gz ... OK +MooseX-Role-WithOverloading-0.17/ +MooseX-Role-WithOverloading-0.17/Changes +MooseX-Role-WithOverloading-0.17/CONTRIBUTING +MooseX-Role-WithOverloading-0.17/dist.ini +MooseX-Role-WithOverloading-0.17/INSTALL +MooseX-Role-WithOverloading-0.17/lib/ +MooseX-Role-WithOverloading-0.17/LICENCE +MooseX-Role-WithOverloading-0.17/Makefile.PL +MooseX-Role-WithOverloading-0.17/MANIFEST +MooseX-Role-WithOverloading-0.17/META.json +MooseX-Role-WithOverloading-0.17/META.yml +MooseX-Role-WithOverloading-0.17/README +MooseX-Role-WithOverloading-0.17/t/ +MooseX-Role-WithOverloading-0.17/WithOverloading.xs +MooseX-Role-WithOverloading-0.17/xt/ +MooseX-Role-WithOverloading-0.17/xt/author/ +MooseX-Role-WithOverloading-0.17/xt/release/ +MooseX-Role-WithOverloading-0.17/xt/release/changes_has_content.t +MooseX-Role-WithOverloading-0.17/xt/release/cpan-changes.t +MooseX-Role-WithOverloading-0.17/xt/release/distmeta.t +MooseX-Role-WithOverloading-0.17/xt/release/minimum-version.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-coverage.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-no404s.t +MooseX-Role-WithOverloading-0.17/xt/release/pod-syntax.t +MooseX-Role-WithOverloading-0.17/xt/release/portability.t +MooseX-Role-WithOverloading-0.17/xt/author/00-compile.t +MooseX-Role-WithOverloading-0.17/xt/author/clean-namespaces.t +MooseX-Role-WithOverloading-0.17/xt/author/eol.t +MooseX-Role-WithOverloading-0.17/xt/author/kwalitee.t +MooseX-Role-WithOverloading-0.17/xt/author/mojibake.t +MooseX-Role-WithOverloading-0.17/xt/author/no-tabs.t +MooseX-Role-WithOverloading-0.17/xt/author/pod-spell.t +MooseX-Role-WithOverloading-0.17/t/00-report-prereqs.dd +MooseX-Role-WithOverloading-0.17/t/00-report-prereqs.t +MooseX-Role-WithOverloading-0.17/t/combine_to_class.t +MooseX-Role-WithOverloading-0.17/t/combine_to_instance.t +MooseX-Role-WithOverloading-0.17/t/combine_to_role.t +MooseX-Role-WithOverloading-0.17/t/core_moose.t +MooseX-Role-WithOverloading-0.17/t/lib/ +MooseX-Role-WithOverloading-0.17/t/remove_attributes_bug.t +MooseX-Role-WithOverloading-0.17/t/to_class.t +MooseX-Role-WithOverloading-0.17/t/to_instance.t +MooseX-Role-WithOverloading-0.17/t/to_role.t +MooseX-Role-WithOverloading-0.17/t/zzz-check-breaks.t +MooseX-Role-WithOverloading-0.17/t/lib/ClassWithCombiningRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/CombiningClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/CombiningRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/OtherClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/OtherRole.pm +MooseX-Role-WithOverloading-0.17/t/lib/Role.pm +MooseX-Role-WithOverloading-0.17/t/lib/SomeClass.pm +MooseX-Role-WithOverloading-0.17/t/lib/UnrelatedRole.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm +MooseX-Role-WithOverloading-0.17/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm +Entering MooseX-Role-WithOverloading-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Role-WithOverloading-0.17 ... Warning: prerequisite Moose 0.94 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 1.15 not found. +Warning: prerequisite namespace::autoclean 0.16 not found. +Warning: prerequisite namespace::clean 0.19 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Role::WithOverloading +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose 2.0300 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have aliased 0 ... Yes (0.34) +Checking if you have Moose::Exporter 0 ... No +Already tried Moose::Role. Skipping. +Already tried namespace::clean. Skipping. +Already tried Moose. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Exporter. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'namespace::clean' is not installed, Module 'Moose' is not installed, Module 'Moose::Exporter' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Role-WithOverloading-0.17. +Already tried namespace::clean. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'namespace::autoclean' is not installed, Module 'namespace::clean' is not installed, Module 'Moose' is not installed, Module 'MooseX::Role::WithOverloading' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose::Util' is not installed, Module 'Moose::Exporter' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Meta::Role' is not installed +! Bailing out the installation for MooseX-Role-Parameterized-1.10. +Already tried Moose::Role. Skipping. +Searching Getopt::Long::Descriptive (0.088) on cpanmetadb ... +Unpacking Getopt-Long-Descriptive-0.100.tar.gz +OK +==> Found dependencies: Moose::Role, namespace::clean, Moose, namespace::autoclean, Moose::Exporter +--> Working on Getopt::Long::Descriptive +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.100.tar.gz ... OK +Getopt-Long-Descriptive-0.100 +Getopt-Long-Descriptive-0.100/README +Getopt-Long-Descriptive-0.100/Changes +Getopt-Long-Descriptive-0.100/LICENSE +Getopt-Long-Descriptive-0.100/dist.ini +Getopt-Long-Descriptive-0.100/META.yml +Getopt-Long-Descriptive-0.100/MANIFEST +Getopt-Long-Descriptive-0.100/META.json +Getopt-Long-Descriptive-0.100/Makefile.PL +Getopt-Long-Descriptive-0.100/t +Getopt-Long-Descriptive-0.100/t/descriptive.t +Getopt-Long-Descriptive-0.100/t/shortcircuit.t +Getopt-Long-Descriptive-0.100/t/zzz-check-breaks.t +Getopt-Long-Descriptive-0.100/t/00-report-prereqs.t +Getopt-Long-Descriptive-0.100/xt/author +Getopt-Long-Descriptive-0.100/xt/author/pod-syntax.t +Getopt-Long-Descriptive-0.100/t/00-report-prereqs.dd +Getopt-Long-Descriptive-0.100/lib/Getopt/Long +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive.pm +Getopt-Long-Descriptive-0.100/xt/release +Getopt-Long-Descriptive-0.100/xt/release/changes_has_content.t +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive/Opts.pm +Getopt-Long-Descriptive-0.100/lib/Getopt/Long/Descriptive/Usage.pm +Entering Getopt-Long-Descriptive-0.100 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Getopt-Long-Descriptive-0.100 ... Warning: prerequisite Params::Validate 0.97 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Getopt::Long::Descriptive +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have CPAN::Meta::Requirements 0 ... Yes (2.140) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have Sub::Exporter 0.978 ... Yes (0.987) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have List::Util 0 ... Yes (1.49) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Getopt::Long 2.37 ... Yes (2.5) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Params::Validate 0.97 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have CPAN::Meta::Check 0.011 ... Yes (0.014) +Searching Params::Validate (0.97) on cpanmetadb ... +Unpacking Params-Validate-1.29.tar.gz +OK +==> Found dependencies: Params::Validate +--> Working on Params::Validate +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.29.tar.gz ... OK +Params-Validate-1.29/ +Params-Validate-1.29/lib/ +Params-Validate-1.29/lib/Params/ +Params-Validate-1.29/lib/Params/ValidateXS.pm +Params-Validate-1.29/lib/Params/Validate/ +Params-Validate-1.29/lib/Params/Validate/XS.pm +Params-Validate-1.29/lib/Params/Validate/PP.pm +Params-Validate-1.29/lib/Params/Validate/XS.xs +Params-Validate-1.29/lib/Params/Validate/Constants.pm +Params-Validate-1.29/lib/Params/ValidatePP.pm +Params-Validate-1.29/lib/Params/Validate.pm +Params-Validate-1.29/weaver.ini +Params-Validate-1.29/cpanfile +Params-Validate-1.29/perlcriticrc +Params-Validate-1.29/Build.PL +Params-Validate-1.29/INSTALL +Params-Validate-1.29/inc/ +Params-Validate-1.29/inc/MyModuleBuild.pm +Params-Validate-1.29/LICENSE +Params-Validate-1.29/tidyall.ini +Params-Validate-1.29/c/ +Params-Validate-1.29/c/ppport.h +Params-Validate-1.29/CONTRIBUTING.md +Params-Validate-1.29/Changes +Params-Validate-1.29/META.json +Params-Validate-1.29/benchmarks/ +Params-Validate-1.29/benchmarks/basic +Params-Validate-1.29/dist.ini +Params-Validate-1.29/TODO +Params-Validate-1.29/perltidyrc +Params-Validate-1.29/MANIFEST +Params-Validate-1.29/META.yml +Params-Validate-1.29/t/ +Params-Validate-1.29/t/lib/ +Params-Validate-1.29/t/lib/PVTests/ +Params-Validate-1.29/t/lib/PVTests/Callbacks.pm +Params-Validate-1.29/t/lib/PVTests/Defaults.pm +Params-Validate-1.29/t/lib/PVTests/Standard.pm +Params-Validate-1.29/t/lib/PVTests/With.pm +Params-Validate-1.29/t/lib/PVTests/Regex.pm +Params-Validate-1.29/t/lib/PVTests.pm +Params-Validate-1.29/t/25-undef-regex.t +Params-Validate-1.29/t/28-readonly-return.t +Params-Validate-1.29/t/36-large-arrays.t +Params-Validate-1.29/t/30-hashref-alteration.t +Params-Validate-1.29/t/07-with.t +Params-Validate-1.29/t/39-reentrant.t +Params-Validate-1.29/t/15-case.t +Params-Validate-1.29/t/01-validate.t +Params-Validate-1.29/t/06-options.t +Params-Validate-1.29/t/21-can.t +Params-Validate-1.29/t/17-callbacks.t +Params-Validate-1.29/t/33-keep-errsv.t +Params-Validate-1.29/t/14-no_validate.t +Params-Validate-1.29/t/00-report-prereqs.t +Params-Validate-1.29/t/11-cb.t +Params-Validate-1.29/t/08-noop_with.t +Params-Validate-1.29/t/02-noop.t +Params-Validate-1.29/t/09-regex.t +Params-Validate-1.29/t/35-default-xs-bug.t +Params-Validate-1.29/t/04-defaults.t +Params-Validate-1.29/t/26-isa.t +Params-Validate-1.29/t/16-normalize.t +Params-Validate-1.29/t/00-report-prereqs.dd +Params-Validate-1.29/t/38-callback-message.t +Params-Validate-1.29/t/27-string-as-type.t +Params-Validate-1.29/t/31-incorrect-spelling.t +Params-Validate-1.29/t/10-noop_regex.t +Params-Validate-1.29/t/19-untaint.t +Params-Validate-1.29/t/22-overload-can-bug.t +Params-Validate-1.29/t/32-regex-as-value.t +Params-Validate-1.29/t/23-readonly.t +Params-Validate-1.29/t/34-recursive-validation.t +Params-Validate-1.29/t/12-noop_cb.t +Params-Validate-1.29/t/18-depends.t +Params-Validate-1.29/t/13-taint.t +Params-Validate-1.29/t/05-noop_default.t +Params-Validate-1.29/t/29-taint-mode.t +Params-Validate-1.29/t/37-exports.t +Params-Validate-1.29/t/24-tied.t +Params-Validate-1.29/README.md +Params-Validate-1.29/xt/ +Params-Validate-1.29/xt/author/ +Params-Validate-1.29/xt/author/pp-39-reentrant.t +Params-Validate-1.29/xt/author/pp-07-with.t +Params-Validate-1.29/xt/author/pp-28-readonly-return.t +Params-Validate-1.29/xt/author/pp-22-overload-can-bug.t +Params-Validate-1.29/xt/author/pp-09-regex.t +Params-Validate-1.29/xt/author/pp-12-noop_cb.t +Params-Validate-1.29/xt/author/pp-16-normalize.t +Params-Validate-1.29/xt/author/pod-coverage.t +Params-Validate-1.29/xt/author/pp-13-taint.t +Params-Validate-1.29/xt/author/pp-21-can.t +Params-Validate-1.29/xt/author/pp-30-hashref-alteration.t +Params-Validate-1.29/xt/author/pp-14-no_validate.t +Params-Validate-1.29/xt/author/pp-01-validate.t +Params-Validate-1.29/xt/author/no-tabs.t +Params-Validate-1.29/xt/author/pp-33-keep-errsv.t +Params-Validate-1.29/xt/author/synopsis.t +Params-Validate-1.29/xt/author/pp-18-depends.t +Params-Validate-1.29/xt/author/pp-05-noop_default.t +Params-Validate-1.29/xt/author/pp-11-cb.t +Params-Validate-1.29/xt/author/pp-06-options.t +Params-Validate-1.29/xt/author/pp-37-exports.t +Params-Validate-1.29/xt/author/pp-25-undef-regex.t +Params-Validate-1.29/xt/author/pp-23-readonly.t +Params-Validate-1.29/xt/author/pp-27-string-as-type.t +Params-Validate-1.29/xt/author/pp-08-noop_with.t +Params-Validate-1.29/xt/author/pod-spell.t +Params-Validate-1.29/xt/author/memory-leak.t +Params-Validate-1.29/xt/author/pp-15-case.t +Params-Validate-1.29/xt/author/xs-is-loaded.t +Params-Validate-1.29/xt/author/pp-34-recursive-validation.t +Params-Validate-1.29/xt/author/pp-17-callbacks.t +Params-Validate-1.29/xt/author/pp-35-default-xs-bug.t +Params-Validate-1.29/xt/author/pp-38-callback-message.t +Params-Validate-1.29/xt/author/xs-segfault.t +Params-Validate-1.29/xt/author/mojibake.t +Params-Validate-1.29/xt/author/pp-19-untaint.t +Params-Validate-1.29/xt/author/pp-10-noop_regex.t +Params-Validate-1.29/xt/author/pp-04-defaults.t +Params-Validate-1.29/xt/author/pp-02-noop.t +Params-Validate-1.29/xt/author/pp-36-large-arrays.t +Params-Validate-1.29/xt/author/xs-stack-realloc.t +Params-Validate-1.29/xt/author/eol.t +Params-Validate-1.29/xt/author/pp-31-incorrect-spelling.t +Params-Validate-1.29/xt/author/pp-29-taint-mode.t +Params-Validate-1.29/xt/author/00-compile.t +Params-Validate-1.29/xt/author/portability.t +Params-Validate-1.29/xt/author/pod-syntax.t +Params-Validate-1.29/xt/author/pp-is-loaded.t +Params-Validate-1.29/xt/author/pp-32-regex-as-value.t +Params-Validate-1.29/xt/author/pp-24-tied.t +Params-Validate-1.29/xt/author/pp-26-isa.t +Params-Validate-1.29/xt/release/ +Params-Validate-1.29/xt/release/cpan-changes.t +Params-Validate-1.29/xt/release/meta-json.t +Entering Params-Validate-1.29 +Checking configure dependencies from META.json +Checking if you have Module::Build 0.38 ... Yes (0.4224) +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Running Build.PL +Configuring Params-Validate-1.29 ... Checking prerequisites... + requires: + ! Module::Implementation is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'Params-Validate' version '1.29' +Checking dependencies from MYMETA.json ... +Checking if you have base 0 ... Yes (2.26) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Module::Build 0.28 ... Yes (0.4224) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Devel::Peek 0 ... Yes (1.27) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Tie::Array 0 ... Yes (1.06) +Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280228) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Tie::Hash 0 ... Yes (1.05) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Already tried Module::Implementation. Skipping. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed +! Bailing out the installation for Params-Validate-1.29. +! Installing the dependencies failed: Module 'Params::Validate' is not installed +! Bailing out the installation for Getopt-Long-Descriptive-0.100. +Searching Moose::Meta::Attribute (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +! Installing the dependencies failed: Module 'Getopt::Long::Descriptive' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'namespace::autoclean' is not installed, Module 'Moose::Meta::Attribute' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Util' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose' is not installed +! Bailing out the installation for MooseX-Getopt-0.71. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'MooseX::Types' is not installed, Module 'Moose' is not installed, Module 'MooseX::Types::Stringlike' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Getopt' is not installed +! Bailing out the installation for MooseX-Types-Path-Tiny-0.012. +Already tried namespace::autoclean. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Moose' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Types::Path::Tiny' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-ConfigFromFile-0.14. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'MooseX::ConfigFromFile' is not installed, Module 'Moose::Role' is not installed, Module 'Moose' is not installed +! Bailing out the installation for MooseX-SimpleConfig-0.11. +Already tried namespace::autoclean. Skipping. +Searching Type::Tiny (0) on cpanmetadb ... +Unpacking Type-Tiny-1.002001.tar.gz +OK +==> Found dependencies: Module::Implementation +--> Working on Type::Tiny +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/Type-Tiny-1.002001.tar.gz ... OK +Type-Tiny-1.002001/COPYRIGHT +Type-Tiny-1.002001/CREDITS +Type-Tiny-1.002001/Changes +Type-Tiny-1.002001/INSTALL +Type-Tiny-1.002001/LICENSE +Type-Tiny-1.002001/MANIFEST +Type-Tiny-1.002001/META.json +Type-Tiny-1.002001/META.yml +Type-Tiny-1.002001/Makefile.PL +Type-Tiny-1.002001/NEWS +Type-Tiny-1.002001/README +Type-Tiny-1.002001/SIGNATURE +Type-Tiny-1.002001/TODO +Type-Tiny-1.002001/dist.ini +Type-Tiny-1.002001/doap.ttl +Type-Tiny-1.002001/examples/datetime-coercions.pl +Type-Tiny-1.002001/examples/nonempty.pl +Type-Tiny-1.002001/examples/page-numbers.pl +Type-Tiny-1.002001/t/00-begin.t +Type-Tiny-1.002001/t/01-compile.t +Type-Tiny-1.002001/t/02-api.t +Type-Tiny-1.002001/t/03-leak.t +Type-Tiny-1.002001/t/99-moose-std-types-test.t +Type-Tiny-1.002001/t/README +Type-Tiny-1.002001/t/TODO +Type-Tiny-1.002001/t/mk-test-manifest.pl +Type-Tiny-1.002001/t/not-covered.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-coercions.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-constraints.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-named-param-validation.pl +Type-Tiny-1.002001/examples/benchmarking/benchmark-param-validation.pl +Type-Tiny-1.002001/examples/benchmarking/versus-scalar-validation.pl +Type-Tiny-1.002001/inc/Test/Fatal.pm +Type-Tiny-1.002001/inc/Test/Requires.pm +Type-Tiny-1.002001/inc/Try/Tiny.pm +Type-Tiny-1.002001/lib/Error/TypeTiny.pm +Type-Tiny-1.002001/lib/Eval/TypeTiny.pm +Type-Tiny-1.002001/lib/Test/TypeTiny.pm +Type-Tiny-1.002001/lib/Type/Coercion.pm +Type-Tiny-1.002001/lib/Type/Library.pm +Type-Tiny-1.002001/lib/Type/Params.pm +Type-Tiny-1.002001/lib/Type/Parser.pm +Type-Tiny-1.002001/lib/Type/Registry.pm +Type-Tiny-1.002001/lib/Type/Tiny.pm +Type-Tiny-1.002001/lib/Type/Utils.pm +Type-Tiny-1.002001/lib/Types/Standard.pm +Type-Tiny-1.002001/lib/Types/TypeTiny.pm +Type-Tiny-1.002001/t/40-regression/73f51e2d.pl +Type-Tiny-1.002001/t/40-regression/73f51e2d.t +Type-Tiny-1.002001/t/40-regression/gh1.t +Type-Tiny-1.002001/t/40-regression/gh14.t +Type-Tiny-1.002001/t/40-regression/rt85911.t +Type-Tiny-1.002001/t/40-regression/rt86004.t +Type-Tiny-1.002001/t/40-regression/rt86233.t +Type-Tiny-1.002001/t/40-regression/rt86239.t +Type-Tiny-1.002001/t/40-regression/rt90096-2.t +Type-Tiny-1.002001/t/40-regression/rt90096.t +Type-Tiny-1.002001/t/40-regression/rt92571-2.t +Type-Tiny-1.002001/t/40-regression/rt92571.t +Type-Tiny-1.002001/t/40-regression/rt92591.t +Type-Tiny-1.002001/t/40-regression/rt94196.t +Type-Tiny-1.002001/t/40-regression/rt97684.t +Type-Tiny-1.002001/t/40-regression/rt98113.t +Type-Tiny-1.002001/t/40-regression/ttxs-gh1.t +Type-Tiny-1.002001/t/lib/BiggerLib.pm +Type-Tiny-1.002001/t/lib/DemoLib.pm +Type-Tiny-1.002001/lib/Devel/TypeTiny/Perl56Compat.pm +Type-Tiny-1.002001/lib/Devel/TypeTiny/Perl58Compat.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/Assertion.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/Compilation.pm +Type-Tiny-1.002001/lib/Error/TypeTiny/WrongNumberOfParameters.pm +Type-Tiny-1.002001/lib/Reply/Plugin/TypeTiny.pm +Type-Tiny-1.002001/lib/Type/Coercion/FromMoose.pm +Type-Tiny-1.002001/lib/Type/Coercion/Union.pm +Type-Tiny-1.002001/lib/Type/Tiny/Class.pm +Type-Tiny-1.002001/lib/Type/Tiny/Duck.pm +Type-Tiny-1.002001/lib/Type/Tiny/Enum.pm +Type-Tiny-1.002001/lib/Type/Tiny/Intersection.pm +Type-Tiny-1.002001/lib/Type/Tiny/Manual.pod +Type-Tiny-1.002001/lib/Type/Tiny/Role.pm +Type-Tiny-1.002001/lib/Type/Tiny/Union.pm +Type-Tiny-1.002001/lib/Type/Tiny/_HalfOp.pm +Type-Tiny-1.002001/lib/Types/Common/Numeric.pm +Type-Tiny-1.002001/lib/Types/Common/String.pm +Type-Tiny-1.002001/lib/Types/Standard/ArrayRef.pm +Type-Tiny-1.002001/lib/Types/Standard/CycleTuple.pm +Type-Tiny-1.002001/lib/Types/Standard/Dict.pm +Type-Tiny-1.002001/lib/Types/Standard/HashRef.pm +Type-Tiny-1.002001/lib/Types/Standard/Map.pm +Type-Tiny-1.002001/lib/Types/Standard/ScalarRef.pm +Type-Tiny-1.002001/lib/Types/Standard/Tuple.pm +Type-Tiny-1.002001/t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t +Type-Tiny-1.002001/t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny/stacktrace.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-Assertion/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-Compilation/basic.t +Type-Tiny-1.002001/t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/fallback-aliases.t +Type-Tiny-1.002001/t/20-unit/Eval-TypeTiny/lexical-subs.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/extended.t +Type-Tiny-1.002001/t/20-unit/Test-TypeTiny/matchfor.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/esoteric.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/frozen.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/inlining.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/parameterized.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/smartmatch.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion/typetiny-constructor.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-FromMoose/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-FromMoose/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Coercion-Union/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Library/assert.t +Type-Tiny-1.002001/t/20-unit/Type-Library/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Library/inheritance.t +Type-Tiny-1.002001/t/20-unit/Type-Library/is.t +Type-Tiny-1.002001/t/20-unit/Type-Library/to.t +Type-Tiny-1.002001/t/20-unit/Type-Library/types.t +Type-Tiny-1.002001/t/20-unit/Type-Params/badsigs.t +Type-Tiny-1.002001/t/20-unit/Type-Params/carping.t +Type-Tiny-1.002001/t/20-unit/Type-Params/coerce.t +Type-Tiny-1.002001/t/20-unit/Type-Params/compile-named.t +Type-Tiny-1.002001/t/20-unit/Type-Params/hashorder.t +Type-Tiny-1.002001/t/20-unit/Type-Params/methods.t +Type-Tiny-1.002001/t/20-unit/Type-Params/mixednamed.t +Type-Tiny-1.002001/t/20-unit/Type-Params/multisig.t +Type-Tiny-1.002001/t/20-unit/Type-Params/named.t +Type-Tiny-1.002001/t/20-unit/Type-Params/noninline.t +Type-Tiny-1.002001/t/20-unit/Type-Params/optional.t +Type-Tiny-1.002001/t/20-unit/Type-Params/positional.t +Type-Tiny-1.002001/t/20-unit/Type-Params/slurpy.t +Type-Tiny-1.002001/t/20-unit/Type-Parser/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Parser/moosextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/automagic.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/methods.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/moosextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Registry/mousextypes.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/arithmetic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/coercion-modifiers.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/constraint-strings.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/esoteric.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/my-methods.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/parameterization.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/shortcuts.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/smartmatch.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/syntax.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/to-moose.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny/to-mouse.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Class/plus-constructors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Duck/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Duck/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Enum/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Enum/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Intersection/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Intersection/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Role/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Role/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Union/basic.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-Union/errors.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-_HalfOp/double-union.t +Type-Tiny-1.002001/t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/classifier.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-both.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-moose.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/dwim-mouse.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/match-on-type.t +Type-Tiny-1.002001/t/20-unit/Type-Utils/warnings.t +Type-Tiny-1.002001/t/20-unit/Types-Common-Numeric/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/coerce.t +Type-Tiny-1.002001/t/20-unit/Types-Common-String/unicode.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/basic.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/cycletuple.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/deep-coercions.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/lockdown.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/mxtmlb-alike.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/optlist.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/overload.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/strmatch.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/structured.t +Type-Tiny-1.002001/t/20-unit/Types-Standard/tied.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/basic.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/coercion.t +Type-Tiny-1.002001/t/20-unit/Types-TypeTiny/meta.t +Type-Tiny-1.002001/t/30-integration/Class-InsideOut/basic.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/basic.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/installer.t +Type-Tiny-1.002001/t/30-integration/Exporter-Tiny/role-conflict.t +Type-Tiny-1.002001/t/30-integration/Function-Parameters/basic.t +Type-Tiny-1.002001/t/30-integration/Kavorka/basic.t +Type-Tiny-1.002001/t/30-integration/Moo/basic.t +Type-Tiny-1.002001/t/30-integration/Moo/coercion-inlining-avoidance.t +Type-Tiny-1.002001/t/30-integration/Moo/coercion.t +Type-Tiny-1.002001/t/30-integration/Moo/exceptions.t +Type-Tiny-1.002001/t/30-integration/Moo/inflation.t +Type-Tiny-1.002001/t/30-integration/Moo/inflation2.t +Type-Tiny-1.002001/t/30-integration/Moops/basic.t +Type-Tiny-1.002001/t/30-integration/Moops/library-keyword.t +Type-Tiny-1.002001/t/30-integration/Moose/accept-moose-types.t +Type-Tiny-1.002001/t/30-integration/Moose/basic.t +Type-Tiny-1.002001/t/30-integration/Moose/coercion-more.t +Type-Tiny-1.002001/t/30-integration/Moose/coercion.t +Type-Tiny-1.002001/t/30-integration/Moose/inflate-then-inline.t +Type-Tiny-1.002001/t/30-integration/Moose/native-attribute-traits.t +Type-Tiny-1.002001/t/30-integration/MooseX-Getopt/coercion.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/basic.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/extending.t +Type-Tiny-1.002001/t/30-integration/MooseX-Types/more.t +Type-Tiny-1.002001/t/30-integration/Mouse/basic.t +Type-Tiny-1.002001/t/30-integration/Mouse/coercion.t +Type-Tiny-1.002001/t/30-integration/MouseX-Types/basic.t +Type-Tiny-1.002001/t/30-integration/MouseX-Types/extending.t +Type-Tiny-1.002001/t/30-integration/Object-Accessor/basic.t +Type-Tiny-1.002001/t/30-integration/Return-Type/basic.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/basic.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/unquote-coercions.t +Type-Tiny-1.002001/t/30-integration/Sub-Quote/unquote-constraints.t +Type-Tiny-1.002001/t/30-integration/Switcheroo/basic.t +Type-Tiny-1.002001/t/30-integration/Type-Tie/basic.t +Type-Tiny-1.002001/t/30-integration/Validation-Class-Simple/archaic.t +Type-Tiny-1.002001/t/30-integration/Validation-Class-Simple/basic.t +Type-Tiny-1.002001/t/30-integration/match-simple/basic.t +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Coercions.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Libraries.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Optimization.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Params.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/Policies.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMoo.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMoose.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithMouse.pod +Type-Tiny-1.002001/lib/Type/Tiny/Manual/UsingWithOther.pod +Entering Type-Tiny-1.002001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Type-Tiny-1.002001 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Type::Tiny +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Exporter::Tiny 0.026 ... Yes (1.000000) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing Type-Tiny-1.002001 ... cp lib/Type/Coercion/Union.pm blib/lib/Type/Coercion/Union.pm +cp lib/Type/Tiny/Manual/UsingWithMoose.pod blib/lib/Type/Tiny/Manual/UsingWithMoose.pod +cp lib/Type/Tiny/Manual/Libraries.pod blib/lib/Type/Tiny/Manual/Libraries.pod +cp lib/Types/Standard/ArrayRef.pm blib/lib/Types/Standard/ArrayRef.pm +cp lib/Error/TypeTiny.pm blib/lib/Error/TypeTiny.pm +cp lib/Type/Tiny/Manual/UsingWithOther.pod blib/lib/Type/Tiny/Manual/UsingWithOther.pod +cp lib/Type/Tiny/Manual/Policies.pod blib/lib/Type/Tiny/Manual/Policies.pod +cp lib/Type/Params.pm blib/lib/Type/Params.pm +cp lib/Type/Tiny/Manual/UsingWithMouse.pod blib/lib/Type/Tiny/Manual/UsingWithMouse.pod +cp lib/Type/Coercion.pm blib/lib/Type/Coercion.pm +cp lib/Type/Tiny.pm blib/lib/Type/Tiny.pm +cp lib/Type/Tiny/Class.pm blib/lib/Type/Tiny/Class.pm +cp lib/Type/Tiny/Manual.pod blib/lib/Type/Tiny/Manual.pod +cp lib/Reply/Plugin/TypeTiny.pm blib/lib/Reply/Plugin/TypeTiny.pm +cp lib/Types/Common/String.pm blib/lib/Types/Common/String.pm +cp lib/Type/Tiny/Manual/Params.pod blib/lib/Type/Tiny/Manual/Params.pod +cp lib/Type/Tiny/Role.pm blib/lib/Type/Tiny/Role.pm +cp lib/Type/Tiny/_HalfOp.pm blib/lib/Type/Tiny/_HalfOp.pm +cp lib/Error/TypeTiny/Assertion.pm blib/lib/Error/TypeTiny/Assertion.pm +cp lib/Error/TypeTiny/Compilation.pm blib/lib/Error/TypeTiny/Compilation.pm +cp lib/Type/Registry.pm blib/lib/Type/Registry.pm +cp lib/Type/Coercion/FromMoose.pm blib/lib/Type/Coercion/FromMoose.pm +cp lib/Types/Standard.pm blib/lib/Types/Standard.pm +cp lib/Type/Tiny/Enum.pm blib/lib/Type/Tiny/Enum.pm +cp lib/Type/Tiny/Intersection.pm blib/lib/Type/Tiny/Intersection.pm +cp lib/Type/Utils.pm blib/lib/Type/Utils.pm +cp lib/Error/TypeTiny/WrongNumberOfParameters.pm blib/lib/Error/TypeTiny/WrongNumberOfParameters.pm +cp lib/Type/Tiny/Manual/UsingWithMoo.pod blib/lib/Type/Tiny/Manual/UsingWithMoo.pod +cp lib/Type/Parser.pm blib/lib/Type/Parser.pm +cp lib/Eval/TypeTiny.pm blib/lib/Eval/TypeTiny.pm +cp lib/Type/Tiny/Union.pm blib/lib/Type/Tiny/Union.pm +cp lib/Type/Tiny/Manual/Coercions.pod blib/lib/Type/Tiny/Manual/Coercions.pod +cp lib/Test/TypeTiny.pm blib/lib/Test/TypeTiny.pm +cp lib/Type/Tiny/Manual/Optimization.pod blib/lib/Type/Tiny/Manual/Optimization.pod +cp lib/Devel/TypeTiny/Perl58Compat.pm blib/lib/Devel/TypeTiny/Perl58Compat.pm +cp lib/Devel/TypeTiny/Perl56Compat.pm blib/lib/Devel/TypeTiny/Perl56Compat.pm +cp lib/Types/Common/Numeric.pm blib/lib/Types/Common/Numeric.pm +cp lib/Type/Library.pm blib/lib/Type/Library.pm +cp lib/Type/Tiny/Duck.pm blib/lib/Type/Tiny/Duck.pm +cp lib/Types/Standard/Map.pm blib/lib/Types/Standard/Map.pm +cp lib/Types/Standard/ScalarRef.pm blib/lib/Types/Standard/ScalarRef.pm +cp lib/Types/Standard/HashRef.pm blib/lib/Types/Standard/HashRef.pm +cp lib/Types/TypeTiny.pm blib/lib/Types/TypeTiny.pm +cp lib/Types/Standard/CycleTuple.pm blib/lib/Types/Standard/CycleTuple.pm +cp lib/Types/Standard/Tuple.pm blib/lib/Types/Standard/Tuple.pm +cp lib/Types/Standard/Dict.pm blib/lib/Types/Standard/Dict.pm +Manifying 33 pod documents +Manifying 13 pod documents +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/20-unit/Devel-TypeTiny-Perl56Compat/*.t t/20-unit/Devel-TypeTiny-Perl58Compat/*.t t/20-unit/Error-TypeTiny-Assertion/*.t t/20-unit/Error-TypeTiny-Compilation/*.t t/20-unit/Error-TypeTiny-WrongNumberOfParameters/*.t t/20-unit/Error-TypeTiny/*.t t/20-unit/Eval-TypeTiny/*.t t/20-unit/Test-TypeTiny/*.t t/20-unit/Type-Coercion-FromMoose/*.t t/20-unit/Type-Coercion-Union/*.t t/20-unit/Type-Coercion/*.t t/20-unit/Type-Library/*.t t/20-unit/Type-Params/*.t t/20-unit/Type-Parser/*.t t/20-unit/Type-Registry/*.t t/20-unit/Type-Tiny-Class/*.t t/20-unit/Type-Tiny-Duck/*.t t/20-unit/Type-Tiny-Enum/*.t t/20-unit/Type-Tiny-Intersection/*.t t/20-unit/Type-Tiny-Role/*.t t/20-unit/Type-Tiny-Union/*.t t/20-unit/Type-Tiny-_HalfOp/*.t t/20-unit/Type-Tiny/*.t t/20-unit/Type-Utils/*.t t/20-unit/Types-Common-Numeric/*.t t/20-unit/Types-Common-String/*.t t/20-unit/Types-Standard/*.t t/20-unit/Types-TypeTiny/*.t t/30-integration/Class-InsideOut/*.t t/30-integration/Exporter-Tiny/*.t t/30-integration/Function-Parameters/*.t t/30-integration/Kavorka/*.t t/30-integration/Moo/*.t t/30-integration/Moops/*.t t/30-integration/Moose/*.t t/30-integration/MooseX-Getopt/*.t t/30-integration/MooseX-Types/*.t t/30-integration/Mouse/*.t t/30-integration/MouseX-Types/*.t t/30-integration/Object-Accessor/*.t t/30-integration/Return-Type/*.t t/30-integration/Sub-Quote/*.t t/30-integration/Switcheroo/*.t t/30-integration/Type-Tie/*.t t/30-integration/Validation-Class-Simple/*.t t/30-integration/match-simple/*.t t/40-regression/*.t +# +# Perl 5.027005 +# Exporter::Tiny 1.000000 +# Type::Tie undef +# Type::Tiny::XS undef +# +# Moo undef +# Moose undef +# Mouse 2.4 +# +# $AUTOMATED_TESTING undef +# $NONINTERACTIVE_TESTING "1" +# $EXTENDED_TESTING undef +# $AUTHOR_TESTING undef +# $RELEASE_TESTING undef +# +# $PERL_TYPE_TINY_XS undef +# $PERL_TYPES_STANDARD_STRICTNUM undef +# $PERL_ONLY undef +# +# >>>> Type::Tiny is using Mouse::XS +# +t/00-begin.t .............................................. ok +t/01-compile.t ............................................ ok +t/02-api.t ................................................ ok +t/03-leak.t ............................................... ok +t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t ............. ok +t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t ............. ok +Argument "2.167_02" isn't numeric in numeric gt (>) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 167. +Argument "2.167_02" isn't numeric in numeric lt (<) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 186. +Argument "2.167_02" isn't numeric in numeric lt (<) at t/20-unit/Error-TypeTiny-Assertion/basic.t line 241. +t/20-unit/Error-TypeTiny-Assertion/basic.t ................ ok +t/20-unit/Error-TypeTiny-Compilation/basic.t .............. ok +t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t .. ok +t/20-unit/Error-TypeTiny/basic.t .......................... ok +t/20-unit/Error-TypeTiny/stacktrace.t ..................... ok +t/20-unit/Eval-TypeTiny/basic.t ........................... ok +t/20-unit/Eval-TypeTiny/fallback-aliases.t ................ skipped: test currently not working (TODO) +t/20-unit/Eval-TypeTiny/lexical-subs.t .................... ok +t/20-unit/Test-TypeTiny/basic.t ........................... ok +t/20-unit/Test-TypeTiny/extended.t ........................ ok +t/20-unit/Test-TypeTiny/matchfor.t ........................ ok +t/20-unit/Type-Coercion-FromMoose/basic.t ................. skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion-FromMoose/errors.t ................ skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion-Union/basic.t ..................... ok +t/20-unit/Type-Coercion/basic.t ........................... ok +t/20-unit/Type-Coercion/esoteric.t ........................ ok +t/20-unit/Type-Coercion/frozen.t .......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Coercion/inlining.t ........................ ok +t/20-unit/Type-Coercion/parameterized.t ................... ok +t/20-unit/Type-Coercion/smartmatch.t ...................... skipped: Perl too new +t/20-unit/Type-Coercion/typetiny-constructor.t ............ ok +t/20-unit/Type-Library/assert.t ........................... ok +t/20-unit/Type-Library/errors.t ........................... ok +t/20-unit/Type-Library/inheritance.t ...................... ok +t/20-unit/Type-Library/is.t ............................... ok +t/20-unit/Type-Library/to.t ............................... ok +t/20-unit/Type-Library/types.t ............................ ok +t/20-unit/Type-Params/badsigs.t ........................... ok +t/20-unit/Type-Params/carping.t ........................... ok +t/20-unit/Type-Params/coerce.t ............................ ok +t/20-unit/Type-Params/compile-named.t ..................... ok +t/20-unit/Type-Params/hashorder.t ......................... ok +t/20-unit/Type-Params/methods.t ........................... ok +t/20-unit/Type-Params/mixednamed.t ........................ ok +t/20-unit/Type-Params/multisig.t .......................... ok +t/20-unit/Type-Params/named.t ............................. ok +t/20-unit/Type-Params/noninline.t ......................... ok +t/20-unit/Type-Params/optional.t .......................... ok +t/20-unit/Type-Params/positional.t ........................ ok +t/20-unit/Type-Params/slurpy.t ............................ ok +t/20-unit/Type-Parser/basic.t ............................. ok +t/20-unit/Type-Parser/moosextypes.t ....................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Registry/automagic.t ....................... ok +t/20-unit/Type-Registry/basic.t ........................... ok +t/20-unit/Type-Registry/methods.t ......................... ok +t/20-unit/Type-Registry/moosextypes.t ..................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Registry/mousextypes.t ..................... skipped: Test requires module 'MouseX::Types::Common' but it's not found +t/20-unit/Type-Tiny-_HalfOp/double-union.t ................ ok +t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t ......... ok +t/20-unit/Type-Tiny-Class/basic.t ......................... ok +t/20-unit/Type-Tiny-Class/errors.t ........................ ok +t/20-unit/Type-Tiny-Class/plus-constructors.t ............. skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Tiny-Duck/basic.t .......................... ok +t/20-unit/Type-Tiny-Duck/errors.t ......................... ok +t/20-unit/Type-Tiny-Enum/basic.t .......................... ok +t/20-unit/Type-Tiny-Enum/errors.t ......................... ok +t/20-unit/Type-Tiny-Intersection/basic.t .................. ok +t/20-unit/Type-Tiny-Intersection/errors.t ................. ok +t/20-unit/Type-Tiny-Role/basic.t .......................... ok +t/20-unit/Type-Tiny-Role/errors.t ......................... ok +t/20-unit/Type-Tiny-Union/basic.t ......................... ok +t/20-unit/Type-Tiny-Union/errors.t ........................ ok +Not a GLOB reference at lib/Types/Standard.pm line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 40. +t/20-unit/Type-Tiny/arithmetic.t .......................... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 40 subtests passed +t/20-unit/Type-Tiny/basic.t ............................... ok +t/20-unit/Type-Tiny/coercion-modifiers.t .................. ok +t/20-unit/Type-Tiny/constraint-strings.t .................. ok +t/20-unit/Type-Tiny/esoteric.t ............................ ok +t/20-unit/Type-Tiny/my-methods.t .......................... ok +t/20-unit/Type-Tiny/parameterization.t .................... ok +t/20-unit/Type-Tiny/shortcuts.t ........................... ok +t/20-unit/Type-Tiny/smartmatch.t .......................... ok +t/20-unit/Type-Tiny/syntax.t .............................. ok +t/20-unit/Type-Tiny/to-moose.t ............................ skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Tiny/to-mouse.t ............................ ok +t/20-unit/Type-Utils/classifier.t ......................... ok +t/20-unit/Type-Utils/dwim-both.t .......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Utils/dwim-moose.t ......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Type-Utils/dwim-mouse.t ......................... skipped: Test requires module 'MouseX::Types' but it's not found +t/20-unit/Type-Utils/match-on-type.t ...................... ok +t/20-unit/Type-Utils/warnings.t ........................... ok +t/20-unit/Types-Common-Numeric/basic.t .................... ok +t/20-unit/Types-Common-String/basic.t ..................... ok +t/20-unit/Types-Common-String/coerce.t .................... ok +t/20-unit/Types-Common-String/unicode.t ................... ok +Not a GLOB reference at /home/ryan/.cpanm/work/1507550277.9666/Type-Tiny-1.002001/blib/lib/Types/Standard.pm line 36. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 41. +t/20-unit/Types-Standard/basic.t .......................... +Dubious, test returned 255 (wstat 65280, 0xff00) +All 41 subtests passed +t/20-unit/Types-Standard/cycletuple.t ..................... ok +t/20-unit/Types-Standard/deep-coercions.t ................. ok +t/20-unit/Types-Standard/lockdown.t ....................... ok +t/20-unit/Types-Standard/mxtmlb-alike.t ................... ok +t/20-unit/Types-Standard/optlist.t ........................ ok +t/20-unit/Types-Standard/overload.t ....................... ok +t/20-unit/Types-Standard/strmatch.t ....................... ok +t/20-unit/Types-Standard/structured.t ..................... ok +t/20-unit/Types-Standard/tied.t ........................... ok +t/20-unit/Types-TypeTiny/basic.t .......................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Types-TypeTiny/coercion.t ....................... skipped: Test requires module 'Moose' but it's not found +t/20-unit/Types-TypeTiny/meta.t ........................... ok +t/30-integration/Class-InsideOut/basic.t .................. skipped: Test requires module 'Class::InsideOut' but it's not found +t/30-integration/Exporter-Tiny/basic.t .................... ok +t/30-integration/Exporter-Tiny/installer.t ................ skipped: Test requires module 'Sub::Exporter::Lexical' but it's not found +t/30-integration/Exporter-Tiny/role-conflict.t ............ skipped: Test requires module 'Role::Tiny' but it's not found +t/30-integration/Function-Parameters/basic.t .............. skipped: this test requires Moo 1.000000 or Moose 2.0000 +t/30-integration/Kavorka/basic.t .......................... skipped: Test requires module 'Kavorka' but it's not found +t/30-integration/match-simple/basic.t ..................... skipped: Test requires module 'match::simple' but it's not found +t/30-integration/Moo/basic.t .............................. skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/coercion-inlining-avoidance.t ........ skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/coercion.t ........................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/exceptions.t ......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/inflation.t .......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moo/inflation2.t ......................... skipped: Test requires module 'Moo' but it's not found +t/30-integration/Moops/basic.t ............................ skipped: Test requires module 'Moops' but it's not found +t/30-integration/Moops/library-keyword.t .................. skipped: Test requires module 'Moops' but it's not found +t/30-integration/Moose/accept-moose-types.t ............... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/basic.t ............................ skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/coercion-more.t .................... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/coercion.t ......................... skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/inflate-then-inline.t .............. skipped: Test requires module 'Moose' but it's not found +t/30-integration/Moose/native-attribute-traits.t .......... skipped: Test requires module 'Moose' but it's not found +t/30-integration/MooseX-Getopt/coercion.t ................. skipped: Test requires module 'Moose' but it's not found +t/30-integration/MooseX-Types/basic.t ..................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/MooseX-Types/extending.t ................. skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/MooseX-Types/more.t ...................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found +t/30-integration/Mouse/basic.t ............................ ok +t/30-integration/Mouse/coercion.t ......................... ok +t/30-integration/MouseX-Types/basic.t ..................... skipped: Test requires module 'MouseX::Types' but it's not found +t/30-integration/MouseX-Types/extending.t ................. skipped: Test requires module 'MouseX::Types' but it's not found +t/30-integration/Object-Accessor/basic.t .................. skipped: Test requires module 'Object::Accessor' but it's not found +t/30-integration/Return-Type/basic.t ...................... skipped: Test requires module 'Return::Type' but it's not found +t/30-integration/Sub-Quote/basic.t ........................ ok +t/30-integration/Sub-Quote/unquote-coercions.t ............ ok +t/30-integration/Sub-Quote/unquote-constraints.t .......... ok +t/30-integration/Switcheroo/basic.t ....................... skipped: Test requires module 'Switcheroo' but it's not found +t/30-integration/Type-Tie/basic.t ......................... skipped: Test requires module 'Type::Tie' but it's not found +t/30-integration/Validation-Class-Simple/archaic.t ........ skipped: Test requires module 'Validation::Class' but it's not found +t/30-integration/Validation-Class-Simple/basic.t .......... skipped: Test requires module 'Validation::Class' but it's not found +t/40-regression/73f51e2d.t ................................ skipped: your perl does not support ithreads +t/40-regression/gh1.t ..................................... ok +t/40-regression/gh14.t .................................... skipped: Test requires module 'Moo' but it's not found +t/40-regression/rt85911.t ................................. ok +t/40-regression/rt86004.t ................................. ok +t/40-regression/rt86233.t ................................. ok +t/40-regression/rt86239.t ................................. ok +t/40-regression/rt90096-2.t ............................... ok +t/40-regression/rt90096.t ................................. ok +t/40-regression/rt92571-2.t ............................... ok +t/40-regression/rt92571.t ................................. ok +t/40-regression/rt92591.t ................................. ok +t/40-regression/rt94196.t ................................. ok +t/40-regression/rt97684.t ................................. skipped: Test requires module 'Devel::Hide' but it's not found +t/40-regression/rt98113.t ................................. ok +t/40-regression/ttxs-gh1.t ................................ ok +t/99-moose-std-types-test.t ............................... skipped: set EXTENDED_TESTING to true if you want to run this test + +Test Summary Report +------------------- +t/20-unit/Type-Tiny/arithmetic.t (Wstat: 65280 Tests: 40 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/20-unit/Types-Standard/basic.t (Wstat: 65280 Tests: 41 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=158, Tests=1497, 18 wallclock secs ( 0.59 usr 0.19 sys + 14.51 cusr 2.02 csys = 17.31 CPU) +Result: FAIL +Failed 2/158 test programs. 0/1497 subtests failed. +Makefile:1031: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Type::Tiny failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +Searching Package::Variant (0) on cpanmetadb ... +Unpacking Package-Variant-1.003002.tar.gz +FAIL +--> Working on Package::Variant +Fetching http://www.cpan.org/authors/id/M/MS/MSTROUT/Package-Variant-1.003002.tar.gz ... OK +Package-Variant-1.003002/ +Package-Variant-1.003002/lib/ +Package-Variant-1.003002/lib/Package/ +Package-Variant-1.003002/lib/Package/Variant.pm +Package-Variant-1.003002/META.yml +Package-Variant-1.003002/META.json +Package-Variant-1.003002/Makefile.PL +Package-Variant-1.003002/README +Package-Variant-1.003002/maint/ +Package-Variant-1.003002/maint/Makefile.PL.include +Package-Variant-1.003002/MANIFEST +Package-Variant-1.003002/t/ +Package-Variant-1.003002/t/30-pragma-leak.t +Package-Variant-1.003002/t/01simple.t +Package-Variant-1.003002/t/20moo-param-role.t +Package-Variant-1.003002/t/11dynamic-build.t +Package-Variant-1.003002/t/10argument-types.t +Package-Variant-1.003002/Changes +Entering Package-Variant-1.003002 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring Package-Variant-1.003002 ... Warning: prerequisite Import::Into 1.000000 not found. +Warning: prerequisite Module::Runtime 0.013 not found. +Warning: prerequisite strictures 2.000000 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Package::Variant +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strictures 2.000000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Import::Into 1.000000 ... No +Searching strictures (2.000000) on cpanmetadb ... +Unpacking strictures-2.000003.tar.gz +OK +==> Found dependencies: strictures, Module::Runtime, Import::Into +--> Working on strictures +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/strictures-2.000003.tar.gz ... OK +strictures-2.000003/ +strictures-2.000003/Changes +strictures-2.000003/inc/ +strictures-2.000003/lib/ +strictures-2.000003/maint/ +strictures-2.000003/Makefile.PL +strictures-2.000003/MANIFEST +strictures-2.000003/META.json +strictures-2.000003/META.yml +strictures-2.000003/README +strictures-2.000003/t/ +strictures-2.000003/xt/ +strictures-2.000003/xt/all-categories.t +strictures-2.000003/xt/pod.t +strictures-2.000003/t/crash.t +strictures-2.000003/t/extras.t +strictures-2.000003/t/strictures.t +strictures-2.000003/maint/Makefile.PL.include +strictures-2.000003/lib/strictures/ +strictures-2.000003/lib/strictures.pm +strictures-2.000003/lib/strictures/extra.pm +strictures-2.000003/inc/ExtUtils/ +strictures-2.000003/inc/ExtUtils/HasCompiler.pm +Entering strictures-2.000003 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring strictures-2.000003 ... Warning: prerequisite indirect 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for strictures +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have bareword::filehandles 0 ... Yes (0.005) +Checking if you have multidimensional 0 ... Yes (0.013) +Checking if you have indirect 0 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Searching indirect (0) on cpanmetadb ... +Unpacking indirect-0.37.tar.gz +OK +==> Found dependencies: indirect +--> Working on indirect +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/indirect-0.37.tar.gz ... OK +indirect-0.37/ +indirect-0.37/Changes +indirect-0.37/indirect.xs +indirect-0.37/lib/ +indirect-0.37/Makefile.PL +indirect-0.37/MANIFEST +indirect-0.37/META.json +indirect-0.37/META.yml +indirect-0.37/README +indirect-0.37/samples/ +indirect-0.37/t/ +indirect-0.37/xsh/ +indirect-0.37/xsh/caps.h +indirect-0.37/xsh/debug.h +indirect-0.37/xsh/hints.h +indirect-0.37/xsh/mem.h +indirect-0.37/xsh/ops.h +indirect-0.37/xsh/ptable.h +indirect-0.37/xsh/threads.h +indirect-0.37/xsh/util.h +indirect-0.37/t/00-load.t +indirect-0.37/t/09-load-threads.t +indirect-0.37/t/10-args.t +indirect-0.37/t/11-line.t +indirect-0.37/t/12-env.t +indirect-0.37/t/20-good.t +indirect-0.37/t/21-bad.t +indirect-0.37/t/22-bad-mixed.t +indirect-0.37/t/23-bad-notaint.t +indirect-0.37/t/30-scope.t +indirect-0.37/t/31-hints.t +indirect-0.37/t/32-global.t +indirect-0.37/t/33-compilation-errors.t +indirect-0.37/t/40-threads.t +indirect-0.37/t/41-threads-teardown.t +indirect-0.37/t/42-threads-global.t +indirect-0.37/t/45-memory.t +indirect-0.37/t/46-stress.t +indirect-0.37/t/47-stress-use.t +indirect-0.37/t/50-external.t +indirect-0.37/t/51-dd-newlines.t +indirect-0.37/t/lib/ +indirect-0.37/t/testcases/ +indirect-0.37/t/testcases/babycart_in_heredoc.pl +indirect-0.37/t/testcases/rt115392.pl +indirect-0.37/t/lib/indirect/ +indirect-0.37/t/lib/Test/ +indirect-0.37/t/lib/VPIT/ +indirect-0.37/t/lib/VPIT/TestHelpers.pm +indirect-0.37/t/lib/Test/Leaner.pm +indirect-0.37/t/lib/indirect/Test0/ +indirect-0.37/t/lib/indirect/Test1/ +indirect-0.37/t/lib/indirect/Test2.pm +indirect-0.37/t/lib/indirect/Test3.pm +indirect-0.37/t/lib/indirect/Test4.pm +indirect-0.37/t/lib/indirect/Test5.pm +indirect-0.37/t/lib/indirect/TestCompilationError.pm +indirect-0.37/t/lib/indirect/TestRequired1.pm +indirect-0.37/t/lib/indirect/TestRequired2.pm +indirect-0.37/t/lib/indirect/TestRequired3X.pm +indirect-0.37/t/lib/indirect/TestRequired3Y.pm +indirect-0.37/t/lib/indirect/TestRequired4/ +indirect-0.37/t/lib/indirect/TestRequired5/ +indirect-0.37/t/lib/indirect/TestRequired6.pm +indirect-0.37/t/lib/indirect/TestRequiredGlobal.pm +indirect-0.37/t/lib/indirect/TestRequired5/a0.pm +indirect-0.37/t/lib/indirect/TestRequired5/b0.pm +indirect-0.37/t/lib/indirect/TestRequired5/c0.pm +indirect-0.37/t/lib/indirect/TestRequired5/d0.pm +indirect-0.37/t/lib/indirect/TestRequired4/a0.pm +indirect-0.37/t/lib/indirect/TestRequired4/b0.pm +indirect-0.37/t/lib/indirect/TestRequired4/c0.pm +indirect-0.37/t/lib/indirect/Test1/il1.pm +indirect-0.37/t/lib/indirect/Test1/il2.pm +indirect-0.37/t/lib/indirect/Test0/Fffff/ +indirect-0.37/t/lib/indirect/Test0/Oooooo/ +indirect-0.37/t/lib/indirect/Test0/Oooooo/Pppppppp.pm +indirect-0.37/t/lib/indirect/Test0/Fffff/Vvvvvvv.pm +indirect-0.37/samples/indirect.pl +indirect-0.37/lib/indirect.pm +Entering indirect-0.37 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Checking if you have Config 0 ... Yes (5.027005) +Running Makefile.PL +Configuring indirect-0.37 ... Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for indirect +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Config 0 ... Yes (5.027005) +Checking if you have IO::Select 0 ... Yes (1.22) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have ExtUtils::MakeMaker 6.30 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Socket 0 ... Yes (2.020_03) +OK +Building and testing indirect-0.37 ... cp lib/indirect.pm blib/lib/indirect.pm +Running Mkbootstrap for indirect () +chmod 644 "indirect.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- indirect.bs blib/arch/auto/indirect/indirect.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' indirect.xs > indirect.xsc +mv indirect.xsc indirect.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.37\" -DXS_VERSION=\"0.37\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" indirect.c +rm -f blib/arch/auto/indirect/indirect.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong indirect.o -o blib/arch/auto/indirect/indirect.so \ + \ + +chmod 755 blib/arch/auto/indirect/indirect.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- indirect.bs blib/arch/auto/indirect/indirect.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing indirect 0.37, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t ................ ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 33. +t/09-load-threads.t ........ +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/10-args.t ................ ok +t/11-line.t ................ ok +t/12-env.t ................. ok +t/20-good.t ................ ok +t/21-bad.t ................. ok +t/22-bad-mixed.t ........... ok +t/23-bad-notaint.t ......... ok +t/30-scope.t ............... ok +t/31-hints.t ............... ok +t/32-global.t .............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/33-compilation-errors.t line 9. +# Looks like your test exited with 255 before it could output anything. +t/33-compilation-errors.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 5/5 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/40-threads.t line 7. +t/40-threads.t ............. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/41-threads-teardown.t line 10. +t/41-threads-teardown.t .... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/42-threads-global.t line 7. +t/42-threads-global.t ...... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/45-memory.t .............. ok +t/46-stress.t .............. ok +t/47-stress-use.t .......... ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +# Looks like your test exited with 2 just after 2. +t/50-external.t ............ +Dubious, test returned 2 (wstat 512, 0x200) +Failed 6/8 subtests +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/51-dd-newlines.t line 8. +t/51-dd-newlines.t ......... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/33-compilation-errors.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 5 tests but ran 0. +t/40-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/41-threads-teardown.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/42-threads-global.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/50-external.t (Wstat: 512 Tests: 2 Failed: 0) + Non-zero exit status: 2 + Parse errors: Bad plan. You planned 8 tests but ran 2. +t/51-dd-newlines.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=21, Tests=4460, 2 wallclock secs ( 0.38 usr 0.06 sys + 1.73 cusr 0.24 csys = 2.41 CPU) +Result: FAIL +Failed 7/21 test programs. 0/4460 subtests failed. +Makefile:1071: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing indirect failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +! Installing the dependencies failed: Module 'indirect' is not installed +! Bailing out the installation for strictures-2.000003. +Already tried Module::Runtime. Skipping. +Searching Import::Into (1.000000) on cpanmetadb ... +Unpacking Import-Into-1.002005.tar.gz +FAIL +--> Working on Import::Into +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Import-Into-1.002005.tar.gz ... OK +Import-Into-1.002005/ +Import-Into-1.002005/Changes +Import-Into-1.002005/lib/ +Import-Into-1.002005/maint/ +Import-Into-1.002005/Makefile.PL +Import-Into-1.002005/MANIFEST +Import-Into-1.002005/META.json +Import-Into-1.002005/META.yml +Import-Into-1.002005/README +Import-Into-1.002005/t/ +Import-Into-1.002005/t/import_into.t +Import-Into-1.002005/maint/Makefile.PL.include +Import-Into-1.002005/lib/Import/ +Import-Into-1.002005/lib/Import/Into.pm +Entering Import-Into-1.002005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Import-Into-1.002005 ... Warning: prerequisite Module::Runtime 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Import::Into +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have base 0 ... Yes (2.26) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have strict 0 ... Yes (1.11) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Import-Into-1.002005. +! Installing the dependencies failed: Module 'Import::Into' is not installed, Module 'Module::Runtime' is not installed, Module 'strictures' is not installed +! Bailing out the installation for Package-Variant-1.003002. +Searching MooseX::Aliases (0) on cpanmetadb ... +Unpacking MooseX-Aliases-0.11.tar.gz +OK +==> Found dependencies: Module::Runtime +--> Working on MooseX::Aliases +Fetching http://www.cpan.org/authors/id/D/DO/DOY/MooseX-Aliases-0.11.tar.gz ... OK +MooseX-Aliases-0.11 +MooseX-Aliases-0.11/README +MooseX-Aliases-0.11/Changes +MooseX-Aliases-0.11/t +MooseX-Aliases-0.11/t/mop.t +MooseX-Aliases-0.11/LICENSE +MooseX-Aliases-0.11/dist.ini +MooseX-Aliases-0.11/META.yml +MooseX-Aliases-0.11/MANIFEST +MooseX-Aliases-0.11/t/roles.t +MooseX-Aliases-0.11/t/basic.t +MooseX-Aliases-0.11/META.json +MooseX-Aliases-0.11/t/traits.t +MooseX-Aliases-0.11/t/errors.t +MooseX-Aliases-0.11/Makefile.PL +MooseX-Aliases-0.11/t/warnings.t +MooseX-Aliases-0.11/t/init_arg.t +MooseX-Aliases-0.11/t/synopsis.t +MooseX-Aliases-0.11/t/inherited.t +MooseX-Aliases-0.11/t/attributes.t +MooseX-Aliases-0.11/t/00-compile.t +MooseX-Aliases-0.11/xt/release +MooseX-Aliases-0.11/xt/release/eol.t +MooseX-Aliases-0.11/t/roles-init_arg.t +MooseX-Aliases-0.11/t/init_arg-coerce.t +MooseX-Aliases-0.11/t/versus-modifiers.t +MooseX-Aliases-0.11/xt/release/no-tabs.t +MooseX-Aliases-0.11/lib/MooseX +MooseX-Aliases-0.11/lib/MooseX/Aliases.pm +MooseX-Aliases-0.11/t/versus-inheritance.t +MooseX-Aliases-0.11/xt/release/pod-syntax.t +MooseX-Aliases-0.11/xt/release/pod-coverage.t +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Class.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Method.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Attribute.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/Composite.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToRole.pm +MooseX-Aliases-0.11/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToClass.pm +Entering MooseX-Aliases-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Aliases-0.11 ... Warning: prerequisite Moose 2.0000 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Aliases +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Exporter 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::Moose 0 ... No +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Moose 2.0300 ... No +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have warnings 0 ... Yes (1.37) +Already tried Moose::Exporter. Skipping. +Already tried Test::Moose. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Exporter' is not installed, Module 'Test::Moose' is not installed +! Bailing out the installation for MooseX-Aliases-0.11. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried MooseX::Getopt. Skipping. +Searching Task::Moose (0) on cpanmetadb ... +Unpacking Task-Moose-0.03.tar.gz +OK +==> Found dependencies: Moose::Exporter, Test::Moose, Moose, Moose::Util::TypeConstraints, Moose::Role +--> Working on Task::Moose +Fetching http://www.cpan.org/authors/id/D/DO/DOY/Task-Moose-0.03.tar.gz ... OK +Task-Moose-0.03/ +Task-Moose-0.03/t/ +Task-Moose-0.03/t/pod.t +Task-Moose-0.03/inc/ +Task-Moose-0.03/inc/Module/ +Task-Moose-0.03/inc/Module/Install/ +Task-Moose-0.03/inc/Module/Install/Can.pm +Task-Moose-0.03/inc/Module/Install/Base.pm +Task-Moose-0.03/inc/Module/Install/Win32.pm +Task-Moose-0.03/inc/Module/Install/WriteAll.pm +Task-Moose-0.03/inc/Module/Install/AutoInstall.pm +Task-Moose-0.03/inc/Module/Install/Makefile.pm +Task-Moose-0.03/inc/Module/Install/Fetch.pm +Task-Moose-0.03/inc/Module/Install/Include.pm +Task-Moose-0.03/inc/Module/Install/Metadata.pm +Task-Moose-0.03/inc/Module/Install.pm +Task-Moose-0.03/inc/Module/AutoInstall.pm +Task-Moose-0.03/lib/ +Task-Moose-0.03/lib/Task/ +Task-Moose-0.03/lib/Task/Moose.pm +Task-Moose-0.03/README +Task-Moose-0.03/Changes +Task-Moose-0.03/MANIFEST.SKIP +Task-Moose-0.03/Makefile.PL +Task-Moose-0.03/META.yml +Task-Moose-0.03/MANIFEST +Entering Task-Moose-0.03 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring Task-Moose-0.03 ... Cannot determine perl version info from lib/Task/Moose.pm +*** Module::AutoInstall version 1.03 +*** Checking for Perl dependencies... +*** Since we're running under CPAN, I'll just let it take care + of the dependency's installation later. +[Core Features] +- Moose ...missing. (would need 0.92) +[Making Moose constructors stricter] +- MooseX::StrictConstructor ...missing. (would need 0.08) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish method parameter handling] +- MooseX::Params::Validate ...missing. (would need 0.06) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Runtime trait application in constructors] +- MooseX::Role::TraitConstructor ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Easy creation of objects with traits] +- MooseX::Traits ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish plugin system] +- MooseX::Object::Pluggable ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Parameterized roles] +- MooseX::Role::Parameterized ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Globref instance type for Moose] +- MooseX::GlobRef ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Inside out instance type for Moose] +- MooseX::InsideOut ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Singleton instance type for Moose] +- MooseX::Singleton ...missing. (would need 0.2) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Subclassing of non-Moose classes] +- MooseX::NonMoose ...missing. (would need 0.06) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative syntax with Devel::Declare] +- MooseX::Declare ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative method syntax] +- MooseX::Method::Signatures ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Declarative exception handling] +- TryCatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose type extensions] +- MooseX::Types ...missing. (would need 0.2) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Structured type constraints] +- MooseX::Types::Structured ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Path::Class Moose type extension] +- MooseX::Types::Path::Class ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Set::Object Moose type extension] +- MooseX::Types::Set::Object ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[DateTime Moose type extension] +- MooseX::Types::DateTime ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Better script writing with Moose] +- MooseX::Getopt ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Support for config with MooseX::Getopt] +- MooseX::ConfigFromFile ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Config file support for MooseX::Getopt with Config::Any] +- MooseX::SimpleConfig ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[App::Cmd integration for Moose] +- MooseX::App::Cmd ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Easily wrap command line apps with Moose] +- MooseX::Role::Cmd ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Log::Dispatch support for Moose] +- MooseX::LogDispatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[lazy loaded Log::Dispatch support for Moose] +- MooseX::LazyLogDispatch ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Log::Log4perl support for Moose] +- MooseX::Log::Log4perl ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose wrapped POE] +- MooseX::POE ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Sub-process management for asynchronous tasks using Moose and POE] +- MooseX::Workers ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Daemonization support roles for Moose] +- MooseX::Daemonize ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[CGI-style parameter role] +- MooseX::Param ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose-ish iterator support role] +- MooseX::Iterator ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[More robust and flexible cloning support] +- MooseX::Clone ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Moose serialization] +- MooseX::Storage ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Autoboxing support] +- Moose::Autobox ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Class attributes for Moose] +- MooseX::ClassAttribute ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Support for PBP style accessors] +- MooseX::SemiAffordanceAccessor ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Keep imported subroutines out of your class's namespace] +- namespace::autoclean ...missing. (would need 0.09) +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +[Pod::Coverage support for Moose] +- Pod::Coverage::Moose ...missing. +==> Auto-install the 1 optional module(s) from CPAN? [y/N] n +*** Module::AutoInstall configuration finished. +Warning: prerequisite Moose 0.92 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Task::Moose +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (7.30) +Checking if you have Moose 2.0300 ... No +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed +! Bailing out the installation for Task-Moose-0.03. +Searching MooseX::StrictConstructor (0) on cpanmetadb ... +Unpacking MooseX-StrictConstructor-0.21.tar.gz +OK +==> Found dependencies: Moose +--> Working on MooseX::StrictConstructor +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/MooseX-StrictConstructor-0.21.tar.gz ... OK +MooseX-StrictConstructor-0.21/ +MooseX-StrictConstructor-0.21/dist.ini +MooseX-StrictConstructor-0.21/perltidyrc +MooseX-StrictConstructor-0.21/cpanfile +MooseX-StrictConstructor-0.21/t/ +MooseX-StrictConstructor-0.21/t/no_build.t +MooseX-StrictConstructor-0.21/t/00-report-prereqs.t +MooseX-StrictConstructor-0.21/t/instance.t +MooseX-StrictConstructor-0.21/t/00-report-prereqs.dd +MooseX-StrictConstructor-0.21/t/basic.t +MooseX-StrictConstructor-0.21/Makefile.PL +MooseX-StrictConstructor-0.21/META.yml +MooseX-StrictConstructor-0.21/LICENSE +MooseX-StrictConstructor-0.21/xt/ +MooseX-StrictConstructor-0.21/xt/author/ +MooseX-StrictConstructor-0.21/xt/author/no-tabs.t +MooseX-StrictConstructor-0.21/xt/author/mojibake.t +MooseX-StrictConstructor-0.21/xt/author/pod-syntax.t +MooseX-StrictConstructor-0.21/xt/author/tidyall.t +MooseX-StrictConstructor-0.21/xt/author/portability.t +MooseX-StrictConstructor-0.21/xt/author/test-version.t +MooseX-StrictConstructor-0.21/xt/author/eol.t +MooseX-StrictConstructor-0.21/xt/author/pod-spell.t +MooseX-StrictConstructor-0.21/xt/author/pod-coverage.t +MooseX-StrictConstructor-0.21/xt/author/00-compile.t +MooseX-StrictConstructor-0.21/xt/author/synopsis.t +MooseX-StrictConstructor-0.21/xt/author/clean-namespaces.t +MooseX-StrictConstructor-0.21/xt/release/ +MooseX-StrictConstructor-0.21/xt/release/meta-json.t +MooseX-StrictConstructor-0.21/xt/release/cpan-changes.t +MooseX-StrictConstructor-0.21/lib/ +MooseX-StrictConstructor-0.21/lib/MooseX/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Class.pm +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Method/ +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm +MooseX-StrictConstructor-0.21/lib/MooseX/StrictConstructor.pm +MooseX-StrictConstructor-0.21/META.json +MooseX-StrictConstructor-0.21/tidyall.ini +MooseX-StrictConstructor-0.21/Changes +MooseX-StrictConstructor-0.21/CONTRIBUTING.md +MooseX-StrictConstructor-0.21/MANIFEST +MooseX-StrictConstructor-0.21/perlcriticrc +MooseX-StrictConstructor-0.21/INSTALL +MooseX-StrictConstructor-0.21/README.md +Entering MooseX-StrictConstructor-0.21 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-StrictConstructor-0.21 ... Warning: prerequisite Moose 0.94 not found. +Warning: prerequisite Moose::Exporter 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::MetaRole 0 not found. +Warning: prerequisite Test::Moose 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::StrictConstructor +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have B 0 ... Yes (1.70) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 6.42 ... Yes (7.30) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::Moose 0 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Moose::Exporter 0 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have Moose::Util::MetaRole 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Role 2.0000 ... No +Already tried Test::Moose. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Moose. Skipping. +Searching Moose::Util::MetaRole (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'namespace::autoclean' is not installed, Module 'Test::Moose' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::MetaRole' is not installed +! Bailing out the installation for MooseX-StrictConstructor-0.21. +! Installing the dependencies failed: Module 'MooseX::StrictConstructor' is not installed, Module 'Task::Moose' is not installed, Module 'MooseX::Getopt' is not installed, Module 'MooseX::Aliases' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Type::Tiny' is not installed, Module 'namespace::autoclean' is not installed, Module 'Package::Variant' is not installed, Module 'MooseX::SimpleConfig' is not installed, Module 'Moose' is not installed, Module 'MooseX::NonMoose' is not installed, Module 'Moo' is not installed +! Bailing out the installation for Task-Kensho-OOP-0.39. +Already tried Moose. Skipping. +Searching JSON::MaybeXS (0) on cpanmetadb ... +Unpacking JSON-MaybeXS-1.003009.tar.gz +OK +==> Found dependencies: Test::Moose, namespace::autoclean, Moose::Exporter, Moose, Moose::Util::MetaRole, Moose::Role +--> Working on JSON::MaybeXS +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.003009.tar.gz ... OK +JSON-MaybeXS-1.003009/ +JSON-MaybeXS-1.003009/Changes +JSON-MaybeXS-1.003009/MANIFEST +JSON-MaybeXS-1.003009/META.json +JSON-MaybeXS-1.003009/META.yml +JSON-MaybeXS-1.003009/Makefile.PL +JSON-MaybeXS-1.003009/README +JSON-MaybeXS-1.003009/lib/ +JSON-MaybeXS-1.003009/maint/ +JSON-MaybeXS-1.003009/t/ +JSON-MaybeXS-1.003009/xt/ +JSON-MaybeXS-1.003009/xt/json_pm.t +JSON-MaybeXS-1.003009/xt/json_pm_legacy.t +JSON-MaybeXS-1.003009/xt/json_pp_legacy.t +JSON-MaybeXS-1.003009/xt/json_xs_legacy.t +JSON-MaybeXS-1.003009/t/cpanel.t +JSON-MaybeXS-1.003009/t/legacy.t +JSON-MaybeXS-1.003009/t/lib/ +JSON-MaybeXS-1.003009/t/new.t +JSON-MaybeXS-1.003009/t/none.t +JSON-MaybeXS-1.003009/t/pp.t +JSON-MaybeXS-1.003009/t/preload_cpanel.t +JSON-MaybeXS-1.003009/t/preload_xs.t +JSON-MaybeXS-1.003009/t/xs.t +JSON-MaybeXS-1.003009/t/lib/is_bool.pm +JSON-MaybeXS-1.003009/maint/Makefile.PL.include +JSON-MaybeXS-1.003009/lib/JSON/ +JSON-MaybeXS-1.003009/lib/JSON/MaybeXS.pm +Entering JSON-MaybeXS-1.003009 +Checking configure dependencies from META.json +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280228) +Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) +Running Makefile.PL +Configuring JSON-MaybeXS-1.003009 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for JSON::MaybeXS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Scalar::Util 1.19 ... Yes (1.49) +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have Test::More 0.96 ... Yes (1.302098) +OK +Building and testing JSON-MaybeXS-1.003009 ... cp lib/JSON/MaybeXS.pm blib/lib/JSON/MaybeXS.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +t/cpanel.t .......... skipped: No Cpanel::JSON::XS +# using invocant: JSON::MaybeXS +t/legacy.t .......... ok +t/new.t ............. ok +t/none.t ............ ok +# Using JSON::PP 2.94 +# true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) +# false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) +t/pp.t .............. ok +t/preload_cpanel.t .. skipped: No Cpanel::JSON::XS +# Using JSON::XS 3.04 +# true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) +# false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) +t/preload_xs.t ...... ok +# Using JSON::XS 3.04 +# true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) +# false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) +t/xs.t .............. ok +All tests successful. +Files=8, Tests=28, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.46 cusr 0.06 csys = 0.57 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/JSON/MaybeXS.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/JSON::MaybeXS.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed JSON-MaybeXS-1.003009 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-MaybeXS-1.003009/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/JSON-MaybeXS-1.003009/MYMETA.json +Searching Task::Kensho::XML (0) on cpanmetadb ... +Unpacking Task-Kensho-XML-0.39.tar.gz +--> Working on Task::Kensho::XML +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-XML-0.39.tar.gz ... OK +Task-Kensho-XML-0.39/ +Task-Kensho-XML-0.39/Build.PL +Task-Kensho-XML-0.39/Changes +Task-Kensho-XML-0.39/lib/ +Task-Kensho-XML-0.39/LICENSE +Task-Kensho-XML-0.39/Makefile.PL +Task-Kensho-XML-0.39/MANIFEST +Task-Kensho-XML-0.39/META.json +Task-Kensho-XML-0.39/META.yml +Task-Kensho-XML-0.39/README +Task-Kensho-XML-0.39/t/ +Task-Kensho-XML-0.39/xt/ +Task-Kensho-XML-0.39/xt/author/ +Task-Kensho-XML-0.39/xt/release/ +Task-Kensho-XML-0.39/xt/release/changes_has_content.t +Task-Kensho-XML-0.39/xt/release/cpan-changes.t +Task-Kensho-XML-0.39/xt/release/distmeta.t +Task-Kensho-XML-0.39/xt/release/minimum-version.t +Task-Kensho-XML-0.39/xt/release/portability.t +Task-Kensho-XML-0.39/xt/author/00-compile.t +Task-Kensho-XML-0.39/xt/author/clean-namespaces.t +Task-Kensho-XML-0.39/xt/author/eol.t +Task-Kensho-XML-0.39/xt/author/kwalitee.t +Task-Kensho-XML-0.39/xt/author/mojibake.t +Task-Kensho-XML-0.39/xt/author/no-tabs.t +Task-Kensho-XML-0.39/xt/author/pod-coverage.t +Task-Kensho-XML-0.39/xt/author/pod-spell.t +Task-Kensho-XML-0.39/xt/author/pod-syntax.t +Task-Kensho-XML-0.39/t/00-report-prereqs.dd +Task-Kensho-XML-0.39/t/00-report-prereqs.t +Task-Kensho-XML-0.39/lib/Task/ +Task-Kensho-XML-0.39/lib/Task/Kensho/ +Task-Kensho-XML-0.39/lib/Task/Kensho/XML.pm +Entering Task-Kensho-XML-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-XML-0.39 ... Creating new 'Build' script for 'Task-Kensho-XML' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have XML::LibXML 0 ... Yes (2.0129) +Checking if you have XML::SAX::Writer 0 ... Yes (0.57) +Checking if you have XML::Generator::PerlData 0 ... Yes (0.95) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have RDF::Trine 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have XML::SAX 0 ... Yes (0.99) +Checking if you have XML::LibXSLT 0 ... Yes (1.95) +Searching RDF::Trine (0) on cpanmetadb ... +Unpacking RDF-Trine-1.018.tar.gz +OK +==> Found dependencies: RDF::Trine +--> Working on RDF::Trine +Fetching http://www.cpan.org/authors/id/G/GW/GWILLIAMS/RDF-Trine-1.018.tar.gz ... OK +RDF-Trine-1.018/ +RDF-Trine-1.018/bin/ +RDF-Trine-1.018/Changes.ttl +RDF-Trine-1.018/examples/ +RDF-Trine-1.018/extra/ +RDF-Trine-1.018/inc/ +RDF-Trine-1.018/lib/ +RDF-Trine-1.018/Makefile.PL +RDF-Trine-1.018/MANIFEST +RDF-Trine-1.018/META.yml +RDF-Trine-1.018/README +RDF-Trine-1.018/SIGNATURE +RDF-Trine-1.018/t/ +RDF-Trine-1.018/xt/ +RDF-Trine-1.018/xt/00_compile.t +RDF-Trine-1.018/xt/data/ +RDF-Trine-1.018/xt/parser-trig-2013.t +RDF-Trine-1.018/xt/perl-critic.t +RDF-Trine-1.018/xt/pod-coverage.t +RDF-Trine-1.018/xt/pod.t +RDF-Trine-1.018/xt/store-dydra.t +RDF-Trine-1.018/xt/store-redland.t +RDF-Trine-1.018/xt/store-sparql.t +RDF-Trine-1.018/xt/data/turtle/ +RDF-Trine-1.018/xt/data/turtle/test-14.out +RDF-Trine-1.018/xt/data/turtle/test-14.ttl +RDF-Trine-1.018/xt/data/turtle/test-15.out +RDF-Trine-1.018/xt/data/turtle/test-15.ttl +RDF-Trine-1.018/xt/data/turtle/test-16.out +RDF-Trine-1.018/xt/data/turtle/test-16.ttl +RDF-Trine-1.018/t/00.load.t +RDF-Trine-1.018/t/data/ +RDF-Trine-1.018/t/exporter-csv.t +RDF-Trine-1.018/t/graph-subgraphs.t +RDF-Trine-1.018/t/graph.t +RDF-Trine-1.018/t/iterator-bindings-join.t +RDF-Trine-1.018/t/iterator-bindings-materialize.t +RDF-Trine-1.018/t/iterator-bindings.t +RDF-Trine-1.018/t/iterator-boolean.t +RDF-Trine-1.018/t/iterator-graph-materialize.t +RDF-Trine-1.018/t/iterator-graph.t +RDF-Trine-1.018/t/iterator-materialized.t +RDF-Trine-1.018/t/iterator-thaw.t +RDF-Trine-1.018/t/iterator.t +RDF-Trine-1.018/t/model-boundeddescription.t +RDF-Trine-1.018/t/model-dataset.t +RDF-Trine-1.018/t/model-filter.t +RDF-Trine-1.018/t/model-logger.t +RDF-Trine-1.018/t/model-temporary.t +RDF-Trine-1.018/t/model-union.t +RDF-Trine-1.018/t/model.t +RDF-Trine-1.018/t/namespace-export.t +RDF-Trine-1.018/t/namespace-uri.t +RDF-Trine-1.018/t/namespacemap.t +RDF-Trine-1.018/t/node-literal.t +RDF-Trine-1.018/t/node-resource-i18n.t +RDF-Trine-1.018/t/node-serialization.t +RDF-Trine-1.018/t/node.t +RDF-Trine-1.018/t/parser-nquads.t +RDF-Trine-1.018/t/parser-ntriples.t +RDF-Trine-1.018/t/parser-rdfa.t +RDF-Trine-1.018/t/parser-rdfjson.t +RDF-Trine-1.018/t/parser-rdfpatch.t +RDF-Trine-1.018/t/parser-rdfxml-w3c.t +RDF-Trine-1.018/t/parser-redland.t +RDF-Trine-1.018/t/parser-trig.t +RDF-Trine-1.018/t/parser-turtle-2013.t +RDF-Trine-1.018/t/parser-turtle.t +RDF-Trine-1.018/t/parser.t +RDF-Trine-1.018/t/pattern.t +RDF-Trine-1.018/t/remove-list.t +RDF-Trine-1.018/t/serializer-nquads.t +RDF-Trine-1.018/t/serializer-ntriples-canonical.t +RDF-Trine-1.018/t/serializer-ntriples.t +RDF-Trine-1.018/t/serializer-rdfjson.t +RDF-Trine-1.018/t/serializer-rdfpatch.t +RDF-Trine-1.018/t/serializer-rdfxml.t +RDF-Trine-1.018/t/serializer-trig.t +RDF-Trine-1.018/t/serializer-tsv.t +RDF-Trine-1.018/t/serializer-turtle.t +RDF-Trine-1.018/t/serializer.t +RDF-Trine-1.018/t/statement-serialization.t +RDF-Trine-1.018/t/statement.t +RDF-Trine-1.018/t/store-config.t +RDF-Trine-1.018/t/store-context.t +RDF-Trine-1.018/t/store-dbi-mysql.t +RDF-Trine-1.018/t/store-dbi-pg.t +RDF-Trine-1.018/t/store-dbi-sqlite.t +RDF-Trine-1.018/t/store-dbi.t +RDF-Trine-1.018/t/store-hexastore-pattern.t +RDF-Trine-1.018/t/store-hexastore-storable.t +RDF-Trine-1.018/t/store-hexastore-triplestore.t +RDF-Trine-1.018/t/store-hexastore.t +RDF-Trine-1.018/t/store-language.t +RDF-Trine-1.018/t/store-memory.t +RDF-Trine-1.018/t/store-redis.t +RDF-Trine-1.018/t/store-triple_sql.t +RDF-Trine-1.018/t/store.t +RDF-Trine-1.018/t/syntax.t +RDF-Trine-1.018/t/data/bugs/ +RDF-Trine-1.018/t/data/rdfa/ +RDF-Trine-1.018/t/data/rdfxml-w3c/ +RDF-Trine-1.018/t/data/trig-2013/ +RDF-Trine-1.018/t/data/turtle/ +RDF-Trine-1.018/t/data/turtle-2013/ +RDF-Trine-1.018/t/data/turtle-2013/anonymous_blank_node_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/anonymous_blank_node_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_a_predicate.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_a_predicate.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_decimal.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_decimal.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_double.nt +RDF-Trine-1.018/t/data/turtle-2013/bareword_double.ttl +RDF-Trine-1.018/t/data/turtle-2013/bareword_integer.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_object.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_as_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_containing_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_containing_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.nt +RDF-Trine-1.018/t/data/turtle-2013/blankNodePropertyList_with_multiple_triples.ttl +RDF-Trine-1.018/t/data/turtle-2013/collection_object.nt +RDF-Trine-1.018/t/data/turtle-2013/collection_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/collection_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/collection_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/comment_following_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/comment_following_PNAME_NS.nt +RDF-Trine-1.018/t/data/turtle-2013/comment_following_PNAME_NS.ttl +RDF-Trine-1.018/t/data/turtle-2013/default_namespace_IRI.ttl +RDF-Trine-1.018/t/data/turtle-2013/double_lower_case_e.nt +RDF-Trine-1.018/t/data/turtle-2013/double_lower_case_e.ttl +RDF-Trine-1.018/t/data/turtle-2013/empty_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/empty_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/first.nt +RDF-Trine-1.018/t/data/turtle-2013/first.ttl +RDF-Trine-1.018/t/data/turtle-2013/HYPHEN_MINUS_in_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/HYPHEN_MINUS_in_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_spo.nt +RDF-Trine-1.018/t/data/turtle-2013/IRI_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_all_punctuation.nt +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_all_punctuation.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_eight_digit_numeric_escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRI_with_four_digit_numeric_escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/IRIREF_datatype.nt +RDF-Trine-1.018/t/data/turtle-2013/IRIREF_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_object.nt +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_subject.nt +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_subject.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_leading_digit.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_leading_underscore.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG_with_subtag.nt +RDF-Trine-1.018/t/data/turtle-2013/langtagged_LONG_with_subtag.ttl +RDF-Trine-1.018/t/data/turtle-2013/langtagged_non_LONG.nt +RDF-Trine-1.018/t/data/turtle-2013/langtagged_non_LONG.ttl +RDF-Trine-1.018/t/data/turtle-2013/lantag_with_subtag.nt +RDF-Trine-1.018/t/data/turtle-2013/lantag_with_subtag.ttl +RDF-Trine-1.018/t/data/turtle-2013/last.nt +RDF-Trine-1.018/t/data/turtle-2013/last.ttl +RDF-Trine-1.018/t/data/turtle-2013/LICENSE +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_controls.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_controls.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_punctuation.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_all_punctuation.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL1_with_UTF8_boundaries.ttl.new +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL2_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_false.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_false.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_1_squote.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_1_squote.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_2_squotes.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_ascii_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_1_squote.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_1_squote.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_2_squotes.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nt +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_true.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_true.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_BACKSPACE.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_BACKSPACE.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CARRIAGE_RETURN.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CARRIAGE_RETURN.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CHARACTER_TABULATION.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_CHARACTER_TABULATION.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_BACKSPACE.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_FORM_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_escaped_LINE_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_FORM_FEED.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_FORM_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_LINE_FEED.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_LINE_FEED.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape4.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape4.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_numeric_escape8.ttl +RDF-Trine-1.018/t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.nt +RDF-Trine-1.018/t/data/turtle-2013/literal_with_REVERSE_SOLIDUS.ttl +RDF-Trine-1.018/t/data/turtle-2013/LITERAL_with_UTF8_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localname_with_COLON.nt +RDF-Trine-1.018/t/data/turtle-2013/localname_with_COLON.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_digit.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_digit.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_underscore.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_leading_underscore.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/localName_with_non_leading_extras.nt +RDF-Trine-1.018/t/data/turtle-2013/localName_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/manifest.ttl +RDF-Trine-1.018/t/data/turtle-2013/negative_numeric.nt +RDF-Trine-1.018/t/data/turtle-2013/negative_numeric.ttl +RDF-Trine-1.018/t/data/turtle-2013/nested_blankNodePropertyLists.nt +RDF-Trine-1.018/t/data/turtle-2013/nested_blankNodePropertyLists.ttl +RDF-Trine-1.018/t/data/turtle-2013/nested_collection.nt +RDF-Trine-1.018/t/data/turtle-2013/nested_collection.ttl +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_PNAME_NS.nt +RDF-Trine-1.018/t/data/turtle-2013/number_sign_following_PNAME_NS.ttl +RDF-Trine-1.018/t/data/turtle-2013/numeric_with_leading_0.nt +RDF-Trine-1.018/t/data/turtle-2013/numeric_with_leading_0.ttl +RDF-Trine-1.018/t/data/turtle-2013/objectList_with_two_objects.nt +RDF-Trine-1.018/t/data/turtle-2013/objectList_with_two_objects.ttl +RDF-Trine-1.018/t/data/turtle-2013/old_style_base.ttl +RDF-Trine-1.018/t/data/turtle-2013/old_style_prefix.ttl +RDF-Trine-1.018/t/data/turtle-2013/percent_escaped_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/percent_escaped_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/positive_numeric.nt +RDF-Trine-1.018/t/data/turtle-2013/positive_numeric.ttl +RDF-Trine-1.018/t/data/turtle-2013/predicateObjectList_with_two_objectLists.nt +RDF-Trine-1.018/t/data/turtle-2013/predicateObjectList_with_two_objectLists.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_only_IRI.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_reassigned_and_used.nt +RDF-Trine-1.018/t/data/turtle-2013/prefix_reassigned_and_used.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_with_non_leading_extras.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_IRI_object.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_IRI_predicate.ttl +RDF-Trine-1.018/t/data/turtle-2013/prefixed_name_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/README +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_at_end.ttl +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_not_at_end.nt +RDF-Trine-1.018/t/data/turtle-2013/repeated_semis_not_at_end.ttl +RDF-Trine-1.018/t/data/turtle-2013/reserved_escaped_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/reserved_escaped_localName.ttl +RDF-Trine-1.018/t/data/turtle-2013/sole_blankNodePropertyList.ttl +RDF-Trine-1.018/t/data/turtle-2013/SPARQL_style_base.ttl +RDF-Trine-1.018/t/data/turtle-2013/SPARQL_style_prefix.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-bad-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-01.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-02.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-eval-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-01.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-02.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-03.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-04.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-05.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-06.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-07.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-08.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-09.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-10.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-11.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-12.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-13.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-14.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-14.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-15.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-15.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-16.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-16.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-17.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-17.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-18.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-18.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-19.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-19.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-20.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-20.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-21.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-21.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-22.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-22.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-23.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-23.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-24.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-24.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-25.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-25.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-26.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-26.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-27.nt +RDF-Trine-1.018/t/data/turtle-2013/turtle-subm-27.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-base-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-blank-label-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-esc-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-kw-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-lang-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-LITERAL2_with_langtag_and_datatype.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-dash-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-escape-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ln-escape.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-missing-ns-dot-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-n3-extras-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ns-dot-end.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-ns-dot-start.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-num-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-number-dot-in-anon.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-pname-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-prefix-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-string-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-12.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-13.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-14.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-15.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-16.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-struct-17.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bad-uri-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-base-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-blank-label.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-bnode-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-datatypes-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-datatypes-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-file-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-kw-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-lists-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ln-colons.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ln-dots.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-ns-dots.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-number-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-pname-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-prefix-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-str-esc-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-06.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-07.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-08.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-09.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-10.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-string-11.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-struct-05.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-01.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-02.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-03.ttl +RDF-Trine-1.018/t/data/turtle-2013/turtle-syntax-uri-04.ttl +RDF-Trine-1.018/t/data/turtle-2013/two_LITERAL_LONG2s.nt +RDF-Trine-1.018/t/data/turtle-2013/two_LITERAL_LONG2s.ttl +RDF-Trine-1.018/t/data/turtle-2013/underscore_in_localName.nt +RDF-Trine-1.018/t/data/turtle-2013/underscore_in_localName.ttl +RDF-Trine-1.018/t/data/turtle/bad-00.ttl +RDF-Trine-1.018/t/data/turtle/bad-01.ttl +RDF-Trine-1.018/t/data/turtle/bad-02.ttl +RDF-Trine-1.018/t/data/turtle/bad-03.ttl +RDF-Trine-1.018/t/data/turtle/bad-04.ttl +RDF-Trine-1.018/t/data/turtle/bad-05.ttl +RDF-Trine-1.018/t/data/turtle/bad-06.ttl +RDF-Trine-1.018/t/data/turtle/bad-07.ttl +RDF-Trine-1.018/t/data/turtle/bad-08.ttl +RDF-Trine-1.018/t/data/turtle/bad-09.ttl +RDF-Trine-1.018/t/data/turtle/bad-10.ttl +RDF-Trine-1.018/t/data/turtle/bad-11.ttl +RDF-Trine-1.018/t/data/turtle/bad-12.ttl +RDF-Trine-1.018/t/data/turtle/bad-13.ttl +RDF-Trine-1.018/t/data/turtle/bad-14.ttl +RDF-Trine-1.018/t/data/turtle/rdf-schema.out +RDF-Trine-1.018/t/data/turtle/rdf-schema.ttl +RDF-Trine-1.018/t/data/turtle/rdfq-results.out +RDF-Trine-1.018/t/data/turtle/rdfq-results.ttl +RDF-Trine-1.018/t/data/turtle/rdfs-namespace.out +RDF-Trine-1.018/t/data/turtle/rdfs-namespace.ttl +RDF-Trine-1.018/t/data/turtle/test-00.out +RDF-Trine-1.018/t/data/turtle/test-00.ttl +RDF-Trine-1.018/t/data/turtle/test-01.out +RDF-Trine-1.018/t/data/turtle/test-01.ttl +RDF-Trine-1.018/t/data/turtle/test-02.out +RDF-Trine-1.018/t/data/turtle/test-02.ttl +RDF-Trine-1.018/t/data/turtle/test-03.out +RDF-Trine-1.018/t/data/turtle/test-03.ttl +RDF-Trine-1.018/t/data/turtle/test-04.out +RDF-Trine-1.018/t/data/turtle/test-04.ttl +RDF-Trine-1.018/t/data/turtle/test-05.out +RDF-Trine-1.018/t/data/turtle/test-05.ttl +RDF-Trine-1.018/t/data/turtle/test-06.out +RDF-Trine-1.018/t/data/turtle/test-06.ttl +RDF-Trine-1.018/t/data/turtle/test-07.out +RDF-Trine-1.018/t/data/turtle/test-07.ttl +RDF-Trine-1.018/t/data/turtle/test-08.out +RDF-Trine-1.018/t/data/turtle/test-08.ttl +RDF-Trine-1.018/t/data/turtle/test-09.out +RDF-Trine-1.018/t/data/turtle/test-09.ttl +RDF-Trine-1.018/t/data/turtle/test-10.out +RDF-Trine-1.018/t/data/turtle/test-10.ttl +RDF-Trine-1.018/t/data/turtle/test-11.out +RDF-Trine-1.018/t/data/turtle/test-11.ttl +RDF-Trine-1.018/t/data/turtle/test-12.out +RDF-Trine-1.018/t/data/turtle/test-12.ttl +RDF-Trine-1.018/t/data/turtle/test-13.out +RDF-Trine-1.018/t/data/turtle/test-13.ttl +RDF-Trine-1.018/t/data/turtle/test-17.out +RDF-Trine-1.018/t/data/turtle/test-17.ttl +RDF-Trine-1.018/t/data/turtle/test-18.out +RDF-Trine-1.018/t/data/turtle/test-18.ttl +RDF-Trine-1.018/t/data/turtle/test-19.out +RDF-Trine-1.018/t/data/turtle/test-19.ttl +RDF-Trine-1.018/t/data/turtle/test-20.out +RDF-Trine-1.018/t/data/turtle/test-20.ttl +RDF-Trine-1.018/t/data/turtle/test-21.out +RDF-Trine-1.018/t/data/turtle/test-21.ttl +RDF-Trine-1.018/t/data/turtle/test-22.out +RDF-Trine-1.018/t/data/turtle/test-22.ttl +RDF-Trine-1.018/t/data/turtle/test-23.out +RDF-Trine-1.018/t/data/turtle/test-23.ttl +RDF-Trine-1.018/t/data/turtle/test-24.out +RDF-Trine-1.018/t/data/turtle/test-24.ttl +RDF-Trine-1.018/t/data/turtle/test-25.out +RDF-Trine-1.018/t/data/turtle/test-25.ttl +RDF-Trine-1.018/t/data/trig-2013/alternating_bnode_graphs.nq +RDF-Trine-1.018/t/data/trig-2013/alternating_bnode_graphs.trig +RDF-Trine-1.018/t/data/trig-2013/alternating_iri_graphs.nq +RDF-Trine-1.018/t/data/trig-2013/alternating_iri_graphs.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_graph.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_object.nq +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_object.trig +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_subject.nq +RDF-Trine-1.018/t/data/trig-2013/anonymous_blank_node_subject.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_a_predicate.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_a_predicate.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_decimal.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_decimal.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_double.nq +RDF-Trine-1.018/t/data/trig-2013/bareword_double.trig +RDF-Trine-1.018/t/data/trig-2013/bareword_integer.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_object.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_object.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_subject.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_as_subject.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_containing_collection.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_containing_collection.trig +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_with_multiple_triples.nq +RDF-Trine-1.018/t/data/trig-2013/blankNodePropertyList_with_multiple_triples.trig +RDF-Trine-1.018/t/data/trig-2013/collection_object.nq +RDF-Trine-1.018/t/data/trig-2013/collection_object.trig +RDF-Trine-1.018/t/data/trig-2013/collection_subject.nq +RDF-Trine-1.018/t/data/trig-2013/collection_subject.trig +RDF-Trine-1.018/t/data/trig-2013/default_namespace_IRI.trig +RDF-Trine-1.018/t/data/trig-2013/double_lower_case_e.nq +RDF-Trine-1.018/t/data/trig-2013/double_lower_case_e.trig +RDF-Trine-1.018/t/data/trig-2013/empty_collection.nq +RDF-Trine-1.018/t/data/trig-2013/empty_collection.trig +RDF-Trine-1.018/t/data/trig-2013/first.nq +RDF-Trine-1.018/t/data/trig-2013/first.trig +RDF-Trine-1.018/t/data/trig-2013/HYPHEN_MINUS_in_localName.nq +RDF-Trine-1.018/t/data/trig-2013/HYPHEN_MINUS_in_localName.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_spo.nq +RDF-Trine-1.018/t/data/trig-2013/IRI_subject.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_all_punctuation.nq +RDF-Trine-1.018/t/data/trig-2013/IRI_with_all_punctuation.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_eight_digit_numeric_escape.trig +RDF-Trine-1.018/t/data/trig-2013/IRI_with_four_digit_numeric_escape.trig +RDF-Trine-1.018/t/data/trig-2013/IRIREF_datatype.nq +RDF-Trine-1.018/t/data/trig-2013/IRIREF_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_graph.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_graph.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_object.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_object.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_subject.nq +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_subject.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_leading_digit.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_leading_underscore.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG_with_subtag.nq +RDF-Trine-1.018/t/data/trig-2013/langtagged_LONG_with_subtag.trig +RDF-Trine-1.018/t/data/trig-2013/langtagged_non_LONG.nq +RDF-Trine-1.018/t/data/trig-2013/langtagged_non_LONG.trig +RDF-Trine-1.018/t/data/trig-2013/lantag_with_subtag.nq +RDF-Trine-1.018/t/data/trig-2013/lantag_with_subtag.trig +RDF-Trine-1.018/t/data/trig-2013/last.nq +RDF-Trine-1.018/t/data/trig-2013/last.trig +RDF-Trine-1.018/t/data/trig-2013/LICENSE +RDF-Trine-1.018/t/data/trig-2013/LITERAL1.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_controls.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_controls.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_punctuation.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_all_punctuation.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL1_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL2.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL2_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL2_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/literal_false.nq +RDF-Trine-1.018/t/data/trig-2013/literal_false.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_1_squote.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_1_squote.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_2_squotes.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG1_with_2_squotes.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_ascii_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_1_squote.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_1_squote.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_2_squotes.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_2_squotes.trig +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.nq +RDF-Trine-1.018/t/data/trig-2013/LITERAL_LONG2_with_REVERSE_SOLIDUS.trig +RDF-Trine-1.018/t/data/trig-2013/literal_true.nq +RDF-Trine-1.018/t/data/trig-2013/literal_true.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_BACKSPACE.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_BACKSPACE.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_CARRIAGE_RETURN.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_CARRIAGE_RETURN.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_CHARACTER_TABULATION.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_CHARACTER_TABULATION.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_BACKSPACE.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_CARRIAGE_RETURN.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_CHARACTER_TABULATION.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_FORM_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_escaped_LINE_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_FORM_FEED.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_FORM_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_LINE_FEED.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_LINE_FEED.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape4.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape4.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_numeric_escape8.trig +RDF-Trine-1.018/t/data/trig-2013/literal_with_REVERSE_SOLIDUS.nq +RDF-Trine-1.018/t/data/trig-2013/literal_with_REVERSE_SOLIDUS.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_bmp_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_assigned_nfc_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localname_with_COLON.nq +RDF-Trine-1.018/t/data/trig-2013/localname_with_COLON.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_digit.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_digit.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_underscore.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_leading_underscore.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_nfc_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_non_leading_extras.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.nq +RDF-Trine-1.018/t/data/trig-2013/localName_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/manifest.ttl +RDF-Trine-1.018/t/data/trig-2013/negative_numeric.nq +RDF-Trine-1.018/t/data/trig-2013/negative_numeric.trig +RDF-Trine-1.018/t/data/trig-2013/nested_blankNodePropertyLists.nq +RDF-Trine-1.018/t/data/trig-2013/nested_blankNodePropertyLists.trig +RDF-Trine-1.018/t/data/trig-2013/nested_collection.nq +RDF-Trine-1.018/t/data/trig-2013/nested_collection.trig +RDF-Trine-1.018/t/data/trig-2013/numeric_with_leading_0.nq +RDF-Trine-1.018/t/data/trig-2013/numeric_with_leading_0.trig +RDF-Trine-1.018/t/data/trig-2013/objectList_with_two_objects.nq +RDF-Trine-1.018/t/data/trig-2013/objectList_with_two_objects.trig +RDF-Trine-1.018/t/data/trig-2013/old_style_base.trig +RDF-Trine-1.018/t/data/trig-2013/old_style_prefix.trig +RDF-Trine-1.018/t/data/trig-2013/percent_escaped_localName.nq +RDF-Trine-1.018/t/data/trig-2013/percent_escaped_localName.trig +RDF-Trine-1.018/t/data/trig-2013/positive_numeric.nq +RDF-Trine-1.018/t/data/trig-2013/positive_numeric.trig +RDF-Trine-1.018/t/data/trig-2013/predicateObjectList_with_two_objectLists.nq +RDF-Trine-1.018/t/data/trig-2013/predicateObjectList_with_two_objectLists.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_only_IRI.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_reassigned_and_used.nq +RDF-Trine-1.018/t/data/trig-2013/prefix_reassigned_and_used.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_with_non_leading_extras.trig +RDF-Trine-1.018/t/data/trig-2013/prefix_with_PN_CHARS_BASE_character_boundaries.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_IRI_object.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_IRI_predicate.trig +RDF-Trine-1.018/t/data/trig-2013/prefixed_name_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/README +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_at_end.trig +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_not_at_end.nq +RDF-Trine-1.018/t/data/trig-2013/repeated_semis_not_at_end.trig +RDF-Trine-1.018/t/data/trig-2013/reserved_escaped_localName.nq +RDF-Trine-1.018/t/data/trig-2013/reserved_escaped_localName.trig +RDF-Trine-1.018/t/data/trig-2013/sole_blankNodePropertyList.trig +RDF-Trine-1.018/t/data/trig-2013/SPARQL_style_base.trig +RDF-Trine-1.018/t/data/trig-2013/SPARQL_style_prefix.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-bad-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-01.nq +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-02.nq +RDF-Trine-1.018/t/data/trig-2013/trig-eval-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-01.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-02.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-03.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-04.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-05.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-06.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-07.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-08.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-09.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-10.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-11.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-12.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-13.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-14.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-14.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-15.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-15.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-16.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-16.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-17.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-17.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-18.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-18.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-19.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-19.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-20.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-20.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-21.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-21.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-22.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-22.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-23.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-23.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-24.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-24.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-25.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-25.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-26.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-26.trig +RDF-Trine-1.018/t/data/trig-2013/trig-subm-27.nq +RDF-Trine-1.018/t/data/trig-2013/trig-subm-27.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-base-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-blank-label-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-esc-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-kw-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-lang-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-LITERAL2_with_langtag_and_datatype.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-dash-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-escape-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ln-escape.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-missing-ns-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-missing-ns-dot-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-n3-extras-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ns-dot-end.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-ns-dot-start.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-num-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-number-dot-in-anon.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-pname-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-prefix-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-string-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-12.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-13.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-14.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-15.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-16.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-struct-17.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-turtle-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bad-uri-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-base-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-blank-label.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-bnode-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-datatypes-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-datatypes-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-file-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-kw-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-lists-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ln-colons.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ln-dots.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-ns-dots.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-number-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-pname-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-prefix-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-str-esc-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-08.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-09.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-10.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-string-11.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-04.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-05.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-06.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-struct-07.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-01.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-02.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-03.trig +RDF-Trine-1.018/t/data/trig-2013/trig-syntax-uri-04.trig +RDF-Trine-1.018/t/data/trig-2013/two_LITERAL_LONG2s.nq +RDF-Trine-1.018/t/data/trig-2013/two_LITERAL_LONG2s.trig +RDF-Trine-1.018/t/data/trig-2013/underscore_in_localName.nq +RDF-Trine-1.018/t/data/trig-2013/underscore_in_localName.trig +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/ +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/ +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/ +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/ +RDF-Trine-1.018/t/data/rdfxml-w3c/Manifest.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subClassOf-a-Property/ +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/ +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/ +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/ +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/ +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlsch-02/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xmlbase/test014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/xml-canon/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/unrecognised-xml-attributes/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/tex-01/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test001a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test001b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test002a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/statement-entailment/test002b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subPropertyOf-semantics/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-subClassOf-a-Property/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subPropertyOf/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-no-cycles-in-subClassOf/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-entailment/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/nonconclusions006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/premises005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/premises006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-domain-and-range/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1C.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfs-container-membership-superProperty/not1P.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xmllang/test007c.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-xml-literal-namespaces/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/error001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-uri-substructure/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/error006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-syntax-incomplete/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/empty.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test003a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test003b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-seq-representation/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-reification-required/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-018.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-019.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/error-020.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-018.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-019.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-020.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-021.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-022.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-023.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-024.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-025.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-026.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-027.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-028.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-029.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-030.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-031.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-032.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-033.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-034.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-035.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-036.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/test-037.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-names-use/warn-003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-rdf-id/error007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-para196/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-not-id-and-resource-attr/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-identity-anon-resources/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/error003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test015.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test016.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-empty-property-elements/test017.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-duplicate-member-props/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/error1.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test1.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test2.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-difference-between-ID-and-about/test3.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdfms-abouteach/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0005.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0009.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0010.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0011.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0012.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0013.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-ns-prefix-confusion/test0014.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-element-not-mandatory/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/error002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test006.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test007.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-containers-syntax-vs-schema/test008.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-uris/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/rdf-charmod-literals/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/test001a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/pfps-10/test001b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test003.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/horst-01/test004.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes-intensional/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test001.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002.rdf +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test002b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test003a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test003b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test005a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test005b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test006.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test008a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test008b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test009a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test009b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test010.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test011a.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/datatypes/test011b.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/test001.nt +RDF-Trine-1.018/t/data/rdfxml-w3c/amp-in-url/test001.rdf +RDF-Trine-1.018/t/data/rdfa/test-sd.nt +RDF-Trine-1.018/t/data/rdfa/test-sd.xhtml +RDF-Trine-1.018/t/data/bugs/ttl-with-bom.ttl +RDF-Trine-1.018/lib/RDF/ +RDF-Trine-1.018/lib/Test/ +RDF-Trine-1.018/lib/Test/RDF/ +RDF-Trine-1.018/lib/Test/RDF/Trine/ +RDF-Trine-1.018/lib/Test/RDF/Trine/Store.pm +RDF-Trine-1.018/lib/RDF/Trine/ +RDF-Trine-1.018/lib/RDF/Trine.pm +RDF-Trine-1.018/lib/RDF/Trine/Error.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/ +RDF-Trine-1.018/lib/RDF/Trine/Graph.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/ +RDF-Trine-1.018/lib/RDF/Trine/Model.pm +RDF-Trine-1.018/lib/RDF/Trine/Namespace.pm +RDF-Trine-1.018/lib/RDF/Trine/NamespaceMap.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/ +RDF-Trine-1.018/lib/RDF/Trine/Node.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/ +RDF-Trine-1.018/lib/RDF/Trine/Parser.pm +RDF-Trine-1.018/lib/RDF/Trine/Pattern.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/ +RDF-Trine-1.018/lib/RDF/Trine/Serializer.pm +RDF-Trine-1.018/lib/RDF/Trine/Statement/ +RDF-Trine-1.018/lib/RDF/Trine/Statement.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/ +RDF-Trine-1.018/lib/RDF/Trine/Store.pm +RDF-Trine-1.018/lib/RDF/Trine/VariableBindings.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/ +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Dydra.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Hexastore.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/LanguagePreference.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Memory.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Redis.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/Redland.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/SPARQL.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/mysql.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/Pg.pm +RDF-Trine-1.018/lib/RDF/Trine/Store/DBI/SQLite.pm +RDF-Trine-1.018/lib/RDF/Trine/Statement/Quad.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NQuads.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples/ +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFJSON.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFPatch.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/RDFXML.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/TriG.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/TSV.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/Turtle.pm +RDF-Trine-1.018/lib/RDF/Trine/Serializer/NTriples/Canonical.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/LineProtocol.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/NQuads.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/NTriples.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFa.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFJSON.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFPatch.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/RDFXML.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Redland.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/TriG.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/ +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Constants.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Lexer.pm +RDF-Trine-1.018/lib/RDF/Trine/Parser/Turtle/Token.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Blank.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Literal.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Nil.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Resource.pm +RDF-Trine-1.018/lib/RDF/Trine/Node/Variable.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/Dataset.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/StatementFilter.pm +RDF-Trine-1.018/lib/RDF/Trine/Model/Union.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Boolean.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph/ +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/JSONHandler.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/SAXHandler.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Graph/Materialized.pm +RDF-Trine-1.018/lib/RDF/Trine/Iterator/Bindings/Materialized.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/CSV.pm +RDF-Trine-1.018/lib/RDF/Trine/Exporter/RDFPatch.pm +RDF-Trine-1.018/inc/Module/ +RDF-Trine-1.018/inc/Module/Install/ +RDF-Trine-1.018/inc/Module/Install.pm +RDF-Trine-1.018/inc/Module/Install/AuthorTests.pm +RDF-Trine-1.018/inc/Module/Install/Base.pm +RDF-Trine-1.018/inc/Module/Install/Can.pm +RDF-Trine-1.018/inc/Module/Install/Fetch.pm +RDF-Trine-1.018/inc/Module/Install/Makefile.pm +RDF-Trine-1.018/inc/Module/Install/Metadata.pm +RDF-Trine-1.018/inc/Module/Install/Scripts.pm +RDF-Trine-1.018/inc/Module/Install/Win32.pm +RDF-Trine-1.018/inc/Module/Install/WriteAll.pm +RDF-Trine-1.018/extra/mysql.sql +RDF-Trine-1.018/examples/foaf_labels.pl +RDF-Trine-1.018/bin/cliapi +RDF-Trine-1.018/bin/graph.pl +RDF-Trine-1.018/bin/rdf_init_store.pl +RDF-Trine-1.018/bin/rdf_parse_turtle.pl +RDF-Trine-1.018/bin/rdf_parse_xml.pl +RDF-Trine-1.018/bin/rdf_store_add_file.pl +RDF-Trine-1.018/bin/rdf_store_makeprivate.pl +RDF-Trine-1.018/bin/rdf_store_serialize.pl +RDF-Trine-1.018/bin/rdf_transcode.pl +RDF-Trine-1.018/bin/srx2csv +RDF-Trine-1.018/bin/srx2table +RDF-Trine-1.018/bin/turtle-2013-harness.pl +RDF-Trine-1.018/bin/turtle_benchmark.pl +RDF-Trine-1.018/bin/turtle_parse.pl +RDF-Trine-1.018/bin/turtle_tokenize.pl +Entering RDF-Trine-1.018 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring RDF-Trine-1.018 ... Warning: prerequisite IRI 0 not found. +Warning: prerequisite Moose 2 not found. +Warning: prerequisite MooseX::ArrayRef 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for RDF::Trine +Writing MYMETA.yml and MYMETA.json + +******************************************************************************* + +The RDF::Trine SQLite backend in versions 1.013 and prior had a bug in +the encoding of RDF data, likely causing data loss. + +RDF::Trine 1.014 and later have fixed this bug. + +However, the RDF data encoded in SQLite with RDF::Trine versions 1.014 and +later will no longer be compatible with the shared schema used in other DBI +backends (such as PostgreSQL or MySQL). To exchange data between SQLite and +other databases, the data will require export to an RDF serialization and +re-import to the new database. + +******************************************************************************* + +Checking dependencies from MYMETA.json ... +Checking if you have MooseX::ArrayRef 0 ... No +Checking if you have Cache::LRU 0 ... Yes (0.04) +Checking if you have Text::CSV_XS 0 ... Yes (1.32) +Checking if you have Math::BigInt 0 ... Yes (1.999811) +Checking if you have XML::SAX 0.96 ... Yes (0.99) +Checking if you have IRI 0 ... No +Checking if you have LWP::UserAgent 0 ... Yes (6.27) +Checking if you have Text::Table 0 ... Yes (1.133) +Checking if you have Module::Load::Conditional 0.38 ... Yes (0.68) +Checking if you have Set::Scalar 0 ... Yes (1.29) +Checking if you have JSON 2 ... Yes (2.94) +Checking if you have Moose 2.0300 ... No +Checking if you have HTTP::Negotiate 0 ... Yes (6.01) +Checking if you have Digest::SHA 0 ... Yes (5.98) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have DBD::SQLite 1.14 ... Yes (1.54) +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have Test::Exception 0 ... Yes (0.43) +Checking if you have Test::JSON 0 ... Yes (0.11) +Checking if you have Error 0 ... Yes (0.17025) +Checking if you have Time::HiRes 0 ... Yes (1.9746) +Checking if you have XML::CommonNS 0.04 ... Yes (0.06) +Checking if you have DBIx::Connector 0 ... Yes (0.56) +Checking if you have Algorithm::Combinatorics 0 ... Yes (0.27) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have Log::Log4perl 0 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have XML::Namespace 0 ... Yes (0.02) +Checking if you have DBI 0 ... Yes (1.637) +Checking if you have Data::UUID 0 ... Yes (1.221) +Searching MooseX::ArrayRef (0) on cpanmetadb ... +Unpacking MooseX-ArrayRef-0.005.tar.gz +OK +==> Found dependencies: MooseX::ArrayRef, IRI, Moose +--> Working on MooseX::ArrayRef +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/MooseX-ArrayRef-0.005.tar.gz ... OK +MooseX-ArrayRef-0.005/CONTRIBUTING +MooseX-ArrayRef-0.005/COPYRIGHT +MooseX-ArrayRef-0.005/CREDITS +MooseX-ArrayRef-0.005/Changes +MooseX-ArrayRef-0.005/INSTALL +MooseX-ArrayRef-0.005/LICENSE +MooseX-ArrayRef-0.005/MANIFEST +MooseX-ArrayRef-0.005/META.json +MooseX-ArrayRef-0.005/META.yml +MooseX-ArrayRef-0.005/Makefile.PL +MooseX-ArrayRef-0.005/README +MooseX-ArrayRef-0.005/SIGNATURE +MooseX-ArrayRef-0.005/dist.ini +MooseX-ArrayRef-0.005/doap.ttl +MooseX-ArrayRef-0.005/examples/benchmark.pl +MooseX-ArrayRef-0.005/examples/synopsis.pl +MooseX-ArrayRef-0.005/t/01basic.t +MooseX-ArrayRef-0.005/t/02indexmap.t +MooseX-ArrayRef-0.005/t/03objects.t +MooseX-ArrayRef-0.005/t/04inlining.t +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef.pm +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef/Meta/Class.pm +MooseX-ArrayRef-0.005/lib/MooseX/ArrayRef/Meta/Instance.pm +Entering MooseX-ArrayRef-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-ArrayRef-0.005 ... Warning: prerequisite Moose 2.00 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::ArrayRef +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed +! Bailing out the installation for MooseX-ArrayRef-0.005. +Searching IRI (0) on cpanmetadb ... +Unpacking IRI-0.008.tar.gz +OK +==> Found dependencies: Moose +--> Working on IRI +Fetching http://www.cpan.org/authors/id/G/GW/GWILLIAMS/IRI-0.008.tar.gz ... OK +IRI-0.008/ +IRI-0.008/Changes +IRI-0.008/Changes.ttl +IRI-0.008/Changes.xml +IRI-0.008/inc/ +IRI-0.008/lib/ +IRI-0.008/Makefile.PL +IRI-0.008/MANIFEST +IRI-0.008/META.yml +IRI-0.008/README +IRI-0.008/SIGNATURE +IRI-0.008/t/ +IRI-0.008/xt/ +IRI-0.008/xt/pod-coverage.t +IRI-0.008/xt/pod.t +IRI-0.008/t/00-simple.t +IRI-0.008/t/bugs.t +IRI-0.008/t/coercion.t +IRI-0.008/lib/IRI.pm +IRI-0.008/inc/Module/ +IRI-0.008/inc/Module/Install/ +IRI-0.008/inc/Module/Install.pm +IRI-0.008/inc/Module/Install/AuthorTests.pm +IRI-0.008/inc/Module/Install/Base.pm +IRI-0.008/inc/Module/Install/Can.pm +IRI-0.008/inc/Module/Install/DOAPChangeSets.pm +IRI-0.008/inc/Module/Install/Fetch.pm +IRI-0.008/inc/Module/Install/Makefile.pm +IRI-0.008/inc/Module/Install/Metadata.pm +IRI-0.008/inc/Module/Install/Win32.pm +IRI-0.008/inc/Module/Install/WriteAll.pm +Entering IRI-0.008 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring IRI-0.008 ... Warning: prerequisite Moo 0 not found. +Warning: prerequisite MooX::HandlesVia 0 not found. +Warning: prerequisite Type::Tiny 0.008 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for IRI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have MooX::HandlesVia 0 ... No +Checking if you have Moo 0 ... No +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Type::Tiny 0.008 ... No +Checking if you have URI 1.52 ... Yes (1.72) +Searching MooX::HandlesVia (0) on cpanmetadb ... +Unpacking MooX-HandlesVia-0.001008.tar.gz +OK +==> Found dependencies: MooX::HandlesVia, Moo, Type::Tiny +--> Working on MooX::HandlesVia +Fetching http://www.cpan.org/authors/id/M/MA/MATTP/MooX-HandlesVia-0.001008.tar.gz ... OK +MooX-HandlesVia-0.001008 +MooX-HandlesVia-0.001008/TODO +MooX-HandlesVia-0.001008/Changes +MooX-HandlesVia-0.001008/LICENSE +MooX-HandlesVia-0.001008/dist.ini +MooX-HandlesVia-0.001008/t +MooX-HandlesVia-0.001008/t/hash.t +MooX-HandlesVia-0.001008/META.yml +MooX-HandlesVia-0.001008/MANIFEST +MooX-HandlesVia-0.001008/META.json +MooX-HandlesVia-0.001008/README.mkdn +MooX-HandlesVia-0.001008/t/invalid.t +MooX-HandlesVia-0.001008/Makefile.PL +MooX-HandlesVia-0.001008/t/arbitrary.t +MooX-HandlesVia-0.001008/t/nonmoo-class.t +MooX-HandlesVia-0.001008/t/unimport +MooX-HandlesVia-0.001008/t/unimport/no_moo.t +MooX-HandlesVia-0.001008/t/proof_of_concept.t +MooX-HandlesVia-0.001008/t/handlesvia_in_role.t +MooX-HandlesVia-0.001008/t/unimport/pollution.t +MooX-HandlesVia-0.001008/lib/MooX +MooX-HandlesVia-0.001008/lib/MooX/HandlesVia.pm +MooX-HandlesVia-0.001008/t/release-pod-syntax.t +MooX-HandlesVia-0.001008/t/release-pod-coverage.t +MooX-HandlesVia-0.001008/t/from-moose +MooX-HandlesVia-0.001008/t/from-moose/trait_code.t +MooX-HandlesVia-0.001008/t/from-moose/trait_hash.t +MooX-HandlesVia-0.001008/t/from-moose/trait_bool.t +MooX-HandlesVia-0.001008/t/from-moose/trait_array.t +MooX-HandlesVia-0.001008/t/from-moose/trait_number.t +MooX-HandlesVia-0.001008/t/from-moose/trait_string.t +MooX-HandlesVia-0.001008/t/unimport/namespace_clean.t +MooX-HandlesVia-0.001008/lib/Data/Perl/Bool +MooX-HandlesVia-0.001008/lib/Data/Perl/Bool/MooseLike.pm +MooX-HandlesVia-0.001008/t/unimport/namespace_autoclean.t +MooX-HandlesVia-0.001008/lib/Data/Perl/Number +MooX-HandlesVia-0.001008/lib/Data/Perl/Number/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/String +MooX-HandlesVia-0.001008/lib/Data/Perl/String/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Hash +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Hash/MooseLike.pm +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Array +MooX-HandlesVia-0.001008/lib/Data/Perl/Collection/Array/MooseLike.pm +Entering MooX-HandlesVia-0.001008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-HandlesVia-0.001008 ... Warning: prerequisite Data::Perl 0.002006 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moo 1.003000 not found. +Warning: prerequisite MooX::Types::MooseLike::Base 0.23 not found. +Warning: prerequisite Role::Tiny 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::HandlesVia +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Moo 1.003000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have MooX::Types::MooseLike::Base 0.23 ... No +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Data::Perl 0.002006 ... No +Checking if you have Test::Exception 0 ... Yes (0.43) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Already tried Role::Tiny. Skipping. +Already tried Moo. Skipping. +Searching MooX::Types::MooseLike::Base (0.23) on cpanmetadb ... +Unpacking MooX-Types-MooseLike-0.29.tar.gz +OK +==> Found dependencies: Role::Tiny, Moo, MooX::Types::MooseLike::Base, Data::Perl, Module::Runtime +--> Working on MooX::Types::MooseLike::Base +Fetching http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz ... OK +MooX-Types-MooseLike-0.29/ +MooX-Types-MooseLike-0.29/META.yml +MooX-Types-MooseLike-0.29/Makefile.PL +MooX-Types-MooseLike-0.29/README +MooX-Types-MooseLike-0.29/t/ +MooX-Types-MooseLike-0.29/t/parameterized_with_coderefs.t +MooX-Types-MooseLike-0.29/t/subtype.t +MooX-Types-MooseLike-0.29/t/basic.t +MooX-Types-MooseLike-0.29/t/parameterized_with_string.t +MooX-Types-MooseLike-0.29/t/required.t +MooX-Types-MooseLike-0.29/t/parameterized_inflate.t +MooX-Types-MooseLike-0.29/t/version.t +MooX-Types-MooseLike-0.29/t/inflate_sub.t +MooX-Types-MooseLike-0.29/t/inflate_name.t +MooX-Types-MooseLike-0.29/t/inflate_0.t +MooX-Types-MooseLike-0.29/t/parameterized_subtype.t +MooX-Types-MooseLike-0.29/t/default.t +MooX-Types-MooseLike-0.29/t/parameterized.t +MooX-Types-MooseLike-0.29/t/builder.t +MooX-Types-MooseLike-0.29/Changes +MooX-Types-MooseLike-0.29/META.json +MooX-Types-MooseLike-0.29/maint/ +MooX-Types-MooseLike-0.29/maint/Makefile.PL.include +MooX-Types-MooseLike-0.29/MANIFEST +MooX-Types-MooseLike-0.29/lib/ +MooX-Types-MooseLike-0.29/lib/MooX/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike.pm +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike/ +MooX-Types-MooseLike-0.29/lib/MooX/Types/MooseLike/Base.pm +Entering MooX-Types-MooseLike-0.29 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-Types-MooseLike-0.29 ... Warning: prerequisite Module::Runtime 0.014 not found. +Warning: prerequisite Moo 1.004002 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Types::MooseLike +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moo 1.004002 ... No +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Already tried Moo. Skipping. +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for MooX-Types-MooseLike-0.29. +Searching Data::Perl (0.002006) on cpanmetadb ... +Unpacking Data-Perl-0.002009.tar.gz +OK +==> Found dependencies: Moo, Module::Runtime +--> Working on Data::Perl +Fetching http://www.cpan.org/authors/id/M/MA/MATTP/Data-Perl-0.002009.tar.gz ... OK +Data-Perl-0.002009/ +Data-Perl-0.002009/META.yml +Data-Perl-0.002009/Makefile.PL +Data-Perl-0.002009/README +Data-Perl-0.002009/t/ +Data-Perl-0.002009/t/helpers.t +Data-Perl-0.002009/t/number.t +Data-Perl-0.002009/t/string.t +Data-Perl-0.002009/t/release-pod-syntax.t +Data-Perl-0.002009/t/collection/ +Data-Perl-0.002009/t/collection/hash.t +Data-Perl-0.002009/t/collection/array.t +Data-Perl-0.002009/t/collection/subclassing.t +Data-Perl-0.002009/t/counter.t +Data-Perl-0.002009/t/release-pod-coverage.t +Data-Perl-0.002009/t/bool.t +Data-Perl-0.002009/t/code.t +Data-Perl-0.002009/README.mkdn +Data-Perl-0.002009/lib/ +Data-Perl-0.002009/lib/Data/ +Data-Perl-0.002009/lib/Data/Perl.pm +Data-Perl-0.002009/lib/Data/Perl/ +Data-Perl-0.002009/lib/Data/Perl/Code.pm +Data-Perl-0.002009/lib/Data/Perl/Bool.pm +Data-Perl-0.002009/lib/Data/Perl/Counter.pm +Data-Perl-0.002009/lib/Data/Perl/Role/ +Data-Perl-0.002009/lib/Data/Perl/Role/Code.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Bool.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Counter.pm +Data-Perl-0.002009/lib/Data/Perl/Role/String.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Number.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/ +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/Hash.pm +Data-Perl-0.002009/lib/Data/Perl/Role/Collection/Array.pm +Data-Perl-0.002009/lib/Data/Perl/String.pm +Data-Perl-0.002009/lib/Data/Perl/Number.pm +Data-Perl-0.002009/lib/Data/Perl/Collection/ +Data-Perl-0.002009/lib/Data/Perl/Collection/Hash.pm +Data-Perl-0.002009/lib/Data/Perl/Collection/Array.pm +Data-Perl-0.002009/META.json +Data-Perl-0.002009/MANIFEST +Data-Perl-0.002009/Changes +Data-Perl-0.002009/dist.ini +Data-Perl-0.002009/LICENSE +Entering Data-Perl-0.002009 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Perl-0.002009 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 0 not found. +Warning: prerequisite strictures 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Test::Output 0 ... Yes (1.031) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Checking if you have strictures 2.000000 ... No +Already tried Module::Runtime. Skipping. +Already tried Role::Tiny. Skipping. +Already tried strictures. Skipping. +! Installing the dependencies failed: Module 'strictures' is not installed, Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed +! Bailing out the installation for Data-Perl-0.002009. +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'Role::Tiny' is not installed, Module 'Module::Runtime' is not installed, Module 'Data::Perl' is not installed, Module 'MooX::Types::MooseLike::Base' is not installed +! Bailing out the installation for MooX-HandlesVia-0.001008. +Already tried Moo. Skipping. +Already tried Type::Tiny. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'MooX::HandlesVia' is not installed, Module 'Type::Tiny' is not installed +! Bailing out the installation for IRI-0.008. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'MooseX::ArrayRef' is not installed, Module 'IRI' is not installed +! Bailing out the installation for RDF-Trine-1.018. +! Installing the dependencies failed: Module 'RDF::Trine' is not installed +! Bailing out the installation for Task-Kensho-XML-0.39. +Searching Task::Kensho::Config (0) on cpanmetadb ... +Unpacking Task-Kensho-Config-0.39.tar.gz +OK +==> Found dependencies: Module::Runtime, Role::Tiny, strictures +--> Working on Task::Kensho::Config +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Config-0.39.tar.gz ... OK +Task-Kensho-Config-0.39/ +Task-Kensho-Config-0.39/Build.PL +Task-Kensho-Config-0.39/Changes +Task-Kensho-Config-0.39/lib/ +Task-Kensho-Config-0.39/LICENSE +Task-Kensho-Config-0.39/Makefile.PL +Task-Kensho-Config-0.39/MANIFEST +Task-Kensho-Config-0.39/META.json +Task-Kensho-Config-0.39/META.yml +Task-Kensho-Config-0.39/README +Task-Kensho-Config-0.39/t/ +Task-Kensho-Config-0.39/xt/ +Task-Kensho-Config-0.39/xt/author/ +Task-Kensho-Config-0.39/xt/release/ +Task-Kensho-Config-0.39/xt/release/changes_has_content.t +Task-Kensho-Config-0.39/xt/release/cpan-changes.t +Task-Kensho-Config-0.39/xt/release/distmeta.t +Task-Kensho-Config-0.39/xt/release/minimum-version.t +Task-Kensho-Config-0.39/xt/release/portability.t +Task-Kensho-Config-0.39/xt/author/00-compile.t +Task-Kensho-Config-0.39/xt/author/clean-namespaces.t +Task-Kensho-Config-0.39/xt/author/eol.t +Task-Kensho-Config-0.39/xt/author/kwalitee.t +Task-Kensho-Config-0.39/xt/author/mojibake.t +Task-Kensho-Config-0.39/xt/author/no-tabs.t +Task-Kensho-Config-0.39/xt/author/pod-coverage.t +Task-Kensho-Config-0.39/xt/author/pod-spell.t +Task-Kensho-Config-0.39/xt/author/pod-syntax.t +Task-Kensho-Config-0.39/t/00-report-prereqs.dd +Task-Kensho-Config-0.39/t/00-report-prereqs.t +Task-Kensho-Config-0.39/lib/Task/ +Task-Kensho-Config-0.39/lib/Task/Kensho/ +Task-Kensho-Config-0.39/lib/Task/Kensho/Config.pm +Entering Task-Kensho-Config-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Config-0.39 ... Creating new 'Build' script for 'Task-Kensho-Config' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Config::Any 0.13 ... Yes (0.32) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Config::General 0 ... Yes (2.63) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have File::Spec 0 ... Yes (3.68) +OK +Building and testing Task-Kensho-Config-0.39 ... cp lib/Task/Kensho/Config.pm blib/lib/Task/Kensho/Config.pm +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ----- ----- +# Module::Build::Tiny 0.034 0.039 +# +# === Test Requires === +# +# Module Want Have +# ---------------- ---- -------- +# File::Spec any 3.68 +# Module::Metadata any 1.000033 +# Test::More any 1.302098 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# --------------- ---- -------- +# Config::Any any 0.32 +# Config::General any 2.63 +# JSON::MaybeXS any 1.003009 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +All tests successful. +Files=1, Tests=1, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.19 CPU) +Result: PASS +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/Task/Kensho/Config.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Task::Kensho::Config.3 +OK +Successfully installed Task-Kensho-Config-0.39 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Kensho-Config-0.39/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Task-Kensho-Config-0.39/MYMETA.json +Searching List::SomeUtils (0) on cpanmetadb ... +Unpacking List-SomeUtils-0.56.tar.gz +--> Working on List::SomeUtils +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-0.56.tar.gz ... OK +List-SomeUtils-0.56/ +List-SomeUtils-0.56/dist.ini +List-SomeUtils-0.56/META.yml +List-SomeUtils-0.56/perltidyrc +List-SomeUtils-0.56/t/ +List-SomeUtils-0.56/t/00-report-prereqs.t +List-SomeUtils-0.56/t/Import.t +List-SomeUtils-0.56/t/ab.t +List-SomeUtils-0.56/t/pp-only.t +List-SomeUtils-0.56/t/00-report-prereqs.dd +List-SomeUtils-0.56/t/lib/ +List-SomeUtils-0.56/t/lib/LSU/ +List-SomeUtils-0.56/t/lib/LSU/Test/ +List-SomeUtils-0.56/t/lib/LSU/Test/Functions.pm +List-SomeUtils-0.56/t/lib/LSU/Test/Import.pm +List-SomeUtils-0.56/t/lib/LSU/Test/ab.pm +List-SomeUtils-0.56/t/lib/Test/ +List-SomeUtils-0.56/t/lib/Test/LSU.pm +List-SomeUtils-0.56/t/Functions.t +List-SomeUtils-0.56/inc/ +List-SomeUtils-0.56/inc/ExtUtils/ +List-SomeUtils-0.56/inc/ExtUtils/HasCompiler.pm +List-SomeUtils-0.56/xt/ +List-SomeUtils-0.56/xt/release/ +List-SomeUtils-0.56/xt/release/cpan-changes.t +List-SomeUtils-0.56/xt/release/meta-json.t +List-SomeUtils-0.56/xt/author/ +List-SomeUtils-0.56/xt/author/00-compile.t +List-SomeUtils-0.56/xt/author/eol.t +List-SomeUtils-0.56/xt/author/test-version.t +List-SomeUtils-0.56/xt/author/portability.t +List-SomeUtils-0.56/xt/author/no-tabs.t +List-SomeUtils-0.56/xt/author/pod-coverage.t +List-SomeUtils-0.56/xt/author/tidyall.t +List-SomeUtils-0.56/xt/author/mojibake.t +List-SomeUtils-0.56/xt/author/pod-syntax.t +List-SomeUtils-0.56/xt/author/pod-spell.t +List-SomeUtils-0.56/tidyall.ini +List-SomeUtils-0.56/INSTALL +List-SomeUtils-0.56/Changes +List-SomeUtils-0.56/README.md +List-SomeUtils-0.56/MANIFEST +List-SomeUtils-0.56/CONTRIBUTING.md +List-SomeUtils-0.56/cpanfile +List-SomeUtils-0.56/LICENSE +List-SomeUtils-0.56/META.json +List-SomeUtils-0.56/lib/ +List-SomeUtils-0.56/lib/List/ +List-SomeUtils-0.56/lib/List/SomeUtils/ +List-SomeUtils-0.56/lib/List/SomeUtils/PP.pm +List-SomeUtils-0.56/lib/List/SomeUtils.pm +List-SomeUtils-0.56/perlcriticrc +List-SomeUtils-0.56/Makefile.PL +Entering List-SomeUtils-0.56 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Text::ParseWords 0 ... Yes (3.30) +Running Makefile.PL +Configuring List-SomeUtils-0.56 ... Warning: prerequisite Module::Implementation 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for List::SomeUtils +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::LeakTrace 0 ... Yes (0.16) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have base 0 ... Yes (2.26) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Tie::Array 0 ... Yes (1.06) +Checking if you have List::SomeUtils::XS 0.54 ... Yes (0.55) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Builder::Module 0 ... Yes (1.302098) +Already tried Module::Implementation. Skipping. +! Installing the dependencies failed: Module 'Module::Implementation' is not installed +! Bailing out the installation for List-SomeUtils-0.56. +Searching Task::Kensho::Logging (0) on cpanmetadb ... +Unpacking Task-Kensho-Logging-0.39.tar.gz +OK +==> Found dependencies: Module::Implementation +--> Working on Task::Kensho::Logging +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Logging-0.39.tar.gz ... OK +Task-Kensho-Logging-0.39/ +Task-Kensho-Logging-0.39/Build.PL +Task-Kensho-Logging-0.39/Changes +Task-Kensho-Logging-0.39/lib/ +Task-Kensho-Logging-0.39/LICENSE +Task-Kensho-Logging-0.39/Makefile.PL +Task-Kensho-Logging-0.39/MANIFEST +Task-Kensho-Logging-0.39/META.json +Task-Kensho-Logging-0.39/META.yml +Task-Kensho-Logging-0.39/README +Task-Kensho-Logging-0.39/t/ +Task-Kensho-Logging-0.39/xt/ +Task-Kensho-Logging-0.39/xt/author/ +Task-Kensho-Logging-0.39/xt/release/ +Task-Kensho-Logging-0.39/xt/release/changes_has_content.t +Task-Kensho-Logging-0.39/xt/release/cpan-changes.t +Task-Kensho-Logging-0.39/xt/release/distmeta.t +Task-Kensho-Logging-0.39/xt/release/minimum-version.t +Task-Kensho-Logging-0.39/xt/release/portability.t +Task-Kensho-Logging-0.39/xt/author/00-compile.t +Task-Kensho-Logging-0.39/xt/author/clean-namespaces.t +Task-Kensho-Logging-0.39/xt/author/eol.t +Task-Kensho-Logging-0.39/xt/author/kwalitee.t +Task-Kensho-Logging-0.39/xt/author/mojibake.t +Task-Kensho-Logging-0.39/xt/author/no-tabs.t +Task-Kensho-Logging-0.39/xt/author/pod-coverage.t +Task-Kensho-Logging-0.39/xt/author/pod-spell.t +Task-Kensho-Logging-0.39/xt/author/pod-syntax.t +Task-Kensho-Logging-0.39/t/00-report-prereqs.dd +Task-Kensho-Logging-0.39/t/00-report-prereqs.t +Task-Kensho-Logging-0.39/lib/Task/ +Task-Kensho-Logging-0.39/lib/Task/Kensho/ +Task-Kensho-Logging-0.39/lib/Task/Kensho/Logging.pm +Entering Task-Kensho-Logging-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Logging-0.39 ... Creating new 'Build' script for 'Task-Kensho-Logging' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Log::Dispatch 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Log::Log4perl 0 ... Yes (1.49) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Log::Contextual 0 ... No +Searching Log::Dispatch (0) on cpanmetadb ... +Unpacking Log-Dispatch-2.67.tar.gz +OK +==> Found dependencies: Log::Dispatch, Log::Contextual +--> Working on Log::Dispatch +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.67.tar.gz ... OK +Log-Dispatch-2.67/ +Log-Dispatch-2.67/dist.ini +Log-Dispatch-2.67/META.yml +Log-Dispatch-2.67/weaver.ini +Log-Dispatch-2.67/perltidyrc +Log-Dispatch-2.67/appveyor.yml +Log-Dispatch-2.67/t/ +Log-Dispatch-2.67/t/file-locked.t +Log-Dispatch-2.67/t/sendmail +Log-Dispatch-2.67/t/syslog-lock-without-preloaded-threads.t +Log-Dispatch-2.67/t/00-report-prereqs.t +Log-Dispatch-2.67/t/00-compile.t +Log-Dispatch-2.67/t/close-after-write.t +Log-Dispatch-2.67/t/binmode.t +Log-Dispatch-2.67/t/short-syntax.t +Log-Dispatch-2.67/t/lazy-open.t +Log-Dispatch-2.67/t/00-report-prereqs.dd +Log-Dispatch-2.67/t/email-exit.t +Log-Dispatch-2.67/t/screen-helper.pl +Log-Dispatch-2.67/t/lib/ +Log-Dispatch-2.67/t/lib/Log/ +Log-Dispatch-2.67/t/lib/Log/Dispatch/ +Log-Dispatch-2.67/t/lib/Log/Dispatch/TestUtil.pm +Log-Dispatch-2.67/t/screen.t +Log-Dispatch-2.67/t/syslog.t +Log-Dispatch-2.67/t/email-exit-helper.pl +Log-Dispatch-2.67/t/syslog-threads.t +Log-Dispatch-2.67/t/basic.t +Log-Dispatch-2.67/xt/ +Log-Dispatch-2.67/xt/release/ +Log-Dispatch-2.67/xt/release/cpan-changes.t +Log-Dispatch-2.67/xt/release/meta-json.t +Log-Dispatch-2.67/xt/author/ +Log-Dispatch-2.67/xt/author/test-dependents.t +Log-Dispatch-2.67/xt/author/eol.t +Log-Dispatch-2.67/xt/author/test-version.t +Log-Dispatch-2.67/xt/author/portability.t +Log-Dispatch-2.67/xt/author/no-tabs.t +Log-Dispatch-2.67/xt/author/pod-coverage.t +Log-Dispatch-2.67/xt/author/tidyall.t +Log-Dispatch-2.67/xt/author/mojibake.t +Log-Dispatch-2.67/xt/author/pod-syntax.t +Log-Dispatch-2.67/xt/author/pod-spell.t +Log-Dispatch-2.67/tidyall.ini +Log-Dispatch-2.67/INSTALL +Log-Dispatch-2.67/Changes +Log-Dispatch-2.67/README.md +Log-Dispatch-2.67/MANIFEST +Log-Dispatch-2.67/CONTRIBUTING.md +Log-Dispatch-2.67/cpanfile +Log-Dispatch-2.67/LICENSE +Log-Dispatch-2.67/META.json +Log-Dispatch-2.67/lib/ +Log-Dispatch-2.67/lib/Log/ +Log-Dispatch-2.67/lib/Log/Dispatch.pm +Log-Dispatch-2.67/lib/Log/Dispatch/ +Log-Dispatch-2.67/lib/Log/Dispatch/Email/ +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSend.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSender.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MIMELite.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email/MailSendmail.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Screen.pm +Log-Dispatch-2.67/lib/Log/Dispatch/ApacheLog.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Syslog.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Output.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Code.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Types.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Vars.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Conflicts.pm +Log-Dispatch-2.67/lib/Log/Dispatch/File.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Handle.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Base.pm +Log-Dispatch-2.67/lib/Log/Dispatch/File/ +Log-Dispatch-2.67/lib/Log/Dispatch/File/Locked.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Null.pm +Log-Dispatch-2.67/lib/Log/Dispatch/Email.pm +Log-Dispatch-2.67/perlcriticrc +Log-Dispatch-2.67/Makefile.PL +Entering Log-Dispatch-2.67 +Checking configure dependencies from META.json +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for Log-Dispatch-2.67. +Searching Log::Contextual (0) on cpanmetadb ... +Unpacking Log-Contextual-0.007001.tar.gz +==> Found dependencies: Dist::CheckConflicts +--> Working on Log::Contextual +Fetching http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-0.007001.tar.gz ... OK +Log-Contextual-0.007001/ +Log-Contextual-0.007001/lib/ +Log-Contextual-0.007001/lib/Log/ +Log-Contextual-0.007001/lib/Log/Contextual/ +Log-Contextual-0.007001/lib/Log/Contextual/Easy/ +Log-Contextual-0.007001/lib/Log/Contextual/Easy/Default.pm +Log-Contextual-0.007001/lib/Log/Contextual/Easy/Package.pm +Log-Contextual-0.007001/lib/Log/Contextual/SimpleLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/ +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/ +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/WithLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/SetLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router/HasLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Role/Router.pm +Log-Contextual-0.007001/lib/Log/Contextual/WarnLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/TeeLogger.pm +Log-Contextual-0.007001/lib/Log/Contextual/Router.pm +Log-Contextual-0.007001/lib/Log/Contextual.pm +Log-Contextual-0.007001/CONTRIBUTING +Log-Contextual-0.007001/Makefile.PL +Log-Contextual-0.007001/META.json +Log-Contextual-0.007001/MANIFEST +Log-Contextual-0.007001/META.yml +Log-Contextual-0.007001/dist.ini +Log-Contextual-0.007001/cpanfile +Log-Contextual-0.007001/LICENSE +Log-Contextual-0.007001/Changes +Log-Contextual-0.007001/README +Log-Contextual-0.007001/t/ +Log-Contextual-0.007001/t/warnlogger-with-levels.t +Log-Contextual-0.007001/t/author-pod-syntax.t +Log-Contextual-0.007001/t/log-with-levels.t +Log-Contextual-0.007001/t/lib/ +Log-Contextual-0.007001/t/lib/DefaultImportLogger.pm +Log-Contextual-0.007001/t/lib/TestExporter.pm +Log-Contextual-0.007001/t/lib/TestRouter.pm +Log-Contextual-0.007001/t/lib/BaseLogger.pm +Log-Contextual-0.007001/t/lib/My/ +Log-Contextual-0.007001/t/lib/My/Module2.pm +Log-Contextual-0.007001/t/lib/My/Module.pm +Log-Contextual-0.007001/t/default_logger.t +Log-Contextual-0.007001/t/default_import.t +Log-Contextual-0.007001/t/package_logger.t +Log-Contextual-0.007001/t/rt83267-begin.t +Log-Contextual-0.007001/t/simplelogger.t +Log-Contextual-0.007001/t/yell-loudly.t +Log-Contextual-0.007001/t/log4perl.conf +Log-Contextual-0.007001/t/has_logger.t +Log-Contextual-0.007001/t/warnlogger.t +Log-Contextual-0.007001/t/router_api.t +Log-Contextual-0.007001/t/perltidy.t +Log-Contextual-0.007001/t/log4perl.t +Log-Contextual-0.007001/t/rt83267.t +Log-Contextual-0.007001/t/caller.t +Log-Contextual-0.007001/t/base.t +Log-Contextual-0.007001/t/easy.t +Log-Contextual-0.007001/t/dlog.t +Log-Contextual-0.007001/t/log.t +Log-Contextual-0.007001/t/arg.t +Log-Contextual-0.007001/t/eg.t +Entering Log-Contextual-0.007001 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Contextual-0.007001 ... Warning: prerequisite Moo 1.003 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Contextual +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moo 1.004002 ... No +Checking if you have Data::Dumper::Concise 0 ... Yes (2.023) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Exporter::Declare 0.111 ... Yes (0.114) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed +! Bailing out the installation for Log-Contextual-0.007001. +! Installing the dependencies failed: Module 'Log::Dispatch' is not installed, Module 'Log::Contextual' is not installed +! Bailing out the installation for Task-Kensho-Logging-0.39. +Searching Types::Standard (0) on cpanmetadb ... +Already tried Type-Tiny-1.002001. Skipping. +Searching App::EvalServerAdvanced (0) on cpanmetadb ... +Unpacking App-EvalServerAdvanced-0.020.tar.gz +OK +==> Found dependencies: Moo +--> Working on App::EvalServerAdvanced +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/App-EvalServerAdvanced-0.020.tar.gz ... OK +App-EvalServerAdvanced-0.020/ +App-EvalServerAdvanced-0.020/lib/ +App-EvalServerAdvanced-0.020/lib/App/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Seccomp.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/JobManager.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Log.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Config.pm +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox/ +App-EvalServerAdvanced-0.020/lib/App/EvalServerAdvanced/Sandbox/Internal.pm +App-EvalServerAdvanced-0.020/README.md +App-EvalServerAdvanced-0.020/xt/ +App-EvalServerAdvanced-0.020/xt/author/ +App-EvalServerAdvanced-0.020/xt/author/00-compile.t +App-EvalServerAdvanced-0.020/xt/author/pod-syntax.t +App-EvalServerAdvanced-0.020/xt/author/critic.t +App-EvalServerAdvanced-0.020/LICENSE +App-EvalServerAdvanced-0.020/TODO +App-EvalServerAdvanced-0.020/skel-sandbox/ +App-EvalServerAdvanced-0.020/skel-sandbox/etc/ +App-EvalServerAdvanced-0.020/skel-sandbox/etc/config.toml +App-EvalServerAdvanced-0.020/skel-sandbox/gensystem.sh +App-EvalServerAdvanced-0.020/dist.ini +App-EvalServerAdvanced-0.020/META.yml +App-EvalServerAdvanced-0.020/MANIFEST +App-EvalServerAdvanced-0.020/t/ +App-EvalServerAdvanced-0.020/t/00-report-prereqs.t +App-EvalServerAdvanced-0.020/t/00-report-prereqs.dd +App-EvalServerAdvanced-0.020/script/ +App-EvalServerAdvanced-0.020/script/evalserveradvanced +App-EvalServerAdvanced-0.020/script/esa-makesandbox +App-EvalServerAdvanced-0.020/perlcritic.rc +App-EvalServerAdvanced-0.020/README +App-EvalServerAdvanced-0.020/META.json +App-EvalServerAdvanced-0.020/Changes +App-EvalServerAdvanced-0.020/Makefile.PL +Entering App-EvalServerAdvanced-0.020 +Checking configure dependencies from META.json +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Running Makefile.PL +Configuring App-EvalServerAdvanced-0.020 ... Warning: prerequisite Moo 0 not found. +Warning: prerequisite Sys::Linux::Mount 0 not found. +Warning: prerequisite Sys::Linux::Namespace 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for App::EvalServerAdvanced +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have App::EvalServerAdvanced::Protocol 0 ... Yes (0.104) +Checking if you have File::ShareDir 0 ... Yes (1.104) +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have B::Deparse 0 ... Yes (1.43) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Syntax::Keyword::Try 0 ... Yes (0.08) +Checking if you have IPC::Run 0 ... Yes (0.96) +Checking if you have Permute::Named::Iter 0 ... Yes (0.04) +Checking if you have Moo 1.004002 ... No +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have Sys::Linux::Namespace v0.13.0 ... No +Checking if you have Linux::Clone 0 ... Yes (1.0) +Checking if you have Path::Tiny 0.009 ... Yes (0.104) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Linux::Seccomp 0 ... Yes (0.002001) +Checking if you have TOML 0 ... Yes (0.97) +Checking if you have IO::Async::Function 0 ... Yes (0.71) +Checking if you have Function::Parameters 0 ... Yes (2.001001) +Checking if you have BSD::Resource 0 ... Yes (1.2911) +Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (7.30) +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have PerlIO 0 ... Yes (1.10) +Checking if you have Getopt::Long 2.37 ... Yes (2.5) +Checking if you have Sys::Linux::Mount 0 ... No +Checking if you have Unix::Mknod 0 ... Yes (0.04) +Checking if you have charnames 0 ... Yes (1.45) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have IO::Async::Loop 0 ... Yes (0.71) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Fcntl 0 ... Yes (1.13) +Already tried Moo. Skipping. +Searching Sys::Linux::Namespace (v0.13.0) on cpanmetadb ... +Unpacking Sys-Linux-Namespace-0.015.tar.gz +OK +==> Found dependencies: Moo, Sys::Linux::Namespace, Sys::Linux::Mount +--> Working on Sys::Linux::Namespace +Fetching http://www.cpan.org/authors/id/S/SI/SIMCOP/Sys-Linux-Namespace-0.015.tar.gz ... OK +Sys-Linux-Namespace-0.015 +Sys-Linux-Namespace-0.015/README +Sys-Linux-Namespace-0.015/LICENSE +Sys-Linux-Namespace-0.015/Changes +Sys-Linux-Namespace-0.015/META.yml +Sys-Linux-Namespace-0.015/MANIFEST +Sys-Linux-Namespace-0.015/dist.ini +Sys-Linux-Namespace-0.015/META.json +Sys-Linux-Namespace-0.015/t/tmp +Sys-Linux-Namespace-0.015/t/tmp/keep +Sys-Linux-Namespace-0.015/Makefile.PL +Sys-Linux-Namespace-0.015/t +Sys-Linux-Namespace-0.015/t/02-namespace.t +Sys-Linux-Namespace-0.015/t/00-report-prereqs.t +Sys-Linux-Namespace-0.015/xt/author +Sys-Linux-Namespace-0.015/xt/author/pod-syntax.t +Sys-Linux-Namespace-0.015/t/00-report-prereqs.dd +Sys-Linux-Namespace-0.015/xt/author/00-compile.t +Sys-Linux-Namespace-0.015/lib/Sys/Linux +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Mount.pm +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Mount.xs +Sys-Linux-Namespace-0.015/lib/Sys/Linux/Namespace.pm +Entering Sys-Linux-Namespace-0.015 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Sys-Linux-Namespace-0.015 ... Warning: prerequisite Moo 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Sys::Linux::Namespace +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Time::HiRes 0 ... Yes (1.9746) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Test::SharedFork 0 ... Yes (0.35) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Moo 1.004002 ... No +Checking if you have Linux::Clone 0 ... Yes (1.0) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed +! Bailing out the installation for Sys-Linux-Namespace-0.015. +Searching Sys::Linux::Mount (0) on cpanmetadb ... +Already tried Sys-Linux-Namespace-0.015. Skipping. +! Installing the dependencies failed: Module 'Moo' is not installed, Module 'Sys::Linux::Namespace' is not installed, Module 'Sys::Linux::Mount' is not installed +! Bailing out the installation for App-EvalServerAdvanced-0.020. +Searching DateTimeX::Easy (0) on cpanmetadb ... +Unpacking DateTimeX-Easy-0.089.tar.gz +OK +==> Found dependencies: Moo +--> Working on DateTimeX::Easy +Fetching http://www.cpan.org/authors/id/R/RO/ROKR/DateTimeX-Easy-0.089.tar.gz ... OK +DateTimeX-Easy-0.089 +DateTimeX-Easy-0.089/README +DateTimeX-Easy-0.089/Changes +DateTimeX-Easy-0.089/lib/DateTimeX +DateTimeX-Easy-0.089/lib/DateTimeX/Easy.pm +DateTimeX-Easy-0.089/lib/DateTimeX/Easy +DateTimeX-Easy-0.089/lib/DateTimeX/Easy/DateParse.pm +DateTimeX-Easy-0.089/t +DateTimeX-Easy-0.089/t/03-parse.t +DateTimeX-Easy-0.089/t/01-basic.t +DateTimeX-Easy-0.089/t/02-tz-parse.t +DateTimeX-Easy-0.089/inc/Module +DateTimeX-Easy-0.089/inc/Module/Install.pm +DateTimeX-Easy-0.089/inc/Module/AutoInstall.pm +DateTimeX-Easy-0.089/inc/Module/Install +DateTimeX-Easy-0.089/inc/Module/Install/Makefile.pm +DateTimeX-Easy-0.089/inc/Module/Install/Can.pm +DateTimeX-Easy-0.089/inc/Module/Install/Fetch.pm +DateTimeX-Easy-0.089/inc/Module/Install/AutoInstall.pm +DateTimeX-Easy-0.089/inc/Module/Install/Metadata.pm +DateTimeX-Easy-0.089/inc/Module/Install/Base.pm +DateTimeX-Easy-0.089/inc/Module/Install/WriteAll.pm +DateTimeX-Easy-0.089/inc/Module/Install/Include.pm +DateTimeX-Easy-0.089/inc/Module/Install/Win32.pm +DateTimeX-Easy-0.089/META.yml +DateTimeX-Easy-0.089/Makefile.PL +DateTimeX-Easy-0.089/MANIFEST +Entering DateTimeX-Easy-0.089 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTimeX-Easy-0.089 ... Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Format::Flexible 0 not found. +Warning: prerequisite DateTime::Format::ICal 0 not found. +Warning: prerequisite DateTime::Format::Natural 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTimeX::Easy +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime 0 ... No +Checking if you have DateTime::Format::Natural 0 ... No +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have DateTime::Format::Flexible 0 ... No +Checking if you have Test::Most 0 ... Yes (0.35) +Checking if you have Time::Zone 0 ... Yes (2.24) +Checking if you have DateTime::Format::ICal 0 ... No +Checking if you have Date::Parse 0 ... Yes (2.30) +Searching DateTime (0) on cpanmetadb ... +Unpacking DateTime-1.44.tar.gz +OK +==> Found dependencies: DateTime, DateTime::Format::Natural, DateTime::Format::Flexible, DateTime::Format::ICal +--> Working on DateTime +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-1.44.tar.gz ... OK +DateTime-1.44/ +DateTime-1.44/dist.ini +DateTime-1.44/CREDITS +DateTime-1.44/META.yml +DateTime-1.44/DateTime.xs +DateTime-1.44/perltidyrc +DateTime-1.44/appveyor.yml +DateTime-1.44/TODO +DateTime-1.44/t/ +DateTime-1.44/t/09greg.t +DateTime-1.44/t/45core-time.t +DateTime-1.44/t/06add.t +DateTime-1.44/t/05set.t +DateTime-1.44/t/10subtract.t +DateTime-1.44/t/00load.t +DateTime-1.44/t/11duration.t +DateTime-1.44/t/35rd-values.t +DateTime-1.44/t/00-report-prereqs.t +DateTime-1.44/t/42duration-class.t +DateTime-1.44/t/13strftime.t +DateTime-1.44/t/16truncate.t +DateTime-1.44/t/04epoch.t +DateTime-1.44/t/39no-so.t +DateTime-1.44/t/12week.t +DateTime-1.44/t/32leap-second2.t +DateTime-1.44/t/07compare.t +DateTime-1.44/t/48rt-115983.t +DateTime-1.44/t/15jd.t +DateTime-1.44/t/17set-return.t +DateTime-1.44/t/37local-add.t +DateTime-1.44/t/44set-formatter.t +DateTime-1.44/t/47default-time-zone.t +DateTime-1.44/t/22from-doy.t +DateTime-1.44/t/40leap-years.t +DateTime-1.44/t/02last-day.t +DateTime-1.44/t/34set-tz.t +DateTime-1.44/t/20infinite.t +DateTime-1.44/t/03components.t +DateTime-1.44/t/21bad-params.t +DateTime-1.44/t/26dt-leapsecond-pm.t +DateTime-1.44/t/27delta.t +DateTime-1.44/t/01sanity.t +DateTime-1.44/t/29overload.t +DateTime-1.44/t/zzz-check-breaks.t +DateTime-1.44/t/00-report-prereqs.dd +DateTime-1.44/t/36invalid-local.t +DateTime-1.44/t/41cldr-format.t +DateTime-1.44/t/18today.t +DateTime-1.44/t/46warnings.t +DateTime-1.44/t/38local-subtract.t +DateTime-1.44/t/14locale.t +DateTime-1.44/t/30future-tz.t +DateTime-1.44/t/24from-object.t +DateTime-1.44/t/23storable.t +DateTime-1.44/t/43new-params.t +DateTime-1.44/t/19leap-second.t +DateTime-1.44/t/33seconds-offset.t +DateTime-1.44/t/28dow.t +DateTime-1.44/t/31formatter.t +DateTime-1.44/t/25add-subtract.t +DateTime-1.44/inc/ +DateTime-1.44/inc/LeapSecondsHeader.pm +DateTime-1.44/leap_seconds.h +DateTime-1.44/ppport.h +DateTime-1.44/xt/ +DateTime-1.44/xt/release/ +DateTime-1.44/xt/release/cpan-changes.t +DateTime-1.44/xt/release/meta-json.t +DateTime-1.44/xt/author/ +DateTime-1.44/xt/author/pp-18today.t +DateTime-1.44/xt/author/clean-namespaces.t +DateTime-1.44/xt/author/pp-15jd.t +DateTime-1.44/xt/author/pp-41cldr-format.t +DateTime-1.44/xt/author/pp-38local-subtract.t +DateTime-1.44/xt/author/pp-06add.t +DateTime-1.44/xt/author/pp-31formatter.t +DateTime-1.44/xt/author/pp-10subtract.t +DateTime-1.44/xt/author/pp-47default-time-zone.t +DateTime-1.44/xt/author/pp-12week.t +DateTime-1.44/xt/author/pp-24from-object.t +DateTime-1.44/xt/author/pp-16truncate.t +DateTime-1.44/xt/author/pp-20infinite.t +DateTime-1.44/xt/author/eol.t +DateTime-1.44/xt/author/test-all-my-deps.t +DateTime-1.44/xt/author/pp-07compare.t +DateTime-1.44/xt/author/test-version.t +DateTime-1.44/xt/author/xs-is-loaded.t +DateTime-1.44/xt/author/pp-28dow.t +DateTime-1.44/xt/author/pp-27delta.t +DateTime-1.44/xt/author/pp-21bad-params.t +DateTime-1.44/xt/author/portability.t +DateTime-1.44/xt/author/no-tabs.t +DateTime-1.44/xt/author/pod-coverage.t +DateTime-1.44/xt/author/pp-02last-day.t +DateTime-1.44/xt/author/tidyall.t +DateTime-1.44/xt/author/pp-37local-add.t +DateTime-1.44/xt/author/pp-34set-tz.t +DateTime-1.44/xt/author/pp-05set.t +DateTime-1.44/xt/author/pp-25add-subtract.t +DateTime-1.44/xt/author/pp-00load.t +DateTime-1.44/xt/author/pp-09greg.t +DateTime-1.44/xt/author/pp-01sanity.t +DateTime-1.44/xt/author/pp-11duration.t +DateTime-1.44/xt/author/pp-45core-time.t +DateTime-1.44/xt/author/pp-36invalid-local.t +DateTime-1.44/xt/author/pp-22from-doy.t +DateTime-1.44/xt/author/pp-46warnings.t +DateTime-1.44/xt/author/pp-35rd-values.t +DateTime-1.44/xt/author/pp-40leap-years.t +DateTime-1.44/xt/author/pp-30future-tz.t +DateTime-1.44/xt/author/pp-48rt-115983.t +DateTime-1.44/xt/author/pp-04epoch.t +DateTime-1.44/xt/author/pp-23storable.t +DateTime-1.44/xt/author/mojibake.t +DateTime-1.44/xt/author/pp-32leap-second2.t +DateTime-1.44/xt/author/pp-is-loaded.t +DateTime-1.44/xt/author/pp-42duration-class.t +DateTime-1.44/xt/author/pp-43new-params.t +DateTime-1.44/xt/author/pod-syntax.t +DateTime-1.44/xt/author/pp-44set-formatter.t +DateTime-1.44/xt/author/pp-17set-return.t +DateTime-1.44/xt/author/pp-33seconds-offset.t +DateTime-1.44/xt/author/pp-13strftime.t +DateTime-1.44/xt/author/pod-spell.t +DateTime-1.44/xt/author/pp-03components.t +DateTime-1.44/xt/author/pp-19leap-second.t +DateTime-1.44/xt/author/pp-29overload.t +DateTime-1.44/xt/author/pp-14locale.t +DateTime-1.44/tidyall.ini +DateTime-1.44/INSTALL +DateTime-1.44/leaptab.txt +DateTime-1.44/Changes +DateTime-1.44/README.md +DateTime-1.44/MANIFEST +DateTime-1.44/CONTRIBUTING.md +DateTime-1.44/cpanfile +DateTime-1.44/LICENSE +DateTime-1.44/META.json +DateTime-1.44/lib/ +DateTime-1.44/lib/DateTime/ +DateTime-1.44/lib/DateTime/Duration.pm +DateTime-1.44/lib/DateTime/PP.pm +DateTime-1.44/lib/DateTime/LeapSecond.pm +DateTime-1.44/lib/DateTime/Types.pm +DateTime-1.44/lib/DateTime/Infinite.pm +DateTime-1.44/lib/DateTime/Conflicts.pm +DateTime-1.44/lib/DateTime/Helpers.pm +DateTime-1.44/lib/DateTime/PPExtra.pm +DateTime-1.44/lib/DateTime.pm +DateTime-1.44/perlcriticrc +DateTime-1.44/Makefile.PL +Entering DateTime-1.44 +Checking configure dependencies from META.json +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for DateTime-1.44. +Searching DateTime::Format::Natural (0) on cpanmetadb ... +Unpacking DateTime-Format-Natural-1.05.tar.gz +==> Found dependencies: Dist::CheckConflicts +--> Working on DateTime::Format::Natural +Fetching http://www.cpan.org/authors/id/S/SC/SCHUBIGER/DateTime-Format-Natural-1.05.tar.gz ... OK +DateTime-Format-Natural-1.05 +DateTime-Format-Natural-1.05/META.json +DateTime-Format-Natural-1.05/Makefile.PL +DateTime-Format-Natural-1.05/META.yml +DateTime-Format-Natural-1.05/INSTALL +DateTime-Format-Natural-1.05/Changes +DateTime-Format-Natural-1.05/Build.PL +DateTime-Format-Natural-1.05/MANIFEST +DateTime-Format-Natural-1.05/README +DateTime-Format-Natural-1.05/t +DateTime-Format-Natural-1.05/t/03-parse_daytime.t +DateTime-Format-Natural-1.05/t/01-parse.t +DateTime-Format-Natural-1.05/t/pod-coverage.t +DateTime-Format-Natural-1.05/t/11-parse_success.t +DateTime-Format-Natural-1.05/t/12-parse_failure.t +DateTime-Format-Natural-1.05/t/15-regression.t +DateTime-Format-Natural-1.05/t/14-extract_expression.t +DateTime-Format-Natural-1.05/t/pod.t +DateTime-Format-Natural-1.05/t/00-load.t +DateTime-Format-Natural-1.05/t/10-parse_expand.t +DateTime-Format-Natural-1.05/t/04-parse_durations.t +DateTime-Format-Natural-1.05/t/07-parse_datetime.t +DateTime-Format-Natural-1.05/t/16-state.t +DateTime-Format-Natural-1.05/t/09-parse_iso8601.t +DateTime-Format-Natural-1.05/t/06-parse_prefer_future.t +DateTime-Format-Natural-1.05/t/17-trace.t +DateTime-Format-Natural-1.05/t/13-parse_assert.t +DateTime-Format-Natural-1.05/t/05-parse_time_zone.t +DateTime-Format-Natural-1.05/t/08-parse_aliases.t +DateTime-Format-Natural-1.05/t/02-parse_format.t +DateTime-Format-Natural-1.05/t/18-validate.t +DateTime-Format-Natural-1.05/lib +DateTime-Format-Natural-1.05/lib/DateTime +DateTime-Format-Natural-1.05/lib/DateTime/Format +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Test.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Wrappers.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Helpers.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Formatted.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Utils.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Rewrite.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Expand.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Extract.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Compat.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Calc.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Duration/Checks.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang/EN.pm +DateTime-Format-Natural-1.05/lib/DateTime/Format/Natural/Lang/Base.pm +DateTime-Format-Natural-1.05/scripts +DateTime-Format-Natural-1.05/scripts/dateparse +Entering DateTime-Format-Natural-1.05 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring DateTime-Format-Natural-1.05 ... Checking prerequisites... + requires: + ! DateTime is not installed + ! DateTime::TimeZone is not installed + ! Params::Validate is not installed + recommends: + * Date::Calc is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Format-Natural' version '1.05' +Checking dependencies from MYMETA.json ... +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Checking if you have boolean 0 ... Yes (0.46) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Clone 0 ... Yes (0.39) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have Test::MockTime 0 ... Yes (0.15) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Getopt::Long 2.37 ... Yes (2.5) +Checking if you have DateTime::TimeZone 0 ... No +Checking if you have Cwd 0 ... Yes (3.68) +Checking if you have Params::Validate 0.97 ... No +Checking if you have DateTime 0 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Term::ReadLine 0 ... Yes (1.17) +Checking if you have Module::Util 0 ... Yes (1.09) +Searching DateTime::TimeZone (0) on cpanmetadb ... +Unpacking DateTime-TimeZone-2.13.tar.gz +OK +==> Found dependencies: DateTime::TimeZone, Params::Validate, DateTime +--> Working on DateTime::TimeZone +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-2.13.tar.gz ... OK +DateTime-TimeZone-2.13/ +DateTime-TimeZone-2.13/dist.ini +DateTime-TimeZone-2.13/META.yml +DateTime-TimeZone-2.13/weaver.ini +DateTime-TimeZone-2.13/perltidyrc +DateTime-TimeZone-2.13/t/ +DateTime-TimeZone-2.13/t/15catalog.t +DateTime-TimeZone-2.13/t/08name.t +DateTime-TimeZone-2.13/t/00-report-prereqs.t +DateTime-TimeZone-2.13/t/07offset-only.t +DateTime-TimeZone-2.13/t/09changes.t +DateTime-TimeZone-2.13/t/06no-dst.t +DateTime-TimeZone-2.13/t/13short-name-has-slash.t +DateTime-TimeZone-2.13/t/22taint-mode.t +DateTime-TimeZone-2.13/t/20local-subclass.t +DateTime-TimeZone-2.13/t/21stack-corruption.t +DateTime-TimeZone-2.13/t/04local.t +DateTime-TimeZone-2.13/t/16has-dst-changes.t +DateTime-TimeZone-2.13/t/14invalid-name.t +DateTime-TimeZone-2.13/t/03link.t +DateTime-TimeZone-2.13/t/05offset.t +DateTime-TimeZone-2.13/t/17special-names.t +DateTime-TimeZone-2.13/t/00-report-prereqs.dd +DateTime-TimeZone-2.13/t/lib/ +DateTime-TimeZone-2.13/t/lib/T/ +DateTime-TimeZone-2.13/t/lib/T/RequireDateTime.pm +DateTime-TimeZone-2.13/t/18olson-version-check.t +DateTime-TimeZone-2.13/t/02basic.t +DateTime-TimeZone-2.13/t/11valid-name.t +DateTime-TimeZone-2.13/t/12storable.t +DateTime-TimeZone-2.13/t/check_datetime_version.pl +DateTime-TimeZone-2.13/inc/ +DateTime-TimeZone-2.13/inc/DTTZBundle.pm +DateTime-TimeZone-2.13/xt/ +DateTime-TimeZone-2.13/xt/release/ +DateTime-TimeZone-2.13/xt/release/cpan-changes.t +DateTime-TimeZone-2.13/xt/release/meta-json.t +DateTime-TimeZone-2.13/xt/author/ +DateTime-TimeZone-2.13/xt/author/clean-namespaces.t +DateTime-TimeZone-2.13/xt/author/00-compile.t +DateTime-TimeZone-2.13/xt/author/eol.t +DateTime-TimeZone-2.13/xt/author/test-version.t +DateTime-TimeZone-2.13/xt/author/portability.t +DateTime-TimeZone-2.13/xt/author/no-tabs.t +DateTime-TimeZone-2.13/xt/author/pod-coverage.t +DateTime-TimeZone-2.13/xt/author/tidyall.t +DateTime-TimeZone-2.13/xt/author/mojibake.t +DateTime-TimeZone-2.13/xt/author/pod-syntax.t +DateTime-TimeZone-2.13/xt/author/pod-spell.t +DateTime-TimeZone-2.13/tidyall.ini +DateTime-TimeZone-2.13/INSTALL +DateTime-TimeZone-2.13/tools/ +DateTime-TimeZone-2.13/tools/update-from-latest-olson +DateTime-TimeZone-2.13/tools/tz-num-to-date +DateTime-TimeZone-2.13/tools/parse_olson +DateTime-TimeZone-2.13/tools/tests_from_zdump +DateTime-TimeZone-2.13/tools/compile-all-zones +DateTime-TimeZone-2.13/Changes +DateTime-TimeZone-2.13/README.md +DateTime-TimeZone-2.13/MANIFEST +DateTime-TimeZone-2.13/CONTRIBUTING.md +DateTime-TimeZone-2.13/cpanfile +DateTime-TimeZone-2.13/LICENSE +DateTime-TimeZone-2.13/META.json +DateTime-TimeZone-2.13/lib/ +DateTime-TimeZone-2.13/lib/DateTime/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Floating.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Cocos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Kerguelen.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Reunion.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Christmas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Mahe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Mauritius.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Chagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Indian/Maldives.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OffsetOnly.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/PST8PDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Catalog.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Perth.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Eucla.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Brisbane.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Currie.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Lord_Howe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Sydney.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Adelaide.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Darwin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Lindeman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Broken_Hill.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Melbourne.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Australia/Hobart.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Norfolk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Apia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Fiji.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tahiti.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Guadalcanal.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Auckland.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Guam.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kosrae.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Palau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pitcairn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pohnpei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Wake.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Gambier.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Honolulu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Funafuti.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kwajalein.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Majuro.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tarawa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Tongatapu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Pago_Pago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Easter.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Enderbury.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Port_Moresby.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Marquesas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Kiritimati.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Rarotonga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Bougainville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Noumea.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Galapagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Chatham.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Niue.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Fakaofo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Nauru.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Wallis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Chuuk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Pacific/Efate.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Tirane.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kirov.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Minsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Luxembourg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Brussels.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Chisinau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Vilnius.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Belgrade.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Monaco.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kaliningrad.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Helsinki.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Zaporozhye.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Dublin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Paris.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Rome.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Ulyanovsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Kiev.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Tallinn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Gibraltar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Prague.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Riga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Budapest.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Oslo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Moscow.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/London.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Malta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Athens.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Istanbul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Andorra.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Stockholm.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Simferopol.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Amsterdam.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Warsaw.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Vienna.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Samara.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Lisbon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Saratov.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Volgograd.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Copenhagen.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Sofia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Zurich.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Uzhgorod.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Bucharest.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Astrakhan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Berlin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Europe/Madrid.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/Android.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/VMS.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Local/Unix.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/UTC.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kathmandu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kuching.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kabul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Pontianak.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Taipei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yekaterinburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Colombo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Brunei.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Aqtau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Macau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tomsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Bangkok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Bishkek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Irkutsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Omsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dili.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tbilisi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ust_Nera.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Chita.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Qatar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Srednekolymsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yangon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Anadyr.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Novokuznetsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yerevan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Krasnoyarsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Qyzylorda.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tokyo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Yakutsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ho_Chi_Minh.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dhaka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Sakhalin.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Baku.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Almaty.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Magadan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Seoul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Novosibirsk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Famagusta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Khandyga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Samarkand.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tehran.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Gaza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Singapore.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Baghdad.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Damascus.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Makassar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jerusalem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Oral.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kolkata.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dubai.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Manila.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jayapura.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hong_Kong.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kuala_Lumpur.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Choibalsan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Beirut.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Riyadh.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Barnaul.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Thimphu.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Karachi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Amman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Kamchatka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hovd.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Aqtobe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Shanghai.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Nicosia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Hebron.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ashgabat.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Atyrau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Urumqi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Ulaanbaatar.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Tashkent.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Dushanbe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Jakarta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Pyongyang.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Asia/Vladivostok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Reykjavik.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/South_Georgia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Madeira.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Stanley.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Bermuda.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Azores.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Faroe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Canary.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Atlantic/Cape_Verde.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/CST6CDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/WET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MST7MDT.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/DumontDUrville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Palmer.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Mawson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Troll.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Syowa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Davis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Vostok.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Casey.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Rothera.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Antarctica/Macquarie.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Change.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Observance.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Zone.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/OlsonDB/Rule.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Tunis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Ndjamena.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Monrovia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Cairo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Windhoek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Lagos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Ceuta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Algiers.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Abidjan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Khartoum.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Maputo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Johannesburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Accra.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Casablanca.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/El_Aaiun.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Bissau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Nairobi.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/Africa/Tripoli.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/HST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/CET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MST.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/MET.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Dawson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/La_Paz.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Inuvik.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Eirunepe.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Costa_Rica.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Thunder_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cancun.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Lima.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Grand_Turk.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Godthab.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Matamoros.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Whitehorse.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Sitka.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Los_Angeles.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Boa_Vista.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Hermosillo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Chicago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Belem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Scoresbysund.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Swift_Current.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nome.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/St_Johns.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santo_Domingo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Juneau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Puerto_Rico.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rio_Branco.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Toronto.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Pangnirtung.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/San_Juan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/San_Luis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Ushuaia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Catamarca.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Rio_Gallegos.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Salta.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Buenos_Aires.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Jujuy.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Cordoba.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Tucuman.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/La_Rioja.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Argentina/Mendoza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Yellowknife.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Detroit.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Punta_Arenas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Blanc_Sablon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cayenne.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/Monticello.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Kentucky/Louisville.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Danmarkshavn.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Tijuana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Merida.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Edmonton.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Curacao.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Atikokan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Denver.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bogota.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Havana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/Center.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/Beulah.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/North_Dakota/New_Salem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Monterrey.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Creston.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Mexico_City.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Moncton.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Goose_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Paramaribo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/El_Salvador.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santarem.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bahia.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Winnipeg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Miquelon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cuiaba.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Martinique.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Ojinaga.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Resolute.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Menominee.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Asuncion.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Jamaica.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Sao_Paulo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rainy_River.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Anchorage.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Caracas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Cambridge_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Rankin_Inlet.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Campo_Grande.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Halifax.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Fortaleza.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Tegucigalpa.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Manaus.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Boise.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Glace_Bay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Montevideo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Iqaluit.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Porto_Velho.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Chihuahua.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Dawson_Creek.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Panama.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Noronha.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Araguaina.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nassau.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Port_of_Spain.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Phoenix.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Yakutat.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Santiago.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Regina.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Barbados.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Metlakatla.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Adak.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Port_au_Prince.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Maceio.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Managua.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Vancouver.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/ +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Vevay.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Winamac.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Indianapolis.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Tell_City.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Petersburg.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Marengo.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Vincennes.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Indiana/Knox.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guayaquil.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Nipigon.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Thule.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Recife.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Belize.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Mazatlan.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Fort_Nelson.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guyana.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Guatemala.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/New_York.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/America/Bahia_Banderas.pm +DateTime-TimeZone-2.13/lib/DateTime/TimeZone/EST5EDT.pm +DateTime-TimeZone-2.13/perlcriticrc +DateTime-TimeZone-2.13/Makefile.PL +Entering DateTime-TimeZone-2.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-TimeZone-2.13 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Params::ValidationCompiler 0.13 not found. +Warning: prerequisite Specio::Library::Builtins 0 not found. +Warning: prerequisite Specio::Library::String 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::TimeZone +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +Checking if you have Params::ValidationCompiler 0.13 ... No +Checking if you have base 0 ... Yes (2.26) +Checking if you have Specio::Library::Builtins 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Path 0 ... Yes (2.15) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Specio::Library::String 0 ... No +Checking if you have constant 0 ... Yes (1.33) +Checking if you have File::Compare 0 ... Yes (1.1006) +Checking if you have Class::Singleton 1.03 ... Yes (1.5) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Test::More 0.96 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have File::Basename 0 ... Yes (2.85) +Searching Params::ValidationCompiler (0.13) on cpanmetadb ... +Unpacking Params-ValidationCompiler-0.24.tar.gz +OK +==> Found dependencies: Params::ValidationCompiler, Specio::Library::Builtins, namespace::autoclean, Specio::Library::String, Module::Runtime +--> Working on Params::ValidationCompiler +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-0.24.tar.gz ... OK +Params-ValidationCompiler-0.24/ +Params-ValidationCompiler-0.24/lib/ +Params-ValidationCompiler-0.24/lib/Params/ +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/ +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/Exceptions.pm +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler/Compiler.pm +Params-ValidationCompiler-0.24/lib/Params/ValidationCompiler.pm +Params-ValidationCompiler-0.24/cpanfile +Params-ValidationCompiler-0.24/perlcriticrc +Params-ValidationCompiler-0.24/eg/ +Params-ValidationCompiler-0.24/eg/bench-pos.pl +Params-ValidationCompiler-0.24/eg/bench-named.pl +Params-ValidationCompiler-0.24/INSTALL +Params-ValidationCompiler-0.24/LICENSE +Params-ValidationCompiler-0.24/tidyall.ini +Params-ValidationCompiler-0.24/CONTRIBUTING.md +Params-ValidationCompiler-0.24/Changes +Params-ValidationCompiler-0.24/META.json +Params-ValidationCompiler-0.24/dist.ini +Params-ValidationCompiler-0.24/perltidyrc +Params-ValidationCompiler-0.24/MANIFEST +Params-ValidationCompiler-0.24/test-matrix.als +Params-ValidationCompiler-0.24/META.yml +Params-ValidationCompiler-0.24/t/ +Params-ValidationCompiler-0.24/t/default.t +Params-ValidationCompiler-0.24/t/name.t +Params-ValidationCompiler-0.24/t/named/ +Params-ValidationCompiler-0.24/t/named/slurpy.t +Params-ValidationCompiler-0.24/t/named/args-check.t +Params-ValidationCompiler-0.24/t/named/locked-hash.t +Params-ValidationCompiler-0.24/t/named/const-hash.t +Params-ValidationCompiler-0.24/t/named/required.t +Params-ValidationCompiler-0.24/t/specio.t +Params-ValidationCompiler-0.24/t/00-report-prereqs.t +Params-ValidationCompiler-0.24/t/self-check.t +Params-ValidationCompiler-0.24/t/positional/ +Params-ValidationCompiler-0.24/t/positional/default.t +Params-ValidationCompiler-0.24/t/positional/slurpy.t +Params-ValidationCompiler-0.24/t/positional/required.t +Params-ValidationCompiler-0.24/t/source_for.t +Params-ValidationCompiler-0.24/t/00-report-prereqs.dd +Params-ValidationCompiler-0.24/t/type-tiny.t +Params-ValidationCompiler-0.24/t/name-fails.t +Params-ValidationCompiler-0.24/t/pairs-to-value-list.t +Params-ValidationCompiler-0.24/t/moose.t +Params-ValidationCompiler-0.24/README.md +Params-ValidationCompiler-0.24/Makefile.PL +Params-ValidationCompiler-0.24/xt/ +Params-ValidationCompiler-0.24/xt/author/ +Params-ValidationCompiler-0.24/xt/author/pod-coverage.t +Params-ValidationCompiler-0.24/xt/author/no-tabs.t +Params-ValidationCompiler-0.24/xt/author/synopsis.t +Params-ValidationCompiler-0.24/xt/author/pod-spell.t +Params-ValidationCompiler-0.24/xt/author/matrix.t +Params-ValidationCompiler-0.24/xt/author/mojibake.t +Params-ValidationCompiler-0.24/xt/author/tidyall.t +Params-ValidationCompiler-0.24/xt/author/eol.t +Params-ValidationCompiler-0.24/xt/author/test-version.t +Params-ValidationCompiler-0.24/xt/author/00-compile.t +Params-ValidationCompiler-0.24/xt/author/portability.t +Params-ValidationCompiler-0.24/xt/author/pod-syntax.t +Params-ValidationCompiler-0.24/xt/release/ +Params-ValidationCompiler-0.24/xt/release/cpan-changes.t +Params-ValidationCompiler-0.24/xt/release/meta-json.t +Entering Params-ValidationCompiler-0.24 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Params-ValidationCompiler-0.24 ... Warning: prerequisite Specio 0.14 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Params::ValidationCompiler +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Eval::Closure 0 ... Yes (0.14) +Checking if you have B 0 ... Yes (1.70) +Checking if you have Hash::Util 0 ... Yes (0.22) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test2::Require::Module 0 ... Yes (0.000077) +Checking if you have Test::Without::Module 0 ... Yes (0.20) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Specio 0.14 ... No +Checking if you have Test2::Plugin::NoWarnings 0 ... Yes (0.06) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Test2::Bundle::Extended 0 ... Yes (0.000077) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Exception::Class 0 ... Yes (1.43) +Checking if you have warnings 0 ... Yes (1.37) +Searching Specio (0.14) on cpanmetadb ... +Unpacking Specio-0.40.tar.gz +OK +==> Found dependencies: Specio +--> Working on Specio +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Specio-0.40.tar.gz ... OK +Specio-0.40/ +Specio-0.40/lib/ +Specio-0.40/lib/Specio/ +Specio-0.40/lib/Specio/Registry.pm +Specio-0.40/lib/Specio/Subs.pm +Specio-0.40/lib/Specio/Exporter.pm +Specio-0.40/lib/Specio/Helpers.pm +Specio-0.40/lib/Specio/OO.pm +Specio-0.40/lib/Specio/Coercion.pm +Specio-0.40/lib/Specio/Constraint/ +Specio-0.40/lib/Specio/Constraint/Enum.pm +Specio-0.40/lib/Specio/Constraint/ObjectDoes.pm +Specio-0.40/lib/Specio/Constraint/AnyDoes.pm +Specio-0.40/lib/Specio/Constraint/ObjectIsa.pm +Specio-0.40/lib/Specio/Constraint/Structured.pm +Specio-0.40/lib/Specio/Constraint/Intersection.pm +Specio-0.40/lib/Specio/Constraint/Parameterized.pm +Specio-0.40/lib/Specio/Constraint/Union.pm +Specio-0.40/lib/Specio/Constraint/AnyCan.pm +Specio-0.40/lib/Specio/Constraint/Role/ +Specio-0.40/lib/Specio/Constraint/Role/Interface.pm +Specio-0.40/lib/Specio/Constraint/Role/DoesType.pm +Specio-0.40/lib/Specio/Constraint/Role/CanType.pm +Specio-0.40/lib/Specio/Constraint/Role/IsaType.pm +Specio-0.40/lib/Specio/Constraint/Parameterizable.pm +Specio-0.40/lib/Specio/Constraint/AnyIsa.pm +Specio-0.40/lib/Specio/Constraint/Structurable.pm +Specio-0.40/lib/Specio/Constraint/Simple.pm +Specio-0.40/lib/Specio/Constraint/ObjectCan.pm +Specio-0.40/lib/Specio/Library/ +Specio-0.40/lib/Specio/Library/Builtins.pm +Specio-0.40/lib/Specio/Library/Structured/ +Specio-0.40/lib/Specio/Library/Structured/Tuple.pm +Specio-0.40/lib/Specio/Library/Structured/Map.pm +Specio-0.40/lib/Specio/Library/Structured/Dict.pm +Specio-0.40/lib/Specio/Library/Structured.pm +Specio-0.40/lib/Specio/Library/String.pm +Specio-0.40/lib/Specio/Library/Perl.pm +Specio-0.40/lib/Specio/Library/Numeric.pm +Specio-0.40/lib/Specio/Role/ +Specio-0.40/lib/Specio/Role/Inlinable.pm +Specio-0.40/lib/Specio/DeclaredAt.pm +Specio-0.40/lib/Specio/PartialDump.pm +Specio-0.40/lib/Specio/Exception.pm +Specio-0.40/lib/Specio/Declare.pm +Specio-0.40/lib/Specio/TypeChecks.pm +Specio-0.40/lib/Test/ +Specio-0.40/lib/Test/Specio.pm +Specio-0.40/lib/Specio.pm +Specio-0.40/cpanfile +Specio-0.40/perlcriticrc +Specio-0.40/INSTALL +Specio-0.40/appveyor.yml +Specio-0.40/LICENSE +Specio-0.40/tidyall.ini +Specio-0.40/CONTRIBUTING.md +Specio-0.40/Changes +Specio-0.40/META.json +Specio-0.40/dist.ini +Specio-0.40/perltidyrc +Specio-0.40/MANIFEST +Specio-0.40/META.yml +Specio-0.40/t/ +Specio-0.40/t/lib/ +Specio-0.40/t/lib/Specio/ +Specio-0.40/t/lib/Specio/Library/ +Specio-0.40/t/lib/Specio/Library/NoInline.pm +Specio-0.40/t/lib/Specio/Library/Conflict.pm +Specio-0.40/t/lib/Specio/Library/CannotSub.pm +Specio-0.40/t/lib/Specio/Library/Union.pm +Specio-0.40/t/lib/Specio/Library/WithSubs.pm +Specio-0.40/t/lib/Specio/Library/Combines.pm +Specio-0.40/t/lib/Specio/Library/XY.pm +Specio-0.40/t/lib/Specio/Library/Coercions.pm +Specio-0.40/t/intersection.t +Specio-0.40/t/declare-helpers.t +Specio-0.40/t/parameterized.t +Specio-0.40/t/subs.t +Specio-0.40/t/union.t +Specio-0.40/t/with-moo.t +Specio-0.40/t/conflicts.t +Specio-0.40/t/coercion.t +Specio-0.40/t/builtins-sanity.t +Specio-0.40/t/t-clean.t +Specio-0.40/t/numeric-sanity.t +Specio-0.40/t/inline.t +Specio-0.40/t/multiple-libraries.t +Specio-0.40/t/00-report-prereqs.t +Specio-0.40/t/combines.t +Specio-0.40/t/any-does-isa.t +Specio-0.40/t/builtins.t +Specio-0.40/t/perl-sanity.t +Specio-0.40/t/anon.t +Specio-0.40/t/dict.t +Specio-0.40/t/does-type.t +Specio-0.40/t/00-report-prereqs.dd +Specio-0.40/t/with-moose.t +Specio-0.40/t/tuple.t +Specio-0.40/t/string-sanity.t +Specio-0.40/t/import-twice.t +Specio-0.40/t/map.t +Specio-0.40/t/union-library.t +Specio-0.40/t/exception.t +Specio-0.40/t/inline-environment.t +Specio-0.40/t/additional-exports.t +Specio-0.40/t/library-with-subs.t +Specio-0.40/README.md +Specio-0.40/Makefile.PL +Specio-0.40/xt/ +Specio-0.40/xt/author/ +Specio-0.40/xt/author/pod-coverage.t +Specio-0.40/xt/author/no-tabs.t +Specio-0.40/xt/author/pod-spell.t +Specio-0.40/xt/author/mojibake.t +Specio-0.40/xt/author/no-ref-util.t +Specio-0.40/xt/author/tidyall.t +Specio-0.40/xt/author/eol.t +Specio-0.40/xt/author/test-version.t +Specio-0.40/xt/author/00-compile.t +Specio-0.40/xt/author/portability.t +Specio-0.40/xt/author/pod-syntax.t +Specio-0.40/xt/release/ +Specio-0.40/xt/release/cpan-changes.t +Specio-0.40/xt/release/meta-json.t +Specio-0.40/TODO.md +Entering Specio-0.40 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Specio-0.40 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 1.003003 not found. +Warning: prerequisite Role::Tiny::With 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Specio +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Devel::StackTrace 0 ... Yes (2.02) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have re 0 ... Yes (0.35) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have B 0 ... Yes (1.70) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have IO::File 0 ... Yes (1.16) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have version 0.83 ... Yes (0.9918) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have MRO::Compat 0 ... Yes (0.13) +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Storable 0 ... Yes (2.64) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Eval::Closure 0 ... Yes (0.14) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Role::Tiny::With 0 ... No +Checking if you have Sub::Quote 2.003001 ... Yes (2.004000) +Checking if you have open 0 ... Yes (1.11) +Checking if you have Carp 0 ... Yes (1.43) +Already tried Role::Tiny. Skipping. +Already tried Module::Runtime. Skipping. +Searching Role::Tiny::With (0) on cpanmetadb ... +Already tried Role-Tiny-2.000005. Skipping. +! Installing the dependencies failed: Module 'Role::Tiny::With' is not installed, Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed +! Bailing out the installation for Specio-0.40. +! Installing the dependencies failed: Module 'Specio' is not installed +! Bailing out the installation for Params-ValidationCompiler-0.24. +Searching Specio::Library::Builtins (0) on cpanmetadb ... +Already tried Specio-0.40. Skipping. +Already tried namespace::autoclean. Skipping. +Searching Specio::Library::String (0) on cpanmetadb ... +Already tried Specio-0.40. Skipping. +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Params::ValidationCompiler' is not installed, Module 'Specio::Library::Builtins' is not installed, Module 'Module::Runtime' is not installed, Module 'Specio::Library::String' is not installed +! Bailing out the installation for DateTime-TimeZone-2.13. +Already tried Params::Validate. Skipping. +Already tried DateTime. Skipping. +! Installing the dependencies failed: Module 'Params::Validate' is not installed, Module 'DateTime::TimeZone' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Format-Natural-1.05. +Searching DateTime::Format::Flexible (0) on cpanmetadb ... +Unpacking DateTime-Format-Flexible-0.28.tar.gz +OK +==> Found dependencies: Role::Tiny, Module::Runtime, Role::Tiny::With +--> Working on DateTime::Format::Flexible +Fetching http://www.cpan.org/authors/id/T/TH/THINC/DateTime-Format-Flexible-0.28.tar.gz ... OK +DateTime-Format-Flexible-0.28/ +DateTime-Format-Flexible-0.28/Makefile.PL +DateTime-Format-Flexible-0.28/t/ +DateTime-Format-Flexible-0.28/t/no_year_base.t +DateTime-Format-Flexible-0.28/t/no_year.t +DateTime-Format-Flexible-0.28/t/timezones.t +DateTime-Format-Flexible-0.28/t/lang-es.t +DateTime-Format-Flexible-0.28/t/003_podcoverage.t +DateTime-Format-Flexible-0.28/t/time_base.t +DateTime-Format-Flexible-0.28/t/nanoseconds.t +DateTime-Format-Flexible-0.28/t/data/ +DateTime-Format-Flexible-0.28/t/data/timezones.txt +DateTime-Format-Flexible-0.28/t/data/tests.txt +DateTime-Format-Flexible-0.28/t/strings.t +DateTime-Format-Flexible-0.28/t/002_pod.t +DateTime-Format-Flexible-0.28/t/strings_base.t +DateTime-Format-Flexible-0.28/t/strip.t +DateTime-Format-Flexible-0.28/t/alpha_month.t +DateTime-Format-Flexible-0.28/t/001_load.t +DateTime-Format-Flexible-0.28/t/parsing.t +DateTime-Format-Flexible-0.28/t/base.t +DateTime-Format-Flexible-0.28/t/pick_year.t +DateTime-Format-Flexible-0.28/t/tz_map.t +DateTime-Format-Flexible-0.28/t/ddmmyyyy.t +DateTime-Format-Flexible-0.28/t/mmyy.t +DateTime-Format-Flexible-0.28/t/lang-de.t +DateTime-Format-Flexible-0.28/t/lib/ +DateTime-Format-Flexible-0.28/t/lib/helper.pm +DateTime-Format-Flexible-0.28/t/time.t +DateTime-Format-Flexible-0.28/t/substr_timezones.t +DateTime-Format-Flexible-0.28/t/whitespace.t +DateTime-Format-Flexible-0.28/TODO +DateTime-Format-Flexible-0.28/META.yml +DateTime-Format-Flexible-0.28/Changes +DateTime-Format-Flexible-0.28/README +DateTime-Format-Flexible-0.28/MANIFEST +DateTime-Format-Flexible-0.28/META.json +DateTime-Format-Flexible-0.28/example/ +DateTime-Format-Flexible-0.28/example/parse_date.pl +DateTime-Format-Flexible-0.28/lib/ +DateTime-Format-Flexible-0.28/lib/DateTime/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/ +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/en.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/de.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang/es.pm +DateTime-Format-Flexible-0.28/lib/DateTime/Format/Flexible/lang.pm +DateTime-Format-Flexible-0.28/LICENSE +Entering DateTime-Format-Flexible-0.28 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Flexible-0.28 ... Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Format::Builder 0.74 not found. +Warning: prerequisite DateTime::TimeZone 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Flexible +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Simple 0.44 ... Yes (1.302098) +Checking if you have DateTime 0 ... No +Checking if you have Test::MockTime 0 ... Yes (0.15) +Checking if you have DateTime::TimeZone 0 ... No +Checking if you have DateTime::Format::Builder 0.74 ... No +Checking if you have List::MoreUtils 0 ... Yes (0.425) +Checking if you have Module::Pluggable 0 ... Yes (5.2) +Already tried DateTime. Skipping. +Already tried DateTime::TimeZone. Skipping. +Searching DateTime::Format::Builder (0.74) on cpanmetadb ... +Unpacking DateTime-Format-Builder-0.81.tar.gz +OK +==> Found dependencies: DateTime, DateTime::TimeZone, DateTime::Format::Builder +--> Working on DateTime::Format::Builder +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.81.tar.gz ... OK +DateTime-Format-Builder-0.81/ +DateTime-Format-Builder-0.81/MANIFEST +DateTime-Format-Builder-0.81/t/ +DateTime-Format-Builder-0.81/t/self.t +DateTime-Format-Builder-0.81/t/strptime.t +DateTime-Format-Builder-0.81/t/99pod.t +DateTime-Format-Builder-0.81/t/mergecb.t +DateTime-Format-Builder-0.81/t/wholeclass.t +DateTime-Format-Builder-0.81/t/dispatch.t +DateTime-Format-Builder-0.81/t/verbose.t +DateTime-Format-Builder-0.81/t/release-no-tabs.t +DateTime-Format-Builder-0.81/t/nocon.t +DateTime-Format-Builder-0.81/t/quick.t +DateTime-Format-Builder-0.81/t/memory-cycle.t +DateTime-Format-Builder-0.81/t/taint.t +DateTime-Format-Builder-0.81/t/basic.t +DateTime-Format-Builder-0.81/t/release-pod-linkcheck.t +DateTime-Format-Builder-0.81/t/param.t +DateTime-Format-Builder-0.81/t/fall.t +DateTime-Format-Builder-0.81/t/release-eol.t +DateTime-Format-Builder-0.81/t/newclass.t +DateTime-Format-Builder-0.81/t/import.t +DateTime-Format-Builder-0.81/t/release-pod-syntax.t +DateTime-Format-Builder-0.81/t/on_fail_sub.t +DateTime-Format-Builder-0.81/t/lengths.t +DateTime-Format-Builder-0.81/t/clone.t +DateTime-Format-Builder-0.81/t/create.t +DateTime-Format-Builder-0.81/t/on_fail_regex.t +DateTime-Format-Builder-0.81/t/extra.t +DateTime-Format-Builder-0.81/t/altcon.t +DateTime-Format-Builder-0.81/t/release-cpan-changes.t +DateTime-Format-Builder-0.81/t/noredef.t +DateTime-Format-Builder-0.81/t/on_fail.t +DateTime-Format-Builder-0.81/lib/ +DateTime-Format-Builder-0.81/lib/DateTime/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Tutorial.pod +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/ +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Quick.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Regex.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Strptime.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/generic.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/Dispatch.pm +DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser.pm +DateTime-Format-Builder-0.81/README +DateTime-Format-Builder-0.81/examples/ +DateTime-Format-Builder-0.81/examples/Tivoli.pm +DateTime-Format-Builder-0.81/examples/W3CDTF.pm +DateTime-Format-Builder-0.81/examples/Fall.pm +DateTime-Format-Builder-0.81/examples/ICal.pm +DateTime-Format-Builder-0.81/examples/Apache.pm +DateTime-Format-Builder-0.81/examples/MySQL.pm +DateTime-Format-Builder-0.81/examples/Simple.pm +DateTime-Format-Builder-0.81/LICENSE +DateTime-Format-Builder-0.81/META.yml +DateTime-Format-Builder-0.81/Makefile.PL +DateTime-Format-Builder-0.81/Changes +DateTime-Format-Builder-0.81/META.json +DateTime-Format-Builder-0.81/INSTALL +DateTime-Format-Builder-0.81/dist.ini +Entering DateTime-Format-Builder-0.81 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Builder-0.81 ... Warning: prerequisite DateTime 1.00 not found. +Warning: prerequisite DateTime::Format::Strptime 1.04 not found. +Warning: prerequisite Params::Validate 0.72 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Builder +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have vars 0 ... Yes (1.03) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Class::Factory::Util 1.6 ... Yes (1.7) +Checking if you have DateTime 1.00 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Params::Validate 0.97 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have DateTime::Format::Strptime 1.04 ... No +Checking if you have base 0 ... Yes (2.26) +Already tried DateTime. Skipping. +Already tried Params::Validate. Skipping. +Searching DateTime::Format::Strptime (1.04) on cpanmetadb ... +Unpacking DateTime-Format-Strptime-1.74.tar.gz +OK +==> Found dependencies: DateTime, Params::Validate, DateTime::Format::Strptime +--> Working on DateTime::Format::Strptime +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-1.74.tar.gz ... OK +DateTime-Format-Strptime-1.74/ +DateTime-Format-Strptime-1.74/lib/ +DateTime-Format-Strptime-1.74/lib/DateTime/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime.pm +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime/ +DateTime-Format-Strptime-1.74/lib/DateTime/Format/Strptime/Types.pm +DateTime-Format-Strptime-1.74/cpanfile +DateTime-Format-Strptime-1.74/perlcriticrc +DateTime-Format-Strptime-1.74/INSTALL +DateTime-Format-Strptime-1.74/bench +DateTime-Format-Strptime-1.74/inc/ +DateTime-Format-Strptime-1.74/inc/GenerateLocaleTests.pm +DateTime-Format-Strptime-1.74/LICENSE +DateTime-Format-Strptime-1.74/tidyall.ini +DateTime-Format-Strptime-1.74/CONTRIBUTING.md +DateTime-Format-Strptime-1.74/Changes +DateTime-Format-Strptime-1.74/META.json +DateTime-Format-Strptime-1.74/dist.ini +DateTime-Format-Strptime-1.74/perltidyrc +DateTime-Format-Strptime-1.74/MANIFEST +DateTime-Format-Strptime-1.74/META.yml +DateTime-Format-Strptime-1.74/t/ +DateTime-Format-Strptime-1.74/t/lib/ +DateTime-Format-Strptime-1.74/t/lib/T.pm +DateTime-Format-Strptime-1.74/t/locale-de.t +DateTime-Format-Strptime-1.74/t/format-datetime.t +DateTime-Format-Strptime-1.74/t/zones.t +DateTime-Format-Strptime-1.74/t/locale-pt.t +DateTime-Format-Strptime-1.74/t/locale-zh.t +DateTime-Format-Strptime-1.74/t/00-report-prereqs.t +DateTime-Format-Strptime-1.74/t/00-report-prereqs.dd +DateTime-Format-Strptime-1.74/t/errors.t +DateTime-Format-Strptime-1.74/t/edge.t +DateTime-Format-Strptime-1.74/t/locale-en.t +DateTime-Format-Strptime-1.74/t/import.t +DateTime-Format-Strptime-1.74/t/locale-ga.t +DateTime-Format-Strptime-1.74/t/format-with-locale.t +DateTime-Format-Strptime-1.74/t/basic.t +DateTime-Format-Strptime-1.74/README.md +DateTime-Format-Strptime-1.74/Makefile.PL +DateTime-Format-Strptime-1.74/xt/ +DateTime-Format-Strptime-1.74/xt/author/ +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Vaii.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GF.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BO.t +DateTime-Format-Strptime-1.74/xt/author/locale-dyo.t +DateTime-Format-Strptime-1.74/xt/author/locale-pl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MF.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TK.t +DateTime-Format-Strptime-1.74/xt/author/locale-jgo.t +DateTime-Format-Strptime-1.74/xt/author/locale-id-ID.t +DateTime-Format-Strptime-1.74/xt/author/locale-dav-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ka-GE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne-NP.t +DateTime-Format-Strptime-1.74/xt/author/locale-fil-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GD.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-GN.t +DateTime-Format-Strptime-1.74/xt/author/locale-nmg-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-bez.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-AX.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-rof-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-rof.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ast.t +DateTime-Format-Strptime-1.74/xt/author/locale-km.t +DateTime-Format-Strptime-1.74/xt/author/locale-uk.t +DateTime-Format-Strptime-1.74/xt/author/locale-ig.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ja-JP.t +DateTime-Format-Strptime-1.74/xt/author/locale-cs.t +DateTime-Format-Strptime-1.74/xt/author/locale-dyo-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-saq-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-gl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksb.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa.t +DateTime-Format-Strptime-1.74/xt/author/locale-tzm.t +DateTime-Format-Strptime-1.74/xt/author/locale-haw-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-kk.t +DateTime-Format-Strptime-1.74/xt/author/locale-sk.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SB.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-gv.t +DateTime-Format-Strptime-1.74/xt/author/locale-xog.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TO.t +DateTime-Format-Strptime-1.74/xt/author/locale-naq-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CX.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TN.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-CV.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-asa.t +DateTime-Format-Strptime-1.74/xt/author/locale-brx.t +DateTime-Format-Strptime-1.74/xt/author/locale-ki.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-UY.t +DateTime-Format-Strptime-1.74/xt/author/locale-hu-HU.t +DateTime-Format-Strptime-1.74/xt/author/locale-et.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb-SJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-PM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksf-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-KG.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-ST.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-om.t +DateTime-Format-Strptime-1.74/xt/author/locale-ewo.t +DateTime-Format-Strptime-1.74/xt/author/locale-lag.t +DateTime-Format-Strptime-1.74/xt/author/locale-be.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-LI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MP.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta.t +DateTime-Format-Strptime-1.74/xt/author/locale-yi.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-te.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-LY.t +DateTime-Format-Strptime-1.74/xt/author/locale-nn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-LK.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CI.t +DateTime-Format-Strptime-1.74/xt/author/locale-prg-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TC.t +DateTime-Format-Strptime-1.74/xt/author/locale-root.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-AT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AS.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-HN.t +DateTime-Format-Strptime-1.74/xt/author/locale-gd.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-PE.t +DateTime-Format-Strptime-1.74/xt/author/locale-brx-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-saq.t +DateTime-Format-Strptime-1.74/xt/author/locale-lag-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ml.t +DateTime-Format-Strptime-1.74/xt/author/locale-mua.t +DateTime-Format-Strptime-1.74/xt/author/locale-mn.t +DateTime-Format-Strptime-1.74/xt/author/locale-gd-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CC.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-GT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sbp-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AG.t +DateTime-Format-Strptime-1.74/xt/author/locale-kab.t +DateTime-Format-Strptime-1.74/xt/author/locale-om-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZW.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nyn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti.t +DateTime-Format-Strptime-1.74/xt/author/locale-rn-BI.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ce.t +DateTime-Format-Strptime-1.74/xt/author/locale-gv-IM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TG.t +DateTime-Format-Strptime-1.74/xt/author/locale-se.t +DateTime-Format-Strptime-1.74/xt/author/locale-km-KH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Latn-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-CD.t +DateTime-Format-Strptime-1.74/xt/author/pod-coverage.t +DateTime-Format-Strptime-1.74/xt/author/locale-kn.t +DateTime-Format-Strptime-1.74/xt/author/locale-agq-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it.t +DateTime-Format-Strptime-1.74/xt/author/locale-zu.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-rwk-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ug.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-vi-VN.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-JE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bm.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-lg-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KN.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-GW.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ewo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-KM.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ti-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IO.t +DateTime-Format-Strptime-1.74/xt/author/locale-rn.t +DateTime-Format-Strptime-1.74/xt/author/locale-sg-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Latn-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-dsb.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FK.t +DateTime-Format-Strptime-1.74/xt/author/locale-dua.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-RS.t +DateTime-Format-Strptime-1.74/xt/author/locale-kde-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro-MD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ii.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr.t +DateTime-Format-Strptime-1.74/xt/author/locale-kln-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Guru-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-jmc-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BW.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-EG.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr-TR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GU.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-BR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-my-MM.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-mfe.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc.t +DateTime-Format-Strptime-1.74/xt/author/locale-dua-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-khq.t +DateTime-Format-Strptime-1.74/xt/author/locale-sl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ks.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-th-TH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee-TG.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-et-EE.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ses-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-lkt-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Tfng.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TV.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-or-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-bg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MH.t +DateTime-Format-Strptime-1.74/xt/author/locale-cu-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-gu.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-LI.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BI.t +DateTime-Format-Strptime-1.74/xt/author/no-tabs.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-sl-SI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IM.t +DateTime-Format-Strptime-1.74/xt/author/locale-lg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GI.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sah.t +DateTime-Format-Strptime-1.74/xt/author/locale-pl-PL.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-GQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CA.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Arab-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NU.t +DateTime-Format-Strptime-1.74/xt/author/locale-mzn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-asa-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-vi.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AT.t +DateTime-Format-Strptime-1.74/xt/author/locale-as-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-twq-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-TN.t +DateTime-Format-Strptime-1.74/xt/author/locale-bo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-WS.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PA.t +DateTime-Format-Strptime-1.74/xt/author/locale-my.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-419.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas.t +DateTime-Format-Strptime-1.74/xt/author/locale-lb.t +DateTime-Format-Strptime-1.74/xt/author/locale-rwk.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PW.t +DateTime-Format-Strptime-1.74/xt/author/locale-az.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur.t +DateTime-Format-Strptime-1.74/xt/author/locale-ja.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-PF.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Arab.t +DateTime-Format-Strptime-1.74/xt/author/locale-el-GR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-AW.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs.t +DateTime-Format-Strptime-1.74/xt/author/locale-hi-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-nus.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-lrc-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko-KR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lt.t +DateTime-Format-Strptime-1.74/xt/author/locale-bem-ZM.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-MX.t +DateTime-Format-Strptime-1.74/xt/author/locale-haw.t +DateTime-Format-Strptime-1.74/xt/author/locale-vun-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee.t +DateTime-Format-Strptime-1.74/xt/author/locale-luy.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-JO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb.t +DateTime-Format-Strptime-1.74/xt/author/locale-hsb-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo.t +DateTime-Format-Strptime-1.74/xt/author/locale-cy-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fur-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-gu-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KI.t +DateTime-Format-Strptime-1.74/xt/author/locale-ml-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko-KP.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-SV.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr-HR.t +DateTime-Format-Strptime-1.74/xt/author/locale-dje-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-nd.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-RS.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SC.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-SR.t +DateTime-Format-Strptime-1.74/xt/author/locale-yav.t +DateTime-Format-Strptime-1.74/xt/author/locale-vo-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PR.t +DateTime-Format-Strptime-1.74/xt/author/locale-da-DK.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-prg.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-EA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru.t +DateTime-Format-Strptime-1.74/xt/author/locale-mr.t +DateTime-Format-Strptime-1.74/xt/author/locale-ur-PK.t +DateTime-Format-Strptime-1.74/xt/author/locale-dav.t +DateTime-Format-Strptime-1.74/xt/author/locale-kkj-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-BY.t +DateTime-Format-Strptime-1.74/xt/author/locale-fo-FO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-lv.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-UM.t +DateTime-Format-Strptime-1.74/xt/author/locale-af-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ce-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SL.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GP.t +DateTime-Format-Strptime-1.74/xt/author/locale-luo.t +DateTime-Format-Strptime-1.74/xt/author/locale-rw-RW.t +DateTime-Format-Strptime-1.74/xt/author/locale-luo-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PG.t +DateTime-Format-Strptime-1.74/xt/author/locale-mg.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-BQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ga-IE.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans.t +DateTime-Format-Strptime-1.74/xt/author/locale-seh.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-BN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Tfng-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-SX.t +DateTime-Format-Strptime-1.74/xt/author/locale-lv-LV.t +DateTime-Format-Strptime-1.74/xt/author/locale-he-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-smn.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MW.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-dje.t +DateTime-Format-Strptime-1.74/xt/author/locale-jgo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-or.t +DateTime-Format-Strptime-1.74/xt/author/locale-de-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-eu-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-NI.t +DateTime-Format-Strptime-1.74/xt/author/locale-kkj.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-KY.t +DateTime-Format-Strptime-1.74/xt/author/locale-agq.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-ME.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CL.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bg-BG.t +DateTime-Format-Strptime-1.74/xt/author/locale-kn-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-hu.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BE.t +DateTime-Format-Strptime-1.74/xt/author/locale-cy.t +DateTime-Format-Strptime-1.74/xt/author/locale-shi-Latn.t +DateTime-Format-Strptime-1.74/xt/author/locale-ky-KG.t +DateTime-Format-Strptime-1.74/xt/author/locale-dsb-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-US-POSIX.t +DateTime-Format-Strptime-1.74/xt/author/locale-af-NA.t +DateTime-Format-Strptime-1.74/xt/author/locale-gl-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksh.t +DateTime-Format-Strptime-1.74/xt/author/locale-fil.t +DateTime-Format-Strptime-1.74/xt/author/locale-bas.t +DateTime-Format-Strptime-1.74/xt/author/locale-sg.t +DateTime-Format-Strptime-1.74/xt/author/locale-lu-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo-BJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mr-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ug-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CF.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-uk-UA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ii-CN.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CG.t +DateTime-Format-Strptime-1.74/xt/author/pod-spell.t +DateTime-Format-Strptime-1.74/xt/author/locale-br.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GM.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Latn-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-zu-ZA.t +DateTime-Format-Strptime-1.74/xt/author/locale-am.t +DateTime-Format-Strptime-1.74/xt/author/locale-rm-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-yav-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq.t +DateTime-Format-Strptime-1.74/xt/author/locale-chr-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-CG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BL.t +DateTime-Format-Strptime-1.74/xt/author/locale-naq.t +DateTime-Format-Strptime-1.74/xt/author/locale-twq.t +DateTime-Format-Strptime-1.74/xt/author/locale-luy-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ta-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-RE.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SY.t +DateTime-Format-Strptime-1.74/xt/author/locale-cgg.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-kk-KZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-AL.t +DateTime-Format-Strptime-1.74/xt/author/locale-khq-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-EC.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-WF.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-ee-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-AO.t +DateTime-Format-Strptime-1.74/xt/author/locale-ps-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-om-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai-Vaii-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-PT.t +DateTime-Format-Strptime-1.74/xt/author/locale-bm-ML.t +DateTime-Format-Strptime-1.74/xt/author/locale-id.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fy.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IL.t +DateTime-Format-Strptime-1.74/xt/author/locale-kln.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-BF.t +DateTime-Format-Strptime-1.74/xt/author/locale-ms-MY.t +DateTime-Format-Strptime-1.74/xt/author/locale-vo.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgh-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgh.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-OM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ak-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-IC.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LR.t +DateTime-Format-Strptime-1.74/xt/author/locale-fi.t +DateTime-Format-Strptime-1.74/xt/author/locale-br-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-KZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-DO.t +DateTime-Format-Strptime-1.74/xt/author/locale-is.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VU.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-os-GE.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CO.t +DateTime-Format-Strptime-1.74/xt/author/locale-nn-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-lkt.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-PY.t +DateTime-Format-Strptime-1.74/xt/author/locale-kok.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-GA.t +DateTime-Format-Strptime-1.74/xt/author/locale-bez-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-se-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-mg-MG.t +DateTime-Format-Strptime-1.74/xt/author/locale-sah-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-eu.t +DateTime-Format-Strptime-1.74/xt/author/locale-yue-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Cyrl.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SE.t +DateTime-Format-Strptime-1.74/xt/author/locale-bas-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-el-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-kam.t +DateTime-Format-Strptime-1.74/xt/author/locale-jmc.t +DateTime-Format-Strptime-1.74/xt/author/locale-vun.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CA.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-BR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ky.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-MC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ps.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-tr-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-LB.t +DateTime-Format-Strptime-1.74/xt/author/locale-ki-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-is-IS.t +DateTime-Format-Strptime-1.74/xt/author/locale-fy-NL.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-yue.t +DateTime-Format-Strptime-1.74/xt/author/locale-kde.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-JM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-IT.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DM.t +DateTime-Format-Strptime-1.74/xt/author/locale-os.t +DateTime-Format-Strptime-1.74/xt/author/locale-so.t +DateTime-Format-Strptime-1.74/xt/author/locale-ig-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Cyrl-AZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-kw.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-DG.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-rw.t +DateTime-Format-Strptime-1.74/xt/author/locale-seh-MZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-mt.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro.t +DateTime-Format-Strptime-1.74/xt/author/locale-tk.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-lb-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-he.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-AR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-150.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-TD.t +DateTime-Format-Strptime-1.74/xt/author/locale-to-TO.t +DateTime-Format-Strptime-1.74/xt/author/locale-es.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-KW.t +DateTime-Format-Strptime-1.74/xt/author/locale-da-GL.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-LU.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Cyrl-UZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SA.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-ME.t +DateTime-Format-Strptime-1.74/xt/author/locale-mn-MN.t +DateTime-Format-Strptime-1.74/xt/author/locale-lo.t +DateTime-Format-Strptime-1.74/xt/author/locale-ha.t +DateTime-Format-Strptime-1.74/xt/author/locale-yo-NG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-QA.t +DateTime-Format-Strptime-1.74/xt/author/locale-si.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-nl-CW.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-NE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Latn-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-TD.t +DateTime-Format-Strptime-1.74/xt/author/locale-bem.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-HT.t +DateTime-Format-Strptime-1.74/xt/author/locale-kab-DZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-as.t +DateTime-Format-Strptime-1.74/xt/author/locale-el.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NF.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SI.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-MD.t +DateTime-Format-Strptime-1.74/xt/author/locale-kea-CV.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SO.t +DateTime-Format-Strptime-1.74/xt/author/locale-bs-Cyrl-BA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-be-BY.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-DJ.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-VA.t +DateTime-Format-Strptime-1.74/xt/author/locale-kam-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-rm.t +DateTime-Format-Strptime-1.74/xt/author/locale-mua-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-EH.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LS.t +DateTime-Format-Strptime-1.74/xt/author/locale-cs-CZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-wae.t +DateTime-Format-Strptime-1.74/xt/author/locale-nb-NO.t +DateTime-Format-Strptime-1.74/xt/author/locale-chr.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-AD.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-SO.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GY.t +DateTime-Format-Strptime-1.74/xt/author/locale-so-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr.t +DateTime-Format-Strptime-1.74/xt/author/locale-lu.t +DateTime-Format-Strptime-1.74/xt/author/locale-cu.t +DateTime-Format-Strptime-1.74/xt/author/locale-dz.t +DateTime-Format-Strptime-1.74/xt/author/test-all-my-deps.t +DateTime-Format-Strptime-1.74/xt/author/locale-mt-MT.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-TT.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-wae-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-sbp.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-MK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-IE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ses.t +DateTime-Format-Strptime-1.74/xt/author/locale-af.t +DateTime-Format-Strptime-1.74/xt/author/locale-kea.t +DateTime-Format-Strptime-1.74/xt/author/locale-vai.t +DateTime-Format-Strptime-1.74/xt/author/locale-mk-MK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NG.t +DateTime-Format-Strptime-1.74/xt/author/mojibake.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-AE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ka.t +DateTime-Format-Strptime-1.74/xt/author/locale-guz.t +DateTime-Format-Strptime-1.74/xt/author/locale-bn-BD.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-da.t +DateTime-Format-Strptime-1.74/xt/author/locale-ro-RO.t +DateTime-Format-Strptime-1.74/xt/author/locale-mas-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SD.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MS.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ER.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Arab-AF.t +DateTime-Format-Strptime-1.74/xt/author/locale-dz-BT.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-UA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksf.t +DateTime-Format-Strptime-1.74/xt/author/locale-sq-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-EC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksh-DE.t +DateTime-Format-Strptime-1.74/xt/author/locale-lt-LT.t +DateTime-Format-Strptime-1.74/xt/author/locale-am-ET.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-CR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nus-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-mgo-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-hr.t +DateTime-Format-Strptime-1.74/xt/author/locale-kl-GL.t +DateTime-Format-Strptime-1.74/xt/author/locale-nds.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BS.t +DateTime-Format-Strptime-1.74/xt/author/locale-th.t +DateTime-Format-Strptime-1.74/xt/author/locale-os-RU.t +DateTime-Format-Strptime-1.74/xt/author/locale-ebu.t +DateTime-Format-Strptime-1.74/xt/author/locale-sv.t +DateTime-Format-Strptime-1.74/xt/author/locale-to.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw.t +DateTime-Format-Strptime-1.74/xt/author/locale-sk-SK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BB.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-LC.t +DateTime-Format-Strptime-1.74/xt/author/tidyall.t +DateTime-Format-Strptime-1.74/xt/author/locale-sr-Cyrl-XK.t +DateTime-Format-Strptime-1.74/xt/author/locale-mzn-IR.t +DateTime-Format-Strptime-1.74/xt/author/locale-kw-GB.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-YT.t +DateTime-Format-Strptime-1.74/xt/author/locale-ckb-IQ.t +DateTime-Format-Strptime-1.74/xt/author/locale-fi-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-pt-TL.t +DateTime-Format-Strptime-1.74/xt/author/locale-ff.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-CH.t +DateTime-Format-Strptime-1.74/xt/author/locale-cgg-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ln-AO.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-MO.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-VU.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-US.t +DateTime-Format-Strptime-1.74/xt/author/locale-hi.t +DateTime-Format-Strptime-1.74/xt/author/locale-mer-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-az-Latn-AZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-teo.t +DateTime-Format-Strptime-1.74/xt/author/locale-eo.t +DateTime-Format-Strptime-1.74/xt/author/locale-nd-ZW.t +DateTime-Format-Strptime-1.74/xt/author/locale-es-VE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-ES-VALENCIA.t +DateTime-Format-Strptime-1.74/xt/author/locale-kl.t +DateTime-Format-Strptime-1.74/xt/author/locale-zgh-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-ks-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SS.t +DateTime-Format-Strptime-1.74/xt/author/locale-lo-LA.t +DateTime-Format-Strptime-1.74/xt/author/locale-fa.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Guru.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hant-TW.t +DateTime-Format-Strptime-1.74/xt/author/eol.t +DateTime-Format-Strptime-1.74/xt/author/test-version.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-MR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-ZM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-qu-BO.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-HK.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SX.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-CK.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-PS.t +DateTime-Format-Strptime-1.74/xt/author/locale-guz-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-sw.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-SC.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-MT.t +DateTime-Format-Strptime-1.74/xt/author/locale-sn-ZW.t +DateTime-Format-Strptime-1.74/xt/author/00-compile.t +DateTime-Format-Strptime-1.74/xt/author/locale-ebu-KE.t +DateTime-Format-Strptime-1.74/xt/author/locale-pa-Arab.t +DateTime-Format-Strptime-1.74/xt/author/locale-hy-AM.t +DateTime-Format-Strptime-1.74/xt/author/locale-ne-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-SY.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-BM.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-VI.t +DateTime-Format-Strptime-1.74/xt/author/locale-gsw-FR.t +DateTime-Format-Strptime-1.74/xt/author/locale-nyn-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-mer.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-BH.t +DateTime-Format-Strptime-1.74/xt/author/locale-fur.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-PH.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-YE.t +DateTime-Format-Strptime-1.74/xt/author/locale-ru-RU.t +DateTime-Format-Strptime-1.74/xt/author/portability.t +DateTime-Format-Strptime-1.74/xt/author/locale-tk-TM.t +DateTime-Format-Strptime-1.74/xt/author/locale-it-SM.t +DateTime-Format-Strptime-1.74/xt/author/locale-mfe-MU.t +DateTime-Format-Strptime-1.74/xt/author/locale-si-LK.t +DateTime-Format-Strptime-1.74/xt/author/locale-nmg.t +DateTime-Format-Strptime-1.74/xt/author/locale-nnh-CM.t +DateTime-Format-Strptime-1.74/xt/author/locale-hsb.t +DateTime-Format-Strptime-1.74/xt/author/locale-uz-Latn-UZ.t +DateTime-Format-Strptime-1.74/xt/author/pod-syntax.t +DateTime-Format-Strptime-1.74/xt/author/locale-nnh.t +DateTime-Format-Strptime-1.74/xt/author/locale-sn.t +DateTime-Format-Strptime-1.74/xt/author/locale-eo-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-ko.t +DateTime-Format-Strptime-1.74/xt/author/locale-yi-001.t +DateTime-Format-Strptime-1.74/xt/author/locale-smn-FI.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-NR.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-AU.t +DateTime-Format-Strptime-1.74/xt/author/locale-hy.t +DateTime-Format-Strptime-1.74/xt/author/locale-zh-Hans-SG.t +DateTime-Format-Strptime-1.74/xt/author/locale-ca-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-ak.t +DateTime-Format-Strptime-1.74/xt/author/locale-zgh.t +DateTime-Format-Strptime-1.74/xt/author/locale-fr-NC.t +DateTime-Format-Strptime-1.74/xt/author/locale-ksb-TZ.t +DateTime-Format-Strptime-1.74/xt/author/locale-ast-ES.t +DateTime-Format-Strptime-1.74/xt/author/locale-kok-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-tzm-MA.t +DateTime-Format-Strptime-1.74/xt/author/locale-en-GH.t +DateTime-Format-Strptime-1.74/xt/author/locale-xog-UG.t +DateTime-Format-Strptime-1.74/xt/author/locale-te-IN.t +DateTime-Format-Strptime-1.74/xt/author/locale-ar-KM.t +DateTime-Format-Strptime-1.74/xt/author/locale-mk.t +DateTime-Format-Strptime-1.74/xt/release/ +DateTime-Format-Strptime-1.74/xt/release/meta-json.t +Entering DateTime-Format-Strptime-1.74 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Format-Strptime-1.74 ... Warning: prerequisite DateTime 1.00 not found. +Warning: prerequisite DateTime::Locale 1.05 not found. +Warning: prerequisite DateTime::Locale::Base 0 not found. +Warning: prerequisite DateTime::Locale::FromData 0 not found. +Warning: prerequisite DateTime::TimeZone 2.09 not found. +Warning: prerequisite Package::DeprecationManager 0.15 not found. +Warning: prerequisite Params::ValidationCompiler 0 not found. +Warning: prerequisite Specio 0.33 not found. +Warning: prerequisite Specio::Declare 0 not found. +Warning: prerequisite Specio::Exporter 0 not found. +Warning: prerequisite Specio::Library::Builtins 0 not found. +Warning: prerequisite Specio::Library::String 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Format::Strptime +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have DateTime 1.00 ... No +Checking if you have DateTime::Locale::Base 0 ... No +Checking if you have Specio::Library::Builtins 0 ... No +Checking if you have Params::ValidationCompiler 0.13 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Package::DeprecationManager 0.15 ... No +Checking if you have DateTime::Locale::FromData 0 ... No +Checking if you have Test::Builder 0 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Specio::Library::String 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Specio::Exporter 0 ... No +Checking if you have DateTime::TimeZone 2.09 ... No +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have DateTime::Locale 1.05 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Specio::Declare 0 ... No +Checking if you have Specio 0.33 ... No +Already tried DateTime. Skipping. +Searching DateTime::Locale::Base (0) on cpanmetadb ... +Unpacking DateTime-Locale-1.16.tar.gz +OK +==> Found dependencies: DateTime, DateTime::Locale::Base, Specio::Library::Builtins, Params::ValidationCompiler, Package::DeprecationManager, DateTime::Locale::FromData, Specio::Library::String, Specio::Exporter, DateTime::TimeZone, DateTime::Locale, Specio::Declare, Specio +--> Working on DateTime::Locale::Base +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.16.tar.gz ... OK +DateTime-Locale-1.16/ +DateTime-Locale-1.16/lib/ +DateTime-Locale-1.16/lib/DateTime/ +DateTime-Locale-1.16/lib/DateTime/Locale.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ +DateTime-Locale-1.16/lib/DateTime/Locale/yav.pod +DateTime-Locale-1.16/lib/DateTime/Locale/to.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_KM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bas_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/prg_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kk_KZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_LI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_LB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ki.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Data.pm +DateTime-Locale-1.16/lib/DateTime/Locale/fo_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksf_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/twq_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/he_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eu_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fil.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dua_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/si_LK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksh_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_TW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_BN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kok.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lb_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro_RO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bm_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fur.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_KG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_SO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ses_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_SR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Latn_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lv_LV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mfe.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lag_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rwk_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/saq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jmc.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Cyrl_UZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_AR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fil_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_150.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Catalog.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ha_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_OM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/guz_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/is.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_HT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/chr_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om.pod +DateTime-Locale-1.16/lib/DateTime/Locale/xog.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cy_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_EA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/twq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_EC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dyo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lkt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mas.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee_TG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yi_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/or_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kam_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_MX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mg_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lg_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/khq_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gd.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/id_ID.pod +DateTime-Locale-1.16/lib/DateTime/Locale/wae_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/be.pod +DateTime-Locale-1.16/lib/DateTime/Locale/brx.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Latn_UZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_ME.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgh_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kam.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dua.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_PT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ug_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cs_CZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zgh_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/he.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hi_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ug.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro_MD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_UA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dz_BT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mzn_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_AL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ii_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rw_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/am.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_PM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os_GE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_RS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_BO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cs.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Util.pm +DateTime-Locale-1.16/lib/DateTime/Locale/es.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yue_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rm_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ps.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_NC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_AE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Base.pm +DateTime-Locale-1.16/lib/DateTime/Locale/et_EE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/haw_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nnh_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_SV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_AD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rn_BI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ewo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/wae.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/te.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kea.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dje.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_DO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/agq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el_GR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luy_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gv_IM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kl_GL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ewo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb_SJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bem.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_YT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jmc_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_KW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/teo_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da_GL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mzn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sg_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr_CY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ses.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ml_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_EC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Arab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_US_POSIX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nus.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nnh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/naq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ak.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ce_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_ST.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_LI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kde_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cu_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bg_BG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luo_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ha_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/saq_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jgo_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ii.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_UY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_MD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ka.pod +DateTime-Locale-1.16/lib/DateTime/Locale/to_TO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Arab_PK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rwk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mk_MK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pl_PL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/br.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kab_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_KM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_CV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_HK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Latn_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/km.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_YE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ky_KG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_AX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_SX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/my_MM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lo_LA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hy_AM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eo_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ks.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dje_NE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_ML.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lag.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ebu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nd.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sbp.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fi_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_QA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rof.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vun_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kea_CV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dsb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/naq_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/or.pod +DateTime-Locale-1.16/lib/DateTime/Locale/haw.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ks_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/am_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_SA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mua_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kde.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hsb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_AW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tk_TM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_LK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko_KR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_BY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tzm.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ms_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/root.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rof_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mfe_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mgh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nmg_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fo_FO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_TD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/is_IS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ig.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kok_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yo_BJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_AT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hans_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_RW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nds_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/as_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ky.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_XK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sq_MK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/seh_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_BR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ast_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Cyrl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gu_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bez.pod +DateTime-Locale-1.16/lib/DateTime/Locale/br_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sl_SI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ta_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bas.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn_BD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sv_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_FM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tzm_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/asa_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/xog_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nyn_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mn_MN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ig_NG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_BQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Vaii.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fy_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Cyrl_ME.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zgh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_MZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/el.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hsb_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb_IR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kln.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ast.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/so_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mer.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ko_KP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/Conflicts.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ar_JO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_DJ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_LU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ak_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Guru_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ur.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_GT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af_NA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ps_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bem_ZM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dav_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cgg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/af_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_JE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nb_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/th_TH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_TN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fur_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nn_NO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/eu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zh_Hant_MO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_VA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ki_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ti_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/guz.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nus_SS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kn_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_BH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/te_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uk_UA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mr_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ja.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mk.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gl_ES.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yue.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr_HR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/qu_PE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sw_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/it_SM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SX.pod +DateTime-Locale-1.16/lib/DateTime/Locale/rn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_SY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksb_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_WF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Tfng.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ml.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lu_CD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_UM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_IC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa_Guru.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nmg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_GN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/id.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_ER.pod +DateTime-Locale-1.16/lib/DateTime/Locale/luy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ro.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/prg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/si.pod +DateTime-Locale-1.16/lib/DateTime/Locale/seh.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ckb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Cyrl_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Arab_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_CC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_PF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/chr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_KN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Cyrl_AZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sn_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_GW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/my.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sah.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_LY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nd_ZW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/FromData.pm +DateTime-Locale-1.16/lib/DateTime/Locale/ar_TN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nl_CW.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vun.pod +DateTime-Locale-1.16/lib/DateTime/Locale/brx_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ce.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/et.pod +DateTime-Locale-1.16/lib/DateTime/Locale/om_ET.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zu.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sk_SK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_TL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/de_IT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/khq.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_WS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cgg_UG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ebu_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sl.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kkj_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/be_BY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_GG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_JM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_BO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dsb_DE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/yav_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/smn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ga.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_EG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_PG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lb.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ka_GE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_DK.pod +DateTime-Locale-1.16/lib/DateTime/Locale/as.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne_IN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_VE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vo_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/tr_TR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/agq_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ksf.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Latn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ee_GH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_MP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bs_Latn_BA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sr_Latn_RS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_001.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vi_VN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_AI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_VG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vai_Vaii_LR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gsw_FR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sah_RU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ca_ES_VALENCIA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PY.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_419.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hu_HU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_LC.pod +DateTime-Locale-1.16/lib/DateTime/Locale/hr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ru_KZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lrc.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lt_LT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/az_Latn_AZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SD.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ga_IE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dyo_SN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/se.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kw_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/da.pod +DateTime-Locale-1.16/lib/DateTime/Locale/sbp_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_IQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_PS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_DZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/gd_GB.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fa_AF.pod +DateTime-Locale-1.16/lib/DateTime/Locale/dav.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ja_JP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SG.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_IL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bez_TZ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_NL.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bo_CN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_RE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ne_NP.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_SH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/smn_FI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/bg.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lkt_US.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_TV.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lt.pod +DateTime-Locale-1.16/lib/DateTime/Locale/nyn.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kln_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/cy.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mua.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_CA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_NI.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/vi.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_GQ.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mer_KE.pod +DateTime-Locale-1.16/lib/DateTime/Locale/uz_Arab.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_CM.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ln_AO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/mt_MT.pod +DateTime-Locale-1.16/lib/DateTime/Locale/asa.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ff_GN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/lv.pod +DateTime-Locale-1.16/lib/DateTime/Locale/os.pod +DateTime-Locale-1.16/lib/DateTime/Locale/ar_EH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/jgo.pod +DateTime-Locale-1.16/lib/DateTime/Locale/kkj.pod +DateTime-Locale-1.16/lib/DateTime/Locale/km_KH.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_HN.pod +DateTime-Locale-1.16/lib/DateTime/Locale/th.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_CR.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr.pod +DateTime-Locale-1.16/lib/DateTime/Locale/shi_Tfng_MA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/en_BS.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_VU.pod +DateTime-Locale-1.16/lib/DateTime/Locale/zu_ZA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/es_PA.pod +DateTime-Locale-1.16/lib/DateTime/Locale/pt_AO.pod +DateTime-Locale-1.16/lib/DateTime/Locale/fr_BI.pod +DateTime-Locale-1.16/cpanfile +DateTime-Locale-1.16/perlcriticrc +DateTime-Locale-1.16/eg/ +DateTime-Locale-1.16/eg/new-stats +DateTime-Locale-1.16/eg/old-stats +DateTime-Locale-1.16/INSTALL +DateTime-Locale-1.16/tools/ +DateTime-Locale-1.16/tools/lib/ +DateTime-Locale-1.16/tools/lib/ModuleGenerator.pm +DateTime-Locale-1.16/tools/lib/ModuleGenerator/ +DateTime-Locale-1.16/tools/lib/ModuleGenerator/Locale.pm +DateTime-Locale-1.16/tools/generate-modules +DateTime-Locale-1.16/tools/templates/ +DateTime-Locale-1.16/tools/templates/locale.pod +DateTime-Locale-1.16/LICENSE +DateTime-Locale-1.16/share/ +DateTime-Locale-1.16/share/mua-CM.pl +DateTime-Locale-1.16/share/en-AU.pl +DateTime-Locale-1.16/share/fr-YT.pl +DateTime-Locale-1.16/share/pa-Arab.pl +DateTime-Locale-1.16/share/en-FJ.pl +DateTime-Locale-1.16/share/sw.pl +DateTime-Locale-1.16/share/da-GL.pl +DateTime-Locale-1.16/share/fr-MA.pl +DateTime-Locale-1.16/share/sr.pl +DateTime-Locale-1.16/share/ce-RU.pl +DateTime-Locale-1.16/share/bo-IN.pl +DateTime-Locale-1.16/share/nn-NO.pl +DateTime-Locale-1.16/share/nmg.pl +DateTime-Locale-1.16/share/mn.pl +DateTime-Locale-1.16/share/tr-TR.pl +DateTime-Locale-1.16/share/fr-BL.pl +DateTime-Locale-1.16/share/fr-GQ.pl +DateTime-Locale-1.16/share/fr-CH.pl +DateTime-Locale-1.16/share/en-TC.pl +DateTime-Locale-1.16/share/en-BW.pl +DateTime-Locale-1.16/share/rm.pl +DateTime-Locale-1.16/share/ru-KG.pl +DateTime-Locale-1.16/share/en-MP.pl +DateTime-Locale-1.16/share/es-BZ.pl +DateTime-Locale-1.16/share/pt-CV.pl +DateTime-Locale-1.16/share/nl-SR.pl +DateTime-Locale-1.16/share/kok-IN.pl +DateTime-Locale-1.16/share/sw-CD.pl +DateTime-Locale-1.16/share/mt-MT.pl +DateTime-Locale-1.16/share/naq-NA.pl +DateTime-Locale-1.16/share/sr-Cyrl-XK.pl +DateTime-Locale-1.16/share/th-TH.pl +DateTime-Locale-1.16/share/fr-MU.pl +DateTime-Locale-1.16/share/kkj-CM.pl +DateTime-Locale-1.16/share/so-KE.pl +DateTime-Locale-1.16/share/ug-CN.pl +DateTime-Locale-1.16/share/en-BS.pl +DateTime-Locale-1.16/share/en-PK.pl +DateTime-Locale-1.16/share/ur-IN.pl +DateTime-Locale-1.16/share/ar-JO.pl +DateTime-Locale-1.16/share/tzm.pl +DateTime-Locale-1.16/share/my-MM.pl +DateTime-Locale-1.16/share/fr-BJ.pl +DateTime-Locale-1.16/share/wae-CH.pl +DateTime-Locale-1.16/share/nd.pl +DateTime-Locale-1.16/share/sg.pl +DateTime-Locale-1.16/share/ko-KR.pl +DateTime-Locale-1.16/share/nl-SX.pl +DateTime-Locale-1.16/share/br.pl +DateTime-Locale-1.16/share/kk.pl +DateTime-Locale-1.16/share/my.pl +DateTime-Locale-1.16/share/ar-SO.pl +DateTime-Locale-1.16/share/en-DE.pl +DateTime-Locale-1.16/share/or.pl +DateTime-Locale-1.16/share/es-MX.pl +DateTime-Locale-1.16/share/ro-RO.pl +DateTime-Locale-1.16/share/lrc.pl +DateTime-Locale-1.16/share/fr-LU.pl +DateTime-Locale-1.16/share/fr-CD.pl +DateTime-Locale-1.16/share/agq-CM.pl +DateTime-Locale-1.16/share/af.pl +DateTime-Locale-1.16/share/ki.pl +DateTime-Locale-1.16/share/naq.pl +DateTime-Locale-1.16/share/da.pl +DateTime-Locale-1.16/share/en-GB.pl +DateTime-Locale-1.16/share/en-MH.pl +DateTime-Locale-1.16/share/ca.pl +DateTime-Locale-1.16/share/zh-Hans-MO.pl +DateTime-Locale-1.16/share/hu-HU.pl +DateTime-Locale-1.16/share/fr-DJ.pl +DateTime-Locale-1.16/share/ff-GN.pl +DateTime-Locale-1.16/share/si.pl +DateTime-Locale-1.16/share/ko.pl +DateTime-Locale-1.16/share/zh-Hans-HK.pl +DateTime-Locale-1.16/share/da-DK.pl +DateTime-Locale-1.16/share/fur.pl +DateTime-Locale-1.16/share/en-AT.pl +DateTime-Locale-1.16/share/ru-KZ.pl +DateTime-Locale-1.16/share/en-SS.pl +DateTime-Locale-1.16/share/mas-KE.pl +DateTime-Locale-1.16/share/smn.pl +DateTime-Locale-1.16/share/zh-Hant-MO.pl +DateTime-Locale-1.16/share/rof-TZ.pl +DateTime-Locale-1.16/share/ckb.pl +DateTime-Locale-1.16/share/ms-MY.pl +DateTime-Locale-1.16/share/ar-TN.pl +DateTime-Locale-1.16/share/fr-TG.pl +DateTime-Locale-1.16/share/nl-BQ.pl +DateTime-Locale-1.16/share/to-TO.pl +DateTime-Locale-1.16/share/fr-CF.pl +DateTime-Locale-1.16/share/en-SB.pl +DateTime-Locale-1.16/share/mfe-MU.pl +DateTime-Locale-1.16/share/saq.pl +DateTime-Locale-1.16/share/fr-BE.pl +DateTime-Locale-1.16/share/fr-NE.pl +DateTime-Locale-1.16/share/prg-001.pl +DateTime-Locale-1.16/share/lg-UG.pl +DateTime-Locale-1.16/share/ps.pl +DateTime-Locale-1.16/share/en-UM.pl +DateTime-Locale-1.16/share/et.pl +DateTime-Locale-1.16/share/fr-HT.pl +DateTime-Locale-1.16/share/ur-PK.pl +DateTime-Locale-1.16/share/en-AI.pl +DateTime-Locale-1.16/share/lg.pl +DateTime-Locale-1.16/share/seh-MZ.pl +DateTime-Locale-1.16/share/lo-LA.pl +DateTime-Locale-1.16/share/hi-IN.pl +DateTime-Locale-1.16/share/ga.pl +DateTime-Locale-1.16/share/de-LU.pl +DateTime-Locale-1.16/share/en-SL.pl +DateTime-Locale-1.16/share/lo.pl +DateTime-Locale-1.16/share/nl-CW.pl +DateTime-Locale-1.16/share/it-CH.pl +DateTime-Locale-1.16/share/ar-LY.pl +DateTime-Locale-1.16/share/os-RU.pl +DateTime-Locale-1.16/share/se-SE.pl +DateTime-Locale-1.16/share/teo-KE.pl +DateTime-Locale-1.16/share/luo-KE.pl +DateTime-Locale-1.16/share/es-ES.pl +DateTime-Locale-1.16/share/ksb-TZ.pl +DateTime-Locale-1.16/share/it.pl +DateTime-Locale-1.16/share/pa.pl +DateTime-Locale-1.16/share/ce.pl +DateTime-Locale-1.16/share/asa.pl +DateTime-Locale-1.16/share/kam.pl +DateTime-Locale-1.16/share/ff.pl +DateTime-Locale-1.16/share/en-NR.pl +DateTime-Locale-1.16/share/teo-UG.pl +DateTime-Locale-1.16/share/shi-Latn.pl +DateTime-Locale-1.16/share/fr-SN.pl +DateTime-Locale-1.16/share/lkt.pl +DateTime-Locale-1.16/share/qu-BO.pl +DateTime-Locale-1.16/share/vai-Latn-LR.pl +DateTime-Locale-1.16/share/en-BZ.pl +DateTime-Locale-1.16/share/sl.pl +DateTime-Locale-1.16/share/sn.pl +DateTime-Locale-1.16/share/en-RW.pl +DateTime-Locale-1.16/share/zh-Hant.pl +DateTime-Locale-1.16/share/br-FR.pl +DateTime-Locale-1.16/share/uk.pl +DateTime-Locale-1.16/share/kl.pl +DateTime-Locale-1.16/share/ebu.pl +DateTime-Locale-1.16/share/lkt-US.pl +DateTime-Locale-1.16/share/hy.pl +DateTime-Locale-1.16/share/agq.pl +DateTime-Locale-1.16/share/en-VG.pl +DateTime-Locale-1.16/share/wae.pl +DateTime-Locale-1.16/share/en-TO.pl +DateTime-Locale-1.16/share/lag.pl +DateTime-Locale-1.16/share/sn-ZW.pl +DateTime-Locale-1.16/share/uz-Cyrl.pl +DateTime-Locale-1.16/share/mgh-MZ.pl +DateTime-Locale-1.16/share/cs.pl +DateTime-Locale-1.16/share/ru-BY.pl +DateTime-Locale-1.16/share/be-BY.pl +DateTime-Locale-1.16/share/en-BB.pl +DateTime-Locale-1.16/share/pt-MZ.pl +DateTime-Locale-1.16/share/pt-AO.pl +DateTime-Locale-1.16/share/en-CM.pl +DateTime-Locale-1.16/share/es-CR.pl +DateTime-Locale-1.16/share/az-Cyrl.pl +DateTime-Locale-1.16/share/es-GT.pl +DateTime-Locale-1.16/share/fr-TD.pl +DateTime-Locale-1.16/share/fr-TN.pl +DateTime-Locale-1.16/share/uz-Latn.pl +DateTime-Locale-1.16/share/el-GR.pl +DateTime-Locale-1.16/share/en-IO.pl +DateTime-Locale-1.16/share/rm-CH.pl +DateTime-Locale-1.16/share/bez-TZ.pl +DateTime-Locale-1.16/share/en-PR.pl +DateTime-Locale-1.16/share/fi-FI.pl +DateTime-Locale-1.16/share/en-SH.pl +DateTime-Locale-1.16/share/es-VE.pl +DateTime-Locale-1.16/share/bo-CN.pl +DateTime-Locale-1.16/share/yi-001.pl +DateTime-Locale-1.16/share/en-TT.pl +DateTime-Locale-1.16/share/dz.pl +DateTime-Locale-1.16/share/en-150.pl +DateTime-Locale-1.16/share/guz.pl +DateTime-Locale-1.16/share/ca-AD.pl +DateTime-Locale-1.16/share/en-FK.pl +DateTime-Locale-1.16/share/it-VA.pl +DateTime-Locale-1.16/share/ln-CD.pl +DateTime-Locale-1.16/share/es-CO.pl +DateTime-Locale-1.16/share/ln-AO.pl +DateTime-Locale-1.16/share/fr-BF.pl +DateTime-Locale-1.16/share/rwk-TZ.pl +DateTime-Locale-1.16/share/fr-GN.pl +DateTime-Locale-1.16/share/ar-MA.pl +DateTime-Locale-1.16/share/ha-NG.pl +DateTime-Locale-1.16/share/id.pl +DateTime-Locale-1.16/share/kde-TZ.pl +DateTime-Locale-1.16/share/en-JM.pl +DateTime-Locale-1.16/share/nb.pl +DateTime-Locale-1.16/share/es-PH.pl +DateTime-Locale-1.16/share/fil.pl +DateTime-Locale-1.16/share/eu-ES.pl +DateTime-Locale-1.16/share/es-PR.pl +DateTime-Locale-1.16/share/gu-IN.pl +DateTime-Locale-1.16/share/jgo-CM.pl +DateTime-Locale-1.16/share/haw.pl +DateTime-Locale-1.16/share/guz-KE.pl +DateTime-Locale-1.16/share/fr.pl +DateTime-Locale-1.16/share/nds.pl +DateTime-Locale-1.16/share/luy.pl +DateTime-Locale-1.16/share/ky.pl +DateTime-Locale-1.16/share/lu.pl +DateTime-Locale-1.16/share/km-KH.pl +DateTime-Locale-1.16/share/cs-CZ.pl +DateTime-Locale-1.16/share/uz-Latn-UZ.pl +DateTime-Locale-1.16/share/en-KE.pl +DateTime-Locale-1.16/share/mg.pl +DateTime-Locale-1.16/share/ar-EG.pl +DateTime-Locale-1.16/share/uz-Arab-AF.pl +DateTime-Locale-1.16/share/en-GU.pl +DateTime-Locale-1.16/share/tk-TM.pl +DateTime-Locale-1.16/share/bn-BD.pl +DateTime-Locale-1.16/share/root.pl +DateTime-Locale-1.16/share/el-CY.pl +DateTime-Locale-1.16/share/bem-ZM.pl +DateTime-Locale-1.16/share/ti-ER.pl +DateTime-Locale-1.16/share/rof.pl +DateTime-Locale-1.16/share/lv.pl +DateTime-Locale-1.16/share/shi-Tfng-MA.pl +DateTime-Locale-1.16/share/mas-TZ.pl +DateTime-Locale-1.16/share/ro-MD.pl +DateTime-Locale-1.16/share/ta.pl +DateTime-Locale-1.16/share/prg.pl +DateTime-Locale-1.16/share/de-AT.pl +DateTime-Locale-1.16/share/en-CY.pl +DateTime-Locale-1.16/share/mzn-IR.pl +DateTime-Locale-1.16/share/pa-Arab-PK.pl +DateTime-Locale-1.16/share/shi-Latn-MA.pl +DateTime-Locale-1.16/share/ar-YE.pl +DateTime-Locale-1.16/share/xog.pl +DateTime-Locale-1.16/share/ta-LK.pl +DateTime-Locale-1.16/share/en-SC.pl +DateTime-Locale-1.16/share/ne.pl +DateTime-Locale-1.16/share/kkj.pl +DateTime-Locale-1.16/share/fr-SC.pl +DateTime-Locale-1.16/share/en-CX.pl +DateTime-Locale-1.16/share/yi.pl +DateTime-Locale-1.16/share/ln-CF.pl +DateTime-Locale-1.16/share/fr-MG.pl +DateTime-Locale-1.16/share/nb-SJ.pl +DateTime-Locale-1.16/share/cgg-UG.pl +DateTime-Locale-1.16/share/mr-IN.pl +DateTime-Locale-1.16/share/fr-PF.pl +DateTime-Locale-1.16/share/as.pl +DateTime-Locale-1.16/share/dsb-DE.pl +DateTime-Locale-1.16/share/ar-PS.pl +DateTime-Locale-1.16/share/as-IN.pl +DateTime-Locale-1.16/share/sq-XK.pl +DateTime-Locale-1.16/share/pa-Guru-IN.pl +DateTime-Locale-1.16/share/ro.pl +DateTime-Locale-1.16/share/en-IE.pl +DateTime-Locale-1.16/share/az-Latn-AZ.pl +DateTime-Locale-1.16/share/sr-Latn-BA.pl +DateTime-Locale-1.16/share/pt-MO.pl +DateTime-Locale-1.16/share/en-SZ.pl +DateTime-Locale-1.16/share/fr-SY.pl +DateTime-Locale-1.16/share/el.pl +DateTime-Locale-1.16/share/be.pl +DateTime-Locale-1.16/share/sw-UG.pl +DateTime-Locale-1.16/share/sq-MK.pl +DateTime-Locale-1.16/share/en-BM.pl +DateTime-Locale-1.16/share/ur.pl +DateTime-Locale-1.16/share/en-CK.pl +DateTime-Locale-1.16/share/en-LS.pl +DateTime-Locale-1.16/share/sah-RU.pl +DateTime-Locale-1.16/share/kn-IN.pl +DateTime-Locale-1.16/share/ug.pl +DateTime-Locale-1.16/share/zh.pl +DateTime-Locale-1.16/share/brx.pl +DateTime-Locale-1.16/share/lag-TZ.pl +DateTime-Locale-1.16/share/brx-IN.pl +DateTime-Locale-1.16/share/en-JE.pl +DateTime-Locale-1.16/share/si-LK.pl +DateTime-Locale-1.16/share/ms-SG.pl +DateTime-Locale-1.16/share/en-001.pl +DateTime-Locale-1.16/share/dsb.pl +DateTime-Locale-1.16/share/ca-IT.pl +DateTime-Locale-1.16/share/jmc.pl +DateTime-Locale-1.16/share/zh-Hans.pl +DateTime-Locale-1.16/share/sr-Latn-XK.pl +DateTime-Locale-1.16/share/mgo-CM.pl +DateTime-Locale-1.16/share/dav.pl +DateTime-Locale-1.16/share/kok.pl +DateTime-Locale-1.16/share/ne-IN.pl +DateTime-Locale-1.16/share/fr-DZ.pl +DateTime-Locale-1.16/share/km.pl +DateTime-Locale-1.16/share/en-FM.pl +DateTime-Locale-1.16/share/en-NA.pl +DateTime-Locale-1.16/share/en-TV.pl +DateTime-Locale-1.16/share/en-MT.pl +DateTime-Locale-1.16/share/en-US-POSIX.pl +DateTime-Locale-1.16/share/dje-NE.pl +DateTime-Locale-1.16/share/sw-KE.pl +DateTime-Locale-1.16/share/en-BI.pl +DateTime-Locale-1.16/share/nb-NO.pl +DateTime-Locale-1.16/share/eo-001.pl +DateTime-Locale-1.16/share/so-DJ.pl +DateTime-Locale-1.16/share/ewo.pl +DateTime-Locale-1.16/share/rwk.pl +DateTime-Locale-1.16/share/en-ZA.pl +DateTime-Locale-1.16/share/ksf-CM.pl +DateTime-Locale-1.16/share/de-IT.pl +DateTime-Locale-1.16/share/dz-BT.pl +DateTime-Locale-1.16/share/lrc-IR.pl +DateTime-Locale-1.16/share/bs-Latn.pl +DateTime-Locale-1.16/share/chr-US.pl +DateTime-Locale-1.16/share/tr-CY.pl +DateTime-Locale-1.16/share/luy-KE.pl +DateTime-Locale-1.16/share/ar-DJ.pl +DateTime-Locale-1.16/share/ka.pl +DateTime-Locale-1.16/share/ar-SS.pl +DateTime-Locale-1.16/share/ii-CN.pl +DateTime-Locale-1.16/share/kk-KZ.pl +DateTime-Locale-1.16/share/bm-ML.pl +DateTime-Locale-1.16/share/kw-GB.pl +DateTime-Locale-1.16/share/rw-RW.pl +DateTime-Locale-1.16/share/en-NU.pl +DateTime-Locale-1.16/share/en-GD.pl +DateTime-Locale-1.16/share/en-NZ.pl +DateTime-Locale-1.16/share/ca-ES.pl +DateTime-Locale-1.16/share/nl-NL.pl +DateTime-Locale-1.16/share/vun.pl +DateTime-Locale-1.16/share/fy-NL.pl +DateTime-Locale-1.16/share/kam-KE.pl +DateTime-Locale-1.16/share/twq-NE.pl +DateTime-Locale-1.16/share/af-NA.pl +DateTime-Locale-1.16/share/gl-ES.pl +DateTime-Locale-1.16/share/yue-HK.pl +DateTime-Locale-1.16/share/fr-MR.pl +DateTime-Locale-1.16/share/hr.pl +DateTime-Locale-1.16/share/mas.pl +DateTime-Locale-1.16/share/mn-MN.pl +DateTime-Locale-1.16/share/zh-Hant-HK.pl +DateTime-Locale-1.16/share/mgo.pl +DateTime-Locale-1.16/share/om-ET.pl +DateTime-Locale-1.16/share/dyo-SN.pl +DateTime-Locale-1.16/share/nds-NL.pl +DateTime-Locale-1.16/share/ln-CG.pl +DateTime-Locale-1.16/share/ar-QA.pl +DateTime-Locale-1.16/share/om.pl +DateTime-Locale-1.16/share/pt-TL.pl +DateTime-Locale-1.16/share/sk.pl +DateTime-Locale-1.16/share/qu-EC.pl +DateTime-Locale-1.16/share/ar-LB.pl +DateTime-Locale-1.16/share/bs-Cyrl-BA.pl +DateTime-Locale-1.16/share/he.pl +DateTime-Locale-1.16/share/gd-GB.pl +DateTime-Locale-1.16/share/kl-GL.pl +DateTime-Locale-1.16/share/vi-VN.pl +DateTime-Locale-1.16/share/fr-GA.pl +DateTime-Locale-1.16/share/fr-KM.pl +DateTime-Locale-1.16/share/fa.pl +DateTime-Locale-1.16/share/chr.pl +DateTime-Locale-1.16/share/ses-ML.pl +DateTime-Locale-1.16/share/sr-Cyrl-ME.pl +DateTime-Locale-1.16/share/ig.pl +DateTime-Locale-1.16/share/mg-MG.pl +DateTime-Locale-1.16/share/luo.pl +DateTime-Locale-1.16/share/en-SI.pl +DateTime-Locale-1.16/share/vo.pl +DateTime-Locale-1.16/share/de-BE.pl +DateTime-Locale-1.16/share/twq.pl +DateTime-Locale-1.16/share/en-VU.pl +DateTime-Locale-1.16/share/sr-Cyrl-BA.pl +DateTime-Locale-1.16/share/vai-Vaii.pl +DateTime-Locale-1.16/share/hy-AM.pl +DateTime-Locale-1.16/share/es-US.pl +DateTime-Locale-1.16/share/ii.pl +DateTime-Locale-1.16/share/zu-ZA.pl +DateTime-Locale-1.16/share/ta-MY.pl +DateTime-Locale-1.16/share/se.pl +DateTime-Locale-1.16/share/fur-IT.pl +DateTime-Locale-1.16/share/en-AS.pl +DateTime-Locale-1.16/share/ko-KP.pl +DateTime-Locale-1.16/share/ar-IL.pl +DateTime-Locale-1.16/share/cu.pl +DateTime-Locale-1.16/share/yo.pl +DateTime-Locale-1.16/share/uz-Arab.pl +DateTime-Locale-1.16/share/ar-KW.pl +DateTime-Locale-1.16/share/ln.pl +DateTime-Locale-1.16/share/en-NL.pl +DateTime-Locale-1.16/share/sr-Latn-RS.pl +DateTime-Locale-1.16/share/ha-GH.pl +DateTime-Locale-1.16/share/pa-Guru.pl +DateTime-Locale-1.16/share/kde.pl +DateTime-Locale-1.16/share/fr-RE.pl +DateTime-Locale-1.16/share/sr-Latn-ME.pl +DateTime-Locale-1.16/share/ps-AF.pl +DateTime-Locale-1.16/share/en-SE.pl +DateTime-Locale-1.16/share/de-DE.pl +DateTime-Locale-1.16/share/ee-TG.pl +DateTime-Locale-1.16/share/nl.pl +DateTime-Locale-1.16/share/ast.pl +DateTime-Locale-1.16/share/mua.pl +DateTime-Locale-1.16/share/mt.pl +DateTime-Locale-1.16/share/tzm-MA.pl +DateTime-Locale-1.16/share/it-IT.pl +DateTime-Locale-1.16/share/yue.pl +DateTime-Locale-1.16/share/en-NG.pl +DateTime-Locale-1.16/share/sv-FI.pl +DateTime-Locale-1.16/share/kln-KE.pl +DateTime-Locale-1.16/share/pt-GQ.pl +DateTime-Locale-1.16/share/ru.pl +DateTime-Locale-1.16/share/uz.pl +DateTime-Locale-1.16/share/he-IL.pl +DateTime-Locale-1.16/share/es-GQ.pl +DateTime-Locale-1.16/share/om-KE.pl +DateTime-Locale-1.16/share/ar-EH.pl +DateTime-Locale-1.16/share/en-MS.pl +DateTime-Locale-1.16/share/nn.pl +DateTime-Locale-1.16/share/xog-UG.pl +DateTime-Locale-1.16/share/en-FI.pl +DateTime-Locale-1.16/share/cy.pl +DateTime-Locale-1.16/share/lb-LU.pl +DateTime-Locale-1.16/share/ar-SA.pl +DateTime-Locale-1.16/share/vai-Vaii-LR.pl +DateTime-Locale-1.16/share/fr-MF.pl +DateTime-Locale-1.16/share/fr-GF.pl +DateTime-Locale-1.16/share/ar-DZ.pl +DateTime-Locale-1.16/share/gv.pl +DateTime-Locale-1.16/share/az-Latn.pl +DateTime-Locale-1.16/share/uz-Cyrl-UZ.pl +DateTime-Locale-1.16/share/az.pl +DateTime-Locale-1.16/share/ar-001.pl +DateTime-Locale-1.16/share/en-ZW.pl +DateTime-Locale-1.16/share/en-KN.pl +DateTime-Locale-1.16/share/sw-TZ.pl +DateTime-Locale-1.16/share/en-TK.pl +DateTime-Locale-1.16/share/or-IN.pl +DateTime-Locale-1.16/share/te.pl +DateTime-Locale-1.16/share/fr-NC.pl +DateTime-Locale-1.16/share/ml.pl +DateTime-Locale-1.16/share/hr-HR.pl +DateTime-Locale-1.16/share/kab-DZ.pl +DateTime-Locale-1.16/share/es-AR.pl +DateTime-Locale-1.16/share/kea-CV.pl +DateTime-Locale-1.16/share/vun-TZ.pl +DateTime-Locale-1.16/share/khq-ML.pl +DateTime-Locale-1.16/share/ff-SN.pl +DateTime-Locale-1.16/share/mk.pl +DateTime-Locale-1.16/share/nyn.pl +DateTime-Locale-1.16/share/en-GM.pl +DateTime-Locale-1.16/share/es-PA.pl +DateTime-Locale-1.16/share/lt-LT.pl +DateTime-Locale-1.16/share/is-IS.pl +DateTime-Locale-1.16/share/ja.pl +DateTime-Locale-1.16/share/es-HN.pl +DateTime-Locale-1.16/share/te-IN.pl +DateTime-Locale-1.16/share/os.pl +DateTime-Locale-1.16/share/kea.pl +DateTime-Locale-1.16/share/en-KY.pl +DateTime-Locale-1.16/share/teo.pl +DateTime-Locale-1.16/share/ar-MR.pl +DateTime-Locale-1.16/share/sg-CF.pl +DateTime-Locale-1.16/share/ar-BH.pl +DateTime-Locale-1.16/share/ar-IQ.pl +DateTime-Locale-1.16/share/ta-IN.pl +DateTime-Locale-1.16/share/en-NF.pl +DateTime-Locale-1.16/share/fr-VU.pl +DateTime-Locale-1.16/share/en-WS.pl +DateTime-Locale-1.16/share/nmg-CM.pl +DateTime-Locale-1.16/share/gl.pl +DateTime-Locale-1.16/share/ses.pl +DateTime-Locale-1.16/share/es-BR.pl +DateTime-Locale-1.16/share/ksb.pl +DateTime-Locale-1.16/share/ff-CM.pl +DateTime-Locale-1.16/share/hsb-DE.pl +DateTime-Locale-1.16/share/en-BE.pl +DateTime-Locale-1.16/share/mer-KE.pl +DateTime-Locale-1.16/share/dua-CM.pl +DateTime-Locale-1.16/share/dje.pl +DateTime-Locale-1.16/share/ti.pl +DateTime-Locale-1.16/share/en-MY.pl +DateTime-Locale-1.16/share/sr-Cyrl.pl +DateTime-Locale-1.16/share/fr-MC.pl +DateTime-Locale-1.16/share/az-Cyrl-AZ.pl +DateTime-Locale-1.16/share/lu-CD.pl +DateTime-Locale-1.16/share/haw-US.pl +DateTime-Locale-1.16/share/fo-DK.pl +DateTime-Locale-1.16/share/en-IN.pl +DateTime-Locale-1.16/share/pt-CH.pl +DateTime-Locale-1.16/share/ebu-KE.pl +DateTime-Locale-1.16/share/ru-UA.pl +DateTime-Locale-1.16/share/vai-Latn.pl +DateTime-Locale-1.16/share/es-419.pl +DateTime-Locale-1.16/share/kab.pl +DateTime-Locale-1.16/share/mzn.pl +DateTime-Locale-1.16/share/uk-UA.pl +DateTime-Locale-1.16/share/jgo.pl +DateTime-Locale-1.16/share/ms.pl +DateTime-Locale-1.16/share/en-MO.pl +DateTime-Locale-1.16/share/ti-ET.pl +DateTime-Locale-1.16/share/es-SV.pl +DateTime-Locale-1.16/share/am-ET.pl +DateTime-Locale-1.16/share/mk-MK.pl +DateTime-Locale-1.16/share/fr-GP.pl +DateTime-Locale-1.16/share/en-SX.pl +DateTime-Locale-1.16/share/nus.pl +DateTime-Locale-1.16/share/es-PE.pl +DateTime-Locale-1.16/share/es-BO.pl +DateTime-Locale-1.16/share/shi-Tfng.pl +DateTime-Locale-1.16/share/bo.pl +DateTime-Locale-1.16/share/mgh.pl +DateTime-Locale-1.16/share/ksh-DE.pl +DateTime-Locale-1.16/share/fr-RW.pl +DateTime-Locale-1.16/share/dav-KE.pl +DateTime-Locale-1.16/share/ig-NG.pl +DateTime-Locale-1.16/share/bez.pl +DateTime-Locale-1.16/share/jmc-TZ.pl +DateTime-Locale-1.16/share/bn.pl +DateTime-Locale-1.16/share/sq-AL.pl +DateTime-Locale-1.16/share/sl-SI.pl +DateTime-Locale-1.16/share/es-DO.pl +DateTime-Locale-1.16/share/rw.pl +DateTime-Locale-1.16/share/en-MW.pl +DateTime-Locale-1.16/share/cy-GB.pl +DateTime-Locale-1.16/share/ki-KE.pl +DateTime-Locale-1.16/share/en-IL.pl +DateTime-Locale-1.16/share/nnh.pl +DateTime-Locale-1.16/share/fi.pl +DateTime-Locale-1.16/share/gsw.pl +DateTime-Locale-1.16/share/sbp.pl +DateTime-Locale-1.16/share/fy.pl +DateTime-Locale-1.16/share/nyn-UG.pl +DateTime-Locale-1.16/share/kw.pl +DateTime-Locale-1.16/share/kln.pl +DateTime-Locale-1.16/share/ar-SY.pl +DateTime-Locale-1.16/share/ar-TD.pl +DateTime-Locale-1.16/share/hu.pl +DateTime-Locale-1.16/share/khq.pl +DateTime-Locale-1.16/share/pt-LU.pl +DateTime-Locale-1.16/share/sq.pl +DateTime-Locale-1.16/share/ksf.pl +DateTime-Locale-1.16/share/ar-KM.pl +DateTime-Locale-1.16/share/bs-Cyrl.pl +DateTime-Locale-1.16/share/en-SD.pl +DateTime-Locale-1.16/share/en-VC.pl +DateTime-Locale-1.16/share/fo-FO.pl +DateTime-Locale-1.16/share/ky-KG.pl +DateTime-Locale-1.16/share/ee.pl +DateTime-Locale-1.16/share/fa-IR.pl +DateTime-Locale-1.16/share/ga-IE.pl +DateTime-Locale-1.16/share/en-ZM.pl +DateTime-Locale-1.16/share/gv-IM.pl +DateTime-Locale-1.16/share/ckb-IQ.pl +DateTime-Locale-1.16/share/bs.pl +DateTime-Locale-1.16/share/ks-IN.pl +DateTime-Locale-1.16/share/fr-PM.pl +DateTime-Locale-1.16/share/en-SG.pl +DateTime-Locale-1.16/share/en-KI.pl +DateTime-Locale-1.16/share/de.pl +DateTime-Locale-1.16/share/en-TZ.pl +DateTime-Locale-1.16/share/bm.pl +DateTime-Locale-1.16/share/en-PH.pl +DateTime-Locale-1.16/share/seh.pl +DateTime-Locale-1.16/share/rn-BI.pl +DateTime-Locale-1.16/share/nus-SS.pl +DateTime-Locale-1.16/share/fr-BI.pl +DateTime-Locale-1.16/share/ca-ES-VALENCIA.pl +DateTime-Locale-1.16/share/en-UG.pl +DateTime-Locale-1.16/share/mer.pl +DateTime-Locale-1.16/share/rn.pl +DateTime-Locale-1.16/share/ms-BN.pl +DateTime-Locale-1.16/share/zgh-MA.pl +DateTime-Locale-1.16/share/ak.pl +DateTime-Locale-1.16/share/pt-GW.pl +DateTime-Locale-1.16/share/bg.pl +DateTime-Locale-1.16/share/dua.pl +DateTime-Locale-1.16/share/fa-AF.pl +DateTime-Locale-1.16/share/en-DM.pl +DateTime-Locale-1.16/share/es-EC.pl +DateTime-Locale-1.16/share/hr-BA.pl +DateTime-Locale-1.16/share/is.pl +DateTime-Locale-1.16/share/dyo.pl +DateTime-Locale-1.16/share/th.pl +DateTime-Locale-1.16/share/fr-CA.pl +DateTime-Locale-1.16/share/qu.pl +DateTime-Locale-1.16/share/fr-CG.pl +DateTime-Locale-1.16/share/ff-MR.pl +DateTime-Locale-1.16/share/gu.pl +DateTime-Locale-1.16/share/en-LC.pl +DateTime-Locale-1.16/share/ka-GE.pl +DateTime-Locale-1.16/share/en-GH.pl +DateTime-Locale-1.16/share/es-NI.pl +DateTime-Locale-1.16/share/fil-PH.pl +DateTime-Locale-1.16/share/gsw-CH.pl +DateTime-Locale-1.16/share/vi.pl +DateTime-Locale-1.16/share/ar-ER.pl +DateTime-Locale-1.16/share/eo.pl +DateTime-Locale-1.16/share/af-ZA.pl +DateTime-Locale-1.16/share/es-UY.pl +DateTime-Locale-1.16/share/nnh-CM.pl +DateTime-Locale-1.16/share/ksh.pl +DateTime-Locale-1.16/share/fr-CI.pl +DateTime-Locale-1.16/share/sr-Latn.pl +DateTime-Locale-1.16/share/vai.pl +DateTime-Locale-1.16/share/bn-IN.pl +DateTime-Locale-1.16/share/so-ET.pl +DateTime-Locale-1.16/share/es-EA.pl +DateTime-Locale-1.16/share/nl-AW.pl +DateTime-Locale-1.16/share/es-PY.pl +DateTime-Locale-1.16/share/ckb-IR.pl +DateTime-Locale-1.16/share/pl-PL.pl +DateTime-Locale-1.16/share/de-CH.pl +DateTime-Locale-1.16/share/yav-CM.pl +DateTime-Locale-1.16/share/yav.pl +DateTime-Locale-1.16/share/en-ER.pl +DateTime-Locale-1.16/share/so.pl +DateTime-Locale-1.16/share/nd-ZW.pl +DateTime-Locale-1.16/share/ne-NP.pl +DateTime-Locale-1.16/share/mr.pl +DateTime-Locale-1.16/share/yo-BJ.pl +DateTime-Locale-1.16/share/lb.pl +DateTime-Locale-1.16/share/ar-OM.pl +DateTime-Locale-1.16/share/so-SO.pl +DateTime-Locale-1.16/share/bas.pl +DateTime-Locale-1.16/share/cgg.pl +DateTime-Locale-1.16/share/lv-LV.pl +DateTime-Locale-1.16/share/ewo-CM.pl +DateTime-Locale-1.16/share/sbp-TZ.pl +DateTime-Locale-1.16/share/gsw-LI.pl +DateTime-Locale-1.16/share/fo.pl +DateTime-Locale-1.16/share/es-CL.pl +DateTime-Locale-1.16/share/hsb.pl +DateTime-Locale-1.16/share/ak-GH.pl +DateTime-Locale-1.16/share/eu.pl +DateTime-Locale-1.16/share/en-CH.pl +DateTime-Locale-1.16/share/ha.pl +DateTime-Locale-1.16/share/se-FI.pl +DateTime-Locale-1.16/share/sah.pl +DateTime-Locale-1.16/share/ca-FR.pl +DateTime-Locale-1.16/share/pt-PT.pl +DateTime-Locale-1.16/share/fr-MQ.pl +DateTime-Locale-1.16/share/pt.pl +DateTime-Locale-1.16/share/am.pl +DateTime-Locale-1.16/share/gd.pl +DateTime-Locale-1.16/share/to.pl +DateTime-Locale-1.16/share/en-PG.pl +DateTime-Locale-1.16/share/tr.pl +DateTime-Locale-1.16/share/ru-RU.pl +DateTime-Locale-1.16/share/zgh.pl +DateTime-Locale-1.16/share/bg-BG.pl +DateTime-Locale-1.16/share/ml-IN.pl +DateTime-Locale-1.16/share/shi.pl +DateTime-Locale-1.16/share/sk-SK.pl +DateTime-Locale-1.16/share/zu.pl +DateTime-Locale-1.16/share/yo-NG.pl +DateTime-Locale-1.16/share/en-GY.pl +DateTime-Locale-1.16/share/es-CU.pl +DateTime-Locale-1.16/share/pt-ST.pl +DateTime-Locale-1.16/share/sr-Cyrl-RS.pl +DateTime-Locale-1.16/share/en-DK.pl +DateTime-Locale-1.16/share/mfe.pl +DateTime-Locale-1.16/share/sv-SE.pl +DateTime-Locale-1.16/share/kn.pl +DateTime-Locale-1.16/share/sv.pl +DateTime-Locale-1.16/share/cu-RU.pl +DateTime-Locale-1.16/share/gsw-FR.pl +DateTime-Locale-1.16/share/et-EE.pl +DateTime-Locale-1.16/share/it-SM.pl +DateTime-Locale-1.16/share/bs-Latn-BA.pl +DateTime-Locale-1.16/share/nl-BE.pl +DateTime-Locale-1.16/share/ru-MD.pl +DateTime-Locale-1.16/share/id-ID.pl +DateTime-Locale-1.16/share/fr-CM.pl +DateTime-Locale-1.16/share/ee-GH.pl +DateTime-Locale-1.16/share/bas-CM.pl +DateTime-Locale-1.16/share/pl.pl +DateTime-Locale-1.16/share/en-PN.pl +DateTime-Locale-1.16/share/ar-AE.pl +DateTime-Locale-1.16/share/de-LI.pl +DateTime-Locale-1.16/share/fr-ML.pl +DateTime-Locale-1.16/share/os-GE.pl +DateTime-Locale-1.16/share/ast-ES.pl +DateTime-Locale-1.16/share/en-PW.pl +DateTime-Locale-1.16/share/en-MU.pl +DateTime-Locale-1.16/share/en-CC.pl +DateTime-Locale-1.16/share/tk.pl +DateTime-Locale-1.16/share/en-DG.pl +DateTime-Locale-1.16/share/en-HK.pl +DateTime-Locale-1.16/share/fr-WF.pl +DateTime-Locale-1.16/share/bem.pl +DateTime-Locale-1.16/share/smn-FI.pl +DateTime-Locale-1.16/share/vo-001.pl +DateTime-Locale-1.16/share/en-VI.pl +DateTime-Locale-1.16/share/ta-SG.pl +DateTime-Locale-1.16/share/en-MG.pl +DateTime-Locale-1.16/share/es-IC.pl +DateTime-Locale-1.16/share/zh-Hans-SG.pl +DateTime-Locale-1.16/share/lrc-IQ.pl +DateTime-Locale-1.16/share/ar-SD.pl +DateTime-Locale-1.16/share/en-IM.pl +DateTime-Locale-1.16/share/en-GG.pl +DateTime-Locale-1.16/share/asa-TZ.pl +DateTime-Locale-1.16/share/saq-KE.pl +DateTime-Locale-1.16/share/sv-AX.pl +DateTime-Locale-1.16/share/ha-NE.pl +DateTime-Locale-1.16/share/lt.pl +DateTime-Locale-1.16/share/se-NO.pl +DateTime-Locale-1.16/share/en-LR.pl +DateTime-Locale-1.16/share/ks.pl +DateTime-Locale-1.16/share/en-GI.pl +DateTime-Locale-1.16/share/qu-PE.pl +DateTime-Locale-1.16/share/nds-DE.pl +DateTime-Locale-1.16/share/en-AG.pl +DateTime-Locale-1.16/LICENSE.cldr +DateTime-Locale-1.16/tidyall.ini +DateTime-Locale-1.16/CONTRIBUTING.md +DateTime-Locale-1.16/Changes +DateTime-Locale-1.16/META.json +DateTime-Locale-1.16/dist.ini +DateTime-Locale-1.16/perltidyrc +DateTime-Locale-1.16/MANIFEST +DateTime-Locale-1.16/META.yml +DateTime-Locale-1.16/t/ +DateTime-Locale-1.16/t/03alias.t +DateTime-Locale-1.16/t/07script.t +DateTime-Locale-1.16/t/10code-case-insensitive.t +DateTime-Locale-1.16/t/05register.t +DateTime-Locale-1.16/t/02iso639-2.t +DateTime-Locale-1.16/t/00-report-prereqs.t +DateTime-Locale-1.16/t/00-report-prereqs.dd +DateTime-Locale-1.16/t/09version-check.t +DateTime-Locale-1.16/t/04format-length.t +DateTime-Locale-1.16/t/01basic.t +DateTime-Locale-1.16/t/11load-name.t +DateTime-Locale-1.16/t/06storable.t +DateTime-Locale-1.16/t/zzz-check-breaks.t +DateTime-Locale-1.16/README.md +DateTime-Locale-1.16/Makefile.PL +DateTime-Locale-1.16/xt/ +DateTime-Locale-1.16/xt/author/ +DateTime-Locale-1.16/xt/author/clean-namespaces.t +DateTime-Locale-1.16/xt/author/no-tabs.t +DateTime-Locale-1.16/xt/author/pod-spell.t +DateTime-Locale-1.16/xt/author/test-all-my-deps.t +DateTime-Locale-1.16/xt/author/tidyall.t +DateTime-Locale-1.16/xt/author/eol.t +DateTime-Locale-1.16/xt/author/test-version.t +DateTime-Locale-1.16/xt/author/00-compile.t +DateTime-Locale-1.16/xt/author/portability.t +DateTime-Locale-1.16/xt/author/pod-syntax.t +DateTime-Locale-1.16/xt/release/ +DateTime-Locale-1.16/xt/release/cpan-changes.t +DateTime-Locale-1.16/xt/release/meta-json.t +Entering DateTime-Locale-1.16 +Checking configure dependencies from META.json +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have Dist::CheckConflicts 0.02 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Already tried Dist::CheckConflicts. Skipping. +! Installing the dependencies failed: Module 'Dist::CheckConflicts' is not installed +! Bailing out the installation for DateTime-Locale-1.16. +Already tried Specio::Library::Builtins. Skipping. +Already tried Params::ValidationCompiler. Skipping. +Searching Package::DeprecationManager (0.15) on cpanmetadb ... +Unpacking Package-DeprecationManager-0.17.tar.gz +==> Found dependencies: Dist::CheckConflicts +--> Working on Package::DeprecationManager +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.17.tar.gz ... OK +Package-DeprecationManager-0.17/ +Package-DeprecationManager-0.17/dist.ini +Package-DeprecationManager-0.17/perltidyrc +Package-DeprecationManager-0.17/cpanfile +Package-DeprecationManager-0.17/t/ +Package-DeprecationManager-0.17/t/00-report-prereqs.t +Package-DeprecationManager-0.17/t/export.t +Package-DeprecationManager-0.17/t/00-report-prereqs.dd +Package-DeprecationManager-0.17/t/basic.t +Package-DeprecationManager-0.17/Makefile.PL +Package-DeprecationManager-0.17/META.yml +Package-DeprecationManager-0.17/LICENSE +Package-DeprecationManager-0.17/xt/ +Package-DeprecationManager-0.17/xt/author/ +Package-DeprecationManager-0.17/xt/author/no-tabs.t +Package-DeprecationManager-0.17/xt/author/mojibake.t +Package-DeprecationManager-0.17/xt/author/pod-syntax.t +Package-DeprecationManager-0.17/xt/author/portability.t +Package-DeprecationManager-0.17/xt/author/test-version.t +Package-DeprecationManager-0.17/xt/author/eol.t +Package-DeprecationManager-0.17/xt/author/pod-spell.t +Package-DeprecationManager-0.17/xt/author/pod-coverage.t +Package-DeprecationManager-0.17/xt/author/pod-no404s.t +Package-DeprecationManager-0.17/xt/author/00-compile.t +Package-DeprecationManager-0.17/xt/release/ +Package-DeprecationManager-0.17/xt/release/meta-json.t +Package-DeprecationManager-0.17/xt/release/tidyall.t +Package-DeprecationManager-0.17/xt/release/cpan-changes.t +Package-DeprecationManager-0.17/xt/release/pod-linkcheck.t +Package-DeprecationManager-0.17/lib/ +Package-DeprecationManager-0.17/lib/Package/ +Package-DeprecationManager-0.17/lib/Package/DeprecationManager.pm +Package-DeprecationManager-0.17/META.json +Package-DeprecationManager-0.17/tidyall.ini +Package-DeprecationManager-0.17/Changes +Package-DeprecationManager-0.17/CONTRIBUTING.md +Package-DeprecationManager-0.17/MANIFEST +Package-DeprecationManager-0.17/perlcriticrc +Package-DeprecationManager-0.17/INSTALL +Package-DeprecationManager-0.17/README.md +Entering Package-DeprecationManager-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Package-DeprecationManager-0.17 ... Warning: prerequisite Package::Stash 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Package::DeprecationManager +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have List::Util 1.33 ... Yes (1.49) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Package::Stash 0.23 ... No +Checking if you have Sub::Install 0 ... Yes (0.928) +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 0 ... Yes (1.43) +Already tried Package::Stash. Skipping. +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Package-DeprecationManager-0.17. +Searching DateTime::Locale::FromData (0) on cpanmetadb ... +Already tried DateTime-Locale-1.16. Skipping. +Already tried Specio::Library::String. Skipping. +Searching Specio::Exporter (0) on cpanmetadb ... +Already tried Specio-0.40. Skipping. +Already tried DateTime::TimeZone. Skipping. +Searching DateTime::Locale (1.05) on cpanmetadb ... +Already tried DateTime-Locale-1.16. Skipping. +Searching Specio::Declare (0) on cpanmetadb ... +Already tried Specio-0.40. Skipping. +Already tried Specio. Skipping. +! Installing the dependencies failed: Module 'Package::DeprecationManager' is not installed, Module 'DateTime::Locale::FromData' is not installed, Module 'Specio::Library::Builtins' is not installed, Module 'Params::ValidationCompiler' is not installed, Module 'DateTime::Locale::Base' is not installed, Module 'DateTime' is not installed, Module 'Specio::Declare' is not installed, Module 'Specio' is not installed, Module 'DateTime::Locale' is not installed, Module 'DateTime::TimeZone' is not installed, Module 'Specio::Exporter' is not installed, Module 'Specio::Library::String' is not installed +! Bailing out the installation for DateTime-Format-Strptime-1.74. +! Installing the dependencies failed: Module 'DateTime' is not installed, Module 'Params::Validate' is not installed, Module 'DateTime::Format::Strptime' is not installed +! Bailing out the installation for DateTime-Format-Builder-0.81. +! Installing the dependencies failed: Module 'DateTime::TimeZone' is not installed, Module 'DateTime::Format::Builder' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Format-Flexible-0.28. +Searching DateTime::Format::ICal (0) on cpanmetadb ... +Unpacking DateTime-Format-ICal-0.09.tar.gz +OK +==> Found dependencies: Package::Stash +--> Working on DateTime::Format::ICal +Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-0.09.tar.gz ... OK +DateTime-Format-ICal-0.09/ +DateTime-Format-ICal-0.09/t/ +DateTime-Format-ICal-0.09/t/03period.t +DateTime-Format-ICal-0.09/t/04recurrence.t +DateTime-Format-ICal-0.09/t/01datetime.t +DateTime-Format-ICal-0.09/t/00load.t +DateTime-Format-ICal-0.09/t/02duration.t +DateTime-Format-ICal-0.09/META.yml +DateTime-Format-ICal-0.09/Changes +DateTime-Format-ICal-0.09/TODO +DateTime-Format-ICal-0.09/MANIFEST +DateTime-Format-ICal-0.09/Makefile.PL +DateTime-Format-ICal-0.09/lib/ +DateTime-Format-ICal-0.09/lib/DateTime/ +DateTime-Format-ICal-0.09/lib/DateTime/Format/ +DateTime-Format-ICal-0.09/lib/DateTime/Format/ICal.pm +DateTime-Format-ICal-0.09/LICENSE +DateTime-Format-ICal-0.09/Build.PL +Entering DateTime-Format-ICal-0.09 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::Install 1.46 ... Yes (2.14) +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Running Build.PL +Configuring DateTime-Format-ICal-0.09 ... Checking prerequisites... + requires: + ! DateTime is not installed + ! DateTime::Event::ICal is not installed + ! DateTime::Set is not installed + ! DateTime::TimeZone is not installed + ! Params::Validate is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09' +Checking dependencies from MYMETA.json ... +Checking if you have Module::Build 0.42 ... Yes (0.4224) +Checking if you have DateTime::TimeZone 2.09 ... No +Checking if you have Params::Validate 0.97 ... No +Checking if you have DateTime::Event::ICal 0.03 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have DateTime::Set 0.1 ... No +Already tried DateTime::TimeZone. Skipping. +Already tried Params::Validate. Skipping. +Searching DateTime::Event::ICal (0.03) on cpanmetadb ... +Unpacking DateTime-Event-ICal-0.13.tar.gz +OK +==> Found dependencies: DateTime::TimeZone, Params::Validate, DateTime::Event::ICal, DateTime, DateTime::Set +--> Working on DateTime::Event::ICal +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-0.13.tar.gz ... OK +DateTime-Event-ICal-0.13/ +DateTime-Event-ICal-0.13/Changes +DateTime-Event-ICal-0.13/lib/ +DateTime-Event-ICal-0.13/LICENSE +DateTime-Event-ICal-0.13/Makefile.PL +DateTime-Event-ICal-0.13/MANIFEST +DateTime-Event-ICal-0.13/MANIFEST.SKIP +DateTime-Event-ICal-0.13/META.json +DateTime-Event-ICal-0.13/META.yml +DateTime-Event-ICal-0.13/README +DateTime-Event-ICal-0.13/t/ +DateTime-Event-ICal-0.13/TODO +DateTime-Event-ICal-0.13/t/00load.t +DateTime-Event-ICal-0.13/t/01sanity.t +DateTime-Event-ICal-0.13/t/02interval.t +DateTime-Event-ICal-0.13/t/03by.t +DateTime-Event-ICal-0.13/t/04rfc2445.t +DateTime-Event-ICal-0.13/t/05byday.t +DateTime-Event-ICal-0.13/t/06hms-byetc.t +DateTime-Event-ICal-0.13/lib/DateTime/ +DateTime-Event-ICal-0.13/lib/DateTime/Event/ +DateTime-Event-ICal-0.13/lib/DateTime/Event/ICal.pm +Entering DateTime-Event-ICal-0.13 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Event-ICal-0.13 ... Warning: prerequisite DateTime 0 not found. +Warning: prerequisite DateTime::Event::Recurrence 0.11 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Event::ICal +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime::Event::Recurrence 0.11 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have DateTime 1.00 ... No +Searching DateTime::Event::Recurrence (0.11) on cpanmetadb ... +Unpacking DateTime-Event-Recurrence-0.19.tar.gz +OK +==> Found dependencies: DateTime::Event::Recurrence, DateTime +--> Working on DateTime::Event::Recurrence +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-0.19.tar.gz ... OK +DateTime-Event-Recurrence-0.19/ +DateTime-Event-Recurrence-0.19/CREDITS +DateTime-Event-Recurrence-0.19/MANIFEST +DateTime-Event-Recurrence-0.19/MANIFEST.SKIP +DateTime-Event-Recurrence-0.19/META.yml +DateTime-Event-Recurrence-0.19/Changes +DateTime-Event-Recurrence-0.19/META.json +DateTime-Event-Recurrence-0.19/LICENSE +DateTime-Event-Recurrence-0.19/TODO +DateTime-Event-Recurrence-0.19/t/ +DateTime-Event-Recurrence-0.19/t/04neg_offset.t +DateTime-Event-Recurrence-0.19/t/08stress.t +DateTime-Event-Recurrence-0.19/t/05set.t +DateTime-Event-Recurrence-0.19/t/00load.t +DateTime-Event-Recurrence-0.19/t/09yearly_weekly.t +DateTime-Event-Recurrence-0.19/t/01sanity.t +DateTime-Event-Recurrence-0.19/t/13yearly_by_day.t +DateTime-Event-Recurrence-0.19/t/12monthly_weekly.t +DateTime-Event-Recurrence-0.19/t/03offset.t +DateTime-Event-Recurrence-0.19/t/02next.t +DateTime-Event-Recurrence-0.19/t/11mixed_offset.t +DateTime-Event-Recurrence-0.19/t/22intersects.t +DateTime-Event-Recurrence-0.19/t/07set-2.t +DateTime-Event-Recurrence-0.19/t/06overflow.t +DateTime-Event-Recurrence-0.19/t/10weekly_more.t +DateTime-Event-Recurrence-0.19/lib/ +DateTime-Event-Recurrence-0.19/lib/DateTime/ +DateTime-Event-Recurrence-0.19/lib/DateTime/Event/ +DateTime-Event-Recurrence-0.19/lib/DateTime/Event/Recurrence.pm +DateTime-Event-Recurrence-0.19/README +DateTime-Event-Recurrence-0.19/Makefile.PL +Entering DateTime-Event-Recurrence-0.19 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring DateTime-Event-Recurrence-0.19 ... Warning: prerequisite DateTime 0.27 not found. +Warning: prerequisite DateTime::Set 0.3600 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for DateTime::Event::Recurrence +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime::Set 0.3600 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching DateTime::Set (0.3600) on cpanmetadb ... +Unpacking DateTime-Set-0.3900.tar.gz +OK +==> Found dependencies: DateTime::Set, DateTime +--> Working on DateTime::Set +Fetching http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Set-0.3900.tar.gz ... OK +DateTime-Set-0.3900/ +DateTime-Set-0.3900/MANIFEST +DateTime-Set-0.3900/MANIFEST.SKIP +DateTime-Set-0.3900/META.yml +DateTime-Set-0.3900/Build.PL +DateTime-Set-0.3900/Changes +DateTime-Set-0.3900/META.json +DateTime-Set-0.3900/LICENSE +DateTime-Set-0.3900/TODO +DateTime-Set-0.3900/t/ +DateTime-Set-0.3900/t/18as_list_empty.t +DateTime-Set-0.3900/t/02immutable.t +DateTime-Set-0.3900/t/09spanset.t +DateTime-Set-0.3900/t/03add_subtract.t +DateTime-Set-0.3900/t/00load.t +DateTime-Set-0.3900/t/04recurrence.t +DateTime-Set-0.3900/t/15time_zone.t +DateTime-Set-0.3900/t/11next.t +DateTime-Set-0.3900/t/01sanity.t +DateTime-Set-0.3900/t/21from_recurrence.t +DateTime-Set-0.3900/t/22start_end.t +DateTime-Set-0.3900/t/16bounded_recurrence.t +DateTime-Set-0.3900/t/10previous-2.t +DateTime-Set-0.3900/t/08span.t +DateTime-Set-0.3900/t/14complement.t +DateTime-Set-0.3900/t/07previous.t +DateTime-Set-0.3900/t/12iterator_intersection.t +DateTime-Set-0.3900/t/19spanset_daylight_savings.t +DateTime-Set-0.3900/t/17quantize.t +DateTime-Set-0.3900/t/06backtrack.t +DateTime-Set-0.3900/t/20spanset_week_wrapped_recurrence.t +DateTime-Set-0.3900/t/05iterator.t +DateTime-Set-0.3900/t/13add_recurrence.t +DateTime-Set-0.3900/lib/ +DateTime-Set-0.3900/lib/DateTime/ +DateTime-Set-0.3900/lib/DateTime/Span.pm +DateTime-Set-0.3900/lib/DateTime/Set.pm +DateTime-Set-0.3900/lib/DateTime/SpanSet.pm +DateTime-Set-0.3900/lib/Set/ +DateTime-Set-0.3900/lib/Set/Infinite/ +DateTime-Set-0.3900/lib/Set/Infinite/_recurrence.pm +DateTime-Set-0.3900/README +DateTime-Set-0.3900/Makefile.PL +Entering DateTime-Set-0.3900 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Build.PL +Configuring DateTime-Set-0.3900 ... Checking prerequisites... + requires: + ! DateTime is not installed + ! Params::Validate is not installed + +ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions +of the modules indicated above before proceeding with this installation + +Created MYMETA.yml and MYMETA.json +Creating new 'Build' script for 'DateTime-Set' version '0.3900' +Checking dependencies from MYMETA.json ... +Checking if you have Set::Infinite 0.59 ... Yes (0.65) +Checking if you have DateTime 1.00 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Params::Validate 0.97 ... No +Already tried DateTime. Skipping. +Already tried Params::Validate. Skipping. +! Installing the dependencies failed: Module 'Params::Validate' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Set-0.3900. +Already tried DateTime. Skipping. +! Installing the dependencies failed: Module 'DateTime::Set' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Event-Recurrence-0.19. +Already tried DateTime. Skipping. +! Installing the dependencies failed: Module 'DateTime::Event::Recurrence' is not installed, Module 'DateTime' is not installed +! Bailing out the installation for DateTime-Event-ICal-0.13. +Already tried DateTime. Skipping. +Already tried DateTime::Set. Skipping. +! Installing the dependencies failed: Module 'DateTime' is not installed, Module 'DateTime::Set' is not installed, Module 'DateTime::Event::ICal' is not installed, Module 'Params::Validate' is not installed, Module 'DateTime::TimeZone' is not installed +! Bailing out the installation for DateTime-Format-ICal-0.09. +! Installing the dependencies failed: Module 'DateTime::Format::Natural' is not installed, Module 'DateTime' is not installed, Module 'DateTime::Format::Flexible' is not installed, Module 'DateTime::Format::ICal' is not installed +! Bailing out the installation for DateTimeX-Easy-0.089. +Searching Task::Kensho::Email (0) on cpanmetadb ... +Unpacking Task-Kensho-Email-0.39.tar.gz +OK +==> Found dependencies: DateTime, Params::Validate +--> Working on Task::Kensho::Email +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-Email-0.39.tar.gz ... OK +Task-Kensho-Email-0.39/ +Task-Kensho-Email-0.39/Build.PL +Task-Kensho-Email-0.39/Changes +Task-Kensho-Email-0.39/lib/ +Task-Kensho-Email-0.39/LICENSE +Task-Kensho-Email-0.39/Makefile.PL +Task-Kensho-Email-0.39/MANIFEST +Task-Kensho-Email-0.39/META.json +Task-Kensho-Email-0.39/META.yml +Task-Kensho-Email-0.39/README +Task-Kensho-Email-0.39/t/ +Task-Kensho-Email-0.39/xt/ +Task-Kensho-Email-0.39/xt/author/ +Task-Kensho-Email-0.39/xt/release/ +Task-Kensho-Email-0.39/xt/release/changes_has_content.t +Task-Kensho-Email-0.39/xt/release/cpan-changes.t +Task-Kensho-Email-0.39/xt/release/distmeta.t +Task-Kensho-Email-0.39/xt/release/minimum-version.t +Task-Kensho-Email-0.39/xt/release/portability.t +Task-Kensho-Email-0.39/xt/author/00-compile.t +Task-Kensho-Email-0.39/xt/author/clean-namespaces.t +Task-Kensho-Email-0.39/xt/author/eol.t +Task-Kensho-Email-0.39/xt/author/kwalitee.t +Task-Kensho-Email-0.39/xt/author/mojibake.t +Task-Kensho-Email-0.39/xt/author/no-tabs.t +Task-Kensho-Email-0.39/xt/author/pod-coverage.t +Task-Kensho-Email-0.39/xt/author/pod-spell.t +Task-Kensho-Email-0.39/xt/author/pod-syntax.t +Task-Kensho-Email-0.39/t/00-report-prereqs.dd +Task-Kensho-Email-0.39/t/00-report-prereqs.t +Task-Kensho-Email-0.39/lib/Task/ +Task-Kensho-Email-0.39/lib/Task/Kensho/ +Task-Kensho-Email-0.39/lib/Task/Kensho/Email.pm +Entering Task-Kensho-Email-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-Email-0.39 ... Creating new 'Build' script for 'Task-Kensho-Email' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Email::MIME::Kit 0 ... No +Checking if you have Email::Valid 0 ... Yes (1.202) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Email::Sender 0 ... No +Checking if you have Email::Simple 0 ... Yes (2.214) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Searching Email::MIME::Kit (0) on cpanmetadb ... +Unpacking Email-MIME-Kit-3.000005.tar.gz +OK +==> Found dependencies: Email::MIME::Kit, Email::Sender +--> Working on Email::MIME::Kit +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-Kit-3.000005.tar.gz ... OK +Email-MIME-Kit-3.000005 +Email-MIME-Kit-3.000005/README +Email-MIME-Kit-3.000005/Changes +Email-MIME-Kit-3.000005/LICENSE +Email-MIME-Kit-3.000005/dist.ini +Email-MIME-Kit-3.000005/t +Email-MIME-Kit-3.000005/t/borg.t +Email-MIME-Kit-3.000005/META.yml +Email-MIME-Kit-3.000005/MANIFEST +Email-MIME-Kit-3.000005/META.json +Email-MIME-Kit-3.000005/t/single.t +Email-MIME-Kit-3.000005/Makefile.PL +Email-MIME-Kit-3.000005/t/assemble.t +Email-MIME-Kit-3.000005/t/autoencode.t +Email-MIME-Kit-3.000005/t/test-renderer.t +Email-MIME-Kit-3.000005/t/alt-kit-reader.t +Email-MIME-Kit-3.000005/lib/Email/MIME +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit.pm +Email-MIME-Kit-3.000005/t/00-report-prereqs.t +Email-MIME-Kit-3.000005/t/read-json-manifest.t +Email-MIME-Kit-3.000005/xt/author +Email-MIME-Kit-3.000005/xt/author/pod-syntax.t +Email-MIME-Kit-3.000005/t/00-report-prereqs.dd +Email-MIME-Kit-3.000005/t/kits/test.mkit +Email-MIME-Kit-3.000005/t/kits/test.mkit/logo.jpg +Email-MIME-Kit-3.000005/t/kits/borg.mkit +Email-MIME-Kit-3.000005/t/kits/borg.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/manifest.yaml +Email-MIME-Kit-3.000005/t/kits/encode.mkit +Email-MIME-Kit-3.000005/t/kits/encode.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/single.mkit +Email-MIME-Kit-3.000005/t/kits/single.mkit/manifest.json +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/ConstKit.pm +Email-MIME-Kit-3.000005/xt/release +Email-MIME-Kit-3.000005/xt/release/changes_has_content.t +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit/plain.txt +Email-MIME-Kit-3.000005/t/kits/test.mkit/bogus-report.pdf +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/KitReader +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/KitReader/Dir.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Renderer.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Assembler.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Component.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/KitReader.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/Validator.pm +Email-MIME-Kit-3.000005/t/kits/encode-file.mkit/manifest.json +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Assembler +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Assembler/Borg.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Assembler +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Assembler/Standard.pm +Email-MIME-Kit-3.000005/t/kits/alt-kit-reader.mkit +Email-MIME-Kit-3.000005/t/kits/alt-kit-reader.mkit/manifest.json +Email-MIME-Kit-3.000005/t/kits/test.mkit/better-alternative.html +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader/JSON.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/ManifestReader/YAML.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/ManifestReader.pm +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Validator +Email-MIME-Kit-3.000005/t/lib/Email/MIME/Kit/Validator/Simplest.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Renderer +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Renderer/TestRenderer.pm +Email-MIME-Kit-3.000005/lib/Email/MIME/Kit/Role/ManifestDesugarer.pm +Entering Email-MIME-Kit-3.000005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-Kit-3.000005 ... Warning: prerequisite Email::MIME 1.930 not found. +Warning: prerequisite Email::MIME::Creator 0 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0.65 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME::Kit +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Email::MIME 1.930 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have JSON 2 ... Yes (2.94) +Checking if you have YAML::XS 0 ... Yes (0.66) +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Email::MessageID 1.400 ... Yes (1.406) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Email::MIME::Creator 0 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Encode 0 ... Yes (2.92) +Checking if you have String::RewritePrefix 0 ... Yes (0.007) +Searching Email::MIME (1.930) on cpanmetadb ... +Unpacking Email-MIME-1.946.tar.gz +OK +==> Found dependencies: Email::MIME, Module::Runtime, Moose::Util::TypeConstraints, Moose, Email::MIME::Creator, Moose::Role +--> Working on Email::MIME +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-MIME-1.946.tar.gz ... OK +Email-MIME-1.946 +Email-MIME-1.946/README +Email-MIME-1.946/Changes +Email-MIME-1.946/LICENSE +Email-MIME-1.946/dist.ini +Email-MIME-1.946/META.yml +Email-MIME-1.946/MANIFEST +Email-MIME-1.946/t +Email-MIME-1.946/t/basic.t +Email-MIME-1.946/t/dispo.t +Email-MIME-1.946/t/parts.t +Email-MIME-1.946/META.json +Email-MIME-1.946/t/charset.t +Email-MIME-1.946/t/unicode.t +Email-MIME-1.946/Makefile.PL +Email-MIME-1.946/t/body-ref.t +Email-MIME-1.946/t/ct_attrs.t +Email-MIME-1.946/t/encoding.t +Email-MIME-1.946/t/Mail +Email-MIME-1.946/t/Mail/mail-1 +Email-MIME-1.946/t/Mail/mail-2 +Email-MIME-1.946/t/multipart.t +Email-MIME-1.946/t/part-encs.t +Email-MIME-1.946/t/content_id.t +Email-MIME-1.946/t/singlepart.t +Email-MIME-1.946/t/walk-parts.t +Email-MIME-1.946/t/auto_create.t +Email-MIME-1.946/t/disposition.t +Email-MIME-1.946/t/read-nested.t +Email-MIME-1.946/t/Mail/att-1.gif +Email-MIME-1.946/t/Mail/qp-equals +Email-MIME-1.946/t/encode-check.t +Email-MIME-1.946/t/nested-parts.t +Email-MIME-1.946/lib/Email +Email-MIME-1.946/lib/Email/MIME.pm +Email-MIME-1.946/t/Mail/nested-parts +Email-MIME-1.946/t/files +Email-MIME-1.946/t/files/readme.txt.gz +Email-MIME-1.946/t/00-report-prereqs.t +Email-MIME-1.946/t/header-addresslist.t +Email-MIME-1.946/xt/author +Email-MIME-1.946/xt/author/pod-syntax.t +Email-MIME-1.946/t/00-report-prereqs.dd +Email-MIME-1.946/lib/Email/MIME +Email-MIME-1.946/lib/Email/MIME/Encode.pm +Email-MIME-1.946/lib/Email/MIME/Header.pm +Email-MIME-1.946/lib/Email/MIME/Creator.pm +Email-MIME-1.946/lib/Email/MIME/Modifier.pm +Email-MIME-1.946/xt/release +Email-MIME-1.946/xt/release/changes_has_content.t +Email-MIME-1.946/lib/Email/MIME/Header +Email-MIME-1.946/lib/Email/MIME/Header/AddressList.pm +Entering Email-MIME-1.946 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Email-MIME-1.946 ... Warning: prerequisite Module::Runtime 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::MIME +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MIME::Base64 0 ... Yes (3.15) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Encode 1.9801 ... Yes (2.92) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Email::MIME::ContentType 1.022 ... Yes (1.022) +Checking if you have Email::MessageID 1.400 ... Yes (1.406) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Email::Simple::Creator 0 ... Yes (2.214) +Checking if you have Email::MIME::Encodings 1.314 ... Yes (1.315) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Email::Address::XS 0 ... Yes (1.00) +Checking if you have MIME::Types 1.13 ... Yes (2.13) +Checking if you have Email::Simple::Header 0 ... Yes (2.214) +Checking if you have Symbol 0 ... Yes (1.08) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Email::Simple 2.212 ... Yes (2.214) +Already tried Module::Runtime. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed +! Bailing out the installation for Email-MIME-1.946. +Already tried Module::Runtime. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose. Skipping. +Searching Email::MIME::Creator (0) on cpanmetadb ... +Already tried Email-MIME-1.946. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Email::MIME' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Role' is not installed, Module 'Email::MIME::Creator' is not installed +! Bailing out the installation for Email-MIME-Kit-3.000005. +Searching Email::Sender (0) on cpanmetadb ... +Unpacking Email-Sender-1.300031.tar.gz +OK +==> Found dependencies: Module::Runtime +--> Working on Email::Sender +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Sender-1.300031.tar.gz ... OK +Email-Sender-1.300031 +Email-Sender-1.300031/README +Email-Sender-1.300031/Changes +Email-Sender-1.300031/LICENSE +Email-Sender-1.300031/dist.ini +Email-Sender-1.300031/t +Email-Sender-1.300031/t/fail.t +Email-Sender-1.300031/t/mbox.t +Email-Sender-1.300031/t/test.t +Email-Sender-1.300031/META.yml +Email-Sender-1.300031/MANIFEST +Email-Sender-1.300031/t/print.t +Email-Sender-1.300031/META.json +Email-Sender-1.300031/misc +Email-Sender-1.300031/misc/smtp.t +Email-Sender-1.300031/t/00-load.t +Email-Sender-1.300031/t/devnull.t +Email-Sender-1.300031/t/maildir.t +Email-Sender-1.300031/Makefile.PL +Email-Sender-1.300031/t/sendmail.t +Email-Sender-1.300031/t/util-env.t +Email-Sender-1.300031/t/util-easy.t +Email-Sender-1.300031/t/util-fail.t +Email-Sender-1.300031/util +Email-Sender-1.300031/util/sendmail +Email-Sender-1.300031/t/fail-multi.t +Email-Sender-1.300031/util/executable +Email-Sender-1.300031/t/pobox-rig.json +Email-Sender-1.300031/t/smtp-via-rig.t +Email-Sender-1.300031/t/simple-simple.t +Email-Sender-1.300031/t/smtp-via-mock.t +Email-Sender-1.300031/util/sendmail.bat +Email-Sender-1.300031/t/simple-wrapper.t +Email-Sender-1.300031/lib/Email +Email-Sender-1.300031/lib/Email/Sender.pm +Email-Sender-1.300031/util/not-executable +Email-Sender-1.300031/t/trans-prep-email.t +Email-Sender-1.300031/t/messages +Email-Sender-1.300031/t/messages/simple.msg +Email-Sender-1.300031/t/00-report-prereqs.t +Email-Sender-1.300031/xt/author +Email-Sender-1.300031/xt/author/pod-syntax.t +Email-Sender-1.300031/t/00-report-prereqs.dd +Email-Sender-1.300031/lib/Email/Sender +Email-Sender-1.300031/lib/Email/Sender/Util.pm +Email-Sender-1.300031/lib/Email/Sender/Manual.pm +Email-Sender-1.300031/lib/Email/Sender/Simple.pm +Email-Sender-1.300031/xt/release +Email-Sender-1.300031/xt/release/a-perl-minver.t +Email-Sender-1.300031/lib/Email/Sender/Failure.pm +Email-Sender-1.300031/lib/Email/Sender/Success.pm +Email-Sender-1.300031/t/lib/Test/Email +Email-Sender-1.300031/t/lib/Test/Email/SMTPRig.pm +Email-Sender-1.300031/lib/Email/Sender/Transport.pm +Email-Sender-1.300031/t/lib/Test/Email/Sender +Email-Sender-1.300031/t/lib/Test/Email/Sender/Util.pm +Email-Sender-1.300031/xt/release/changes_has_content.t +Email-Sender-1.300031/lib/Email/Sender/Failure +Email-Sender-1.300031/lib/Email/Sender/Failure/Multi.pm +Email-Sender-1.300031/lib/Email/Sender/Transport +Email-Sender-1.300031/lib/Email/Sender/Transport/Mbox.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Test.pm +Email-Sender-1.300031/lib/Email/Sender/Role +Email-Sender-1.300031/lib/Email/Sender/Role/HasMessage.pm +Email-Sender-1.300031/lib/Email/Sender/Success +Email-Sender-1.300031/lib/Email/Sender/Success/Partial.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Print.pm +Email-Sender-1.300031/lib/Email/Sender/Failure/Permanent.pm +Email-Sender-1.300031/lib/Email/Sender/Failure/Temporary.pm +Email-Sender-1.300031/lib/Email/Sender/Manual +Email-Sender-1.300031/lib/Email/Sender/Manual/QuickStart.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/DevNull.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Maildir.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Wrapper.pm +Email-Sender-1.300031/lib/Email/Sender/Role/CommonSending.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Failable.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/Sendmail.pm +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP +Email-Sender-1.300031/lib/Email/Sender/Transport/SMTP/Persistent.pm +Email-Sender-1.300031/t/lib/Test/Email/Sender/Transport +Email-Sender-1.300031/t/lib/Test/Email/Sender/Transport/FailEvery.pm +Entering Email-Sender-1.300031 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Email-Sender-1.300031 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moo 2.000000 not found. +Warning: prerequisite Moo::Role 0 not found. +Warning: prerequisite MooX::Types::MooseLike 0.15 not found. +Warning: prerequisite MooX::Types::MooseLike::Base 0 not found. +Warning: prerequisite Throwable::Error 0.200003 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Email::Sender +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Path 2.06 ... Yes (2.15) +Checking if you have Email::Simple 2.212 ... Yes (2.214) +Checking if you have MooX::Types::MooseLike 0.15 ... No +Checking if you have Email::Address 0 ... Yes (1.908) +Checking if you have Capture::Tiny 0.08 ... Yes (0.46) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Moo 2.000000 ... No +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Email::Abstract 3.006 ... Yes (3.008) +Checking if you have Net::SMTP 3.07 ... Yes (3.10) +Checking if you have Sys::Hostname 0 ... Yes (1.20) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Cwd 3 ... Yes (3.68) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have IO::File 1.11 ... Yes (1.16) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Throwable::Error 0.200003 ... No +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Fcntl 0 ... Yes (1.13) +Checking if you have MooX::Types::MooseLike::Base 0.23 ... No +Checking if you have Sub::Exporter 0.978 ... Yes (0.987) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Moo::Role 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have utf8 0 ... Yes (1.20) +Searching MooX::Types::MooseLike (0.15) on cpanmetadb ... +Already tried MooX-Types-MooseLike-0.29. Skipping. +Already tried Moo. Skipping. +Already tried Module::Runtime. Skipping. +Searching Throwable::Error (0.200003) on cpanmetadb ... +Unpacking Throwable-0.200013.tar.gz +OK +==> Found dependencies: MooX::Types::MooseLike, Moo, Module::Runtime, Throwable::Error, MooX::Types::MooseLike::Base, Moo::Role +--> Working on Throwable::Error +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz ... OK +Throwable-0.200013 +Throwable-0.200013/README +Throwable-0.200013/Changes +Throwable-0.200013/LICENSE +Throwable-0.200013/dist.ini +Throwable-0.200013/META.yml +Throwable-0.200013/MANIFEST +Throwable-0.200013/t +Throwable-0.200013/t/basic.t +Throwable-0.200013/META.json +Throwable-0.200013/xt +Throwable-0.200013/xt/moose.t +Throwable-0.200013/Makefile.PL +Throwable-0.200013/xt/strace_bug.t +Throwable-0.200013/lib +Throwable-0.200013/lib/Throwable.pm +Throwable-0.200013/xt/memory-leak.t +Throwable-0.200013/t/00-report-prereqs.t +Throwable-0.200013/lib/StackTrace +Throwable-0.200013/lib/StackTrace/Auto.pm +Throwable-0.200013/lib/Throwable +Throwable-0.200013/lib/Throwable/Error.pm +Throwable-0.200013/t/00-report-prereqs.dd +Throwable-0.200013/xt/moose-coerce-class.t +Throwable-0.200013/xt/release +Throwable-0.200013/xt/release/pod-syntax.t +Throwable-0.200013/xt/release/changes_has_content.t +Entering Throwable-0.200013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Throwable-0.200013 ... Warning: prerequisite Module::Runtime 0.002 not found. +Warning: prerequisite Moo 1.000001 not found. +Warning: prerequisite Moo::Role 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Throwable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Moo 2.000000 ... No +Checking if you have Devel::StackTrace 1.32 ... Yes (2.02) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moo::Role 0 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Sub::Quote 2.003001 ... Yes (2.004000) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have base 0 ... Yes (2.26) +Checking if you have warnings 0 ... Yes (1.37) +Already tried Module::Runtime. Skipping. +Already tried Moo. Skipping. +Searching Moo::Role (0) on cpanmetadb ... +Already tried Moo-2.003002. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Moo' is not installed, Module 'Moo::Role' is not installed +! Bailing out the installation for Throwable-0.200013. +Already tried MooX::Types::MooseLike::Base. Skipping. +Already tried Moo::Role. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'MooX::Types::MooseLike::Base' is not installed, Module 'Throwable::Error' is not installed, Module 'Moo::Role' is not installed, Module 'MooX::Types::MooseLike' is not installed, Module 'Moo' is not installed +! Bailing out the installation for Email-Sender-1.300031. +! Installing the dependencies failed: Module 'Email::MIME::Kit' is not installed, Module 'Email::Sender' is not installed +! Bailing out the installation for Task-Kensho-Email-0.39. +Searching MooseX::Declare (0) on cpanmetadb ... +Unpacking MooseX-Declare-0.43.tar.gz +OK +==> Found dependencies: Module::Runtime, Moo, Moo::Role +--> Working on MooseX::Declare +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Declare-0.43.tar.gz ... OK +MooseX-Declare-0.43/ +MooseX-Declare-0.43/Build.PL +MooseX-Declare-0.43/Changes +MooseX-Declare-0.43/CONTRIBUTING +MooseX-Declare-0.43/dist.ini +MooseX-Declare-0.43/INSTALL +MooseX-Declare-0.43/lib/ +MooseX-Declare-0.43/LICENSE +MooseX-Declare-0.43/Makefile.PL +MooseX-Declare-0.43/MANIFEST +MooseX-Declare-0.43/META.json +MooseX-Declare-0.43/META.yml +MooseX-Declare-0.43/README +MooseX-Declare-0.43/t/ +MooseX-Declare-0.43/xt/ +MooseX-Declare-0.43/xt/author/ +MooseX-Declare-0.43/xt/release/ +MooseX-Declare-0.43/xt/release/changes_has_content.t +MooseX-Declare-0.43/xt/release/cpan-changes.t +MooseX-Declare-0.43/xt/release/distmeta.t +MooseX-Declare-0.43/xt/release/minimum-version.t +MooseX-Declare-0.43/xt/release/pod-syntax.t +MooseX-Declare-0.43/xt/release/portability.t +MooseX-Declare-0.43/xt/author/00-compile.t +MooseX-Declare-0.43/xt/author/clean-namespaces.t +MooseX-Declare-0.43/xt/author/eol.t +MooseX-Declare-0.43/xt/author/kwalitee.t +MooseX-Declare-0.43/xt/author/mojibake.t +MooseX-Declare-0.43/xt/author/no-tabs.t +MooseX-Declare-0.43/t/00-report-prereqs.dd +MooseX-Declare-0.43/t/00-report-prereqs.t +MooseX-Declare-0.43/t/anon.t +MooseX-Declare-0.43/t/attribute_issues.t +MooseX-Declare-0.43/t/autoclean.t +MooseX-Declare-0.43/t/basic.t +MooseX-Declare-0.43/t/clean.t +MooseX-Declare-0.43/t/import.t +MooseX-Declare-0.43/t/inner_keywords.t +MooseX-Declare-0.43/t/lib/ +MooseX-Declare-0.43/t/manual_namespace.t +MooseX-Declare-0.43/t/meta_should_be_signature.t +MooseX-Declare-0.43/t/method_as_default.t +MooseX-Declare-0.43/t/modifier_order.t +MooseX-Declare-0.43/t/modifiers.t +MooseX-Declare-0.43/t/modify_with_invocant.t +MooseX-Declare-0.43/t/nested_anonymous_classes.t +MooseX-Declare-0.43/t/nesting.t +MooseX-Declare-0.43/t/optional_positional.t +MooseX-Declare-0.43/t/override_attribute_from_role.t +MooseX-Declare-0.43/t/recipes/ +MooseX-Declare-0.43/t/role_application.t +MooseX-Declare-0.43/t/role_parameterized.t +MooseX-Declare-0.43/t/segfault_syntax_error.t +MooseX-Declare-0.43/t/zzz-check-breaks.t +MooseX-Declare-0.43/t/recipes/basics/ +MooseX-Declare-0.43/t/recipes/basics/001_point.t +MooseX-Declare-0.43/t/recipes/basics/002_bank_account.t +MooseX-Declare-0.43/t/recipes/basics/006_augment_inner.t +MooseX-Declare-0.43/t/lib/Affe.pm +MooseX-Declare-0.43/t/lib/Foo.pm +MooseX-Declare-0.43/t/lib/ParameterizedRole.pm +MooseX-Declare-0.43/t/lib/Tiger.pm +MooseX-Declare-0.43/t/lib/WithMethod.pm +MooseX-Declare-0.43/t/lib/WithNewline.pm +MooseX-Declare-0.43/lib/MooseX/ +MooseX-Declare-0.43/lib/MooseX/Declare/ +MooseX-Declare-0.43/lib/MooseX/Declare.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/ +MooseX-Declare-0.43/lib/MooseX/Declare/Context.pm +MooseX-Declare-0.43/lib/MooseX/Declare/StackItem.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/ +MooseX-Declare-0.43/lib/MooseX/Declare/Util.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Extending.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/ +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/KeywordHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration/ +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MooseSetup.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/NamespaceHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/OptionHandling.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/RoleApplication.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Class.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Clean.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Method.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/Role.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Syntax/Keyword/With.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/Namespaced.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/Parameterized.pm +MooseX-Declare-0.43/lib/MooseX/Declare/Context/WithOptions.pm +Entering MooseX-Declare-0.43 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Declare-0.43 ... Creating new 'Build' script for 'MooseX-Declare' version '0.43' +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have Sub::Install 0 ... Yes (0.928) +Checking if you have Parse::Method::Signatures::Param::Placeholder 0 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::Method::Signatures 0.36 ... No +Checking if you have Parse::Method::Signatures 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Moose::Util::TypeConstraints 0 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have MooseX::Method::Signatures::Types 0 ... No +Checking if you have Devel::Declare::Context::Simple 0 ... No +Checking if you have MooseX::Method::Signatures::Meta::Method 0 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have aliased 0 ... Yes (0.34) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Sub::Exporter 0.978 ... Yes (0.987) +Checking if you have Test::Moose 0 ... No +Checking if you have Devel::Declare 0.005011 ... No +Checking if you have MooseX::Types::Structured 0 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Moose 2.0300 ... No +Already tried MooseX::Types::Moose. Skipping. +Searching Parse::Method::Signatures::Param::Placeholder (0) on cpanmetadb ... +Unpacking Parse-Method-Signatures-1.003019.tar.gz +OK +==> Found dependencies: MooseX::Types::Moose, Parse::Method::Signatures::Param::Placeholder, MooseX::Role::Parameterized, Moose::Role, Moose::Meta::Class, MooseX::Method::Signatures, Parse::Method::Signatures, namespace::autoclean, Moose::Util::TypeConstraints, MooseX::Method::Signatures::Types, Devel::Declare::Context::Simple, MooseX::Method::Signatures::Meta::Method, namespace::clean, Module::Runtime, Moose::Util, Test::Moose, Devel::Declare, MooseX::Types::Structured, Moose +--> Working on Parse::Method::Signatures::Param::Placeholder +Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Parse-Method-Signatures-1.003019.tar.gz ... OK +Parse-Method-Signatures-1.003019/ +Parse-Method-Signatures-1.003019/Changes +Parse-Method-Signatures-1.003019/lib/ +Parse-Method-Signatures-1.003019/lib/Parse/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/TypeConstraint.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Placeholder.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Bindable.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Positional.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/ +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/Array.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Unpacked/Hash.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Param/Named.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Sig.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/ParamCollection.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures/Types.pm +Parse-Method-Signatures-1.003019/lib/Parse/Method/Signatures.pm +Parse-Method-Signatures-1.003019/Makefile.PL +Parse-Method-Signatures-1.003019/t/ +Parse-Method-Signatures-1.003019/t/signatures.t +Parse-Method-Signatures-1.003019/t/struct.t +Parse-Method-Signatures-1.003019/t/ppi.t +Parse-Method-Signatures-1.003019/inc/ +Parse-Method-Signatures-1.003019/inc/Module/ +Parse-Method-Signatures-1.003019/inc/Module/AutoInstall.pm +Parse-Method-Signatures-1.003019/inc/Module/Install.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/ +Parse-Method-Signatures-1.003019/inc/Module/Install/Metadata.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Win32.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/AutoInstall.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Include.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/WriteAll.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Base.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Can.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Makefile.pm +Parse-Method-Signatures-1.003019/inc/Module/Install/Fetch.pm +Parse-Method-Signatures-1.003019/META.yml +Parse-Method-Signatures-1.003019/MANIFEST +Entering Parse-Method-Signatures-1.003019 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Parse-Method-Signatures-1.003019 ... Cannot determine perl version info from lib/Parse/Method/Signatures.pm +Warning: prerequisite Class::Load 0.19 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite MooseX::Traits 0.06 not found. +Warning: prerequisite MooseX::Types 0.17 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Warning: prerequisite MooseX::Types::Structured 0 not found. +Warning: prerequisite namespace::clean 0.10 not found. +*** Module::AutoInstall version 1.17 +*** Checking for Perl dependencies... +*** Since we're running under cpanminus, I'll just let it take care + of the dependency's installation later. +[Core Features] +- aliased ...loaded. (0.34) +- Test::More ...loaded. (1.302098) +- Test::Exception ...loaded. (0.43) +- Test::Differences ...loaded. (0.64) +- MooseX::Types::Structured ...missing. +- Class::Load ...missing. (would need 0.19) +- List::MoreUtils ...loaded. (0.425 >= 0.20) +- Moose ...missing. +- MooseX::Traits ...missing. (would need 0.06) +- MooseX::Types ...missing. (would need 0.17) +- MooseX::Types::Moose ...missing. +- MooseX::Types::Structured ...missing. +- namespace::clean ...missing. (would need 0.10) +- PPI ...loaded. (1.236 >= 1.203) +*** Module::AutoInstall configuration finished. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Parse::Method::Signatures +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Class::Load 0.19 ... No +Checking if you have PPI 1.203 ... Yes (1.236) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have List::MoreUtils 0.20 ... Yes (0.425) +Checking if you have Test::Differences 0 ... Yes (0.64) +Checking if you have Moose 2.0300 ... No +Checking if you have MooseX::Types::Structured 0 ... No +Checking if you have MooseX::Traits 0.06 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have MooseX::Types 0.17 ... No +Checking if you have aliased 0 ... Yes (0.34) +Checking if you have Test::Exception 0 ... Yes (0.43) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching Class::Load (0.19) on cpanmetadb ... +Unpacking Class-Load-0.24.tar.gz +OK +==> Found dependencies: Class::Load, MooseX::Types::Moose, namespace::clean, Moose, MooseX::Types::Structured, MooseX::Traits, MooseX::Types +--> Working on Class::Load +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Load-0.24.tar.gz ... OK +Class-Load-0.24/ +Class-Load-0.24/Changes +Class-Load-0.24/CONTRIBUTING +Class-Load-0.24/dist.ini +Class-Load-0.24/INSTALL +Class-Load-0.24/lib/ +Class-Load-0.24/LICENSE +Class-Load-0.24/Makefile.PL +Class-Load-0.24/MANIFEST +Class-Load-0.24/META.json +Class-Load-0.24/META.yml +Class-Load-0.24/README +Class-Load-0.24/t/ +Class-Load-0.24/xt/ +Class-Load-0.24/xt/author/ +Class-Load-0.24/xt/release/ +Class-Load-0.24/xt/release/changes_has_content.t +Class-Load-0.24/xt/release/cpan-changes.t +Class-Load-0.24/xt/release/distmeta.t +Class-Load-0.24/xt/release/minimum-version.t +Class-Load-0.24/xt/author/00-compile.t +Class-Load-0.24/xt/author/eol.t +Class-Load-0.24/xt/author/kwalitee.t +Class-Load-0.24/xt/author/mojibake.t +Class-Load-0.24/xt/author/no-tabs.t +Class-Load-0.24/xt/author/pod-spell.t +Class-Load-0.24/xt/author/pod-syntax.t +Class-Load-0.24/xt/author/portability.t +Class-Load-0.24/t/00-report-prereqs.dd +Class-Load-0.24/t/00-report-prereqs.t +Class-Load-0.24/t/000-load.t +Class-Load-0.24/t/001-is-class-loaded.t +Class-Load-0.24/t/002-try-load-class.t +Class-Load-0.24/t/003-load-class.t +Class-Load-0.24/t/004-load-double.t +Class-Load-0.24/t/005-load-optional.t +Class-Load-0.24/t/006-returned-error.t +Class-Load-0.24/t/007-first-existing.t +Class-Load-0.24/t/008-gvstash-bug.t +Class-Load-0.24/t/009-invalid-module-name.t +Class-Load-0.24/t/010-isa-false-positive.t +Class-Load-0.24/t/011-without-xs.t +Class-Load-0.24/t/012-without-implementation.t +Class-Load-0.24/t/013-errors.t +Class-Load-0.24/t/014-weird-constants.t +Class-Load-0.24/t/lib/ +Class-Load-0.24/t/lib/Class/ +Class-Load-0.24/t/lib/Test/ +Class-Load-0.24/t/lib/Test/Class/ +Class-Load-0.24/t/lib/Test/Class/Load.pm +Class-Load-0.24/t/lib/Class/Load/ +Class-Load-0.24/t/lib/Class/Load/Error/ +Class-Load-0.24/t/lib/Class/Load/OK.pm +Class-Load-0.24/t/lib/Class/Load/Stash/ +Class-Load-0.24/t/lib/Class/Load/Stash.pm +Class-Load-0.24/t/lib/Class/Load/SyntaxError.pm +Class-Load-0.24/t/lib/Class/Load/VersionCheck.pm +Class-Load-0.24/t/lib/Class/Load/VersionCheck2.pm +Class-Load-0.24/t/lib/Class/Load/Stash/Sub.pm +Class-Load-0.24/t/lib/Class/Load/Error/DieAfterBeginIsa.pm +Class-Load-0.24/t/lib/Class/Load/Error/DieAfterIsa.pm +Class-Load-0.24/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm +Class-Load-0.24/lib/Class/ +Class-Load-0.24/lib/Class/Load/ +Class-Load-0.24/lib/Class/Load.pm +Class-Load-0.24/lib/Class/Load/PP.pm +Entering Class-Load-0.24 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Class-Load-0.24 ... Warning: prerequisite Module::Implementation 0.04 not found. +Warning: prerequisite Module::Runtime 0.012 not found. +Warning: prerequisite Package::Stash 0.14 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Class::Load +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Module::Implementation 0.05 ... No +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have Data::OptList 0 ... Yes (0.110) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have base 0 ... Yes (2.26) +Checking if you have version 0.83 ... Yes (0.9918) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Package::Stash 0.23 ... No +Already tried Module::Implementation. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Package::Stash. Skipping. +! Installing the dependencies failed: Module 'Package::Stash' is not installed, Module 'Module::Runtime' is not installed, Module 'Module::Implementation' is not installed +! Bailing out the installation for Class-Load-0.24. +Already tried MooseX::Types::Moose. Skipping. +Already tried namespace::clean. Skipping. +Already tried Moose. Skipping. +Searching MooseX::Types::Structured (0) on cpanmetadb ... +Unpacking MooseX-Types-Structured-0.36.tar.gz +OK +==> Found dependencies: Module::Implementation, Module::Runtime, Package::Stash +--> Working on MooseX::Types::Structured +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-Structured-0.36.tar.gz ... OK +MooseX-Types-Structured-0.36/ +MooseX-Types-Structured-0.36/Build.PL +MooseX-Types-Structured-0.36/Changes +MooseX-Types-Structured-0.36/CONTRIBUTING +MooseX-Types-Structured-0.36/dist.ini +MooseX-Types-Structured-0.36/INSTALL +MooseX-Types-Structured-0.36/lib/ +MooseX-Types-Structured-0.36/LICENSE +MooseX-Types-Structured-0.36/Makefile.PL +MooseX-Types-Structured-0.36/MANIFEST +MooseX-Types-Structured-0.36/META.json +MooseX-Types-Structured-0.36/META.yml +MooseX-Types-Structured-0.36/README +MooseX-Types-Structured-0.36/t/ +MooseX-Types-Structured-0.36/xt/ +MooseX-Types-Structured-0.36/xt/author/ +MooseX-Types-Structured-0.36/xt/release/ +MooseX-Types-Structured-0.36/xt/release/changes_has_content.t +MooseX-Types-Structured-0.36/xt/release/cpan-changes.t +MooseX-Types-Structured-0.36/xt/release/distmeta.t +MooseX-Types-Structured-0.36/xt/release/minimum-version.t +MooseX-Types-Structured-0.36/xt/author/00-compile.t +MooseX-Types-Structured-0.36/xt/author/clean-namespaces.t +MooseX-Types-Structured-0.36/xt/author/eol.t +MooseX-Types-Structured-0.36/xt/author/kwalitee.t +MooseX-Types-Structured-0.36/xt/author/mojibake.t +MooseX-Types-Structured-0.36/xt/author/no-tabs.t +MooseX-Types-Structured-0.36/xt/author/pod-no404s.t +MooseX-Types-Structured-0.36/xt/author/pod-spell.t +MooseX-Types-Structured-0.36/xt/author/pod-syntax.t +MooseX-Types-Structured-0.36/xt/author/portability.t +MooseX-Types-Structured-0.36/xt/author/test-version.t +MooseX-Types-Structured-0.36/t/00-load.t +MooseX-Types-Structured-0.36/t/00-report-prereqs.dd +MooseX-Types-Structured-0.36/t/00-report-prereqs.t +MooseX-Types-Structured-0.36/t/01-basic.t +MooseX-Types-Structured-0.36/t/02-tuple.t +MooseX-Types-Structured-0.36/t/03-dict.t +MooseX-Types-Structured-0.36/t/04-combined.t +MooseX-Types-Structured-0.36/t/04-map.t +MooseX-Types-Structured-0.36/t/05-advanced.t +MooseX-Types-Structured-0.36/t/06-api.t +MooseX-Types-Structured-0.36/t/07-coerce.t +MooseX-Types-Structured-0.36/t/08-examples.t +MooseX-Types-Structured-0.36/t/09-optional.t +MooseX-Types-Structured-0.36/t/10-recursion.t +MooseX-Types-Structured-0.36/t/11-overflow.t +MooseX-Types-Structured-0.36/t/12-error.t +MooseX-Types-Structured-0.36/t/13-deeper_error.t +MooseX-Types-Structured-0.36/t/14-fully-qualified.t +MooseX-Types-Structured-0.36/t/bug-incorrect-message.t +MooseX-Types-Structured-0.36/t/bug-is-subtype.t +MooseX-Types-Structured-0.36/t/bug-mixed-stringy.t +MooseX-Types-Structured-0.36/t/bug-optional.t +MooseX-Types-Structured-0.36/t/regressions/ +MooseX-Types-Structured-0.36/t/zzz-check-breaks.t +MooseX-Types-Structured-0.36/t/regressions/01-is_type_of.t +MooseX-Types-Structured-0.36/lib/MooseX/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/MessageStack.pm +MooseX-Types-Structured-0.36/lib/MooseX/Types/Structured/OverflowHandler.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured/ +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured.pm +MooseX-Types-Structured-0.36/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm +Entering MooseX-Types-Structured-0.36 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Types-Structured-0.36 ... Creating new 'Build' script for 'MooseX-Types-Structured' version '0.36' +Checking dependencies from MYMETA.json ... +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Checking if you have Devel::PartialDump 0.13 ... No +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have overload 0 ... Yes (1.28) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Moose::Meta::TypeCoercion 0 ... No +Checking if you have Moose::Meta::TypeConstraint 0 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have DateTime 1.00 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Meta::TypeConstraint::Parameterizable 0 ... No +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have MooseX::Types 0.22 ... No +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have if 0 ... Yes (0.0607) +Already tried namespace::clean. Skipping. +Searching Devel::PartialDump (0.13) on cpanmetadb ... +Unpacking Devel-PartialDump-0.20.tar.gz +OK +==> Found dependencies: namespace::clean, Devel::PartialDump, Moose::Meta::TypeCoercion, Moose::Meta::TypeConstraint, Moose, MooseX::Types::Moose, DateTime, Moose::Meta::TypeConstraint::Parameterizable, MooseX::Types, Moose::Util::TypeConstraints +--> Working on Devel::PartialDump +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Devel-PartialDump-0.20.tar.gz ... OK +Devel-PartialDump-0.20/ +Devel-PartialDump-0.20/Changes +Devel-PartialDump-0.20/CONTRIBUTING +Devel-PartialDump-0.20/dist.ini +Devel-PartialDump-0.20/INSTALL +Devel-PartialDump-0.20/lib/ +Devel-PartialDump-0.20/LICENCE +Devel-PartialDump-0.20/Makefile.PL +Devel-PartialDump-0.20/MANIFEST +Devel-PartialDump-0.20/META.json +Devel-PartialDump-0.20/META.yml +Devel-PartialDump-0.20/README +Devel-PartialDump-0.20/t/ +Devel-PartialDump-0.20/xt/ +Devel-PartialDump-0.20/xt/author/ +Devel-PartialDump-0.20/xt/release/ +Devel-PartialDump-0.20/xt/release/changes_has_content.t +Devel-PartialDump-0.20/xt/release/cpan-changes.t +Devel-PartialDump-0.20/xt/release/distmeta.t +Devel-PartialDump-0.20/xt/release/minimum-version.t +Devel-PartialDump-0.20/xt/author/00-compile.t +Devel-PartialDump-0.20/xt/author/clean-namespaces.t +Devel-PartialDump-0.20/xt/author/eol.t +Devel-PartialDump-0.20/xt/author/kwalitee.t +Devel-PartialDump-0.20/xt/author/mojibake.t +Devel-PartialDump-0.20/xt/author/no-tabs.t +Devel-PartialDump-0.20/xt/author/pod-no404s.t +Devel-PartialDump-0.20/xt/author/pod-spell.t +Devel-PartialDump-0.20/xt/author/pod-syntax.t +Devel-PartialDump-0.20/xt/author/portability.t +Devel-PartialDump-0.20/t/00-report-prereqs.dd +Devel-PartialDump-0.20/t/00-report-prereqs.t +Devel-PartialDump-0.20/t/basic.t +Devel-PartialDump-0.20/t/exports.t +Devel-PartialDump-0.20/t/objects.t +Devel-PartialDump-0.20/lib/Devel/ +Devel-PartialDump-0.20/lib/Devel/PartialDump.pm +Entering Devel-PartialDump-0.20 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-PartialDump-0.20 ... Warning: prerequisite namespace::clean 0.19 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::PartialDump +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ok 0 ... Yes (1.302098) +Checking if you have namespace::clean 0.20 ... No +Checking if you have overload 0 ... Yes (1.28) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Class::Tiny 0 ... Yes (1.006) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have if 0 ... Yes (0.0607) +Already tried namespace::clean. Skipping. +! Installing the dependencies failed: Module 'namespace::clean' is not installed +! Bailing out the installation for Devel-PartialDump-0.20. +Searching Moose::Meta::TypeCoercion (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching Moose::Meta::TypeConstraint (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Moose. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Already tried DateTime. Skipping. +Searching Moose::Meta::TypeConstraint::Parameterizable (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried MooseX::Types. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +! Installing the dependencies failed: Module 'MooseX::Types' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'DateTime' is not installed, Module 'Moose::Meta::TypeConstraint::Parameterizable' is not installed, Module 'Moose::Meta::TypeConstraint' is not installed, Module 'Moose::Meta::TypeCoercion' is not installed, Module 'Moose' is not installed, Module 'namespace::clean' is not installed, Module 'Devel::PartialDump' is not installed +! Bailing out the installation for MooseX-Types-Structured-0.36. +Searching MooseX::Traits (0.06) on cpanmetadb ... +Unpacking MooseX-Traits-0.13.tar.gz +OK +==> Found dependencies: namespace::clean +--> Working on MooseX::Traits +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Traits-0.13.tar.gz ... OK +MooseX-Traits-0.13/ +MooseX-Traits-0.13/Build.PL +MooseX-Traits-0.13/Changes +MooseX-Traits-0.13/CONTRIBUTING +MooseX-Traits-0.13/dist.ini +MooseX-Traits-0.13/INSTALL +MooseX-Traits-0.13/lib/ +MooseX-Traits-0.13/LICENSE +MooseX-Traits-0.13/Makefile.PL +MooseX-Traits-0.13/MANIFEST +MooseX-Traits-0.13/META.json +MooseX-Traits-0.13/META.yml +MooseX-Traits-0.13/README +MooseX-Traits-0.13/t/ +MooseX-Traits-0.13/xt/ +MooseX-Traits-0.13/xt/author/ +MooseX-Traits-0.13/xt/release/ +MooseX-Traits-0.13/xt/release/changes_has_content.t +MooseX-Traits-0.13/xt/release/cpan-changes.t +MooseX-Traits-0.13/xt/release/distmeta.t +MooseX-Traits-0.13/xt/release/minimum-version.t +MooseX-Traits-0.13/xt/release/pod-coverage.t +MooseX-Traits-0.13/xt/release/pod-no404s.t +MooseX-Traits-0.13/xt/release/pod-syntax.t +MooseX-Traits-0.13/xt/release/portability.t +MooseX-Traits-0.13/xt/author/00-compile.t +MooseX-Traits-0.13/xt/author/clean-namespaces.t +MooseX-Traits-0.13/xt/author/eol.t +MooseX-Traits-0.13/xt/author/kwalitee.t +MooseX-Traits-0.13/xt/author/mojibake.t +MooseX-Traits-0.13/xt/author/no-tabs.t +MooseX-Traits-0.13/xt/author/pod-spell.t +MooseX-Traits-0.13/t/00-load.t +MooseX-Traits-0.13/t/00-report-prereqs.dd +MooseX-Traits-0.13/t/00-report-prereqs.t +MooseX-Traits-0.13/t/basic.t +MooseX-Traits-0.13/t/class.t +MooseX-Traits-0.13/t/parameterized.t +MooseX-Traits-0.13/t/subclass.t +MooseX-Traits-0.13/t/with-traits.t +MooseX-Traits-0.13/t/zzz-check-breaks.t +MooseX-Traits-0.13/lib/MooseX/ +MooseX-Traits-0.13/lib/MooseX/Traits/ +MooseX-Traits-0.13/lib/MooseX/Traits.pm +MooseX-Traits-0.13/lib/MooseX/Traits/Util.pm +Entering MooseX-Traits-0.13 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Traits-0.13 ... Creating new 'Build' script for 'MooseX-Traits' version '0.13' +Checking dependencies from MYMETA.json ... +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have warnings::register 0 ... Yes (1.04) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Class::Load 0.19 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have ok 0 ... Yes (1.302098) +Checking if you have strict 0 ... Yes (1.11) +Already tried Moose. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Role. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried Class::Load. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Moose' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Class::Load' is not installed +! Bailing out the installation for MooseX-Traits-0.13. +Already tried MooseX::Types. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'MooseX::Traits' is not installed, Module 'MooseX::Types' is not installed, Module 'Class::Load' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'namespace::clean' is not installed +! Bailing out the installation for Parse-Method-Signatures-1.003019. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried Moose::Role. Skipping. +Already tried Moose::Meta::Class. Skipping. +Searching MooseX::Method::Signatures (0.36) on cpanmetadb ... +Unpacking MooseX-Method-Signatures-0.49.tar.gz +OK +==> Found dependencies: Moose, namespace::autoclean, Moose::Role, MooseX::Role::Parameterized, Class::Load +--> Working on MooseX::Method::Signatures +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Method-Signatures-0.49.tar.gz ... OK +MooseX-Method-Signatures-0.49/ +MooseX-Method-Signatures-0.49/Build.PL +MooseX-Method-Signatures-0.49/Changes +MooseX-Method-Signatures-0.49/CONTRIBUTING +MooseX-Method-Signatures-0.49/dist.ini +MooseX-Method-Signatures-0.49/INSTALL +MooseX-Method-Signatures-0.49/lib/ +MooseX-Method-Signatures-0.49/LICENCE +MooseX-Method-Signatures-0.49/Makefile.PL +MooseX-Method-Signatures-0.49/MANIFEST +MooseX-Method-Signatures-0.49/META.json +MooseX-Method-Signatures-0.49/META.yml +MooseX-Method-Signatures-0.49/README +MooseX-Method-Signatures-0.49/t/ +MooseX-Method-Signatures-0.49/xt/ +MooseX-Method-Signatures-0.49/xt/author/ +MooseX-Method-Signatures-0.49/xt/release/ +MooseX-Method-Signatures-0.49/xt/release/changes_has_content.t +MooseX-Method-Signatures-0.49/xt/release/cpan-changes.t +MooseX-Method-Signatures-0.49/xt/release/distmeta.t +MooseX-Method-Signatures-0.49/xt/release/minimum-version.t +MooseX-Method-Signatures-0.49/xt/release/pod-no404s.t +MooseX-Method-Signatures-0.49/xt/release/pod-syntax.t +MooseX-Method-Signatures-0.49/xt/release/portability.t +MooseX-Method-Signatures-0.49/xt/author/00-compile.t +MooseX-Method-Signatures-0.49/xt/author/clean-namespaces.t +MooseX-Method-Signatures-0.49/xt/author/eol.t +MooseX-Method-Signatures-0.49/xt/author/kwalitee.t +MooseX-Method-Signatures-0.49/xt/author/mojibake.t +MooseX-Method-Signatures-0.49/xt/author/no-tabs.t +MooseX-Method-Signatures-0.49/xt/author/pod-spell.t +MooseX-Method-Signatures-0.49/xt/author/transactional-authorized.t +MooseX-Method-Signatures-0.49/t/00-load.t +MooseX-Method-Signatures-0.49/t/00-report-prereqs.dd +MooseX-Method-Signatures-0.49/t/00-report-prereqs.t +MooseX-Method-Signatures-0.49/t/attributes.t +MooseX-Method-Signatures-0.49/t/basic.t +MooseX-Method-Signatures-0.49/t/caller.t +MooseX-Method-Signatures-0.49/t/closure.t +MooseX-Method-Signatures-0.49/t/declarators.t +MooseX-Method-Signatures-0.49/t/errors.t +MooseX-Method-Signatures-0.49/t/eval.t +MooseX-Method-Signatures-0.49/t/lib/ +MooseX-Method-Signatures-0.49/t/list.t +MooseX-Method-Signatures-0.49/t/meta.t +MooseX-Method-Signatures-0.49/t/method-trait.t +MooseX-Method-Signatures-0.49/t/named_defaults.t +MooseX-Method-Signatures-0.49/t/no_signature.t +MooseX-Method-Signatures-0.49/t/placeholders.t +MooseX-Method-Signatures-0.49/t/precedence.t +MooseX-Method-Signatures-0.49/t/quoted_name.t +MooseX-Method-Signatures-0.49/t/return_value.t +MooseX-Method-Signatures-0.49/t/signatures.t +MooseX-Method-Signatures-0.49/t/sigs-optional.t +MooseX-Method-Signatures-0.49/t/structured.t +MooseX-Method-Signatures-0.49/t/synopsis.t +MooseX-Method-Signatures-0.49/t/too_many_args.t +MooseX-Method-Signatures-0.49/t/traits.t +MooseX-Method-Signatures-0.49/t/type_alias.t +MooseX-Method-Signatures-0.49/t/types.t +MooseX-Method-Signatures-0.49/t/undef_method_arg.t +MooseX-Method-Signatures-0.49/t/undef_method_arg2.t +MooseX-Method-Signatures-0.49/t/where.t +MooseX-Method-Signatures-0.49/t/zzz-check-breaks.t +MooseX-Method-Signatures-0.49/t/lib/InvalidCase01.pm +MooseX-Method-Signatures-0.49/t/lib/InvalidCase02.pm +MooseX-Method-Signatures-0.49/t/lib/MXMSLabeled.pm +MooseX-Method-Signatures-0.49/t/lib/MXMSMoody.pm +MooseX-Method-Signatures-0.49/t/lib/My/ +MooseX-Method-Signatures-0.49/t/lib/Redefined.pm +MooseX-Method-Signatures-0.49/t/lib/TestClass.pm +MooseX-Method-Signatures-0.49/t/lib/TestClassTrait.pm +MooseX-Method-Signatures-0.49/t/lib/TestClassWithMxTypes.pm +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/Name/ +MooseX-Method-Signatures-0.49/t/lib/My/Annoyingly/Long/Name/Space.pm +MooseX-Method-Signatures-0.49/lib/MooseX/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures.pm +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Meta/ +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Types.pm +MooseX-Method-Signatures-0.49/lib/MooseX/Method/Signatures/Meta/Method.pm +Entering MooseX-Method-Signatures-0.49 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-Method-Signatures-0.49 ... Creating new 'Build' script for 'MooseX-Method-Signatures' version '0.49' +Checking dependencies from MYMETA.json ... +Checking if you have attributes 0 ... Yes (0.31) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have MooseX::LazyRequire 0.06 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have metaclass 0 ... No +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have MooseX::Meta::TypeConstraint::ForceCoercion 0 ... No +Checking if you have Devel::Declare 0.005011 ... No +Checking if you have MooseX::Types::Structured 0.24 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Text::Balanced 0 ... Yes (2.03) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have namespace::clean 0.20 ... No +Checking if you have MooseX::Types 0.35 ... No +Checking if you have Eval::Closure 0 ... Yes (0.14) +Checking if you have Parse::Method::Signatures 1.003014 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Parse::Method::Signatures::Param::Named 0 ... No +Checking if you have Context::Preserve 0 ... Yes (0.02) +Checking if you have Parse::Method::Signatures::TypeConstraint 0 ... No +Checking if you have if 0 ... Yes (0.0607) +Checking if you have Moose::Meta::Method 0 ... No +Checking if you have Task::Weaken 0 ... Yes (1.04) +Checking if you have Parse::Method::Signatures::Param::Placeholder 0 ... No +Checking if you have Moose::Meta::Class 0 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Parse::Method::Signatures::Types 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have aliased 0 ... Yes (0.34) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Moose::Util 0 ... No +Checking if you have Test::Moose 0 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have MooseX::Types::Util 0 ... No +Checking if you have Test::Deep 0 ... Yes (1.127) +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Devel::Declare::Context::Simple 0 ... No +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Already tried Moose::Util::TypeConstraints. Skipping. +Searching MooseX::LazyRequire (0.06) on cpanmetadb ... +Unpacking MooseX-LazyRequire-0.11.tar.gz +OK +==> Found dependencies: Moose::Util::TypeConstraints, MooseX::LazyRequire, MooseX::Types::Moose, metaclass, MooseX::Meta::TypeConstraint::ForceCoercion, Devel::Declare, MooseX::Types::Structured, namespace::clean, MooseX::Types, Parse::Method::Signatures, namespace::autoclean, Parse::Method::Signatures::Param::Named, Parse::Method::Signatures::TypeConstraint, Moose::Meta::Method, Parse::Method::Signatures::Param::Placeholder, Moose::Meta::Class, Moose::Role, Parse::Method::Signatures::Types, Module::Runtime, Moose::Util, Test::Moose, MooseX::Types::Util, Moose, Devel::Declare::Context::Simple, B::Hooks::EndOfScope +--> Working on MooseX::LazyRequire +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-LazyRequire-0.11.tar.gz ... OK +MooseX-LazyRequire-0.11/ +MooseX-LazyRequire-0.11/Build.PL +MooseX-LazyRequire-0.11/Changes +MooseX-LazyRequire-0.11/CONTRIBUTING +MooseX-LazyRequire-0.11/dist.ini +MooseX-LazyRequire-0.11/INSTALL +MooseX-LazyRequire-0.11/lib/ +MooseX-LazyRequire-0.11/LICENSE +MooseX-LazyRequire-0.11/Makefile.PL +MooseX-LazyRequire-0.11/MANIFEST +MooseX-LazyRequire-0.11/META.json +MooseX-LazyRequire-0.11/META.yml +MooseX-LazyRequire-0.11/README +MooseX-LazyRequire-0.11/t/ +MooseX-LazyRequire-0.11/weaver.ini +MooseX-LazyRequire-0.11/xt/ +MooseX-LazyRequire-0.11/xt/author/ +MooseX-LazyRequire-0.11/xt/release/ +MooseX-LazyRequire-0.11/xt/release/changes_has_content.t +MooseX-LazyRequire-0.11/xt/release/clean-namespaces.t +MooseX-LazyRequire-0.11/xt/release/cpan-changes.t +MooseX-LazyRequire-0.11/xt/release/distmeta.t +MooseX-LazyRequire-0.11/xt/release/eol.t +MooseX-LazyRequire-0.11/xt/release/kwalitee.t +MooseX-LazyRequire-0.11/xt/release/minimum-version.t +MooseX-LazyRequire-0.11/xt/release/mojibake.t +MooseX-LazyRequire-0.11/xt/release/no-tabs.t +MooseX-LazyRequire-0.11/xt/release/pod-coverage.t +MooseX-LazyRequire-0.11/xt/release/pod-no404s.t +MooseX-LazyRequire-0.11/xt/release/pod-syntax.t +MooseX-LazyRequire-0.11/xt/release/portability.t +MooseX-LazyRequire-0.11/xt/author/00-compile.t +MooseX-LazyRequire-0.11/xt/author/pod-spell.t +MooseX-LazyRequire-0.11/t/00-report-prereqs.dd +MooseX-LazyRequire-0.11/t/00-report-prereqs.t +MooseX-LazyRequire-0.11/t/basic.t +MooseX-LazyRequire-0.11/t/rt76054_inheritance.t +MooseX-LazyRequire-0.11/t/zzz-check-breaks.t +MooseX-LazyRequire-0.11/lib/MooseX/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire.pm +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/Trait/ +MooseX-LazyRequire-0.11/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm +Entering MooseX-LazyRequire-0.11 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring MooseX-LazyRequire-0.11 ... Congratulations, your toolchain understands 'configure_requires'! + +Creating new 'Build' script for 'MooseX-LazyRequire' version '0.11' +Checking dependencies from MYMETA.json ... +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have aliased 0.30 ... Yes (0.34) +Checking if you have Moose::Exporter 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Carp 0 ... Yes (1.43) +Already tried Moose. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Exporter. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'namespace::autoclean' is not installed, Module 'Moose::Exporter' is not installed, Module 'Moose' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for MooseX-LazyRequire-0.11. +Already tried MooseX::Types::Moose. Skipping. +Searching metaclass (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Searching MooseX::Meta::TypeConstraint::ForceCoercion (0) on cpanmetadb ... +Unpacking MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz +OK +==> Found dependencies: Moose, namespace::autoclean, Moose::Exporter, Moose::Role +--> Working on MooseX::Meta::TypeConstraint::ForceCoercion +Fetching http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz ... OK +MooseX-Meta-TypeConstraint-ForceCoercion-0.01 +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/Changes +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/dist.ini +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/t +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/t/basic.t +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/lib/MooseX/Meta/TypeConstraint +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/lib/MooseX/Meta/TypeConstraint/ForceCoercion.pm +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/META.yml +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/LICENSE +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/README +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/Makefile.PL +MooseX-Meta-TypeConstraint-ForceCoercion-0.01/MANIFEST +Entering MooseX-Meta-TypeConstraint-ForceCoercion-0.01 +Checking configure dependencies from META.yml +Running Makefile.PL +Configuring MooseX-Meta-TypeConstraint-ForceCoercion-0.01 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Meta::TypeConstraint::ForceCoercion +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Already tried namespace::autoclean. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-Meta-TypeConstraint-ForceCoercion-0.01. +Searching Devel::Declare (0.005011) on cpanmetadb ... +Unpacking Devel-Declare-0.006019.tar.gz +OK +==> Found dependencies: namespace::autoclean, Moose +--> Working on Devel::Declare +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Devel-Declare-0.006019.tar.gz ... OK +Devel-Declare-0.006019/ +Devel-Declare-0.006019/Changes +Devel-Declare-0.006019/Declare.xs +Devel-Declare-0.006019/MANIFEST +Devel-Declare-0.006019/META.json +Devel-Declare-0.006019/META.yml +Devel-Declare-0.006019/Makefile.PL +Devel-Declare-0.006019/README +Devel-Declare-0.006019/lib/ +Devel-Declare-0.006019/maint/ +Devel-Declare-0.006019/stolen_chunk_of_toke.c +Devel-Declare-0.006019/t/ +Devel-Declare-0.006019/t/00load.t +Devel-Declare-0.006019/t/block_size.t +Devel-Declare-0.006019/t/build_sub_installer.t +Devel-Declare-0.006019/t/combi.t +Devel-Declare-0.006019/t/ctx-simple-like-mxms.t +Devel-Declare-0.006019/t/ctx-simple.t +Devel-Declare-0.006019/t/debug.pl +Devel-Declare-0.006019/t/debug.t +Devel-Declare-0.006019/t/devel_callparser.t +Devel-Declare-0.006019/t/early0.t +Devel-Declare-0.006019/t/early1.t +Devel-Declare-0.006019/t/early1_x.pm +Devel-Declare-0.006019/t/early2.t +Devel-Declare-0.006019/t/eval.t +Devel-Declare-0.006019/t/fail.t +Devel-Declare-0.006019/t/filter0.t +Devel-Declare-0.006019/t/filter1.t +Devel-Declare-0.006019/t/lines.t +Devel-Declare-0.006019/t/load_module.t +Devel-Declare-0.006019/t/methinstaller-simple.t +Devel-Declare-0.006019/t/method-installer-redefine.t +Devel-Declare-0.006019/t/method-installer-runtime.t +Devel-Declare-0.006019/t/method-no-semi.t +Devel-Declare-0.006019/t/method.t +Devel-Declare-0.006019/t/multiline-proto.t +Devel-Declare-0.006019/t/new.t +Devel-Declare-0.006019/t/no-bareword.t +Devel-Declare-0.006019/t/pack.t +Devel-Declare-0.006019/t/padstuff.t +Devel-Declare-0.006019/t/proto.t +Devel-Declare-0.006019/t/quote.t +Devel-Declare-0.006019/t/scanstr.t +Devel-Declare-0.006019/t/scanstr_fail.t +Devel-Declare-0.006019/t/simple.t +Devel-Declare-0.006019/t/statement.t +Devel-Declare-0.006019/t/sugar.t +Devel-Declare-0.006019/maint/Makefile.PL.include +Devel-Declare-0.006019/maint/Makefile.include +Devel-Declare-0.006019/lib/Devel/ +Devel-Declare-0.006019/lib/Devel/Declare/ +Devel-Declare-0.006019/lib/Devel/Declare.pm +Devel-Declare-0.006019/lib/Devel/Declare/Context/ +Devel-Declare-0.006019/lib/Devel/Declare/MethodInstaller/ +Devel-Declare-0.006019/lib/Devel/Declare/MethodInstaller/Simple.pm +Devel-Declare-0.006019/lib/Devel/Declare/Context/Simple.pm +Entering Devel-Declare-0.006019 +Checking configure dependencies from META.json +Checking if you have ExtUtils::Depends 0.302 ... Yes (0.405) +Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.22) +Running Makefile.PL +Configuring Devel-Declare-0.006019 ... Warning: prerequisite B::Hooks::EndOfScope 0.05 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::Declare +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.22) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Sub::Name 0 ... Yes (0.21) +Checking if you have B::Hooks::EndOfScope 0.12 ... No +Already tried B::Hooks::EndOfScope. Skipping. +! Installing the dependencies failed: Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for Devel-Declare-0.006019. +Already tried MooseX::Types::Structured. Skipping. +Already tried namespace::clean. Skipping. +Already tried MooseX::Types. Skipping. +Searching Parse::Method::Signatures (1.003014) on cpanmetadb ... +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried namespace::autoclean. Skipping. +Searching Parse::Method::Signatures::Param::Named (0) on cpanmetadb ... +Already tried Parse-Method-Signatures-1.003019. Skipping. +Searching Parse::Method::Signatures::TypeConstraint (0) on cpanmetadb ... +Already tried Parse-Method-Signatures-1.003019. Skipping. +Searching Moose::Meta::Method (0) on cpanmetadb ... +Already tried Moose-2.2006. Skipping. +Already tried Parse::Method::Signatures::Param::Placeholder. Skipping. +Already tried Moose::Meta::Class. Skipping. +Already tried Moose::Role. Skipping. +Searching Parse::Method::Signatures::Types (0) on cpanmetadb ... +Already tried Parse-Method-Signatures-1.003019. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Moose::Util. Skipping. +Already tried Test::Moose. Skipping. +Searching MooseX::Types::Util (0) on cpanmetadb ... +Already tried MooseX-Types-0.50. Skipping. +Already tried Moose. Skipping. +Searching Devel::Declare::Context::Simple (0) on cpanmetadb ... +Already tried Devel-Declare-0.006019. Skipping. +Already tried B::Hooks::EndOfScope. Skipping. +! Installing the dependencies failed: Module 'Moose::Util::TypeConstraints' is not installed, Module 'MooseX::LazyRequire' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'metaclass' is not installed, Module 'MooseX::Meta::TypeConstraint::ForceCoercion' is not installed, Module 'Devel::Declare' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'namespace::clean' is not installed, Module 'MooseX::Types' is not installed, Module 'Parse::Method::Signatures' is not installed, Module 'namespace::autoclean' is not installed, Module 'Parse::Method::Signatures::Param::Named' is not installed, Module 'Parse::Method::Signatures::TypeConstraint' is not installed, Module 'Moose::Meta::Method' is not installed, Module 'Parse::Method::Signatures::Param::Placeholder' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'Moose::Role' is not installed, Module 'Parse::Method::Signatures::Types' is not installed, Module 'Moose::Util' is not installed, Module 'Module::Runtime' is not installed, Module 'Test::Moose' is not installed, Module 'MooseX::Types::Util' is not installed, Module 'Moose' is not installed, Module 'Devel::Declare::Context::Simple' is not installed, Module 'B::Hooks::EndOfScope' is not installed +! Bailing out the installation for MooseX-Method-Signatures-0.49. +Already tried Parse::Method::Signatures. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching MooseX::Method::Signatures::Types (0) on cpanmetadb ... +Already tried MooseX-Method-Signatures-0.49. Skipping. +Already tried Devel::Declare::Context::Simple. Skipping. +Searching MooseX::Method::Signatures::Meta::Method (0) on cpanmetadb ... +Already tried MooseX-Method-Signatures-0.49. Skipping. +Already tried namespace::clean. Skipping. +Already tried Module::Runtime. Skipping. +Already tried Moose::Util. Skipping. +Already tried Test::Moose. Skipping. +Already tried Devel::Declare. Skipping. +Already tried MooseX::Types::Structured. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose::Util::TypeConstraints' is not installed, Module 'MooseX::Method::Signatures::Types' is not installed, Module 'namespace::autoclean' is not installed, Module 'Parse::Method::Signatures' is not installed, Module 'MooseX::Method::Signatures' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Moose::Role' is not installed, Module 'Moose::Meta::Class' is not installed, Module 'Parse::Method::Signatures::Param::Placeholder' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Types::Structured' is not installed, Module 'Moose' is not installed, Module 'Devel::Declare' is not installed, Module 'Test::Moose' is not installed, Module 'Module::Runtime' is not installed, Module 'Moose::Util' is not installed, Module 'Devel::Declare::Context::Simple' is not installed, Module 'MooseX::Method::Signatures::Meta::Method' is not installed, Module 'namespace::clean' is not installed +! Bailing out the installation for MooseX-Declare-0.43. +Already tried DateTime. Skipping. +Searching Cpanel::JSON::XS (0) on cpanmetadb ... +Unpacking Cpanel-JSON-XS-3.0239.tar.gz +OK +==> Found dependencies: B::Hooks::EndOfScope +--> Working on Cpanel::JSON::XS +Fetching http://www.cpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-3.0239.tar.gz ... OK +Cpanel-JSON-XS-3.0239/ +Cpanel-JSON-XS-3.0239/.appveyor.yml +Cpanel-JSON-XS-3.0239/.travis.yml +Cpanel-JSON-XS-3.0239/bin/ +Cpanel-JSON-XS-3.0239/bin/cpanel_json_xs +Cpanel-JSON-XS-3.0239/Changes +Cpanel-JSON-XS-3.0239/COPYING +Cpanel-JSON-XS-3.0239/eg/ +Cpanel-JSON-XS-3.0239/eg/bench +Cpanel-JSON-XS-3.0239/Makefile.PL +Cpanel-JSON-XS-3.0239/MANIFEST +Cpanel-JSON-XS-3.0239/META.json +Cpanel-JSON-XS-3.0239/META.yml +Cpanel-JSON-XS-3.0239/ppport.h +Cpanel-JSON-XS-3.0239/README +Cpanel-JSON-XS-3.0239/SIGNATURE +Cpanel-JSON-XS-3.0239/t/ +Cpanel-JSON-XS-3.0239/t/00_load.t +Cpanel-JSON-XS-3.0239/t/01_utf8.t +Cpanel-JSON-XS-3.0239/t/02_error.t +Cpanel-JSON-XS-3.0239/t/03_types.t +Cpanel-JSON-XS-3.0239/t/04_dwiw_encode.t +Cpanel-JSON-XS-3.0239/t/05_dwiw_decode.t +Cpanel-JSON-XS-3.0239/t/06_pc_pretty.t +Cpanel-JSON-XS-3.0239/t/07_pc_esc.t +Cpanel-JSON-XS-3.0239/t/08_pc_base.t +Cpanel-JSON-XS-3.0239/t/08_pc_base_nv.t +Cpanel-JSON-XS-3.0239/t/09_pc_extra_number.t +Cpanel-JSON-XS-3.0239/t/104_sortby.t +Cpanel-JSON-XS-3.0239/t/105_esc_slash.t +Cpanel-JSON-XS-3.0239/t/106_allow_barekey.t +Cpanel-JSON-XS-3.0239/t/107_allow_singlequote.t +Cpanel-JSON-XS-3.0239/t/108_decode.t +Cpanel-JSON-XS-3.0239/t/109_encode.t +Cpanel-JSON-XS-3.0239/t/10_pc_keysort.t +Cpanel-JSON-XS-3.0239/t/110_bignum.t +Cpanel-JSON-XS-3.0239/t/112_upgrade.t +Cpanel-JSON-XS-3.0239/t/113_overloaded_eq.t +Cpanel-JSON-XS-3.0239/t/114_decode_prefix.t +Cpanel-JSON-XS-3.0239/t/115_tie_ixhash.t +Cpanel-JSON-XS-3.0239/t/116_incr_parse_fixed.t +Cpanel-JSON-XS-3.0239/t/117_numbers.t +Cpanel-JSON-XS-3.0239/t/11_pc_expo.t +Cpanel-JSON-XS-3.0239/t/12_blessed.t +Cpanel-JSON-XS-3.0239/t/13_limit.t +Cpanel-JSON-XS-3.0239/t/14_latin1.t +Cpanel-JSON-XS-3.0239/t/15_prefix.t +Cpanel-JSON-XS-3.0239/t/16_tied.t +Cpanel-JSON-XS-3.0239/t/17_relaxed.t +Cpanel-JSON-XS-3.0239/t/18_json_checker.t +Cpanel-JSON-XS-3.0239/t/19_incr.t +Cpanel-JSON-XS-3.0239/t/20_faihu.t +Cpanel-JSON-XS-3.0239/t/20_unknown.t +Cpanel-JSON-XS-3.0239/t/21_evans.t +Cpanel-JSON-XS-3.0239/t/22_comment_at_eof.t +Cpanel-JSON-XS-3.0239/t/23_array_ctx.t +Cpanel-JSON-XS-3.0239/t/24_freeze_recursion.t +Cpanel-JSON-XS-3.0239/t/25_boolean.t +Cpanel-JSON-XS-3.0239/t/26_duplicate.t +Cpanel-JSON-XS-3.0239/t/30_jsonspec.t +Cpanel-JSON-XS-3.0239/t/31_bom.t +Cpanel-JSON-XS-3.0239/t/52_object.t +Cpanel-JSON-XS-3.0239/t/53_readonly.t +Cpanel-JSON-XS-3.0239/t/54_stringify.t +Cpanel-JSON-XS-3.0239/t/55_modifiable.t +Cpanel-JSON-XS-3.0239/t/96_interop.t +Cpanel-JSON-XS-3.0239/t/96_interop_pp.t +Cpanel-JSON-XS-3.0239/t/96_mojo.t +Cpanel-JSON-XS-3.0239/t/97_unshare_hek.t +Cpanel-JSON-XS-3.0239/t/98_56only.t +Cpanel-JSON-XS-3.0239/t/99_binary.t +Cpanel-JSON-XS-3.0239/t/_unicode_handling.pm +Cpanel-JSON-XS-3.0239/t/appveyor-test.bat +Cpanel-JSON-XS-3.0239/t/gh70-asan.t +Cpanel-JSON-XS-3.0239/t/test_parsing/ +Cpanel-JSON-XS-3.0239/t/test_parsing/i_number_neg_int_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_number_pos_double_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_object_key_lone_2nd_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_1st_surrogate_but_2nd_missing.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_1st_valid_surrogate_2nd_invalid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogate_and_escape_valid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogate_pair.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_incomplete_surrogates_escape_valid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_inverted_surrogates_U+1D11E.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_lone_second_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_not_in_unicode_range.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_truncated-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+10FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+1FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+FDD0_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_unicode_U+FFFE_nonchar.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-16_invalid_lonely_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-16_invalid_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_string_UTF-8_invalid_sequence.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_structure_500_nested_arrays.json +Cpanel-JSON-XS-3.0239/t/test_parsing/i_structure_UTF-8_BOM_empty_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_1_true_without_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_a_invalid_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_colon_instead_of_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_comma_after_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_comma_and_number.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_double_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_double_extra_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_extra_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_extra_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_incomplete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_incomplete_invalid_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_inner_array_no_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_invalid_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_items_separated_by_semicolon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_just_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_just_minus.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_missing_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_newlines_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_number_and_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_number_and_several_commas.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_spaces_vertical_tab_formfeed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_star_inside.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_with_new_lines.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_array_unclosed_with_object_inside.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_incomplete_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_++.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_+1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_+Inf.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-01.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-1.0..json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-2..json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_-NaN.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_.-1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_.2e-3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.1.2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.3e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.3e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0.e1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0_capital_E+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0_capital_E.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_0e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e-.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1.0e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1_000.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_1eE2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e+3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e-3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_2.e3.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_9.e+.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_expression.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_hex_1_digit.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_hex_2_digits.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_Inf.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_infinity.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid+-.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-negative-real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-bigger-int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_invalid-utf-8-in-int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_infinity.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_sign_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_minus_space_1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_NaN.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_int_starting_with_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_real_without_int_part.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_neg_with_garbage_at_end.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_garbage_after_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_with_invalid_utf8_after_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_real_without_fractional_part.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_starting_with_dot.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_then_00.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_U+FF11_fullwidth_digit_one.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_alpha.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_alpha_char.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_number_with_leading_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_bad_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_bracket_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_comma_instead_of_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_double_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_emoji.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_garbage_at_end.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_key_with_single_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_semicolon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_missing_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_no-colon.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_non_string_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_non_string_key_but_huge_number_instead.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_pi_in_key_and_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_repeated_null_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_several_trailing_commas.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_single_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_slash_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_trailing_comment_slash_open_incomplete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_two_commas_in_a_row.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_unquoted_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_unterminated-value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_with_single_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_object_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_single_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_1_surrogate_then_escape_u1x.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_accentuated_char_no_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_backslash_00.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escape_x.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_backslash_bad.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_ctrl_char_tab.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_escaped_emoji.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_escaped_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_incomplete_surrogate_escape_invalid.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid-utf-8-in-escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_backslash_esc.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_unicode_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_invalid_utf8_after_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_iso_latin_1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_leading_uescaped_thinspace.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_lone_utf8_continuation_byte.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_no_quotes_with_bad_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_2_bytes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_6_bytes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_overlong_sequence_6_bytes_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_doublequote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_single_string_no_double_quotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_start_escape_unclosed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_crtl_char.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unescaped_tab.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_unicode_CapitalU.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_UTF-16_incomplete_surrogate.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_UTF8_surrogate_U+D800.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_string_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_100000_opening_arrays.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_with_extra_array_close.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_array_with_unclosed_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_ascii-unicode-identifier.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_capitalized_True.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_close_unopened_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_comma_instead_of_closing_brace.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_double_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_end_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_incomplete_UTF8_BOM.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lone-invalid-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lone-open-bracket.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_lt.gt.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_ltnullgt.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_no_data.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_null-byte-outside-string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_number_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_followed_by_closing_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_unclosed_no_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_with_comment.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_object_with_trailing_garbage.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_apostrophe.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_open_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_open_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_array_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_close_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_comma.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_open_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_open_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_object_string_with_apostrophes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_open_open.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_single_point.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_single_star.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_trailing_#.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_U+2060_word_joined.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_uescaped_LF_before_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_partial_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_unfinished_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_array_unfinished_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unclosed_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_unicode-identifier.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_UTF8_BOM_no_data.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_whitespace_formfeed.json +Cpanel-JSON-XS-3.0239/t/test_parsing/n_structure_whitespace_U+2060_word_joiner.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_arraysWithSpaces.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_empty-string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_ending_with_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_heterogeneous.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_1_and_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_leading_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_several_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_array_with_trailing_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_0e+1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_0e1.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_after_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_double_close_to_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_double_huge_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_huge_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_int_with_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_minus_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_one.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_negative_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_capital_e_pos_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_fraction_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_neg_exp.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_neg_overflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_pos_exponent.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_pos_overflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_real_underflow.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_simple_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_simple_real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_too_big_neg_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_too_big_pos_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_number_very_big_negative_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_basic.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_duplicated_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_duplicated_key_and_value.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_empty_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_escaped_null_in_key.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_extreme_numbers.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_long_strings.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_simple.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_string_unicode.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_object_with_newlines.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_1_2_3_bytes_UTF-8_sequences.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_accepted_surrogate_pair.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_accepted_surrogate_pairs.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_allowed_escapes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_backslash_and_u_escaped_zero.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_backslash_doublequotes.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_comments.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_double_escape_a.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_double_escape_n.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_escaped_control_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_escaped_noncharacter.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_in_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_in_array_with_leading_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_last_surrogates_1_and_2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_newline_uescaped.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+10FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+1FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_nonCharacterInUTF-8_U+FFFF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_null_escape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_one-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_pi.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_simple_ascii.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_space.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_three-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_two-byte-utf-8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_u+2028_line_sep.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_u+2029_par_sep.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_uEscape.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unescaped_char_delete.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_2.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_escaped_double_quote.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_U+200B_ZERO_WIDTH_SPACE.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicode_U+2064_invisible_plus.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_unicodeEscapedBackslash.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_UTF-16_Surrogates_U+1D11E_MUSICAL_SYMBOL_G_CLEF.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf16.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf16be.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf32.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf32be.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_utf8.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_string_with_del_character.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_false.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_int.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_negative_real.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_null.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_string.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_lonely_true.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_string_empty.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_trailing_newline.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_true_in_array.json +Cpanel-JSON-XS-3.0239/t/test_parsing/y_structure_whitespace_array.json +Cpanel-JSON-XS-3.0239/t/test_transform/ +Cpanel-JSON-XS-3.0239/t/test_transform/number_1.0.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1.000000000000000005.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1000000000000000.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_10000000000000000999.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1e-999.json +Cpanel-JSON-XS-3.0239/t/test_transform/number_1e6.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_key_nfc_nfd.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_key_nfd_nfc.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_different_values.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_same_value.json +Cpanel-JSON-XS-3.0239/t/test_transform/object_same_key_unclear_values.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_1_escaped_invalid_codepoint.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_1_invalid_codepoint.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_2_escaped_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_2_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_3_escaped_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_3_invalid_codepoints.json +Cpanel-JSON-XS-3.0239/t/test_transform/string_with_escaped_NULL.json +Cpanel-JSON-XS-3.0239/t/z_kwalitee.t +Cpanel-JSON-XS-3.0239/t/z_leaktrace.t +Cpanel-JSON-XS-3.0239/t/z_meta.t +Cpanel-JSON-XS-3.0239/t/z_perl_minimum_version.t +Cpanel-JSON-XS-3.0239/t/z_pod-coverage.t +Cpanel-JSON-XS-3.0239/t/z_pod-spell-mistakes.t +Cpanel-JSON-XS-3.0239/t/z_pod-spelling.t +Cpanel-JSON-XS-3.0239/t/z_pod.t +Cpanel-JSON-XS-3.0239/t/zero-mojibake.t +Cpanel-JSON-XS-3.0239/typemap +Cpanel-JSON-XS-3.0239/XS/ +Cpanel-JSON-XS-3.0239/XS/Boolean.pm +Cpanel-JSON-XS-3.0239/XS.pm +Cpanel-JSON-XS-3.0239/XS.xs +Entering Cpanel-JSON-XS-3.0239 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Cpanel-JSON-XS-3.0239 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Cpanel::JSON::XS +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Pod::Text 2.08 ... Yes (4.09) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +OK +Building and testing Cpanel-JSON-XS-3.0239 ... cp XS/Boolean.pm blib/lib/Cpanel/JSON/XS/Boolean.pm +cp XS.pm blib/lib/Cpanel/JSON/XS.pm +Running Mkbootstrap for XS () +chmod 644 "XS.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507550277.9666/Cpanel-JSON-XS-3.0239/typemap' XS.xs > XS.xsc +mv XS.xsc XS.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.0239\" -DXS_VERSION=\"3.0239\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -Wall -Werror=declaration-after-statement -Wextra -W XS.c +XS.xs: In function ‘encode_sv’: +XS.xs:1426:7: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result] + (void)Gconvert (nv, NV_DIG, 0, enc->cur); +rm -f blib/arch/auto/Cpanel/JSON/XS/XS.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong XS.o -o blib/arch/auto/Cpanel/JSON/XS/XS.so \ + \ + +chmod 755 blib/arch/auto/Cpanel/JSON/XS/XS.so +cp bin/cpanel_json_xs blib/script/cpanel_json_xs +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanel_json_xs +Manifying 1 pod document +Manifying 2 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" -Mcommon::sense t/*.t +t/00_load.t ................. ok +t/01_utf8.t ................. ok +t/02_error.t ................ ok +t/03_types.t ................ ok +t/04_dwiw_encode.t .......... ok +t/05_dwiw_decode.t .......... ok +t/06_pc_pretty.t ............ ok +t/07_pc_esc.t ............... ok +t/08_pc_base.t .............. ok +t/08_pc_base_nv.t ........... ok +t/09_pc_extra_number.t ...... ok +t/104_sortby.t .............. ok +t/105_esc_slash.t ........... ok +t/106_allow_barekey.t ....... ok +t/107_allow_singlequote.t ... ok +t/108_decode.t .............. ok +t/109_encode.t .............. ok +t/10_pc_keysort.t ........... ok +t/110_bignum.t .............. ok +t/112_upgrade.t ............. ok +t/113_overloaded_eq.t ....... ok +t/114_decode_prefix.t ....... ok +t/115_tie_ixhash.t .......... ok +t/116_incr_parse_fixed.t .... ok +t/117_numbers.t ............. ok +t/11_pc_expo.t .............. ok +t/12_blessed.t .............. ok +t/13_limit.t ................ ok +t/14_latin1.t ............... ok +t/15_prefix.t ............... ok +t/16_tied.t ................. ok +t/17_relaxed.t .............. ok +t/18_json_checker.t ......... ok +t/19_incr.t ................. ok +t/20_faihu.t ................ ok +t/20_unknown.t .............. ok +t/21_evans.t ................ ok +t/22_comment_at_eof.t ....... ok +t/23_array_ctx.t ............ ok +t/24_freeze_recursion.t ..... ok +t/25_boolean.t .............. ok +t/26_duplicate.t ............ ok +Not a CODE reference at t/30_jsonspec.t line 80. +# Looks like your test exited with 2 just after 654. +t/30_jsonspec.t ............. +Dubious, test returned 2 (wstat 512, 0x200) +Failed 32/686 subtests +Not a CODE reference at t/31_bom.t line 14. +# Looks like your test exited with 255 just after 1. +t/31_bom.t .................. +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 4/5 subtests +t/52_object.t ............... ok +t/53_readonly.t ............. ok +t/54_stringify.t ............ ok +t/55_modifiable.t ........... ok +t/96_interop.t .............. ok +t/96_interop_pp.t ........... ok +t/96_mojo.t ................. ok +t/97_unshare_hek.t .......... ok +t/98_56only.t ............... ok +t/99_binary.t ............... ok +t/gh70-asan.t ............... ok +t/z_kwalitee.t .............. skipped: This test is only run for the module author +t/z_leaktrace.t ............. ok +t/z_meta.t .................. skipped: This test is only run for the module author +t/z_perl_minimum_version.t .. skipped: Author tests not required for installation +t/z_pod-coverage.t .......... skipped: This test is only run for the module author +t/z_pod-spell-mistakes.t .... skipped: This test is only run for the module author +t/z_pod-spelling.t .......... skipped: This test is only run for the module author +t/z_pod.t ................... skipped: This test is only run for the module author +t/zero-mojibake.t ........... ok + +Test Summary Report +------------------- +t/30_jsonspec.t (Wstat: 512 Tests: 654 Failed: 0) + Non-zero exit status: 2 + Parse errors: Bad plan. You planned 686 tests but ran 654. +t/31_bom.t (Wstat: 65280 Tests: 1 Failed: 0) + Non-zero exit status: 255 + Parse errors: Bad plan. You planned 5 tests but ran 1. +Files=64, Tests=2372, 4 wallclock secs ( 0.34 usr 0.09 sys + 3.52 cusr 0.51 csys = 4.46 CPU) +Result: FAIL +Failed 2/64 test programs. 0/2372 subtests failed. +Makefile:1098: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing Cpanel::JSON::XS failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +Already tried indirect. Skipping. +Searching Email::Sender::Transport::Test (0) on cpanmetadb ... +Already tried Email-Sender-1.300031. Skipping. +Searching Twitter::API (0) on cpanmetadb ... +Unpacking Twitter-API-0.0113.tar.gz +FAIL +--> Working on Twitter::API +Fetching http://www.cpan.org/authors/id/M/MM/MMIMS/Twitter-API-0.0113.tar.gz ... OK +Twitter-API-0.0113/ +Twitter-API-0.0113/Build.PL +Twitter-API-0.0113/Changes +Twitter-API-0.0113/cpanfile +Twitter-API-0.0113/dist.ini +Twitter-API-0.0113/examples/ +Twitter-API-0.0113/lib/ +Twitter-API-0.0113/LICENSE +Twitter-API-0.0113/MANIFEST +Twitter-API-0.0113/META.json +Twitter-API-0.0113/META.yml +Twitter-API-0.0113/README +Twitter-API-0.0113/t/ +Twitter-API-0.0113/weaver.ini +Twitter-API-0.0113/t/000_load.t +Twitter-API-0.0113/t/author-pod-syntax.t +Twitter-API-0.0113/t/base.t +Twitter-API-0.0113/t/error.t +Twitter-API-0.0113/t/oauth.t +Twitter-API-0.0113/t/role/ +Twitter-API-0.0113/t/trait/ +Twitter-API-0.0113/t/url-for.t +Twitter-API-0.0113/t/util.t +Twitter-API-0.0113/t/trait/api-methods/ +Twitter-API-0.0113/t/trait/app-auth.t +Twitter-API-0.0113/t/trait/decode-html-entities.t +Twitter-API-0.0113/t/trait/migration.t +Twitter-API-0.0113/t/trait/normalize-booleans.t +Twitter-API-0.0113/t/trait/retry-on-error.t +Twitter-API-0.0113/t/trait/api-methods/net-twitter-compatibility.t +Twitter-API-0.0113/t/trait/api-methods/update.t +Twitter-API-0.0113/t/trait/api-methods/upload-media.t +Twitter-API-0.0113/t/role/request-args.t +Twitter-API-0.0113/lib/Twitter/ +Twitter-API-0.0113/lib/Twitter/API/ +Twitter-API-0.0113/lib/Twitter/API.pm +Twitter-API-0.0113/lib/Twitter/API/Context.pm +Twitter-API-0.0113/lib/Twitter/API/Error.pm +Twitter-API-0.0113/lib/Twitter/API/Role/ +Twitter-API-0.0113/lib/Twitter/API/Trait/ +Twitter-API-0.0113/lib/Twitter/API/Util.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/ApiMethods.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/AppAuth.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/DecodeHtmlEntities.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/Enchilada.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/Migration.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/NormalizeBooleans.pm +Twitter-API-0.0113/lib/Twitter/API/Trait/RetryOnError.pm +Twitter-API-0.0113/lib/Twitter/API/Role/RequestArgs.pm +Twitter-API-0.0113/examples/api.pl +Twitter-API-0.0113/examples/app-auth.pl +Twitter-API-0.0113/examples/decode-html-entities.pl +Twitter-API-0.0113/examples/oauth_desktop.pl +Twitter-API-0.0113/examples/oauth_web.psgi +Twitter-API-0.0113/examples/retry-on-error.pl +Twitter-API-0.0113/examples/upload.pl +Entering Twitter-API-0.0113 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Twitter-API-0.0113 ... Creating new 'Build' script for 'Twitter-API' version '0.0113' +Checking dependencies from MYMETA.json ... +Checking if you have IO::Socket::SSL 0 ... Yes (2.051) +Checking if you have Throwable 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have HTML::Entities 0 ... Yes (3.69) +Checking if you have Ref::Util 0 ... Yes (0.203) +Checking if you have HTTP::Thin 0 ... Yes (0.006) +Checking if you have Test::Pod 0 ... Yes (1.51) +Checking if you have Test::Spec 0 ... No +Checking if you have StackTrace::Auto 0 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have Time::Local 0 ... Yes (1.25) +Checking if you have MooX::Aliases 0 ... No +Checking if you have Sub::Exporter::Progressive 0.001006 ... Yes (0.001013) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Time::HiRes 0 ... Yes (1.9746) +Checking if you have Test::Warnings 0.009 ... Yes (0.026) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have MooX::Traits 0 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Digest::SHA 0 ... Yes (5.98) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have WWW::OAuth 0.006 ... No +Checking if you have namespace::clean 0.20 ... No +Checking if you have HTTP::Request::Common 0 ... Yes (6.13) +Checking if you have Moo::Role 0 ... No +Checking if you have URL::Encode 0 ... Yes (0.03) +Checking if you have Encode 1.9801 ... Yes (2.92) +Searching Throwable (0) on cpanmetadb ... +Already tried Throwable-0.200013. Skipping. +Searching Test::Spec (0) on cpanmetadb ... +Unpacking Test-Spec-0.53.tar.gz +OK +==> Found dependencies: Throwable, Test::Spec, StackTrace::Auto, Moo, MooX::Aliases, Module::Runtime, MooX::Traits, WWW::OAuth, namespace::clean, Moo::Role +--> Working on Test::Spec +Fetching http://www.cpan.org/authors/id/A/AN/ANDYJONES/Test-Spec-0.53.tar.gz ... OK +Test-Spec-0.53/ +Test-Spec-0.53/.travis.yml +Test-Spec-0.53/Changes +Test-Spec-0.53/lib/ +Test-Spec-0.53/Makefile.PL +Test-Spec-0.53/MANIFEST +Test-Spec-0.53/META.json +Test-Spec-0.53/META.yml +Test-Spec-0.53/README.md +Test-Spec-0.53/t/ +Test-Spec-0.53/t/another_shared_examples_spec.pl +Test-Spec-0.53/t/auto_inherit.t +Test-Spec-0.53/t/data_sharing.t +Test-Spec-0.53/t/define.t +Test-Spec-0.53/t/disabled.t +Test-Spec-0.53/t/disabled_spec.pl +Test-Spec-0.53/t/dying_spec.pl +Test-Spec-0.53/t/empty.t +Test-Spec-0.53/t/example_in_handler.t +Test-Spec-0.53/t/helper_test.pl +Test-Spec-0.53/t/import_strict.t +Test-Spec-0.53/t/import_warnings.t +Test-Spec-0.53/t/manifest.t +Test-Spec-0.53/t/meta.t +Test-Spec-0.53/t/mocks.t +Test-Spec-0.53/t/mocks_imports.t +Test-Spec-0.53/t/ordering.t +Test-Spec-0.53/t/perl_warning_spec.pl +Test-Spec-0.53/t/predictable_destroy.pl +Test-Spec-0.53/t/predictable_destroy_spec.t +Test-Spec-0.53/t/runtests_subset.t +Test-Spec-0.53/t/shared_examples.t +Test-Spec-0.53/t/shared_examples_spec.pl +Test-Spec-0.53/t/show_exceptions.t +Test-Spec-0.53/t/spec_helper.t +Test-Spec-0.53/t/strict_violating_spec.pl +Test-Spec-0.53/t/subset_spec.pl +Test-Spec-0.53/t/test_helper.pl +Test-Spec-0.53/t/uncompilable_spec.pl +Test-Spec-0.53/lib/Test/ +Test-Spec-0.53/lib/Test/Spec/ +Test-Spec-0.53/lib/Test/Spec.pm +Test-Spec-0.53/lib/Test/Spec/Context.pm +Test-Spec-0.53/lib/Test/Spec/Example.pm +Test-Spec-0.53/lib/Test/Spec/Mocks.pm +Test-Spec-0.53/lib/Test/Spec/SharedHash.pm +Test-Spec-0.53/lib/Test/Spec/TodoExample.pm +Entering Test-Spec-0.53 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Test-Spec-0.53 ... Warning: prerequisite Package::Stash 0.23 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Test::Spec +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have TAP::Parser 0 ... Yes (3.39) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Test::Trap 0 ... Yes (0.3.3) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Test::Deep 0.103 ... Yes (1.127) +Checking if you have Package::Stash 0.23 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Tie::IxHash 0 ... Yes (1.23) +Already tried Package::Stash. Skipping. +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Test-Spec-0.53. +Searching StackTrace::Auto (0) on cpanmetadb ... +Already tried Throwable-0.200013. Skipping. +Already tried Moo. Skipping. +Searching MooX::Aliases (0) on cpanmetadb ... +Unpacking MooX-Aliases-0.001006.tar.gz +OK +==> Found dependencies: Package::Stash +--> Working on MooX::Aliases +Fetching http://www.cpan.org/authors/id/H/HA/HAARG/MooX-Aliases-0.001006.tar.gz ... OK +MooX-Aliases-0.001006/ +MooX-Aliases-0.001006/Changes +MooX-Aliases-0.001006/lib/ +MooX-Aliases-0.001006/maint/ +MooX-Aliases-0.001006/Makefile.PL +MooX-Aliases-0.001006/MANIFEST +MooX-Aliases-0.001006/META.json +MooX-Aliases-0.001006/META.yml +MooX-Aliases-0.001006/README +MooX-Aliases-0.001006/t/ +MooX-Aliases-0.001006/xt/ +MooX-Aliases-0.001006/xt/autoclean.t +MooX-Aliases-0.001006/xt/clean.t +MooX-Aliases-0.001006/xt/init-args-moose.t +MooX-Aliases-0.001006/xt/moose-inherit.t +MooX-Aliases-0.001006/xt/test-cleannamespaces.t +MooX-Aliases-0.001006/t/attributes.t +MooX-Aliases-0.001006/t/basic.t +MooX-Aliases-0.001006/t/errors.t +MooX-Aliases-0.001006/t/init_arg-coerce.t +MooX-Aliases-0.001006/t/init_arg.t +MooX-Aliases-0.001006/t/roles-init_arg.t +MooX-Aliases-0.001006/t/roles.t +MooX-Aliases-0.001006/t/traits.t +MooX-Aliases-0.001006/maint/Makefile.PL.include +MooX-Aliases-0.001006/lib/MooX/ +MooX-Aliases-0.001006/lib/MooX/Aliases.pm +Entering MooX-Aliases-0.001006 +Checking configure dependencies from META.json +Running Makefile.PL +Configuring MooX-Aliases-0.001006 ... Warning: prerequisite Moo 1.001 not found. +Warning: prerequisite strictures 1 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Aliases +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Class::Method::Modifiers 1.1 ... Yes (2.12) +Checking if you have Moo 2.000000 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have strictures 2.000000 ... No +Already tried Moo. Skipping. +Already tried strictures. Skipping. +! Installing the dependencies failed: Module 'strictures' is not installed, Module 'Moo' is not installed +! Bailing out the installation for MooX-Aliases-0.001006. +Already tried Module::Runtime. Skipping. +Searching MooX::Traits (0) on cpanmetadb ... +Unpacking MooX-Traits-0.005.tar.gz +OK +==> Found dependencies: Moo, strictures +--> Working on MooX::Traits +Fetching http://www.cpan.org/authors/id/T/TO/TOBYINK/MooX-Traits-0.005.tar.gz ... OK +MooX-Traits-0.005/CONTRIBUTING +MooX-Traits-0.005/COPYRIGHT +MooX-Traits-0.005/CREDITS +MooX-Traits-0.005/Changes +MooX-Traits-0.005/INSTALL +MooX-Traits-0.005/LICENSE +MooX-Traits-0.005/MANIFEST +MooX-Traits-0.005/META.json +MooX-Traits-0.005/META.yml +MooX-Traits-0.005/Makefile.PL +MooX-Traits-0.005/README +MooX-Traits-0.005/SIGNATURE +MooX-Traits-0.005/dist.ini +MooX-Traits-0.005/doap.ttl +MooX-Traits-0.005/t/01basic.t +MooX-Traits-0.005/t/02packagevariant.t +MooX-Traits-0.005/t/03roletiny.t +MooX-Traits-0.005/t/04onebyone.t +MooX-Traits-0.005/lib/MooX/Traits.pm +MooX-Traits-0.005/t/from-moosex-traits/basic.t +MooX-Traits-0.005/t/from-moosex-traits/class.t +MooX-Traits-0.005/t/from-moosex-traits/parameterized.t +MooX-Traits-0.005/t/from-moosex-traits/subclass.t +MooX-Traits-0.005/t/from-moosex-traits/with-traits.t +MooX-Traits-0.005/lib/MooX/Traits/Util.pm +Entering MooX-Traits-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooX-Traits-0.005 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 1.000000 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooX::Traits +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Exporter::Shiny 0 ... Yes (1.000000) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Test::Requires 0 ... Yes (0.10) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Role::Tiny 2.000004 ... No +Already tried Module::Runtime. Skipping. +Already tried Role::Tiny. Skipping. +! Installing the dependencies failed: Module 'Role::Tiny' is not installed, Module 'Module::Runtime' is not installed +! Bailing out the installation for MooX-Traits-0.005. +Searching WWW::OAuth (0.006) on cpanmetadb ... +Unpacking WWW-OAuth-0.006.tar.gz +OK +==> Found dependencies: Module::Runtime, Role::Tiny +--> Working on WWW::OAuth +Fetching http://www.cpan.org/authors/id/D/DB/DBOOK/WWW-OAuth-0.006.tar.gz ... OK +WWW-OAuth-0.006 +WWW-OAuth-0.006/README +WWW-OAuth-0.006/Changes +WWW-OAuth-0.006/LICENSE +WWW-OAuth-0.006/INSTALL +WWW-OAuth-0.006/cpanfile +WWW-OAuth-0.006/dist.ini +WWW-OAuth-0.006/t +WWW-OAuth-0.006/t/util.t +WWW-OAuth-0.006/META.yml +WWW-OAuth-0.006/MANIFEST +WWW-OAuth-0.006/t/oauth.t +WWW-OAuth-0.006/META.json +WWW-OAuth-0.006/t/request.t +WWW-OAuth-0.006/Makefile.PL +WWW-OAuth-0.006/CONTRIBUTING.md +WWW-OAuth-0.006/lib/WWW +WWW-OAuth-0.006/lib/WWW/OAuth.pm +WWW-OAuth-0.006/t/request_mojo.t +WWW-OAuth-0.006/t/request_basic.t +WWW-OAuth-0.006/t/00-report-prereqs.t +WWW-OAuth-0.006/lib/WWW/OAuth +WWW-OAuth-0.006/lib/WWW/OAuth/Util.pm +WWW-OAuth-0.006/xt/author +WWW-OAuth-0.006/xt/author/pod-syntax.t +WWW-OAuth-0.006/t/00-report-prereqs.dd +WWW-OAuth-0.006/xt/author/request_ua.t +WWW-OAuth-0.006/xt/author/pod-coverage.t +WWW-OAuth-0.006/lib/WWW/OAuth/Request.pm +WWW-OAuth-0.006/t/request_http_request.t +WWW-OAuth-0.006/lib/WWW/OAuth/Request +WWW-OAuth-0.006/lib/WWW/OAuth/Request/Mojo.pm +WWW-OAuth-0.006/lib/WWW/OAuth/Request/Basic.pm +WWW-OAuth-0.006/lib/WWW/OAuth/Request/HTTP_Request.pm +Entering WWW-OAuth-0.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring WWW-OAuth-0.006 ... Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Role::Tiny 2.000000 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for WWW::OAuth +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Needs 0 ... Yes (0.002005) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have WWW::Form::UrlEncoded 0.23 ... Yes (0.24) +Checking if you have URI::Escape 3.26 ... Yes (3.31) +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have URI 1.52 ... Yes (1.72) +Checking if you have Class::Tiny::Chained 0 ... Yes (0.004) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have JSON::PP 2.27300 ... Yes (2.94) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Digest::SHA 0 ... Yes (5.98) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Already tried Module::Runtime. Skipping. +Already tried Role::Tiny. Skipping. +! Installing the dependencies failed: Module 'Module::Runtime' is not installed, Module 'Role::Tiny' is not installed +! Bailing out the installation for WWW-OAuth-0.006. +Already tried namespace::clean. Skipping. +Already tried Moo::Role. Skipping. +! Installing the dependencies failed: Module 'namespace::clean' is not installed, Module 'Moo::Role' is not installed, Module 'MooX::Traits' is not installed, Module 'WWW::OAuth' is not installed, Module 'Module::Runtime' is not installed, Module 'StackTrace::Auto' is not installed, Module 'Test::Spec' is not installed, Module 'MooX::Aliases' is not installed, Module 'Moo' is not installed, Module 'Throwable' is not installed +! Bailing out the installation for Twitter-API-0.0113. +Searching Task::Kensho::ModuleDev (0) on cpanmetadb ... +Unpacking Task-Kensho-ModuleDev-0.39.tar.gz +OK +==> Found dependencies: Module::Runtime, Role::Tiny +--> Working on Task::Kensho::ModuleDev +Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Task-Kensho-ModuleDev-0.39.tar.gz ... OK +Task-Kensho-ModuleDev-0.39/ +Task-Kensho-ModuleDev-0.39/Build.PL +Task-Kensho-ModuleDev-0.39/Changes +Task-Kensho-ModuleDev-0.39/lib/ +Task-Kensho-ModuleDev-0.39/LICENSE +Task-Kensho-ModuleDev-0.39/Makefile.PL +Task-Kensho-ModuleDev-0.39/MANIFEST +Task-Kensho-ModuleDev-0.39/META.json +Task-Kensho-ModuleDev-0.39/META.yml +Task-Kensho-ModuleDev-0.39/README +Task-Kensho-ModuleDev-0.39/t/ +Task-Kensho-ModuleDev-0.39/xt/ +Task-Kensho-ModuleDev-0.39/xt/author/ +Task-Kensho-ModuleDev-0.39/xt/release/ +Task-Kensho-ModuleDev-0.39/xt/release/changes_has_content.t +Task-Kensho-ModuleDev-0.39/xt/release/cpan-changes.t +Task-Kensho-ModuleDev-0.39/xt/release/distmeta.t +Task-Kensho-ModuleDev-0.39/xt/release/minimum-version.t +Task-Kensho-ModuleDev-0.39/xt/release/portability.t +Task-Kensho-ModuleDev-0.39/xt/author/00-compile.t +Task-Kensho-ModuleDev-0.39/xt/author/clean-namespaces.t +Task-Kensho-ModuleDev-0.39/xt/author/eol.t +Task-Kensho-ModuleDev-0.39/xt/author/kwalitee.t +Task-Kensho-ModuleDev-0.39/xt/author/mojibake.t +Task-Kensho-ModuleDev-0.39/xt/author/no-tabs.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-coverage.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-spell.t +Task-Kensho-ModuleDev-0.39/xt/author/pod-syntax.t +Task-Kensho-ModuleDev-0.39/t/00-report-prereqs.dd +Task-Kensho-ModuleDev-0.39/t/00-report-prereqs.t +Task-Kensho-ModuleDev-0.39/lib/Task/ +Task-Kensho-ModuleDev-0.39/lib/Task/Kensho/ +Task-Kensho-ModuleDev-0.39/lib/Task/Kensho/ModuleDev.pm +Entering Task-Kensho-ModuleDev-0.39 +Checking configure dependencies from META.json +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Running Build.PL +Configuring Task-Kensho-ModuleDev-0.39 ... Creating new 'Build' script for 'Task-Kensho-ModuleDev' version '0.39' +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Perl::Version 0 ... Yes (1.013) +Checking if you have Modern::Perl 0 ... Yes (1.20170117) +Checking if you have Devel::Confess 0 ... Yes (0.009004) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Dist::Zilla 0 ... No +Checking if you have Perl::Critic 0 ... Yes (1.130) +Checking if you have Data::Printer 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Pod::Readme 0 ... No +Checking if you have Module::Metadata 0 ... Yes (1.000033) +Checking if you have Perl::Tidy 0 ... Yes (20170521) +Checking if you have Devel::Dwarn 0 ... Yes (undef) +Checking if you have Software::License 0 ... Yes (0.103012) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have CPAN::Uploader 0 ... No +Checking if you have Devel::NYTProf 0 ... No +Checking if you have Module::Build::Tiny 0.039 ... Yes (0.039) +Searching Dist::Zilla (0) on cpanmetadb ... +Unpacking Dist-Zilla-6.010.tar.gz +OK +==> Found dependencies: Dist::Zilla, Data::Printer, Pod::Readme, CPAN::Uploader, Devel::NYTProf +--> Working on Dist::Zilla +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-6.010.tar.gz ... OK +Dist-Zilla-6.010 +Dist-Zilla-6.010/README +Dist-Zilla-6.010/Changes +Dist-Zilla-6.010/LICENSE +Dist-Zilla-6.010/bin +Dist-Zilla-6.010/bin/dzil +Dist-Zilla-6.010/dist.ini +Dist-Zilla-6.010/t +Dist-Zilla-6.010/t/file.t +Dist-Zilla-6.010/t/util.t +Dist-Zilla-6.010/META.yml +Dist-Zilla-6.010/MANIFEST +Dist-Zilla-6.010/cpanfile +Dist-Zilla-6.010/META.json +Dist-Zilla-6.010/t/minter.t +Dist-Zilla-6.010/t/tester.t +Dist-Zilla-6.010/t/compile.t +Dist-Zilla-6.010/Makefile.PL +Dist-Zilla-6.010/corpus +Dist-Zilla-6.010/corpus/README +Dist-Zilla-6.010/t/load_config.t +Dist-Zilla-6.010/t/tester-demo.t +Dist-Zilla-6.010/t/tester-sort.t +Dist-Zilla-6.010/lib/Test +Dist-Zilla-6.010/lib/Test/DZil.pm +Dist-Zilla-6.010/t/file-addedby.t +Dist-Zilla-6.010/lib/Dist +Dist-Zilla-6.010/lib/Dist/Zilla.pm +Dist-Zilla-6.010/t/empty-abstract.t +Dist-Zilla-6.010/t/plugins +Dist-Zilla-6.010/t/plugins/prunes.t +Dist-Zilla-6.010/t/plugins/readme.t +Dist-Zilla-6.010/misc +Dist-Zilla-6.010/misc/dzil_bootstrap +Dist-Zilla-6.010/t/plugins/license.t +Dist-Zilla-6.010/t/plugins/pkgdist.t +Dist-Zilla-6.010/t/plugins/prereqs.t +Dist-Zilla-6.010/t/plugins/autoname.t +Dist-Zilla-6.010/t/plugins/distmeta.t +Dist-Zilla-6.010/t/plugins/encoding.t +Dist-Zilla-6.010/t/plugins/ffbyname.t +Dist-Zilla-6.010/t/plugins/filter-b.t +Dist-Zilla-6.010/t/plugins/manifest.t +Dist-Zilla-6.010/t/zzz-check-breaks.t +Dist-Zilla-6.010/lib/Dist/Zilla +Dist-Zilla-6.010/lib/Dist/Zilla/App.pm +Dist-Zilla-6.010/t/commands +Dist-Zilla-6.010/t/commands/listdeps.t +Dist-Zilla-6.010/t/plugins/gatherdir.t +Dist-Zilla-6.010/t/plugins/makemaker.t +Dist-Zilla-6.010/t/plugins/misctests.t +Dist-Zilla-6.010/t/00-report-prereqs.t +Dist-Zilla-6.010/corpus/extra +Dist-Zilla-6.010/corpus/extra/vader.txt +Dist-Zilla-6.010/lib/Dist/Zilla/Path.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Util.pm +Dist-Zilla-6.010/t/plugins/extratests.t +Dist-Zilla-6.010/t/plugins/gatherfile.t +Dist-Zilla-6.010/t/plugins/pkgversion.t +Dist-Zilla-6.010/t/plugins/podversion.t +Dist-Zilla-6.010/xt/author +Dist-Zilla-6.010/xt/author/pod-syntax.t +Dist-Zilla-6.010/t/00-report-prereqs.dd +Dist-Zilla-6.010/corpus/dist/DZ2 +Dist-Zilla-6.010/corpus/dist/DZ2/dist.pl +Dist-Zilla-6.010/lib/Dist/Zilla/Types.pm +Dist-Zilla-6.010/t/commands/authordeps.t +Dist-Zilla-6.010/t/plugins/autolicense.t +Dist-Zilla-6.010/t/plugins/autoprereqs.t +Dist-Zilla-6.010/t/plugins/autoversion.t +Dist-Zilla-6.010/t/plugins/fakerelease.t +Dist-Zilla-6.010/t/plugins/filefinders.t +Dist-Zilla-6.010/t/plugins/installdirs.t +Dist-Zilla-6.010/t/plugins/metanoindex.t +Dist-Zilla-6.010/t/plugins/modulebuild.t +Dist-Zilla-6.010/t/plugins/nextrelease.t +Dist-Zilla-6.010/t/plugins/testrelease.t +Dist-Zilla-6.010/todo +Dist-Zilla-6.010/todo/vfs-for-files.mkdn +Dist-Zilla-6.010/corpus/dist/DZ1 +Dist-Zilla-6.010/corpus/dist/DZ1/dist.ini +Dist-Zilla-6.010/corpus/global +Dist-Zilla-6.010/corpus/global/config.ini +Dist-Zilla-6.010/lib/Dist/Zilla/Tester.pm +Dist-Zilla-6.010/t/plugins/generatefile.t +Dist-Zilla-6.010/t/plugins/uploadtocpan.t +Dist-Zilla-6.010/t/tester-local-plugins.t +Dist-Zilla-6.010/todo/xs-improvement.mkdn +Dist-Zilla-6.010/corpus/dist/DZT/t +Dist-Zilla-6.010/corpus/dist/DZT/t/basic.t +Dist-Zilla-6.010/lib/Dist/Zilla/Prereqs.pm +Dist-Zilla-6.010/misc/dzil-bash_completion +Dist-Zilla-6.010/t/plugins/metaresources.t +Dist-Zilla-6.010/todo/command-plugins.mkdn +Dist-Zilla-6.010/corpus/dist/DZ1/lib +Dist-Zilla-6.010/corpus/dist/DZ1/lib/DZ1.pm +Dist-Zilla-6.010/corpus/dist/DZ2/lib +Dist-Zilla-6.010/corpus/dist/DZ2/lib/DZ1.pm +Dist-Zilla-6.010/corpus/dist/DZT_Inc +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PPI.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Tutorial.pm +Dist-Zilla-6.010/t/plugins/confirmrelease.t +Dist-Zilla-6.010/t/plugins/distmeta-merge.t +Dist-Zilla-6.010/t/plugins/podsyntaxtests.t +Dist-Zilla-6.010/t/plugins/release_status.t +Dist-Zilla-6.010/todo/delay-core-attrs.mkdn +Dist-Zilla-6.010/corpus/dist/DZT_Bin +Dist-Zilla-6.010/corpus/dist/DZT_Bin/test.pl +Dist-Zilla-6.010/lib/Dist/Zilla/Role/File.pm +Dist-Zilla-6.010/t/diagnostics +Dist-Zilla-6.010/t/diagnostics/main-module.t +Dist-Zilla-6.010/t/diagnostics/plugin-fail.t +Dist-Zilla-6.010/todo/CHECKLIST-testing.mkdn +Dist-Zilla-6.010/todo/config-arg-prefix.mkdn +Dist-Zilla-6.010/todo/version-from-prev.mkdn +Dist-Zilla-6.010/lib/Dist/Zilla/App +Dist-Zilla-6.010/lib/Dist/Zilla/App/Tester.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/Mint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/User.pm +Dist-Zilla-6.010/profiles/default +Dist-Zilla-6.010/profiles/default/profile.ini +Dist-Zilla-6.010/todo/external-core-attr.mkdn +Dist-Zilla-6.010/corpus/dist/DZT_Bin/test.bash +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome/Term.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Chrome/Test.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Dist +Dist-Zilla-6.010/lib/Dist/Zilla/Dist/Minter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/File +Dist-Zilla-6.010/lib/Dist/Zilla/File/OnDisk.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Section.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Chrome.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Plugin.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/PAUSE.pm +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo +Dist-Zilla-6.010/corpus/dist/DZT_Inc/Foo/Bar.pm +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/t +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/t/basic.t +Dist-Zilla-6.010/corpus/extra/subdir +Dist-Zilla-6.010/corpus/extra/subdir/index.html +Dist-Zilla-6.010/lib/Dist/Zilla/Dist/Builder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BuildPL.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Stash/Rights.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Stash +Dist-Zilla-6.010/t/lib/Dist/Zilla/Stash/Heap.pm +Dist-Zilla-6.010/t/plugins/munger-that-prunes.t +Dist-Zilla-6.010/corpus/dist/AuthorDeps +Dist-Zilla-6.010/corpus/dist/AuthorDeps/dist.ini +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/Changes +Dist-Zilla-6.010/lib/Dist/Zilla/File/FromCode.pm +Dist-Zilla-6.010/lib/Dist/Zilla/File/InMemory.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Readme.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Releaser.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ShareDir.pm +Dist-Zilla-6.010/profiles/default/extra-dist.ini +Dist-Zilla-6.010/corpus/dist/AutoPrereqs +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/dist.ini +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/dist.ini +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/DistINI.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ExecDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/License.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PkgDist.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Prereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterMint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ExecFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/StubBuild.pm +Dist-Zilla-6.010/xt/release +Dist-Zilla-6.010/xt/release/changes_has_content.t +Dist-Zilla-6.010/corpus/dist/DZT/lib/DZT +Dist-Zilla-6.010/corpus/dist/DZT/lib/DZT/Sample.pm +Dist-Zilla-6.010/corpus/dist/DZT_Share +Dist-Zilla-6.010/corpus/dist/DZT_Share/my_data.dat +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/add.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/new.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/nop.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/run.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader/Perl.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/RootSection.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/CPANFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Encoding.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/Manifest.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaJSON.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaYAML.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ShareDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeMint.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileFinder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileMunger.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FilePruner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/TestRunner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Util +Dist-Zilla-6.010/lib/Dist/Zilla/Util/AuthorDeps.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/bin +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/bin/foobar +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/t +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/t/data.bin +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/lib +Dist-Zilla-6.010/corpus/dist/DZ-NonAscii/lib/DZ1.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/test.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BuildRunner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/InstallTool.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ModuleMaker.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MutableFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash/Login.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/build.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/clean.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/setup.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/smoke.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Reader/Finder.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ExtraTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FinderCode.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaConfig.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PkgVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PruneCruft.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PruneFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/AfterRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ConfigDumper.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileGatherer.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileInjector.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MetaProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/NameProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PrereqSource.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/TextTemplate.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/AutoPrereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/AutoVersion.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FakeRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/InlineFiles.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaNoIndex.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ModuleBuild.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/NextRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/TestRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Basic.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeArchive.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/BeforeRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PrereqScanner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/Stash/Authors.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/Versioned.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/install.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/release.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/version.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler/Zilla.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GenerateFile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ManifestSkip.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/UploadToCPAN.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Filter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/FileFinderUser.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/listdeps.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MetaResources.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/RemovePrereqs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/Classic.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/LicenseProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/VersionProvider.pm +Dist-Zilla-6.010/corpus/dist/DZT_Bin/another_perl_script +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/lib/DZT +Dist-Zilla-6.010/corpus/dist/DZT_NoPm/lib/DZT/Sample.pod +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ConfirmRelease.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodSyntaxTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/TemplateModule.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/EncodingProvider.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestAutoName.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA/Main.pm +Dist-Zilla-6.010/lib/Dist/Zilla/App/Command/authordeps.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MintingProfile +Dist-Zilla-6.010/lib/Dist/Zilla/MintingProfile/Default.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/ModuleShareDirs.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle +Dist-Zilla-6.010/lib/Dist/Zilla/Role/PluginBundle/Easy.pm +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command/gconf.pm +Dist-Zilla-6.010/misc/lib/Dist/Zilla/App/Command/input.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin2.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin3.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/BrokenPlugin4.pm +Dist-Zilla-6.010/corpus/dist/AutoPrereqs/lib/DZPA/Empty.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/MakeMaker/Runner.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/PodCoverageTests.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder/ByName.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/FileFinder/Filter.pm +Dist-Zilla-6.010/lib/Dist/Zilla/PluginBundle/FakeClassic.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestAutoLicense.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir +Dist-Zilla-6.010/lib/Dist/Zilla/Plugin/GatherDir/Template.pm +Dist-Zilla-6.010/lib/Dist/Zilla/MVP/Assembler/GlobalConfig.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/ReleaseStatusProvider.pm +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile +Dist-Zilla-6.010/lib/Dist/Zilla/Role/MintingProfile/ShareDir.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/TestReleaseProvider.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/JustForManifestSkipTests.pm +Dist-Zilla-6.010/t/lib/Dist/Zilla/Plugin/MungerThatPrunesPodFiles.pm +Entering Dist-Zilla-6.010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Running Makefile.PL +Configuring Dist-Zilla-6.010 ... Warning: prerequisite App::Cmd::Command::version 0 not found. +Warning: prerequisite App::Cmd::Setup 0.330 not found. +Warning: prerequisite App::Cmd::Tester 0.306 not found. +Warning: prerequisite App::Cmd::Tester::CaptureExternal 0 not found. +Warning: prerequisite CPAN::Uploader 0.103004 not found. +Warning: prerequisite Class::Load 0.17 not found. +Warning: prerequisite Config::MVP::Assembler 0 not found. +Warning: prerequisite Config::MVP::Assembler::WithBundles 2.200010 not found. +Warning: prerequisite Config::MVP::Reader 2.101540 not found. +Warning: prerequisite Config::MVP::Reader::Findable::ByExtension 0 not found. +Warning: prerequisite Config::MVP::Reader::Finder 0 not found. +Warning: prerequisite Config::MVP::Reader::INI 2.101461 not found. +Warning: prerequisite Config::MVP::Section 2.200009 not found. +Warning: prerequisite DateTime 0.44 not found. +Warning: prerequisite Log::Dispatchouli 1.102220 not found. +Warning: prerequisite Module::Runtime 0 not found. +Warning: prerequisite Moose 0.92 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::LazyRequire 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 1.01 not found. +Warning: prerequisite MooseX::SetOnce 0 not found. +Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Warning: prerequisite MooseX::Types::Perl 0 not found. +Warning: prerequisite Perl::PrereqScanner 1.016 not found. +Warning: prerequisite Sub::Exporter::ForMethods 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Dist::Zilla +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have DateTime 1.00 ... No +Checking if you have Term::ReadLine 0 ... Yes (1.17) +Checking if you have CPAN::Meta::Validator 2.101550 ... Yes (2.150010) +Checking if you have Test::File::ShareDir 0 ... Yes (1.001002) +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have Config::MVP::Reader 2.101540 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Software::LicenseUtils 0 ... Yes (0.103012) +Checking if you have Software::License::None 0 ... Yes (0.103012) +Checking if you have ExtUtils::Manifest 1.66 ... Yes (1.70) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have CPAN::Meta::Converter 2.101550 ... Yes (2.150010) +Checking if you have Config::MVP::Assembler::WithBundles 2.200010 ... No +Checking if you have Software::License 0.101370 ... Yes (0.103012) +Checking if you have Term::Encoding 0 ... Yes (0.02) +Checking if you have PPI::Document 0 ... Yes (1.236) +Checking if you have utf8 0 ... Yes (1.20) +Checking if you have Encode 1.9801 ... Yes (2.92) +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Checking if you have CPAN::Meta::Check 0.011 ... Yes (0.014) +Checking if you have Mixin::Linewise::Readers 0.100 ... Yes (0.108) +Checking if you have Config::MVP::Reader::INI 2.101461 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Test::Deep 0.103 ... Yes (1.127) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have File::Copy::Recursive 0 ... Yes (0.38) +Checking if you have Term::UI 0 ... Yes (0.46) +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have Data::Section 0.200002 ... Yes (0.200007) +Checking if you have App::Cmd::Command::version 0 ... No +Checking if you have Text::Template 0 ... Yes (1.47) +Checking if you have File::ShareDir 0 ... Yes (1.104) +Checking if you have CPAN::Meta::Requirements 2.121 ... Yes (2.140) +Checking if you have Archive::Tar 0 ... Yes (2.26) +Checking if you have Config::MVP::Reader::Findable::ByExtension 0 ... No +Checking if you have Config::MVP::Assembler 0 ... No +Checking if you have Config::INI::Reader 0 ... Yes (0.025) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::HomeDir 0 ... Yes (1.002) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have File::pushd 0 ... Yes (1.014) +Checking if you have Class::Load 0.19 ... No +Checking if you have autodie 0 ... Yes (2.29) +Checking if you have YAML::Tiny 0 ... Yes (1.70) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have CPAN::Meta::Merge 0 ... Yes (2.150010) +Checking if you have Config::MVP::Section 2.200009 ... No +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Perl::PrereqScanner 1.016 ... No +Checking if you have Text::Glob 0.08 ... Yes (0.11) +Checking if you have MooseX::Types 0.35 ... No +Checking if you have Sub::Exporter::ForMethods 0.100052 ... No +Checking if you have MooseX::SetOnce 0 ... No +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Log::Dispatchouli 1.102220 ... No +Checking if you have Config::MVP::Reader::Finder 0 ... No +Checking if you have Test::FailWarnings 0 ... Yes (0.008) +Checking if you have String::Formatter 0.100680 ... Yes (0.102084) +Checking if you have Pod::Eventual 0.091480 ... Yes (0.094001) +Checking if you have File::Find::Rule 0 ... Yes (0.34) +Checking if you have File::ShareDir::Install 0.06 ... Yes (0.11) +Checking if you have Module::CoreList 0 ... Yes (5.20171020) +Checking if you have Module::Runtime 0.014 ... No +Checking if you have Term::ReadKey 0 ... Yes (2.37) +Checking if you have App::Cmd::Tester 0.306 ... No +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have Moose 2.0300 ... No +Checking if you have App::Cmd::Setup 0.330 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have MooseX::LazyRequire 0.06 ... No +Checking if you have MooseX::Types::Moose 0.20 ... No +Checking if you have CPAN::Uploader 0.103004 ... No +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have File::Path 2.06 ... Yes (2.15) +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have App::Cmd::Tester::CaptureExternal 0 ... No +Checking if you have MooseX::Types::Perl 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have version 0.83 ... Yes (0.9918) +Checking if you have CPAN::Meta::Prereqs 2.120630 ... Yes (2.150010) +Already tried DateTime. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Searching Config::MVP::Reader (2.101540) on cpanmetadb ... +Unpacking Config-MVP-2.200010.tar.gz +OK +==> Found dependencies: DateTime, MooseX::Role::Parameterized, Config::MVP::Reader, Config::MVP::Assembler::WithBundles, Config::MVP::Reader::INI, App::Cmd::Command::version, Config::MVP::Reader::Findable::ByExtension, Config::MVP::Assembler, Class::Load, Config::MVP::Section, Moose::Role, Perl::PrereqScanner, MooseX::Types, Sub::Exporter::ForMethods, MooseX::SetOnce, namespace::autoclean, Log::Dispatchouli, Config::MVP::Reader::Finder, Module::Runtime, App::Cmd::Tester, Moose, App::Cmd::Setup, MooseX::LazyRequire, MooseX::Types::Moose, CPAN::Uploader, Moose::Util::TypeConstraints, App::Cmd::Tester::CaptureExternal, MooseX::Types::Perl +--> Working on Config::MVP::Reader +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-2.200010.tar.gz ... OK +Config-MVP-2.200010/ +Config-MVP-2.200010/Changes +Config-MVP-2.200010/dist.ini +Config-MVP-2.200010/lib/ +Config-MVP-2.200010/LICENSE +Config-MVP-2.200010/Makefile.PL +Config-MVP-2.200010/MANIFEST +Config-MVP-2.200010/META.json +Config-MVP-2.200010/META.yml +Config-MVP-2.200010/README +Config-MVP-2.200010/t/ +Config-MVP-2.200010/xt/ +Config-MVP-2.200010/xt/release/ +Config-MVP-2.200010/xt/release/changes_has_content.t +Config-MVP-2.200010/xt/release/pod-syntax.t +Config-MVP-2.200010/t/00-report-prereqs.dd +Config-MVP-2.200010/t/00-report-prereqs.t +Config-MVP-2.200010/t/basic.t +Config-MVP-2.200010/t/eg/ +Config-MVP-2.200010/t/final-hooks.t +Config-MVP-2.200010/t/hash.t +Config-MVP-2.200010/t/lib/ +Config-MVP-2.200010/t/reader.t +Config-MVP-2.200010/t/lib/Config/ +Config-MVP-2.200010/t/lib/Foo/ +Config-MVP-2.200010/t/lib/Foo/Bar.pm +Config-MVP-2.200010/t/lib/Foo/Baz.pm +Config-MVP-2.200010/t/lib/Foo/Boo1.pm +Config-MVP-2.200010/t/lib/Foo/Boo2.pm +Config-MVP-2.200010/t/lib/Foo/Boondle.pm +Config-MVP-2.200010/t/lib/Foo/BoondleHref.pm +Config-MVP-2.200010/t/lib/Foo/CompileError.pm +Config-MVP-2.200010/t/lib/Foo/Metaboondle.pm +Config-MVP-2.200010/t/lib/Foo/Quux.pm +Config-MVP-2.200010/t/lib/Config/MVP/ +Config-MVP-2.200010/t/lib/Config/MVP/Reader/ +Config-MVP-2.200010/t/lib/Config/MVP/Reader/Test.pm +Config-MVP-2.200010/t/eg/config.mvp-test +Config-MVP-2.200010/lib/Config/ +Config-MVP-2.200010/lib/Config/MVP/ +Config-MVP-2.200010/lib/Config/MVP.pm +Config-MVP-2.200010/lib/Config/MVP/Assembler/ +Config-MVP-2.200010/lib/Config/MVP/Assembler.pm +Config-MVP-2.200010/lib/Config/MVP/Error.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/ +Config-MVP-2.200010/lib/Config/MVP/Reader.pm +Config-MVP-2.200010/lib/Config/MVP/Section.pm +Config-MVP-2.200010/lib/Config/MVP/Sequence.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable/ +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Finder.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Hash.pm +Config-MVP-2.200010/lib/Config/MVP/Reader/Findable/ByExtension.pm +Config-MVP-2.200010/lib/Config/MVP/Assembler/WithBundles.pm +Entering Config-MVP-2.200010 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Config-MVP-2.200010 ... Warning: prerequisite Class::Load 0.17 not found. +Warning: prerequisite Moose 0.91 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::OneArgNew 0 not found. +Warning: prerequisite Role::HasMessage 0 not found. +Warning: prerequisite Role::Identifiable::HasIdent 0 not found. +Warning: prerequisite StackTrace::Auto 0 not found. +Warning: prerequisite Throwable 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::MVP +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Tie::IxHash 0 ... Yes (1.23) +Checking if you have Role::HasMessage 0 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::OneArgNew 0 ... No +Checking if you have Class::Load 0.19 ... No +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have StackTrace::Auto 0 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have Role::Identifiable::HasIdent 0 ... No +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Module::Pluggable::Object 0 ... Yes (5.2) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Throwable 0 ... No +Already tried Moose::Role. Skipping. +Searching Role::HasMessage (0) on cpanmetadb ... +Unpacking Role-HasMessage-0.006.tar.gz +OK +==> Found dependencies: Moose::Role, Role::HasMessage, MooseX::OneArgNew, Class::Load, StackTrace::Auto, Moose, Role::Identifiable::HasIdent, Moose::Util::TypeConstraints, Throwable +--> Working on Role::HasMessage +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-HasMessage-0.006.tar.gz ... OK +Role-HasMessage-0.006 +Role-HasMessage-0.006/README +Role-HasMessage-0.006/Changes +Role-HasMessage-0.006/LICENSE +Role-HasMessage-0.006/dist.ini +Role-HasMessage-0.006/META.yml +Role-HasMessage-0.006/MANIFEST +Role-HasMessage-0.006/META.json +Role-HasMessage-0.006/t +Role-HasMessage-0.006/t/message.t +Role-HasMessage-0.006/Makefile.PL +Role-HasMessage-0.006/t/00-compile.t +Role-HasMessage-0.006/lib/Role +Role-HasMessage-0.006/lib/Role/HasMessage.pm +Role-HasMessage-0.006/xt/release +Role-HasMessage-0.006/xt/release/pod-syntax.t +Role-HasMessage-0.006/lib/Role/HasMessage +Role-HasMessage-0.006/lib/Role/HasMessage/Errf.pm +Role-HasMessage-0.006/t/000-report-versions-tiny.t +Role-HasMessage-0.006/xt/release/changes_has_content.t +Entering Role-HasMessage-0.006 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Role-HasMessage-0.006 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 0 not found. +Warning: prerequisite String::Errf 0 not found. +Warning: prerequisite namespace::clean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::HasMessage +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have String::Errf 0 ... No +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have namespace::clean 0.20 ... No +Checking if you have strict 0 ... Yes (1.11) +Already tried Moose. Skipping. +Already tried Moose::Role. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Searching String::Errf (0) on cpanmetadb ... +Unpacking String-Errf-0.008.tar.gz +OK +==> Found dependencies: Moose, Moose::Role, MooseX::Role::Parameterized, String::Errf, namespace::clean +--> Working on String::Errf +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-0.008.tar.gz ... OK +String-Errf-0.008 +String-Errf-0.008/README +String-Errf-0.008/Changes +String-Errf-0.008/t +String-Errf-0.008/t/bad.t +String-Errf-0.008/LICENSE +String-Errf-0.008/dist.ini +String-Errf-0.008/META.yml +String-Errf-0.008/MANIFEST +String-Errf-0.008/t/basic.t +String-Errf-0.008/META.json +String-Errf-0.008/Makefile.PL +String-Errf-0.008/t/tests.json +String-Errf-0.008/lib/String +String-Errf-0.008/lib/String/Errf.pm +String-Errf-0.008/t/00-report-prereqs.t +String-Errf-0.008/xt/author +String-Errf-0.008/xt/author/pod-syntax.t +String-Errf-0.008/t/00-report-prereqs.dd +String-Errf-0.008/xt/release +String-Errf-0.008/xt/release/changes_has_content.t +Entering String-Errf-0.008 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring String-Errf-0.008 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Errf +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Time::Piece 0 ... Yes (1.3202) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have autodie 0 ... Yes (2.29) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Date::Format 0 ... Yes (2.24) +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have String::Formatter 0.102081 ... Yes (0.102084) +OK +Building and testing String-Errf-0.008 ... cp lib/String/Errf.pm blib/lib/String/Errf.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# Versions for all modules listed in MYMETA.json (including optional ones): +# +# === Configure Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Build Requires === +# +# Module Want Have +# ------------------- ---- ---- +# ExtUtils::MakeMaker any 7.30 +# +# === Test Requires === +# +# Module Want Have +# ------------------- ---- -------- +# Date::Format any 2.24 +# ExtUtils::MakeMaker any 7.30 +# File::Spec any 3.68 +# JSON::MaybeXS any 1.003009 +# Test::More 0.96 1.302098 +# autodie any 2.29 +# +# === Test Recommends === +# +# Module Want Have +# ---------- -------- -------- +# CPAN::Meta 2.120900 2.150010 +# +# === Runtime Requires === +# +# Module Want Have +# ----------------- -------- -------- +# Carp any 1.43 +# Params::Util any 1.07 +# Scalar::Util any 1.49 +# String::Formatter 0.102081 0.102084 +# Sub::Exporter any 0.987 +# Time::Piece any 1.3202 +# parent any 0.236 +# strict any 1.11 +# warnings any 1.37 +# +t/00-report-prereqs.t .. ok +t/bad.t ................ ok +t/basic.t .............. ok +All tests successful. +Files=3, Tests=6, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.39 cusr 0.05 csys = 0.48 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/Errf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::Errf.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed String-Errf-0.008 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Errf-0.008/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Errf-0.008/MYMETA.json +Already tried namespace::clean. Skipping. +! Installing the dependencies failed: Module 'namespace::clean' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Moose' is not installed +! Bailing out the installation for Role-HasMessage-0.006. +Searching MooseX::OneArgNew (0) on cpanmetadb ... +Unpacking MooseX-OneArgNew-0.005.tar.gz +--> Working on MooseX::OneArgNew +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-OneArgNew-0.005.tar.gz ... OK +MooseX-OneArgNew-0.005 +MooseX-OneArgNew-0.005/README +MooseX-OneArgNew-0.005/Changes +MooseX-OneArgNew-0.005/LICENSE +MooseX-OneArgNew-0.005/dist.ini +MooseX-OneArgNew-0.005/META.yml +MooseX-OneArgNew-0.005/MANIFEST +MooseX-OneArgNew-0.005/t +MooseX-OneArgNew-0.005/t/basic.t +MooseX-OneArgNew-0.005/META.json +MooseX-OneArgNew-0.005/t/coerce.t +MooseX-OneArgNew-0.005/Makefile.PL +MooseX-OneArgNew-0.005/t/00-report-prereqs.t +MooseX-OneArgNew-0.005/t/00-report-prereqs.dd +MooseX-OneArgNew-0.005/lib/MooseX +MooseX-OneArgNew-0.005/lib/MooseX/OneArgNew.pm +MooseX-OneArgNew-0.005/xt/release +MooseX-OneArgNew-0.005/xt/release/pod-syntax.t +MooseX-OneArgNew-0.005/xt/release/changes_has_content.t +Entering MooseX-OneArgNew-0.005 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-OneArgNew-0.005 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Warning: prerequisite MooseX::Role::Parameterized 1.01 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::OneArgNew +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose 2.0300 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have MooseX::Role::Parameterized 1.01 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Already tried Moose. Skipping. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried MooseX::Role::Parameterized. Skipping. +Already tried namespace::autoclean. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'namespace::autoclean' is not installed +! Bailing out the installation for MooseX-OneArgNew-0.005. +Already tried Class::Load. Skipping. +Already tried StackTrace::Auto. Skipping. +Already tried Moose. Skipping. +Searching Role::Identifiable::HasIdent (0) on cpanmetadb ... +Unpacking Role-Identifiable-0.007.tar.gz +OK +==> Found dependencies: Moose, Moose::Util::TypeConstraints, MooseX::Role::Parameterized, namespace::autoclean +--> Working on Role::Identifiable::HasIdent +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-Identifiable-0.007.tar.gz ... OK +Role-Identifiable-0.007 +Role-Identifiable-0.007/README +Role-Identifiable-0.007/Changes +Role-Identifiable-0.007/LICENSE +Role-Identifiable-0.007/dist.ini +Role-Identifiable-0.007/META.yml +Role-Identifiable-0.007/MANIFEST +Role-Identifiable-0.007/META.json +Role-Identifiable-0.007/t +Role-Identifiable-0.007/t/idents.t +Role-Identifiable-0.007/Makefile.PL +Role-Identifiable-0.007/t/00-compile.t +Role-Identifiable-0.007/xt/release +Role-Identifiable-0.007/xt/release/pod-syntax.t +Role-Identifiable-0.007/t/000-report-versions-tiny.t +Role-Identifiable-0.007/lib/Role/Identifiable +Role-Identifiable-0.007/lib/Role/Identifiable/HasTags.pm +Role-Identifiable-0.007/xt/release/changes_has_content.t +Role-Identifiable-0.007/lib/Role/Identifiable/HasIdent.pm +Entering Role-Identifiable-0.007 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Role-Identifiable-0.007 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite Moose::Util::TypeConstraints 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Role::Identifiable +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moose::Util::TypeConstraints 1.06 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Moose 2.0300 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Moose. Skipping. +Already tried Moose::Role. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Moose::Util::TypeConstraints' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for Role-Identifiable-0.007. +Already tried Moose::Util::TypeConstraints. Skipping. +Already tried Throwable. Skipping. +! Installing the dependencies failed: Module 'Moose::Util::TypeConstraints' is not installed, Module 'Role::Identifiable::HasIdent' is not installed, Module 'Moose' is not installed, Module 'StackTrace::Auto' is not installed, Module 'Throwable' is not installed, Module 'Moose::Role' is not installed, Module 'Class::Load' is not installed, Module 'MooseX::OneArgNew' is not installed, Module 'Role::HasMessage' is not installed +! Bailing out the installation for Config-MVP-2.200010. +Searching Config::MVP::Assembler::WithBundles (2.200010) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Searching Config::MVP::Reader::INI (2.101461) on cpanmetadb ... +Unpacking Config-MVP-Reader-INI-2.101463.tar.gz +OK +==> Found dependencies: Moose::Util::TypeConstraints, Moose, Moose::Role +--> Working on Config::MVP::Reader::INI +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-2.101463.tar.gz ... OK +Config-MVP-Reader-INI-2.101463 +Config-MVP-Reader-INI-2.101463/README +Config-MVP-Reader-INI-2.101463/Changes +Config-MVP-Reader-INI-2.101463/t +Config-MVP-Reader-INI-2.101463/t/mvp.t +Config-MVP-Reader-INI-2.101463/LICENSE +Config-MVP-Reader-INI-2.101463/dist.ini +Config-MVP-Reader-INI-2.101463/META.yml +Config-MVP-Reader-INI-2.101463/MANIFEST +Config-MVP-Reader-INI-2.101463/META.json +Config-MVP-Reader-INI-2.101463/eg +Config-MVP-Reader-INI-2.101463/eg/mvp.ini +Config-MVP-Reader-INI-2.101463/Makefile.PL +Config-MVP-Reader-INI-2.101463/t/lib/Foo +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Bar.pm +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Baz.pm +Config-MVP-Reader-INI-2.101463/t/lib/Foo/Quux.pm +Config-MVP-Reader-INI-2.101463/xt/release +Config-MVP-Reader-INI-2.101463/xt/release/pod-syntax.t +Config-MVP-Reader-INI-2.101463/lib/Config/MVP/Reader +Config-MVP-Reader-INI-2.101463/lib/Config/MVP/Reader/INI.pm +Config-MVP-Reader-INI-2.101463/t/000-report-versions-tiny.t +Config-MVP-Reader-INI-2.101463/xt/release/changes_has_content.t +Entering Config-MVP-Reader-INI-2.101463 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Config-MVP-Reader-INI-2.101463 ... Warning: prerequisite Config::MVP 2 not found. +Warning: prerequisite Config::MVP::Reader 0 not found. +Warning: prerequisite Config::MVP::Reader::Findable::ByExtension 0 not found. +Warning: prerequisite Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Config::MVP::Reader::INI +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Moose 2.0300 ... No +Checking if you have Config::MVP 2 ... No +Checking if you have Config::MVP::Reader::Findable::ByExtension 0 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Config::INI::Reader 0 ... Yes (0.025) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Config::MVP::Reader 2.101540 ... No +Checking if you have strict 0 ... Yes (1.11) +Already tried Moose. Skipping. +Searching Config::MVP (2) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Searching Config::MVP::Reader::Findable::ByExtension (0) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Already tried Config::MVP::Reader. Skipping. +! Installing the dependencies failed: Module 'Config::MVP::Reader' is not installed, Module 'Moose' is not installed, Module 'Config::MVP' is not installed, Module 'Config::MVP::Reader::Findable::ByExtension' is not installed +! Bailing out the installation for Config-MVP-Reader-INI-2.101463. +Searching App::Cmd::Command::version (0) on cpanmetadb ... +Unpacking App-Cmd-0.331.tar.gz +OK +==> Found dependencies: Moose, Config::MVP, Config::MVP::Reader::Findable::ByExtension, Config::MVP::Reader +--> Working on App::Cmd::Command::version +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz ... OK +App-Cmd-0.331 +App-Cmd-0.331/README +App-Cmd-0.331/Changes +App-Cmd-0.331/LICENSE +App-Cmd-0.331/dist.ini +App-Cmd-0.331/META.yml +App-Cmd-0.331/MANIFEST +App-Cmd-0.331/t +App-Cmd-0.331/t/basic.t +App-Cmd-0.331/t/setup.t +App-Cmd-0.331/META.json +App-Cmd-0.331/t/abbrev.t +App-Cmd-0.331/t/00-load.t +App-Cmd-0.331/t/version.t +App-Cmd-0.331/Makefile.PL +App-Cmd-0.331/t/callback.t +App-Cmd-0.331/t/lib +App-Cmd-0.331/t/lib/lol.pl +App-Cmd-0.331/lib/App +App-Cmd-0.331/lib/App/Cmd.pm +App-Cmd-0.331/t/simple-use.t +App-Cmd-0.331/t/capture-ext.t +App-Cmd-0.331/t/setup-inner.t +App-Cmd-0.331/t/setup-nocmd.t +App-Cmd-0.331/t/simple-args.t +App-Cmd-0.331/t/simple-help.t +App-Cmd-0.331/t/subdispatch.t +App-Cmd-0.331/t/tester-exit.t +App-Cmd-0.331/t/setup-broken.t +App-Cmd-0.331/t/setup-ignored.t +App-Cmd-0.331/t/lib/Test +App-Cmd-0.331/t/lib/Test/WSOF.pm +App-Cmd-0.331/t/simple-require.t +App-Cmd-0.331/t/lib/Test/MyCmd.pm +App-Cmd-0.331/t/lib/Test/WSNCC.pm +App-Cmd-0.331/lib/App/Cmd +App-Cmd-0.331/lib/App/Cmd/Setup.pm +App-Cmd-0.331/t/lib/Test/MyCmd2.pm +App-Cmd-0.331/lib/App/Cmd/Plugin.pm +App-Cmd-0.331/lib/App/Cmd/Simple.pm +App-Cmd-0.331/lib/App/Cmd/Tester.pm +App-Cmd-0.331/t/00-report-prereqs.t +App-Cmd-0.331/lib/App/Cmd/Command.pm +App-Cmd-0.331/t/lib/Test/MySimple.pm +App-Cmd-0.331/xt/author +App-Cmd-0.331/xt/author/pod-syntax.t +App-Cmd-0.331/t/00-report-prereqs.dd +App-Cmd-0.331/t/lib/Test/BrokenCmd.pm +App-Cmd-0.331/t/lib/Test/WithSetup.pm +App-Cmd-0.331/t/tester-exit.helper.pl +App-Cmd-0.331/lib/App/Cmd/Tutorial.pod +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev.pm +App-Cmd-0.331/t/lib/Test/XyzzyPlugin.pm +App-Cmd-0.331/lib/App/Cmd/Subdispatch.pm +App-Cmd-0.331/t/lib/Test/WithCallback.pm +App-Cmd-0.331/lib/App/Cmd/ArgProcessor.pm +App-Cmd-0.331/lib/App/Cmd/Command +App-Cmd-0.331/lib/App/Cmd/Command/help.pm +App-Cmd-0.331/t/lib/Test/IgnoreCommand.pm +App-Cmd-0.331/lib/App/Cmd/Command/version.pm +App-Cmd-0.331/lib/App/Cmd/Command/commands.pm +App-Cmd-0.331/t/lib/Test/BrokenCmd +App-Cmd-0.331/t/lib/Test/BrokenCmd/Command.pm +App-Cmd-0.331/t/lib/Test/WithSetup +App-Cmd-0.331/t/lib/Test/WithSetup/Command.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command +App-Cmd-0.331/t/lib/Test/MyCmd/Command/exit.pm +App-Cmd-0.331/t/lib/Test/MyCmd2/Command +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo.pm +App-Cmd-0.331/xt/release +App-Cmd-0.331/xt/release/changes_has_content.t +App-Cmd-0.331/t/lib/Test/MyCmd/Command/hello.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/stock.pm +App-Cmd-0.331/t/lib/Test/WSNCC/Command +App-Cmd-0.331/t/lib/Test/WSNCC/Command/blort.pm +App-Cmd-0.331/t/lib/Test/IgnoreCommand +App-Cmd-0.331/t/lib/Test/IgnoreCommand/Command.pm +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo +App-Cmd-0.331/t/lib/Test/MyCmd2/Command/foo/bar.pm +App-Cmd-0.331/lib/App/Cmd/Tester +App-Cmd-0.331/lib/App/Cmd/Tester/CaptureExternal.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/frobulate.pm +App-Cmd-0.331/t/lib/Test/MyCmd/Command/justusage.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/bar.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/baz.pm +App-Cmd-0.331/t/lib/Test/MyCmdAbbrev/Command/foo.pm +App-Cmd-0.331/t/lib/Test/WithSetup/Command +App-Cmd-0.331/t/lib/Test/WithSetup/Command/alfie.pm +App-Cmd-0.331/lib/App/Cmd/Subdispatch +App-Cmd-0.331/lib/App/Cmd/Subdispatch/DashedStyle.pm +App-Cmd-0.331/t/lib/Test/WithCallback/Command +App-Cmd-0.331/t/lib/Test/WithCallback/Command/lol.pm +App-Cmd-0.331/t/lib/Test/WithSetup/Command/bertie.pm +Entering App-Cmd-0.331 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring App-Cmd-0.331 ... Warning: prerequisite Class::Load 0.06 not found. +Warning: prerequisite Getopt::Long::Descriptive 0.084 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for App::Cmd +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +Checking if you have Data::OptList 0 ... Yes (0.110) +Checking if you have Module::Pluggable::Object 0 ... Yes (5.2) +Checking if you have IO::TieCombine 0 ... Yes (1.005) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Capture::Tiny 0.13 ... Yes (0.46) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have base 0 ... Yes (2.26) +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Pod::Usage 1.61 ... Yes (1.69) +Checking if you have Sub::Install 0 ... Yes (0.928) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have IPC::Cmd 0 ... Yes (0.98) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Checking if you have Getopt::Long 2.39 ... Yes (2.5) +Checking if you have constant 0 ... Yes (1.33) +Checking if you have Text::Abbrev 0 ... Yes (1.02) +Checking if you have Class::Load 0.19 ... No +Checking if you have strict 0 ... Yes (1.11) +Already tried Getopt::Long::Descriptive. Skipping. +Already tried Class::Load. Skipping. +! Installing the dependencies failed: Module 'Class::Load' is not installed, Module 'Getopt::Long::Descriptive' is not installed +! Bailing out the installation for App-Cmd-0.331. +Already tried Config::MVP::Reader::Findable::ByExtension. Skipping. +Searching Config::MVP::Assembler (0) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Already tried Class::Load. Skipping. +Searching Config::MVP::Section (2.200009) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Already tried Moose::Role. Skipping. +Searching Perl::PrereqScanner (1.016) on cpanmetadb ... +Unpacking Perl-PrereqScanner-1.023.tar.gz +OK +==> Found dependencies: Getopt::Long::Descriptive, Class::Load +--> Working on Perl::PrereqScanner +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-PrereqScanner-1.023.tar.gz ... OK +Perl-PrereqScanner-1.023/ +Perl-PrereqScanner-1.023/bin/ +Perl-PrereqScanner-1.023/Changes +Perl-PrereqScanner-1.023/corpus/ +Perl-PrereqScanner-1.023/dist.ini +Perl-PrereqScanner-1.023/lib/ +Perl-PrereqScanner-1.023/LICENSE +Perl-PrereqScanner-1.023/Makefile.PL +Perl-PrereqScanner-1.023/MANIFEST +Perl-PrereqScanner-1.023/META.json +Perl-PrereqScanner-1.023/META.yml +Perl-PrereqScanner-1.023/README +Perl-PrereqScanner-1.023/t/ +Perl-PrereqScanner-1.023/xt/ +Perl-PrereqScanner-1.023/xt/release/ +Perl-PrereqScanner-1.023/xt/release/changes_has_content.t +Perl-PrereqScanner-1.023/xt/release/pod-syntax.t +Perl-PrereqScanner-1.023/t/00-report-prereqs.dd +Perl-PrereqScanner-1.023/t/00-report-prereqs.t +Perl-PrereqScanner-1.023/t/autoprereq.t +Perl-PrereqScanner-1.023/t/scan-module.t +Perl-PrereqScanner-1.023/t/scan-prereqs.t +Perl-PrereqScanner-1.023/lib/Perl/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/ +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Aliased.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Moose.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Perl5.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/POE.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/Superclass.pm +Perl-PrereqScanner-1.023/lib/Perl/PrereqScanner/Scanner/TestMore.pm +Perl-PrereqScanner-1.023/corpus/scan/ +Perl-PrereqScanner-1.023/corpus/scan/bar.pl +Perl-PrereqScanner-1.023/corpus/scan/foo.pl +Perl-PrereqScanner-1.023/bin/scan-perl-prereqs +Perl-PrereqScanner-1.023/bin/scan_prereqs +Entering Perl-PrereqScanner-1.023 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Perl-PrereqScanner-1.023 ... Warning: prerequisite Getopt::Long::Descriptive 0 not found. +Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Perl::PrereqScanner +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have CPAN::Meta::Requirements 2.124 ... Yes (2.140) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have List::MoreUtils 0.20 ... Yes (0.425) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have PPI 1.215 ... Yes (1.236) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have Module::Path 0 ... Yes (0.19) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have Moose::Role 2.0000 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have File::Find 0 ... Yes (1.34) +Checking if you have Try::Tiny 0 ... Yes (0.28) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have FindBin 0 ... Yes (1.51) +Checking if you have Moose 2.0300 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have PPI::Document 0 ... Yes (1.236) +Checking if you have Getopt::Long 2.39 ... Yes (2.5) +Checking if you have String::RewritePrefix 0.006 ... Yes (0.007) +Already tried namespace::autoclean. Skipping. +Already tried Getopt::Long::Descriptive. Skipping. +Already tried Moose::Role. Skipping. +Already tried Moose. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'namespace::autoclean' is not installed, Module 'Getopt::Long::Descriptive' is not installed, Module 'Moose::Role' is not installed +! Bailing out the installation for Perl-PrereqScanner-1.023. +Already tried MooseX::Types. Skipping. +Already tried Sub::Exporter::ForMethods. Skipping. +Searching MooseX::SetOnce (0) on cpanmetadb ... +Unpacking MooseX-SetOnce-0.200002.tar.gz +OK +==> Found dependencies: namespace::autoclean, Getopt::Long::Descriptive, Moose::Role, Moose +--> Working on MooseX::SetOnce +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz ... OK +MooseX-SetOnce-0.200002 +MooseX-SetOnce-0.200002/README +MooseX-SetOnce-0.200002/Changes +MooseX-SetOnce-0.200002/LICENSE +MooseX-SetOnce-0.200002/dist.ini +MooseX-SetOnce-0.200002/META.yml +MooseX-SetOnce-0.200002/MANIFEST +MooseX-SetOnce-0.200002/META.json +MooseX-SetOnce-0.200002/t +MooseX-SetOnce-0.200002/t/setonce.t +MooseX-SetOnce-0.200002/Makefile.PL +MooseX-SetOnce-0.200002/t/00-compile.t +MooseX-SetOnce-0.200002/t/inheritance.t +MooseX-SetOnce-0.200002/lib/MooseX +MooseX-SetOnce-0.200002/lib/MooseX/SetOnce.pm +MooseX-SetOnce-0.200002/xt/release +MooseX-SetOnce-0.200002/xt/release/pod-syntax.t +MooseX-SetOnce-0.200002/t/000-report-versions-tiny.t +MooseX-SetOnce-0.200002/xt/release/changes_has_content.t +Entering MooseX-SetOnce-0.200002 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-SetOnce-0.200002 ... Warning: prerequisite Moose 0 not found. +Warning: prerequisite Moose::Role 0.90 not found. +Warning: prerequisite Test::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::SetOnce +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have IO::Handle 0 ... Yes (1.36) +Checking if you have IPC::Open3 0 ... Yes (1.20) +Checking if you have Moose::Role 2.0000 ... No +Checking if you have Moose 2.0300 ... No +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have Test::Moose 0 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have strict 0 ... Yes (1.11) +Already tried Moose::Role. Skipping. +Already tried Moose. Skipping. +Already tried Test::Moose. Skipping. +! Installing the dependencies failed: Module 'Moose::Role' is not installed, Module 'Moose' is not installed, Module 'Test::Moose' is not installed +! Bailing out the installation for MooseX-SetOnce-0.200002. +Already tried namespace::autoclean. Skipping. +Searching Log::Dispatchouli (1.102220) on cpanmetadb ... +Unpacking Log-Dispatchouli-2.015.tar.gz +OK +==> Found dependencies: Moose::Role, Moose, Test::Moose +--> Working on Log::Dispatchouli +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.015.tar.gz ... OK +Log-Dispatchouli-2.015 +Log-Dispatchouli-2.015/README +Log-Dispatchouli-2.015/Changes +Log-Dispatchouli-2.015/LICENSE +Log-Dispatchouli-2.015/dist.ini +Log-Dispatchouli-2.015/t +Log-Dispatchouli-2.015/t/file.t +Log-Dispatchouli-2.015/META.yml +Log-Dispatchouli-2.015/MANIFEST +Log-Dispatchouli-2.015/t/basic.t +Log-Dispatchouli-2.015/t/proxy.t +Log-Dispatchouli-2.015/META.json +Log-Dispatchouli-2.015/t/global.t +Log-Dispatchouli-2.015/Makefile.PL +Log-Dispatchouli-2.015/t/env-value.t +Log-Dispatchouli-2.015/t/lib/DDR +Log-Dispatchouli-2.015/t/lib/DDR/Child.pm +Log-Dispatchouli-2.015/t/lib/SDR +Log-Dispatchouli-2.015/t/lib/SDR/Child.pm +Log-Dispatchouli-2.015/t/global-subclass.t +Log-Dispatchouli-2.015/t/lib/DDR/Parent.pm +Log-Dispatchouli-2.015/t/lib/SDR/Parent.pm +Log-Dispatchouli-2.015/t/00-report-prereqs.t +Log-Dispatchouli-2.015/xt/author +Log-Dispatchouli-2.015/xt/author/pod-syntax.t +Log-Dispatchouli-2.015/t/00-report-prereqs.dd +Log-Dispatchouli-2.015/lib/Log +Log-Dispatchouli-2.015/lib/Log/Dispatchouli.pm +Log-Dispatchouli-2.015/lib/Log/Dispatchouli +Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Proxy.pm +Log-Dispatchouli-2.015/lib/Log/Dispatchouli/Global.pm +Log-Dispatchouli-2.015/xt/release +Log-Dispatchouli-2.015/xt/release/changes_has_content.t +Entering Log-Dispatchouli-2.015 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Dispatchouli-2.015 ... Warning: prerequisite Log::Dispatch 0 not found. +Warning: prerequisite Log::Dispatch::Array 0 not found. +Warning: prerequisite Log::Dispatch::File 0 not found. +Warning: prerequisite Log::Dispatch::Screen 0 not found. +Warning: prerequisite Log::Dispatch::Syslog 0 not found. +Warning: prerequisite String::Flogger 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Dispatchouli +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have overload 0 ... Yes (1.28) +Checking if you have Log::Dispatch::Syslog 0 ... No +Checking if you have Sys::Syslog 0.16 ... Yes (0.35) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Test::Deep 0.103 ... Yes (1.127) +Checking if you have Log::Dispatch 0 ... No +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Try::Tiny 0.04 ... Yes (0.28) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Log::Dispatch::Array 0 ... No +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have String::Flogger 0 ... No +Checking if you have base 0 ... Yes (2.26) +Checking if you have Sub::Exporter::GlobExporter 0.002 ... Yes (0.005) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Log::Dispatch::Screen 0 ... No +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have File::Spec::Functions 0 ... Yes (3.68) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have Log::Dispatch::File 0 ... No +Checking if you have Test::Fatal 0.006 ... Yes (0.014) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Searching Log::Dispatch::Syslog (0) on cpanmetadb ... +Already tried Log-Dispatch-2.67. Skipping. +Already tried Log::Dispatch. Skipping. +Searching Log::Dispatch::Array (0) on cpanmetadb ... +Unpacking Log-Dispatch-Array-1.003.tar.gz +OK +==> Found dependencies: Log::Dispatch::Syslog, Log::Dispatch, Log::Dispatch::Array, String::Flogger, Log::Dispatch::Screen, Log::Dispatch::File +--> Working on Log::Dispatch::Array +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-1.003.tar.gz ... OK +Log-Dispatch-Array-1.003 +Log-Dispatch-Array-1.003/README +Log-Dispatch-Array-1.003/Changes +Log-Dispatch-Array-1.003/LICENSE +Log-Dispatch-Array-1.003/dist.ini +Log-Dispatch-Array-1.003/META.yml +Log-Dispatch-Array-1.003/MANIFEST +Log-Dispatch-Array-1.003/META.json +Log-Dispatch-Array-1.003/t +Log-Dispatch-Array-1.003/t/simple.t +Log-Dispatch-Array-1.003/Makefile.PL +Log-Dispatch-Array-1.003/xt/release +Log-Dispatch-Array-1.003/xt/release/pod-syntax.t +Log-Dispatch-Array-1.003/lib/Log/Dispatch +Log-Dispatch-Array-1.003/lib/Log/Dispatch/Array.pm +Log-Dispatch-Array-1.003/t/000-report-versions-tiny.t +Log-Dispatch-Array-1.003/xt/release/changes_has_content.t +Entering Log-Dispatch-Array-1.003 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Log-Dispatch-Array-1.003 ... Warning: prerequisite Log::Dispatch::Output 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Log::Dispatch::Array +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::Deep 0.103 ... Yes (1.127) +Checking if you have Log::Dispatch::Output 0 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have parent 0 ... Yes (0.236) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Searching Log::Dispatch::Output (0) on cpanmetadb ... +Already tried Log-Dispatch-2.67. Skipping. +! Installing the dependencies failed: Module 'Log::Dispatch::Output' is not installed +! Bailing out the installation for Log-Dispatch-Array-1.003. +Searching String::Flogger (0) on cpanmetadb ... +Unpacking String-Flogger-1.101245.tar.gz +OK +==> Found dependencies: Log::Dispatch::Output +--> Working on String::Flogger +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-1.101245.tar.gz ... OK +String-Flogger-1.101245 +String-Flogger-1.101245/README +String-Flogger-1.101245/Changes +String-Flogger-1.101245/LICENSE +String-Flogger-1.101245/dist.ini +String-Flogger-1.101245/META.yml +String-Flogger-1.101245/MANIFEST +String-Flogger-1.101245/t +String-Flogger-1.101245/t/basic.t +String-Flogger-1.101245/META.json +String-Flogger-1.101245/Makefile.PL +String-Flogger-1.101245/t/synopsis.t +String-Flogger-1.101245/lib/String +String-Flogger-1.101245/lib/String/Flogger.pm +String-Flogger-1.101245/xt/release +String-Flogger-1.101245/xt/release/pod-syntax.t +String-Flogger-1.101245/t/000-report-versions-tiny.t +String-Flogger-1.101245/xt/release/changes_has_content.t +Entering String-Flogger-1.101245 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring String-Flogger-1.101245 ... Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for String::Flogger +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Sub::Exporter 0.982 ... Yes (0.987) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have Sub::Exporter::Util 0 ... Yes (0.987) +OK +Building and testing String-Flogger-1.101245 ... cp lib/String/Flogger.pm blib/lib/String/Flogger.pm +Manifying 1 pod document +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# +# +# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 +# perl: 5.027005 (wanted any version) on linux from /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +# +# ExtUtils::MakeMaker => 7.3 (want any version) +# JSON::MaybeXS => 1.003009 (want any version) +# Params::Util => 1.07 (want any version) +# Scalar::Util => 1.49 (want any version) +# Sub::Exporter => 0.987 (want any version) +# Sub::Exporter::Util => 0.987 (want any version) +# Test::More => 1.302098 (want 0.96) +# strict => 1.11 (want any version) +# warnings => 1.37 (want any version) +# +# Thanks for using my code. I hope it works for you. +# If not, please try and include this output in the bug report. +# That will help me reproduce the issue and solve your problem. +# +t/000-report-versions-tiny.t .. ok +t/basic.t ..................... ok +t/synopsis.t .................. ok +All tests successful. +Files=3, Tests=12, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.29 cusr 0.04 csys = 0.36 CPU) +Result: PASS +Manifying 1 pod document +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/String/Flogger.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/String::Flogger.3 +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed String-Flogger-1.101245 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Flogger-1.101245/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/String-Flogger-1.101245/MYMETA.json +Searching Log::Dispatch::Screen (0) on cpanmetadb ... +Already tried Log-Dispatch-2.67. Skipping. +Searching Log::Dispatch::File (0) on cpanmetadb ... +Already tried Log-Dispatch-2.67. Skipping. +! Installing the dependencies failed: Module 'Log::Dispatch::Screen' is not installed, Module 'Log::Dispatch::File' is not installed, Module 'Log::Dispatch::Syslog' is not installed, Module 'Log::Dispatch::Array' is not installed, Module 'Log::Dispatch' is not installed +! Bailing out the installation for Log-Dispatchouli-2.015. +Searching Config::MVP::Reader::Finder (0) on cpanmetadb ... +Already tried Config-MVP-2.200010. Skipping. +Already tried Module::Runtime. Skipping. +Searching App::Cmd::Tester (0.306) on cpanmetadb ... +Already tried App-Cmd-0.331. Skipping. +Already tried Moose. Skipping. +Searching App::Cmd::Setup (0.330) on cpanmetadb ... +Already tried App-Cmd-0.331. Skipping. +Already tried MooseX::LazyRequire. Skipping. +Already tried MooseX::Types::Moose. Skipping. +Searching CPAN::Uploader (0.103004) on cpanmetadb ... +Unpacking CPAN-Uploader-0.103013.tar.gz +--> Working on CPAN::Uploader +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103013.tar.gz ... OK +CPAN-Uploader-0.103013 +CPAN-Uploader-0.103013/README +CPAN-Uploader-0.103013/Changes +CPAN-Uploader-0.103013/LICENSE +CPAN-Uploader-0.103013/dist.ini +CPAN-Uploader-0.103013/META.yml +CPAN-Uploader-0.103013/MANIFEST +CPAN-Uploader-0.103013/META.json +CPAN-Uploader-0.103013/t +CPAN-Uploader-0.103013/t/00-load.t +CPAN-Uploader-0.103013/Makefile.PL +CPAN-Uploader-0.103013/bin +CPAN-Uploader-0.103013/bin/cpan-upload +CPAN-Uploader-0.103013/lib/CPAN +CPAN-Uploader-0.103013/lib/CPAN/Uploader.pm +CPAN-Uploader-0.103013/t/00-report-prereqs.t +CPAN-Uploader-0.103013/xt/author +CPAN-Uploader-0.103013/xt/author/pod-syntax.t +CPAN-Uploader-0.103013/t/00-report-prereqs.dd +CPAN-Uploader-0.103013/xt/release +CPAN-Uploader-0.103013/xt/release/changes_has_content.t +Entering CPAN-Uploader-0.103013 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring CPAN-Uploader-0.103013 ... Warning: prerequisite Getopt::Long::Descriptive 0.084 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for CPAN::Uploader +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have Data::Dumper 0 ... Yes (2.167_02) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have HTTP::Request::Common 0 ... Yes (6.13) +Checking if you have LWP::Protocol::https 1 ... Yes (6.07) +Checking if you have strict 0 ... Yes (1.11) +Checking if you have LWP::UserAgent 0 ... Yes (6.27) +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have File::Basename 0 ... Yes (2.85) +Checking if you have Digest::MD5 0 ... Yes (2.55) +Checking if you have File::HomeDir 0 ... Yes (1.002) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have HTTP::Status 0 ... Yes (6.13) +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Term::ReadKey 0 ... Yes (2.37) +Already tried Getopt::Long::Descriptive. Skipping. +! Installing the dependencies failed: Module 'Getopt::Long::Descriptive' is not installed +! Bailing out the installation for CPAN-Uploader-0.103013. +Already tried Moose::Util::TypeConstraints. Skipping. +Searching App::Cmd::Tester::CaptureExternal (0) on cpanmetadb ... +Already tried App-Cmd-0.331. Skipping. +Searching MooseX::Types::Perl (0) on cpanmetadb ... +Unpacking MooseX-Types-Perl-0.101343.tar.gz +OK +==> Found dependencies: Getopt::Long::Descriptive +--> Working on MooseX::Types::Perl +Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101343.tar.gz ... OK +MooseX-Types-Perl-0.101343 +MooseX-Types-Perl-0.101343/README +MooseX-Types-Perl-0.101343/Changes +MooseX-Types-Perl-0.101343/LICENSE +MooseX-Types-Perl-0.101343/dist.ini +MooseX-Types-Perl-0.101343/META.yml +MooseX-Types-Perl-0.101343/MANIFEST +MooseX-Types-Perl-0.101343/t +MooseX-Types-Perl-0.101343/t/basic.t +MooseX-Types-Perl-0.101343/META.json +MooseX-Types-Perl-0.101343/Makefile.PL +MooseX-Types-Perl-0.101343/xt/release +MooseX-Types-Perl-0.101343/xt/release/pod-syntax.t +MooseX-Types-Perl-0.101343/lib/MooseX/Types +MooseX-Types-Perl-0.101343/lib/MooseX/Types/Perl.pm +MooseX-Types-Perl-0.101343/t/000-report-versions-tiny.t +MooseX-Types-Perl-0.101343/xt/release/changes_has_content.t +Entering MooseX-Types-Perl-0.101343 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring MooseX-Types-Perl-0.101343 ... Warning: prerequisite MooseX::Types 0 not found. +Warning: prerequisite MooseX::Types::Moose 0 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for MooseX::Types::Perl +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have version 0.83 ... Yes (0.9918) +Checking if you have warnings 0 ... Yes (1.37) +Checking if you have charnames 0 ... Yes (1.45) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have MooseX::Types 0.35 ... No +Checking if you have strict 0 ... Yes (1.11) +Checking if you have Params::Util 0 ... Yes (1.07) +Checking if you have MooseX::Types::Moose 0.20 ... No +Already tried MooseX::Types. Skipping. +Already tried MooseX::Types::Moose. Skipping. +! Installing the dependencies failed: Module 'MooseX::Types::Moose' is not installed, Module 'MooseX::Types' is not installed +! Bailing out the installation for MooseX-Types-Perl-0.101343. +! Installing the dependencies failed: Module 'Config::MVP::Reader::Finder' is not installed, Module 'Log::Dispatchouli' is not installed, Module 'Config::MVP::Reader::INI' is not installed, Module 'Module::Runtime' is not installed, Module 'App::Cmd::Tester' is not installed, Module 'Moose' is not installed, Module 'DateTime' is not installed, Module 'Perl::PrereqScanner' is not installed, Module 'Config::MVP::Reader' is not installed, Module 'MooseX::Role::Parameterized' is not installed, Module 'Moose::Role' is not installed, Module 'MooseX::Types' is not installed, Module 'Sub::Exporter::ForMethods' is not installed, Module 'MooseX::SetOnce' is not installed, Module 'namespace::autoclean' is not installed, Module 'Config::MVP::Assembler::WithBundles' is not installed, Module 'App::Cmd::Tester::CaptureExternal' is not installed, Module 'MooseX::Types::Perl' is not installed, Module 'Class::Load' is not installed, Module 'Config::MVP::Section' is not installed, Module 'MooseX::LazyRequire' is not installed, Module 'App::Cmd::Setup' is not installed, Module 'CPAN::Uploader' is not installed, Module 'MooseX::Types::Moose' is not installed, Module 'App::Cmd::Command::version' is not installed, Module 'Config::MVP::Assembler' is not installed, Module 'Config::MVP::Reader::Findable::ByExtension' is not installed, Module 'Moose::Util::TypeConstraints' is not installed +! Bailing out the installation for Dist-Zilla-6.010. +Searching Data::Printer (0) on cpanmetadb ... +Unpacking Data-Printer-0.40.tar.gz +OK +==> Found dependencies: MooseX::Types, MooseX::Types::Moose +--> Working on Data::Printer +Fetching http://www.cpan.org/authors/id/G/GA/GARU/Data-Printer-0.40.tar.gz ... OK +Data-Printer-0.40/ +Data-Printer-0.40/.travis.yml +Data-Printer-0.40/Changes +Data-Printer-0.40/examples/ +Data-Printer-0.40/lib/ +Data-Printer-0.40/Makefile.PL +Data-Printer-0.40/MANIFEST +Data-Printer-0.40/MANIFEST.SKIP +Data-Printer-0.40/META.json +Data-Printer-0.40/META.yml +Data-Printer-0.40/README.md +Data-Printer-0.40/t/ +Data-Printer-0.40/xt/ +Data-Printer-0.40/xt/pod-coverage.t +Data-Printer-0.40/xt/pod.t +Data-Printer-0.40/xt/whitespaces.t +Data-Printer-0.40/t/00-load.t +Data-Printer-0.40/t/00.2-begin_load.t +Data-Printer-0.40/t/01-p.t +Data-Printer-0.40/t/02-colors.t +Data-Printer-0.40/t/02.2-autocolor.t +Data-Printer-0.40/t/03-conf.t +Data-Printer-0.40/t/03-conf_not_ref.t +Data-Printer-0.40/t/04-multiline.t +Data-Printer-0.40/t/04-multiline2.t +Data-Printer-0.40/t/05-obj.t +Data-Printer-0.40/t/06-obj2.t +Data-Printer-0.40/t/07-sort.t +Data-Printer-0.40/t/08-deparse.t +Data-Printer-0.40/t/09-alias.t +Data-Printer-0.40/t/10-filter.t +Data-Printer-0.40/t/11-aliased_with_filter.t +Data-Printer-0.40/t/12-filter_class.t +Data-Printer-0.40/t/13-filter_datetime.t +Data-Printer-0.40/t/13.2-filter_db.t +Data-Printer-0.40/t/13.3-filter_digest.t +Data-Printer-0.40/t/14-local_conf.t +Data-Printer-0.40/t/15-rc_file.t +Data-Printer-0.40/t/16-rc_file2.t +Data-Printer-0.40/t/16.2-rc_overwrite.t +Data-Printer-0.40/t/16.3-rc_env.t +Data-Printer-0.40/t/16.4-rc_env2.t +Data-Printer-0.40/t/16.5-rc_env3.t +Data-Printer-0.40/t/17-parallel.t +Data-Printer-0.40/t/18-class_method.t +Data-Printer-0.40/t/19-tied.t +Data-Printer-0.40/t/20-handles.t +Data-Printer-0.40/t/21-ddp.t +Data-Printer-0.40/t/22-class_method.t +Data-Printer-0.40/t/23-caller_info.t +Data-Printer-0.40/t/24-no_prototypes.t +Data-Printer-0.40/t/25-weak.t +Data-Printer-0.40/t/26-tainted.t +Data-Printer-0.40/t/26.2-tainted_rc.t +Data-Printer-0.40/t/26.7-unicode.t +Data-Printer-0.40/t/27-pass_through.t +Data-Printer-0.40/t/27.2-pass_through.t +Data-Printer-0.40/t/27.3-pass_through-DDP.t +Data-Printer-0.40/t/27.4-pass_through-DDP.t +Data-Printer-0.40/t/28-void_return.t +Data-Printer-0.40/t/29-output.t +Data-Printer-0.40/t/30-print_escapes.t +Data-Printer-0.40/t/31-bad_parameters.t +Data-Printer-0.40/t/32-quote_keys.t +Data-Printer-0.40/t/33-end_separator.t +Data-Printer-0.40/t/33-separator.t +Data-Printer-0.40/t/34-show_readonly.t +Data-Printer-0.40/t/35-vstrings.t +Data-Printer-0.40/t/36-valign.t +Data-Printer-0.40/t/37-format.t +Data-Printer-0.40/t/38-lvalue.t +Data-Printer-0.40/t/39-seen_override.t +Data-Printer-0.40/t/40-escape_chars.t +Data-Printer-0.40/t/41-yaml.t +Data-Printer-0.40/t/42-alignment.t +Data-Printer-0.40/t/43-_is_number.t +Data-Printer-0.40/t/44-number-colors.t +Data-Printer-0.40/t/45-np.t +Data-Printer-0.40/lib/Data/ +Data-Printer-0.40/lib/DDP.pm +Data-Printer-0.40/lib/Data/Printer/ +Data-Printer-0.40/lib/Data/Printer.pm +Data-Printer-0.40/lib/Data/Printer/Filter/ +Data-Printer-0.40/lib/Data/Printer/Filter.pm +Data-Printer-0.40/lib/Data/Printer/Filter/DateTime.pm +Data-Printer-0.40/lib/Data/Printer/Filter/DB.pm +Data-Printer-0.40/lib/Data/Printer/Filter/Digest.pm +Data-Printer-0.40/examples/try_me.pl +Entering Data-Printer-0.40 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Data-Printer-0.40 ... Warning: prerequisite Package::Stash 0.3 not found. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Data::Printer +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have File::Spec 0 ... Yes (3.68) +Checking if you have Term::ANSIColor 3 ... Yes (4.06) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Fcntl 0 ... Yes (1.13) +Checking if you have Sort::Naturally 0 ... Yes (1.03) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have File::HomeDir 0.91 ... Yes (1.002) +Checking if you have Package::Stash 0.3 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Clone::PP 0 ... Yes (1.07) +Checking if you have version 0.83 ... Yes (0.9918) +Already tried Package::Stash. Skipping. +! Installing the dependencies failed: Module 'Package::Stash' is not installed +! Bailing out the installation for Data-Printer-0.40. +Searching Pod::Readme (0) on cpanmetadb ... +Unpacking Pod-Readme-v1.1.2.tar.gz +OK +==> Found dependencies: Package::Stash +--> Working on Pod::Readme +Fetching http://www.cpan.org/authors/id/R/RR/RRWO/Pod-Readme-v1.1.2.tar.gz ... OK +Pod-Readme-v1.1.2/ +Pod-Readme-v1.1.2/lib/ +Pod-Readme-v1.1.2/lib/Pod/ +Pod-Readme-v1.1.2/lib/Pod/Readme.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/ +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/ +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/version.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/changes.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin/requires.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Types.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Plugin.pm +Pod-Readme-v1.1.2/lib/Pod/Readme/Filter.pm +Pod-Readme-v1.1.2/MANIFEST.SKIP +Pod-Readme-v1.1.2/t/ +Pod-Readme-v1.1.2/t/lib/ +Pod-Readme-v1.1.2/t/lib/Pod/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test.pm +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Plugin/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Plugin/noop.pm +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test/ +Pod-Readme-v1.1.2/t/lib/Pod/Readme/Test/Kit.pm +Pod-Readme-v1.1.2/t/20-pod-readme.t +Pod-Readme-v1.1.2/t/plugins/ +Pod-Readme-v1.1.2/t/plugins/changes.t +Pod-Readme-v1.1.2/t/plugins/version.t +Pod-Readme-v1.1.2/t/plugins/requires.t +Pod-Readme-v1.1.2/t/10-pod-readme-filter.t +Pod-Readme-v1.1.2/t/data/ +Pod-Readme-v1.1.2/t/data/README-1.pod +Pod-Readme-v1.1.2/t/data/README.txt +Pod-Readme-v1.1.2/t/data/META-1.yml +Pod-Readme-v1.1.2/README.pod +Pod-Readme-v1.1.2/MANIFEST +Pod-Readme-v1.1.2/Makefile.PL +Pod-Readme-v1.1.2/bin/ +Pod-Readme-v1.1.2/bin/pod2readme +Pod-Readme-v1.1.2/Changes +Pod-Readme-v1.1.2/inc/ +Pod-Readme-v1.1.2/inc/Module/ +Pod-Readme-v1.1.2/inc/Module/Install.pm +Pod-Readme-v1.1.2/inc/Module/Install/ +Pod-Readme-v1.1.2/inc/Module/Install/Can.pm +Pod-Readme-v1.1.2/inc/Module/Install/Win32.pm +Pod-Readme-v1.1.2/inc/Module/Install/Base.pm +Pod-Readme-v1.1.2/inc/Module/Install/Include.pm +Pod-Readme-v1.1.2/inc/Module/Install/Makefile.pm +Pod-Readme-v1.1.2/inc/Module/Install/Scripts.pm +Pod-Readme-v1.1.2/inc/Module/Install/AuthorRequires.pm +Pod-Readme-v1.1.2/inc/Module/Install/AuthorTests.pm +Pod-Readme-v1.1.2/inc/Module/Install/Fetch.pm +Pod-Readme-v1.1.2/inc/Module/Install/Metadata.pm +Pod-Readme-v1.1.2/inc/Module/Install/WriteAll.pm +Pod-Readme-v1.1.2/inc/Module/Install/AutoInstall.pm +Pod-Readme-v1.1.2/inc/Module/AutoInstall.pm +Pod-Readme-v1.1.2/META.yml +Entering Pod-Readme-v1.1.2 +Checking configure dependencies from META.yml +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Pod-Readme-1.001002 ... Warning: prerequisite Getopt::Long::Descriptive 0 not found. +Warning: prerequisite Moo 1.004005 not found. +Warning: prerequisite Moo::Role 0 not found. +Warning: prerequisite MooX::HandlesVia 0 not found. +Warning: prerequisite Role::Tiny 0 not found. +Warning: prerequisite Type::Tiny 0 not found. +Warning: prerequisite Types::Standard 0 not found. +Warning: prerequisite namespace::autoclean 0 not found. +*** Module::AutoInstall version 1.12 +*** Checking for Perl dependencies... +*** Since we're running under cpanminus, I'll just let it take care + of the dependency's installation later. +[Core Features] +- Exporter ...loaded. (5.72) +- File::Compare ...loaded. (1.1006) +- File::Temp ...loaded. (0.2304) +- IO::String ...loaded. (1.08) +- Test::Deep ...loaded. (1.127) +- Test::Exception ...loaded. (0.43) +- Test::More ...loaded. (1.302098) +- lib ...loaded. (0.64) +- Carp ...loaded. (1.43) +- Class::Method::Modifiers ...loaded. (2.12 >= 2.00) +- CPAN::Changes ...loaded. (0.400002 >= 0.30) +- CPAN::Meta ...loaded. (2.150010) +- Exporter ...loaded. (5.72) +- ExtUtils::MakeMaker ...loaded. (7.30 >= 6.56) +- File::Copy ...loaded. (2.32) +- File::Slurp ...loaded. (9999.19) +- Getopt::Long::Descriptive ...missing. +- Hash::Util ...loaded. (0.22) +- IO ...loaded. (1.38) +- List::Util ...loaded. (1.49 >= 1.33) +- Module::CoreList ...loaded. (5.20171020) +- Module::Load ...loaded. (0.32) +- Moo ...missing. (would need 1.004005) +- Moo::Role ...missing. +- MooX::HandlesVia ...missing. +- namespace::autoclean ...missing. +- Path::Tiny ...loaded. (0.104 >= 0.018) +- Pod::Simple ...loaded. (3.35) +- Role::Tiny ...missing. +- Scalar::Util ...loaded. (1.49) +- Try::Tiny ...loaded. (0.28) +- Type::Tiny ...missing. +- Types::Standard ...missing. +- version ...loaded. (0.9918 >= 0.77) +*** Module::AutoInstall configuration finished. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Pod::Readme +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Moo::Role 0 ... No +Checking if you have CPAN::Meta 0 ... Yes (2.150010) +Checking if you have Module::CoreList 0 ... Yes (5.20171020) +Checking if you have File::Compare 0 ... Yes (1.1006) +Checking if you have version 0.83 ... Yes (0.9918) +Checking if you have Test::Exception 0 ... Yes (0.43) +Checking if you have Class::Method::Modifiers 2.00 ... Yes (2.12) +Checking if you have Scalar::Util 1.24 ... Yes (1.49) +Checking if you have Test::Deep 0.103 ... Yes (1.127) +Checking if you have Pod::Simple 0 ... Yes (3.35) +Checking if you have lib 0 ... Yes (0.64) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have File::Copy 0 ... Yes (2.32) +Checking if you have Try::Tiny 0.04 ... Yes (0.28) +Checking if you have Role::Tiny 2.000004 ... No +Checking if you have Carp 0 ... Yes (1.43) +Checking if you have Types::Standard 0 ... No +Checking if you have MooX::HandlesVia 0 ... No +Checking if you have IO::String 0 ... Yes (1.08) +Checking if you have File::Slurp 0 ... Yes (9999.19) +Checking if you have Getopt::Long::Descriptive 0.088 ... No +Checking if you have CPAN::Changes 0.30 ... Yes (0.400002) +Checking if you have Hash::Util 0 ... Yes (0.22) +Checking if you have Module::Load 0 ... Yes (0.32) +Checking if you have namespace::autoclean 0.16 ... No +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have Type::Tiny 0.008 ... No +Checking if you have Moo 2.000000 ... No +Checking if you have File::Temp 0.18 ... Yes (0.2304) +Checking if you have IO 0 ... Yes (1.38) +Checking if you have Path::Tiny 0.052 ... Yes (0.104) +Checking if you have List::Util 1.45 ... Yes (1.49) +Checking if you have Exporter 5.57 ... Yes (5.72) +Already tried Moo::Role. Skipping. +Already tried Role::Tiny. Skipping. +Already tried Types::Standard. Skipping. +Already tried MooX::HandlesVia. Skipping. +Already tried Getopt::Long::Descriptive. Skipping. +Already tried namespace::autoclean. Skipping. +Already tried Type::Tiny. Skipping. +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Role::Tiny' is not installed, Module 'Moo::Role' is not installed, Module 'Moo' is not installed, Module 'namespace::autoclean' is not installed, Module 'Type::Tiny' is not installed, Module 'Getopt::Long::Descriptive' is not installed, Module 'MooX::HandlesVia' is not installed, Module 'Types::Standard' is not installed +! Bailing out the installation for Pod-Readme-1.001002. +Already tried CPAN::Uploader. Skipping. +Searching Devel::NYTProf (0) on cpanmetadb ... +Unpacking Devel-NYTProf-6.04.tar.gz +OK +==> Found dependencies: Moo::Role, Role::Tiny, Types::Standard, MooX::HandlesVia, Getopt::Long::Descriptive, namespace::autoclean, Type::Tiny, Moo +--> Working on Devel::NYTProf +Fetching http://www.cpan.org/authors/id/T/TI/TIMB/Devel-NYTProf-6.04.tar.gz ... OK +Devel-NYTProf-6.04/ +Devel-NYTProf-6.04/.gdbinit +Devel-NYTProf-6.04/.gitignore +Devel-NYTProf-6.04/.indent.pro +Devel-NYTProf-6.04/.perltidyrc +Devel-NYTProf-6.04/.travis.yml +Devel-NYTProf-6.04/bin/ +Devel-NYTProf-6.04/Changes +Devel-NYTProf-6.04/demo/ +Devel-NYTProf-6.04/FileHandle.h +Devel-NYTProf-6.04/FileHandle.xs +Devel-NYTProf-6.04/HACKING +Devel-NYTProf-6.04/INSTALL +Devel-NYTProf-6.04/lib/ +Devel-NYTProf-6.04/Makefile.PL +Devel-NYTProf-6.04/MANIFEST +Devel-NYTProf-6.04/MemoryProfiling.pod +Devel-NYTProf-6.04/META.json +Devel-NYTProf-6.04/META.yml +Devel-NYTProf-6.04/NYTProf.h +Devel-NYTProf-6.04/NYTProf.xs +Devel-NYTProf-6.04/ppport.h +Devel-NYTProf-6.04/README.md +Devel-NYTProf-6.04/slowops.h +Devel-NYTProf-6.04/t/ +Devel-NYTProf-6.04/typemap +Devel-NYTProf-6.04/xt/ +Devel-NYTProf-6.04/xt/61-cputime.t +Devel-NYTProf-6.04/xt/test23-strevalxs.p +Devel-NYTProf-6.04/xt/test23-strevalxs.rdt +Devel-NYTProf-6.04/xt/test23-strevalxs.t +Devel-NYTProf-6.04/xt/test45-overload.p +Devel-NYTProf-6.04/xt/test71-while.p +Devel-NYTProf-6.04/xt/test82-stress.t +Devel-NYTProf-6.04/xt/test90-stress.p +Devel-NYTProf-6.04/t/00-load.t +Devel-NYTProf-6.04/t/10-run.t +Devel-NYTProf-6.04/t/22-readstream.t +Devel-NYTProf-6.04/t/30-util.t +Devel-NYTProf-6.04/t/31-env.t +Devel-NYTProf-6.04/t/40-savesrc.t +Devel-NYTProf-6.04/t/42-global.t +Devel-NYTProf-6.04/t/44-model.t +Devel-NYTProf-6.04/t/50-errno.t +Devel-NYTProf-6.04/t/60-forkdepth.t +Devel-NYTProf-6.04/t/68-hashline.t +Devel-NYTProf-6.04/t/70-subname.t +Devel-NYTProf-6.04/t/71-moose.t +Devel-NYTProf-6.04/t/72-autodie.t +Devel-NYTProf-6.04/t/80-version.t +Devel-NYTProf-6.04/t/90-pod.t +Devel-NYTProf-6.04/t/91-pod_coverage.t +Devel-NYTProf-6.04/t/92-file_port.t +Devel-NYTProf-6.04/t/lib/ +Devel-NYTProf-6.04/t/test01.calls +Devel-NYTProf-6.04/t/test01.p +Devel-NYTProf-6.04/t/test01.rdt +Devel-NYTProf-6.04/t/test01.t +Devel-NYTProf-6.04/t/test01.x +Devel-NYTProf-6.04/t/test02.calls +Devel-NYTProf-6.04/t/test02.p +Devel-NYTProf-6.04/t/test02.pf +Devel-NYTProf-6.04/t/test02.pf.csv +Devel-NYTProf-6.04/t/test02.rdt +Devel-NYTProf-6.04/t/test02.t +Devel-NYTProf-6.04/t/test02.x +Devel-NYTProf-6.04/t/test03.calls +Devel-NYTProf-6.04/t/test03.p +Devel-NYTProf-6.04/t/test03.rdt +Devel-NYTProf-6.04/t/test03.t +Devel-NYTProf-6.04/t/test03.x +Devel-NYTProf-6.04/t/test05.calls +Devel-NYTProf-6.04/t/test05.p +Devel-NYTProf-6.04/t/test05.rdt +Devel-NYTProf-6.04/t/test05.t +Devel-NYTProf-6.04/t/test05.x +Devel-NYTProf-6.04/t/test06.calls +Devel-NYTProf-6.04/t/test06.p +Devel-NYTProf-6.04/t/test06.rdt +Devel-NYTProf-6.04/t/test06.t +Devel-NYTProf-6.04/t/test06.x +Devel-NYTProf-6.04/t/test07.calls +Devel-NYTProf-6.04/t/test07.p +Devel-NYTProf-6.04/t/test07.rdt +Devel-NYTProf-6.04/t/test07.t +Devel-NYTProf-6.04/t/test07.x +Devel-NYTProf-6.04/t/test08.calls +Devel-NYTProf-6.04/t/test08.p +Devel-NYTProf-6.04/t/test08.rdt +Devel-NYTProf-6.04/t/test08.t +Devel-NYTProf-6.04/t/test08.x +Devel-NYTProf-6.04/t/test09.calls +Devel-NYTProf-6.04/t/test09.p +Devel-NYTProf-6.04/t/test09.rdt +Devel-NYTProf-6.04/t/test09.t +Devel-NYTProf-6.04/t/test09.x +Devel-NYTProf-6.04/t/test10.calls +Devel-NYTProf-6.04/t/test10.p +Devel-NYTProf-6.04/t/test10.rdt +Devel-NYTProf-6.04/t/test10.t +Devel-NYTProf-6.04/t/test10.x +Devel-NYTProf-6.04/t/test11.calls +Devel-NYTProf-6.04/t/test11.p +Devel-NYTProf-6.04/t/test11.rdt +Devel-NYTProf-6.04/t/test11.t +Devel-NYTProf-6.04/t/test11.x +Devel-NYTProf-6.04/t/test12.calls +Devel-NYTProf-6.04/t/test12.p +Devel-NYTProf-6.04/t/test12.pl +Devel-NYTProf-6.04/t/test12.rdt +Devel-NYTProf-6.04/t/test12.t +Devel-NYTProf-6.04/t/test12.x +Devel-NYTProf-6.04/t/test13.calls +Devel-NYTProf-6.04/t/test13.p +Devel-NYTProf-6.04/t/test13.rdt +Devel-NYTProf-6.04/t/test13.t +Devel-NYTProf-6.04/t/test13.x +Devel-NYTProf-6.04/t/test14.p +Devel-NYTProf-6.04/t/test14.pm +Devel-NYTProf-6.04/t/test14.pm_x +Devel-NYTProf-6.04/t/test14.rdt +Devel-NYTProf-6.04/t/test14.t +Devel-NYTProf-6.04/t/test14.x +Devel-NYTProf-6.04/t/test16.calls +Devel-NYTProf-6.04/t/test16.p +Devel-NYTProf-6.04/t/test16.rdt +Devel-NYTProf-6.04/t/test16.t +Devel-NYTProf-6.04/t/test16.x +Devel-NYTProf-6.04/t/test17-goto.calls +Devel-NYTProf-6.04/t/test17-goto.p +Devel-NYTProf-6.04/t/test17-goto.rdt +Devel-NYTProf-6.04/t/test17-goto.t +Devel-NYTProf-6.04/t/test18-goto2.calls +Devel-NYTProf-6.04/t/test18-goto2.p +Devel-NYTProf-6.04/t/test18-goto2.pm +Devel-NYTProf-6.04/t/test18-goto2.t +Devel-NYTProf-6.04/t/test20-streval.calls +Devel-NYTProf-6.04/t/test20-streval.p +Devel-NYTProf-6.04/t/test20-streval.rdt +Devel-NYTProf-6.04/t/test20-streval.t +Devel-NYTProf-6.04/t/test20-streval.x +Devel-NYTProf-6.04/t/test21-streval3.calls +Devel-NYTProf-6.04/t/test21-streval3.p +Devel-NYTProf-6.04/t/test21-streval3.rdt +Devel-NYTProf-6.04/t/test21-streval3.t +Devel-NYTProf-6.04/t/test21-streval3.x +Devel-NYTProf-6.04/t/test22-strevala.calls +Devel-NYTProf-6.04/t/test22-strevala.p +Devel-NYTProf-6.04/t/test22-strevala.rdt +Devel-NYTProf-6.04/t/test22-strevala.t +Devel-NYTProf-6.04/t/test23-strevall.calls +Devel-NYTProf-6.04/t/test23-strevall.p +Devel-NYTProf-6.04/t/test23-strevall.rdt +Devel-NYTProf-6.04/t/test23-strevall.t +Devel-NYTProf-6.04/t/test24-strevalc.calls +Devel-NYTProf-6.04/t/test24-strevalc.p +Devel-NYTProf-6.04/t/test24-strevalc.rdt +Devel-NYTProf-6.04/t/test24-strevalc.t +Devel-NYTProf-6.04/t/test25-strevalb.t +Devel-NYTProf-6.04/t/test30-fork-0.calls +Devel-NYTProf-6.04/t/test30-fork-0.p +Devel-NYTProf-6.04/t/test30-fork-0.rdt +Devel-NYTProf-6.04/t/test30-fork-0.t +Devel-NYTProf-6.04/t/test30-fork-0.x +Devel-NYTProf-6.04/t/test30-fork-1.rdt +Devel-NYTProf-6.04/t/test30-fork-1.x +Devel-NYTProf-6.04/t/test40pmc.calls +Devel-NYTProf-6.04/t/test40pmc.p +Devel-NYTProf-6.04/t/test40pmc.pm +Devel-NYTProf-6.04/t/test40pmc.pm_x +Devel-NYTProf-6.04/t/test40pmc.pmc +Devel-NYTProf-6.04/t/test40pmc.rdt +Devel-NYTProf-6.04/t/test40pmc.t +Devel-NYTProf-6.04/t/test40pmc.x +Devel-NYTProf-6.04/t/test50-disable.calls +Devel-NYTProf-6.04/t/test50-disable.p +Devel-NYTProf-6.04/t/test50-disable.rdt +Devel-NYTProf-6.04/t/test50-disable.t +Devel-NYTProf-6.04/t/test50-disable.x +Devel-NYTProf-6.04/t/test51-enable.calls +Devel-NYTProf-6.04/t/test51-enable.p +Devel-NYTProf-6.04/t/test51-enable.rdt +Devel-NYTProf-6.04/t/test51-enable.t +Devel-NYTProf-6.04/t/test51-enable.x +Devel-NYTProf-6.04/t/test60-subname.calls +Devel-NYTProf-6.04/t/test60-subname.p +Devel-NYTProf-6.04/t/test60-subname.rdt +Devel-NYTProf-6.04/t/test60-subname.t +Devel-NYTProf-6.04/t/test61-submerge.calls +Devel-NYTProf-6.04/t/test61-submerge.p +Devel-NYTProf-6.04/t/test61-submerge.rdt +Devel-NYTProf-6.04/t/test61-submerge.t +Devel-NYTProf-6.04/t/test62-subcaller1.calls +Devel-NYTProf-6.04/t/test62-subcaller1.p +Devel-NYTProf-6.04/t/test62-subcaller1.rdt +Devel-NYTProf-6.04/t/test62-subcaller1.t +Devel-NYTProf-6.04/t/test62-tie-a.calls +Devel-NYTProf-6.04/t/test62-tie-a.p +Devel-NYTProf-6.04/t/test62-tie-a.rdt +Devel-NYTProf-6.04/t/test62-tie-a.t +Devel-NYTProf-6.04/t/test62-tie-b.calls +Devel-NYTProf-6.04/t/test62-tie-b.p +Devel-NYTProf-6.04/t/test62-tie-b.rdt +Devel-NYTProf-6.04/t/test62-tie-b.t +Devel-NYTProf-6.04/t/test70-subexcl.calls +Devel-NYTProf-6.04/t/test70-subexcl.p +Devel-NYTProf-6.04/t/test70-subexcl.t +Devel-NYTProf-6.04/t/test80-recurs.calls +Devel-NYTProf-6.04/t/test80-recurs.p +Devel-NYTProf-6.04/t/test80-recurs.rdt +Devel-NYTProf-6.04/t/test80-recurs.t +Devel-NYTProf-6.04/t/test81-swash.t +Devel-NYTProf-6.04/t/test82-version.t +Devel-NYTProf-6.04/t/test90-strsubref.t +Devel-NYTProf-6.04/t/zzz.t +Devel-NYTProf-6.04/t/lib/NYTProfTest.pm +Devel-NYTProf-6.04/lib/Devel/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/ +Devel-NYTProf-6.04/lib/Devel/NYTProf.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Apache.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Constants.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Core.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Data.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/FileHandle.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/FileInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/Reader.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/ReadStream.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Run.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/SubCallInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/SubInfo.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Test.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/Util.pm +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/asc.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/bg.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/desc.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/ +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jquery-min.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jquery-tablesorter-min.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/style-tablesorter.css +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient-cushion1.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient20.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient30.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient40.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/gradient50.png +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/jit-yc.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/jit.js +Devel-NYTProf-6.04/lib/Devel/NYTProf/js/jit/Treemap.css +Devel-NYTProf-6.04/demo/1m_stmts.pl +Devel-NYTProf-6.04/demo/closure.pl +Devel-NYTProf-6.04/demo/cpucache.pl +Devel-NYTProf-6.04/demo/demo-code.pl +Devel-NYTProf-6.04/demo/demo-run.pl +Devel-NYTProf-6.04/demo/exclusive-sub-time.pl +Devel-NYTProf-6.04/demo/README +Devel-NYTProf-6.04/bin/flamegraph.pl +Devel-NYTProf-6.04/bin/nytprofcalls +Devel-NYTProf-6.04/bin/nytprofcg +Devel-NYTProf-6.04/bin/nytprofcsv +Devel-NYTProf-6.04/bin/nytprofhtml +Devel-NYTProf-6.04/bin/nytprofmerge +Devel-NYTProf-6.04/bin/nytprofpf +Entering Devel-NYTProf-6.04 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring Devel-NYTProf-6.04 ... Looking for header files and functions... +Found clock_gettime in time.h +Found deflateInit2 in zlib.h +Your perl was compiled with gcc (version 7.2.0), okay. +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for Devel::NYTProf +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Test::Differences 0.60 ... Yes (0.64) +Checking if you have Getopt::Long 2.39 ... Yes (2.5) +Checking if you have File::Which 1.09 ... Yes (1.22) +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have JSON::MaybeXS 0 ... Yes (1.003009) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have List::Util 1.45 ... Yes (1.49) +OK +Building and testing Devel-NYTProf-6.04 ... cp lib/Devel/NYTProf/js/jit/gradient.png blib/lib/Devel/NYTProf/js/jit/gradient.png +cp lib/Devel/NYTProf/Constants.pm blib/lib/Devel/NYTProf/Constants.pm +cp lib/Devel/NYTProf/Reader.pm blib/lib/Devel/NYTProf/Reader.pm +cp lib/Devel/NYTProf/Util.pm blib/lib/Devel/NYTProf/Util.pm +cp lib/Devel/NYTProf/Run.pm blib/lib/Devel/NYTProf/Run.pm +cp lib/Devel/NYTProf/SubInfo.pm blib/lib/Devel/NYTProf/SubInfo.pm +cp lib/Devel/NYTProf/Test.pm blib/lib/Devel/NYTProf/Test.pm +cp lib/Devel/NYTProf/js/bg.png blib/lib/Devel/NYTProf/js/bg.png +cp lib/Devel/NYTProf/Core.pm blib/lib/Devel/NYTProf/Core.pm +cp lib/Devel/NYTProf/Apache.pm blib/lib/Devel/NYTProf/Apache.pm +cp lib/Devel/NYTProf/js/jit/gradient40.png blib/lib/Devel/NYTProf/js/jit/gradient40.png +cp lib/Devel/NYTProf/js/jit/gradient50.png blib/lib/Devel/NYTProf/js/jit/gradient50.png +cp lib/Devel/NYTProf/js/jit/gradient-cushion1.png blib/lib/Devel/NYTProf/js/jit/gradient-cushion1.png +cp lib/Devel/NYTProf/js/jit/gradient20.png blib/lib/Devel/NYTProf/js/jit/gradient20.png +cp MemoryProfiling.pod blib/lib/Devel/MemoryProfiling.pod +cp lib/Devel/NYTProf/js/jit/Treemap.css blib/lib/Devel/NYTProf/js/jit/Treemap.css +cp lib/Devel/NYTProf/js/jit/jit-yc.js blib/lib/Devel/NYTProf/js/jit/jit-yc.js +cp lib/Devel/NYTProf/js/jit/jit.js blib/lib/Devel/NYTProf/js/jit/jit.js +cp lib/Devel/NYTProf/js/jquery-tablesorter-min.js blib/lib/Devel/NYTProf/js/jquery-tablesorter-min.js +cp lib/Devel/NYTProf/js/asc.png blib/lib/Devel/NYTProf/js/asc.png +cp lib/Devel/NYTProf/ReadStream.pm blib/lib/Devel/NYTProf/ReadStream.pm +cp lib/Devel/NYTProf/FileInfo.pm blib/lib/Devel/NYTProf/FileInfo.pm +cp lib/Devel/NYTProf/js/style-tablesorter.css blib/lib/Devel/NYTProf/js/style-tablesorter.css +cp lib/Devel/NYTProf/FileHandle.pm blib/lib/Devel/NYTProf/FileHandle.pm +cp lib/Devel/NYTProf.pm blib/lib/Devel/NYTProf.pm +cp lib/Devel/NYTProf/js/jit/gradient30.png blib/lib/Devel/NYTProf/js/jit/gradient30.png +cp lib/Devel/NYTProf/Data.pm blib/lib/Devel/NYTProf/Data.pm +cp lib/Devel/NYTProf/js/jquery-min.js blib/lib/Devel/NYTProf/js/jquery-min.js +cp lib/Devel/NYTProf/SubCallInfo.pm blib/lib/Devel/NYTProf/SubCallInfo.pm +cp lib/Devel/NYTProf/js/desc.png blib/lib/Devel/NYTProf/js/desc.png +Running Mkbootstrap for NYTProf () +chmod 644 "NYTProf.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507550277.9666/Devel-NYTProf-6.04/typemap' FileHandle.xs > FileHandle.xsc +mv FileHandle.xsc FileHandle.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAS_CLOCK_GETTIME -DHAS_ZLIB -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter FileHandle.c +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' -typemap '/home/ryan/.cpanm/work/1507550277.9666/Devel-NYTProf-6.04/typemap' NYTProf.xs > NYTProf.xsc +mv NYTProf.xsc NYTProf.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" -DHAS_CLOCK_GETTIME -DHAS_ZLIB -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter NYTProf.c +NYTProf.xs:1219:1: warning: ‘get_str_id’ defined but not used [-Wunused-function] + get_str_id(pTHX_ char* str, STRLEN len) + ^~~~~~~~~~ +rm -f blib/arch/auto/Devel/NYTProf/NYTProf.so +LD_RUN_PATH="/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FileHandle.o NYTProf.o -o blib/arch/auto/Devel/NYTProf/NYTProf.so \ + -lrt -lz \ + +chmod 755 blib/arch/auto/Devel/NYTProf/NYTProf.so +cp blib/arch/auto/Devel/NYTProf/NYTProf.so blib/lib/Devel/auto/Devel/NYTProf/NYTProf.so +cp bin/flamegraph.pl blib/script/flamegraph.pl +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/flamegraph.pl +cp bin/nytprofcalls blib/script/nytprofcalls +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcalls +cp bin/nytprofcg blib/script/nytprofcg +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcg +cp bin/nytprofcsv blib/script/nytprofcsv +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcsv +cp bin/nytprofhtml blib/script/nytprofhtml +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofhtml +cp bin/nytprofmerge blib/script/nytprofmerge +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofmerge +cp bin/nytprofpf blib/script/nytprofpf +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofpf +Manifying 6 pod documents +Manifying 9 pod documents +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 +cp blib/arch/auto/Devel/NYTProf/NYTProf.so blib/lib/Devel/auto/Devel/NYTProf/NYTProf.so +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing Devel::NYTProf 6.04 started at Mon Oct 9 07:59:25 2017 +# Compression: default level is 6, zlib version 1.2.8 +# --- Perl 5.027005 Config on x86_64-linux: +# d_gettimeod: define +# d_sysconf: define +t/00-load.t ............ ok +t/10-run.t ............. ok +t/22-readstream.t ...... ok +t/30-util.t ............ ok +t/31-env.t ............. ok +t/40-savesrc.t ......... ok +t/42-global.t .......... ok +t/44-model.t ........... ok +t/50-errno.t ........... ok +t/60-forkdepth.t ....... ok +t/68-hashline.t ........ skipped: Currently a developer-only test +t/70-subname.t ......... ok +t/71-moose.t ........... skipped: Moose 2.0 required +t/72-autodie.t ......... skipped: Currently a developer-only test +t/80-version.t ......... ok +t/90-pod.t ............. ok +t/91-pod_coverage.t .... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage +t/92-file_port.t ....... skipped: Test::Portability::Files required for testing filename portability. Can't locate Test/Portability/Files.pm +t/test01.t ............. ok +t/test02.t ............. ok +t/test03.t ............. ok +t/test05.t ............. ok +t/test06.t ............. ok +t/test07.t ............. ok +t/test08.t ............. ok +t/test09.t ............. ok +t/test10.t ............. ok +t/test11.t ............. ok +t/test12.t ............. ok +t/test13.t ............. ok +t/test14.t ............. ok +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +given is experimental at test16.p line 10. +when is experimental at test16.p line 11. +when is experimental at test16.p line 14. +t/test16.t ............. ok +t/test17-goto.t ........ ok +t/test18-goto2.t ....... ok +t/test20-streval.t ..... ok +t/test21-streval3.t .... ok +t/test22-strevala.t .... ok +t/test23-strevall.t .... ok +t/test24-strevalc.t .... ok +t/test25-strevalb.t .... ok +t/test30-fork-0.t ...... ok +t/test40pmc.t .......... ok +t/test50-disable.t ..... ok +t/test51-enable.t ...... ok +t/test60-subname.t ..... ok +t/test61-submerge.t .... ok +t/test62-subcaller1.t .. ok +t/test62-tie-a.t ....... skipped: needs perl < 5.21.1 (see t/test62-tie-b.t) +t/test62-tie-b.t ....... ok +t/test70-subexcl.t ..... ok +t/test80-recurs.t ...... ok +t/test81-swash.t ....... ok +t/test82-version.t ..... ok +t/test90-strsubref.t ... ok +# Tests ended at Mon Oct 9 08:01:15 2017 +t/zzz.t ................ ok +All tests successful. +Files=55, Tests=4760, 110 wallclock secs ( 0.92 usr 0.14 sys + 43.92 cusr 8.61 csys = 53.59 CPU) +Result: PASS +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 +cp blib/arch/auto/Devel/NYTProf/NYTProf.so blib/lib/Devel/auto/Devel/NYTProf/NYTProf.so +Manifying 6 pod documents +Manifying 9 pod documents +Files found in blib/arch: installing files in blib/lib into architecture dependent library tree +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/auto/Devel/NYTProf/NYTProf.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/MemoryProfiling.pod +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/SubInfo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Test.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/FileInfo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Data.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Constants.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Util.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/ReadStream.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/FileHandle.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Reader.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Core.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Apache.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/SubCallInfo.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/Run.pm +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/desc.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/style-tablesorter.css +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/bg.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jquery-tablesorter-min.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/asc.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jquery-min.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient20.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient-cushion1.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient30.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/jit-yc.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient40.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/Treemap.css +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/jit.js +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/NYTProf/js/jit/gradient50.png +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/Devel/auto/Devel/NYTProf/NYTProf.so +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofcg.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofmerge.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofcalls.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofcsv.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofhtml.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man1/nytprofpf.1 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::Data.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::FileInfo.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::Run.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::MemoryProfiling.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::Util.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::ReadStream.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::Core.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man/man3/Devel::NYTProf::Apache.3 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofcg +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofcsv +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofpf +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofcalls +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofhtml +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/flamegraph.pl +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/nytprofmerge +Appending installation info to /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/perllocal.pod +OK +Successfully installed Devel-NYTProf-6.04 +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-NYTProf-6.04/install.json +Installing /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/site_perl/5.27.5/x86_64-linux/.meta/Devel-NYTProf-6.04/MYMETA.json +! Installing the dependencies failed: Module 'Dist::Zilla' is not installed, Module 'Data::Printer' is not installed, Module 'Pod::Readme' is not installed, Module 'CPAN::Uploader' is not installed +! Bailing out the installation for Task-Kensho-ModuleDev-0.39. +Searching autovivification (0) on cpanmetadb ... +Unpacking autovivification-0.17.tar.gz +--> Working on autovivification +Fetching http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-0.17.tar.gz ... OK +autovivification-0.17/ +autovivification-0.17/autovivification.xs +autovivification-0.17/Changes +autovivification-0.17/lib/ +autovivification-0.17/Makefile.PL +autovivification-0.17/MANIFEST +autovivification-0.17/META.json +autovivification-0.17/META.yml +autovivification-0.17/README +autovivification-0.17/samples/ +autovivification-0.17/t/ +autovivification-0.17/xsh/ +autovivification-0.17/xsh/caps.h +autovivification-0.17/xsh/debug.h +autovivification-0.17/xsh/hints.h +autovivification-0.17/xsh/mem.h +autovivification-0.17/xsh/ops.h +autovivification-0.17/xsh/peep.h +autovivification-0.17/xsh/ptable.h +autovivification-0.17/xsh/threads.h +autovivification-0.17/xsh/util.h +autovivification-0.17/t/00-load.t +autovivification-0.17/t/09-load-threads.t +autovivification-0.17/t/20-hash.t +autovivification-0.17/t/22-hash-kv.t +autovivification-0.17/t/23-hash-tied.t +autovivification-0.17/t/24-hash-numerous.t +autovivification-0.17/t/30-array.t +autovivification-0.17/t/31-array-fast.t +autovivification-0.17/t/32-array-kv.t +autovivification-0.17/t/33-array-tied.t +autovivification-0.17/t/34-array-numerous.t +autovivification-0.17/t/40-scope.t +autovivification-0.17/t/41-padsv.t +autovivification-0.17/t/42-deparse.t +autovivification-0.17/t/43-peep.t +autovivification-0.17/t/44-multideref.t +autovivification-0.17/t/50-threads.t +autovivification-0.17/t/51-threads-teardown.t +autovivification-0.17/t/lib/ +autovivification-0.17/t/lib/autovivification/ +autovivification-0.17/t/lib/Test/ +autovivification-0.17/t/lib/VPIT/ +autovivification-0.17/t/lib/VPIT/TestHelpers.pm +autovivification-0.17/t/lib/Test/Leaner.pm +autovivification-0.17/t/lib/autovivification/TestCases.pm +autovivification-0.17/t/lib/autovivification/TestRequired1.pm +autovivification-0.17/t/lib/autovivification/TestRequired2.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/ +autovivification-0.17/t/lib/autovivification/TestRequired5/ +autovivification-0.17/t/lib/autovivification/TestRequired6.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/a0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/b0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/c0.pm +autovivification-0.17/t/lib/autovivification/TestRequired5/d0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/a0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/b0.pm +autovivification-0.17/t/lib/autovivification/TestRequired4/c0.pm +autovivification-0.17/samples/bench.pl +autovivification-0.17/samples/hash2array.pl +autovivification-0.17/lib/autovivification.pm +Entering autovivification-0.17 +Checking configure dependencies from META.json +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Running Makefile.PL +Configuring autovivification-0.17 ... Checking if this is gcc 3.4 on Windows trying to link against an import library... no +Checking if your kit is complete... +Looks good +Generating a Unix-style Makefile +Writing Makefile for autovivification +Writing MYMETA.yml and MYMETA.json +Checking dependencies from MYMETA.json ... +Checking if you have Test::More 1.302015 ... Yes (1.302098) +Checking if you have Exporter 5.57 ... Yes (5.72) +Checking if you have POSIX 0 ... Yes (1.77) +Checking if you have ExtUtils::MakeMaker 7.12 ... Yes (7.30) +Checking if you have XSLoader 0 ... Yes (0.27) +Checking if you have Config 0 ... Yes (5.027005) +OK +Building and testing autovivification-0.17 ... cp lib/autovivification.pm blib/lib/autovivification.pm +Running Mkbootstrap for autovivification () +chmod 644 "autovivification.bs" +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- autovivification.bs blib/arch/auto/autovivification/autovivification.bs 644 +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/ExtUtils/typemap' autovivification.xs > autovivification.xsc +mv autovivification.xsc autovivification.c +cc -c -fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/lib/5.27.5/x86_64-linux/CORE" autovivification.c +rm -f blib/arch/auto/autovivification/autovivification.so +cc -shared -O2 -L/usr/local/lib -fstack-protector-strong autovivification.o -o blib/arch/auto/autovivification/autovivification.so \ + \ + +chmod 755 blib/arch/auto/autovivification/autovivification.so +Manifying 1 pod document +"/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- autovivification.bs blib/arch/auto/autovivification/autovivification.bs 644 +PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t +# Testing autovivification 0.17, Perl 5.027005, /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl5.27.5 +t/00-load.t .............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/09-load-threads.t line 34. +t/09-load-threads.t ...... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/20-hash.t .............. ok +t/22-hash-kv.t ........... ok +# Using Tie::StdHash 1.05 +t/23-hash-tied.t ......... ok +t/24-hash-numerous.t ..... ok +t/30-array.t ............. ok +t/31-array-fast.t ........ ok +t/32-array-kv.t .......... ok +# Using Tie::StdArray 1.06 +t/33-array-tied.t ........ ok +t/34-array-numerous.t .... ok +t/40-scope.t ............. ok +t/41-padsv.t ............. ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +t/42-deparse.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +t/43-peep.t .............. ok +t/44-multideref.t ........ ok +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/50-threads.t line 9. +t/50-threads.t ........... +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run +Not a GLOB reference at t/lib/VPIT/TestHelpers.pm line 100. +BEGIN failed--compilation aborted at t/51-threads-teardown.t line 10. +t/51-threads-teardown.t .. +Dubious, test returned 255 (wstat 65280, 0xff00) +No subtests run + +Test Summary Report +------------------- +t/09-load-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/42-deparse.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/50-threads.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +t/51-threads-teardown.t (Wstat: 65280 Tests: 0 Failed: 0) + Non-zero exit status: 255 + Parse errors: No plan found in TAP output +Files=18, Tests=44389, 5 wallclock secs ( 2.63 usr 0.15 sys + 3.67 cusr 0.25 csys = 6.70 CPU) +Result: FAIL +Failed 4/18 test programs. 0/44389 subtests failed. +Makefile:1055: recipe for target 'test_dynamic' failed +make: *** [test_dynamic] Error 255 +! Installing autovivification failed. See /home/ryan/.cpanm/work/1507550277.9666/build.log for details. Retry with --force to force install it. +Already tried Sys::Linux::Namespace. Skipping. +Already tried Moo. Skipping. +! Installing the dependencies failed: Module 'Moose' is not installed, Module 'Task::Kensho::OOP' is not installed, Module 'Task::Kensho::XML' is not installed, Module 'List::SomeUtils' is not installed, Module 'Task::Kensho::Logging' is not installed, Module 'App::EvalServerAdvanced' is not installed, Module 'Types::Standard' is not installed, Module 'Task::Kensho::Email' is not installed, Module 'MooseX::Declare' is not installed, Module 'DateTimeX::Easy' is not installed, Module 'indirect' is not installed, Module 'Cpanel::JSON::XS' is not installed, Module 'Email::Sender::Transport::Test' is not installed, Module 'DateTime' is not installed, Module 'Task::Kensho::ModuleDev' is not installed, Module 'autovivification' is not installed, Module 'Twitter::API' is not installed, Module 'Moo' is not installed, Module 'Sys::Linux::Namespace' is not installed +! Bailing out the installation for Buubot-0.1. +FAIL +5 distributions installed +Command [cpanm --verbose --installdeps /home/ryan/bots/perlbuut] terminated with exit code 1 ($? = 256) under the following perl environment: +Command terminated with non-zero status. + + +Current perl: + Name: perlbot-blead-2017-10-09_12776 + Path: /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin/perl + Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776 -Dccflags=-fpie -fPIC -march=native -fstack-protector-all -pie -D_FORTIFY_SOURCE=2 -Dldflags=-Wl,-z,now -Wl,-zrelro -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin + Compiled at: Oct 9 2017 07:03:06 + +perlbrew: + version: 0.78 + ENV: + PERLBREW_ROOT: /home/ryan/perl5/perlbrew + PERLBREW_HOME: /home/ryan/.perlbrew + PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/bin + PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perlbot-blead-2017-10-09_12776/man +Build finished on Mon Oct 9 08:01:22 EDT 2017 diff --git a/templates/page.html.tt b/templates/page.html.tt index 0951b99..3fbc5a8 100755 --- a/templates/page.html.tt +++ b/templates/page.html.tt @@ -19,7 +19,27 @@ +
Note from author: I would like to add a small amount of data gathering/analytics to this to collect some browser information. See the footer at the bottom of the page for details.
+ [% PROCESS body %] +
+Now that I have more space without disrupting the page here's a full explanation of what I want to do and am planning: +
  • I want to add some small analytics before doing an update, this will require javascript to collect the information
  • +
  • The javascript will not be required to use the site, ever.
  • +
  • I will be trying to collect only the following: +
    1. More detailed browser information (versions, names, etc.). I mostly get this through the webserver logs already but verfiying that it's accurate would be a plus
    2. +
    3. Screen size. This is really the big one. All of my screens are either 1440p, 4K or an ultrawide monitor. I know those aren't representative of those visiting the site so I want to have an idea of how small I should design for
    4. +
    +
  • My plan is to self host a simple analytics system on the same server as perl.bot, no data will ever leave the my control. Nothing will be sold or shared to anyone, and ideally no cookies will be needed for this. (I can't promise on this one yet, as I haven't setup or selected that platform yet. The two I'm looking at right now are GoatCounter and Plausible, they are detailed here https://lwn.net/SubscriberLink/822568/04fe39890fe191af/.
  • +
  • I will continue to explicitly support TUI browsers like lynx, elinks and the emacs web browser
  • +
  • This will not cause javascript to be needed for the site to function at all
  • +
+ +
+The reason for this is that I want to finally get around to adding multiple file support to the web UI, (It's been partially supported via undocumented extensions to the API and the evalserver itself) and make the UI changes necessary for that to work sanely. I don't want those changes to cause anybody's experience to degrade and I'll also be using that time as a chance to clean up the HTML, JS, and CSS that does exist here to reduce page size a bit. Depending on how things go I may drop some of the tiny things I've got (a small poly fill for the syntax highlighting) for Internet Explorer too. Also please look forward to the next version of Mozilla Firefox as it finally, *FINALLY* fixes the long standing issue with Middle-Click paste on linux with the syntax highlighting editor. That's been the most complained about problem on the pastebin. + +If you have any questions or concerns please get in touch with me on IRC (freenode or magnet, simcop2387) or email me simcop2387 @ simcop2387.info. Also now on reddit, https://www.reddit.com/r/perl/comments/hc4qea/ethical_data_collection_on_a_pastebin/ +