Clone-Closure v0.06 Perl 5 v5.32.1 amd64-openbsd
- Status
- Unknown
- From
- Alceu Rodrigues de Freitas Junior
- Dist
-
Clone-Closure v0.06
- Platform
- Perl 5 v5.32.1 amd64-openbsd
- Date
- 2023-05-11 11:46:31
- ID
- 78df6c92-eff1-11ed-830e-c2de5bbf9e3a
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 Ben Morrow,
This is a computer-generated report for Clone-Closure-0.06
on perl 5.32.1, created by CPAN-Reporter-1.2019.
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
If you would like to try to reproduce this report results or even to work with
the same environment for a bug fix, please refer to
https://github.com/glasswalk3r/cpan-openbsd-smoker to see how to use the
prebuilt virtual machines available.
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build':
Building Clone-Closure
cc -I. -I/usr/libdata/perl5/amd64-openbsd/CORE -DVERSION="0.06" -DXS_VERSION="0.06" -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -o lib/Clone/Closure.o lib/Clone/Closure.c
lib/Clone/Closure.xs:186:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:186:17: note: place parentheses around the assignment to silence this warning
while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
^
( )
lib/Clone/Closure.xs:186:17: note: use '==' to turn this assignment into an equality comparison
while (next = hv_iternext_flags(ref, HV_ITERNEXT_WANTPLACEHOLDERS)) {
^
==
lib/Clone/Closure.xs:198:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^~~~~~~~~~
./ppport.h:3826:28: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
lib/Clone/Closure.xs:198:9: note: '{' token is here
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^
lib/Clone/Closure.xs:198:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^
lib/Clone/Closure.xs:198:9: note: ')' token is here
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^~~~~~~~
./ppport.h:3827:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Clone/Closure.xs:238:13: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:23: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^~~~~~~~~~
./ppport.h:3826:28: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
lib/Clone/Closure.xs:238:13: note: '{' token is here
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:34: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^
lib/Clone/Closure.xs:238:13: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:76: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^
lib/Clone/Closure.xs:238:13: note: ')' token is here
SvSETMAGIC(cln);
^~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/sv.h:2144:78: note: expanded from macro 'SvSETMAGIC'
#define SvSETMAGIC(x) STMT_START { if (UNLIKELY(SvSMAGICAL(x))) mg_set(x); } STMT_END
^~~~~~~~
./ppport.h:3827:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Clone/Closure.xs:257:15: warning: incompatible pointer types initializing 'AV *const' (aka 'struct av *const') with an expression of type 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
AV *const rpadlist = CvPADLIST(ref);
^ ~~~~~~~~~~~~~~
lib/Clone/Closure.xs:350:22: warning: incompatible pointer types assigning to 'PADLIST *' (aka 'struct padlist *') from 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
CvPADLIST(clone) = cpadlist;
^ ~~~~~~~~
lib/Clone/Closure.xs:364:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
AV *padn = (AV *) *av_fetch(CvPADLIST(clone), 0, FALSE);
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
^
/usr/libdata/perl5/amd64-openbsd/CORE/embed.h:54:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c) Perl_av_fetch(aTHX_ a,b,c)
^
/usr/libdata/perl5/amd64-openbsd/CORE/proto.h:242:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
^
lib/Clone/Closure.xs:365:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
AV *padv = (AV *) *av_fetch(CvPADLIST(clone), vdepth, FALSE);
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
^
/usr/libdata/perl5/amd64-openbsd/CORE/embed.h:54:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c) Perl_av_fetch(aTHX_ a,b,c)
^
/usr/libdata/perl5/amd64-openbsd/CORE/proto.h:242:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
^
lib/Clone/Closure.xs:366:35: warning: incompatible pointer types passing 'PADLIST *' (aka 'struct padlist *') to parameter of type 'AV *' (aka 'struct av *') [-Wincompatible-pointer-types]
AV *padr = (AV *) *av_fetch(CvPADLIST(ref), rdepth, FALSE);
~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/cv.h:70:25: note: expanded from macro 'CvPADLIST'
#define CvPADLIST(sv) (*(assert_(!CvISXSUB((CV*)(sv))) \
^
/usr/libdata/perl5/amd64-openbsd/CORE/embed.h:54:46: note: expanded from macro 'av_fetch'
#define av_fetch(a,b,c) Perl_av_fetch(aTHX_ a,b,c)
^
/usr/libdata/perl5/amd64-openbsd/CORE/proto.h:242:44: note: passing argument to parameter 'av' here
PERL_CALLCONV SV** Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
^
lib/Clone/Closure.xs:564:17: warning: incompatible pointer types assigning to 'AV *' (aka 'struct av *') from 'PADLIST *' (aka 'struct padlist *') [-Wincompatible-pointer-types]
padlist = CvPADLIST(scope);
^ ~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:591:23: error: no member named 'xpadn_low' in 'struct sv'
seq > COP_SEQ_RANGE_LOW(sv)
^~~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pad.h:108:38: note: expanded from macro 'COP_SEQ_RANGE_LOW'
#define COP_SEQ_RANGE_LOW(pn) (pn)->xpadn_low
~~~~ ^
lib/Clone/Closure.xs:592:27: error: no member named 'xpadn_high' in 'struct sv'
&& seq <= COP_SEQ_RANGE_HIGH(sv)
^~~~~~~~~~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pad.h:109:39: note: expanded from macro 'COP_SEQ_RANGE_HIGH'
#define COP_SEQ_RANGE_HIGH(pn) (pn)->xpadn_high
~~~~ ^
lib/Clone/Closure.xs:625:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if ( seen = CLONE_FETCH(ref) ) {
~~~~~^~~~~~~~~~~~~~~~~~
lib/Clone/Closure.xs:625:15: note: place parentheses around the assignment to silence this warning
if ( seen = CLONE_FETCH(ref) ) {
^
( )
lib/Clone/Closure.xs:625:15: note: use '==' to turn this assignment into an equality comparison
if ( seen = CLONE_FETCH(ref) ) {
^
==
lib/Clone/Closure.xs:893:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:24: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~
./ppport.h:3826:28: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
lib/Clone/Closure.xs:893:9: note: '{' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:35: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^
lib/Clone/Closure.xs:893:9: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:315:5: note: expanded from macro 'XSRETURN'
STMT_START { \
^~~~~~~~~~
./ppport.h:3826:28: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
lib/Clone/Closure.xs:893:9: note: '{' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:315:16: note: expanded from macro 'XSRETURN'
STMT_START { \
^
lib/Clone/Closure.xs:893:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:320:5: note: expanded from macro 'XSRETURN'
} STMT_END
^
lib/Clone/Closure.xs:893:9: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:52: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:320:7: note: expanded from macro 'XSRETURN'
} STMT_END
^~~~~~~~
./ppport.h:3827:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Clone/Closure.xs:893:9: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:65: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^
lib/Clone/Closure.xs:893:9: note: ')' token is here
XSRETURN_UNDEF;
^~~~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/XSUB.h:329:67: note: expanded from macro 'XSRETURN_UNDEF'
#define XSRETURN_UNDEF STMT_START { XST_mUNDEF(0); XSRETURN(1); } STMT_END
^~~~~~~~
./ppport.h:3827:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
lib/Clone/Closure.xs:910:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP,1);
^~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pp.h:371:25: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^~~~~~~~~~
./ppport.h:3826:28: note: expanded from macro 'STMT_START'
# define STMT_START (void)( /* gcc supports ``({ STATEMENTS; })'' */
^
lib/Clone/Closure.xs:910:2: note: '{' token is here
EXTEND(SP,1);
^~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pp.h:371:36: note: expanded from macro 'EXTEND'
# define EXTEND(p,n) STMT_START { \
^
lib/Clone/Closure.xs:910:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
EXTEND(SP,1);
^~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pp.h:376:28: note: expanded from macro 'EXTEND'
} } STMT_END
^
lib/Clone/Closure.xs:910:2: note: ')' token is here
EXTEND(SP,1);
^~~~~~~~~~~~
/usr/libdata/perl5/amd64-openbsd/CORE/pp.h:376:30: note: expanded from macro 'EXTEND'
} } STMT_END
^~~~~~~~
./ppport.h:3827:20: note: expanded from macro 'STMT_END'
# define STMT_END )
^
18 warnings and 2 errors generated.
error building lib/Clone/Closure.o from 'lib/Clone/Closure.c' at /home/goku/perl5/lib/perl5/ExtUtils/CBuilder/Base.pm line 186.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ---- --------
XSLoader 0 0.30
build_requires:
Module Need Have
------------------ ---- --------
Data::Dumper 0 2.183
ExtUtils::CBuilder 0 0.280236
File::Temp 0.16 0.2311
Scalar::Util 1.14 1.63
Taint::Runtime 0 0.03
Task::Weaken 0 1.06
Test::More 0.88 1.302195
configure_requires:
Module Need Have
------------------ ---- --------
Module::Build 0.36 0.4234
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/goku/perl5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
PERL = /usr/bin/perl
PERL5LIB = /home/goku/perl5/lib/perl5
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 88191
PERL5_CPAN_IS_RUNNING = 88191
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 74486,88191
PERL_CR_SMOKER_CURRENT = Clone-Closure-0.06
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/goku/perl5
PERL_MB_OPT = --install_base "/home/goku/perl5"
PERL_MM_OPT = INSTALL_BASE=/home/goku/perl5
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/ksh
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1002 1002 1001
$EGID = 1002 1002 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.35
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.44
File::Spec 3.78
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302195
Test::Harness 3.44
Test::More 1.302195
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
Platform:
osname=openbsd
osvers=7.2
archname=amd64-openbsd
uname='openbsd'
config_args='-dse -Dopenbsd_distribution=defined -Dmksymlinks'
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 ='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DBIG_TIME -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='OpenBSD Clang 13.0.0'
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 ='-Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/lib/clang/13.0.0/lib /usr/lib
libs=-lm -lc
perllibs=-lm -lc
libc=/usr/lib/libc.so.96.2
so=so
useshrplib=true
libperl=libperl.so.22.0
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-R/usr/libdata/perl5/amd64-openbsd/CORE'
cccdlflags='-DPIC -fpic '
lddlflags='-shared -fpic -fstack-protector-strong -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_CTYPE
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under openbsd
%ENV:
PERL="/usr/bin/perl"
PERL5LIB="/home/goku/perl5/lib/perl5"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="88191"
PERL5_CPAN_IS_RUNNING="88191"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="74486,88191"
PERL_CR_SMOKER_CURRENT="Clone-Closure-0.06"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/goku/perl5"
PERL_MB_OPT="--install_base "/home/goku/perl5""
PERL_MM_OPT="INSTALL_BASE=/home/goku/perl5"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/goku/perl5/lib/perl5/5.32.1/amd64-openbsd
/home/goku/perl5/lib/perl5/5.32.1
/home/goku/perl5/lib/perl5/amd64-openbsd
/home/goku/perl5/lib/perl5
/usr/local/libdata/perl5/site_perl/amd64-openbsd
/usr/local/libdata/perl5/site_perl
/usr/libdata/perl5/amd64-openbsd
/usr/libdata/perl5
.