Report for C-Blocks-0.41_01

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN C-Blocks-0.41_01 v5.10.0 GNU/Linux
Date: 2016-12-01T00:21:06Z

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 DCMERTENS,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9160. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'fetch':

Building C-Blocks
Creating lib/C/Blocks/PerlAPI.xs
Using executable screen to check 2954 identifiers
Using executable screen to check 2939 identifiers
Using executable screen to check 2693 identifiers
Using DynaLoader screen to check 2693 identifiers
Using DynaLoader screen to check 2692 identifiers
Beginning brute-force screening
Using DynaLoader screen to check 2692 identifiers
cc -I/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/include -I. -I/home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE -DVERSION="0.41_01" -DXS_VERSION="0.41_01" -fPIC -c -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks/PerlAPI.o lib/C/Blocks/PerlAPI.c
lib/C/Blocks/PerlAPI.xs: In function ‘boot_C__Blocks__PerlAPI’:
lib/C/Blocks/PerlAPI.xs:9990:49: warning: passing argument 3 of ‘tcc_set_extended_symbol’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   tcc_set_extended_symbol(symtab, "PL_in_eval", &PL_in_eval);
                                                 ^
In file included from lib/C/Blocks/PerlAPI.xs:7:0:
/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/include/libtcc.h:126:15: note: expected ‘const void *’ but argument is of type ‘volatile U8 * {aka volatile unsigned char *}’
 LIBTCCAPI int tcc_set_extended_symbol(extended_symtab_p symtab, const char * name, const void * pointer);
               ^
lib/C/Blocks/PerlAPI.xs:9992:48: warning: passing argument 3 of ‘tcc_set_extended_symbol’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   tcc_set_extended_symbol(symtab, "PL_curcop", &PL_curcop);
                                                ^
In file included from lib/C/Blocks/PerlAPI.xs:7:0:
/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/include/libtcc.h:126:15: note: expected ‘const void *’ but argument is of type ‘COP * volatile* {aka struct cop * volatile*}’
 LIBTCCAPI int tcc_set_extended_symbol(extended_symtab_p symtab, const char * name, const void * pointer);
               ^
lib/C/Blocks/PerlAPI.xs:10018:47: warning: passing argument 3 of ‘tcc_set_extended_symbol’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   tcc_set_extended_symbol(symtab, "PL_debug", &PL_debug);
                                               ^
In file included from lib/C/Blocks/PerlAPI.xs:7:0:
/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/include/libtcc.h:126:15: note: expected ‘const void *’ but argument is of type ‘volatile U32 * {aka volatile unsigned int *}’
 LIBTCCAPI int tcc_set_extended_symbol(extended_symtab_p symtab, const char * name, const void * pointer);
               ^
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/C/Blocks/PerlAPI/PerlAPI.bs')
cc -shared -O2 -L/usr/local/lib -o blib/arch/auto/C/Blocks/PerlAPI/PerlAPI.so lib/C/Blocks/PerlAPI.o -L/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/lib -ltcc
cc -I/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/share/include -I. -I/home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE -DVERSION="0.41_01" -DXS_VERSION="0.41_01" -fPIC -c -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks.o lib/C/Blocks.c
lib/C/Blocks.xs:42:1: error: unknown type name ‘XOP’
 XOP tcc_xop;
 ^
lib/C/Blocks.xs:363:2: error: unknown type name ‘COPHH’
  COPHH* hints_hash;
  ^
lib/C/Blocks.xs: In function ‘process_next_char_no_vars’:
lib/C/Blocks.xs:433:5: warning: implicit declaration of function ‘lex_unstuff’ [-Wimplicit-function-declaration]
     lex_unstuff(pstate->data->end + 1);
     ^
lib/C/Blocks.xs: In function ‘execute_Perl_interpolation_block’:
lib/C/Blocks.xs:529:2: warning: implicit declaration of function ‘sv_catpv_nomg’ [-Wimplicit-function-declaration]
  sv_catpv_nomg(pstate->data->code_main, fixed_returned);
  ^
lib/C/Blocks.xs: In function ‘process_next_char_sigiled_var’:
lib/C/Blocks.xs:21:38: warning: implicit declaration of function ‘pad_findmy’ [-Wimplicit-function-declaration]
 #  define pad_findmy_pv(name, flags) pad_findmy(name)
                                      ^
lib/C/Blocks.xs:700:26: note: in expansion of macro ‘pad_findmy_pv’
    int var_offset = (int)pad_findmy_pv(pstate->sigil_start, 0);
                          ^
lib/C/Blocks.xs: In function ‘call_init_cleanup_builder_method’:
lib/C/Blocks.xs:756:25: warning: implicit declaration of function ‘HvENAME’ [-Wimplicit-function-declaration]
    pstate->sigil_start, HvENAME(stash))));
                         ^
lib/C/Blocks.xs:754:48: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘int’ [-Wformat=]
   my_warnif (aTHX_ "type", sv_2mortal(newSVpvf("C::Blocks could "
                                                ^
In file included from /home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE/perl.h:4678:0,
                 from lib/C/Blocks.xs:3:
lib/C/Blocks.xs:766:28: warning: passing argument 1 of ‘Perl_newSVpv’ makes pointer from integer without a cast [-Wint-conversion]
  XPUSHs(sv_2mortal(newSVpv(HvENAME(stash), 0))); // class name
                            ^
/home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE/pp.h:298:56: note: in definition of macro ‘XPUSHs’
 #define XPUSHs(s) STMT_START { EXTEND(sp,1); (*++sp = (s)); } STMT_END
                                                        ^
In file included from /home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE/perl.h:4692:0,
                 from lib/C/Blocks.xs:3:
/home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux/CORE/proto.h:1612:19: note: expected ‘const char *’ but argument is of type ‘int’
 PERL_CALLCONV SV* Perl_newSVpv(pTHX_ const char* s, STRLEN len)
                   ^
lib/C/Blocks.xs:798:48: warning: format ‘%s’ expects argument of type ‘char *’, but argument 2 has type ‘int’ [-Wformat=]
   my_warnif (aTHX_ "type", sv_2mortal(newSVpvf("C::Blocks expected "
                                                ^
lib/C/Blocks.xs: In function ‘extract_C_code’:
lib/C/Blocks.xs:348:8: warning: implicit declaration of function ‘lex_next_chunk’ [-Wimplicit-function-declaration]
   if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) {               \
        ^
lib/C/Blocks.xs:832:3: note: in expansion of macro ‘ENSURE_LEX_BUFFER’
   ENSURE_LEX_BUFFER(data->end, "C::Blocks expected closing curly brace but did not find it");
   ^
lib/C/Blocks.xs:348:23: error: ‘LEX_KEEP_PREVIOUS’ undeclared (first use in this function)
   if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) {               \
                       ^
lib/C/Blocks.xs:832:3: note: in expansion of macro ‘ENSURE_LEX_BUFFER’
   ENSURE_LEX_BUFFER(data->end, "C::Blocks expected closing curly brace but did not find it");
   ^
lib/C/Blocks.xs:348:23: note: each undeclared identifier is reported only once for each function it appears in
   if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) {               \
                       ^
lib/C/Blocks.xs:832:3: note: in expansion of macro ‘ENSURE_LEX_BUFFER’
   ENSURE_LEX_BUFFER(data->end, "C::Blocks expected closing curly brace but did not find it");
   ^
lib/C/Blocks.xs: In function ‘run_filters’:
lib/C/Blocks.xs:856:18: warning: implicit declaration of function ‘find_rundefsv’ [-Wimplicit-function-declaration]
  SV * underbar = find_rundefsv();
                  ^
lib/C/Blocks.xs:856:18: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
lib/C/Blocks.xs:862:21: warning: implicit declaration of function ‘cophh_fetch_pvs’ [-Wimplicit-function-declaration]
  SV * packages_SV = cophh_fetch_pvs(data->hints_hash, "C::Blocks/filters", 0);
                     ^
lib/C/Blocks.xs:862:21: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
lib/C/Blocks.xs: In function ‘initialize_c_blocks_data’:
lib/C/Blocks.xs:908:21: warning: implicit declaration of function ‘CopHINTHASH_get’ [-Wimplicit-function-declaration]
  data->hints_hash = CopHINTHASH_get(PL_curcop);
                     ^
lib/C/Blocks.xs:908:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  data->hints_hash = CopHINTHASH_get(PL_curcop);
                   ^
lib/C/Blocks.xs:919:18: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  data->exsymtabs = cophh_fetch_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", 0);
                  ^
lib/C/Blocks.xs: In function ‘find_end_of_xsub_name’:
lib/C/Blocks.xs:348:23: error: ‘LEX_KEEP_PREVIOUS’ undeclared (first use in this function)
   if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) {               \
                       ^
lib/C/Blocks.xs:975:3: note: in expansion of macro ‘ENSURE_LEX_BUFFER’
   ENSURE_LEX_BUFFER(data->end,
   ^
lib/C/Blocks.xs: In function ‘serialize_symbol_table’:
lib/C/Blocks.xs:1238:21: warning: implicit declaration of function ‘cophh_store_pvs’ [-Wimplicit-function-declaration]
  data->hints_hash = cophh_store_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", data->exsymtabs, 0);
                     ^
lib/C/Blocks.xs:1238:19: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
  data->hints_hash = cophh_store_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", data->exsymtabs, 0);
                   ^
lib/C/Blocks.xs:1239:2: warning: implicit declaration of function ‘CopHINTHASH_set’ [-Wimplicit-function-declaration]
  CopHINTHASH_set(PL_curcop, data->hints_hash);
  ^
lib/C/Blocks.xs: In function ‘my_keyword_plugin’:
lib/C/Blocks.xs:1276:2: warning: implicit declaration of function ‘lex_read_space’ [-Wimplicit-function-declaration]
  lex_read_space(0);
  ^
lib/C/Blocks.xs:1355:2: warning: implicit declaration of function ‘lex_stuff_pvn’ [-Wimplicit-function-declaration]
  lex_stuff_pvn(";", 1, 0);
  ^
lib/C/Blocks.xs:1359:40: warning: implicit declaration of function ‘lex_stuff_pv’ [-Wimplicit-function-declaration]
  for (i = 0; i < data.N_newlines; i++) lex_stuff_pv("\n", 0);
                                        ^
lib/C/Blocks.xs:1362:9: error: ‘KEYWORD_PLUGIN_STMT’ undeclared (first use in this function)
  return KEYWORD_PLUGIN_STMT;
         ^
lib/C/Blocks.xs: In function ‘XS_C__Blocks__import’:
lib/C/Blocks.xs:1370:6: error: ‘PL_keyword_plugin’ undeclared (first use in this function)
  if (PL_keyword_plugin != my_keyword_plugin) {
      ^
lib/C/Blocks.xs: In function ‘XS_C__Blocks_unimport’:
lib/C/Blocks.xs:1388:2: error: ‘PL_keyword_plugin’ undeclared (first use in this function)
  PL_keyword_plugin = next_keyword_plugin;
  ^
lib/C/Blocks.xs: In function ‘boot_C__Blocks’:
lib/C/Blocks.xs:1422:24: error: ‘PL_keyword_plugin’ undeclared (first use in this function)
  next_keyword_plugin = PL_keyword_plugin;
                        ^
lib/C/Blocks.xs:1425:2: warning: implicit declaration of function ‘XopENTRY_set’ [-Wimplicit-function-declaration]
  XopENTRY_set(&tcc_xop, xop_name, "tccop");
  ^
lib/C/Blocks.xs:1425:25: error: ‘xop_name’ undeclared (first use in this function)
  XopENTRY_set(&tcc_xop, xop_name, "tccop");
                         ^
lib/C/Blocks.xs:1426:25: error: ‘xop_desc’ undeclared (first use in this function)
  XopENTRY_set(&tcc_xop, xop_desc, "Op to run jit-compiled C code");
                         ^
lib/C/Blocks.xs:1427:2: warning: implicit declaration of function ‘Perl_custom_op_register’ [-Wimplicit-function-declaration]
  Perl_custom_op_register(aTHX_ Perl_tcc_pp, &tcc_xop);
  ^
error building lib/C/Blocks.o from 'lib/C/Blocks.c' at /home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/ExtUtils/CBuilder/Base.pm line 173.
BEGIN failed--compilation aborted at -e line 1.


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Alien::TinyCCx                     0.12     0.12
	  Capture::Tiny                      0.44        0
	  ExtUtils::CBuilder             0.280224        0
	  ExtUtils::Config                  0.008        0
	  ExtUtils::Embed                    1.27        0
	  ExtUtils::ParseXS                  3.30        3
	  File::Basename                     2.76        0
	  File::ShareDir                    1.102     1.00
	  File::Spec                         3.62        0
	  File::Temp                       0.2304        0
	  Test::More                     1.302047     0.88
	  Test::Warn                         0.30        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9160
	CPANPLUS::Dist::Build              0.80
	Cwd                                3.62
	ExtUtils::CBuilder             0.280224
	ExtUtils::Command                  7.18
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                7.18
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.62
	Module::Build                    0.4218
	Pod::Parser                        1.35
	Pod::Simple                        3.32
	Test2                          1.302047
	Test::Harness                      3.36
	Test::More                     1.302047
	version                          0.9917

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.98.
Powered by minismokebox version 0.58

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 23644
    PERL5_CPANPLUS_IS_VERSION = 0.9160
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.10.0
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.10.0/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=4.4.0-21-generic, archname=x86_64-linux
    uname='linux uchder 4.4.0-21-generic #37-ubuntu smp mon apr 18 18:33:37 utc 2016 x86_64 x86_64 x86_64 gnulinux '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.10.0'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='5.3.1 20160413', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    libc=libc-2.23.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.23'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
  Locally applied patches:
	Devel::PatchPerl 1.42
  Built under linux
  Compiled at May  1 2016 21:53:10
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="23644"
    PERL5_CPANPLUS_IS_VERSION="0.9160"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.10.0"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/9I3EEJF4Ge/Class-Inspector-1.31/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/RiE4Rshs0e/File-ShareDir-Install-0.11/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/G4Zen7jfEi/File-ShareDir-1.102/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/dsCsfAB981/Alien-TinyCCx-0.12/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/AuSw9fiDBp/Capture-Tiny-0.44/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/2hXNUfSWiw/ExtUtils-Config-0.008/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/KUy0TEgntt/Carp-1.38/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/40uqu4ocHx/Sub-Uplevel-0.2600/blib/arch
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/lib
    /home/cpan/pit/bare/conf/perl-5.10.0/.cpanplus/5.10.0/build/WeND7IkCqM/Test-Warn-0.30/blib/arch
    /home/cpan/pit/bare/perl-5.10.0/lib/5.10.0/x86_64-linux
    /home/cpan/pit/bare/perl-5.10.0/lib/5.10.0
    /home/cpan/pit/bare/perl-5.10.0/lib/site_perl/5.10.0/x86_64-linux
    /home/cpan/pit/bare/perl-5.10.0/lib/site_perl/5.10.0
    .