XS-Parse-Keyword v0.48 Perl 5 v5.38.0 x86_64-linux
- Status
- Pass
- From
- Nigel Horne
- Dist
-
XS-Parse-Keyword v0.48
- Platform
- Perl 5 v5.38.0 x86_64-linux
- Date
- 2025-08-21 02:24:24
- ID
- f3f9e31a-7e35-11f0-9ff3-a1b1370acedf
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 Paul Evans,
This is a computer-generated report for XS-Parse-Keyword-0.48
on perl 5.38.0, created by CPAN-Reporter-1.2019.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 test':
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/build.o t/build.c
t/build.xs: In function 'build':
t/build.xs:13:70: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/build.xs:13:83: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/build/build.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/build/build.so t/build.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/flags.o t/flags.c
t/flags.xs: In function 'build_ident':
t/flags.xs:15:73: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_ident(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/flags.xs: In function 'build_lex_ident':
t/flags.xs:29:77: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_lex_ident(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/flags/flags.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/flags/flags.so t/flags.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/infix.o t/infix.c
In file included from t/infix.xs:11:
share-infix/include/XSParseInfix.h: In function 'S_parse_infix':
share-infix/include/XSParseInfix.h:95:28: warning: unused variable 'infocopy' [-Wunused-variable]
struct XSParseInfixInfo *infocopy;
^~~~~~~~
t/infix.xs: In function 'pp_LL':
t/infix.xs:194:28: warning: comparison of integer expressions of different signedness: 'int' and 'U32' {aka 'unsigned int'} [-Wsign-compare]
for(int argi = 0; argi < counts[listi]; argi++)
^
In file included from t/infix.xs:11:
At top level:
share-infix/include/XSParseInfix.h:102:12: warning: 'S_xs_parse_infix_new_op' defined but not used [-Wunused-function]
static OP *S_xs_parse_infix_new_op(pTHX_ const struct XSParseInfixInfo *info, U32 flags, OP *lhs, OP *rhs)
^~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:90:13: warning: 'S_parse_infix' defined but not used [-Wunused-function]
static bool S_parse_infix(pTHX_ enum XSParseInfixSelection select, struct XSParseInfixInfo **infop)
^~~~~~~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/infix/infix.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/infix/infix.so t/infix.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/line.o t/line.c
t/line.xs: In function 'build_line':
t/line.xs:13:75: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_line(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/line.xs:13:88: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_line(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/line/line.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/line/line.so t/line.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/pieces.o t/pieces.c
In file included from t/pieces.xs:12:
share-infix/include/XSParseInfix.h: In function 'S_parse_infix':
share-infix/include/XSParseInfix.h:95:28: warning: unused variable 'infocopy' [-Wunused-variable]
struct XSParseInfixInfo *infocopy;
^~~~~~~~
t/pieces.xs: In function 'build_expr':
t/pieces.xs:18:72: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_expr(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_prefixedblock':
t/pieces.xs:34:84: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_prefixedblock(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:34:97: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_prefixedblock(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_anonsub':
t/pieces.xs:50:75: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_anonsub(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_list':
t/pieces.xs:57:72: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_list(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constsv':
t/pieces.xs:86:75: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constsv_or_undef':
t/pieces.xs:92:84: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv_or_undef(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_constpadix':
t/pieces.xs:101:78: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constpadix(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_literal':
t/pieces.xs:107:63: warning: unused parameter 'arg0' [-Wunused-parameter]
static int build_literal(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~~~~~~~~~~~~~~~~^~~~
t/pieces.xs: In function 'build_attrs':
t/pieces.xs:116:76: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_attrs(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:116:89: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_attrs(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_infix_opname':
t/pieces.xs:133:80: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_infix_opname(pTHX_ OP **out, XSParseKeywordPiece *arg0, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'build_lexvar_intro':
t/pieces.xs:140:83: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_lexvar_intro(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/pieces.xs:140:96: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_lexvar_intro(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_PREPARE':
t/pieces.xs:175:42: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void callback_PREPARE(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_START':
t/pieces.xs:180:40: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void callback_START(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_END':
t/pieces.xs:185:44: warning: unused parameter 'hookdata' [-Wunused-parameter]
static OP *callback_END(pTHX_ OP *o, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: In function 'callback_WRAP':
t/pieces.xs:191:45: warning: unused parameter 'hookdata' [-Wunused-parameter]
static OP *callback_WRAP(pTHX_ OP *o, void *hookdata)
~~~~~~^~~~~~~~
t/pieces.xs: At top level:
t/pieces.xs:345:13: warning: missing braces around initializer [-Wmissing-braces]
.pieces = (const struct XSParseKeywordPieceType []){
^
t/pieces.xs:341:65: warning: missing braces around initializer [-Wmissing-braces]
static const struct XSParseKeywordHooks hooks_lexvar_my_intro = {
^
In file included from t/pieces.xs:12:
share-infix/include/XSParseInfix.h:121:13: warning: 'S_boot_xs_parse_infix' defined but not used [-Wunused-function]
static void S_boot_xs_parse_infix(pTHX_ double ver) {
^~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:112:13: warning: 'S_register_xs_parse_infix' defined but not used [-Wunused-function]
static void S_register_xs_parse_infix(pTHX_ const char *opname, const struct XSParseInfixHooks *hooks, void *hookdata)
^~~~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:102:12: warning: 'S_xs_parse_infix_new_op' defined but not used [-Wunused-function]
static OP *S_xs_parse_infix_new_op(pTHX_ const struct XSParseInfixInfo *info, U32 flags, OP *lhs, OP *rhs)
^~~~~~~~~~~~~~~~~~~~~~~
share-infix/include/XSParseInfix.h:90:13: warning: 'S_parse_infix' defined but not used [-Wunused-function]
static bool S_parse_infix(pTHX_ enum XSParseInfixSelection select, struct XSParseInfixInfo **infop)
^~~~~~~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/pieces/pieces.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/pieces/pieces.so t/pieces.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/probing.o t/probing.c
t/probing.xs: In function 'build_constbool':
t/probing.xs:17:80: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constbool(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/probing.xs:17:93: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constbool(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/probing.xs: In function 'build_repeatcount':
t/probing.xs:23:82: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_repeatcount(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/probing.xs:23:95: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_repeatcount(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/probing/probing.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/probing/probing.so t/probing.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/stages.o t/stages.c
t/stages.xs: In function 'permit_stages':
t/stages.xs:13:39: warning: unused parameter 'hookdata' [-Wunused-parameter]
static bool permit_stages(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/stages.xs: In function 'check_stages':
t/stages.xs:22:38: warning: unused parameter 'hookdata' [-Wunused-parameter]
static void check_stages(pTHX_ void *hookdata)
~~~~~~^~~~~~~~
t/stages.xs: In function 'parse_stages':
t/stages.xs:29:47: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int parse_stages(pTHX_ OP **out, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/stages/stages.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/stages/stages.so t/stages.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -fPIC -Ishare-keyword/include -Ishare-infix/include -Ihax -c -O2 -pipe -Wall -Wextra '-mtune=native' '-march=native' -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE '-D_FILE_OFFSET_BITS=64' '-D_FORTIFY_SOURCE=2' -O2 -o t/structures.o t/structures.c
t/structures.xs: In function 'build_op':
t/structures.xs:15:73: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_op(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:15:86: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_op(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/structures.xs: In function 'build_constiv':
t/structures.xs:21:78: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constiv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:21:91: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constiv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
t/structures.xs: In function 'build_constsv':
t/structures.xs:28:78: warning: unused parameter 'nargs' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~~^~~~~
t/structures.xs:28:91: warning: unused parameter 'hookdata' [-Wunused-parameter]
static int build_constsv(pTHX_ OP **out, XSParseKeywordPiece *args[], size_t nargs, void *hookdata)
~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/structures/structures.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/structures/structures.so t/structures.o
t/00use.t ............... ok
t/10stages-permit.t ..... ok
t/30pieces-literal.t .... ok
t/11stages-check.t ...... ok
t/31pieces-block.t ...... ok
t/32pieces-anonsub.t .... ok
t/33pieces-arithexpr.t .. ok
t/33pieces-listexpr.t ... ok
t/33pieces-termexpr.t ... ok
t/34pieces-ident.t ...... ok
t/35pieces-lexvar.t ..... ok
t/36pieces-attrs.t ...... ok
t/38pieces-infix.t ...... ok
t/37pieces-vstring.t .... ok
t/39pieces-warning.t .... ok
t/40build.t ............. ok
t/41structures.t ........ ok
t/42containers.t ........ ok
t/43probing.t ........... ok
t/50flags-autosemi.t .... ok
t/51flags-lexical.t ..... ok
t/60line.t .............. ok
t/70infix.t ............. ok
t/71infix-wrapper.t ..... ok
t/99pod.t ............... ok
All tests successful.
Files=25, Tests=201, 10 wallclock secs ( 0.20 usr 0.07 sys + 13.35 cusr 5.19 csys = 18.81 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ------ --------
File::ShareDir 1.00 1.118
perl 5.014 5.038000
build_requires:
Module Need Have
------------------ ------ --------
ExtUtils::CBuilder 0 0.280238
ExtUtils::ParseXS 3.16 3.51
Test2::V0 0 0.000155
configure_requires:
Module Need Have
------------------ ------ --------
ExtUtils::CChecker 0.11 0.12
Module::Build 0.4004 0.4234
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = c:j2
PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.38.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin::
PERL5LIB = /home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch:/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib:/home/smoker/.cpan/build/Future-0.52-0/blib/arch:/home/smoker/.cpan/build/Future-0.52-0/blib/lib:/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/arch:/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/lib:/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/arch:/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/lib:/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/arch:/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/lib:/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/arch:/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/lib:/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/arch:/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/lib:/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/arch:/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/lib:/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/arch:/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 25
PERL5_CPAN_IS_RUNNING = 25
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1,25
PERLBREW_HOME = /home/smoker/.perlbrew
PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.38.0/man
PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.38.0/bin
PERLBREW_PERL = perl-5.38.0
PERLBREW_ROOT = /home/smoker/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.97
PERLBREW_VERSION = 0.97
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
TMPDIR = /tmp/testwrapper.18
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker/perl5/perlbrew/perls/perl-5.38.0/bin/perl5.38.0
$UID/$EUID = 1000 / 1000
$GID = 1000 1000
$EGID = 1000 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.89
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.51
File::Spec 3.88
JSON n/a
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
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 38 subversion 0) configuration:
Platform:
osname=linux
osvers=5.4.0-1102-oracle
archname=x86_64-linux
uname='linux 78023b61d5c8 5.4.0-1102-oracle #111~18.04.1-ubuntu smp thu may 18 22:00:55 utc 2023 x86_64 gnulinux '
config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.38.0 -Dusedevel -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.38.0/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-O2 -pipe -Wall -Wextra -mtune=native -march=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='8.3.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 =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib
libs=-lpthread -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
libc=libc-2.28.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.28'
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_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
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 Jul 3 2023 22:44:10
%ENV:
PERL5LIB="/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch:/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib:/home/smoker/.cpan/build/Future-0.52-0/blib/arch:/home/smoker/.cpan/build/Future-0.52-0/blib/lib:/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/arch:/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/lib:/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/arch:/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/lib:/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/arch:/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/lib:/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/arch:/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/lib:/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/arch:/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/lib:/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/arch:/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/lib:/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/arch:/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="25"
PERL5_CPAN_IS_RUNNING="25"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1,25"
PERLBREW_HOME="/home/smoker/.perlbrew"
PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.38.0/man"
PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.38.0/bin"
PERLBREW_PERL="perl-5.38.0"
PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.97"
PERLBREW_VERSION="0.97"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/arch
/home/smoker/.cpan/build/ExtUtils-CChecker-0.12-0/blib/lib
/home/smoker/.cpan/build/Future-0.52-0/blib/arch
/home/smoker/.cpan/build/Future-0.52-0/blib/lib
/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/arch
/home/smoker/.cpan/build/Feature-Compat-Defer-0.02-0/blib/lib
/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/arch
/home/smoker/.cpan/build/Bytes-Random-Secure-0.29-0/blib/lib
/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/arch
/home/smoker/.cpan/build/Math-Random-ISAAC-XS-1.004-0/blib/lib
/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/arch
/home/smoker/.cpan/build/Math-Random-ISAAC-1.004-0/blib/lib
/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/arch
/home/smoker/.cpan/build/Crypt-Random-Seed-0.03-0/blib/lib
/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/arch
/home/smoker/.cpan/build/Crypt-Random-TESHA2-0.01-0/blib/lib
/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/arch
/home/smoker/.cpan/build/Feature-Compat-Try-0.05-0/blib/lib
/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0/x86_64-linux
/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/site_perl/5.38.0
/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux
/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0
.