vagrant@debian-7:~$ perlbrew info Current perl: Using system perl. Shebang: #!/usr/bin/perl perlbrew: version: 0.67 ENV: PERLBREW_ROOT: /home/vagrant/perl5/perlbrew PERLBREW_HOME: /home/vagrant/.perlbrew PERLBREW_PATH: PERLBREW_MANPATH: vagrant@debian-7:~$ perlbrew install perl-5.16.0 Fetching perl 5.16.0 as /home/vagrant/perl5/perlbrew/dists/perl-5.16.0.tar.bz2 Download http://www.cpan.org/src/5.0/perl-5.16.0.tar.bz2 to /home/vagrant/perl5/perlbrew/dists/perl-5.16.0.tar.bz2 Installing /home/vagrant/perl5/perlbrew/build/perl-5.16.0 into ~/perl5/perlbrew/perls/perl-5.16.0 This could take a while. You can run the following command on another shell to track the status: tail -f ~/perl5/perlbrew/build.perl-5.16.0.log perl-5.16.0 is successfully installed. vagrant@debian-7:~$ vagrant@debian-7:~$ vagrant@debian-7:~$ vagrant@debian-7:~$ vagrant@debian-7:~$ perlbrew switch perl-5.16.0 vagrant@debian-7:~$ which perl /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl vagrant@debian-7:~$ which cpan /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpan vagrant@debian-7:~$ cpan App::cpanminus CPAN.pm requires configuration, but most of it can be done automatically. If you answer 'no' below, you will enter an interactive dialog for each configuration option instead. Would you like to configure as much as possible automatically? [yes] Autoconfigured everything but 'urllist'. Now you need to choose your CPAN mirror sites. You can let me pick mirrors for you, you can select them from a list or you can enter them by hand. Would you like me to automatically choose some CPAN mirror sites for you? (This means connecting to the Internet) [yes] no Would you like to pick from the CPAN mirror list? [yes] Trying to fetch a mirror list from the Internet Fetching with HTTP::Tiny: http://www.perl.org/CPAN/MIRRORED.BY First, pick a nearby continent and country by typing in the number(s) in front of the item(s) you want to select. You can pick several of each, separated by spaces. Then, you will be presented with a list of URLs of CPAN mirrors in the countries you selected, along with previously selected URLs. Select some of those URLs, or just keep the old list. Finally, you will be prompted for any extra URLs -- file:, ftp:, or http: -- that host a CPAN mirror. You should select more than one (just in case the first isn't available). (1) Africa (2) Asia (3) Europe (4) North America (5) Oceania (6) South America Select your continent (or several nearby continents) [] 3 (1) Austria (2) Belarus (3) Belgium (4) Bosnia and Herzegovina (5) Bulgaria (6) Croatia (7) Czech Republic (8) Denmark (9) Estonia (10) Finland (11) France (12) Germany (13) Greece (14) Iceland (15) Ireland (16) Italy 16 more items, hit ENTER to show them Select your country (or several nearby countries) [] Sorry! since you don't have any existing picks, you must make a geographic selection. (17) Latvia (18) Lithuania (19) Netherlands (20) Norway (21) Poland (22) Portugal (23) Romania (24) Russian Federation (25) Serbia (26) Slovakia (27) Slovenia (28) Spain (29) Sweden (30) Switzerland (31) Ukraine (32) United Kingdom Select your country (or several nearby countries) [] 29 (1) ftp://ftp.acc.umu.se/mirror/CPAN/ (2) ftp://ftp.sunet.se/pub/lang/perl/CPAN/ (3) http://ftp.acc.umu.se/mirror/CPAN/ (4) http://ftp.sunet.se/pub/lang/perl/CPAN/ Select as many URLs as you like (by number), put them on one line, separated by blanks, hyphenated ranges allowed e.g. '1 4 5' or '7 1-4 8' [] 1 2 3 Now you can enter your own CPAN URLs by hand. A local CPAN mirror can be listed using a 'file:' URL like 'file:///path/to/cpan/' Enter another URL or ENTER to quit: [] New urllist ftp://ftp.acc.umu.se/mirror/CPAN/ ftp://ftp.sunet.se/pub/lang/perl/CPAN/ http://ftp.acc.umu.se/mirror/CPAN/ Autoconfiguration complete. commit: wrote '/home/vagrant/.cpan/CPAN/MyConfig.pm' You can re-run configuration any time with 'o conf init' in the CPAN shell Fetching with Net::FTP: ftp://ftp.acc.umu.se/mirror/CPAN/authors/01mailrc.txt.gz Reading '/home/vagrant/.cpan/sources/authors/01mailrc.txt.gz' ............................................................................DONE Fetching with Net::FTP: ftp://ftp.acc.umu.se/mirror/CPAN/modules/02packages.details.txt.gz Reading '/home/vagrant/.cpan/sources/modules/02packages.details.txt.gz' Database was generated on Mon, 20 Jan 2014 02:41:02 GMT HTTP::Date not available .............. New CPAN.pm version (v2.00) available. [Currently running version is v1.9800] You might want to try install CPAN reload cpan to both upgrade CPAN.pm and run the new version without leaving the current session. ..............................................................DONE Fetching with Net::FTP: ftp://ftp.acc.umu.se/mirror/CPAN/modules/03modlist.data.gz Reading '/home/vagrant/.cpan/sources/modules/03modlist.data.gz' ............................................................................DONE Writing /home/vagrant/.cpan/Metadata Running install for module 'App::cpanminus' Running make for M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz Fetching with Net::FTP: ftp://ftp.acc.umu.se/mirror/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz Fetching with Net::FTP: ftp://ftp.acc.umu.se/mirror/CPAN/authors/id/M/MI/MIYAGAWA/CHECKSUMS Checksum for /home/vagrant/.cpan/sources/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz ok CPAN.pm: Building M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz Checking if your kit is complete... Looks good Writing Makefile for App::cpanminus Writing MYMETA.yml and MYMETA.json cp lib/App/cpanminus/fatscript.pm blib/lib/App/cpanminus/fatscript.pm cp lib/App/cpanminus.pm blib/lib/App/cpanminus.pm cp bin/cpanm blib/script/cpanm /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanm Manifying blib/man1/cpanm.1 Manifying blib/man3/App::cpanminus::fatscript.3 Manifying blib/man3/App::cpanminus.3 MIYAGAWA/App-cpanminus-1.7001.tar.gz /usr/bin/make -- OK 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/happy_cpantesters.t .. 1/1 # App::cpanminus/1.7001 t/happy_cpantesters.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU) Result: PASS MIYAGAWA/App-cpanminus-1.7001.tar.gz /usr/bin/make test -- OK Running make install Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/App/cpanminus.pm Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/App/cpanminus/fatscript.pm Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man1/cpanm.1 Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man3/App::cpanminus::fatscript.3 Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man3/App::cpanminus.3 Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpanm Appending installation info to /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux/perllocal.pod MIYAGAWA/App-cpanminus-1.7001.tar.gz /usr/bin/make install -- OK vagrant@debian-7:~$ which cpanm /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpanm vagrant@debian-7:~$ cpanm Dist::Zilla --> Working on Dist::Zilla Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-5.012.tar.gz ... OK ==> Found dependencies: File::ShareDir::Install --> Working on File::ShareDir::Install Fetching http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-0.07.tar.gz ... OK Configuring File-ShareDir-Install-0.07 ... OK Building and testing File-ShareDir-Install-0.07 ... OK Successfully installed File-ShareDir-Install-0.07 Configuring Dist-Zilla-5.012 ... OK ==> Found dependencies: Perl::PrereqScanner, Sub::Exporter, Test::File::ShareDir, PPI::Document, List::MoreUtils, Test::Deep, MooseX::SetOnce, MooseX::LazyRequire, Test::FailWarnings, File::pushd, File::HomeDir, Config::MVP::Reader, List::AllUtils, Mixin::Linewise::Readers, MooseX::Types::Path::Class, MooseX::Types, Config::MVP::Reader::Finder, Path::Class, MooseX::Types::Moose, Test::Fatal, Data::Section, Moose::Util::TypeConstraints, Params::Util, Log::Dispatchouli, App::Cmd::Tester::CaptureExternal, Perl::Version, Path::Tiny, Moose, File::Find::Rule, namespace::autoclean, App::Cmd::Command::version, YAML::Tiny, CPAN::Uploader, MooseX::Role::Parameterized, MooseX::Types::Perl, DateTime, PPI, Pod::Eventual, App::Cmd::Setup, autobox, Config::MVP::Assembler::WithBundles, Software::License, Text::Glob, Term::ReadKey, Try::Tiny, Config::MVP::Reader::INI, Moose::Role, Config::MVP::Section, Moose::Autobox, Term::Encoding, Software::License::None, Hash::Merge::Simple, CPAN::Meta::Requirements, File::Copy::Recursive, Text::Template, App::Cmd::Tester, Config::MVP::Assembler, String::RewritePrefix, File::ShareDir, Sub::Exporter::ForMethods, Software::LicenseUtils, Class::Load, Config::MVP::Reader::Findable::ByExtension, Sub::Exporter::Util, Config::INI::Reader, JSON, String::Formatter --> Working on Perl::PrereqScanner Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-PrereqScanner-1.019.tar.gz ... OK Configuring Perl-PrereqScanner-1.019 ... OK ==> Found dependencies: PPI, Module::Path, String::RewritePrefix, Params::Util, PPI::Document, Getopt::Long::Descriptive, List::MoreUtils, Moose, Moose::Role, Try::Tiny, namespace::autoclean --> Working on PPI Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-1.215.tar.gz ... OK Configuring PPI-1.215 ... OK ==> Found dependencies: File::Remove, Test::Object, Test::NoWarnings, Params::Util, Test::SubCalls, Task::Weaken, List::MoreUtils, IO::String, Clone, Class::Inspector --> Working on File::Remove Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-1.52.tar.gz ... OK Configuring File-Remove-1.52 ... OK Building and testing File-Remove-1.52 ... OK Successfully installed File-Remove-1.52 --> Working on Test::Object Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-0.07.tar.gz ... OK Configuring Test-Object-0.07 ... OK Building and testing Test-Object-0.07 ... OK Successfully installed Test-Object-0.07 --> Working on Test::NoWarnings Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ... OK Configuring Test-NoWarnings-1.04 ... OK ==> Found dependencies: Test::Tester --> Working on Test::Tester Fetching http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-0.109.tar.gz ... OK Configuring Test-Tester-0.109 ... OK Building and testing Test-Tester-0.109 ... OK Successfully installed Test-Tester-0.109 Building and testing Test-NoWarnings-1.04 ... OK Successfully installed Test-NoWarnings-1.04 --> Working on Params::Util Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz ... OK Configuring Params-Util-1.07 ... OK Building and testing Params-Util-1.07 ... OK Successfully installed Params-Util-1.07 --> Working on Test::SubCalls Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz ... OK Configuring Test-SubCalls-1.09 ... OK ==> Found dependencies: Hook::LexWrap --> Working on Hook::LexWrap Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Hook-LexWrap-0.24.tar.gz ... OK Configuring Hook-LexWrap-0.24 ... OK Building and testing Hook-LexWrap-0.24 ... OK Successfully installed Hook-LexWrap-0.24 Building and testing Test-SubCalls-1.09 ... OK Successfully installed Test-SubCalls-1.09 --> Working on Task::Weaken Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Task-Weaken-1.04.tar.gz ... OK Configuring Task-Weaken-1.04 ... OK Building and testing Task-Weaken-1.04 ... OK Successfully installed Task-Weaken-1.04 --> Working on List::MoreUtils Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-0.33.tar.gz ... OK Configuring List-MoreUtils-0.33 ... OK Building and testing List-MoreUtils-0.33 ... OK Successfully installed List-MoreUtils-0.33 --> Working on IO::String Fetching http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz ... OK Configuring IO-String-1.08 ... OK Building and testing IO-String-1.08 ... OK Successfully installed IO-String-1.08 --> Working on Clone Fetching http://www.cpan.org/authors/id/G/GA/GARU/Clone-0.36.tar.gz ... OK Configuring Clone-0.36 ... OK Building and testing Clone-0.36 ... OK Successfully installed Clone-0.36 --> Working on Class::Inspector Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Inspector-1.28.tar.gz ... OK Configuring Class-Inspector-1.28 ... OK Building and testing Class-Inspector-1.28 ... OK Successfully installed Class-Inspector-1.28 Building and testing PPI-1.215 ... OK Successfully installed PPI-1.215 --> Working on Module::Path Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-0.09.tar.gz ... OK Configuring Module-Path-0.09 ... OK ==> Found dependencies: Devel::FindPerl --> Working on Devel::FindPerl Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Devel-FindPerl-0.012.tar.gz ... OK Configuring Devel-FindPerl-0.012 ... OK Building and testing Devel-FindPerl-0.012 ... OK Successfully installed Devel-FindPerl-0.012 Building and testing Module-Path-0.09 ... OK Successfully installed Module-Path-0.09 --> Working on String::RewritePrefix Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.007.tar.gz ... OK Configuring String-RewritePrefix-0.007 ... OK ==> Found dependencies: Sub::Exporter --> Working on Sub::Exporter Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ... OK Configuring Sub-Exporter-0.987 ... OK ==> Found dependencies: Data::OptList, Sub::Install --> Working on Data::OptList Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.109.tar.gz ... OK Configuring Data-OptList-0.109 ... OK ==> Found dependencies: Sub::Install --> Working on Sub::Install Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.927.tar.gz ... OK Configuring Sub-Install-0.927 ... OK Building and testing Sub-Install-0.927 ... OK Successfully installed Sub-Install-0.927 Building and testing Data-OptList-0.109 ... OK Successfully installed Data-OptList-0.109 Building and testing Sub-Exporter-0.987 ... OK Successfully installed Sub-Exporter-0.987 Building and testing String-RewritePrefix-0.007 ... OK Successfully installed String-RewritePrefix-0.007 --> Working on Getopt::Long::Descriptive Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.096.tar.gz ... OK Configuring Getopt-Long-Descriptive-0.096 ... OK ==> Found dependencies: Test::Warnings, Test::Fatal, Params::Validate --> Working on Test::Warnings Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.013.tar.gz ... OK ==> Found dependencies: Module::Build::Tiny --> Working on Module::Build::Tiny Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.032.tar.gz ... OK ==> Found dependencies: TAP::Harness::Env, ExtUtils::Helpers, ExtUtils::InstallPaths, ExtUtils::Config --> Working on TAP::Harness::Env Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz ... OK Configuring Test-Harness-3.30 ... OK Building and testing Test-Harness-3.30 ... OK Successfully installed Test-Harness-3.30 --> Working on ExtUtils::Helpers Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.021.tar.gz ... OK Configuring ExtUtils-Helpers-0.021 ... OK Building and testing ExtUtils-Helpers-0.021 ... OK Successfully installed ExtUtils-Helpers-0.021 --> Working on ExtUtils::InstallPaths Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.010.tar.gz ... OK Configuring ExtUtils-InstallPaths-0.010 ... OK ==> Found dependencies: ExtUtils::Config --> Working on ExtUtils::Config Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.007.tar.gz ... OK Configuring ExtUtils-Config-0.007 ... OK Building and testing ExtUtils-Config-0.007 ... OK Successfully installed ExtUtils-Config-0.007 Building and testing ExtUtils-InstallPaths-0.010 ... OK Successfully installed ExtUtils-InstallPaths-0.010 Configuring Module-Build-Tiny-0.032 ... OK Building and testing Module-Build-Tiny-0.032 ... OK Successfully installed Module-Build-Tiny-0.032 Configuring Test-Warnings-0.013 ... OK ==> Found dependencies: Test::Deep --> Working on Test::Deep Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-0.112.tar.gz ... OK Configuring Test-Deep-0.112 ... OK Building and testing Test-Deep-0.112 ... OK Successfully installed Test-Deep-0.112 Building and testing Test-Warnings-0.013 ... OK Successfully installed Test-Warnings-0.013 --> Working on Test::Fatal Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz ... OK Configuring Test-Fatal-0.013 ... OK ==> Found dependencies: Try::Tiny --> Working on Try::Tiny Fetching http://www.cpan.org/authors/id/D/DO/DOY/Try-Tiny-0.18.tar.gz ... OK Configuring Try-Tiny-0.18 ... OK Building and testing Try-Tiny-0.18 ... OK Successfully installed Try-Tiny-0.18 Building and testing Test-Fatal-0.013 ... OK Successfully installed Test-Fatal-0.013 --> Working on Params::Validate Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.08.tar.gz ... OK Configuring Params-Validate-1.08 ... OK ==> Found dependencies: Module::Implementation --> Working on Module::Implementation Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.07.tar.gz ... OK Configuring Module-Implementation-0.07 ... OK ==> Found dependencies: Test::Requires, Module::Runtime --> Working on Test::Requires Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.07.tar.gz ... OK Configuring Test-Requires-0.07 ... OK Building and testing Test-Requires-0.07 ... OK Successfully installed Test-Requires-0.07 --> Working on Module::Runtime Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz ... OK Configuring Module-Runtime-0.013 ... OK Building and testing Module-Runtime-0.013 ... OK Successfully installed Module-Runtime-0.013 Building and testing Module-Implementation-0.07 ... OK Successfully installed Module-Implementation-0.07 Building and testing Params-Validate-1.08 ... OK Successfully installed Params-Validate-1.08 Building and testing Getopt-Long-Descriptive-0.096 ... OK Successfully installed Getopt-Long-Descriptive-0.096 --> Working on Moose Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.1202.tar.gz ... OK ==> Found dependencies: Dist::CheckConflicts --> Working on Dist::CheckConflicts Fetching http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.10.tar.gz ... OK Configuring Dist-CheckConflicts-0.10 ... OK Building and testing Dist-CheckConflicts-0.10 ... OK Successfully installed Dist-CheckConflicts-0.10 Configuring Moose-2.1202 ... OK ==> Found dependencies: Package::DeprecationManager, Package::Stash::XS, MRO::Compat, Class::Load::XS, Devel::StackTrace, Eval::Closure, Package::Stash, Class::Load, Sub::Name, Devel::GlobalDestruction --> Working on Package::DeprecationManager Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.13.tar.gz ... OK Configuring Package-DeprecationManager-0.13 ... OK Building and testing Package-DeprecationManager-0.13 ... OK Successfully installed Package-DeprecationManager-0.13 --> Working on Package::Stash::XS Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-XS-0.28.tar.gz ... OK Configuring Package-Stash-XS-0.28 ... OK Building and testing Package-Stash-XS-0.28 ... OK Successfully installed Package-Stash-XS-0.28 --> Working on MRO::Compat Fetching http://www.cpan.org/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ... OK Configuring MRO-Compat-0.12 ... OK Building and testing MRO-Compat-0.12 ... OK Successfully installed MRO-Compat-0.12 --> Working on Class::Load::XS Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Load-XS-0.06.tar.gz ... OK Configuring Class-Load-XS-0.06 ... OK ==> Found dependencies: Class::Load --> Working on Class::Load Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Load-0.20.tar.gz ... OK Configuring Class-Load-0.20 ... OK ==> Found dependencies: Package::Stash --> Working on Package::Stash Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-0.36.tar.gz ... OK Configuring Package-Stash-0.36 ... OK Building and testing Package-Stash-0.36 ... OK Successfully installed Package-Stash-0.36 Building and testing Class-Load-0.20 ... OK Successfully installed Class-Load-0.20 Building and testing Class-Load-XS-0.06 ... OK Successfully installed Class-Load-XS-0.06 --> Working on Devel::StackTrace Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-1.31.tar.gz ... OK Configuring Devel-StackTrace-1.31 ... OK Building and testing Devel-StackTrace-1.31 ... OK Successfully installed Devel-StackTrace-1.31 --> Working on Eval::Closure Fetching http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-0.11.tar.gz ... OK Configuring Eval-Closure-0.11 ... OK Building and testing Eval-Closure-0.11 ... OK Successfully installed Eval-Closure-0.11 --> Working on Sub::Name Fetching http://www.cpan.org/authors/id/F/FL/FLORA/Sub-Name-0.05.tar.gz ... OK Configuring Sub-Name-0.05 ... OK Building and testing Sub-Name-0.05 ... OK Successfully installed Sub-Name-0.05 --> Working on Devel::GlobalDestruction Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz ... OK Configuring Devel-GlobalDestruction-0.12 ... OK ==> Found dependencies: Sub::Exporter::Progressive --> Working on Sub::Exporter::Progressive Fetching http://www.cpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ... OK Configuring Sub-Exporter-Progressive-0.001011 ... OK Building and testing Sub-Exporter-Progressive-0.001011 ... OK Successfully installed Sub-Exporter-Progressive-0.001011 Building and testing Devel-GlobalDestruction-0.12 ... OK Successfully installed Devel-GlobalDestruction-0.12 Building and testing Moose-2.1202 ... OK Successfully installed Moose-2.1202 --> Working on namespace::autoclean Fetching http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.15.tar.gz ... OK Configuring namespace-autoclean-0.15 ... OK ==> Found dependencies: B::Hooks::EndOfScope, namespace::clean --> Working on B::Hooks::EndOfScope Fetching http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.13.tar.gz ... OK Configuring B-Hooks-EndOfScope-0.13 ... OK ==> Found dependencies: Variable::Magic --> Working on Variable::Magic Fetching http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.53.tar.gz ... OK Configuring Variable-Magic-0.53 ... OK Building and testing Variable-Magic-0.53 ... OK Successfully installed Variable-Magic-0.53 Building and testing B-Hooks-EndOfScope-0.13 ... OK Successfully installed B-Hooks-EndOfScope-0.13 --> Working on namespace::clean Fetching http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.24.tar.gz ... OK Configuring namespace-clean-0.24 ... OK Building and testing namespace-clean-0.24 ... OK Successfully installed namespace-clean-0.24 Building and testing namespace-autoclean-0.15 ... OK Successfully installed namespace-autoclean-0.15 Building and testing Perl-PrereqScanner-1.019 ... OK Successfully installed Perl-PrereqScanner-1.019 --> Working on Test::File::ShareDir Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-0.4.1.tar.gz ... OK ==> Found dependencies: Module::Build --> Working on Module::Build Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4204.tar.gz ... OK Configuring Module-Build-0.4204 ... OK Building and testing Module-Build-0.4204 ... OK Successfully installed Module-Build-0.4204 (upgraded from 0.39_01) Configuring Test-File-ShareDir-0.4.1 ... OK ==> Found dependencies: Test::More, File::ShareDir, File::Copy::Recursive, Class::Tiny, Path::Tiny --> Working on Test::More Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Simple-1.001002.tar.gz ... OK Configuring Test-Simple-1.001002 ... OK Building and testing Test-Simple-1.001002 ... OK Successfully installed Test-Simple-1.001002 (upgraded from 0.98) --> Working on File::ShareDir Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-ShareDir-1.03.tar.gz ... OK Configuring File-ShareDir-1.03 ... OK Building and testing File-ShareDir-1.03 ... OK Successfully installed File-ShareDir-1.03 --> Working on File::Copy::Recursive Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ... OK Configuring File-Copy-Recursive-0.38 ... OK Building and testing File-Copy-Recursive-0.38 ... OK Successfully installed File-Copy-Recursive-0.38 --> Working on Class::Tiny Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-0.014.tar.gz ... OK Configuring Class-Tiny-0.014 ... OK Building and testing Class-Tiny-0.014 ... OK Successfully installed Class-Tiny-0.014 --> Working on Path::Tiny Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.052.tar.gz ... OK Configuring Path-Tiny-0.052 ... OK ==> Found dependencies: File::Spec --> Working on File::Spec Fetching http://www.cpan.org/authors/id/S/SM/SMUELLER/PathTools-3.40.tar.gz ... OK Configuring PathTools-3.40 ... OK Building and testing PathTools-3.40 ... OK Successfully installed PathTools-3.40 (upgraded from 3.39_02) Building and testing Path-Tiny-0.052 ... OK Successfully installed Path-Tiny-0.052 Building and testing Test-File-ShareDir-0.4.1 ... OK Successfully installed Test-File-ShareDir-0.4.1 --> Working on MooseX::SetOnce Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz ... OK Configuring MooseX-SetOnce-0.200002 ... OK Building and testing MooseX-SetOnce-0.200002 ... OK Successfully installed MooseX-SetOnce-0.200002 --> Working on MooseX::LazyRequire Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-LazyRequire-0.10.tar.gz ... OK Configuring MooseX-LazyRequire-0.10 ... OK ==> Found dependencies: aliased, Test::CheckDeps --> Working on aliased Fetching http://www.cpan.org/authors/id/O/OV/OVID/aliased-0.31.tar.gz ... OK Configuring aliased-0.31 ... OK Building and testing aliased-0.31 ... OK Successfully installed aliased-0.31 --> Working on Test::CheckDeps Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Test-CheckDeps-0.010.tar.gz ... OK Configuring Test-CheckDeps-0.010 ... OK ==> Found dependencies: CPAN::Meta::Check, CPAN::Meta --> Working on CPAN::Meta::Check Fetching http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.008.tar.gz ... OK Configuring CPAN-Meta-Check-0.008 ... OK ==> Found dependencies: CPAN::Meta::Requirements, CPAN::Meta, CPAN::Meta::Prereqs --> Working on CPAN::Meta::Requirements Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-2.125.tar.gz ... OK Configuring CPAN-Meta-Requirements-2.125 ... OK Building and testing CPAN-Meta-Requirements-2.125 ... OK Successfully installed CPAN-Meta-Requirements-2.125 (upgraded from 2.120630) --> Working on CPAN::Meta Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.133380.tar.gz ... OK Configuring CPAN-Meta-2.133380 ... OK ==> Found dependencies: List::Util, Parse::CPAN::Meta, CPAN::Meta::YAML --> Working on List::Util Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.36.tar.gz ... OK Configuring Scalar-List-Utils-1.36 ... OK Building and testing Scalar-List-Utils-1.36 ... OK Successfully installed Scalar-List-Utils-1.36 (upgraded from 1.23) --> Working on Parse::CPAN::Meta Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4409.tar.gz ... OK Configuring Parse-CPAN-Meta-1.4409 ... OK ==> Found dependencies: CPAN::Meta::YAML --> Working on CPAN::Meta::YAML Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.010.tar.gz ... OK Configuring CPAN-Meta-YAML-0.010 ... OK Building and testing CPAN-Meta-YAML-0.010 ... OK Successfully installed CPAN-Meta-YAML-0.010 (upgraded from 0.007) Building and testing Parse-CPAN-Meta-1.4409 ... OK Successfully installed Parse-CPAN-Meta-1.4409 (upgraded from 1.4402) Building and testing CPAN-Meta-2.133380 ... OK Successfully installed CPAN-Meta-2.133380 (upgraded from 2.120630) Building and testing CPAN-Meta-Check-0.008 ... OK Successfully installed CPAN-Meta-Check-0.008 Building and testing Test-CheckDeps-0.010 ... OK Successfully installed Test-CheckDeps-0.010 Building and testing MooseX-LazyRequire-0.10 ... OK Successfully installed MooseX-LazyRequire-0.10 --> Working on Test::FailWarnings Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-0.008.tar.gz ... OK Configuring Test-FailWarnings-0.008 ... OK ==> Found dependencies: Capture::Tiny --> Working on Capture::Tiny Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.23.tar.gz ... OK Configuring Capture-Tiny-0.23 ... OK Building and testing Capture-Tiny-0.23 ... OK Successfully installed Capture-Tiny-0.23 Building and testing Test-FailWarnings-0.008 ... OK Successfully installed Test-FailWarnings-0.008 --> Working on File::pushd Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.005.tar.gz ... OK Configuring File-pushd-1.005 ... OK Building and testing File-pushd-1.005 ... OK Successfully installed File-pushd-1.005 --> Working on File::HomeDir Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-1.00.tar.gz ... OK Configuring File-HomeDir-1.00 ... OK ==> Found dependencies: File::Which --> Working on File::Which Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-1.09.tar.gz ... OK Configuring File-Which-1.09 ... OK ==> Found dependencies: Test::Script --> Working on Test::Script Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Script-1.07.tar.gz ... OK Configuring Test-Script-1.07 ... OK ==> Found dependencies: Probe::Perl, IPC::Run3 --> Working on Probe::Perl Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz ... OK Configuring Probe-Perl-0.03 ... OK Building and testing Probe-Perl-0.03 ... OK Successfully installed Probe-Perl-0.03 --> Working on IPC::Run3 Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.046.tar.gz ... OK Configuring IPC-Run3-0.046 ... OK Building and testing IPC-Run3-0.046 ... OK Successfully installed IPC-Run3-0.046 Building and testing Test-Script-1.07 ... OK Successfully installed Test-Script-1.07 Building and testing File-Which-1.09 ... OK Successfully installed File-Which-1.09 Building and testing File-HomeDir-1.00 ... OK Successfully installed File-HomeDir-1.00 --> Working on Config::MVP::Reader Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-2.200006.tar.gz ... OK Configuring Config-MVP-2.200006 ... OK ==> Found dependencies: Tie::IxHash, MooseX::OneArgNew, StackTrace::Auto, Role::Identifiable::HasIdent, Role::HasMessage, Throwable --> Working on Tie::IxHash Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz ... OK Configuring Tie-IxHash-1.23 ... OK Building and testing Tie-IxHash-1.23 ... OK Successfully installed Tie-IxHash-1.23 --> Working on MooseX::OneArgNew Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-OneArgNew-0.004.tar.gz ... OK Configuring MooseX-OneArgNew-0.004 ... OK ==> Found dependencies: MooseX::Role::Parameterized --> Working on MooseX::Role::Parameterized Fetching http://www.cpan.org/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-1.02.tar.gz ... OK Configuring MooseX-Role-Parameterized-1.02 ... OK Building and testing MooseX-Role-Parameterized-1.02 ... OK Successfully installed MooseX-Role-Parameterized-1.02 Building and testing MooseX-OneArgNew-0.004 ... OK Successfully installed MooseX-OneArgNew-0.004 --> Working on StackTrace::Auto Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-0.200009.tar.gz ... OK Configuring Throwable-0.200009 ... OK ==> Found dependencies: Moo, Moo::Role, Sub::Quote, MooX::Types::MooseLike::Base --> Working on Moo Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Moo-1.004002.tar.gz ... OK Configuring Moo-1.004002 ... OK ==> Found dependencies: strictures, Role::Tiny, Class::Method::Modifiers, Import::Into --> Working on strictures Fetching http://www.cpan.org/authors/id/H/HA/HAARG/strictures-1.005002.tar.gz ... OK Configuring strictures-1.005002 ... OK ==> Found dependencies: indirect, multidimensional, bareword::filehandles --> Working on indirect Fetching http://www.cpan.org/authors/id/V/VP/VPIT/indirect-0.31.tar.gz ... OK Configuring indirect-0.31 ... OK Building and testing indirect-0.31 ... OK Successfully installed indirect-0.31 --> Working on multidimensional Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/multidimensional-0.011.tar.gz ... OK ==> Found dependencies: B::Hooks::OP::Check, ExtUtils::Depends --> Working on B::Hooks::OP::Check Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/B-Hooks-OP-Check-0.19.tar.gz ... OK ==> Found dependencies: ExtUtils::Depends --> Working on ExtUtils::Depends Fetching http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.306.tar.gz ... OK Configuring ExtUtils-Depends-0.306 ... OK Building and testing ExtUtils-Depends-0.306 ... OK Successfully installed ExtUtils-Depends-0.306 Configuring B-Hooks-OP-Check-0.19 ... OK Building and testing B-Hooks-OP-Check-0.19 ... OK Successfully installed B-Hooks-OP-Check-0.19 Configuring multidimensional-0.011 ... OK ==> Found dependencies: Lexical::SealRequireHints --> Working on Lexical::SealRequireHints Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.007.tar.gz ... OK Configuring Lexical-SealRequireHints-0.007 ... OK Building and testing Lexical-SealRequireHints-0.007 ... OK Successfully installed Lexical-SealRequireHints-0.007 Building and testing multidimensional-0.011 ... OK Successfully installed multidimensional-0.011 --> Working on bareword::filehandles Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.003.tar.gz ... OK Configuring bareword-filehandles-0.003 ... OK Building and testing bareword-filehandles-0.003 ... OK Successfully installed bareword-filehandles-0.003 Building and testing strictures-1.005002 ... OK Successfully installed strictures-1.005002 --> Working on Role::Tiny Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-1.003002.tar.gz ... OK Configuring Role-Tiny-1.003002 ... OK Building and testing Role-Tiny-1.003002 ... OK Successfully installed Role-Tiny-1.003002 --> Working on Class::Method::Modifiers Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.09.tar.gz ... OK Configuring Class-Method-Modifiers-2.09 ... OK Building and testing Class-Method-Modifiers-2.09 ... OK Successfully installed Class-Method-Modifiers-2.09 --> Working on Import::Into Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Import-Into-1.002000.tar.gz ... OK Configuring Import-Into-1.002000 ... OK Building and testing Import-Into-1.002000 ... OK Successfully installed Import-Into-1.002000 Building and testing Moo-1.004002 ... OK Successfully installed Moo-1.004002 --> Working on MooX::Types::MooseLike::Base Fetching http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.25.tar.gz ... OK Configuring MooX-Types-MooseLike-0.25 ... OK Building and testing MooX-Types-MooseLike-0.25 ... OK Successfully installed MooX-Types-MooseLike-0.25 Building and testing Throwable-0.200009 ... OK Successfully installed Throwable-0.200009 --> Working on Role::Identifiable::HasIdent Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-Identifiable-0.007.tar.gz ... OK Configuring Role-Identifiable-0.007 ... OK Building and testing Role-Identifiable-0.007 ... OK Successfully installed Role-Identifiable-0.007 --> Working on Role::HasMessage Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-HasMessage-0.006.tar.gz ... OK Configuring Role-HasMessage-0.006 ... OK ==> Found dependencies: String::Errf --> Working on String::Errf Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-0.007.tar.gz ... OK Configuring String-Errf-0.007 ... OK ==> Found dependencies: Date::Format, String::Formatter, JSON --> Working on Date::Format Fetching http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz ... OK Configuring TimeDate-2.30 ... OK Building and testing TimeDate-2.30 ... OK Successfully installed TimeDate-2.30 --> Working on String::Formatter Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-0.102084.tar.gz ... OK Configuring String-Formatter-0.102084 ... OK Building and testing String-Formatter-0.102084 ... OK Successfully installed String-Formatter-0.102084 --> Working on JSON Fetching http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.90.tar.gz ... OK Configuring JSON-2.90 ... OK Building and testing JSON-2.90 ... OK Successfully installed JSON-2.90 Building and testing String-Errf-0.007 ... OK Successfully installed String-Errf-0.007 Building and testing Role-HasMessage-0.006 ... OK Successfully installed Role-HasMessage-0.006 Building and testing Config-MVP-2.200006 ... OK Successfully installed Config-MVP-2.200006 --> Working on List::AllUtils Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-0.07.tar.gz ... OK Configuring List-AllUtils-0.07 ... OK Building and testing List-AllUtils-0.07 ... OK Successfully installed List-AllUtils-0.07 --> Working on Mixin::Linewise::Readers Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-0.104.tar.gz ... OK Configuring Mixin-Linewise-0.104 ... OK Building and testing Mixin-Linewise-0.104 ... OK Successfully installed Mixin-Linewise-0.104 --> Working on MooseX::Types::Path::Class Fetching http://www.cpan.org/authors/id/T/TH/THEPLER/MooseX-Types-Path-Class-0.06.tar.gz ... OK Configuring MooseX-Types-Path-Class-0.06 ... OK ==> Found dependencies: MooseX::Types, Path::Class --> Working on MooseX::Types Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-0.41.tar.gz ... OK Configuring MooseX-Types-0.41 ... OK ==> Found dependencies: Carp::Clan --> Working on Carp::Clan Fetching http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-6.04.tar.gz ... OK Configuring Carp-Clan-6.04 ... OK ==> Found dependencies: Test::Exception --> Working on Test::Exception Fetching http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz ... OK Configuring Test-Exception-0.32 ... OK ==> Found dependencies: Sub::Uplevel --> Working on Sub::Uplevel Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.24.tar.gz ... OK Configuring Sub-Uplevel-0.24 ... OK Building and testing Sub-Uplevel-0.24 ... OK Successfully installed Sub-Uplevel-0.24 Building and testing Test-Exception-0.32 ... OK Successfully installed Test-Exception-0.32 Building and testing Carp-Clan-6.04 ... OK Successfully installed Carp-Clan-6.04 Building and testing MooseX-Types-0.41 ... OK Successfully installed MooseX-Types-0.41 --> Working on Path::Class Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.33.tar.gz ... OK Configuring Path-Class-0.33 ... OK Building and testing Path-Class-0.33 ... OK Successfully installed Path-Class-0.33 Building and testing MooseX-Types-Path-Class-0.06 ... OK Successfully installed MooseX-Types-Path-Class-0.06 --> Working on Data::Section Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-Section-0.200005.tar.gz ... OK Configuring Data-Section-0.200005 ... OK Building and testing Data-Section-0.200005 ... OK Successfully installed Data-Section-0.200005 --> Working on Log::Dispatchouli Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.009.tar.gz ... OK Configuring Log-Dispatchouli-2.009 ... OK ==> Found dependencies: Log::Dispatch::Array, Sub::Exporter::GlobExporter, String::Flogger, Log::Dispatch::File, Log::Dispatch::Syslog, Log::Dispatch, Log::Dispatch::Screen --> Working on Log::Dispatch::Array Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-1.003.tar.gz ... OK Configuring Log-Dispatch-Array-1.003 ... OK ==> Found dependencies: Log::Dispatch::Output --> Working on Log::Dispatch::Output Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.41.tar.gz ... OK Configuring Log-Dispatch-2.41 ... OK Building and testing Log-Dispatch-2.41 ... OK Successfully installed Log-Dispatch-2.41 Building and testing Log-Dispatch-Array-1.003 ... OK Successfully installed Log-Dispatch-Array-1.003 --> Working on Sub::Exporter::GlobExporter Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.004.tar.gz ... OK Configuring Sub-Exporter-GlobExporter-0.004 ... OK Building and testing Sub-Exporter-GlobExporter-0.004 ... OK Successfully installed Sub-Exporter-GlobExporter-0.004 --> Working on String::Flogger Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-1.101244.tar.gz ... OK Configuring String-Flogger-1.101244 ... OK Building and testing String-Flogger-1.101244 ... OK Successfully installed String-Flogger-1.101244 Building and testing Log-Dispatchouli-2.009 ... OK Successfully installed Log-Dispatchouli-2.009 --> Working on App::Cmd::Tester::CaptureExternal Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.323.tar.gz ... OK Configuring App-Cmd-0.323 ... OK ==> Found dependencies: IO::TieCombine, Getopt::Long --> Working on IO::TieCombine Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IO-TieCombine-1.003.tar.gz ... OK Configuring IO-TieCombine-1.003 ... OK Building and testing IO-TieCombine-1.003 ... OK Successfully installed IO-TieCombine-1.003 --> Working on Getopt::Long Fetching http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-2.42.tar.gz ... OK Configuring Getopt-Long-2.42 ... OK Building and testing Getopt-Long-2.42 ... OK Successfully installed Getopt-Long-2.42 (upgraded from 2.38) Building and testing App-Cmd-0.323 ... OK Successfully installed App-Cmd-0.323 --> Working on Perl::Version Fetching http://www.cpan.org/authors/id/A/AN/ANDYA/Perl-Version-1.011.tar.gz ... OK Configuring Perl-Version-1.011 ... OK ==> Found dependencies: File::Slurp --> Working on File::Slurp Fetching http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ... OK Configuring File-Slurp-9999.19 ... OK Building and testing File-Slurp-9999.19 ... OK Successfully installed File-Slurp-9999.19 Building and testing Perl-Version-1.011 ... OK Successfully installed Perl-Version-1.011 --> Working on File::Find::Rule Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-0.33.tar.gz ... OK Configuring File-Find-Rule-0.33 ... OK ==> Found dependencies: Number::Compare, Text::Glob --> Working on Number::Compare Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ... OK Configuring Number-Compare-0.03 ... OK Building and testing Number-Compare-0.03 ... OK Successfully installed Number-Compare-0.03 --> Working on Text::Glob Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ... OK Configuring Text-Glob-0.09 ... OK Building and testing Text-Glob-0.09 ... OK Successfully installed Text-Glob-0.09 Building and testing File-Find-Rule-0.33 ... OK Successfully installed File-Find-Rule-0.33 --> Working on YAML::Tiny Fetching http://www.cpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.56.tar.gz ... OK Configuring YAML-Tiny-1.56 ... OK Building and testing YAML-Tiny-1.56 ... OK Successfully installed YAML-Tiny-1.56 --> Working on CPAN::Uploader Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103006.tar.gz ... OK Configuring CPAN-Uploader-0.103006 ... OK ==> Found dependencies: HTTP::Status, HTTP::Request::Common, LWP::UserAgent, LWP::Protocol::https, Term::ReadKey --> Working on HTTP::Status Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz ... OK Configuring HTTP-Message-6.06 ... OK ==> Found dependencies: URI, LWP::MediaTypes, Encode::Locale, HTTP::Date, IO::HTML --> Working on URI Fetching http://www.cpan.org/authors/id/G/GA/GAAS/URI-1.60.tar.gz ... OK Configuring URI-1.60 ... OK Building and testing URI-1.60 ... OK Successfully installed URI-1.60 --> Working on LWP::MediaTypes Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz ... OK Configuring LWP-MediaTypes-6.02 ... OK Building and testing LWP-MediaTypes-6.02 ... OK Successfully installed LWP-MediaTypes-6.02 --> Working on Encode::Locale Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz ... OK Configuring Encode-Locale-1.03 ... OK Building and testing Encode-Locale-1.03 ... OK Successfully installed Encode-Locale-1.03 --> Working on HTTP::Date Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz ... OK Configuring HTTP-Date-6.02 ... OK Building and testing HTTP-Date-6.02 ... OK Successfully installed HTTP-Date-6.02 --> Working on IO::HTML Fetching http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.00.tar.gz ... OK Configuring IO-HTML-1.00 ... OK Building and testing IO-HTML-1.00 ... OK Successfully installed IO-HTML-1.00 Building and testing HTTP-Message-6.06 ... OK Successfully installed HTTP-Message-6.06 --> Working on LWP::UserAgent Fetching http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz ... OK Configuring libwww-perl-6.05 ... OK ==> Found dependencies: File::Listing, HTTP::Negotiate, HTML::Entities, HTTP::Daemon, Net::HTTP, HTML::HeadParser, HTTP::Cookies, WWW::RobotRules --> Working on File::Listing Fetching http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ... OK Configuring File-Listing-6.04 ... OK Building and testing File-Listing-6.04 ... OK Successfully installed File-Listing-6.04 --> Working on HTTP::Negotiate Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ... OK Configuring HTTP-Negotiate-6.01 ... OK Building and testing HTTP-Negotiate-6.01 ... OK Successfully installed HTTP-Negotiate-6.01 --> Working on HTML::Entities Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz ... OK Configuring HTML-Parser-3.71 ... OK ==> Found dependencies: HTML::Tagset --> Working on HTML::Tagset Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ... OK Configuring HTML-Tagset-3.20 ... OK Building and testing HTML-Tagset-3.20 ... OK Successfully installed HTML-Tagset-3.20 Building and testing HTML-Parser-3.71 ... OK Successfully installed HTML-Parser-3.71 --> Working on HTTP::Daemon Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ... OK Configuring HTTP-Daemon-6.01 ... OK Building and testing HTTP-Daemon-6.01 ... OK Successfully installed HTTP-Daemon-6.01 --> Working on Net::HTTP Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz ... OK Configuring Net-HTTP-6.06 ... OK Building and testing Net-HTTP-6.06 ... OK Successfully installed Net-HTTP-6.06 --> Working on HTTP::Cookies Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ... OK Configuring HTTP-Cookies-6.01 ... OK Building and testing HTTP-Cookies-6.01 ... OK Successfully installed HTTP-Cookies-6.01 --> Working on WWW::RobotRules Fetching http://www.cpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ... OK Configuring WWW-RobotRules-6.02 ... OK Building and testing WWW-RobotRules-6.02 ... OK Successfully installed WWW-RobotRules-6.02 Building and testing libwww-perl-6.05 ... OK Successfully installed libwww-perl-6.05 --> Working on LWP::Protocol::https Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz ... OK Configuring LWP-Protocol-https-6.04 ... OK ==> Found dependencies: IO::Socket::SSL, Mozilla::CA --> Working on IO::Socket::SSL Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.965.tar.gz ... OK Configuring IO-Socket-SSL-1.965 ... OK ==> Found dependencies: Net::SSLeay --> Working on Net::SSLeay Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.58.tar.gz ... OK Configuring Net-SSLeay-1.58 ... OK Building and testing Net-SSLeay-1.58 ... OK Successfully installed Net-SSLeay-1.58 Building and testing IO-Socket-SSL-1.965 ... OK Successfully installed IO-Socket-SSL-1.965 --> Working on Mozilla::CA Fetching http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20130114.tar.gz ... OK Configuring Mozilla-CA-20130114 ... OK Building and testing Mozilla-CA-20130114 ... OK Successfully installed Mozilla-CA-20130114 Building and testing LWP-Protocol-https-6.04 ... OK Successfully installed LWP-Protocol-https-6.04 --> Working on Term::ReadKey Fetching http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.31.tar.gz ... OK Configuring TermReadKey-2.31 ... OK Building and testing TermReadKey-2.31 ... OK Successfully installed TermReadKey-2.31 Building and testing CPAN-Uploader-0.103006 ... OK Successfully installed CPAN-Uploader-0.103006 --> Working on MooseX::Types::Perl Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101342.tar.gz ... OK Configuring MooseX-Types-Perl-0.101342 ... OK Building and testing MooseX-Types-Perl-0.101342 ... OK Successfully installed MooseX-Types-Perl-0.101342 --> Working on DateTime Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-1.06.tar.gz ... OK Configuring DateTime-1.06 ... OK ==> Found dependencies: DateTime::Locale, DateTime::TimeZone --> Working on DateTime::Locale Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-0.45.tar.gz ... OK Configuring DateTime-Locale-0.45 ... OK Building and testing DateTime-Locale-0.45 ... OK Successfully installed DateTime-Locale-0.45 --> Working on DateTime::TimeZone Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.63.tar.gz ... OK Configuring DateTime-TimeZone-1.63 ... OK ==> Found dependencies: Test::Output, Class::Singleton --> Working on Test::Output Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ... OK Configuring Test-Output-1.03 ... OK Building and testing Test-Output-1.03 ... OK Successfully installed Test-Output-1.03 --> Working on Class::Singleton Fetching http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-1.4.tar.gz ... OK Configuring Class-Singleton-1.4 ... OK Building and testing Class-Singleton-1.4 ... OK Successfully installed Class-Singleton-1.4 Building and testing DateTime-TimeZone-1.63 ... OK Successfully installed DateTime-TimeZone-1.63 Building and testing DateTime-1.06 ... OK Successfully installed DateTime-1.06 --> Working on Pod::Eventual Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz ... OK Configuring Pod-Eventual-0.094001 ... OK Building and testing Pod-Eventual-0.094001 ... OK Successfully installed Pod-Eventual-0.094001 --> Working on autobox Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-2.82.tar.gz ... OK Configuring autobox-2.82 ... OK ==> Found dependencies: Scope::Guard --> Working on Scope::Guard Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.20.tar.gz ... OK Configuring Scope-Guard-0.20 ... OK Building and testing Scope-Guard-0.20 ... OK Successfully installed Scope-Guard-0.20 Building and testing autobox-2.82 ... OK Successfully installed autobox-2.82 --> Working on Software::License Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Software-License-0.103008.tar.gz ... OK Configuring Software-License-0.103008 ... OK ==> Found dependencies: Text::Template --> Working on Text::Template Fetching http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-1.46.tar.gz ... OK Configuring Text-Template-1.46 ... OK Building and testing Text-Template-1.46 ... OK Successfully installed Text-Template-1.46 Building and testing Software-License-0.103008 ... OK Successfully installed Software-License-0.103008 --> Working on Config::MVP::Reader::INI Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-2.101462.tar.gz ... OK Configuring Config-MVP-Reader-INI-2.101462 ... OK ==> Found dependencies: Config::INI::Reader --> Working on Config::INI::Reader Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-0.021.tar.gz ... OK Configuring Config-INI-0.021 ... OK Building and testing Config-INI-0.021 ... OK Successfully installed Config-INI-0.021 Building and testing Config-MVP-Reader-INI-2.101462 ... OK Successfully installed Config-MVP-Reader-INI-2.101462 --> Working on Moose::Autobox Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Moose-Autobox-0.15.tar.gz ... OK Configuring Moose-Autobox-0.15 ... OK ==> Found dependencies: Syntax::Keyword::Junction --> Working on Syntax::Keyword::Junction Fetching http://www.cpan.org/authors/id/F/FR/FREW/Syntax-Keyword-Junction-0.003007.tar.gz ... OK Configuring Syntax-Keyword-Junction-0.003007 ... OK ==> Found dependencies: syntax --> Working on syntax Fetching http://www.cpan.org/authors/id/P/PH/PHAYLON/syntax-0.004.tar.gz ... OK Configuring syntax-0.004 ... OK Building and testing syntax-0.004 ... OK Successfully installed syntax-0.004 Building and testing Syntax-Keyword-Junction-0.003007 ... OK Successfully installed Syntax-Keyword-Junction-0.003007 Building and testing Moose-Autobox-0.15 ... OK Successfully installed Moose-Autobox-0.15 --> Working on Term::Encoding Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Term-Encoding-0.02.tar.gz ... OK Configuring Term-Encoding-0.02 ... OK Building and testing Term-Encoding-0.02 ... OK Successfully installed Term-Encoding-0.02 --> Working on Hash::Merge::Simple Fetching http://www.cpan.org/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz ... OK Configuring Hash-Merge-Simple-0.051 ... OK ==> Found dependencies: Test::Most --> Working on Test::Most Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-0.33.tar.gz ... OK Configuring Test-Most-0.33 ... OK ==> Found dependencies: Exception::Class, Test::Differences, Test::Warn --> Working on Exception::Class Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.37.tar.gz ... OK Configuring Exception-Class-1.37 ... OK ==> Found dependencies: Class::Data::Inheritable --> Working on Class::Data::Inheritable Fetching http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz ... OK Configuring Class-Data-Inheritable-0.08 ... OK Building and testing Class-Data-Inheritable-0.08 ... OK Successfully installed Class-Data-Inheritable-0.08 Building and testing Exception-Class-1.37 ... OK Successfully installed Exception-Class-1.37 --> Working on Test::Differences Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Differences-0.61.tar.gz ... OK Configuring Test-Differences-0.61 ... OK ==> Found dependencies: Text::Diff --> Working on Text::Diff Fetching http://www.cpan.org/authors/id/O/OV/OVID/Text-Diff-1.41.tar.gz ... OK Configuring Text-Diff-1.41 ... OK ==> Found dependencies: Algorithm::Diff --> Working on Algorithm::Diff Fetching http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1902.tar.gz ... OK Configuring Algorithm-Diff-1.1902 ... OK Building and testing Algorithm-Diff-1.1902 ... OK Successfully installed Algorithm-Diff-1.1902 Building and testing Text-Diff-1.41 ... OK Successfully installed Text-Diff-1.41 Building and testing Test-Differences-0.61 ... OK Successfully installed Test-Differences-0.61 --> Working on Test::Warn Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Test-Warn-0.24.tar.gz ... OK Configuring Test-Warn-0.24 ... OK ==> Found dependencies: Tree::DAG_Node --> Working on Tree::DAG_Node Fetching http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.18.tgz ... OK Configuring Tree-DAG_Node-1.18 ... OK ==> Found dependencies: File::Temp --> Working on File::Temp Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz ... OK Configuring File-Temp-0.2304 ... OK Building and testing File-Temp-0.2304 ... OK Successfully installed File-Temp-0.2304 (upgraded from 0.22) Building and testing Tree-DAG_Node-1.18 ... OK Successfully installed Tree-DAG_Node-1.18 Building and testing Test-Warn-0.24 ... OK Successfully installed Test-Warn-0.24 Building and testing Test-Most-0.33 ... OK Successfully installed Test-Most-0.33 Building and testing Hash-Merge-Simple-0.051 ... OK Successfully installed Hash-Merge-Simple-0.051 --> Working on Sub::Exporter::ForMethods Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100051.tar.gz ... OK Configuring Sub-Exporter-ForMethods-0.100051 ... OK Building and testing Sub-Exporter-ForMethods-0.100051 ... OK Successfully installed Sub-Exporter-ForMethods-0.100051 Building and testing Dist-Zilla-5.012 ... OK Successfully installed Dist-Zilla-5.012 174 distributions installed vagrant@debian-7:~$ dpkg -l | grep ssl ii libssl-dev 1.0.1e-2 amd64 SSL development libraries, header files and documentation ii libssl-doc 1.0.1e-2 all SSL development documentation documentation ii libssl1.0.0:amd64 1.0.1e-2 amd64 SSL shared libraries ii openssl 1.0.1e-2 amd64 Secure Socket Layer (SSL) binary and related cryptographic tools vagrant@debian-7:~$ which perl /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl vagrant@debian-7:~$ perl -V Summary of my perl5 (revision 5 version 16 subversion 0) configuration: Platform: osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux uname='linux debian-7 3.2.0-4-amd64 #1 smp debian 3.2.51-1 x86_64 gnulinux ' config_args='-de -Dprefix=/home/vagrant/perl5/perlbrew/perls/perl-5.16.0 -Aeval:scriptdir=/home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.7.2', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib libs=-lnsl -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.13' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF Built under linux Compiled at Jan 20 2014 22:47:27 %ENV: PERLBREW_BASHRC_VERSION="0.67" PERLBREW_HOME="/home/vagrant/.perlbrew" PERLBREW_MANPATH="/home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man" PERLBREW_PATH="/home/vagrant/perl5/perlbrew/bin:/home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin" PERLBREW_PERL="perl-5.16.0" PERLBREW_ROOT="/home/vagrant/perl5/perlbrew" PERLBREW_VERSION="0.67" @INC: /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0 /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0 . vagrant@debian-7:~$ uname -a Linux debian-7 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux vagrant@debian-7:~$