Report for FFI-Raw-0.32

Back
From: metabase:user:30f4dfbe-2aae-11df-837a-5e0a49663a4f
Subject: PASS FFI-Raw-0.32 v5.12.5 GNU/Linux
Date: 2015-01-20T05:21:52Z

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 Alessandro Ghedini,

This is a computer-generated report for FFI-Raw-0.32
on perl 5.12.5, created by CPAN-Reporter-1.2011.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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 test':

Running Mkbootstrap for FFI::Raw ()
chmod 644 "Raw.bs"
PERL_DL_NONLAZY=1 "/home/njh/perl5/perlbrew/perls/perl-5.12.5/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t .............. ok
./t/01-argless.c:5:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/01-argless.t .............. ok
./t/02-simple-args.c:8:20: warning: no previous prototype for ‘take_one_long’ [-Wmissing-prototypes]
./t/02-simple-args.c:17:20: warning: no previous prototype for ‘take_one_ulong’ [-Wmissing-prototypes]
./t/02-simple-args.c:27:20: warning: no previous prototype for ‘take_one_int64’ [-Wmissing-prototypes]
./t/02-simple-args.c: In function ‘take_one_int64’:
./t/02-simple-args.c:28:11: warning: use of C99 long long integer constant [-Wlong-long]
./t/02-simple-args.c:29:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c:31:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c: At top level:
./t/02-simple-args.c:38:20: warning: no previous prototype for ‘take_one_uint64’ [-Wmissing-prototypes]
./t/02-simple-args.c: In function ‘take_one_uint64’:
./t/02-simple-args.c:39:11: warning: use of C99 long long integer constant [-Wlong-long]
./t/02-simple-args.c:39:11: warning: use of C99 long long integer constant [-Wlong-long]
./t/02-simple-args.c:40:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c:42:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c: At top level:
./t/02-simple-args.c:48:20: warning: no previous prototype for ‘take_one_int’ [-Wmissing-prototypes]
./t/02-simple-args.c:57:20: warning: no previous prototype for ‘take_one_uint’ [-Wmissing-prototypes]
./t/02-simple-args.c:66:20: warning: no previous prototype for ‘take_one_short’ [-Wmissing-prototypes]
./t/02-simple-args.c:75:20: warning: no previous prototype for ‘take_one_ushort’ [-Wmissing-prototypes]
./t/02-simple-args.c:84:20: warning: no previous prototype for ‘take_one_char’ [-Wmissing-prototypes]
./t/02-simple-args.c: In function ‘take_one_char’:
./t/02-simple-args.c:86:3: warning: ISO C90 does not support the ‘hh’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c:88:3: warning: ISO C90 does not support the ‘hh’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c: At top level:
./t/02-simple-args.c:93:20: warning: no previous prototype for ‘take_one_uchar’ [-Wmissing-prototypes]
./t/02-simple-args.c: In function ‘take_one_uchar’:
./t/02-simple-args.c:95:3: warning: ISO C90 does not support the ‘hh’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c:97:3: warning: ISO C90 does not support the ‘hh’ gnu_printf length modifier [-Wformat]
./t/02-simple-args.c: At top level:
./t/02-simple-args.c:102:20: warning: no previous prototype for ‘take_two_shorts’ [-Wmissing-prototypes]
./t/02-simple-args.c:116:20: warning: no previous prototype for ‘take_misc_ints’ [-Wmissing-prototypes]
./t/02-simple-args.c:135:20: warning: no previous prototype for ‘take_one_double’ [-Wmissing-prototypes]
./t/02-simple-args.c:144:20: warning: no previous prototype for ‘take_one_float’ [-Wmissing-prototypes]
./t/02-simple-args.c:153:20: warning: no previous prototype for ‘take_one_string’ [-Wmissing-prototypes]
./t/02-simple-args.c:160:20: warning: no previous prototype for ‘set_cached_string’ [-Wmissing-prototypes]
./t/02-simple-args.c:164:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/02-simple-args.t .......... ok
./t/03-simple-returns.c:6:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:10:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:15:23: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c: In function ‘return_int64’:
./t/03-simple-returns.c:16:9: warning: use of C99 long long integer constant [-Wlong-long]
./t/03-simple-returns.c: At top level:
./t/03-simple-returns.c:21:24: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c: In function ‘return_uint64’:
./t/03-simple-returns.c:22:9: warning: use of C99 long long integer constant [-Wlong-long]
./t/03-simple-returns.c:22:9: warning: use of C99 long long integer constant [-Wlong-long]
./t/03-simple-returns.c: At top level:
./t/03-simple-returns.c:26:19: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:30:28: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:34:21: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:38:30: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:42:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:46:29: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:50:22: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:54:21: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c:58:21: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/03-simple-returns.c: In function ‘return_string’:
./t/03-simple-returns.c:59:2: warning: return discards ‘const’ qualifier from pointer target type [enabled by default]
t/03-simple-returns.t ....... ok
./t/04-pointers.c:11:20: warning: no previous prototype for ‘take_one_pointer’ [-Wmissing-prototypes]
./t/04-pointers.c: In function ‘take_one_pointer’:
./t/04-pointers.c:12:17: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
./t/04-pointers.c: At top level:
./t/04-pointers.c:20:27: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/04-pointers.c:28:21: warning: no previous prototype for ‘return_str_from_ptr’ [-Wmissing-prototypes]
./t/04-pointers.c:32:19: warning: no previous prototype for ‘return_int_from_ptr’ [-Wmissing-prototypes]
./t/04-pointers.c:36:21: warning: no previous prototype for ‘return_str_from_ptr_by_ref’ [-Wmissing-prototypes]
./t/04-pointers.c:40:19: warning: no previous prototype for ‘return_int_from_ptr_by_ref’ [-Wmissing-prototypes]
./t/04-pointers.c:44:21: warning: no previous prototype for ‘return_null’ [-Wmissing-prototypes]
./t/04-pointers.c:48:19: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/04-pointers.t ............. ok
./t/05-callbacks.c:6:20: warning: no previous prototype for ‘take_one_int_callback’ [-Wmissing-prototypes]
./t/05-callbacks.c:12:19: warning: no previous prototype for ‘return_int_callback’ [-Wmissing-prototypes]
./t/05-callbacks.c:18:20: warning: no previous prototype for ‘return_str_callback’ [-Wmissing-prototypes]
./t/05-callbacks.c:27:27: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/05-callbacks.c:31:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/05-callbacks.t ............ ok
./t/06-struct.c:11:20: warning: no previous prototype for ‘take_one_struct’ [-Wmissing-prototypes]
./t/06-struct.c: In function ‘take_one_struct’:
./t/06-struct.c:20:3: warning: ISO C90 does not support the ‘z’ gnu_printf length modifier [-Wformat]
./t/06-struct.c: At top level:
./t/06-struct.c:30:20: warning: no previous prototype for ‘return_one_struct’ [-Wmissing-prototypes]
t/06-struct.t ............... ok
./t/07-null.c:5:20: warning: no previous prototype for ‘pass_in_undef_str’ [-Wmissing-prototypes]
./t/07-null.c:14:27: warning: no previous prototype for ‘return_undef_str’ [-Wmissing-prototypes]
./t/07-null.c:18:20: warning: no previous prototype for ‘pass_in_undef_ptr’ [-Wmissing-prototypes]
./t/07-null.c:27:27: warning: no previous prototype for ‘return_undef_ptr’ [-Wmissing-prototypes]
t/07-null.t ................. ok
t/08-memptr.t ............... ok
./t/09-opaque.c:7:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
./t/09-opaque.c:14:12: warning: no previous prototype for ‘foo_get_bar’ [-Wmissing-prototypes]
./t/09-opaque.c:18:13: warning: no previous prototype for ‘foo_set_bar’ [-Wmissing-prototypes]
./t/09-opaque.c:24:13: warning: no previous prototype for ‘foo_free’ [-Wmissing-prototypes]
./t/09-opaque.c:29:12: warning: no previous prototype for ‘get_free_count’ [-Wmissing-prototypes]
./t/09-opaque.c: In function ‘get_free_count’:
./t/09-opaque.c:29:39: warning: unused parameter ‘class’ [-Wunused-parameter]
t/09-opaque.t ............... ok
./t/10-overload.c:3:20: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/10-overload.t ............. ok
t/11-from-main.t ............ ok
./t/12-absolute-path.c:5:19: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
t/12-absolute-path.t ........ ok
t/release-check-manifest.t .. skipped: these tests are for release candidate testing
t/release-pod-coverage.t .... skipped: these tests are for release candidate testing
t/release-pod-syntax.t ...... skipped: these tests are for release candidate testing
All tests successful.

Test Summary Report
-------------------
t/03-simple-returns.t     (Wstat: 0 Tests: 26 Failed: 0)
  TODO passed:   21-22
Files=16, Tests=117, 45 wallclock secs ( 0.98 usr  0.23 sys + 41.30 cusr  2.35 csys = 44.86 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    overload            0    1.10    
    strict              0    1.04    
    warnings            0    1.09    
    XSLoader            0    0.16    

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    base                0    2.18    
    bigint              0    0.32    
    Env                 0    1.04    
    ExtUtils::CBuilder  0    0.280216
    File::Basename      0    2.78    
    File::Copy          0    2.18    
    File::Spec          0    3.47    
    File::Temp          0    0.23    
    FindBin             0    1.50    
    IO::Handle          0    1.28    
    IPC::Open3          0    1.05    
    lib                 0    0.63    
    Math::BigInt        0    1.997   
    POSIX               0    1.19    
    Test::More          0    0.98    
    Text::ParseWords    0    3.29    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    Devel::CheckLib     0    1.03    
    ExtUtils::MakeMaker 6.30 7.02    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LD_LIBRARY_PATH = /usr/local/lib:
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.5/bin:/home/njh/perl5/perlbrew/bin:/home/njh/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
    PERL5LIB = /home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/arch:/home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/lib:/home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/arch:/home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/lib:/home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/arch:/home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/lib:/home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/arch:/home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/lib:/home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/arch:/home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/lib:/home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/arch:/home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/lib:/home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/arch:/home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/lib:/home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/arch:/home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/lib:/home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/arch:/home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/lib:/home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/arch:/home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 6516
    PERL5_CPAN_IS_RUNNING = 6516
    PERL5_MINISMOKEBOX = 0.58
    PERLBREW_BASHRC_VERSION = 0.71
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.12.5/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.5/bin
    PERLBREW_PERL = perl-5.12.5
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.71
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = xterm
    TMPDIR = /home/njh/tmp

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.12.5/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 25 27 29 30 44 46 60 100 200 999 1000 1001
    $EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 200 999 1000 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.133380
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.55    
    ExtUtils::MakeMaker 7.02    
    ExtUtils::Manifest  1.65    
    ExtUtils::ParseXS   3.18    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4003  
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4409  
    Test::Harness       3.30    
    Test::More          0.98    
    YAML                0.98    
    YAML::Syck          1.29    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 12 subversion 5) configuration:
   
  Platform:
    osname=linux, osvers=3.2.27+, archname=armv6l-linux-thread-multi
    uname='linux pi 3.2.27+ #250 preempt thu oct 18 19:03:02 bst 2012 armv6l gnulinux '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.12.5 -Duseithreads -Dusemultiplicity -Accflags=-Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.12.5/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -Os -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -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 -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.6.3', 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 /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  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: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Built under linux
  Compiled at Jan 18 2013 08:26:30
  %ENV:
    PERL5LIB="/home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/arch:/home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/lib:/home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/arch:/home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/lib:/home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/arch:/home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/lib:/home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/arch:/home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/lib:/home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/arch:/home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/lib:/home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/arch:/home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/lib:/home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/arch:/home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/lib:/home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/arch:/home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/lib:/home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/arch:/home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/lib:/home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/arch:/home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="6516"
    PERL5_CPAN_IS_RUNNING="6516"
    PERL5_MINISMOKEBOX="0.58"
    PERLBREW_BASHRC_VERSION="0.71"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.12.5/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.5/bin"
    PERLBREW_PERL="perl-5.12.5"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.71"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/arch
    /home/njh/.cpan/build/Devel-CheckLib-1.03-cEH2aV/blib/lib
    /home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/arch
    /home/njh/.cpan/build/Acme-Alien-DontPanic-0.011-k30vpS/blib/lib
    /home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/arch
    /home/njh/.cpan/build/Alien-Base-0.008-rKNrzn/blib/lib
    /home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/arch
    /home/njh/.cpan/build/Shell-Config-Generate-0.19-pfMHbm/blib/lib
    /home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/arch
    /home/njh/.cpan/build/FFI-CheckLib-0.07-b9XJTB/blib/lib
    /home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/arch
    /home/njh/.cpan/build/HTTP-Tiny-0.053-xqmWpe/blib/lib
    /home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/arch
    /home/njh/.cpan/build/File-ShareDir-1.102-WwLmft/blib/lib
    /home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/arch
    /home/njh/.cpan/build/Class-Inspector-1.28-IgSyqd/blib/lib
    /home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/arch
    /home/njh/.cpan/build/File-ShareDir-Install-0.10-OZ6lOU/blib/lib
    /home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/arch
    /home/njh/.cpan/build/Shell-Guess-0.05-V52bJE/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.12.5/lib/site_perl/5.12.5/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.5/lib/site_perl/5.12.5
    /home/njh/perl5/perlbrew/perls/perl-5.12.5/lib/5.12.5/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.5/lib/5.12.5
    .