Back
From: metabase:user:20a45eae-6c1a-1014-abaf-4bc2b30e56df
Subject: FAIL Test-Class-0.41 v5.19.8 Windows (Cygwin)
Date: 2014-03-07T17:48:34Z
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 Ricardo SIGNES,
This is a computer-generated report for Test-Class-0.41
on perl 5.19.8, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
# Testing Test::Class::Load 0.41, Perl 5.019008, /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/bin/perl
t/00-load.t .................... ok
t/20-load-classes.t ............ ok
t/21-load-subclassed.t ......... ok
# No tests run!
t/Tests.t ......................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
t/_new.t ....................... ok
t/bad-autoloads.t .............. skipped: need Contextual::Return
t/bailout.t .................... ok
t/builder.t .................... ok
t/compile.t .................... ok
# Looks like you planned 4 tests but ran 1.
t/current_method.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
# Failed test 'we show the test class and method name on test failure'
# at t/diag_on_failure.t line 24.
# STDOUT is:
#
# not:
# not ok 1 - failing test
# ok 2 - passing test
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/diag_on_failure\.t line 15.*\n?/
# # (in MyTestClass->failing_test)
#
# as expected
t/diag_on_failure.t ............
Failed 1/1 subtests
# Failed test 'die in setup caused test method to fail'
# at t/die-in-setup.t line 28.
# STDOUT is:
#
# not:
# not ok 1 - setup_method (for test method 'test') died (oops - we died)
# ok 2 # skip setup_method died
#
# as expected
# STDERR is:
#
# not:
# # Failed test 'setup_method (for test method 'test') died (oops - we died)'
# # at t/die-in-setup.t line 27.
# # (in Foo->setup_method)
#
# as expected
t/die-in-setup.t ...............
Failed 1/1 subtests
# Failed test 'die before plan'
# at t/die_before_plan.t line 30.
# STDOUT is:
#
# not:
# not ok 1 - setup (for test method 'test') died (died before plan set)
# ok 2 # skip setup died
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/die_before_plan\.t line 29.*\n?/
# # (in Object::Test->setup)
#
# as expected
t/die_before_plan.t ............
Failed 1/1 subtests
# Failed test 'all set'
# at t/expected_tests.t line 46.
# got: '0'
# expected: '3'
# Failed test 'no_plan setup'
# at t/expected_tests.t line 47.
# got: '0'
# expected: 'no_plan'
# Failed test 'no_plan test'
# at t/expected_tests.t line 48.
# got: '0'
# expected: 'no_plan'
# Failed test 'no_plan teardown'
# at t/expected_tests.t line 49.
# got: '0'
# expected: 'no_plan'
# Failed test 'no_plan startup'
# at t/expected_tests.t line 50.
# got: '0'
# expected: 'no_plan'
# Failed test 'no_plan shutdown'
# at t/expected_tests.t line 51.
# got: '0'
# expected: 'no_plan'
# Failed test 'expected_test_of'
# at t/expected_tests.t line 55.
# got: '1'
# expected: '7'
# Failed test 'no_plan expected_test_of'
# at t/expected_tests.t line 56.
# got: '0'
# expected: 'no_plan'
# Looks like you failed 8 tests of 10.
t/expected_tests.t .............
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/10 subtests
t/fail1.t ...................... ok
# Failed test 'fail2'
# at t/fail2.t line 38.
# STDOUT is:
#
# not:
# (?^:not ok 1 - (?:The thing|undef) isa '?Object'?\n)not ok 2 - cannot create Objects
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
# (?^:#\s+(?:The thing|undef) isn't defined\n)/#\s+Failed\ test.*?\n?.*?at\ t\/fail2\.t line 18.*\n?/
# # (in Object::Test->_test_new)
#
# as expected
# Failed test 'exit value okay'
# at t/fail2.t line 39.
# got: '0'
# expected: '2'
t/fail2.t ......................
Failed 2/2 subtests
t/fail3.t ...................... ok
t/filter.t .....................
No subtests run
t/filter_bad_filter.t .......... ok
t/filter_fixtures.t ............
No subtests run
t/filter_fixtures_only.t ....... ok
t/filter_multiple.t ............
No subtests run
# Failed test 'no duplicate headers'
# at t/header.t line 21.
# STDOUT is:
#
# not:
# ok 1 - test in Test::Class
#
# as expected
t/header.t .....................
Failed 1/1 subtests
t/late_header.t ................
No subtests run
t/methodinfo.t ................. ok
# Failed test 'test names set to method name by default'
# at t/named_test.t line 20.
# STDOUT is:
#
# not:
# ok 1 - default name
#
# as expected
t/named_test.t .................
Failed 1/1 subtests
# Failed test 'class expected_tests'
# at t/num_method_tests.t line 52.
# got: '0'
# expected: 'no_plan'
# Failed test 'object expected_tests'
# at t/num_method_tests.t line 53.
# got: '0'
# expected: '7'
# Looks like you planned 19 tests but ran 12.
# Looks like you failed 2 tests of 12 run.
t/num_method_tests.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 9/19 subtests
# No tests run!
t/num_tests.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
t/override.t ................... ok
t/rt15870.t .................... ok
t/rt17264.t .................... ok
# Failed test 'runtests skipped classes with SKIP_CLASS set'
# at t/run_all_tests.t line 34.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'A::Test'
# Looks like you planned 5 tests but ran 4.
# Looks like you failed 1 test of 4 run.
t/run_all_tests.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/5 subtests
# No tests run!
t/runtests.t ...................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/18 subtests
# Failed test 'early die handled'
# at t/runtests_die.t line 34.
# STDOUT is:
#
# not:
# (?^:not ok 1 - (?:The thing|undef) isa '?Object'?\n)not ok 2 - test_object died (could not create object)
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 15.*\n?/
# # (in Foo->test_object)
# (?^:# (?:The thing|undef) isn't defined\n)/#\s+Failed\ test.*?\n?.*?at\ t\/runtests_die\.t line 33.*\n?/
# # (in Foo->test_object)
#
# as expected
t/runtests_die.t ...............
Failed 1/1 subtests
# Failed test 'extra test detected'
# at t/runtests_extra.t line 23.
# STDOUT is:
#
# not:
# ok 1 - expected test
# ok 2 - extra test
#
# as expected
# STDERR is:
#
# not:
# # expected 1 test(s) in Foo::extra_test, 2 completed
#
# as expected
t/runtests_extra.t .............
Failed 1/1 subtests
# Failed test 'expected number of tests ran'
# at t/runtests_noplan.t line 36.
# got: '0'
# expected: '3'
# Tests were run but no plan was declared and done_testing() was not seen.
t/runtests_noplan.t ............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'correct number of tests'
# at t/runtests_of.t line 29.
# got: '0'
# expected: '3'
# Tests were run but no plan was declared and done_testing() was not seen.
t/runtests_of.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'single failure ran okay'
# at t/runtests_result.t line 42.
# STDOUT is:
#
# not:
# not ok 1 - fails
# ok 2 - passes
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_result\.t line 11.*\n?/
# # (in Fail->test1)
#
# as expected
# Failed test 'failure detected'
# at t/runtests_result.t line 43.
# got: '1'
# expected: '0'
t/runtests_result.t ............
Failed 3/4 subtests
# Failed test 'early return handled (skip)'
# at t/runtests_return.t line 36.
# STDOUT is:
#
# not:
# ok 1 # skip darwin only test
# ok 2 # skip darwin only test
#
# as expected
# Failed test 'early return handled (fail)'
# at t/runtests_return.t line 42.
# STDOUT is:
#
# not:
# not ok 1 - (Bar::darwin_only returned before plan complete)
# not ok 2 - (Bar::darwin_only returned before plan complete)
#
# as expected
# STDERR is:
#
# not:
# (?^s:.*in Bar->darwin_only.*)
# as expected
t/runtests_return.t ............
Failed 2/2 subtests
# Failed test 'trailing expection detected'
# at t/runtests_trailing.t line 25.
# STDOUT is:
#
# not:
# ok 1 - successful test
# not ok 2 - trailing_exception died (died)
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/runtests_trailing\.t line 24.*\n?/
# # (in Foo->trailing_exception)
#
# as expected
t/runtests_trailing.t ..........
Failed 1/1 subtests
t/runtests_with_wrong_class.t .. ok
# Failed test 'shutdown method has run'
# at t/show_plan_in_shutdown.t line 24.
# Tests were run but no plan was declared and done_testing() was not seen.
t/show_plan_in_shutdown.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/skip1.t ...................... ok
t/skip2.t ......................
Failed 4/4 subtests
t/skip_class_reason.t .......... ok
t/skip_empty_classes.t .........
No subtests run
# Failed test 'can have spaces around attributes'
# at t/spaces.t line 20.
# STDOUT is:
#
# not:
# ok 1 - it works
#
# as expected
t/spaces.t .....................
Failed 1/1 subtests
# Failed test 'all expected methods ran'
# at t/startup.t line 55.
# Tests were run but no plan was declared and done_testing() was not seen.
t/startup.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'exception in startup method causes all tests to be skipped'
# at t/startup_that_dies.t line 24.
# STDOUT is:
#
# not:
# not ok 1 - startup_that_dies died (oops!)
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/startup_that_dies\.t line 23.*\n?/
# # (in StartMethodThatDies->startup_that_dies)
#
# as expected
t/startup_that_dies.t ..........
Failed 1/1 subtests
t/test_classes.t ............... ok
t/test_deep.t .................. ok
t/test_method.t ................ ok
# Failed test 'TEST_VERBOSE outputs method diagnostic'
# at t/test_verbose.t line 24.
# STDOUT is:
#
# not:
# ok 1 - test1
# ok 2 - test2
#
# as expected
# STDERR is:
#
# not:
# #
# # Local::Test->test1
# #
# # Local::Test->test2
#
# as expected
t/test_verbose.t ...............
Failed 1/1 subtests
# Test::More: 1.001002
# Failed test 'todo tests work'
# at t/todo.t line 43.
# STDOUT is:
#
# not:
# not ok 1 - object live # TODO unimplemented
# /#\s+Failed\ \(TODO\)\ test.*?\n?.*?at\ t\/todo\.t line 16.*\n?/
# # (in Foo->todo_test)
#
# as expected
t/todo.t .......................
Failed 1/2 subtests
Test Summary Report
-------------------
t/Tests.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/current_method.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 1.
t/diag_on_failure.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/die-in-setup.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/die_before_plan.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/expected_tests.t (Wstat: 2048 Tests: 10 Failed: 8)
Failed tests: 1-8
Non-zero exit status: 8
t/fail2.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/filter.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/filter_fixtures.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/filter_multiple.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/header.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/late_header.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/named_test.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/num_method_tests.t (Wstat: 512 Tests: 12 Failed: 2)
Failed tests: 10-11
Non-zero exit status: 2
Parse errors: Bad plan. You planned 19 tests but ran 12.
t/num_tests.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/run_all_tests.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 4
Non-zero exit status: 1
Parse errors: Bad plan. You planned 5 tests but ran 4.
t/runtests.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 18 tests but ran 0.
t/runtests_die.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/runtests_extra.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/runtests_noplan.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/runtests_of.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/runtests_result.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1-2
Parse errors: Bad plan. You planned 4 tests but ran 3.
t/runtests_return.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/runtests_trailing.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/show_plan_in_shutdown.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/skip2.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/skip_empty_classes.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/spaces.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/startup.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/startup_that_dies.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/test_verbose.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
t/todo.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
Files=54, Tests=109, 53 wallclock secs ( 2.48 usr 1.14 sys + 11.13 cusr 32.86 csys = 47.61 CPU)
Result: FAIL
Failed 32/54 test programs. 33/109 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- -------- --------
Attribute::Handlers 0.77 0.95
MRO::Compat 0.11 0.12
perl 5.008001 5.019008
Storable 2.04 2.48
Test::Builder 0.78 1.001002
Test::Builder::Tester 1.02 1.23_002
Test::More 0.78 1.001002
Test::Simple 0.78 1.001002
build_requires:
Module Need Have
--------------------- -------- --------
IO::File 1.09 1.16
Test::Exception 0.25 0.32
configure_requires:
Module Need Have
--------------------- -------- --------
Module::Build 0.42 0.4204
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
LD_LIBRARY_PATH =
NUMBER_OF_PROCESSORS = 4
PATH = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/bin/5.19.8/cygwin-thread:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/bin:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/bin:/usr/local/bin:/usr/bin
PERL5LIB = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/site_perl/5.19.8:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/5.19.8:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 9700
PERL5_CPAN_IS_RUNNING = 9700
PERL_CPAN_REPORTER_CONFIG = /cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini
PERL_EXTUTILS_AUTOINSTALL = 1
PERL_MM_USE_DEFAULT = 1
PERL_MY_PREFIX = /opt/perl5
PERL_MY_SOURCE_DIR = /cygdrive/c/src/perl
PERL_TEST_CRITIC = 1
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
SHELL = /usr/bin/bash
TEMP = /tmp
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/bin/perl
$UID/$EUID = 22755 / 22755
$GID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
$EGID = 10513 545 1001 10571 44776 45205 10513 51781 18818 59435 72481 43044 30568 43061 18761 12652 12669 12778 42734 20077 51528 11073 51645 61702 17963 51289 43366 55368 57206 20667 20955 49381 74690 50556 23333 65644 65646 51916 51926 51837 45099 56531 30321 49625 31369 67201
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.03
CPAN::Meta 2.133380
Cwd 3.45
ExtUtils::CBuilder 0.280213
ExtUtils::Command 1.18
ExtUtils::Install 1.61
ExtUtils::MakeMaker 6.88
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.23
File::Spec 3.45
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4204
Module::Signature n/a
Parse::CPAN::Meta 1.4409
Test::Harness 3.30
Test::More 1.001002
YAML 0.88
YAML::Syck n/a
version 0.9908
--
Summary of my perl5 (revision 5 version 19 subversion 8) configuration:
Platform:
osname=cygwin, osvers=1.7.27(0.27153), archname=cygwin-thread
uname='cygwin_nt-6.1 osl069 1.7.27(0.27153) 2013-12-09 11:54 x86_64 cygwin '
config_args='-de -Dmksymlinks -Dusedevel -Dcc=gcc -Dld=g++ -Uinc_version_list -Uinstallusrbinperl -Dusethreads -Uusemultiplicity -Duse64bitint -Uuselongdouble -Dprefix=/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='4.8.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -fstack-protector -L/usr/local/lib'
libpth=/usr/lib/gcc/x86_64-pc-cygwin/4.8.2/include-fixed /usr/lib /usr/lib/gcc/x86_64-pc-cygwin/4.8.2/../../../../lib/../include/w32api /usr/local/lib /lib
libs=-ldb -ldl -lcrypt
perllibs=-ldl -lcrypt
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=cygperl5_19_8.dll
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--enable-auto-image-base -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_DEVEL PERL_USE_SAFE_PUTENV USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under cygwin
Compiled at Jan 21 2014 15:10:08
%ENV:
PERL5LIB="/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/arch:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/lib:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/site_perl/5.19.8:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/5.19.8:/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="9700"
PERL5_CPAN_IS_RUNNING="9700"
PERL_CPAN_REPORTER_CONFIG="/cygdrive/c/peter/.cpanreporter/config-cygdrive-c-peter.ini"
PERL_EXTUTILS_AUTOINSTALL="1"
PERL_MM_USE_DEFAULT="1"
PERL_MY_PREFIX="/opt/perl5"
PERL_MY_SOURCE_DIR="/cygdrive/c/src/perl"
PERL_TEST_CRITIC="1"
CYGWIN="codepage:utf8 nodosfilewarning"
@INC:
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Exception-0.32-nBySbG/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Safe-2.35-g11iMb/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/threads-shared-1.46-iYe1JN/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Moose-2.1005-4VB_M3/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-CheckDeps-0.010-FYCBmS/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-DeprecationManager-0.13-KR6EmP/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-XS-0.08-3KJLtD/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Class-Load-0.21-r5NHQ3/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Build-Tiny-0.035-4V1YTn/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-InstallPaths-0.010-0MxO1o/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Helpers-0.021-0lccvg/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/ExtUtils-Config-0.007-UZshjK/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/MRO-Compat-0.12-7X6U_r/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Devel-GlobalDestruction-0.12-b3f19P/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Exporter-Progressive-0.001011-llw7xA/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/CPAN-Meta-Check-0.008-gqj2jL/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-0.36-nwAIHQ/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Module-Implementation-0.07-zTy_gk/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Package-Stash-XS-0.28-0LVMsX/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Eval-Closure-0.11-Rsjt2Y/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Test-Requires-0.07-YuvlBh/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Sub-Name-0.05-Tkqxpn/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/arch
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/cpan/5.19.8/cygwin-thread/build/Dist-CheckConflicts-0.10-N5gdJI/blib/lib
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/site_perl/5.19.8/cygwin-thread
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/site_perl/5.19.8
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/5.19.8/cygwin-thread
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/5.19.8
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/perl5/cygwin-thread
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/local/lib/perl5
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/lib/site_perl/5.19.8/cygwin-thread
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/lib/site_perl/5.19.8
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/lib/5.19.8/cygwin-thread
/opt/perl5/cygwin_nt-6.1/1.7.27/x86_64/perl/5.19.8/cygwin-thread/lib/5.19.8
.