Net-Kafka v1.06 Perl 5 v5.31.5 x86_64-linux
- Status
- Unknown
- From
- Slaven Rezić (SREZIC)
- Dist
-
Net-Kafka v1.06
- Platform
- Perl 5 v5.31.5 x86_64-linux
- Date
- 2019-10-29 23:53:31
- ID
- 4f914d94-faa7-11e9-b1a3-c5511f24ea8f
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 Alex Mironov,
This is a computer-generated report for Net-Kafka-1.06
on perl 5.31.5, 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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make':
cp lib/Net/Kafka/Producer.pm blib/lib/Net/Kafka/Producer.pm
cp lib/Net/Kafka.pm blib/lib/Net/Kafka.pm
cp lib/Net/Kafka/Util.pm blib/lib/Net/Kafka/Util.pm
cp lib/Net/Kafka/Consumer.pm blib/lib/Net/Kafka/Consumer.pm
Running Mkbootstrap for Kafka ()
chmod 644 "Kafka.bs"
"/data/perl/perl-5.31.5/bin/perl5.31.5" -MExtUtils::Command::MM -e 'cp_nonempty' -- Kafka.bs blib/arch/auto/Net/Kafka/Kafka.bs 644
"/data/perl/perl-5.31.5/bin/perl5.31.5" "/opt/perl-5.31.5/lib/5.31.5/ExtUtils/xsubpp" -typemap '/opt/perl-5.31.5/lib/5.31.5/ExtUtils/typemap' -typemap '/data/home/cpansand/.cpan/build/2019102909/Net-Kafka-1.06-2/typemap' -typemap '/data/home/cpansand/.cpan/build/2019102909/Net-Kafka-1.06-2/typemap' Kafka.xs > Kafka.xsc
mv Kafka.xsc Kafka.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.06\" -DXS_VERSION=\"1.06\" -fPIC "-I/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE" Kafka.c
In file included from Kafka.xs:20:0:
ppport.h:766:0: warning: "WIDEST_UTYPE" redefined
#define WIDEST_UTYPE U64TYPE
In file included from /opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:2630:0,
from Kafka.xs:4:
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/handy.h:1241:0: note: this is the location of the previous definition
# define WIDEST_UTYPE U64
Kafka.xs: In function 'XS_Net__Kafka_offsets_for_times':
Kafka.xs:299:15: warning: implicit declaration of function 'rd_kafka_offsets_for_times' [-Wimplicit-function-declaration]
err = rd_kafka_offsets_for_times(rdk->rk, tp_list, timeout_ms);
^~~~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka_produce':
Kafka.c:902:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t * hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:932:18: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
Kafka.c:932:18: note: each undeclared identifier is reported only once for each function it appears in
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:932:10: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:337:15: warning: implicit declaration of function 'rd_kafka_producev' [-Wimplicit-function-declaration]
err = rd_kafka_producev(
^~~~~~~~~~~~~~~~~
Kafka.xs:339:13: warning: implicit declaration of function 'RD_KAFKA_V_TOPIC' [-Wimplicit-function-declaration]
RD_KAFKA_V_TOPIC(topic),
^~~~~~~~~~~~~~~~
Kafka.xs:340:13: warning: implicit declaration of function 'RD_KAFKA_V_PARTITION' [-Wimplicit-function-declaration]
RD_KAFKA_V_PARTITION(partition),
^~~~~~~~~~~~~~~~~~~~
Kafka.xs:341:13: warning: implicit declaration of function 'RD_KAFKA_V_MSGFLAGS' [-Wimplicit-function-declaration]
RD_KAFKA_V_MSGFLAGS(RD_KAFKA_MSG_F_COPY | msgflags),
^~~~~~~~~~~~~~~~~~~
Kafka.xs:342:13: warning: implicit declaration of function 'RD_KAFKA_V_KEY' [-Wimplicit-function-declaration]
RD_KAFKA_V_KEY(keyptr, klen),
^~~~~~~~~~~~~~
Kafka.xs:343:13: warning: implicit declaration of function 'RD_KAFKA_V_TIMESTAMP' [-Wimplicit-function-declaration]
RD_KAFKA_V_TIMESTAMP(timestamp),
^~~~~~~~~~~~~~~~~~~~
Kafka.xs:344:13: warning: implicit declaration of function 'RD_KAFKA_V_VALUE' [-Wimplicit-function-declaration]
RD_KAFKA_V_VALUE(plptr, plen),
^~~~~~~~~~~~~~~~
Kafka.xs:345:13: warning: implicit declaration of function 'RD_KAFKA_V_OPAQUE' [-Wimplicit-function-declaration]
RD_KAFKA_V_OPAQUE((void *) msg_id),
^~~~~~~~~~~~~~~~~
Kafka.xs:347:13: warning: implicit declaration of function 'RD_KAFKA_V_HEADERS' [-Wimplicit-function-declaration]
RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
^~~~~~~~~~~~~~~~~~
Kafka.xs:347:39: warning: implicit declaration of function 'rd_kafka_headers_copy' [-Wimplicit-function-declaration]
RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
^~~~~~~~~~~~~~~~~~~~~
Kafka.xs:347:67: warning: pointer/integer type mismatch in conditional expression
RD_KAFKA_V_HEADERS(hdrs ? rd_kafka_headers_copy(hdrs) : NULL),
^
Kafka.xs:348:13: error: 'RD_KAFKA_V_END' undeclared (first use in this function)
RD_KAFKA_V_END);
^~~~~~~~~~~~~~
Kafka.xs: In function 'XS_Net__Kafka__Event_event_stats':
Kafka.xs:462:18: warning: implicit declaration of function 'rd_kafka_event_stats' [-Wimplicit-function-declaration]
RETVAL = rd_kafka_event_stats(rkev);
^~~~~~~~~~~~~~~~~~~~
Kafka.xs:462:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
RETVAL = rd_kafka_event_stats(rkev);
^
Kafka.xs: In function 'XS_Net__Kafka__Message_headers':
Kafka.xs:698:9: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t *hdrs;
^~~~~~~~~~~~~~~~~~
Kafka.c:1885:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t * RETVAL;
^~~~~~~~~~~~~~~~~~
Kafka.xs:701:15: warning: implicit declaration of function 'rd_kafka_message_headers' [-Wimplicit-function-declaration]
err = rd_kafka_message_headers(rd_msg, &hdrs);
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:704:20: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
RETVAL = rd_kafka_headers_copy(hdrs);
^
Kafka.xs:705:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
} else if (err == RD_KAFKA_RESP_ERR__NOENT) {
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs: In function 'XS_Net__Kafka__Message_detach_headers':
Kafka.xs:717:9: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t *hdrs;
^~~~~~~~~~~~~~~~~~
Kafka.c:1929:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t * RETVAL;
^~~~~~~~~~~~~~~~~~
Kafka.xs:720:15: warning: implicit declaration of function 'rd_kafka_message_detach_headers' [-Wimplicit-function-declaration]
err = rd_kafka_message_detach_headers(rd_msg, &hdrs);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:723:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
} else if (err == RD_KAFKA_RESP_ERR__NOENT) {
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_new':
Kafka.c:1994:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t * RETVAL;
^~~~~~~~~~~~~~~~~~
Kafka.xs:744:18: warning: implicit declaration of function 'rd_kafka_headers_new' [-Wimplicit-function-declaration]
RETVAL = rd_kafka_headers_new(0);
^~~~~~~~~~~~~~~~~~~~
Kafka.xs:744:16: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
RETVAL = rd_kafka_headers_new(0);
^
Kafka.c: In function 'XS_Net__Kafka__Headers_add':
Kafka.c:2020:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t* hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2028:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:2028:24: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:758:15: warning: implicit declaration of function 'rd_kafka_header_add' [-Wimplicit-function-declaration]
err = rd_kafka_header_add(hdrs, name, name_len, value, value_len);
^~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_remove':
Kafka.c:2055:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t* hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2063:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:2063:24: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:771:15: warning: implicit declaration of function 'rd_kafka_header_remove' [-Wimplicit-function-declaration]
err = rd_kafka_header_remove(hdrs, name);
^~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_get_last':
Kafka.c:2094:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t* hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2102:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:2102:24: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:786:15: warning: implicit declaration of function 'rd_kafka_header_get_last' [-Wimplicit-function-declaration]
err = rd_kafka_header_get_last(hdrs, name, &value, &value_len);
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs:789:27: error: 'RD_KAFKA_RESP_ERR__NOENT' undeclared (first use in this function)
} else if (err == RD_KAFKA_RESP_ERR__NOENT) {
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_to_hash':
Kafka.c:2131:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t* hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2147:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:2147:24: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:809:19: warning: implicit declaration of function 'rd_kafka_header_get_all' [-Wimplicit-function-declaration]
err = rd_kafka_header_get_all(hdrs, i, &name, &value, &value_len);
^~~~~~~~~~~~~~~~~~~~~~~
Kafka.c: In function 'XS_Net__Kafka__Headers_DESTROY':
Kafka.c:2194:2: error: unknown type name 'rd_kafka_headers_t'
rd_kafka_headers_t* hdrs;
^~~~~~~~~~~~~~~~~~
In file included from Kafka.xs:4:0:
Kafka.c:2200:32: error: 'rd_kafka_headers_t' undeclared (first use in this function)
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:27: note: in definition of macro 'INT2PTR'
# define INT2PTR(any,d) (any)(d)
^~~
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux/CORE/perl.h:1859:30: error: expected expression before ')' token
# define INT2PTR(any,d) (any)(d)
^
Kafka.c:2200:24: note: in expansion of macro 'INT2PTR'
hdrs = INT2PTR(rd_kafka_headers_t *, tmp);
^
Kafka.xs:835:9: warning: implicit declaration of function 'rd_kafka_headers_destroy' [-Wimplicit-function-declaration]
rd_kafka_headers_destroy(hdrs);
^~~~~~~~~~~~~~~~~~~~~~~~
Kafka.xs: In function 'boot_Net__Kafka':
Kafka.xs:75:27: error: 'RD_KAFKA_EVENT_STATS' undeclared (first use in this function)
MAKE_CONSTANT_IV( RD_KAFKA_EVENT_STATS );
^
Kafka.xs:46:89: note: in definition of macro 'MAKE_CONSTANT_IV'
#define MAKE_CONSTANT_IV( name ) make_constant_iv( aTHX_ stash, #name, strlen( #name ), name )
^~~~
Makefile:348: recipe for target 'Kafka.o' failed
make: *** [Kafka.o] Error 1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
-------------------- -------- --------
AnyEvent 0 7.17
AnyEvent::XSPromises 0 0
perl 5.022000 5.031005
Test::More 0 1.302168
build_requires:
Module Need Have
-------------------- -------- --------
ExtUtils::MakeMaker 0 7.38
configure_requires:
Module Need Have
-------------------- -------- --------
ExtUtils::MakeMaker 0 7.38
ExtUtils::PkgConfig 0 1.16
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL = /data/perl/perl-5.31.5/bin/perl5.31.5
PERL5LIB = /home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/arch:/home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 19543
PERL5_CPAN_IS_RUNNING = 19543
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 19421,19543
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019102909/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2019102909
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /data/perl/perl-5.31.5/bin/perl5.31.5
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280233
ExtUtils::Command 7.38
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.38
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.04
Module::Build 0.4229
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302168
YAML 1.29
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 31 subversion 5) configuration:
Platform:
osname=linux
osvers=4.9.0-8-amd64
archname=x86_64-linux
uname='linux eserte 4.9.0-8-amd64 #1 smp debian 4.9.144-3 (2019-02-02) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.31.5 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='6.3.0 20170516'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/6/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.24.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.24'
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-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Oct 20 2019 15:15:31
%ENV:
PERL="/data/perl/perl-5.31.5/bin/perl5.31.5"
PERL5LIB="/home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/arch:/home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="19543"
PERL5_CPAN_IS_RUNNING="19543"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="19421,19543"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019102909/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/arch
/home/cpansand/.cpan/build/2019102909/AnyEvent-XSPromises-0.005-1/blib/lib
/opt/perl-5.31.5/lib/site_perl/5.31.5/x86_64-linux
/opt/perl-5.31.5/lib/site_perl/5.31.5
/opt/perl-5.31.5/lib/5.31.5/x86_64-linux
/opt/perl-5.31.5/lib/5.31.5
.