Report for Rose-DB-Object-0.815

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS Rose-DB-Object-0.815 v5.20.2 FreeBSD
Date: 2016-01-06T18:05:49Z

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 JSIRACUSA,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9156. 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':

PERL_DL_NONLAZY=1 "/usr/home/cpan/pit/bare-clang/perl-5.20.2/bin/perl5.20.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

##
## DBI             1.634
##
## WARNING: Almost all the tests in this module distribution need to connect
## to a database in order to run.  The tests need full privileges on this
## database: the ability to create and drop tables, insert, update, and delete
## rows, create schemas, sequences, functions, triggers, the works.
## 
## By default, the tests will try to connect to the database named "test"
## running on "localhost" using the default superuser username for each
## database type and an empty password.
## 
## If you have setup your database in a secure manner, these connection
## attempts will fail, and the tests will be skipped.  If you want to override
## these values, set the following environment variables before running tests.
## (The current values are shown in parentheses.)
## 
## PostgreSQL:
## 
##     RDBO_PG_DSN      (dbi:Pg:dbname=test;host=localhost)
##     RDBO_PG_USER     (postgres)
##     RDBO_PG_PASS     (<none>)
## 
## MySQL:
## 
##     RDBO_MYSQL_DSN   (dbi:mysql:database=test;host=localhost)
##     RDBO_MYSQL_USER  (root)
##     RDBO_MYSQL_PASS  (<none>)
##
## Oracle:
## 
##     RDBO_ORACLE_DSN  (dbi:Oracle:dbname=test)
##     RDBO_ORACLE_USER (<none>)
##     RDBO_ORACLE_PASS (<none>)
##
## Informix:
## 
##     RDBO_INFORMIX_DSN   (dbi:Informix:test@test)
##     RDBO_INFORMIX_USER  (<none>)
##     RDBO_INFORMIX_PASS  (<none>)
## 
## SQLite: To disable the SQLite tests, set this environment varible
##
##     RDBO_NO_SQLITE  (<undef>)
##
## Press return to continue (or wait 60 seconds)
t/00-warning.t ..................... ok
t/as-tree.t ........................ ok
t/auto-setup.t ..................... ok
t/bind-param.t ..................... ok
t/column-triggers.t ................ ok
t/column-values.t .................. skipped: No SQLite
t/db-migration.t ................... ok
t/db-object-auto.t ................. ok
t/db-object-cached.t ............... ok
t/db-object-changes-only-1.t ....... ok
t/db-object-changes-only-2.t ....... ok
t/db-object-convention.t ........... ok
t/db-object-foreign-key-auto.t ..... ok
t/db-object-foreign-key.t .......... ok
t/db-object-helpers.t .............. ok
t/db-object-loader-2.t ............. ok
t/db-object-loader-3.t ............. ok
t/db-object-loader-4.t ............. ok
t/db-object-loader-5.t ............. ok
t/db-object-loader-6.t ............. ok
t/db-object-loader-7.t ............. ok
t/db-object-loader-8.t ............. ok
t/db-object-loader-9.t ............. ok
t/db-object-loader.t ............... ok
t/db-object-manager-bulk-ops.t ..... ok
t/db-object-manager.t .............. ok
t/db-object-mapper.t ............... ok
t/db-object-metadata.t ............. ok
t/db-object-relationship-auto-2.t .. ok
t/db-object-relationship-auto.t .... ok
t/db-object-relationship.t ......... ok
t/db-object-std-cached.t ........... ok
t/db-object-std.t .................. ok
t/db-object.t ...................... ok
t/deep-joins.t ..................... ok
t/inheritance.t .................... ok
t/lazy-columns.t ................... ok
t/leaks.t .......................... skipped: Test::Memory::Cycle required for leak tests
t/make-modules.t ................... ok
t/makemethods-db.t ................. ok
t/makemethods.t .................... ok
t/multi-many-the-hard-way.t ........ ok
t/multi-pk-sequences.t ............. ok
t/nested-joins.t ................... ok
t/one-to-many-reset.t .............. ok
t/pk-fk-columns.t .................. ok
t/pod.t ............................ skipped: Test::Pod 1.00 required for testing POD
t/query-builder.t .................. ok
t/rt-cpan-45836.t .................. ok
t/save-cascade.t ................... ok
t/schema-override.t ................ ok
t/spot-check-01.t .................. ok
t/spot-check-02.t .................. ok
t/spot-check-03.t .................. ok
t/spot-check-04.t .................. ok
t/spot-check-05.t .................. ok
t/spot-check-06.t .................. ok
t/spot-check-07.t .................. ok
t/spot-check-08.t .................. ok
t/spot-check-09.t .................. ok
t/spot-check-10.t .................. ok
t/spot-check-11.t .................. ok
t/spot-check-12.t .................. ok
t/spot-check-13.t .................. ok
t/spot-check-14.t .................. ok
t/undef-overrides-default.t ........ skipped: No SQLite
t/unique-key-prefs.t ............... ok
All tests successful.
Files=67, Tests=13502, 47 wallclock secs ( 1.91 usr  0.15 sys + 24.90 cusr 18.42 csys = 45.38 CPU)
Result: PASS


PREREQUISITES:

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

	  Module Name                        Have     Want
	  Bit::Vector                         7.4        0
	  Clone                              0.38     0.29
	  Cwd                                3.59        0
	  DBI                               1.634     1.40
	  Data::Dumper                   2.151_01    2.121
	  DateTime                           1.21        0
	  ExtUtils::MakeMaker                7.10        0
	  File::Path                         2.12        0
	  File::Spec                         3.59        0
	  List::MoreUtils                   0.413        0
	  Math::BigInt                     1.9993     1.77
	  Rose::DB                          0.777    0.763
	  Rose::DateTime::Util              0.540    0.532
	  Rose::Object                      0.860    0.854
	  Scalar::Util                       1.38        0
	  Test::More                     1.001014        0
	  Time::Clock                        1.03     1.00

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9156
	CPANPLUS::Dist::Build              0.78
	Cwd                                3.59
	ExtUtils::CBuilder             0.280224
	ExtUtils::Command                  7.10
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                7.10
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.59
	Module::Build                    0.4214
	Pod::Parser                        1.62
	Pod::Simple                        3.28
	Test::Harness                      3.35
	Test::More                     1.001014
	version                          0.9912

******************************** 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 0.94.
Powered by minismokebox version 0.58

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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/script:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/script:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/script:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = :/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 83569
    PERL5_CPANPLUS_IS_VERSION = 0.9156
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

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

    Perl: $^X = /usr/home/cpan/pit/bare-clang/perl-5.20.2/bin/perl5.20.2
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


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


--

Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
    osname=freebsd, osvers=9.3-release-p5, archname=amd64-freebsd
    uname='freebsd fremen 9.3-release-p5 freebsd 9.3-release-p5 #0: mon nov 3 22:38:58 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/bare-clang/perl-5.20.2 -Dcc=clang'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='clang', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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='clang', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.30
  Built under freebsd
  Compiled at Feb 15 2015 15:14:36
  %ENV:
    PERL5LIB=":/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/arch:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/lib:/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="83569"
    PERL5_CPANPLUS_IS_VERSION="0.9156"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/bare-clang/conf/perl-5.20.2"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/oZRh_70PZE/Sub-Uplevel-0.25/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/yvp_wGWdq1/Test-Exception-0.43/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/iUmEvBIYut/Carp-Clan-6.04/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tf0fq5PKC3/Bit-Vector-7.4/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/54jVQNZZ6Y/Clone-0.38/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqfyeQHHsK/DBI-1.634/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/XG7jju_BDX/Module-Runtime-0.014/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IBEY8YLbDT/Try-Tiny-0.24/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/liMb_PAYnl/Test-Fatal-0.014/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CKNoUUKBV3/Dist-CheckConflicts-0.11/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/NniK6FcDDw/Exporter-Tiny-0.042/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7YfZOyuD1x/List-MoreUtils-0.413/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/aIQDAUJK7t/Test-Requires-0.10/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/zXLxfzgO4G/Module-Implementation-0.09/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/sCA_tsAIiE/Params-Validate-1.21/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/IqowvLTUIu/Module-Metadata-1.000027/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4P3v9SJejv/Test-Deep-1.120/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/DZPdv2v2tZ/CPAN-Meta-Check-0.012/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/9VksNVmTAo/Test-Warnings-0.024/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/_85IzIGn51/DateTime-Locale-1.02/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/hgXPHxUUYa/Class-Singleton-1.5/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/qrCacpPmGI/DateTime-TimeZone-1.94/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/mOdOPk9euQ/DateTime-1.21/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/t9y6_ryH0k/Clone-PP-1.06/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/4bYQlqM6Ua/Class-Factory-Util-1.7/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/h4GjrT0f2_/Package-Stash-XS-0.28/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/M8DdIG02S3/Package-Stash-0.37/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/CSGIYs0Pqt/Params-Util-1.07/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/WkFnv0W7Kb/Sub-Install-0.928/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/JrtPXcqkH_/Package-DeprecationManager-0.15/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/nMiL7spkXm/DateTime-Format-Strptime-1.62/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/E2tYwRM8Mh/DateTime-Format-Builder-0.81/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/lzuOsQf_ST/DateTime-Format-MySQL-0.05/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/FLBI6498nx/Convert-NLS_DATE_FORMAT-0.05/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6F5SyBa06e/DateTime-Format-Oracle-0.06/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/cMQfFVpA78/DateTime-Format-Pg-0.16011/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/D__kAH5aUV/Rose-Object-0.860/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/YIArxiuGLX/Rose-DateTime-0.540/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/y9XaOoBuEC/Data-OptList-0.109/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/7BT3AN5eKI/Sub-Exporter-0.987/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/6HOSVkcs6s/SQL-ReservedWords-0.8/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/GMj2Gnd8C5/Time-Clock-1.03/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/tT0x_XkzIf/Rose-DB-0.777/blib/arch
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/lib
    /usr/home/cpan/pit/bare-clang/conf/perl-5.20.2/.cpanplus/5.20.2/build/suDkFUjU4Z/Rose-DB-Object-0.815/blib/arch
    /usr/home/cpan/pit/bare-clang/perl-5.20.2/lib/site_perl/5.20.2/amd64-freebsd
    /usr/home/cpan/pit/bare-clang/perl-5.20.2/lib/site_perl/5.20.2
    /usr/home/cpan/pit/bare-clang/perl-5.20.2/lib/5.20.2/amd64-freebsd
    /usr/home/cpan/pit/bare-clang/perl-5.20.2/lib/5.20.2
    .