Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: UNKNOWN C-Blocks-0.40 v5.10.1 Debian GNU/kFreeBSD
Date: 2016-08-12T23:15:25Z
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 2962 identifiers
Using executable screen to check 2948 identifiers
Using executable screen to check 2691 identifiers
Using DynaLoader screen to check 2691 identifiers
Using DynaLoader screen to check 2690 identifiers
Beginning brute-force screening
Using DynaLoader screen to check 2690 identifiers
cc -I/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/include -I. -I/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE -DVERSION="0.40" -DXS_VERSION="0.40" -fpic -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks/PerlAPI.o lib/C/Blocks/PerlAPI.c
In file included from lib/C/Blocks/PerlAPI.xs:6:0:
./ppport.h:6060:0: warning: "MUTABLE_PTR" redefined
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
In file included from /home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE/perl.h:2424:0,
from lib/C/Blocks/PerlAPI.xs:3:
/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE/handy.h:63:0: note: this is the location of the previous definition
# define MUTABLE_PTR(p) ((void *) (p))
^
lib/C/Blocks/PerlAPI.xs: In function âboot_C__Blocks__PerlAPIâ:
lib/C/Blocks/PerlAPI.xs:9984:49: warning: passing argument 3 of âtcc_set_extended_symbolâ discards âvolatileâ qualifier from pointer target type
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.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/include/libtcc.h:132:15: note: expected âconst void *â but argument is of type âvolatile U8 *â
LIBTCCAPI int tcc_set_extended_symbol(extended_symtab_p symtab, const char * name, const void * pointer);
^
lib/C/Blocks/PerlAPI.xs:9986:48: warning: passing argument 3 of âtcc_set_extended_symbolâ discards âvolatileâ qualifier from pointer target type
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.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/include/libtcc.h:132:15: note: expected âconst void *â but argument is of type âstruct COP * volatile*â
LIBTCCAPI int tcc_set_extended_symbol(extended_symtab_p symtab, const char * name, const void * pointer);
^
lib/C/Blocks/PerlAPI.xs:10010:47: warning: passing argument 3 of âtcc_set_extended_symbolâ discards âvolatileâ qualifier from pointer target type
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.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/include/libtcc.h:132:15: note: expected âconst void *â but argument is of type âvolatile U32 *â
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 -fstack-protector -o blib/arch/auto/C/Blocks/PerlAPI/PerlAPI.so lib/C/Blocks/PerlAPI.o -L/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/lib64 -ltcc
cc -I/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/share/include -I. -I/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE -DVERSION="0.40" -DXS_VERSION="0.40" -fpic -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o lib/C/Blocks.o lib/C/Blocks.c
In file included from lib/C/Blocks.xs:6:0:
./ppport.h:6060:0: warning: "MUTABLE_PTR" redefined
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
In file included from /home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE/perl.h:2424:0,
from lib/C/Blocks.xs:3:
/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd/CORE/handy.h:63:0: note: this is the location of the previous definition
# define MUTABLE_PTR(p) ((void *) (p))
^
lib/C/Blocks.xs:38:1: error: unknown type name âXOPâ
XOP tcc_xop;
^
lib/C/Blocks.xs:362:2: error: unknown type name âCOPHHâ
COPHH* hints_hash;
^
lib/C/Blocks.xs: In function âprocess_next_char_sigiled_varâ:
lib/C/Blocks.xs:634:21: warning: initialization makes pointer from integer without a cast
SV * fancy_type = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs:636:21: warning: initialization makes pointer from integer without a cast
SV * fancy_init = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs:660:24: warning: initialization makes pointer from integer without a cast
SV * fancy_cleanup = cophh_fetch_pv(pstate->data->hints_hash,
^
lib/C/Blocks.xs: In function âextract_C_codeâ:
lib/C/Blocks.xs:347:23: error: âLEX_KEEP_PREVIOUSâ undeclared (first use in this function)
if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) { \
^
lib/C/Blocks.xs:711: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:347: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:711: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 âinitialize_c_blocks_dataâ:
lib/C/Blocks.xs:751:19: warning: assignment makes pointer from integer without a cast
data->hints_hash = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:762:18: warning: assignment makes pointer from integer without a cast
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:347:23: error: âLEX_KEEP_PREVIOUSâ undeclared (first use in this function)
if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) { \
^
lib/C/Blocks.xs:818: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:1084:19: warning: assignment makes pointer from integer without a cast
data->hints_hash = cophh_store_pvs(data->hints_hash, "C::Blocks/extended_symtab_tables", data->exsymtabs, 0);
^
lib/C/Blocks.xs: In function âparse_c_isaâ:
lib/C/Blocks.xs:347:23: error: âLEX_KEEP_PREVIOUSâ undeclared (first use in this function)
if (!lex_next_chunk(LEX_KEEP_PREVIOUS)) { \
^
lib/C/Blocks.xs:1115:3: note: in expansion of macro âENSURE_LEX_BUFFERâ
ENSURE_LEX_BUFFER(end,
^
lib/C/Blocks.xs:1148:2: error: unknown type name âCOPHHâ
COPHH * curr_hh = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:1148:20: warning: initialization makes pointer from integer without a cast
COPHH * curr_hh = CopHINTHASH_get(PL_curcop);
^
lib/C/Blocks.xs:1191:23: warning: assignment makes pointer from integer without a cast
if (type) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1193:23: warning: assignment makes pointer from integer without a cast
if (init) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1195:26: warning: assignment makes pointer from integer without a cast
if (cleanup) curr_hh = cophh_store_pv(curr_hh,
^
lib/C/Blocks.xs:1197:18: warning: assignment makes pointer from integer without a cast
else curr_hh = cophh_delete_pv(curr_hh,
^
lib/C/Blocks.xs: In function âmy_keyword_pluginâ:
lib/C/Blocks.xs:1238:10: error: âKEYWORD_PLUGIN_EXPRâ undeclared (first use in this function)
return KEYWORD_PLUGIN_EXPR;
^
lib/C/Blocks.xs:1329: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:1337: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:1355: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:1389:24: error: âPL_keyword_pluginâ undeclared (first use in this function)
next_keyword_plugin = PL_keyword_plugin;
^
lib/C/Blocks.xs:1392:25: error: âxop_nameâ undeclared (first use in this function)
XopENTRY_set(&tcc_xop, xop_name, "tccop");
^
lib/C/Blocks.xs:1393:25: error: âxop_descâ undeclared (first use in this function)
XopENTRY_set(&tcc_xop, xop_desc, "Op to run jit-compiled C code");
^
error building lib/C/Blocks.o from 'lib/C/Blocks.c' at /home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/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.11 0.11
Capture::Tiny 0.44 0
ExtUtils::CBuilder 0.280224 0
ExtUtils::Config 0.008 0
ExtUtils::Embed 1.28 0
ExtUtils::ParseXS 3.30 3
File::Basename 2.77 0
File::ShareDir 1.102 1.00
File::Spec 3.62 0
File::Temp 0.2304 0
Test::More 1.302049 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.37
Pod::Simple 3.07
Test2 1.302049
Test::Harness 3.36
Test::More 1.302049
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/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 65873
PERL5_CPANPLUS_IS_VERSION = 0.9160
PERL5_MINISMOKEBOX = 0.58
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.10.1
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.1/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=gnukfreebsd, osvers=10.1-0-amd64, archname=x86_64-gnukfreebsd
uname='gnukfreebsd kondor 10.1-0-amd64 #0 wed, 16 mar 2016 23:16:33 +0000 x86_64 amd64 qemu virtual cpu version 2.0.0 gnukfreebsd '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.10.1'
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 -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.9.2', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-kfreebsd-gnu /lib/../lib /usr/lib/x86_64-kfreebsd-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/usr/lib/x86_64-kfreebsd-gnu/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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: 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 gnukfreebsd
Compiled at May 6 2016 22:32:31
%ENV:
PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/arch:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/lib:/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="65873"
PERL5_CPANPLUS_IS_VERSION="0.9160"
PERL5_MINISMOKEBOX="0.58"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.10.1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/BqBbdnNlau/Class-Inspector-1.28/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/RRsBkdE3hq/File-ShareDir-Install-0.11/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/GWfJhvfQzi/File-ShareDir-1.102/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/UwAb9Kdpsw/Alien-TinyCCx-0.11/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Pbq4Y9yqUE/Capture-Tiny-0.44/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/KAoIXw7sI_/ExtUtils-Config-0.008/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/uDErFHDRVO/Carp-1.38/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/Lf6G0Dl0R5/Sub-Uplevel-0.2600/blib/arch
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/lib
/home/cpan/pit/bare/conf/perl-5.10.1/.cpanplus/5.10.1/build/wQR3XGdT9P/Test-Warn-0.30/blib/arch
/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1/x86_64-gnukfreebsd
/home/cpan/pit/bare/perl-5.10.1/lib/5.10.1
/home/cpan/pit/bare/perl-5.10.1/lib/site_perl/5.10.1/x86_64-gnukfreebsd
/home/cpan/pit/bare/perl-5.10.1/lib/site_perl/5.10.1
.