Sys-Sendfile-OSX v0.02 Perl 5 v5.12.4 armv6l-linux-thread-multi

Status
Unknown
From
Nigel Horne
Dist
Sys-Sendfile-OSX v0.02
Platform
Perl 5 v5.12.4 armv6l-linux-thread-multi
Date
2019-07-19 01:38:16
ID
e14cab1c-a9c5-11e9-8fa9-99a29f1e7dde
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 Luke Triantafyllidis,

This is a computer-generated report for Sys-Sendfile-OSX-0.02
on perl 5.12.4, 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 './Build':

Building Sys-Sendfile-OSX
cc -I/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE -DVERSION="0.02" -DXS_VERSION="0.02" -fPIC -c -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 -O2 -o lib/Sys/Sendfile/OSX.o lib/Sys/Sendfile/OSX.c
lib/Sys/Sendfile/OSX.xs:2:2: error: #error platform not supported
 #error platform not supported
  ^~~~~
lib/Sys/Sendfile/OSX.c: In function ‘XS_Sys__Sendfile__OSX__handle_sendfile’:
lib/Sys/Sendfile/OSX.c:177:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
lib/Sys/Sendfile/OSX.xs:33:13: warning: implicit declaration of function ‘sendfile’ [-Wimplicit-function-declaration]
   int ret = sendfile(in, out, off, &bytes, NULL, 0);
             ^~~~~~~~
lib/Sys/Sendfile/OSX.xs:33:3: warning: nested extern declaration of ‘sendfile’ [-Wnested-externs]
   int ret = sendfile(in, out, off, &bytes, NULL, 0);
   ^~~
In file included from lib/Sys/Sendfile/OSX.xs:11:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:292:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                                                    ^~~~~~~~
lib/Sys/Sendfile/OSX.xs:36:4: note: in expansion of macro ‘XSRETURN_EMPTY’
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:292:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_EMPTY STMT_START {                XSRETURN(0); } STMT_END
                        ^~~~~~~~~~
lib/Sys/Sendfile/OSX.xs:36:4: note: in expansion of macro ‘XSRETURN_EMPTY’
    XSRETURN_EMPTY;
    ^~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:284:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
lib/Sys/Sendfile/OSX.xs:38:3: note: in expansion of macro ‘XSRETURN_IV’
   XSRETURN_IV(bytes);
   ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:284:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_IV(v) STMT_START { XST_mIV(0,v);  XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
lib/Sys/Sendfile/OSX.xs:38:3: note: in expansion of macro ‘XSRETURN_IV’
   XSRETURN_IV(bytes);
   ^~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:185:7: warning: unused variable ‘RETVAL’ [-Wunused-variable]
  SV * RETVAL;
       ^~~~~~
In file included from lib/Sys/Sendfile/OSX.xs:11:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
lib/Sys/Sendfile/OSX.c:212:5: note: in expansion of macro ‘XSRETURN’
     XSRETURN(1);
     ^~~~~~~~
lib/Sys/Sendfile/OSX.c: In function ‘boot_Sys__Sendfile__OSX’:
lib/Sys/Sendfile/OSX.c:221:5: warning: nested extern declaration of ‘Perl___notused’ [-Wnested-externs]
     dVAR; dXSARGS;
     ^~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:264:54: note: in expansion of macro ‘MUTABLE_SV’
 #define SvREFCNT_inc_simple_NN(sv) (++(SvREFCNT(sv)),MUTABLE_SV(sv))
                                                      ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:315:5: note: in expansion of macro ‘SvREFCNT_inc_simple_NN’
   ? SvREFCNT_inc_simple_NN(_sv)    \
     ^~~~~~~~~~~~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:271:13: warning: declaration of ‘_sv’ shadows a previous local [-Wshadow]
  SV * const _sv = MUTABLE_SV(sv); \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:329:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(xssv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from lib/Sys/Sendfile/OSX.xs:12:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:299:6: note: shadowed declaration is here
  SV *_sv;       \
      ^
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:271:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:329:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(xssv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:270:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:329:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(xssv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:271:13: warning: declaration of ‘_sv’ shadows a previous local [-Wshadow]
  SV * const _sv = MUTABLE_SV(sv); \
             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:330:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(pmsv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from lib/Sys/Sendfile/OSX.xs:12:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:299:6: note: shadowed declaration is here
  SV *_sv;       \
      ^
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:2429:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:61:26: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #  define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
                          ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/handy.h:71:30: note: in expansion of macro ‘MUTABLE_PTR’
 #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
                              ^~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:271:19: note: in expansion of macro ‘MUTABLE_SV’
  SV * const _sv = MUTABLE_SV(sv); \
                   ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:330:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(pmsv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:3418:0,
                 from lib/Sys/Sendfile/OSX.xs:11:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/sv.h:270:5: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
     ({     \
     ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:330:6: note: in expansion of macro ‘SvREFCNT_dec’
      SvREFCNT_dec(pmsv);      \
      ^~~~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
In file included from lib/Sys/Sendfile/OSX.xs:11:0:
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:298:5: note: in expansion of macro ‘STMT_START’
     STMT_START {       \
     ^~~~~~~~~~
lib/Sys/Sendfile/OSX.c:233:5: note: in expansion of macro ‘XS_VERSION_BOOTCHECK’
     XS_VERSION_BOOTCHECK;
     ^~~~~~~~~~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:278:5: note: in expansion of macro ‘STMT_START’
     STMT_START {     \
     ^~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:290:52: note: in expansion of macro ‘XSRETURN’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                                                    ^~~~~~~~
lib/Sys/Sendfile/OSX.c:240:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/perl.h:459:29: warning: ISO C forbids braced-groups within expressions [-Wpedantic]
 #   define STMT_START (void)( /* gcc supports "({ STATEMENTS; })" */
                             ^
/home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi/CORE/XSUB.h:290:24: note: in expansion of macro ‘STMT_START’
 #define XSRETURN_YES   STMT_START { XST_mYES(0);   XSRETURN(1); } STMT_END
                        ^~~~~~~~~~
lib/Sys/Sendfile/OSX.c:240:5: note: in expansion of macro ‘XSRETURN_YES’
     XSRETURN_YES;
     ^~~~~~~~~~~~
error building lib/Sys/Sendfile/OSX.o from 'lib/Sys/Sendfile/OSX.c' at /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/site_perl/5.12.4/ExtUtils/CBuilder/Base.pm line 172.

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

Prerequisite modules loaded:

requires:

    Module             Need Have    
    ------------------ ---- --------
    Exporter           0    5.72    
    strict             0    1.04    
    warnings           0    1.09    
    XSLoader           0    0.16    

build_requires:

    Module             Need Have    
    ------------------ ---- --------
    ExtUtils::CBuilder 0    0.280223
    Fcntl              0    1.06    
    IO::Socket         0    1.31    
    Module::Build      0.28 0.4214  
    Test::Most         0    0.35    


------------------------------
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.12.4/bin:/home/njh/src/njh/smoker/bin:/usr/bin:/bin
    PERL = /mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.12.4/bin/perl
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 24974
    PERL5_CPAN_IS_RUNNING = 24974
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 24955,24974
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.12.4/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.4/bin
    PERLBREW_PERL = perl-5.12.4
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.84
    PERLBREW_VERSION = 0.84
    SHELL = /bin/sh
    TEMP = /tmp/user/1000
    TMPDIR = /tmp/user/1000/testwrapper.24959

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

    $^X = /mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.12.4/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 995 997 998 999 1000
    $EGID = 1000 4 20 24 25 27 29 30 44 46 60 100 101 108 995 997 998 999 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150005
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280223
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.97001 
    JSON::PP            2.27400 
    Module::Build       0.4214  
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4422  
    Test::Harness       3.36    
    Test::More          1.302136
    YAML                1.28    
    YAML::Syck          1.30    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 12 subversion 4) 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.4 -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.4/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 Feb  2 2013 11:52:08
  %ENV:
    PERL="/mnt/nas/home/pi2/njh/perl5/perlbrew/perls/perl-5.12.4/bin/perl"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="24974"
    PERL5_CPAN_IS_RUNNING="24974"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="24955,24974"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.12.4/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.12.4/bin"
    PERLBREW_PERL="perl-5.12.4"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.84"
    PERLBREW_VERSION="0.84"
  @INC:
    /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/site_perl/5.12.4/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/site_perl/5.12.4
    /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4/armv6l-linux-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.12.4/lib/5.12.4
    .