Crypt-OpenSSL-RSA v0.28 Perl 5 v5.20.3 i386-gnukfreebsd-thread-multi-64int
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
Crypt-OpenSSL-RSA v0.28
- Platform
- Perl 5 v5.20.3 i386-gnukfreebsd-thread-multi-64int
- Date
- 2017-10-04 01:59:22
- ID
- a446b224-a8a7-11e7-a074-e1beba07c9dd
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 Moritz Onken,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9170. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm
AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA)
Running Mkbootstrap for RSA ()
chmod 644 "RSA.bs"
"/home/cpan/pit/rel/perl-5.20.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644
"/home/cpan/pit/rel/perl-5.20.3/bin/perl" "/home/cpan/pit/rel/perl-5.20.3/lib/site_perl/5.20.3/ExtUtils/xsubpp" -typemap '/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/ExtUtils/typemap' -typemap '/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/934v9jwZwL/Crypt-OpenSSL-RSA-0.28/typemap' RSA.xs > RSA.xsc
mv RSA.xsc RSA.c
cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fpic "-I/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/i386-gnukfreebsd-thread-multi-64int/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c
RSA.xs: In function âÂÂ_is_privateâÂÂ:
RSA.xs:52:22: error: dereferencing pointer to incomplete type âÂÂRSA {aka struct rsa_st}âÂÂ
return(p_rsa->rsa->d != NULL);
^~
In file included from /home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/i386-gnukfreebsd-thread-multi-64int/CORE/perl.h:5100:0,
from RSA.xs:2:
RSA.xs: In function âÂÂmake_rsa_objâÂÂ:
RSA.xs:64:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
newRV_noinc(newSViv((IV) rsa)),
^
/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/i386-gnukfreebsd-thread-multi-64int/CORE/embed.h:563:44: note: in definition of macro âÂÂsv_blessâÂÂ
#define sv_bless(a,b) Perl_sv_bless(aTHX_ a,b)
^
RSA.xs:64:9: note: in expansion of macro âÂÂnewRV_noincâÂÂ
newRV_noinc(newSViv((IV) rsa)),
^~~~~~~~~~~
RSA.xs:64:21: note: in expansion of macro âÂÂnewSVivâÂÂ
newRV_noinc(newSViv((IV) rsa)),
^~~~~~~
RSA.xs: In function âÂÂbn2svâÂÂ:
RSA.xs:142:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
^
/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/i386-gnukfreebsd-thread-multi-64int/CORE/embed.h:556:46: note: in definition of macro âÂÂsv_2mortalâÂÂ
#define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a)
^
RSA.xs:142:22: note: in expansion of macro âÂÂnewSVivâÂÂ
? sv_2mortal(newSViv((IV) BN_dup(p_bn)))
^~~~~~~
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_DESTROYâÂÂ:
RSA.c:447:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_get_private_key_stringâÂÂ:
RSA.c:475:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_get_public_key_stringâÂÂ:
RSA.c:508:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_get_public_key_x509_stringâÂÂ:
RSA.c:540:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.xs: In function âÂÂXS_Crypt__OpenSSL__RSA_generate_keyâÂÂ:
RSA.xs:301:5: warning: âÂÂRSA_generate_keyâ is deprecated [-Wdeprecated-declarations]
CHECK_OPEN_SSL(rsa = RSA_generate_key(SvIV(bitsSV), exponent, NULL, NULL));
^~~~~~~~~~~~~~
In file included from /usr/include/openssl/rsa.h:13:0,
from /usr/include/openssl/x509.h:31,
from /usr/include/openssl/pem.h:17,
from RSA.xs:10:
/usr/include/openssl/rsa.h:193:1: note: declared here
DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA__get_key_parametersâÂÂ:
RSA.c:698:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_encryptâÂÂ:
RSA.c:736:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_decryptâÂÂ:
RSA.c:764:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_private_encryptâÂÂ:
RSA.c:796:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_public_decryptâÂÂ:
RSA.c:828:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_sizeâÂÂ:
RSA.c:855:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_check_keyâÂÂ:
RSA.c:881:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_md5_hashâÂÂ:
RSA.c:953:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sha1_hashâÂÂ:
RSA.c:976:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sha224_hashâÂÂ:
RSA.c:1002:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sha256_hashâÂÂ:
RSA.c:1025:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sha384_hashâÂÂ:
RSA.c:1048:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sha512_hashâÂÂ:
RSA.c:1071:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_ripemd160_hashâÂÂ:
RSA.c:1095:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_no_paddingâÂÂ:
RSA.c:1118:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_pkcs1_paddingâÂÂ:
RSA.c:1141:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_pkcs1_oaep_paddingâÂÂ:
RSA.c:1164:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_use_sslv23_paddingâÂÂ:
RSA.c:1187:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_signâÂÂ:
RSA.c:1218:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_verifyâÂÂ:
RSA.c:1266:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
RSA.c: In function âÂÂXS_Crypt__OpenSSL__RSA_is_privateâÂÂ:
RSA.c:1322:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
p_rsa = (rsaData *) SvIV(SvRV(ST(0)))
^
Makefile:345: recipe for target 'RSA.o' failed
make: *** [RSA.o] Error 1
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Crypt::OpenSSL::Random 0.11 0
ExtUtils::MakeMaker 7.30 0
Test 1.26 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9170
CPANPLUS::Dist::Build 0.88
Cwd 3.62
ExtUtils::CBuilder 0.280226
ExtUtils::Command 7.30
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.62
Module::Build 0.4224
Pod::Parser 1.62
Pod::Simple 3.28
Test2 1.302096
Test::Harness 3.39
Test::More 1.302096
version 0.9918
******************************** 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 = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = :/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 64343
PERL5_CPANPLUS_IS_VERSION = 0.9170
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/rel/conf/perl-5.20.3
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.20.3/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
Platform:
osname=gnukfreebsd, osvers=10.1-0-686, archname=i386-gnukfreebsd-thread-multi-64int
uname='gnukfreebsd krusher 10.1-0-686 #0 sat, 22 aug 2015 00:58:41 +0100 i386 i386 intel(r) pentium(r) cpu g840 @ 2.80ghz gnukfreebsd '
config_args='-des -Dprefix=/home/cpan/pit/rel/perl-5.20.3 -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 -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 -I/usr/local/include'
ccversion='', gccversion='7.2.0', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
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 -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/i686-kfreebsd-gnu/7/include-fixed /usr/include/i386-kfreebsd-gnu /usr/lib /lib/i386-kfreebsd-gnu /lib /usr/lib/i386-kfreebsd-gnu
libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/usr/lib/i386-kfreebsd-gnu/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.24'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES 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
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
Locally applied patches:
Devel::PatchPerl 1.48
Built under gnukfreebsd
Compiled at Sep 16 2017 12:36:48
%ENV:
PERL5LIB=":/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/arch:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/lib:/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="64343"
PERL5_CPANPLUS_IS_VERSION="0.9170"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/rel/conf/perl-5.20.3"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/jhUmt5lp5Q/Test-Deep-1.127/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/JpXu8fKRs1/Sub-Uplevel-0.2800/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ymuA3rkvOK/Test-Exception-0.43/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/Tmbao_6HQ3/Apache-Session-1.93/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/PrpdvwhbK6/HTML-Tagset-3.20/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/CdExVMMsnr/HTML-Parser-3.72/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/juDz3xLY7B/Test-NoWarnings-1.04/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/yZ1ygxK5FE/Test-Warn-0.32/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/ezUop9sJM5/CGI-4.36/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/rkD4iGwgPU/Digest-SHA1-2.13/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/xyHNYJ3RFH/Error-0.17025/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/wvYYYT2Pel/Cache-Cache-1.08/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/AGi4kT72wo/IO-stringy-2.111/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/k5OovKRwED/Config-IniFiles-2.94/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/kkx2KCfwF1/Crypt-OpenSSL-Bignum-0.08/blib/arch
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/lib
/home/cpan/pit/rel/conf/perl-5.20.3/.cpanplus/5.20.3/build/zDgxUnldlJ/Crypt-OpenSSL-Random-0.11/blib/arch
/home/cpan/pit/rel/perl-5.20.3/lib/site_perl/5.20.3/i386-gnukfreebsd-thread-multi-64int
/home/cpan/pit/rel/perl-5.20.3/lib/site_perl/5.20.3
/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3/i386-gnukfreebsd-thread-multi-64int
/home/cpan/pit/rel/perl-5.20.3/lib/5.20.3
.