RPi-I2C v2.3607 Perl 5 v5.24.1 evbarm-netbsd-thread-multi

Status
Unknown
From
Nigel Horne
Dist
RPi-I2C v2.3607
Platform
Perl 5 v5.24.1 evbarm-netbsd-thread-multi
Date
2018-10-03 03:56:12
ID
44f660b6-c6c0-11e8-8fb1-ef5133556b3f
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 Steve Bertrand,

This is a computer-generated report for RPi-I2C-2.3607
on perl 5.24.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':

--- blib/lib/RPi/.exists ---
--- blib/arch/.exists ---
--- blib/lib/auto/RPi/I2C/.exists ---
--- blib/arch/auto/RPi/I2C/.exists ---
--- blib/bin/.exists ---
--- blib/script/.exists ---
--- blib/man1/.exists ---
--- blib/man3/.exists ---
--- config ---
--- subdirs ---
--- dynamic ---
--- I2C.c ---
--- I2C.bs ---
--- I2C.c ---
"/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/xsubpp"  -typemap '/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/ExtUtils/typemap'  I2C.xs > I2C.xsc
--- pm_to_blib ---
--- blibdirs ---
--- I2C.bs ---
Running Mkbootstrap for I2C ()
--- config ---
--- I2C.bs ---
chmod 644 "I2C.bs"
--- blib/arch/auto/RPi/I2C/I2C.bs ---
"/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- I2C.bs blib/arch/auto/RPi/I2C/I2C.bs 644
--- pm_to_blib ---
cp lib/RPi/I2C.pm blib/lib/RPi/I2C.pm
--- I2C.c ---
mv I2C.xsc I2C.c
--- I2C.o ---
cc -c  -I.  -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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include -O    -DVERSION=\"2.3607\"  -DXS_VERSION=\"2.3607\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE"   I2C.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv.h:631:0,
                 from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/perl.h:3904,
                 from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_superfast':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:272:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_murmur3':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:376:16: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 h1 = *((U32*)seed);
                ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121: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.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro 'U8TO32_LE'
             k1 = U8TO32_LE(ptr);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:413:18: note: in expansion of macro 'U8TO32_LE'
             k1 = U8TO32_LE(ptr);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121: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.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:420:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121: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.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:428:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121: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.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:121:31: warning: cast increases required alignment of target type [-Wcast-align]
   #define U8TO32_LE(ptr)   (*((U32*)(ptr)))
                               ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:436:21: note: in expansion of macro 'U8TO32_LE'
             carry = U8TO32_LE(ptr);
                     ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_djb2':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:470:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_sdbm':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:480:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:506:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time_hard':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:521:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed) + (U32)len;
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h: In function 'S_perl_hash_old_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:556:18: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
     U32 hash = *((U32*)seed);
                  ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/hv_func.h:556:18: warning: cast increases required alignment of target type [-Wcast-align]
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/perl.h:3905:0,
                 from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/inline.h: In function 'S_cx_popsub_args':
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/cop.h:612:13: warning: declaration of 'av' shadows a previous local [-Wshadow]
         AV *av = GvAV(PL_defgv);                                        \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/inline.h:526:5: note: in expansion of macro 'CX_POP_SAVEARRAY'
     CX_POP_SAVEARRAY(cx);
     ^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/perl.h:5859:0,
                 from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi/CORE/inline.h:518:9: note: shadowed declaration is here
     AV *av;
         ^
In file included from I2C.xs:6:0:
i2c-dev.h: At top level:
i2c-dev.h:28:25: fatal error: linux/types.h: No such file or directory
compilation terminated.
*** [I2C.o] Error code 1

make: stopped in /home/njh/.cpan/build/RPi-I2C-2.3607-3
1 error

make: stopped in /home/njh/.cpan/build/RPi-I2C-2.3607-3

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    perl                5.006 5.024001

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    Test::More          0     1.302106

configure_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.24    


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin:src/njh/smoker/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin
    PERL = /mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl
    PERL5LIB = /home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/arch:/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/lib:/home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/arch:/home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/lib:/home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/arch:/home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 10730
    PERL5_CPAN_IS_RUNNING = 10730
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.24.1/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin
    PERLBREW_PERL = perl-5.24.1
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    SHELL = /bin/sh
    TMPDIR = /tmp/testwrapper.3456

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

    $^X = /mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.16      
    CPAN::Meta          2.150010  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280230  
    ExtUtils::Command   7.24      
    ExtUtils::Install   2.14      
    ExtUtils::MakeMaker 7.24      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                2.97001   
    JSON::PP            2.27300_01
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.36_01   
    Test::More          1.302106  
    YAML                1.26      
    YAML::Syck          1.30      
    version             0.9916    


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=netbsd, osvers=7.0.2_patch, archname=evbarm-netbsd-thread-multi
    uname='netbsd pi2c.bandsman.co.uk 7.0.2_patch netbsd 7.0.2_patch (rpi2.201612281350z) evbarm '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.24.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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.24.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 ='-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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include',
    optimize='-O',
    cppflags='-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=cortex-a7 -mfpu=vfp -mfloat-abi=hard -fwrapv -fno-strict-aliasing -I/usr/pkg/include'
    ccversion='', gccversion='4.8.4', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector -L/usr/pkg/lib'
    libpth=/usr/include/gcc-4.8 /usr/lib /usr/pkg/lib /lib
    libs=-lpthread -lm -lcrypt -lutil -lc -lposix
    perllibs=-lpthread -lm -lcrypt -lutil -lc -lposix
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared  -L/usr/pkg/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_COPY_ON_WRITE PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under netbsd
  Compiled at Feb 25 2017 11:12:49
  %ENV:
    PERL="/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.1/bin/perl"
    PERL5LIB="/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/arch:/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/lib:/home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/arch:/home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/lib:/home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/arch:/home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="10730"
    PERL5_CPAN_IS_RUNNING="10730"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.24.1/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.1/bin"
    PERLBREW_PERL="perl-5.24.1"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
  @INC:
    /home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/arch
    /home/njh/.cpan/build/HTTP-BrowserDetect-3.17-3/blib/lib
    /home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/arch
    /home/njh/.cpan/build/Test-FailWarnings-0.008-6/blib/lib
    /home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/arch
    /home/njh/.cpan/build/Scalar-List-Utils-1.50-8/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1/evbarm-netbsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1
    /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1/evbarm-netbsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.24.1/lib/5.24.1
    .