Text-Xslate vv3.5.6 Perl 5 v5.24.0 i686-linux-thread-multi-64int

Status
Pass
From
Chris Williams (BINGOS)
Dist
Text-Xslate vv3.5.6
Platform
Perl 5 v5.24.0 i686-linux-thread-multi-64int
Date
2018-05-22 08:44:20
ID
51e0568e-5d9c-11e8-a1cf-bb670eaac09d
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear Shoichi Kaji,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9172. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

TEST RESULTS:

Below is the error stack from stage 'make test':

xs tests
# Testing Text::Xslate/v3.5.6
# Backend: XS
# $ENV{XSLATE}=xs
t/000_load.t .................................... ok
t/010_internals/001_parse.t ..................... ok
t/010_internals/002_compile.t ................... ok
t/010_internals/003_assemble.t .................. ok
t/010_internals/004_magic.t ..................... ok
t/010_internals/005_load_file.t ................. ok
t/010_internals/006_errhandler.t ................ ok
t/010_internals/007_compile_errs.t .............. ok
t/010_internals/008_files.t ..................... ok
t/010_internals/009_goto_address.t .............. ok
t/010_internals/010_line_number.t ............... ok
t/010_internals/011_missuse.t ................... ok
t/010_internals/012_multilines.t ................ ok
t/010_internals/013_deps_str.t .................. ok
t/010_internals/014_deps_file.t ................. ok
t/010_internals/015_deps_file2.t ................ ok
t/010_internals/016_cached.t .................... ok
t/010_internals/017_render.t .................... ok
t/010_internals/018_opinfo.t .................... ok
t/010_internals/019_runtime_error.t ............. ok
t/010_internals/020_optimize.t .................. ok
t/010_internals/021_edge_cases.t ................ ok
t/010_internals/022_signal.t .................... ok
t/010_internals/023_cachepath.t ................. ok
t/010_internals/024_die_in_macros.t ............. ok
t/010_internals/025_reset_hooks.t ............... ok
t/010_internals/026_issue16_deep_recursion.t .... ok
t/010_internals/027_infinite_warn.t ............. ok
t/010_internals/028_taint.t ..................... ok
t/010_internals/029_large_file.t ................ ok
t/010_internals/030_die_in_funcs.t .............. ok
t/010_internals/031_save_src.t .................. ok
t/010_internals/032_encoding_error.t ............ skipped: TODO: the behaviours of PP and XS does not match
t/010_internals/033_vpath_cache.t ............... ok
t/010_internals/034_is_code_ref.t ............... ok
t/010_internals/036_merge_hash.t ................ ok
t/010_internals/037_find_file.t ................. ok
t/010_internals/038_suffix.t .................... ok
t/010_internals/039_taint_issue84.t ............. ok
t/010_internals/100_threads.t ................... ok
t/010_internals/200_leaktrace.t ................. ok
t/010_internals/300_explicit_pp.t ............... ok
t/020_interface/001_parser_option.t ............. ok
t/020_interface/002_myparser.t .................. ok
t/020_interface/003_encoding.t .................. ok
t/020_interface/004_no_vars.t ................... ok
t/020_interface/005_util.t ...................... ok
t/020_interface/006_psgi.t ...................... ok
t/020_interface/007_data_section.t .............. ok
t/020_interface/008_type.t ...................... ok
t/020_interface/009_hash_with_default.t ......... ok
t/020_interface/010_err_encoding.t .............. ok
t/020_interface/011_hwd_w_include_vars.t ........ ok
t/020_interface/012_default_functions.t ......... ok
t/020_interface/013_slurp_template.t ............ ok
t/020_interface/014_customize_option.t .......... ok
t/020_interface/015_render_recursion.t .......... ok
t/020_interface/016_pre_process_handler.t ....... ok
t/020_interface/017_validate.t .................. ok
t/030_kolon/001_interpolate.t ................... ok
t/030_kolon/002_field.t ......................... ok
t/030_kolon/003_for.t ........................... ok
t/030_kolon/004_if.t ............................ ok
t/030_kolon/005_rel_ops.t ....................... ok
t/030_kolon/006_arith_ops.t ..................... ok
t/030_kolon/007_log_ops.t ....................... ok
t/030_kolon/008_literal.t ....................... ok
t/030_kolon/009_include.t ....................... ok
t/030_kolon/010_escaped_str.t ................... ok
t/030_kolon/011_macro.t ......................... ok
t/030_kolon/012_cascade.t ....................... ok
t/030_kolon/013_more_field.t .................... ok
t/030_kolon/014_while.t ......................... ok
t/030_kolon/015_methods.t ....................... ok
t/030_kolon/016_funcs.t ......................... ok
t/030_kolon/017_more_macro.t .................... ok
t/030_kolon/018_dynamic_filters.t ............... ok
t/030_kolon/019_explicit_interpolate.t .......... ok
t/030_kolon/020_chomp.t ......................... ok
t/030_kolon/021_overlay.t ....................... ok
t/030_kolon/022_given.t ......................... ok
t/030_kolon/023_bitwise.t ....................... ok
t/030_kolon/024_localize_vars.t ................. ok
t/030_kolon/025_objectliteral.t ................. ok
t/030_kolon/026_constant.t ...................... ok
t/030_kolon/027_lambda.t ........................ ok
t/030_kolon/028_smartmatch.t .................... ok
t/030_kolon/029_blockfilter.t ................... ok
t/030_kolon/030_xfuncs.t ........................ ok
t/030_kolon/031_post_if.t ....................... ok
t/030_kolon/032_include_bareword.t .............. ok
t/030_kolon/033_ov_forloop.t .................... ok
t/030_kolon/034_print.t ......................... ok
t/030_kolon/035_include_w_vars.t ................ ok
t/030_kolon/036_foreach_else.t .................. ok
t/030_kolon/037_loop_ctl.t ...................... ok
t/030_kolon/038_custom_esc.t .................... ok
t/030_kolon/039_root_vars.t ..................... ok
t/030_kolon/040_external_macro.t ................ skipped: external macros are not yet implemented
t/040_tterse/001_parse.t ........................ ok
t/040_tterse/002_interpolate.t .................. ok
t/040_tterse/003_field.t ........................ ok
t/040_tterse/004_for.t .......................... ok
t/040_tterse/005_if.t ........................... ok
t/040_tterse/006_include.t ...................... ok
t/040_tterse/007_funcs.t ........................ ok
t/040_tterse/008_methods.t ...................... ok
t/040_tterse/009_comments.t ..................... ok
t/040_tterse/010_expr.t ......................... ok
t/040_tterse/011_objectliterals.t ............... ok
t/040_tterse/012_macro.t ........................ ok
t/040_tterse/013_wrapper.t ...................... ok
t/040_tterse/014_set.t .......................... ok
t/040_tterse/015_while.t ........................ ok
t/040_tterse/016_call.t ......................... ok
t/040_tterse/017_filter.t ....................... ok
t/040_tterse/018_process.t ...................... ok
t/040_tterse/019_switch.t ....................... ok
t/040_tterse/020_chomp.t ........................ ok
t/040_tterse/021_fake_use.t ..................... ok
t/040_tterse/022_post_if.t ...................... ok
t/040_tterse/023_loop_ctl.t ..................... ok
t/040_tterse/024_for_else.t ..................... ok
t/040_tterse/025_macro.t ........................ ok
t/040_tterse/100_not_supported.t ................ ok
t/050_builtins/001_builtin_funcs.t .............. ok
t/050_builtins/002_autobox.t .................... ok
t/050_builtins/003_autobox_w_cb.t ............... ok
t/050_builtins/004_copied.t ..................... ok
t/100_plugin/001_import_from.t .................. ok
t/100_plugin/002_import.t ....................... ok
t/100_plugin/003_bridge.t ....................... ok
t/100_plugin/004_star.t ......................... ok
t/100_plugin/005_html_builder_module.t .......... ok
t/100_plugin/100_error.t ........................ ok
t/200_app/001_hello.t ........................... ok
t/200_app/002_tree.t ............................ ok
t/200_app/003_runner.t .......................... ok
t/200_app/004_encoding.t ........................ ok
t/300_examples/001_basic.t ...................... ok
t/300_examples/002_cascade.t .................... ok
t/300_examples/003_metakolon.t .................. ok
t/300_examples/004_tterse.t ..................... ok
t/900_bugs/001_super.t .......................... ok
t/900_bugs/002_addfunc.t ........................ ok
t/900_bugs/003_frame_access.t ................... ok
t/900_bugs/004_errorhandling.t .................. ok
t/900_bugs/005_rec_include.t .................... ok
t/900_bugs/006_complex_lex.t .................... ok
t/900_bugs/007_uuv.t ............................ ok
t/900_bugs/008_include_var.t .................... ok
t/900_bugs/009_quote_in_comments.t .............. ok
t/900_bugs/010_widechar_for_md5.t ............... ok
t/900_bugs/011_reserved_words.t ................. ok
t/900_bugs/012_ltgt_in_comments.t ............... ok
t/900_bugs/013_comments_lineno.t ................ ok
t/900_bugs/014_too_large_int.t .................. ok
t/900_bugs/015_my_scope.t ....................... ok
t/900_bugs/016_x_in_tterse.t .................... ok
t/900_bugs/017_unallocated.t .................... skipped: not yet
t/900_bugs/019_nested_mm.t ...................... ok
t/900_bugs/020_switch_foo.t ..................... ok
t/900_bugs/021_cached_enc.t ..................... ok
t/900_bugs/022_empty_if_block.t ................. ok
t/900_bugs/023_deploy_problem.t ................. ok
t/900_bugs/024_use_cache.t ...................... ok
t/900_bugs/025_clobber-macro-args.t ............. ok
t/900_bugs/026_issue61.t ........................ ok
t/900_bugs/027_issue65.t ........................ ok
t/900_bugs/028_issue68.t ........................ ok
t/900_bugs/029_fork_and_cache.t ................. skipped: deal with memorycache-filecache-original model more effectively
t/900_bugs/030_issue71.t ........................ ok
t/900_bugs/031_yappo.t .......................... ok
t/900_bugs/032_issue79.t ........................ ok
t/900_bugs/033_ex_safe_render.t ................. ok
t/900_bugs/034_hash_key_utf8.t .................. ok
t/900_bugs/035_issue81_tiedhash.t ............... ok
t/900_bugs/036_vpath_utf8.t ..................... ok
t/900_bugs/037_text_str_key.t ................... ok
t/900_bugs/038_conbine_flaged_utf8_and_other.t .. ok
t/900_bugs/039_issue96.t ........................ ok
t/900_bugs/040_issue95.t ........................ ok
t/900_bugs/041_cachedir_other_process.t ......... ok
t/900_bugs/042_perl59_issue.t ................... ok
t/900_bugs/043_issue107.t ....................... ok
t/900_bugs/044_empty_result.t ................... ok
t/900_bugs/045_issue130.t ....................... ok
t/900_bugs/046_issue156.t ....................... ok
t/900_bugs/046_issue88.t ........................ ok
t/900_bugs/047_undef_concat.t ................... ok
t/900_bugs/048_issue172.t ....................... skipped: Test requires module 'Data::Section::Simple' but it's not found
All tests successful.
Files=191, Tests=2746, 93 wallclock secs ( 1.63 usr  0.33 sys + 44.35 cusr 42.69 csys = 89.00 CPU)
Result: PASS
pureperl tests
# Testing Text::Xslate/v3.5.6
# Backend: PP
# $ENV{XSLATE}=[pp]
t/000_load.t .................................... ok
t/010_internals/001_parse.t ..................... ok
t/010_internals/002_compile.t ................... ok
t/010_internals/003_assemble.t .................. ok
t/010_internals/004_magic.t ..................... ok
t/010_internals/005_load_file.t ................. ok
t/010_internals/006_errhandler.t ................ ok
t/010_internals/007_compile_errs.t .............. ok
t/010_internals/008_files.t ..................... ok
t/010_internals/009_goto_address.t .............. ok
t/010_internals/010_line_number.t ............... ok
t/010_internals/011_missuse.t ................... ok
t/010_internals/012_multilines.t ................ ok
t/010_internals/013_deps_str.t .................. ok
t/010_internals/014_deps_file.t ................. ok
t/010_internals/015_deps_file2.t ................ ok
t/010_internals/016_cached.t .................... ok
t/010_internals/017_render.t .................... ok
t/010_internals/018_opinfo.t .................... ok
t/010_internals/019_runtime_error.t ............. ok
t/010_internals/020_optimize.t .................. ok
t/010_internals/021_edge_cases.t ................ ok
t/010_internals/022_signal.t .................... ok
t/010_internals/023_cachepath.t ................. ok
t/010_internals/024_die_in_macros.t ............. ok
t/010_internals/025_reset_hooks.t ............... ok
t/010_internals/026_issue16_deep_recursion.t .... ok
t/010_internals/027_infinite_warn.t ............. ok
t/010_internals/028_taint.t ..................... ok
t/010_internals/029_large_file.t ................ ok
t/010_internals/030_die_in_funcs.t .............. ok
t/010_internals/031_save_src.t .................. ok
t/010_internals/032_encoding_error.t ............ skipped: TODO: the behaviours of PP and XS does not match
t/010_internals/033_vpath_cache.t ............... ok
t/010_internals/034_is_code_ref.t ............... ok
t/010_internals/036_merge_hash.t ................ ok
t/010_internals/037_find_file.t ................. ok
t/010_internals/038_suffix.t .................... ok
t/010_internals/039_taint_issue84.t ............. ok
t/010_internals/100_threads.t ................... ok
t/010_internals/200_leaktrace.t ................. ok
t/010_internals/300_explicit_pp.t ............... ok
t/020_interface/001_parser_option.t ............. ok
t/020_interface/002_myparser.t .................. ok
t/020_interface/003_encoding.t .................. ok
t/020_interface/004_no_vars.t ................... ok
t/020_interface/005_util.t ...................... ok
t/020_interface/006_psgi.t ...................... ok
t/020_interface/007_data_section.t .............. ok
t/020_interface/008_type.t ...................... ok
t/020_interface/009_hash_with_default.t ......... ok
t/020_interface/010_err_encoding.t .............. ok
t/020_interface/011_hwd_w_include_vars.t ........ ok
t/020_interface/012_default_functions.t ......... ok
t/020_interface/013_slurp_template.t ............ ok
t/020_interface/014_customize_option.t .......... ok
t/020_interface/015_render_recursion.t .......... ok
t/020_interface/016_pre_process_handler.t ....... ok
t/020_interface/017_validate.t .................. ok
t/030_kolon/001_interpolate.t ................... ok
t/030_kolon/002_field.t ......................... ok
t/030_kolon/003_for.t ........................... ok
t/030_kolon/004_if.t ............................ ok
t/030_kolon/005_rel_ops.t ....................... ok
t/030_kolon/006_arith_ops.t ..................... ok
t/030_kolon/007_log_ops.t ....................... ok
t/030_kolon/008_literal.t ....................... ok
t/030_kolon/009_include.t ....................... ok
t/030_kolon/010_escaped_str.t ................... ok
t/030_kolon/011_macro.t ......................... ok
t/030_kolon/012_cascade.t ....................... ok
t/030_kolon/013_more_field.t .................... ok
t/030_kolon/014_while.t ......................... ok
t/030_kolon/015_methods.t ....................... ok
t/030_kolon/016_funcs.t ......................... ok
t/030_kolon/017_more_macro.t .................... ok
t/030_kolon/018_dynamic_filters.t ............... ok
t/030_kolon/019_explicit_interpolate.t .......... ok
t/030_kolon/020_chomp.t ......................... ok
t/030_kolon/021_overlay.t ....................... ok
t/030_kolon/022_given.t ......................... ok
t/030_kolon/023_bitwise.t ....................... ok
t/030_kolon/024_localize_vars.t ................. ok
t/030_kolon/025_objectliteral.t ................. ok
t/030_kolon/026_constant.t ...................... ok
t/030_kolon/027_lambda.t ........................ ok
t/030_kolon/028_smartmatch.t .................... ok
t/030_kolon/029_blockfilter.t ................... ok
t/030_kolon/030_xfuncs.t ........................ ok
t/030_kolon/031_post_if.t ....................... ok
t/030_kolon/032_include_bareword.t .............. ok
t/030_kolon/033_ov_forloop.t .................... ok
t/030_kolon/034_print.t ......................... ok
t/030_kolon/035_include_w_vars.t ................ ok
t/030_kolon/036_foreach_else.t .................. ok
t/030_kolon/037_loop_ctl.t ...................... ok
t/030_kolon/038_custom_esc.t .................... ok
t/030_kolon/039_root_vars.t ..................... ok
t/030_kolon/040_external_macro.t ................ skipped: external macros are not yet implemented
t/040_tterse/001_parse.t ........................ ok
t/040_tterse/002_interpolate.t .................. ok
t/040_tterse/003_field.t ........................ ok
t/040_tterse/004_for.t .......................... ok
t/040_tterse/005_if.t ........................... ok
t/040_tterse/006_include.t ...................... ok
t/040_tterse/007_funcs.t ........................ ok
t/040_tterse/008_methods.t ...................... ok
t/040_tterse/009_comments.t ..................... ok
t/040_tterse/010_expr.t ......................... ok
t/040_tterse/011_objectliterals.t ............... ok
t/040_tterse/012_macro.t ........................ ok
t/040_tterse/013_wrapper.t ...................... ok
t/040_tterse/014_set.t .......................... ok
t/040_tterse/015_while.t ........................ ok
t/040_tterse/016_call.t ......................... ok
t/040_tterse/017_filter.t ....................... ok
t/040_tterse/018_process.t ...................... ok
t/040_tterse/019_switch.t ....................... ok
t/040_tterse/020_chomp.t ........................ ok
t/040_tterse/021_fake_use.t ..................... ok
t/040_tterse/022_post_if.t ...................... ok
t/040_tterse/023_loop_ctl.t ..................... ok
t/040_tterse/024_for_else.t ..................... ok
t/040_tterse/025_macro.t ........................ ok
t/040_tterse/100_not_supported.t ................ ok
t/050_builtins/001_builtin_funcs.t .............. ok
t/050_builtins/002_autobox.t .................... ok
t/050_builtins/003_autobox_w_cb.t ............... ok
t/050_builtins/004_copied.t ..................... ok
t/100_plugin/001_import_from.t .................. ok
t/100_plugin/002_import.t ....................... ok
t/100_plugin/003_bridge.t ....................... ok
t/100_plugin/004_star.t ......................... ok
t/100_plugin/005_html_builder_module.t .......... ok
t/100_plugin/100_error.t ........................ ok
t/200_app/001_hello.t ........................... ok
t/200_app/002_tree.t ............................ ok
t/200_app/003_runner.t .......................... ok
t/200_app/004_encoding.t ........................ ok
t/300_examples/001_basic.t ...................... ok
t/300_examples/002_cascade.t .................... ok
t/300_examples/003_metakolon.t .................. ok
t/300_examples/004_tterse.t ..................... ok
t/900_bugs/001_super.t .......................... ok
t/900_bugs/002_addfunc.t ........................ ok
t/900_bugs/003_frame_access.t ................... ok
t/900_bugs/004_errorhandling.t .................. ok
t/900_bugs/005_rec_include.t .................... ok
t/900_bugs/006_complex_lex.t .................... ok
t/900_bugs/007_uuv.t ............................ skipped: NYI in PP
t/900_bugs/008_include_var.t .................... ok
t/900_bugs/009_quote_in_comments.t .............. ok
t/900_bugs/010_widechar_for_md5.t ............... ok
t/900_bugs/011_reserved_words.t ................. ok
t/900_bugs/012_ltgt_in_comments.t ............... ok
t/900_bugs/013_comments_lineno.t ................ ok
t/900_bugs/014_too_large_int.t .................. ok
t/900_bugs/015_my_scope.t ....................... ok
t/900_bugs/016_x_in_tterse.t .................... ok
t/900_bugs/017_unallocated.t .................... skipped: not yet
t/900_bugs/019_nested_mm.t ...................... ok
t/900_bugs/020_switch_foo.t ..................... ok
t/900_bugs/021_cached_enc.t ..................... ok
t/900_bugs/022_empty_if_block.t ................. ok
t/900_bugs/023_deploy_problem.t ................. ok
t/900_bugs/024_use_cache.t ...................... ok
t/900_bugs/025_clobber-macro-args.t ............. ok
t/900_bugs/026_issue61.t ........................ ok
t/900_bugs/027_issue65.t ........................ ok
t/900_bugs/028_issue68.t ........................ ok
t/900_bugs/029_fork_and_cache.t ................. skipped: deal with memorycache-filecache-original model more effectively
t/900_bugs/030_issue71.t ........................ ok
t/900_bugs/031_yappo.t .......................... ok
t/900_bugs/032_issue79.t ........................ ok
t/900_bugs/033_ex_safe_render.t ................. ok
t/900_bugs/034_hash_key_utf8.t .................. ok
t/900_bugs/035_issue81_tiedhash.t ............... ok
t/900_bugs/036_vpath_utf8.t ..................... ok
t/900_bugs/037_text_str_key.t ................... ok
t/900_bugs/038_conbine_flaged_utf8_and_other.t .. ok
t/900_bugs/039_issue96.t ........................ ok
t/900_bugs/040_issue95.t ........................ ok
t/900_bugs/041_cachedir_other_process.t ......... ok
t/900_bugs/042_perl59_issue.t ................... ok
t/900_bugs/043_issue107.t ....................... ok
t/900_bugs/044_empty_result.t ................... ok
t/900_bugs/045_issue130.t ....................... ok
t/900_bugs/046_issue156.t ....................... ok
t/900_bugs/046_issue88.t ........................ ok
t/900_bugs/047_undef_concat.t ................... ok
t/900_bugs/048_issue172.t ....................... skipped: Test requires module 'Data::Section::Simple' but it's not found
All tests successful.
Files=191, Tests=2743, 106 wallclock secs ( 1.80 usr  0.26 sys + 58.00 cusr 43.04 csys = 103.10 CPU)
Result: PASS


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Data::MessagePack                  1.00     0.38
	  Encode                             2.80     2.26
	  ExtUtils::CBuilder             0.280230        0
	  File::Copy::Recursive              0.44        0
	  File::Path                         2.15     2.07
	  Mouse                            v2.5.4   v2.5.0
	  Scalar::Util                       1.50     1.14
	  Storable                           3.11     2.15
	  Test::More                     1.302136     0.98
	  Test::Requires                     0.10        0
	  parent                            0.234    0.221

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9172
	CPANPLUS::Dist::Build              0.88
	Cwd                                3.74
	ExtUtils::CBuilder             0.280230
	ExtUtils::Command                  7.34
	ExtUtils::Install                  2.14
	ExtUtils::MakeMaker                7.34
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.35
	File::Spec                         3.74
	Module::Build                    0.4224
	Pod::Parser                        1.63
	Pod::Simple                        3.32
	Test2                          1.302136
	Test::Harness                      3.42
	Test::More                     1.302136
	version                          0.9924

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.02.
Powered by minismokebox version 0.68

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/script:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/script:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = :/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 19456
    PERL5_CPANPLUS_IS_VERSION = 0.9172
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /home/cpan/pit/rel/conf/perl-5.24.0
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /home/cpan/pit/rel/perl-5.24.0/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 24 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=4.16.0-1-686, archname=i686-linux-thread-multi-64int
    uname='linux dodo 4.16.0-1-686 #1 smp debian 4.16.5-1 (2018-04-29) i686 gnulinux '
    config_args='-des -Dprefix=/home/cpan/pit/rel/perl-5.24.0 -Dusethreads -Duse64bitint'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='7.3.0', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/i686-linux-gnu/7/include-fixed /usr/include/i386-linux-gnu /usr/lib /lib/i386-linux-gnu /lib/../lib /usr/lib/i386-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.27.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.27'
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.48
  Built under linux
  Compiled at May 14 2018 21:55:49
  %ENV:
    PERL5LIB=":/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/arch:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/lib:/home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="19456"
    PERL5_CPANPLUS_IS_VERSION="0.9172"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/rel/conf/perl-5.24.0"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LqjlMb8Gd8/Capture-Tiny-0.48/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ePGqGFG487/Params-Util-1.07/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R6VsRf7xTC/Sub-Install-0.928/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/U80RE3WleT/Data-OptList-0.110/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BU2pS56XuS/Module-Runtime-0.016/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/naQ4wNrQun/Try-Tiny-0.30/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/J2P6GJ2sV4/Test-Fatal-0.014/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/SBh3HffBTR/Test-Requires-0.10/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Wlpun8P5TD/Module-Implementation-0.09/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Pqn9PylYA7/Dist-CheckConflicts-0.11/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uq_uKfPguT/Package-Stash-XS-0.28/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UQ1HPjCjEu/Package-Stash-0.37/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hOZptcnQVK/Test-Needs-0.002005/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rbQYHftZTf/Class-Load-0.24/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oRdfgX__Yu/Test-Deep-1.128/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NdOxzayakO/CPAN-Meta-Check-0.014/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A1G1cYFCTZ/Params-Validate-1.29/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vVYhonKkik/Sub-Exporter-0.987/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0OVALqpMft/Test-Warnings-0.026/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZTkg13NA4c/Getopt-Long-Descriptive-0.102/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/1trKriDhC7/IO-TieCombine-1.005/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/OLtq6Kzm52/String-RewritePrefix-0.007/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FatWBJ66pB/App-Cmd-0.331/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HSNyvIjNJB/Class-Accessor-0.51/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Qm4twJbGAj/Class-Accessor-Chained-0.01/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/H2DQkmfIHv/Sub-Uplevel-0.2800/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hi0EKKPwji/Test-Exception-0.43/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/A50CVgonF0/Data-Page-2.02/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/fvnfhKyeZC/Clone-PP-1.07/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0ekk6CAbGw/File-Which-1.22/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_Sqo2Y4AgC/File-HomeDir-1.004/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nt1eiYirjp/Sort-Naturally-1.03/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/De9JSXfsic/Data-Printer-0.40/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8aJraNKGVK/TimeDate-2.30/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hcf3BeUx4D/Class-Inspector-1.32/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7yL6onmXon/File-ShareDir-Install-0.13/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRWjlW6yeF/File-ShareDir-1.104/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_aBv8HkS98/IPC-System-Simple-1.25/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YzGvSZg5d4/Scalar-List-Utils-1.50/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Oh7lFtHm2C/Eval-Closure-0.14/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MazjMzWuLR/Class-Data-Inheritable-0.08/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hECAf4IPqm/Devel-StackTrace-2.03/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RAfdIUMajW/Exception-Class-1.44/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DH5oixWtZS/MRO-Compat-0.13/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xq54KPP9i/Role-Tiny-2.000006/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VzQGYtLVJS/Sub-Quote-2.005001/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Cr2tDyl_ix/Specio-0.42/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/6uagbV336K/IPC-Run3-0.048/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/lIMU_NyYjR/Importer-0.025/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zC7BWS0Q5_/Scope-Guard-0.21/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/b_JAHDsrbA/Sub-Info-0.002/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V777tuW1hY/Term-Table-0.012/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uJp1nSY6vP/Test2-Suite-0.000114/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uG_tOKak9k/Test2-Plugin-NoWarnings-0.06/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/E34aeGfewF/Test-Without-Module-0.20/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qLB99mwGyf/Params-ValidationCompiler-0.27/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/e7mgtBv6M7/Class-Tiny-1.006/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/sIdLrATMPl/Path-Tiny-0.104/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Q3I0AqwovW/Test-utf8-1.01/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yKRmS_H3LF/Test-File-1.443/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bPqTuv3UoI/File-Copy-Recursive-0.44/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UxPLWFJhJq/Test-File-ShareDir-1.001002/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/R3y3KjnmcD/Devel-Hide-0.0009/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qtJFcPnvav/Sub-Exporter-Progressive-0.001013/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/BVlUpw9jHK/Variable-Magic-0.62/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/GeIBvE62K3/B-Hooks-EndOfScope-0.24/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9NVvO6LM3L/Sub-Identify-0.14/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/5amRBGpULb/namespace-clean-0.27/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/JCL4VDL6Ku/namespace-autoclean-0.28/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MmOD_hdyOx/DateTime-Locale-1.20/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2wOZC07puP/Class-Singleton-1.5/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/X27espM7rf/DateTime-TimeZone-2.19/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/opmSHmXCid/DateTime-1.49/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/2lKPGNxA7C/Number-Compare-0.03/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/HheNOL8bw_/Text-Glob-0.11/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bewaTdtfs1/File-Find-Rule-0.34/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/f79U8CLSsU/Encode-Locale-1.05/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bwIpY0zDOp/HTTP-Date-6.02/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LibHAx0DUE/IO-HTML-1.001/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TC32xAFAJ7/LWP-MediaTypes-6.02/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/LUU1u7K_FK/URI-1.74/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/dz9WYfdLV8/HTTP-Message-6.16/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/DKHia6EKnU/Log-Log4perl-1.49/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mvw_E_o5EP/Class-Load-XS-0.10/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/96_4dUnZyg/Devel-GlobalDestruction-0.14/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/IRX1pF5KYo/Devel-OverloadInfo-0.005/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VE6CPwH4Hi/Module-Runtime-Conflicts-0.003/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1o7rKi_dV/Sub-Name-0.21/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/zjQ07M2k88/Package-DeprecationManager-0.17/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qAlUiNv152/File-pushd-1.016/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7xfsTxfGp2/Test-CleanNamespaces-0.22/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/q6her31blb/Moose-2.2011/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Me3TFHnKRW/ExtUtils-Config-0.008/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/xKTorAVtyv/ExtUtils-Helpers-0.026/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ghUZLLbJ7Z/ExtUtils-InstallPaths-0.012/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tDXn6SU6F7/Module-Build-Tiny-0.039/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/tPLkMZd0Wd/aliased-0.34/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/px0w7cEhpw/MooseX-Role-WithOverloading-0.17/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bz2MGxMVVe/MooseX-Role-Parameterized-1.10/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/RIa1EK5gGW/Data-Dump-1.23/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/I8v8watDMb/Test-Trap-v0.3.3/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rBSjM2kvC5/MooseX-Getopt-0.71/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/raUeu3SxCy/Exporter-Tiny-1.000000/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Zrp41tIWrY/XSLoader-0.24/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ZdAeC3y2iP/List-MoreUtils-XS-0.428/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PbvARQJWvm/Test-LeakTrace-0.16/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/bryyaNOPjn/List-MoreUtils-0.428/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7WW9gZfhnM/MooseX-NonMoose-0.26/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/34k7GSKarP/Test-Output-1.031/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/NMmVP3r_o3/Algorithm-Diff-1.1903/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kH8X3O7zXv/Spiffy-0.46/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/9V4aDWn75K/Text-Diff-1.45/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Eca9QYJCUk/Test-Base-0.89/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7kraARBG17/Test-YAML-1.06/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/V7LwW4f2DD/YAML-1.26/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CFyc52tTCU/MooseX-App-Cmd-0.32/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ORL1pBabCs/POSIX-strftime-Compiler-0.42/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/VOy8g_sJIa/Test-MockTime-0.17/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/FnoTwvwBA_/Apache-LogFormat-Compiler-0.35/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/N1TDpHqv4U/Test-Time-0.05/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/vZbrpHYdDv/Cookie-Baker-0.09/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UovL08xEt8/Devel-StackTrace-AsHTML-0.15/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z3zs4Hyol2/Test-SharedFork-0.35/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/26p_FmwFsp/Filesys-Notify-Simple-0.13/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/a4E_1G8I8d/HTTP-MultiPartParser-0.02/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kCkZ2LiDfz/Hash-MultiValue-0.16/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/AjjmSqTvz6/Cpanel-JSON-XS-4.02/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Z2TD2G7v92/JSON-MaybeXS-1.004000/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/j_PomvtMwh/Stream-Buffered-0.03/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/pXku2Hz6iG/JSON-2.97001/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/oeskk00UgQ/WWW-Form-UrlEncoded-0.24/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/Dy7lnacmW6/HTTP-Entity-Parser-0.21/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/TdyffiRwXf/HTTP-Headers-Fast-0.21/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/nu0ZcUIQ_1/Test-TCP-2.19/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/PIAlvHMmVK/Plack-1.0047/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/rI3a67gNcE/String-Formatter-0.102084/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/MJCFSOM6yk/String-Errf-0.008/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/8BaIT965X2/Test-Pod-1.52/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/mEFYhNaki0/AppConfig-1.71/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/3aZ8mKTnVB/HTML-Tagset-3.20/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/yZR32GinZD/HTML-Parser-3.72/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/CHxqPy1PQR/Test-NoWarnings-1.04/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/gwlToGlInj/Test-Warn-0.32/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/If_QOpeZTa/CGI-4.38/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/UrRgq84Xbu/Template-Toolkit-2.27/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ko_iM1c4m6/Test-File-Contents-0.23/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/_KAhNWlMiJ/Test-Abortable-0.002/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/0URi3dJ505/Test-Routine-0.025/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/ytr_QAs2iK/Devel-PPPort-3.42/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/kV47wC5RFH/Cwd-Guard-0.05/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/7joeYVMtAA/Devel-CheckCompiler-0.07/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/uW7jNeCvgd/File-Copy-Recursive-Reduced-0.006/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/qzr8dPO4OS/Module-Build-XSUtil-0.19/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/89cLJUUNWb/Mouse-v2.5.4/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/YEWEyQ3kk_/Data-MessagePack-1.00/blib/arch
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/lib
    /home/cpan/pit/rel/conf/perl-5.24.0/.cpanplus/5.24.0/build/hwfzc4sdxP/Text-Xslate-v3.5.6/blib/arch
    /home/cpan/pit/rel/perl-5.24.0/lib/site_perl/5.24.0/i686-linux-thread-multi-64int
    /home/cpan/pit/rel/perl-5.24.0/lib/site_perl/5.24.0
    /home/cpan/pit/rel/perl-5.24.0/lib/5.24.0/i686-linux-thread-multi-64int
    /home/cpan/pit/rel/perl-5.24.0/lib/5.24.0
    .