XS-Parse-Sublike v0.37 Perl 5 v5.38.0 x86_64-linux

Status
Pass
From
Nigel Horne
Dist
XS-Parse-Sublike v0.37
Platform
Perl 5 v5.38.0 x86_64-linux
Date
2025-07-01 14:27:16
ID
7d0e8448-5687-11f0-a493-9bb4370acedf
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-Sublike-0.37
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.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/actions.o t/actions.c
t/actions.xs: In function 'action_pre_subparse':
t/actions.xs:13:80: warning: unused parameter '_' [-Wunused-parameter]
 static void action_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                          ~~~~~~^
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/actions/actions.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/actions/actions.so t/actions.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/any.o t/any.c
t/any.xs: In function 'func_pre_subparse':
t/any.xs:17:67: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'func_post_blockstart':
t/any.xs:23:70: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'func_pre_blockend':
t/any.xs:29:67: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'func_post_newcv':
t/any.xs:35:65: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'prefixed_pre_subparse':
t/any.xs:50:71: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'prefixed_post_blockstart':
t/any.xs:56:74: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'prefixed_pre_blockend':
t/any.xs:62:71: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/any.xs: In function 'prefixed_post_newcv':
t/any.xs:68:69: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/any/any.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/any/any.so t/any.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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 'no_body_post_newcv':
t/flags.xs:13:79: warning: unused parameter '_' [-Wunused-parameter]
 static void no_body_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                         ~~~~~~^
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.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/func.o t/func.c
t/func.xs: In function 'apply_Attribute':
t/func.xs:47:95: warning: unused parameter 'attrdata_ptr' [-Wunused-parameter]
 static void apply_Attribute(pTHX_ struct XPSSignatureParamContext *ctx, SV *attrvalue, void **attrdata_ptr, void *funcdata)
                                                                                        ~~~~~~~^~~~~~~~~~~~
t/func.xs:47:115: warning: unused parameter 'funcdata' [-Wunused-parameter]
 static void apply_Attribute(pTHX_ struct XPSSignatureParamContext *ctx, SV *attrvalue, void **attrdata_ptr, void *funcdata)
                                                                                                             ~~~~~~^~~~~~~~
t/func.xs: In function 'post_defop_Attribute':
t/func.xs:60:84: warning: unused parameter 'attrdata' [-Wunused-parameter]
 static void post_defop_Attribute(pTHX_ struct XPSSignatureParamContext *ctx, void *attrdata, void *funcdata)
                                                                              ~~~~~~^~~~~~~~
t/func.xs:60:100: warning: unused parameter 'funcdata' [-Wunused-parameter]
 static void post_defop_Attribute(pTHX_ struct XPSSignatureParamContext *ctx, void *attrdata, void *funcdata)
                                                                                              ~~~~~~^~~~~~~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/func/func.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/func/func.so t/func.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/parts.o t/parts.c
t/parts.xs: In function 'parts_permit':
t/parts.xs:20:38: warning: unused parameter '_' [-Wunused-parameter]
 static bool parts_permit(pTHX_ void *_)
                                ~~~~~~^
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/parts/parts.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/parts/parts.so t/parts.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/prefix.o t/prefix.c
t/prefix.xs: In function 'func_pre_subparse':
t/prefix.xs:13:67: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'func_post_blockstart':
t/prefix.xs:19:70: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'func_pre_blockend':
t/prefix.xs:25:67: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'func_post_newcv':
t/prefix.xs:31:65: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void func_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'prefixed_pre_subparse':
t/prefix.xs:46:71: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'prefixed_post_blockstart':
t/prefix.xs:52:74: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'prefixed_pre_blockend':
t/prefix.xs:58:71: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/prefix.xs: In function 'prefixed_post_newcv':
t/prefix.xs:64:69: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void prefixed_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_logsv)
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/prefix/prefix.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/prefix/prefix.so t/prefix.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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/registrations.o t/registrations.c
t/registrations.xs: In function 'red_pre_blockend':
t/registrations.xs:13:77: warning: unused parameter '_' [-Wunused-parameter]
 static void red_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                       ~~~~~~^
t/registrations.xs: In function 'blue_pre_blockend':
t/registrations.xs:26:78: warning: unused parameter '_' [-Wunused-parameter]
 static void blue_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                        ~~~~~~^
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/registrations/registrations.bs')
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong -o t/blib/arch/auto/t/registrations/registrations.so t/registrations.o
cc -I/home/smoker/perl5/perlbrew/perls/perl-5.38.0/lib/5.38.0/x86_64-linux/CORE '-DVERSION="0.37"' '-DXS_VERSION="0.37"' -fPIC -Ishare/include -Iinclude -Ihax -Wall -Wno-unused-function -Wno-unused-value -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 'stage_permit':
t/stages.xs:19:38: warning: unused parameter '_' [-Wunused-parameter]
 static bool stage_permit(pTHX_ void *_)
                                ~~~~~~^
t/stages.xs: In function 'stage_pre_subparse':
t/stages.xs:27:68: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void stage_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/stages.xs:27:79: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_pre_subparse(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                         ~~~~~~^
t/stages.xs: In function 'stage_post_blockstart':
t/stages.xs:34:71: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void stage_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/stages.xs:34:82: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_post_blockstart(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                            ~~~~~~^
t/stages.xs: In function 'stage_pre_blockend':
t/stages.xs:41:68: warning: unused parameter 'ctx' [-Wunused-parameter]
 static void stage_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/stages.xs:41:79: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_pre_blockend(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                         ~~~~~~^
t/stages.xs: In function 'stage_post_newcv':
t/stages.xs:48:77: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                       ~~~~~~^
t/stages.xs: In function 'stage_filter_attr':
t/stages.xs:55:67: warning: unused parameter 'ctx' [-Wunused-parameter]
 static bool stage_filter_attr(pTHX_ struct XSParseSublikeContext *ctx, SV *attr, SV *value, void *_)
                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
t/stages.xs:55:99: warning: unused parameter '_' [-Wunused-parameter]
 static bool stage_filter_attr(pTHX_ struct XSParseSublikeContext *ctx, SV *attr, SV *value, void *_)
                                                                                             ~~~~~~^
t/stages.xs: In function 'stage_start_signature':
t/stages.xs:69:82: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_start_signature(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                            ~~~~~~^
t/stages.xs: In function 'stage_finish_signature':
t/stages.xs:91:83: warning: unused parameter '_' [-Wunused-parameter]
 static void stage_finish_signature(pTHX_ struct XSParseSublikeContext *ctx, void *_)
                                                                             ~~~~~~^
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
t/00use.t ....................... ok
t/01func.t ...................... ok
t/02func-signatures.t ........... ok
t/03func-deparse.t .............. ok
t/04func-named-params.t ......... ok
t/06func-conditional-default.t .. ok
t/05func-sig-attributes.t ....... ok
t/07func-lexical.t .............. ok
t/10stages-permit.t ............. ok
t/11stages-pre_subparse.t ....... ok
t/12stages-post_blockstart.t .... ok
t/13stages-pre_blockend.t ....... ok
t/14stages-post_newcv.t ......... ok
t/15stages-filter_attr.t ........ ok
t/16stages-signature.t .......... ok
t/20registrations.t ............. ok
t/30any.t ....................... ok
t/31prefix.t .................... ok
t/40parts-name.t ................ ok
t/41parts-attrs.t ............... ok
t/42parts-signature.t ........... ok
t/60actions.t ................... ok
t/50flags-no-body.t ............. ok
t/80extended+Object-Pad.t ....... skipped: Module 'Object::Pad' is not installed
t/70extended.t .................. ok
t/80extended+async.t ............ skipped: Module 'Future::AsyncAwait' is not installed
t/80extended+feature-class.t .... ok
t/99pod.t ....................... ok
All tests successful.
Files=28, Tests=104, 12 wallclock secs ( 0.31 usr  0.19 sys + 15.04 cusr  7.78 csys = 23.32 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module             Need   Have    
    ------------------ ------ --------
    File::ShareDir     1.00   1.118   
    perl               5.016  5.038000

build_requires:

    Module             Need   Have    
    ------------------ ------ --------
    ExtUtils::CBuilder 0      0.280238
    Sub::Util          0      1.63    
    Test2::V0          0      0.000155

configure_requires:

    Module             Need   Have    
    ------------------ ------ --------
    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/XS-Parse-Keyword-0.48-0/blib/arch:/home/smoker/.cpan/build/XS-Parse-Keyword-0.48-0/blib/lib:/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/Excel-ValueReader-XLSX-1.17-0/blib/arch:/home/smoker/.cpan/build/Excel-ValueReader-XLSX-1.17-0/blib/lib:/home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/arch:/home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/lib:/home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/arch:/home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/lib:/home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/arch:/home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/lib:/home/smoker/.cpan/build/Date-Calc-6.4-0/blib/arch:/home/smoker/.cpan/build/Date-Calc-6.4-0/blib/lib:/home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/arch:/home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/lib:/home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/arch:/home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/lib:/home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/arch:/home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/lib:/home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/arch:/home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/lib:/home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/arch:/home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/lib:/home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-0/blib/arch:/home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-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/XS-Parse-Keyword-0.48-0/blib/arch:/home/smoker/.cpan/build/XS-Parse-Keyword-0.48-0/blib/lib:/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/Excel-ValueReader-XLSX-1.17-0/blib/arch:/home/smoker/.cpan/build/Excel-ValueReader-XLSX-1.17-0/blib/lib:/home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/arch:/home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/lib:/home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/arch:/home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/lib:/home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/arch:/home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/lib:/home/smoker/.cpan/build/Date-Calc-6.4-0/blib/arch:/home/smoker/.cpan/build/Date-Calc-6.4-0/blib/lib:/home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/arch:/home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/lib:/home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/arch:/home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/lib:/home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/arch:/home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/lib:/home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/arch:/home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/lib:/home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/arch:/home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/lib:/home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-0/blib/arch:/home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-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/XS-Parse-Keyword-0.48-0/blib/arch
    /home/smoker/.cpan/build/XS-Parse-Keyword-0.48-0/blib/lib
    /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/Excel-ValueReader-XLSX-1.17-0/blib/arch
    /home/smoker/.cpan/build/Excel-ValueReader-XLSX-1.17-0/blib/lib
    /home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/arch
    /home/smoker/.cpan/build/MooseX-StrictConstructor-0.21-0/blib/lib
    /home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/arch
    /home/smoker/.cpan/build/Iterator-Simple-0.07-0/blib/lib
    /home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/arch
    /home/smoker/.cpan/build/Date-Calc-XS-6.4-0/blib/lib
    /home/smoker/.cpan/build/Date-Calc-6.4-0/blib/arch
    /home/smoker/.cpan/build/Date-Calc-6.4-0/blib/lib
    /home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/arch
    /home/smoker/.cpan/build/Bit-Vector-7.4-0/blib/lib
    /home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/arch
    /home/smoker/.cpan/build/HTTP-Cookies-Chrome-3.001_02-0/blib/lib
    /home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/arch
    /home/smoker/.cpan/build/PBKDF2-Tiny-0.005-0/blib/lib
    /home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/arch
    /home/smoker/.cpan/build/Crypt-Rijndael-1.16-0/blib/lib
    /home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/arch
    /home/smoker/.cpan/build/CPAN-Perl-Releases-5.20250627-0/blib/lib
    /home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-0/blib/arch
    /home/smoker/.cpan/build/Hash-Util-Exists-Tiny-1.03-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
    .