HTML-Tidy5 v0.01 Perl 5 v5.20.1 armv7l-linux-thread-multi
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
HTML-Tidy5 v0.01
- Platform
- Perl 5 v5.20.1 armv7l-linux-thread-multi
- Date
- 2018-03-14 18:11:33
- ID
- 20a06bf0-27b3-11e8-91ce-d3e3deac0b3f
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 Andy Lester,
This is a computer-generated report for HTML-Tidy5-0.01
on perl 5.20.1, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, attempting to
test your distribution gave an inconclusive result.
This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed. You may wish to consult the CPAN Testers Wiki:
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 '/usr/bin/make -j4 -j4':
Running Mkbootstrap for Tidy5 ()
"/mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1" "/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/ExtUtils/xsubpp" -typemap '/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/ExtUtils/typemap' Tidy5.xs > Tidy5.xsc
cp bin/webtidy5 blib/script/webtidy5
"/mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/webtidy5
chmod 644 "Tidy5.bs"
"/mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tidy5.bs blib/arch/auto/HTML/Tidy5/Tidy5.bs 644
cp lib/HTML/Tidy5.pm blib/lib/HTML/Tidy5.pm
cp lib/HTML/Tidy5/Message.pm blib/lib/HTML/Tidy5/Message.pm
mv Tidy5.xsc Tidy5.c
cc -c -I. -I/usr/include/tidy -I/usr/local/include/tidy -I/usr/include/tidy -D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE" Tidy5.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv.h:629:0,
from /home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/perl.h:3333,
from Tidy5.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_superfastâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:260:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_murmur3âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 h1 = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:364:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
k1 = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:401:18: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
k1 = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:408:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:416:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:109:31: warning: cast increases required alignment of target type [-Wcast-align]
#define U8TO32_LE(ptr) (*((U32*)(ptr)))
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:424:21: note: in expansion of macro âÂÂU8TO32_LEâÂÂ
carry = U8TO32_LE(ptr);
^~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_djb2âÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed + len);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:458:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_sdbmâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed + len);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:468:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_one_at_a_timeâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:494:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:494:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_one_at_a_time_hardâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:509:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed) + len;
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:509:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h: In function âÂÂS_perl_hash_old_one_at_a_timeâÂÂ:
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:544:18: warning: cast discards âÂÂconstâ qualifier from pointer target type [-Wcast-qual]
U32 hash = *((U32*)seed);
^
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi/CORE/hv_func.h:544:18: warning: cast increases required alignment of target type [-Wcast-align]
Tidy5.xs: At top level:
Tidy5.xs:5:18: fatal error: tidy.h: No such file or directory
#include <tidy.h>
^
compilation terminated.
Makefile:341: recipe for target 'Tidy5.o' failed
make: *** [Tidy5.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
Carp 0 1.3301
constant 0 1.31
Encode 0 2.60
Exporter 0 5.71
Getopt::Long 0 2.42
perl 5.010001 5.020001
Test::Builder 0 1.302133
Test::Exception 0 0.43
Test::More 0.98 1.302133
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.30
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
LANG = en_GB.UTF-8
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.1/bin:src/njh/smoker/bin:/usr/bin:/bin
PERL = /mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1
PERL5LIB = /home/njh/.cpan/build/URI-Fast-0.12-0/blib/arch:/home/njh/.cpan/build/URI-Fast-0.12-0/blib/lib:/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/arch:/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/lib:/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/arch:/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/lib:/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/arch:/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/lib:/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/arch:/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/lib:/home/njh/.cpan/build/Inline-C-0.78-0/blib/arch:/home/njh/.cpan/build/Inline-C-0.78-0/blib/lib:/home/njh/.cpan/build/Pegex-0.64-0/blib/arch:/home/njh/.cpan/build/Pegex-0.64-0/blib/lib:/home/njh/.cpan/build/Inline-0.80-0/blib/arch:/home/njh/.cpan/build/Inline-0.80-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4833
PERL5_CPAN_IS_RUNNING = 4833
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.20.1/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.1/bin
PERLBREW_PERL = perl-5.20.1
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.80
SHELL = /bin/sh
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1
$UID/$EUID = 1000 / 1000
$GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
$EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 997 998 999 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.16
CPAN::Meta 2.150010
Cwd 3.48
ExtUtils::CBuilder 0.280217
ExtUtils::Command 7.30
ExtUtils::Install 2.06
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.48
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4220
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302133
YAML 1.24
YAML::Syck 1.30
version 0.9909
--
Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
Platform:
osname=linux, osvers=4.4.26-v7+, archname=armv7l-linux-thread-multi
uname='linux pi2 4.4.26-v7+ #915 smp thu oct 20 17:08:44 bst 2016 armv7l gnulinux '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.20.1 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.20.1/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mtune=native -march=native -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='4.9.2', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, 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 /usr/lib/gcc/arm-linux-gnueabihf/4.9/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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
PERL_USE_DEVEL 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 linux
Compiled at Nov 26 2016 21:30:57
%ENV:
PERL="/mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.20.1/bin/perl5.20.1"
PERL5LIB="/home/njh/.cpan/build/URI-Fast-0.12-0/blib/arch:/home/njh/.cpan/build/URI-Fast-0.12-0/blib/lib:/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/arch:/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/lib:/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/arch:/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/lib:/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/arch:/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/lib:/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/arch:/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/lib:/home/njh/.cpan/build/Inline-C-0.78-0/blib/arch:/home/njh/.cpan/build/Inline-C-0.78-0/blib/lib:/home/njh/.cpan/build/Pegex-0.64-0/blib/arch:/home/njh/.cpan/build/Pegex-0.64-0/blib/lib:/home/njh/.cpan/build/Inline-0.80-0/blib/arch:/home/njh/.cpan/build/Inline-0.80-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4833"
PERL5_CPAN_IS_RUNNING="4833"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.20.1/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.20.1/bin"
PERLBREW_PERL="perl-5.20.1"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
@INC:
/home/njh/.cpan/build/URI-Fast-0.12-0/blib/arch
/home/njh/.cpan/build/URI-Fast-0.12-0/blib/lib
/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/arch
/home/njh/.cpan/build/URI-Encode-XS-0.11-0/blib/lib
/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/arch
/home/njh/.cpan/build/Test2-Suite-0.000108-0/blib/lib
/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/arch
/home/njh/.cpan/build/Scope-Guard-0.21-0/blib/lib
/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/arch
/home/njh/.cpan/build/Test-Simple-1.302133-0/blib/lib
/home/njh/.cpan/build/Inline-C-0.78-0/blib/arch
/home/njh/.cpan/build/Inline-C-0.78-0/blib/lib
/home/njh/.cpan/build/Pegex-0.64-0/blib/arch
/home/njh/.cpan/build/Pegex-0.64-0/blib/lib
/home/njh/.cpan/build/Inline-0.80-0/blib/arch
/home/njh/.cpan/build/Inline-0.80-0/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/armv7l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/armv7l-linux-thread-multi
/home/njh/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1
.