Return-Path: X-Original-To: apmail-perl-modperl-archive@www.apache.org Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A56F21159F for ; Wed, 2 Jul 2014 14:30:27 +0000 (UTC) Received: (qmail 29123 invoked by uid 500); 2 Jul 2014 14:30:26 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 28895 invoked by uid 500); 2 Jul 2014 14:30:26 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 28506 invoked by uid 99); 2 Jul 2014 14:30:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 14:30:26 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.171] (HELO mail-we0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 14:30:23 +0000 Received: by mail-we0-f171.google.com with SMTP id q58so11309936wes.16 for ; Wed, 02 Jul 2014 07:29:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=NhLVm3aumGqv3i0LlayVw3dYij0Zz1/n6Rkjs6BRy9E=; b=G+1hLJ0xnkdIkp0tnuYSrKKGG50BCpbbWstUvK+NzwFicsrIufHw9n3NGFLQ6DKSh1 d0sZerSk9Wr3Ni7p4cOe62GAXzWEJViKX6WnjX1W69pCFLavmlhNQcYwhzUJujmDK5+a MTgsUTj3Ucl+XErBjth5cBUZTvIUOpGE1gmOFrc/3k0Y75Mp/PTOOk4yXVQDNKF7UZ7n oQ/mqjv+Ft4yw3+ZyVvgu20wL6uV07xAIdbywtttIvM5dMXhWhre62YJEwFbmE/w0MIJ FHw824wxPXytsSgC0h+nMzbc5wNgJ5JhFk3VzyNMyQiHokjEfDccIISx7QR+ywJlVTXE HlDA== X-Gm-Message-State: ALoCoQlq0KO8TVahWEJRDH0fNxvBqmCDaoEvSiAJC26QQJECLckbEcmEzm5+x1rcibOkiVw/Kk0L MIME-Version: 1.0 X-Received: by 10.194.10.167 with SMTP id j7mr11612322wjb.100.1404311398871; Wed, 02 Jul 2014 07:29:58 -0700 (PDT) Received: by 10.180.160.231 with HTTP; Wed, 2 Jul 2014 07:29:58 -0700 (PDT) Date: Wed, 2 Jul 2014 10:29:58 -0400 Message-ID: Subject: Diagnosing mod_perl 2.0.8 test failure. From: Todd Chapman To: modperl@perl.apache.org Content-Type: multipart/alternative; boundary=047d7b5d95e7158c6d04fd36bad6 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d95e7158c6d04fd36bad6 Content-Type: text/plain; charset=UTF-8 Hi, I'm trying to install mod_perl 2.0.8 with Apache 2.2.15 and perl 5.18.2. The following test fails and I don't know how to run it individually to diagnose it. Test Summary Report ------------------- t/api/server_const.t (Wstat: 0 Tests: 6 Failed: 2) Failed tests: 5-6 The test file is auto-generated and the instructions for running a single test file with verbosity don't work for this file. In the error_log this is the only relevant information I found: [Wed Jul 02 09:56:04 2014] [error] [client 127.0.0.1] Handler for modperl returned invalid result code 2 [Wed Jul 02 09:56:04 2014] [error] [client 127.0.0.1] Handler for modperl returned invalid result code 2 # Failed test 5 in /home/vagrant/mod_perl-2.0.8/t/response/TestAPI/ server_const.pm at line 48 # Failed test 6 in /home/vagrant/mod_perl-2.0.8/t/response/TestAPI/ server_const.pm at line 52 Heres are the tests that fail: # assuming ServerTokens Full (default) the banner equals description ok t_cmp(Apache2::ServerUtil::get_server_banner, $server_descr, 'Apache2::ServerUtil::get_server_banner()'); # version is just an alias for banner ok t_cmp(Apache2::ServerUtil::get_server_version, $server_descr, 'Apache2::ServerUtil::get_server_version()'); How can I run this test to diagnose this problem? (I am comfortable with the perl debugger.) More detailed httpd and perl info is below. Thanks! $ cat t/REPORT #!/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/bin/perl # WARNING: this file is generated, do not edit # generated on Tue Jul 1 16:23:26 2014 # 01: Apache-Test/lib/Apache/TestConfig.pm:961 # 02: Apache-Test/lib/Apache/TestConfig.pm:1051 # 03: Apache-Test/lib/Apache/TestReport.pm:45 # 04: Makefile.PL:320 # 05: Makefile.PL:58 BEGIN { eval { require blib && blib->import; } } use strict; use warnings FATAL => 'all'; use lib qw( /home/vagrant/mod_perl-2.0.8/lib /home/vagrant/mod_perl-2.0.8/Apache-Test/lib /home/vagrant/mod_perl-2.0.8/t/lib ); use ModPerl::TestReport; ModPerl::TestReport->new(@ARGV)->run; $ httpd -V Server version: Apache/2.2.15 (Unix) Server built: Apr 3 2014 23:56:16 Server's Module Magic Number: 20051115:25 Server loaded: APR 1.3.9, APR-Util 1.3.9 Compiled using: APR 1.3.9, APR-Util 1.3.9 Architecture: 64-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/etc/httpd" -D SUEXEC_BIN="/usr/sbin/suexec" -D DEFAULT_PIDLOG="run/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" $ perl -V Summary of my perl5 (revision 5 version 18 subversion 2) configuration: Platform: osname=linux, osvers=2.6.32-279.5.2.el6.x86_64, archname=x86_64-linux uname='linux toybox 2.6.32-279.5.2.el6.x86_64 #1 smp fri aug 24 01:07:11 utc 2012 x86_64 x86_64 x86_64 gnulinux ' config_args='-de -Dprefix=/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC -Duseshrplib -Aeval:scriptdir=/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/bin' hint=recommended, useposix=true, d_sigaction=define useithreads=undef, usemultiplicity=undef useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include' ccversion='', gccversion='4.4.7 20120313 (Red Hat 4.4.7-4)', 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='cc', ldflags =' -fstack-protector -L/usr/local/lib' libpth=/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=libc-2.12.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.12' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/5.18.2/x86_64-linux/CORE' cccdlflags='-fPIC', lddlflags='-shared -O2 -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_PRESERVE_IVUV PERL_SAWAMPERSAND 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 Built under linux Compiled at Jun 30 2014 15:06:55 %ENV: PERL5LIB="/opt/toysdk/toybox/lib:/opt/toysdk/toybox/build/lib/auto:/opt/toysdk/toybox/build/lib:/opt/toysdk/toybox/build/lib64/perl5/auto:/opt/toysdk/toybox/build/lib64/perl5:/opt/custom" PERLBREW_BASHRC_VERSION="0.69" PERLBREW_HOME="/home/vagrant/.perlbrew" PERLBREW_MANPATH="/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/man" PERLBREW_PATH="/home/vagrant/perl5/perlbrew/bin:/home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/bin" PERLBREW_PERL="perl-5.18.2-fPIC" PERLBREW_ROOT="/home/vagrant/perl5/perlbrew" PERLBREW_VERSION="0.69" @INC: /opt/toysdk/toybox/lib /opt/toysdk/toybox/build/lib/auto /opt/toysdk/toybox/build/lib/5.18.2/x86_64-linux /opt/toysdk/toybox/build/lib/5.18.2 /opt/toysdk/toybox/build/lib /opt/toysdk/toybox/build/lib64/perl5/auto /opt/toysdk/toybox/build/lib64/perl5 /opt/custom /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/site_perl/5.18.2/x86_64-linux /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/site_perl/5.18.2 /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/5.18.2/x86_64-linux /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/5.18.2 . --047d7b5d95e7158c6d04fd36bad6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm trying to install mod_perl = 2.0.8 with Apache 2.2.15 and perl 5.18.2. The following test fails and I do= n't know how to run it individually to diagnose it.

=C2=A0 =C2=A0 Test Summary Report
=C2=A0 =C2=A0 -------= ------------
=C2=A0 =C2=A0 t/api/server_const.t =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(Wstat: 0 Tests: 6 Failed: 2)<= /div>
=C2=A0 =C2=A0 =C2=A0 Failed tests: =C2=A05-6

=
The test file is auto-generated and the instructions for running= a single test file with verbosity don't work for this file.

In the error_log this is the only relevant information = I found:

=C2=A0 =C2=A0 [Wed Jul 02 09:56:04 2= 014] [error] [client 127.0.0.1] Handler for modperl returned invalid result= code 2
=C2=A0 =C2=A0 [Wed Jul 02 09:56:04 2014] [error] [client 127.0.0.1] Ha= ndler for modperl returned invalid result code 2
=C2=A0 =C2=A0 # = Failed test 5 in /home/vagrant/mod_perl-2.0.8/t/response/TestAPI/server_const.pm at line 48
=C2=A0 =C2=A0 # Failed test 6 in /home/vagrant/mod_perl-2.0.8/t/respon= se/TestAPI/server_const.pm at line 5= 2

Heres are the tests that fail:
<= br>
=C2=A0 =C2=A0 # assuming ServerTokens Full (default) the banner e= quals description
=C2=A0 =C2=A0 ok t_cmp(Apache2::ServerUtil::get= _server_banner, $server_descr,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0'Apache2::ServerUtil::get_server_banner()');

=C2=A0 =C2=A0 # version is just an alias for banner
=C2=A0 =C2=A0 ok t_cmp(Apache2::ServerUtil::get_server_version, $ser= ver_descr,
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'A= pache2::ServerUtil::get_server_version()');


How can I run this test to diagnos= e this problem? (I am comfortable with the perl debugger.)

More detailed httpd and perl info is below. Thanks!

$ cat t/REPORT
#!/home/vagrant/perl5/perlbrew= /perls/perl-5.18.2-fPIC/bin/perl
# WARNING: this file is generate= d, do not edit
# generated on Tue Jul =C2=A01 16:23:26 2014
=
# 01: Apache-Test/lib/Apache/TestConfig.pm:961
# 02: Apache-Test/= lib/Apache/TestConfig.pm:1051
# 03: Apache-Test/lib/Apache/TestRe= port.pm:45
# 04: Makefile.PL:320
# 05: Makefile.PL:58

BEGIN { eval { require blib && blib->import;= } }

use strict;
use warnings FATAL =3D&= gt; 'all';

use lib qw(
=C2=A0 = =C2=A0 /home/vagrant/mod_perl-2.0.8/lib
=C2=A0 =C2=A0 /home/vagrant/mod_perl-2.0.8/Apache-Test/lib
= =C2=A0 =C2=A0 /home/vagrant/mod_perl-2.0.8/t/lib
);

use ModPerl::TestReport;
ModPerl::Test= Report->new(@ARGV)->run;


$ httpd -V
Server v= ersion: Apache/2.2.15 (Unix)
Server built: =C2=A0 Apr =C2=A03 201= 4 23:56:16
Server's Module Magic Number: 20051115:25
Server loaded: =C2=A0APR 1.3.9, APR-Util 1.3.9
Compiled using: APR 1.3.9, APR-Util 1.3.9
Architecture: =C2= =A0 64-bit
Server MPM: =C2=A0 =C2=A0 Prefork
=C2=A0 thr= eaded: =C2=A0 =C2=A0 no
=C2=A0 =C2=A0 forked: =C2=A0 =C2=A0 yes (= variable process count)
Server compiled with....
=C2=A0-D APACHE_MPM_DIR=3D"server/mpm/prefork"
=C2= =A0-D APR_HAS_SENDFILE
=C2=A0-D APR_HAS_MMAP
=C2=A0-D A= PR_HAVE_IPV6 (IPv4-mapped addresses enabled)
=C2=A0-D APR_USE_SYS= VSEM_SERIALIZE
=C2=A0-D APR_USE_PTHREAD_SERIALIZE
=C2=A0-D SINGLE_LISTEN_UNSERIA= LIZED_ACCEPT
=C2=A0-D APR_HAS_OTHER_CHILD
=C2=A0-D AP_H= AVE_RELIABLE_PIPED_LOGS
=C2=A0-D DYNAMIC_MODULE_LIMIT=3D128
=
=C2=A0-D HTTPD_ROOT=3D"/etc/httpd"
=C2=A0-D SUEXEC_BIN=3D"/usr/sbin/suexec"
=C2=A0-D = DEFAULT_PIDLOG=3D"run/httpd.pid"
=C2=A0-D DEFAULT_SCORE= BOARD=3D"logs/apache_runtime_status"
=C2=A0-D DEFAULT_L= OCKFILE=3D"logs/accept.lock"
=C2=A0-D DEFAULT_ERRORLOG=3D"logs/error_log"
=C2= =A0-D AP_TYPES_CONFIG_FILE=3D"conf/mime.types"
=C2=A0-D= SERVER_CONFIG_FILE=3D"conf/httpd.conf"


$ perl -V
Summary of my perl5 (revision 5 version 18 subvers= ion 2) configuration:

=C2=A0 Platform:
= =C2=A0 =C2=A0 osname=3Dlinux, osvers=3D2.6.32-279.5.2.el6.x86_64, archname= =3Dx86_64-linux
=C2=A0 =C2=A0 uname=3D'linux toybox 2.6.32-279.5.2.el6.x86_64 #1 s= mp fri aug 24 01:07:11 utc 2012 x86_64 x86_64 x86_64 gnulinux '
=C2=A0 =C2=A0 config_args=3D'-de -Dprefix=3D/home/vagrant/perl5/perl= brew/perls/perl-5.18.2-fPIC -Duseshrplib -Aeval:scriptdir=3D/home/vagrant/p= erl5/perlbrew/perls/perl-5.18.2-fPIC/bin'
=C2=A0 =C2=A0 hint=3Drecommended, useposix=3Dtrue, d_sigaction=3Ddefin= e
=C2=A0 =C2=A0 useithreads=3Dundef, usemultiplicity=3Dundef
=C2=A0 =C2=A0 useperlio=3Ddefine, d_sfio=3Dundef, uselargefiles=3Ddef= ine, usesocks=3Dundef
=C2=A0 =C2=A0 use64bitint=3Ddefine, use64bi= tall=3Ddefine, uselongdouble=3Dundef
=C2=A0 =C2=A0 usemymalloc=3Dn, bincompat5005=3Dundef
=C2=A0 = Compiler:
=C2=A0 =C2=A0 cc=3D'cc', ccflags =3D'-fno-s= trict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SO= URCE -D_FILE_OFFSET_BITS=3D64',
=C2=A0 =C2=A0 optimize=3D'-O2',
=C2=A0 =C2=A0 cppfla= gs=3D'-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include= '
=C2=A0 =C2=A0 ccversion=3D'', gccversion=3D'4.4= .7 20120313 (Red Hat 4.4.7-4)', gccosandvers=3D''
=C2=A0 =C2=A0 intsize=3D4, longsize=3D8, ptrsize=3D8, doublesize=3D8, = byteorder=3D12345678
=C2=A0 =C2=A0 d_longlong=3Ddefine, longlongs= ize=3D8, d_longdbl=3Ddefine, longdblsize=3D16
=C2=A0 =C2=A0 ivtyp= e=3D'long', ivsize=3D8, nvtype=3D'double', nvsize=3D8, Off_= t=3D'off_t', lseeksize=3D8
=C2=A0 =C2=A0 alignbytes=3D8, prototype=3Ddefine
=C2=A0 Link= er and Libraries:
=C2=A0 =C2=A0 ld=3D'cc', ldflags =3D= 9; -fstack-protector -L/usr/local/lib'
=C2=A0 =C2=A0 libpth= =3D/usr/local/lib /lib/../lib64 /usr/lib/../lib64 /lib /usr/lib /lib64 /usr= /lib64 /usr/local/lib64
=C2=A0 =C2=A0 libs=3D-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
=C2=A0 =C2=A0 perllibs=3D-lnsl -ldl -lm -lcrypt -lutil -lc
=C2=A0 =C2=A0 libc=3Dlibc-2.12.so, so= =3Dso, useshrplib=3Dtrue, libperl=3Dlibperl.so
=C2=A0 =C2=A0 gnulibc_version=3D'2.12'
=C2=A0 Dynami= c Linking:
=C2=A0 =C2=A0 dlsrc=3Ddl_dlopen.xs, dlext=3Dso, d_dlsy= mun=3Dundef, ccdlflags=3D'-Wl,-E -Wl,-rpath,/home/vagrant/perl5/perlbre= w/perls/perl-5.18.2-fPIC/lib/5.18.2/x86_64-linux/CORE'
=C2=A0 =C2=A0 cccdlflags=3D'-fPIC', lddlflags=3D'-shared -= O2 -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl):
=C2=A0 Com= pile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 USE_LOCALE_COLLATE USE_LOCALE_CTYPE
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 USE_L= OCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
=C2=A0 Built under linux
=C2=A0 Compiled at Jun 30 2014 15:06:55
=C2=A0 %ENV:
=C2=A0 =C2=A0 PERL5LIB=3D"/opt/toysdk/toyb= ox/lib:/opt/toysdk/toybox/build/lib/auto:/opt/toysdk/toybox/build/lib:/opt/= toysdk/toybox/build/lib64/perl5/auto:/opt/toysdk/toybox/build/lib64/perl5:/= opt/custom"
=C2=A0 =C2=A0 PERLBREW_BASHRC_VERSION=3D"0.69"
=C2= =A0 =C2=A0 PERLBREW_HOME=3D"/home/vagrant/.perlbrew"
= =C2=A0 =C2=A0 PERLBREW_MANPATH=3D"/home/vagrant/perl5/perlbrew/perls/p= erl-5.18.2-fPIC/man"
=C2=A0 =C2=A0 PERLBREW_PATH=3D"/home/vagrant/perl5/perlbrew/bin:/home/= vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/bin"
=C2=A0 = =C2=A0 PERLBREW_PERL=3D"perl-5.18.2-fPIC"
=C2=A0 =C2=A0= PERLBREW_ROOT=3D"/home/vagrant/perl5/perlbrew"
=C2=A0 =C2=A0 PERLBREW_VERSION=3D"0.69"
=C2=A0 @IN= C:
=C2=A0 =C2=A0 /opt/toysdk/toybox/lib
=C2=A0 =C2=A0 /= opt/toysdk/toybox/build/lib/auto
=C2=A0 =C2=A0 /opt/toysdk/toybox= /build/lib/5.18.2/x86_64-linux
=C2=A0 =C2=A0 /opt/toysdk/toybox/b= uild/lib/5.18.2
=C2=A0 =C2=A0 /opt/toysdk/toybox/build/lib
=C2=A0 =C2=A0 /op= t/toysdk/toybox/build/lib64/perl5/auto
=C2=A0 =C2=A0 /opt/toysdk/= toybox/build/lib64/perl5
=C2=A0 =C2=A0 /opt/custom
=C2= =A0 =C2=A0 /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/site_per= l/5.18.2/x86_64-linux
=C2=A0 =C2=A0 /home/vagrant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/= site_perl/5.18.2
=C2=A0 =C2=A0 /home/vagrant/perl5/perlbrew/perls= /perl-5.18.2-fPIC/lib/5.18.2/x86_64-linux
=C2=A0 =C2=A0 /home/vag= rant/perl5/perlbrew/perls/perl-5.18.2-fPIC/lib/5.18.2
=C2=A0 =C2=A0 .
--047d7b5d95e7158c6d04fd36bad6--