RPi-I2C v2.3607 Perl 5 v5.24.3 evbarm-netbsd
- Status
- Unknown
- From
- Nigel Horne
- Dist
-
RPi-I2C v2.3607
- Platform
- Perl 5 v5.24.3 evbarm-netbsd
- Date
- 2018-10-03 04:28:37
- ID
- cc44bd48-c6c4-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.3, 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 ---
--- subdirs ---
--- I2C.c ---
--- I2C.bs ---
--- I2C.c ---
"/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.3/bin/perl" "/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/ExtUtils/xsubpp" -typemap "/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/ExtUtils/typemap" I2C.xs > I2C.xsc && mv I2C.xsc I2C.c
--- pm_to_blib ---
--- blibdirs ---
--- I2C.bs ---
Running Mkbootstrap for RPi::I2C ()
chmod 644 "I2C.bs"
--- config ---
--- pm_to_blib ---
cp lib/RPi/I2C.pm blib/lib/RPi/I2C.pm
--- 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 -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/pkg/include -O -DVERSION=\"2.3607\" -DXS_VERSION=\"2.3607\" -DPIC -fPIC "-I/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE" I2C.c
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv.h:631:0,
from /home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/perl.h:3912,
from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_superfast':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:272:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_murmur3':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:376:16: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_djb2':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:470:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_sdbm':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:480:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:506:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_one_at_a_time_hard':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h:521:18: warning: cast increases required alignment of target type [-Wcast-align]
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/hv_func.h: In function 'S_perl_hash_old_one_at_a_time':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/perl.h:5867:0,
from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/inline.h: In function 'S__is_utf8_char_slow':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/inline.h:270:5: warning: nested extern declaration of 'Perl___notused' [-Wnested-externs]
dTHX; /* The function called below requires thread context */
^
In file included from /home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/perl.h:3913:0,
from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/CORE/inline.h: In function 'S_cx_popsub_args':
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/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.3/lib/5.24.3/evbarm-netbsd/CORE/perl.h:5867:0,
from I2C.xs:2:
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd/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-5
1 error
make: stopped in /home/njh/.cpan/build/RPi-I2C-2.3607-5
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
perl 5.006 5.024003
build_requires:
Module Need Have
------------------- ----- --------
Test::More 0 1.302140
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.10_02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.3/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.3/bin/perl
PERL5LIB = /home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/arch:/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/lib:/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/arch:/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/lib:/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/arch:/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 6077
PERL5_CPAN_IS_RUNNING = 6077
PERLBREW_BASHRC_VERSION = 0.80
PERLBREW_HOME = /home/njh/.perlbrew
PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.24.3/man
PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.3/bin
PERLBREW_PERL = perl-5.24.3
PERLBREW_ROOT = /home/njh/perl5/perlbrew
PERLBREW_VERSION = 0.80
SHELL = /bin/sh
TMPDIR = /tmp/testwrapper.6610
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.3/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.10_02
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.10_02
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.31
File::Spec 3.63_01
JSON 2.97001
JSON::PP 2.27300_01
Module::Build n/a
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.36_01
Test::More 1.302140
YAML 1.26
YAML::Syck 1.30
version 0.9916
--
Summary of my perl5 (revision 5 version 24 subversion 3) configuration:
Platform:
osname=netbsd, osvers=8.0_beta, archname=evbarm-netbsd
uname='netbsd pi2c.bandsman.co.uk 8.0_beta netbsd 8.0_beta (rpi2.201710161240z) evbarm '
config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.24.3 -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 -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.24.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
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 -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -fstack-protector-strong -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 -mfpu=neon-vfpv4 -mfloat-abi=hard -mtune=cortex-a7 -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/pkg/include'
ccversion='', gccversion='5.4.0', 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-strong -L/usr/pkg/lib'
libpth=/usr/include/gcc-5 /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-strong'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 1.38
Built under netbsd
Compiled at Oct 30 2017 14:46:12
%ENV:
PERL="/mnt/nas/home/pi2c/njh/perl5/perlbrew/perls/perl-5.24.3/bin/perl"
PERL5LIB="/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/arch:/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/lib:/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/arch:/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/lib:/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/arch:/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="6077"
PERL5_CPAN_IS_RUNNING="6077"
PERLBREW_BASHRC_VERSION="0.80"
PERLBREW_HOME="/home/njh/.perlbrew"
PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.24.3/man"
PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.24.3/bin"
PERLBREW_PERL="perl-5.24.3"
PERLBREW_ROOT="/home/njh/perl5/perlbrew"
PERLBREW_VERSION="0.80"
@INC:
/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/arch
/home/njh/.cpan/build/HTTP-BrowserDetect-3.17-5/blib/lib
/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/arch
/home/njh/.cpan/build/Test-FailWarnings-0.008-8/blib/lib
/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/arch
/home/njh/.cpan/build/Scalar-List-Utils-1.50-10/blib/lib
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/site_perl/5.24.3/evbarm-netbsd
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/site_perl/5.24.3
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/evbarm-netbsd
/home/njh/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3
.