1. vagrant@debian-7:~$ perlbrew info
  2. Current perl:
  3. Using system perl.
  4. Shebang: #!/usr/bin/perl
  5.  
  6. perlbrew:
  7. version: 0.67
  8. ENV:
  9. PERLBREW_ROOT: /home/vagrant/perl5/perlbrew
  10. PERLBREW_HOME: /home/vagrant/.perlbrew
  11. PERLBREW_PATH:
  12. PERLBREW_MANPATH:
  13. vagrant@debian-7:~$ perlbrew install perl-5.16.0
  14. Fetching perl 5.16.0 as /home/vagrant/perl5/perlbrew/dists/perl-5.16.0.tar.bz2
  15. 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
  16. Installing /home/vagrant/perl5/perlbrew/build/perl-5.16.0 into ~/perl5/perlbrew/perls/perl-5.16.0
  17.  
  18. This could take a while. You can run the following command on another shell to track the status:
  19.  
  20. tail -f ~/perl5/perlbrew/build.perl-5.16.0.log
  21.  
  22. perl-5.16.0 is successfully installed.
  23. vagrant@debian-7:~$
  24. vagrant@debian-7:~$
  25. vagrant@debian-7:~$
  26. vagrant@debian-7:~$
  27. vagrant@debian-7:~$ perlbrew switch perl-5.16.0
  28. vagrant@debian-7:~$ which perl
  29. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl
  30. vagrant@debian-7:~$ which cpan
  31. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpan
  32. vagrant@debian-7:~$ cpan App::cpanminus
  33.  
  34. CPAN.pm requires configuration, but most of it can be done automatically.
  35. If you answer 'no' below, you will enter an interactive dialog for each
  36. configuration option instead.
  37.  
  38. Would you like to configure as much as possible automatically? [yes]
  39.  
  40. Autoconfigured everything but 'urllist'.
  41.  
  42. Now you need to choose your CPAN mirror sites. You can let me
  43. pick mirrors for you, you can select them from a list or you
  44. can enter them by hand.
  45.  
  46. Would you like me to automatically choose some CPAN mirror
  47. sites for you? (This means connecting to the Internet) [yes] no
  48.  
  49. Would you like to pick from the CPAN mirror list? [yes]
  50. Trying to fetch a mirror list from the Internet
  51. Fetching with HTTP::Tiny:
  52. http://www.perl.org/CPAN/MIRRORED.BY
  53.  
  54. First, pick a nearby continent and country by typing in the number(s)
  55. in front of the item(s) you want to select. You can pick several of
  56. each, separated by spaces. Then, you will be presented with a list of
  57. URLs of CPAN mirrors in the countries you selected, along with
  58. previously selected URLs. Select some of those URLs, or just keep the
  59. old list. Finally, you will be prompted for any extra URLs -- file:,
  60. ftp:, or http: -- that host a CPAN mirror.
  61.  
  62. You should select more than one (just in case the first isn't available).
  63.  
  64. (1) Africa
  65. (2) Asia
  66. (3) Europe
  67. (4) North America
  68. (5) Oceania
  69. (6) South America
  70. Select your continent (or several nearby continents) [] 3
  71. (1) Austria
  72. (2) Belarus
  73. (3) Belgium
  74. (4) Bosnia and Herzegovina
  75. (5) Bulgaria
  76. (6) Croatia
  77. (7) Czech Republic
  78. (8) Denmark
  79. (9) Estonia
  80. (10) Finland
  81. (11) France
  82. (12) Germany
  83. (13) Greece
  84. (14) Iceland
  85. (15) Ireland
  86. (16) Italy
  87. 16 more items, hit ENTER to show them
  88. Select your country (or several nearby countries) []
  89. Sorry! since you don't have any existing picks, you must make a
  90. geographic selection.
  91. (17) Latvia
  92. (18) Lithuania
  93. (19) Netherlands
  94. (20) Norway
  95. (21) Poland
  96. (22) Portugal
  97. (23) Romania
  98. (24) Russian Federation
  99. (25) Serbia
  100. (26) Slovakia
  101. (27) Slovenia
  102. (28) Spain
  103. (29) Sweden
  104. (30) Switzerland
  105. (31) Ukraine
  106. (32) United Kingdom
  107. Select your country (or several nearby countries) [] 29
  108. (1) ftp://ftp.acc.umu.se/mirror/CPAN/
  109. (2) ftp://ftp.sunet.se/pub/lang/perl/CPAN/
  110. (3) http://ftp.acc.umu.se/mirror/CPAN/
  111. (4) http://ftp.sunet.se/pub/lang/perl/CPAN/
  112. Select as many URLs as you like (by number),
  113. put them on one line, separated by blanks, hyphenated ranges allowed
  114. e.g. '1 4 5' or '7 1-4 8' [] 1 2 3
  115. Now you can enter your own CPAN URLs by hand. A local CPAN mirror can be
  116. listed using a 'file:' URL like 'file:///path/to/cpan/'
  117.  
  118. Enter another URL or ENTER to quit: []
  119. New urllist
  120. ftp://ftp.acc.umu.se/mirror/CPAN/
  121. ftp://ftp.sunet.se/pub/lang/perl/CPAN/
  122. http://ftp.acc.umu.se/mirror/CPAN/
  123.  
  124. Autoconfiguration complete.
  125.  
  126. commit: wrote '/home/vagrant/.cpan/CPAN/MyConfig.pm'
  127.  
  128. You can re-run configuration any time with 'o conf init' in the CPAN shell
  129. Fetching with Net::FTP:
  130. ftp://ftp.acc.umu.se/mirror/CPAN/authors/01mailrc.txt.gz
  131. Reading '/home/vagrant/.cpan/sources/authors/01mailrc.txt.gz'
  132. ............................................................................DONE
  133. Fetching with Net::FTP:
  134. ftp://ftp.acc.umu.se/mirror/CPAN/modules/02packages.details.txt.gz
  135. Reading '/home/vagrant/.cpan/sources/modules/02packages.details.txt.gz'
  136. Database was generated on Mon, 20 Jan 2014 02:41:02 GMT
  137. HTTP::Date not available
  138. ..............
  139. New CPAN.pm version (v2.00) available.
  140. [Currently running version is v1.9800]
  141. You might want to try
  142. install CPAN
  143. reload cpan
  144. to both upgrade CPAN.pm and run the new version without leaving
  145. the current session.
  146.  
  147.  
  148. ..............................................................DONE
  149. Fetching with Net::FTP:
  150. ftp://ftp.acc.umu.se/mirror/CPAN/modules/03modlist.data.gz
  151. Reading '/home/vagrant/.cpan/sources/modules/03modlist.data.gz'
  152. ............................................................................DONE
  153. Writing /home/vagrant/.cpan/Metadata
  154. Running install for module 'App::cpanminus'
  155. Running make for M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz
  156. Fetching with Net::FTP:
  157. ftp://ftp.acc.umu.se/mirror/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz
  158. Fetching with Net::FTP:
  159. ftp://ftp.acc.umu.se/mirror/CPAN/authors/id/M/MI/MIYAGAWA/CHECKSUMS
  160. Checksum for /home/vagrant/.cpan/sources/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz ok
  161.  
  162. CPAN.pm: Building M/MI/MIYAGAWA/App-cpanminus-1.7001.tar.gz
  163.  
  164. Checking if your kit is complete...
  165. Looks good
  166. Writing Makefile for App::cpanminus
  167. Writing MYMETA.yml and MYMETA.json
  168. cp lib/App/cpanminus/fatscript.pm blib/lib/App/cpanminus/fatscript.pm
  169. cp lib/App/cpanminus.pm blib/lib/App/cpanminus.pm
  170. cp bin/cpanm blib/script/cpanm
  171. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanm
  172. Manifying blib/man1/cpanm.1
  173. Manifying blib/man3/App::cpanminus::fatscript.3
  174. Manifying blib/man3/App::cpanminus.3
  175. MIYAGAWA/App-cpanminus-1.7001.tar.gz
  176. /usr/bin/make -- OK
  177. 'YAML' not installed, will not store persistent state
  178. Running make test
  179. 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
  180. t/happy_cpantesters.t .. 1/1 # App::cpanminus/1.7001
  181. t/happy_cpantesters.t .. ok
  182. All tests successful.
  183. Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.01 cusr 0.00 csys = 0.04 CPU)
  184. Result: PASS
  185. MIYAGAWA/App-cpanminus-1.7001.tar.gz
  186. /usr/bin/make test -- OK
  187. Running make install
  188. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/App/cpanminus.pm
  189. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/App/cpanminus/fatscript.pm
  190. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man1/cpanm.1
  191. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man3/App::cpanminus::fatscript.3
  192. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man/man3/App::cpanminus.3
  193. Installing /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpanm
  194. Appending installation info to /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux/perllocal.pod
  195. MIYAGAWA/App-cpanminus-1.7001.tar.gz
  196. /usr/bin/make install -- OK
  197. vagrant@debian-7:~$ which cpanm
  198. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/cpanm
  199. vagrant@debian-7:~$ cpanm Dist::Zilla
  200. --> Working on Dist::Zilla
  201. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Dist-Zilla-5.012.tar.gz ... OK
  202. ==> Found dependencies: File::ShareDir::Install
  203. --> Working on File::ShareDir::Install
  204. Fetching http://www.cpan.org/authors/id/G/GW/GWYN/File-ShareDir-Install-0.07.tar.gz ... OK
  205. Configuring File-ShareDir-Install-0.07 ... OK
  206. Building and testing File-ShareDir-Install-0.07 ... OK
  207. Successfully installed File-ShareDir-Install-0.07
  208. Configuring Dist-Zilla-5.012 ... OK
  209. ==> 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
  210. --> Working on Perl::PrereqScanner
  211. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Perl-PrereqScanner-1.019.tar.gz ... OK
  212. Configuring Perl-PrereqScanner-1.019 ... OK
  213. ==> Found dependencies: PPI, Module::Path, String::RewritePrefix, Params::Util, PPI::Document, Getopt::Long::Descriptive, List::MoreUtils, Moose, Moose::Role, Try::Tiny, namespace::autoclean
  214. --> Working on PPI
  215. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/PPI-1.215.tar.gz ... OK
  216. Configuring PPI-1.215 ... OK
  217. ==> Found dependencies: File::Remove, Test::Object, Test::NoWarnings, Params::Util, Test::SubCalls, Task::Weaken, List::MoreUtils, IO::String, Clone, Class::Inspector
  218. --> Working on File::Remove
  219. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-1.52.tar.gz ... OK
  220. Configuring File-Remove-1.52 ... OK
  221. Building and testing File-Remove-1.52 ... OK
  222. Successfully installed File-Remove-1.52
  223. --> Working on Test::Object
  224. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Object-0.07.tar.gz ... OK
  225. Configuring Test-Object-0.07 ... OK
  226. Building and testing Test-Object-0.07 ... OK
  227. Successfully installed Test-Object-0.07
  228. --> Working on Test::NoWarnings
  229. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz ... OK
  230. Configuring Test-NoWarnings-1.04 ... OK
  231. ==> Found dependencies: Test::Tester
  232. --> Working on Test::Tester
  233. Fetching http://www.cpan.org/authors/id/F/FD/FDALY/Test-Tester-0.109.tar.gz ... OK
  234. Configuring Test-Tester-0.109 ... OK
  235. Building and testing Test-Tester-0.109 ... OK
  236. Successfully installed Test-Tester-0.109
  237. Building and testing Test-NoWarnings-1.04 ... OK
  238. Successfully installed Test-NoWarnings-1.04
  239. --> Working on Params::Util
  240. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Params-Util-1.07.tar.gz ... OK
  241. Configuring Params-Util-1.07 ... OK
  242. Building and testing Params-Util-1.07 ... OK
  243. Successfully installed Params-Util-1.07
  244. --> Working on Test::SubCalls
  245. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-SubCalls-1.09.tar.gz ... OK
  246. Configuring Test-SubCalls-1.09 ... OK
  247. ==> Found dependencies: Hook::LexWrap
  248. --> Working on Hook::LexWrap
  249. Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Hook-LexWrap-0.24.tar.gz ... OK
  250. Configuring Hook-LexWrap-0.24 ... OK
  251. Building and testing Hook-LexWrap-0.24 ... OK
  252. Successfully installed Hook-LexWrap-0.24
  253. Building and testing Test-SubCalls-1.09 ... OK
  254. Successfully installed Test-SubCalls-1.09
  255. --> Working on Task::Weaken
  256. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Task-Weaken-1.04.tar.gz ... OK
  257. Configuring Task-Weaken-1.04 ... OK
  258. Building and testing Task-Weaken-1.04 ... OK
  259. Successfully installed Task-Weaken-1.04
  260. --> Working on List::MoreUtils
  261. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/List-MoreUtils-0.33.tar.gz ... OK
  262. Configuring List-MoreUtils-0.33 ... OK
  263. Building and testing List-MoreUtils-0.33 ... OK
  264. Successfully installed List-MoreUtils-0.33
  265. --> Working on IO::String
  266. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz ... OK
  267. Configuring IO-String-1.08 ... OK
  268. Building and testing IO-String-1.08 ... OK
  269. Successfully installed IO-String-1.08
  270. --> Working on Clone
  271. Fetching http://www.cpan.org/authors/id/G/GA/GARU/Clone-0.36.tar.gz ... OK
  272. Configuring Clone-0.36 ... OK
  273. Building and testing Clone-0.36 ... OK
  274. Successfully installed Clone-0.36
  275. --> Working on Class::Inspector
  276. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Inspector-1.28.tar.gz ... OK
  277. Configuring Class-Inspector-1.28 ... OK
  278. Building and testing Class-Inspector-1.28 ... OK
  279. Successfully installed Class-Inspector-1.28
  280. Building and testing PPI-1.215 ... OK
  281. Successfully installed PPI-1.215
  282. --> Working on Module::Path
  283. Fetching http://www.cpan.org/authors/id/N/NE/NEILB/Module-Path-0.09.tar.gz ... OK
  284. Configuring Module-Path-0.09 ... OK
  285. ==> Found dependencies: Devel::FindPerl
  286. --> Working on Devel::FindPerl
  287. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Devel-FindPerl-0.012.tar.gz ... OK
  288. Configuring Devel-FindPerl-0.012 ... OK
  289. Building and testing Devel-FindPerl-0.012 ... OK
  290. Successfully installed Devel-FindPerl-0.012
  291. Building and testing Module-Path-0.09 ... OK
  292. Successfully installed Module-Path-0.09
  293. --> Working on String::RewritePrefix
  294. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-RewritePrefix-0.007.tar.gz ... OK
  295. Configuring String-RewritePrefix-0.007 ... OK
  296. ==> Found dependencies: Sub::Exporter
  297. --> Working on Sub::Exporter
  298. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz ... OK
  299. Configuring Sub-Exporter-0.987 ... OK
  300. ==> Found dependencies: Data::OptList, Sub::Install
  301. --> Working on Data::OptList
  302. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.109.tar.gz ... OK
  303. Configuring Data-OptList-0.109 ... OK
  304. ==> Found dependencies: Sub::Install
  305. --> Working on Sub::Install
  306. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.927.tar.gz ... OK
  307. Configuring Sub-Install-0.927 ... OK
  308. Building and testing Sub-Install-0.927 ... OK
  309. Successfully installed Sub-Install-0.927
  310. Building and testing Data-OptList-0.109 ... OK
  311. Successfully installed Data-OptList-0.109
  312. Building and testing Sub-Exporter-0.987 ... OK
  313. Successfully installed Sub-Exporter-0.987
  314. Building and testing String-RewritePrefix-0.007 ... OK
  315. Successfully installed String-RewritePrefix-0.007
  316. --> Working on Getopt::Long::Descriptive
  317. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.096.tar.gz ... OK
  318. Configuring Getopt-Long-Descriptive-0.096 ... OK
  319. ==> Found dependencies: Test::Warnings, Test::Fatal, Params::Validate
  320. --> Working on Test::Warnings
  321. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.013.tar.gz ... OK
  322. ==> Found dependencies: Module::Build::Tiny
  323. --> Working on Module::Build::Tiny
  324. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.032.tar.gz ... OK
  325. ==> Found dependencies: TAP::Harness::Env, ExtUtils::Helpers, ExtUtils::InstallPaths, ExtUtils::Config
  326. --> Working on TAP::Harness::Env
  327. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Test-Harness-3.30.tar.gz ... OK
  328. Configuring Test-Harness-3.30 ... OK
  329. Building and testing Test-Harness-3.30 ... OK
  330. Successfully installed Test-Harness-3.30
  331. --> Working on ExtUtils::Helpers
  332. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.021.tar.gz ... OK
  333. Configuring ExtUtils-Helpers-0.021 ... OK
  334. Building and testing ExtUtils-Helpers-0.021 ... OK
  335. Successfully installed ExtUtils-Helpers-0.021
  336. --> Working on ExtUtils::InstallPaths
  337. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.010.tar.gz ... OK
  338. Configuring ExtUtils-InstallPaths-0.010 ... OK
  339. ==> Found dependencies: ExtUtils::Config
  340. --> Working on ExtUtils::Config
  341. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.007.tar.gz ... OK
  342. Configuring ExtUtils-Config-0.007 ... OK
  343. Building and testing ExtUtils-Config-0.007 ... OK
  344. Successfully installed ExtUtils-Config-0.007
  345. Building and testing ExtUtils-InstallPaths-0.010 ... OK
  346. Successfully installed ExtUtils-InstallPaths-0.010
  347. Configuring Module-Build-Tiny-0.032 ... OK
  348. Building and testing Module-Build-Tiny-0.032 ... OK
  349. Successfully installed Module-Build-Tiny-0.032
  350. Configuring Test-Warnings-0.013 ... OK
  351. ==> Found dependencies: Test::Deep
  352. --> Working on Test::Deep
  353. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-0.112.tar.gz ... OK
  354. Configuring Test-Deep-0.112 ... OK
  355. Building and testing Test-Deep-0.112 ... OK
  356. Successfully installed Test-Deep-0.112
  357. Building and testing Test-Warnings-0.013 ... OK
  358. Successfully installed Test-Warnings-0.013
  359. --> Working on Test::Fatal
  360. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz ... OK
  361. Configuring Test-Fatal-0.013 ... OK
  362. ==> Found dependencies: Try::Tiny
  363. --> Working on Try::Tiny
  364. Fetching http://www.cpan.org/authors/id/D/DO/DOY/Try-Tiny-0.18.tar.gz ... OK
  365. Configuring Try-Tiny-0.18 ... OK
  366. Building and testing Try-Tiny-0.18 ... OK
  367. Successfully installed Try-Tiny-0.18
  368. Building and testing Test-Fatal-0.013 ... OK
  369. Successfully installed Test-Fatal-0.013
  370. --> Working on Params::Validate
  371. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-1.08.tar.gz ... OK
  372. Configuring Params-Validate-1.08 ... OK
  373. ==> Found dependencies: Module::Implementation
  374. --> Working on Module::Implementation
  375. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.07.tar.gz ... OK
  376. Configuring Module-Implementation-0.07 ... OK
  377. ==> Found dependencies: Test::Requires, Module::Runtime
  378. --> Working on Test::Requires
  379. Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-Requires-0.07.tar.gz ... OK
  380. Configuring Test-Requires-0.07 ... OK
  381. Building and testing Test-Requires-0.07 ... OK
  382. Successfully installed Test-Requires-0.07
  383. --> Working on Module::Runtime
  384. Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz ... OK
  385. Configuring Module-Runtime-0.013 ... OK
  386. Building and testing Module-Runtime-0.013 ... OK
  387. Successfully installed Module-Runtime-0.013
  388. Building and testing Module-Implementation-0.07 ... OK
  389. Successfully installed Module-Implementation-0.07
  390. Building and testing Params-Validate-1.08 ... OK
  391. Successfully installed Params-Validate-1.08
  392. Building and testing Getopt-Long-Descriptive-0.096 ... OK
  393. Successfully installed Getopt-Long-Descriptive-0.096
  394. --> Working on Moose
  395. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Moose-2.1202.tar.gz ... OK
  396. ==> Found dependencies: Dist::CheckConflicts
  397. --> Working on Dist::CheckConflicts
  398. Fetching http://www.cpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.10.tar.gz ... OK
  399. Configuring Dist-CheckConflicts-0.10 ... OK
  400. Building and testing Dist-CheckConflicts-0.10 ... OK
  401. Successfully installed Dist-CheckConflicts-0.10
  402. Configuring Moose-2.1202 ... OK
  403. ==> Found dependencies: Package::DeprecationManager, Package::Stash::XS, MRO::Compat, Class::Load::XS, Devel::StackTrace, Eval::Closure, Package::Stash, Class::Load, Sub::Name, Devel::GlobalDestruction
  404. --> Working on Package::DeprecationManager
  405. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Package-DeprecationManager-0.13.tar.gz ... OK
  406. Configuring Package-DeprecationManager-0.13 ... OK
  407. Building and testing Package-DeprecationManager-0.13 ... OK
  408. Successfully installed Package-DeprecationManager-0.13
  409. --> Working on Package::Stash::XS
  410. Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-XS-0.28.tar.gz ... OK
  411. Configuring Package-Stash-XS-0.28 ... OK
  412. Building and testing Package-Stash-XS-0.28 ... OK
  413. Successfully installed Package-Stash-XS-0.28
  414. --> Working on MRO::Compat
  415. Fetching http://www.cpan.org/authors/id/B/BO/BOBTFISH/MRO-Compat-0.12.tar.gz ... OK
  416. Configuring MRO-Compat-0.12 ... OK
  417. Building and testing MRO-Compat-0.12 ... OK
  418. Successfully installed MRO-Compat-0.12
  419. --> Working on Class::Load::XS
  420. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Load-XS-0.06.tar.gz ... OK
  421. Configuring Class-Load-XS-0.06 ... OK
  422. ==> Found dependencies: Class::Load
  423. --> Working on Class::Load
  424. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Class-Load-0.20.tar.gz ... OK
  425. Configuring Class-Load-0.20 ... OK
  426. ==> Found dependencies: Package::Stash
  427. --> Working on Package::Stash
  428. Fetching http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-0.36.tar.gz ... OK
  429. Configuring Package-Stash-0.36 ... OK
  430. Building and testing Package-Stash-0.36 ... OK
  431. Successfully installed Package-Stash-0.36
  432. Building and testing Class-Load-0.20 ... OK
  433. Successfully installed Class-Load-0.20
  434. Building and testing Class-Load-XS-0.06 ... OK
  435. Successfully installed Class-Load-XS-0.06
  436. --> Working on Devel::StackTrace
  437. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-1.31.tar.gz ... OK
  438. Configuring Devel-StackTrace-1.31 ... OK
  439. Building and testing Devel-StackTrace-1.31 ... OK
  440. Successfully installed Devel-StackTrace-1.31
  441. --> Working on Eval::Closure
  442. Fetching http://www.cpan.org/authors/id/D/DO/DOY/Eval-Closure-0.11.tar.gz ... OK
  443. Configuring Eval-Closure-0.11 ... OK
  444. Building and testing Eval-Closure-0.11 ... OK
  445. Successfully installed Eval-Closure-0.11
  446. --> Working on Sub::Name
  447. Fetching http://www.cpan.org/authors/id/F/FL/FLORA/Sub-Name-0.05.tar.gz ... OK
  448. Configuring Sub-Name-0.05 ... OK
  449. Building and testing Sub-Name-0.05 ... OK
  450. Successfully installed Sub-Name-0.05
  451. --> Working on Devel::GlobalDestruction
  452. Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz ... OK
  453. Configuring Devel-GlobalDestruction-0.12 ... OK
  454. ==> Found dependencies: Sub::Exporter::Progressive
  455. --> Working on Sub::Exporter::Progressive
  456. Fetching http://www.cpan.org/authors/id/F/FR/FREW/Sub-Exporter-Progressive-0.001011.tar.gz ... OK
  457. Configuring Sub-Exporter-Progressive-0.001011 ... OK
  458. Building and testing Sub-Exporter-Progressive-0.001011 ... OK
  459. Successfully installed Sub-Exporter-Progressive-0.001011
  460. Building and testing Devel-GlobalDestruction-0.12 ... OK
  461. Successfully installed Devel-GlobalDestruction-0.12
  462. Building and testing Moose-2.1202 ... OK
  463. Successfully installed Moose-2.1202
  464. --> Working on namespace::autoclean
  465. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.15.tar.gz ... OK
  466. Configuring namespace-autoclean-0.15 ... OK
  467. ==> Found dependencies: B::Hooks::EndOfScope, namespace::clean
  468. --> Working on B::Hooks::EndOfScope
  469. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-0.13.tar.gz ... OK
  470. Configuring B-Hooks-EndOfScope-0.13 ... OK
  471. ==> Found dependencies: Variable::Magic
  472. --> Working on Variable::Magic
  473. Fetching http://www.cpan.org/authors/id/V/VP/VPIT/Variable-Magic-0.53.tar.gz ... OK
  474. Configuring Variable-Magic-0.53 ... OK
  475. Building and testing Variable-Magic-0.53 ... OK
  476. Successfully installed Variable-Magic-0.53
  477. Building and testing B-Hooks-EndOfScope-0.13 ... OK
  478. Successfully installed B-Hooks-EndOfScope-0.13
  479. --> Working on namespace::clean
  480. Fetching http://www.cpan.org/authors/id/R/RI/RIBASUSHI/namespace-clean-0.24.tar.gz ... OK
  481. Configuring namespace-clean-0.24 ... OK
  482. Building and testing namespace-clean-0.24 ... OK
  483. Successfully installed namespace-clean-0.24
  484. Building and testing namespace-autoclean-0.15 ... OK
  485. Successfully installed namespace-autoclean-0.15
  486. Building and testing Perl-PrereqScanner-1.019 ... OK
  487. Successfully installed Perl-PrereqScanner-1.019
  488. --> Working on Test::File::ShareDir
  489. Fetching http://www.cpan.org/authors/id/K/KE/KENTNL/Test-File-ShareDir-0.4.1.tar.gz ... OK
  490. ==> Found dependencies: Module::Build
  491. --> Working on Module::Build
  492. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4204.tar.gz ... OK
  493. Configuring Module-Build-0.4204 ... OK
  494. Building and testing Module-Build-0.4204 ... OK
  495. Successfully installed Module-Build-0.4204 (upgraded from 0.39_01)
  496. Configuring Test-File-ShareDir-0.4.1 ... OK
  497. ==> Found dependencies: Test::More, File::ShareDir, File::Copy::Recursive, Class::Tiny, Path::Tiny
  498. --> Working on Test::More
  499. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Simple-1.001002.tar.gz ... OK
  500. Configuring Test-Simple-1.001002 ... OK
  501. Building and testing Test-Simple-1.001002 ... OK
  502. Successfully installed Test-Simple-1.001002 (upgraded from 0.98)
  503. --> Working on File::ShareDir
  504. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-ShareDir-1.03.tar.gz ... OK
  505. Configuring File-ShareDir-1.03 ... OK
  506. Building and testing File-ShareDir-1.03 ... OK
  507. Successfully installed File-ShareDir-1.03
  508. --> Working on File::Copy::Recursive
  509. Fetching http://www.cpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-0.38.tar.gz ... OK
  510. Configuring File-Copy-Recursive-0.38 ... OK
  511. Building and testing File-Copy-Recursive-0.38 ... OK
  512. Successfully installed File-Copy-Recursive-0.38
  513. --> Working on Class::Tiny
  514. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Class-Tiny-0.014.tar.gz ... OK
  515. Configuring Class-Tiny-0.014 ... OK
  516. Building and testing Class-Tiny-0.014 ... OK
  517. Successfully installed Class-Tiny-0.014
  518. --> Working on Path::Tiny
  519. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.052.tar.gz ... OK
  520. Configuring Path-Tiny-0.052 ... OK
  521. ==> Found dependencies: File::Spec
  522. --> Working on File::Spec
  523. Fetching http://www.cpan.org/authors/id/S/SM/SMUELLER/PathTools-3.40.tar.gz ... OK
  524. Configuring PathTools-3.40 ... OK
  525. Building and testing PathTools-3.40 ... OK
  526. Successfully installed PathTools-3.40 (upgraded from 3.39_02)
  527. Building and testing Path-Tiny-0.052 ... OK
  528. Successfully installed Path-Tiny-0.052
  529. Building and testing Test-File-ShareDir-0.4.1 ... OK
  530. Successfully installed Test-File-ShareDir-0.4.1
  531. --> Working on MooseX::SetOnce
  532. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-SetOnce-0.200002.tar.gz ... OK
  533. Configuring MooseX-SetOnce-0.200002 ... OK
  534. Building and testing MooseX-SetOnce-0.200002 ... OK
  535. Successfully installed MooseX-SetOnce-0.200002
  536. --> Working on MooseX::LazyRequire
  537. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-LazyRequire-0.10.tar.gz ... OK
  538. Configuring MooseX-LazyRequire-0.10 ... OK
  539. ==> Found dependencies: aliased, Test::CheckDeps
  540. --> Working on aliased
  541. Fetching http://www.cpan.org/authors/id/O/OV/OVID/aliased-0.31.tar.gz ... OK
  542. Configuring aliased-0.31 ... OK
  543. Building and testing aliased-0.31 ... OK
  544. Successfully installed aliased-0.31
  545. --> Working on Test::CheckDeps
  546. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Test-CheckDeps-0.010.tar.gz ... OK
  547. Configuring Test-CheckDeps-0.010 ... OK
  548. ==> Found dependencies: CPAN::Meta::Check, CPAN::Meta
  549. --> Working on CPAN::Meta::Check
  550. Fetching http://www.cpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.008.tar.gz ... OK
  551. Configuring CPAN-Meta-Check-0.008 ... OK
  552. ==> Found dependencies: CPAN::Meta::Requirements, CPAN::Meta, CPAN::Meta::Prereqs
  553. --> Working on CPAN::Meta::Requirements
  554. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requirements-2.125.tar.gz ... OK
  555. Configuring CPAN-Meta-Requirements-2.125 ... OK
  556. Building and testing CPAN-Meta-Requirements-2.125 ... OK
  557. Successfully installed CPAN-Meta-Requirements-2.125 (upgraded from 2.120630)
  558. --> Working on CPAN::Meta
  559. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-2.133380.tar.gz ... OK
  560. Configuring CPAN-Meta-2.133380 ... OK
  561. ==> Found dependencies: List::Util, Parse::CPAN::Meta, CPAN::Meta::YAML
  562. --> Working on List::Util
  563. Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.36.tar.gz ... OK
  564. Configuring Scalar-List-Utils-1.36 ... OK
  565. Building and testing Scalar-List-Utils-1.36 ... OK
  566. Successfully installed Scalar-List-Utils-1.36 (upgraded from 1.23)
  567. --> Working on Parse::CPAN::Meta
  568. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Parse-CPAN-Meta-1.4409.tar.gz ... OK
  569. Configuring Parse-CPAN-Meta-1.4409 ... OK
  570. ==> Found dependencies: CPAN::Meta::YAML
  571. --> Working on CPAN::Meta::YAML
  572. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-YAML-0.010.tar.gz ... OK
  573. Configuring CPAN-Meta-YAML-0.010 ... OK
  574. Building and testing CPAN-Meta-YAML-0.010 ... OK
  575. Successfully installed CPAN-Meta-YAML-0.010 (upgraded from 0.007)
  576. Building and testing Parse-CPAN-Meta-1.4409 ... OK
  577. Successfully installed Parse-CPAN-Meta-1.4409 (upgraded from 1.4402)
  578. Building and testing CPAN-Meta-2.133380 ... OK
  579. Successfully installed CPAN-Meta-2.133380 (upgraded from 2.120630)
  580. Building and testing CPAN-Meta-Check-0.008 ... OK
  581. Successfully installed CPAN-Meta-Check-0.008
  582. Building and testing Test-CheckDeps-0.010 ... OK
  583. Successfully installed Test-CheckDeps-0.010
  584. Building and testing MooseX-LazyRequire-0.10 ... OK
  585. Successfully installed MooseX-LazyRequire-0.10
  586. --> Working on Test::FailWarnings
  587. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-0.008.tar.gz ... OK
  588. Configuring Test-FailWarnings-0.008 ... OK
  589. ==> Found dependencies: Capture::Tiny
  590. --> Working on Capture::Tiny
  591. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.23.tar.gz ... OK
  592. Configuring Capture-Tiny-0.23 ... OK
  593. Building and testing Capture-Tiny-0.23 ... OK
  594. Successfully installed Capture-Tiny-0.23
  595. Building and testing Test-FailWarnings-0.008 ... OK
  596. Successfully installed Test-FailWarnings-0.008
  597. --> Working on File::pushd
  598. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-pushd-1.005.tar.gz ... OK
  599. Configuring File-pushd-1.005 ... OK
  600. Building and testing File-pushd-1.005 ... OK
  601. Successfully installed File-pushd-1.005
  602. --> Working on File::HomeDir
  603. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-HomeDir-1.00.tar.gz ... OK
  604. Configuring File-HomeDir-1.00 ... OK
  605. ==> Found dependencies: File::Which
  606. --> Working on File::Which
  607. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-1.09.tar.gz ... OK
  608. Configuring File-Which-1.09 ... OK
  609. ==> Found dependencies: Test::Script
  610. --> Working on Test::Script
  611. Fetching http://www.cpan.org/authors/id/A/AD/ADAMK/Test-Script-1.07.tar.gz ... OK
  612. Configuring Test-Script-1.07 ... OK
  613. ==> Found dependencies: Probe::Perl, IPC::Run3
  614. --> Working on Probe::Perl
  615. Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-0.03.tar.gz ... OK
  616. Configuring Probe-Perl-0.03 ... OK
  617. Building and testing Probe-Perl-0.03 ... OK
  618. Successfully installed Probe-Perl-0.03
  619. --> Working on IPC::Run3
  620. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-0.046.tar.gz ... OK
  621. Configuring IPC-Run3-0.046 ... OK
  622. Building and testing IPC-Run3-0.046 ... OK
  623. Successfully installed IPC-Run3-0.046
  624. Building and testing Test-Script-1.07 ... OK
  625. Successfully installed Test-Script-1.07
  626. Building and testing File-Which-1.09 ... OK
  627. Successfully installed File-Which-1.09
  628. Building and testing File-HomeDir-1.00 ... OK
  629. Successfully installed File-HomeDir-1.00
  630. --> Working on Config::MVP::Reader
  631. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-2.200006.tar.gz ... OK
  632. Configuring Config-MVP-2.200006 ... OK
  633. ==> Found dependencies: Tie::IxHash, MooseX::OneArgNew, StackTrace::Auto, Role::Identifiable::HasIdent, Role::HasMessage, Throwable
  634. --> Working on Tie::IxHash
  635. Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Tie-IxHash-1.23.tar.gz ... OK
  636. Configuring Tie-IxHash-1.23 ... OK
  637. Building and testing Tie-IxHash-1.23 ... OK
  638. Successfully installed Tie-IxHash-1.23
  639. --> Working on MooseX::OneArgNew
  640. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-OneArgNew-0.004.tar.gz ... OK
  641. Configuring MooseX-OneArgNew-0.004 ... OK
  642. ==> Found dependencies: MooseX::Role::Parameterized
  643. --> Working on MooseX::Role::Parameterized
  644. Fetching http://www.cpan.org/authors/id/S/SA/SARTAK/MooseX-Role-Parameterized-1.02.tar.gz ... OK
  645. Configuring MooseX-Role-Parameterized-1.02 ... OK
  646. Building and testing MooseX-Role-Parameterized-1.02 ... OK
  647. Successfully installed MooseX-Role-Parameterized-1.02
  648. Building and testing MooseX-OneArgNew-0.004 ... OK
  649. Successfully installed MooseX-OneArgNew-0.004
  650. --> Working on StackTrace::Auto
  651. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Throwable-0.200009.tar.gz ... OK
  652. Configuring Throwable-0.200009 ... OK
  653. ==> Found dependencies: Moo, Moo::Role, Sub::Quote, MooX::Types::MooseLike::Base
  654. --> Working on Moo
  655. Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Moo-1.004002.tar.gz ... OK
  656. Configuring Moo-1.004002 ... OK
  657. ==> Found dependencies: strictures, Role::Tiny, Class::Method::Modifiers, Import::Into
  658. --> Working on strictures
  659. Fetching http://www.cpan.org/authors/id/H/HA/HAARG/strictures-1.005002.tar.gz ... OK
  660. Configuring strictures-1.005002 ... OK
  661. ==> Found dependencies: indirect, multidimensional, bareword::filehandles
  662. --> Working on indirect
  663. Fetching http://www.cpan.org/authors/id/V/VP/VPIT/indirect-0.31.tar.gz ... OK
  664. Configuring indirect-0.31 ... OK
  665. Building and testing indirect-0.31 ... OK
  666. Successfully installed indirect-0.31
  667. --> Working on multidimensional
  668. Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/multidimensional-0.011.tar.gz ... OK
  669. ==> Found dependencies: B::Hooks::OP::Check, ExtUtils::Depends
  670. --> Working on B::Hooks::OP::Check
  671. Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/B-Hooks-OP-Check-0.19.tar.gz ... OK
  672. ==> Found dependencies: ExtUtils::Depends
  673. --> Working on ExtUtils::Depends
  674. Fetching http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.306.tar.gz ... OK
  675. Configuring ExtUtils-Depends-0.306 ... OK
  676. Building and testing ExtUtils-Depends-0.306 ... OK
  677. Successfully installed ExtUtils-Depends-0.306
  678. Configuring B-Hooks-OP-Check-0.19 ... OK
  679. Building and testing B-Hooks-OP-Check-0.19 ... OK
  680. Successfully installed B-Hooks-OP-Check-0.19
  681. Configuring multidimensional-0.011 ... OK
  682. ==> Found dependencies: Lexical::SealRequireHints
  683. --> Working on Lexical::SealRequireHints
  684. Fetching http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Lexical-SealRequireHints-0.007.tar.gz ... OK
  685. Configuring Lexical-SealRequireHints-0.007 ... OK
  686. Building and testing Lexical-SealRequireHints-0.007 ... OK
  687. Successfully installed Lexical-SealRequireHints-0.007
  688. Building and testing multidimensional-0.011 ... OK
  689. Successfully installed multidimensional-0.011
  690. --> Working on bareword::filehandles
  691. Fetching http://www.cpan.org/authors/id/I/IL/ILMARI/bareword-filehandles-0.003.tar.gz ... OK
  692. Configuring bareword-filehandles-0.003 ... OK
  693. Building and testing bareword-filehandles-0.003 ... OK
  694. Successfully installed bareword-filehandles-0.003
  695. Building and testing strictures-1.005002 ... OK
  696. Successfully installed strictures-1.005002
  697. --> Working on Role::Tiny
  698. Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Role-Tiny-1.003002.tar.gz ... OK
  699. Configuring Role-Tiny-1.003002 ... OK
  700. Building and testing Role-Tiny-1.003002 ... OK
  701. Successfully installed Role-Tiny-1.003002
  702. --> Working on Class::Method::Modifiers
  703. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.09.tar.gz ... OK
  704. Configuring Class-Method-Modifiers-2.09 ... OK
  705. Building and testing Class-Method-Modifiers-2.09 ... OK
  706. Successfully installed Class-Method-Modifiers-2.09
  707. --> Working on Import::Into
  708. Fetching http://www.cpan.org/authors/id/H/HA/HAARG/Import-Into-1.002000.tar.gz ... OK
  709. Configuring Import-Into-1.002000 ... OK
  710. Building and testing Import-Into-1.002000 ... OK
  711. Successfully installed Import-Into-1.002000
  712. Building and testing Moo-1.004002 ... OK
  713. Successfully installed Moo-1.004002
  714. --> Working on MooX::Types::MooseLike::Base
  715. Fetching http://www.cpan.org/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.25.tar.gz ... OK
  716. Configuring MooX-Types-MooseLike-0.25 ... OK
  717. Building and testing MooX-Types-MooseLike-0.25 ... OK
  718. Successfully installed MooX-Types-MooseLike-0.25
  719. Building and testing Throwable-0.200009 ... OK
  720. Successfully installed Throwable-0.200009
  721. --> Working on Role::Identifiable::HasIdent
  722. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-Identifiable-0.007.tar.gz ... OK
  723. Configuring Role-Identifiable-0.007 ... OK
  724. Building and testing Role-Identifiable-0.007 ... OK
  725. Successfully installed Role-Identifiable-0.007
  726. --> Working on Role::HasMessage
  727. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Role-HasMessage-0.006.tar.gz ... OK
  728. Configuring Role-HasMessage-0.006 ... OK
  729. ==> Found dependencies: String::Errf
  730. --> Working on String::Errf
  731. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Errf-0.007.tar.gz ... OK
  732. Configuring String-Errf-0.007 ... OK
  733. ==> Found dependencies: Date::Format, String::Formatter, JSON
  734. --> Working on Date::Format
  735. Fetching http://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-2.30.tar.gz ... OK
  736. Configuring TimeDate-2.30 ... OK
  737. Building and testing TimeDate-2.30 ... OK
  738. Successfully installed TimeDate-2.30
  739. --> Working on String::Formatter
  740. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Formatter-0.102084.tar.gz ... OK
  741. Configuring String-Formatter-0.102084 ... OK
  742. Building and testing String-Formatter-0.102084 ... OK
  743. Successfully installed String-Formatter-0.102084
  744. --> Working on JSON
  745. Fetching http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-2.90.tar.gz ... OK
  746. Configuring JSON-2.90 ... OK
  747. Building and testing JSON-2.90 ... OK
  748. Successfully installed JSON-2.90
  749. Building and testing String-Errf-0.007 ... OK
  750. Successfully installed String-Errf-0.007
  751. Building and testing Role-HasMessage-0.006 ... OK
  752. Successfully installed Role-HasMessage-0.006
  753. Building and testing Config-MVP-2.200006 ... OK
  754. Successfully installed Config-MVP-2.200006
  755. --> Working on List::AllUtils
  756. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-0.07.tar.gz ... OK
  757. Configuring List-AllUtils-0.07 ... OK
  758. Building and testing List-AllUtils-0.07 ... OK
  759. Successfully installed List-AllUtils-0.07
  760. --> Working on Mixin::Linewise::Readers
  761. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Mixin-Linewise-0.104.tar.gz ... OK
  762. Configuring Mixin-Linewise-0.104 ... OK
  763. Building and testing Mixin-Linewise-0.104 ... OK
  764. Successfully installed Mixin-Linewise-0.104
  765. --> Working on MooseX::Types::Path::Class
  766. Fetching http://www.cpan.org/authors/id/T/TH/THEPLER/MooseX-Types-Path-Class-0.06.tar.gz ... OK
  767. Configuring MooseX-Types-Path-Class-0.06 ... OK
  768. ==> Found dependencies: MooseX::Types, Path::Class
  769. --> Working on MooseX::Types
  770. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Types-0.41.tar.gz ... OK
  771. Configuring MooseX-Types-0.41 ... OK
  772. ==> Found dependencies: Carp::Clan
  773. --> Working on Carp::Clan
  774. Fetching http://www.cpan.org/authors/id/S/ST/STBEY/Carp-Clan-6.04.tar.gz ... OK
  775. Configuring Carp-Clan-6.04 ... OK
  776. ==> Found dependencies: Test::Exception
  777. --> Working on Test::Exception
  778. Fetching http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz ... OK
  779. Configuring Test-Exception-0.32 ... OK
  780. ==> Found dependencies: Sub::Uplevel
  781. --> Working on Sub::Uplevel
  782. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-0.24.tar.gz ... OK
  783. Configuring Sub-Uplevel-0.24 ... OK
  784. Building and testing Sub-Uplevel-0.24 ... OK
  785. Successfully installed Sub-Uplevel-0.24
  786. Building and testing Test-Exception-0.32 ... OK
  787. Successfully installed Test-Exception-0.32
  788. Building and testing Carp-Clan-6.04 ... OK
  789. Successfully installed Carp-Clan-6.04
  790. Building and testing MooseX-Types-0.41 ... OK
  791. Successfully installed MooseX-Types-0.41
  792. --> Working on Path::Class
  793. Fetching http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Path-Class-0.33.tar.gz ... OK
  794. Configuring Path-Class-0.33 ... OK
  795. Building and testing Path-Class-0.33 ... OK
  796. Successfully installed Path-Class-0.33
  797. Building and testing MooseX-Types-Path-Class-0.06 ... OK
  798. Successfully installed MooseX-Types-Path-Class-0.06
  799. --> Working on Data::Section
  800. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Data-Section-0.200005.tar.gz ... OK
  801. Configuring Data-Section-0.200005 ... OK
  802. Building and testing Data-Section-0.200005 ... OK
  803. Successfully installed Data-Section-0.200005
  804. --> Working on Log::Dispatchouli
  805. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatchouli-2.009.tar.gz ... OK
  806. Configuring Log-Dispatchouli-2.009 ... OK
  807. ==> Found dependencies: Log::Dispatch::Array, Sub::Exporter::GlobExporter, String::Flogger, Log::Dispatch::File, Log::Dispatch::Syslog, Log::Dispatch, Log::Dispatch::Screen
  808. --> Working on Log::Dispatch::Array
  809. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Log-Dispatch-Array-1.003.tar.gz ... OK
  810. Configuring Log-Dispatch-Array-1.003 ... OK
  811. ==> Found dependencies: Log::Dispatch::Output
  812. --> Working on Log::Dispatch::Output
  813. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Log-Dispatch-2.41.tar.gz ... OK
  814. Configuring Log-Dispatch-2.41 ... OK
  815. Building and testing Log-Dispatch-2.41 ... OK
  816. Successfully installed Log-Dispatch-2.41
  817. Building and testing Log-Dispatch-Array-1.003 ... OK
  818. Successfully installed Log-Dispatch-Array-1.003
  819. --> Working on Sub::Exporter::GlobExporter
  820. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-GlobExporter-0.004.tar.gz ... OK
  821. Configuring Sub-Exporter-GlobExporter-0.004 ... OK
  822. Building and testing Sub-Exporter-GlobExporter-0.004 ... OK
  823. Successfully installed Sub-Exporter-GlobExporter-0.004
  824. --> Working on String::Flogger
  825. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/String-Flogger-1.101244.tar.gz ... OK
  826. Configuring String-Flogger-1.101244 ... OK
  827. Building and testing String-Flogger-1.101244 ... OK
  828. Successfully installed String-Flogger-1.101244
  829. Building and testing Log-Dispatchouli-2.009 ... OK
  830. Successfully installed Log-Dispatchouli-2.009
  831. --> Working on App::Cmd::Tester::CaptureExternal
  832. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/App-Cmd-0.323.tar.gz ... OK
  833. Configuring App-Cmd-0.323 ... OK
  834. ==> Found dependencies: IO::TieCombine, Getopt::Long
  835. --> Working on IO::TieCombine
  836. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/IO-TieCombine-1.003.tar.gz ... OK
  837. Configuring IO-TieCombine-1.003 ... OK
  838. Building and testing IO-TieCombine-1.003 ... OK
  839. Successfully installed IO-TieCombine-1.003
  840. --> Working on Getopt::Long
  841. Fetching http://www.cpan.org/authors/id/J/JV/JV/Getopt-Long-2.42.tar.gz ... OK
  842. Configuring Getopt-Long-2.42 ... OK
  843. Building and testing Getopt-Long-2.42 ... OK
  844. Successfully installed Getopt-Long-2.42 (upgraded from 2.38)
  845. Building and testing App-Cmd-0.323 ... OK
  846. Successfully installed App-Cmd-0.323
  847. --> Working on Perl::Version
  848. Fetching http://www.cpan.org/authors/id/A/AN/ANDYA/Perl-Version-1.011.tar.gz ... OK
  849. Configuring Perl-Version-1.011 ... OK
  850. ==> Found dependencies: File::Slurp
  851. --> Working on File::Slurp
  852. Fetching http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-9999.19.tar.gz ... OK
  853. Configuring File-Slurp-9999.19 ... OK
  854. Building and testing File-Slurp-9999.19 ... OK
  855. Successfully installed File-Slurp-9999.19
  856. Building and testing Perl-Version-1.011 ... OK
  857. Successfully installed Perl-Version-1.011
  858. --> Working on File::Find::Rule
  859. Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/File-Find-Rule-0.33.tar.gz ... OK
  860. Configuring File-Find-Rule-0.33 ... OK
  861. ==> Found dependencies: Number::Compare, Text::Glob
  862. --> Working on Number::Compare
  863. Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz ... OK
  864. Configuring Number-Compare-0.03 ... OK
  865. Building and testing Number-Compare-0.03 ... OK
  866. Successfully installed Number-Compare-0.03
  867. --> Working on Text::Glob
  868. Fetching http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz ... OK
  869. Configuring Text-Glob-0.09 ... OK
  870. Building and testing Text-Glob-0.09 ... OK
  871. Successfully installed Text-Glob-0.09
  872. Building and testing File-Find-Rule-0.33 ... OK
  873. Successfully installed File-Find-Rule-0.33
  874. --> Working on YAML::Tiny
  875. Fetching http://www.cpan.org/authors/id/E/ET/ETHER/YAML-Tiny-1.56.tar.gz ... OK
  876. Configuring YAML-Tiny-1.56 ... OK
  877. Building and testing YAML-Tiny-1.56 ... OK
  878. Successfully installed YAML-Tiny-1.56
  879. --> Working on CPAN::Uploader
  880. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-0.103006.tar.gz ... OK
  881. Configuring CPAN-Uploader-0.103006 ... OK
  882. ==> Found dependencies: HTTP::Status, HTTP::Request::Common, LWP::UserAgent, LWP::Protocol::https, Term::ReadKey
  883. --> Working on HTTP::Status
  884. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Message-6.06.tar.gz ... OK
  885. Configuring HTTP-Message-6.06 ... OK
  886. ==> Found dependencies: URI, LWP::MediaTypes, Encode::Locale, HTTP::Date, IO::HTML
  887. --> Working on URI
  888. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/URI-1.60.tar.gz ... OK
  889. Configuring URI-1.60 ... OK
  890. Building and testing URI-1.60 ... OK
  891. Successfully installed URI-1.60
  892. --> Working on LWP::MediaTypes
  893. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz ... OK
  894. Configuring LWP-MediaTypes-6.02 ... OK
  895. Building and testing LWP-MediaTypes-6.02 ... OK
  896. Successfully installed LWP-MediaTypes-6.02
  897. --> Working on Encode::Locale
  898. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.03.tar.gz ... OK
  899. Configuring Encode-Locale-1.03 ... OK
  900. Building and testing Encode-Locale-1.03 ... OK
  901. Successfully installed Encode-Locale-1.03
  902. --> Working on HTTP::Date
  903. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-6.02.tar.gz ... OK
  904. Configuring HTTP-Date-6.02 ... OK
  905. Building and testing HTTP-Date-6.02 ... OK
  906. Successfully installed HTTP-Date-6.02
  907. --> Working on IO::HTML
  908. Fetching http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.00.tar.gz ... OK
  909. Configuring IO-HTML-1.00 ... OK
  910. Building and testing IO-HTML-1.00 ... OK
  911. Successfully installed IO-HTML-1.00
  912. Building and testing HTTP-Message-6.06 ... OK
  913. Successfully installed HTTP-Message-6.06
  914. --> Working on LWP::UserAgent
  915. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz ... OK
  916. Configuring libwww-perl-6.05 ... OK
  917. ==> Found dependencies: File::Listing, HTTP::Negotiate, HTML::Entities, HTTP::Daemon, Net::HTTP, HTML::HeadParser, HTTP::Cookies, WWW::RobotRules
  918. --> Working on File::Listing
  919. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/File-Listing-6.04.tar.gz ... OK
  920. Configuring File-Listing-6.04 ... OK
  921. Building and testing File-Listing-6.04 ... OK
  922. Successfully installed File-Listing-6.04
  923. --> Working on HTTP::Negotiate
  924. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz ... OK
  925. Configuring HTTP-Negotiate-6.01 ... OK
  926. Building and testing HTTP-Negotiate-6.01 ... OK
  927. Successfully installed HTTP-Negotiate-6.01
  928. --> Working on HTML::Entities
  929. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-3.71.tar.gz ... OK
  930. Configuring HTML-Parser-3.71 ... OK
  931. ==> Found dependencies: HTML::Tagset
  932. --> Working on HTML::Tagset
  933. Fetching http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz ... OK
  934. Configuring HTML-Tagset-3.20 ... OK
  935. Building and testing HTML-Tagset-3.20 ... OK
  936. Successfully installed HTML-Tagset-3.20
  937. Building and testing HTML-Parser-3.71 ... OK
  938. Successfully installed HTML-Parser-3.71
  939. --> Working on HTTP::Daemon
  940. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz ... OK
  941. Configuring HTTP-Daemon-6.01 ... OK
  942. Building and testing HTTP-Daemon-6.01 ... OK
  943. Successfully installed HTTP-Daemon-6.01
  944. --> Working on Net::HTTP
  945. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-6.06.tar.gz ... OK
  946. Configuring Net-HTTP-6.06 ... OK
  947. Building and testing Net-HTTP-6.06 ... OK
  948. Successfully installed Net-HTTP-6.06
  949. --> Working on HTTP::Cookies
  950. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-6.01.tar.gz ... OK
  951. Configuring HTTP-Cookies-6.01 ... OK
  952. Building and testing HTTP-Cookies-6.01 ... OK
  953. Successfully installed HTTP-Cookies-6.01
  954. --> Working on WWW::RobotRules
  955. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz ... OK
  956. Configuring WWW-RobotRules-6.02 ... OK
  957. Building and testing WWW-RobotRules-6.02 ... OK
  958. Successfully installed WWW-RobotRules-6.02
  959. Building and testing libwww-perl-6.05 ... OK
  960. Successfully installed libwww-perl-6.05
  961. --> Working on LWP::Protocol::https
  962. Fetching http://www.cpan.org/authors/id/G/GA/GAAS/LWP-Protocol-https-6.04.tar.gz ... OK
  963. Configuring LWP-Protocol-https-6.04 ... OK
  964. ==> Found dependencies: IO::Socket::SSL, Mozilla::CA
  965. --> Working on IO::Socket::SSL
  966. Fetching http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.965.tar.gz ... OK
  967. Configuring IO-Socket-SSL-1.965 ... OK
  968. ==> Found dependencies: Net::SSLeay
  969. --> Working on Net::SSLeay
  970. Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.58.tar.gz ... OK
  971. Configuring Net-SSLeay-1.58 ... OK
  972. Building and testing Net-SSLeay-1.58 ... OK
  973. Successfully installed Net-SSLeay-1.58
  974. Building and testing IO-Socket-SSL-1.965 ... OK
  975. Successfully installed IO-Socket-SSL-1.965
  976. --> Working on Mozilla::CA
  977. Fetching http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-20130114.tar.gz ... OK
  978. Configuring Mozilla-CA-20130114 ... OK
  979. Building and testing Mozilla-CA-20130114 ... OK
  980. Successfully installed Mozilla-CA-20130114
  981. Building and testing LWP-Protocol-https-6.04 ... OK
  982. Successfully installed LWP-Protocol-https-6.04
  983. --> Working on Term::ReadKey
  984. Fetching http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.31.tar.gz ... OK
  985. Configuring TermReadKey-2.31 ... OK
  986. Building and testing TermReadKey-2.31 ... OK
  987. Successfully installed TermReadKey-2.31
  988. Building and testing CPAN-Uploader-0.103006 ... OK
  989. Successfully installed CPAN-Uploader-0.103006
  990. --> Working on MooseX::Types::Perl
  991. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/MooseX-Types-Perl-0.101342.tar.gz ... OK
  992. Configuring MooseX-Types-Perl-0.101342 ... OK
  993. Building and testing MooseX-Types-Perl-0.101342 ... OK
  994. Successfully installed MooseX-Types-Perl-0.101342
  995. --> Working on DateTime
  996. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-1.06.tar.gz ... OK
  997. Configuring DateTime-1.06 ... OK
  998. ==> Found dependencies: DateTime::Locale, DateTime::TimeZone
  999. --> Working on DateTime::Locale
  1000. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-0.45.tar.gz ... OK
  1001. Configuring DateTime-Locale-0.45 ... OK
  1002. Building and testing DateTime-Locale-0.45 ... OK
  1003. Successfully installed DateTime-Locale-0.45
  1004. --> Working on DateTime::TimeZone
  1005. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-1.63.tar.gz ... OK
  1006. Configuring DateTime-TimeZone-1.63 ... OK
  1007. ==> Found dependencies: Test::Output, Class::Singleton
  1008. --> Working on Test::Output
  1009. Fetching http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-1.03.tar.gz ... OK
  1010. Configuring Test-Output-1.03 ... OK
  1011. Building and testing Test-Output-1.03 ... OK
  1012. Successfully installed Test-Output-1.03
  1013. --> Working on Class::Singleton
  1014. Fetching http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-1.4.tar.gz ... OK
  1015. Configuring Class-Singleton-1.4 ... OK
  1016. Building and testing Class-Singleton-1.4 ... OK
  1017. Successfully installed Class-Singleton-1.4
  1018. Building and testing DateTime-TimeZone-1.63 ... OK
  1019. Successfully installed DateTime-TimeZone-1.63
  1020. Building and testing DateTime-1.06 ... OK
  1021. Successfully installed DateTime-1.06
  1022. --> Working on Pod::Eventual
  1023. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Pod-Eventual-0.094001.tar.gz ... OK
  1024. Configuring Pod-Eventual-0.094001 ... OK
  1025. Building and testing Pod-Eventual-0.094001 ... OK
  1026. Successfully installed Pod-Eventual-0.094001
  1027. --> Working on autobox
  1028. Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/autobox-2.82.tar.gz ... OK
  1029. Configuring autobox-2.82 ... OK
  1030. ==> Found dependencies: Scope::Guard
  1031. --> Working on Scope::Guard
  1032. Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Scope-Guard-0.20.tar.gz ... OK
  1033. Configuring Scope-Guard-0.20 ... OK
  1034. Building and testing Scope-Guard-0.20 ... OK
  1035. Successfully installed Scope-Guard-0.20
  1036. Building and testing autobox-2.82 ... OK
  1037. Successfully installed autobox-2.82
  1038. --> Working on Software::License
  1039. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Software-License-0.103008.tar.gz ... OK
  1040. Configuring Software-License-0.103008 ... OK
  1041. ==> Found dependencies: Text::Template
  1042. --> Working on Text::Template
  1043. Fetching http://www.cpan.org/authors/id/M/MJ/MJD/Text-Template-1.46.tar.gz ... OK
  1044. Configuring Text-Template-1.46 ... OK
  1045. Building and testing Text-Template-1.46 ... OK
  1046. Successfully installed Text-Template-1.46
  1047. Building and testing Software-License-0.103008 ... OK
  1048. Successfully installed Software-License-0.103008
  1049. --> Working on Config::MVP::Reader::INI
  1050. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-MVP-Reader-INI-2.101462.tar.gz ... OK
  1051. Configuring Config-MVP-Reader-INI-2.101462 ... OK
  1052. ==> Found dependencies: Config::INI::Reader
  1053. --> Working on Config::INI::Reader
  1054. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Config-INI-0.021.tar.gz ... OK
  1055. Configuring Config-INI-0.021 ... OK
  1056. Building and testing Config-INI-0.021 ... OK
  1057. Successfully installed Config-INI-0.021
  1058. Building and testing Config-MVP-Reader-INI-2.101462 ... OK
  1059. Successfully installed Config-MVP-Reader-INI-2.101462
  1060. --> Working on Moose::Autobox
  1061. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Moose-Autobox-0.15.tar.gz ... OK
  1062. Configuring Moose-Autobox-0.15 ... OK
  1063. ==> Found dependencies: Syntax::Keyword::Junction
  1064. --> Working on Syntax::Keyword::Junction
  1065. Fetching http://www.cpan.org/authors/id/F/FR/FREW/Syntax-Keyword-Junction-0.003007.tar.gz ... OK
  1066. Configuring Syntax-Keyword-Junction-0.003007 ... OK
  1067. ==> Found dependencies: syntax
  1068. --> Working on syntax
  1069. Fetching http://www.cpan.org/authors/id/P/PH/PHAYLON/syntax-0.004.tar.gz ... OK
  1070. Configuring syntax-0.004 ... OK
  1071. Building and testing syntax-0.004 ... OK
  1072. Successfully installed syntax-0.004
  1073. Building and testing Syntax-Keyword-Junction-0.003007 ... OK
  1074. Successfully installed Syntax-Keyword-Junction-0.003007
  1075. Building and testing Moose-Autobox-0.15 ... OK
  1076. Successfully installed Moose-Autobox-0.15
  1077. --> Working on Term::Encoding
  1078. Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Term-Encoding-0.02.tar.gz ... OK
  1079. Configuring Term-Encoding-0.02 ... OK
  1080. Building and testing Term-Encoding-0.02 ... OK
  1081. Successfully installed Term-Encoding-0.02
  1082. --> Working on Hash::Merge::Simple
  1083. Fetching http://www.cpan.org/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz ... OK
  1084. Configuring Hash-Merge-Simple-0.051 ... OK
  1085. ==> Found dependencies: Test::Most
  1086. --> Working on Test::Most
  1087. Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Most-0.33.tar.gz ... OK
  1088. Configuring Test-Most-0.33 ... OK
  1089. ==> Found dependencies: Exception::Class, Test::Differences, Test::Warn
  1090. --> Working on Exception::Class
  1091. Fetching http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-1.37.tar.gz ... OK
  1092. Configuring Exception-Class-1.37 ... OK
  1093. ==> Found dependencies: Class::Data::Inheritable
  1094. --> Working on Class::Data::Inheritable
  1095. Fetching http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-0.08.tar.gz ... OK
  1096. Configuring Class-Data-Inheritable-0.08 ... OK
  1097. Building and testing Class-Data-Inheritable-0.08 ... OK
  1098. Successfully installed Class-Data-Inheritable-0.08
  1099. Building and testing Exception-Class-1.37 ... OK
  1100. Successfully installed Exception-Class-1.37
  1101. --> Working on Test::Differences
  1102. Fetching http://www.cpan.org/authors/id/O/OV/OVID/Test-Differences-0.61.tar.gz ... OK
  1103. Configuring Test-Differences-0.61 ... OK
  1104. ==> Found dependencies: Text::Diff
  1105. --> Working on Text::Diff
  1106. Fetching http://www.cpan.org/authors/id/O/OV/OVID/Text-Diff-1.41.tar.gz ... OK
  1107. Configuring Text-Diff-1.41 ... OK
  1108. ==> Found dependencies: Algorithm::Diff
  1109. --> Working on Algorithm::Diff
  1110. Fetching http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1902.tar.gz ... OK
  1111. Configuring Algorithm-Diff-1.1902 ... OK
  1112. Building and testing Algorithm-Diff-1.1902 ... OK
  1113. Successfully installed Algorithm-Diff-1.1902
  1114. Building and testing Text-Diff-1.41 ... OK
  1115. Successfully installed Text-Diff-1.41
  1116. Building and testing Test-Differences-0.61 ... OK
  1117. Successfully installed Test-Differences-0.61
  1118. --> Working on Test::Warn
  1119. Fetching http://www.cpan.org/authors/id/C/CH/CHORNY/Test-Warn-0.24.tar.gz ... OK
  1120. Configuring Test-Warn-0.24 ... OK
  1121. ==> Found dependencies: Tree::DAG_Node
  1122. --> Working on Tree::DAG_Node
  1123. Fetching http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-1.18.tgz ... OK
  1124. Configuring Tree-DAG_Node-1.18 ... OK
  1125. ==> Found dependencies: File::Temp
  1126. --> Working on File::Temp
  1127. Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-Temp-0.2304.tar.gz ... OK
  1128. Configuring File-Temp-0.2304 ... OK
  1129. Building and testing File-Temp-0.2304 ... OK
  1130. Successfully installed File-Temp-0.2304 (upgraded from 0.22)
  1131. Building and testing Tree-DAG_Node-1.18 ... OK
  1132. Successfully installed Tree-DAG_Node-1.18
  1133. Building and testing Test-Warn-0.24 ... OK
  1134. Successfully installed Test-Warn-0.24
  1135. Building and testing Test-Most-0.33 ... OK
  1136. Successfully installed Test-Most-0.33
  1137. Building and testing Hash-Merge-Simple-0.051 ... OK
  1138. Successfully installed Hash-Merge-Simple-0.051
  1139. --> Working on Sub::Exporter::ForMethods
  1140. Fetching http://www.cpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100051.tar.gz ... OK
  1141. Configuring Sub-Exporter-ForMethods-0.100051 ... OK
  1142. Building and testing Sub-Exporter-ForMethods-0.100051 ... OK
  1143. Successfully installed Sub-Exporter-ForMethods-0.100051
  1144. Building and testing Dist-Zilla-5.012 ... OK
  1145. Successfully installed Dist-Zilla-5.012
  1146. 174 distributions installed
  1147. vagrant@debian-7:~$ dpkg -l | grep ssl
  1148. ii libssl-dev 1.0.1e-2 amd64 SSL development libraries, header files and documentation
  1149. ii libssl-doc 1.0.1e-2 all SSL development documentation documentation
  1150. ii libssl1.0.0:amd64 1.0.1e-2 amd64 SSL shared libraries
  1151. ii openssl 1.0.1e-2 amd64 Secure Socket Layer (SSL) binary and related cryptographic tools
  1152. vagrant@debian-7:~$ which perl
  1153. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin/perl
  1154. vagrant@debian-7:~$ perl -V
  1155. Summary of my perl5 (revision 5 version 16 subversion 0) configuration:
  1156.  
  1157. Platform:
  1158. osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
  1159. uname='linux debian-7 3.2.0-4-amd64 #1 smp debian 3.2.51-1 x86_64 gnulinux '
  1160. 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'
  1161. hint=recommended, useposix=true, d_sigaction=define
  1162. useithreads=undef, usemultiplicity=undef
  1163. useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
  1164. use64bitint=define, use64bitall=define, uselongdouble=undef
  1165. usemymalloc=n, bincompat5005=undef
  1166. Compiler:
  1167. cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  1168. optimize='-O2',
  1169. cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
  1170. ccversion='', gccversion='4.7.2', gccosandvers=''
  1171. intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
  1172. d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
  1173. ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  1174. alignbytes=8, prototype=define
  1175. Linker and Libraries:
  1176. ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
  1177. libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
  1178. libs=-lnsl -ldl -lm -lcrypt -lutil -lc
  1179. perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  1180. libc=, so=so, useshrplib=false, libperl=libperl.a
  1181. gnulibc_version='2.13'
  1182. Dynamic Linking:
  1183. dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
  1184. cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
  1185.  
  1186.  
  1187. Characteristics of this binary (from libperl):
  1188. Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
  1189. PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
  1190. USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
  1191. USE_LOCALE_COLLATE USE_LOCALE_CTYPE
  1192. USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  1193. Built under linux
  1194. Compiled at Jan 20 2014 22:47:27
  1195. %ENV:
  1196. PERLBREW_BASHRC_VERSION="0.67"
  1197. PERLBREW_HOME="/home/vagrant/.perlbrew"
  1198. PERLBREW_MANPATH="/home/vagrant/perl5/perlbrew/perls/perl-5.16.0/man"
  1199. PERLBREW_PATH="/home/vagrant/perl5/perlbrew/bin:/home/vagrant/perl5/perlbrew/perls/perl-5.16.0/bin"
  1200. PERLBREW_PERL="perl-5.16.0"
  1201. PERLBREW_ROOT="/home/vagrant/perl5/perlbrew"
  1202. PERLBREW_VERSION="0.67"
  1203. @INC:
  1204. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/x86_64-linux
  1205. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0
  1206. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0/x86_64-linux
  1207. /home/vagrant/perl5/perlbrew/perls/perl-5.16.0/lib/5.16.0
  1208. .
  1209. vagrant@debian-7:~$ uname -a
  1210. Linux debian-7 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
  1211. vagrant@debian-7:~$