XS-Parse-Sublike v0.37 Perl 5 v5.32.0 armv7l-linux
- Status
- Pass
- From
- Nigel Horne
- Dist
-
XS-Parse-Sublike v0.37
- Platform
- Perl 5 v5.32.0 armv7l-linux
- Date
- 2025-05-05 22:19:16
- ID
- fbaf0aa8-29fe-11f0-b729-994d3931c3fa
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.32.0, created by CPAN-Reporter-1.2018.
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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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.32.0-ld/lib/5.32.0/armv7l-linux/CORE -DVERSION="0.37" -DXS_VERSION="0.37" -fPIC -Ishare/include -Iinclude -Ihax -std=c99 -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/02func-signatures.t ........... ok
t/01func.t ...................... ok
t/00use.t ....................... ok
t/03func-deparse.t .............. ok
t/05func-sig-attributes.t ....... ok
t/04func-named-params.t ......... ok
t/06func-conditional-default.t .. skipped: No OPpARG_IF_UNDEF
t/11stages-pre_subparse.t ....... ok
t/10stages-permit.t ............. ok
t/07func-lexical.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/30any.t ....................... ok
t/31prefix.t .................... ok
t/40parts-name.t ................ ok
t/20registrations.t ............. ok
t/42parts-signature.t ........... ok
t/41parts-attrs.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+feature-class.t .... skipped: feature 'class' is not available
t/80extended+async.t ............ skipped: Module 'Future::AsyncAwait' is not installed
t/99pod.t ....................... ok
All tests successful.
Files=28, Tests=98, 4 wallclock secs ( 0.24 usr 0.15 sys + 7.97 cusr 4.02 csys = 12.38 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------ ------ --------
File::ShareDir 1.00 1.118
perl 5.016 5.032000
build_requires:
Module Need Have
------------------ ------ --------
ExtUtils::CBuilder 0 0.280234
Sub::Util 0 1.55
Test2::V0 0 1.302211
configure_requires:
Module Need Have
------------------ ------ --------
Module::Build 0.4004 0.4231
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
HARNESS_OPTIONS = j4
NONINTERACTIVE_TESTING = 1
PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB = /tmp/build/Feature-Compat-Try-0.05-0/blib/arch:/tmp/build/Feature-Compat-Try-0.05-0/blib/lib:/tmp/build/Syntax-Keyword-Try-0.30-0/blib/arch:/tmp/build/Syntax-Keyword-Try-0.30-0/blib/lib:/tmp/build/XS-Parse-Keyword-0.48-0/blib/arch:/tmp/build/XS-Parse-Keyword-0.48-0/blib/lib:/tmp/build/File-ShareDir-1.118-0/blib/arch:/tmp/build/File-ShareDir-1.118-0/blib/lib:/tmp/build/File-ShareDir-Install-0.14-0/blib/arch:/tmp/build/File-ShareDir-Install-0.14-0/blib/lib:/tmp/build/ExtUtils-CChecker-0.12-0/blib/arch:/tmp/build/ExtUtils-CChecker-0.12-0/blib/lib:/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/arch:/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/lib:/tmp/build/Test-Simple-1.302211-0/blib/arch:/tmp/build/Test-Simple-1.302211-0/blib/lib:/tmp/build/Term-Table-0.024-0/blib/arch:/tmp/build/Term-Table-0.024-0/blib/lib:/tmp/build/PPI-1.283-0/blib/arch:/tmp/build/PPI-1.283-0/blib/lib:/tmp/build/YAML-PP-v0.39.0-0/blib/arch:/tmp/build/YAML-PP-v0.39.0-0/blib/lib:/tmp/build/Test-Warn-0.37-0/blib/arch:/tmp/build/Test-Warn-0.37-0/blib/lib:/tmp/build/Test-SubCalls-1.10-0/blib/arch:/tmp/build/Test-SubCalls-1.10-0/blib/lib:/tmp/build/Hook-LexWrap-0.26-0/blib/arch:/tmp/build/Hook-LexWrap-0.26-0/blib/lib:/tmp/build/Test-Object-0.08-0/blib/arch:/tmp/build/Test-Object-0.08-0/blib/lib:/tmp/build/Test-NoWarnings-1.06-0/blib/arch:/tmp/build/Test-NoWarnings-1.06-0/blib/lib:/tmp/build/Task-Weaken-1.06-0/blib/arch:/tmp/build/Task-Weaken-1.06-0/blib/lib:/tmp/build/Safe-Isa-1.000010-0/blib/arch:/tmp/build/Safe-Isa-1.000010-0/blib/lib:/tmp/build/Params-Util-1.102-0/blib/arch:/tmp/build/Params-Util-1.102-0/blib/lib:/tmp/build/Test-LeakTrace-0.17-0/blib/arch:/tmp/build/Test-LeakTrace-0.17-0/blib/lib:/tmp/build/Class-Inspector-1.36-0/blib/arch:/tmp/build/Class-Inspector-1.36-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 25282
PERL5_CPAN_IS_RUNNING = 25282
PERLBREW_HOME = /home/smoker/.perlbrew
PERLBREW_MANPATH = /home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/man
PERLBREW_PATH = /home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/bin
PERLBREW_PERL = perl-5.32.0-ld
PERLBREW_ROOT = /home/smoker/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.88
PERLBREW_VERSION = 0.88
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
TMPDIR = /tmp/testwrapper.25268
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/bin/perl5.32.0
$UID/$EUID = 1000 / 1000
$GID = 1000 1000
$EGID = 1000 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280234
ExtUtils::Command 7.46
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.46
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.04
Module::Build 0.4231
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302211
YAML 1.30
YAML::Syck 1.32
version 0.9924
--
Summary of my perl5 (revision 5 version 32 subversion 0) configuration:
Platform:
osname=linux
osvers=5.4.51-v7l+
archname=armv7l-linux
uname='linux d35c2ce1b4b1 5.4.51-v7l+ #1327 smp thu jul 23 11:04:39 bst 2020 armv7l gnulinux '
config_args='-de -Dprefix=/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld -Dusedevel -Duselongdouble -Accflags=-O2 -pipe -Wall -Wextra -mtune=native -march=native -Aeval:scriptdir=/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=undef
use64bitall=undef
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
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=4
ptrsize=4
doublesize=8
byteorder=1234
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=8
longdblkind=0
ivtype='long'
ivsize=4
nvtype='long 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/arm-linux-gnueabihf/8/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -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_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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 Sep 29 2020 14:12:27
%ENV:
PERL5LIB="/tmp/build/Feature-Compat-Try-0.05-0/blib/arch:/tmp/build/Feature-Compat-Try-0.05-0/blib/lib:/tmp/build/Syntax-Keyword-Try-0.30-0/blib/arch:/tmp/build/Syntax-Keyword-Try-0.30-0/blib/lib:/tmp/build/XS-Parse-Keyword-0.48-0/blib/arch:/tmp/build/XS-Parse-Keyword-0.48-0/blib/lib:/tmp/build/File-ShareDir-1.118-0/blib/arch:/tmp/build/File-ShareDir-1.118-0/blib/lib:/tmp/build/File-ShareDir-Install-0.14-0/blib/arch:/tmp/build/File-ShareDir-Install-0.14-0/blib/lib:/tmp/build/ExtUtils-CChecker-0.12-0/blib/arch:/tmp/build/ExtUtils-CChecker-0.12-0/blib/lib:/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/arch:/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/lib:/tmp/build/Test-Simple-1.302211-0/blib/arch:/tmp/build/Test-Simple-1.302211-0/blib/lib:/tmp/build/Term-Table-0.024-0/blib/arch:/tmp/build/Term-Table-0.024-0/blib/lib:/tmp/build/PPI-1.283-0/blib/arch:/tmp/build/PPI-1.283-0/blib/lib:/tmp/build/YAML-PP-v0.39.0-0/blib/arch:/tmp/build/YAML-PP-v0.39.0-0/blib/lib:/tmp/build/Test-Warn-0.37-0/blib/arch:/tmp/build/Test-Warn-0.37-0/blib/lib:/tmp/build/Test-SubCalls-1.10-0/blib/arch:/tmp/build/Test-SubCalls-1.10-0/blib/lib:/tmp/build/Hook-LexWrap-0.26-0/blib/arch:/tmp/build/Hook-LexWrap-0.26-0/blib/lib:/tmp/build/Test-Object-0.08-0/blib/arch:/tmp/build/Test-Object-0.08-0/blib/lib:/tmp/build/Test-NoWarnings-1.06-0/blib/arch:/tmp/build/Test-NoWarnings-1.06-0/blib/lib:/tmp/build/Task-Weaken-1.06-0/blib/arch:/tmp/build/Task-Weaken-1.06-0/blib/lib:/tmp/build/Safe-Isa-1.000010-0/blib/arch:/tmp/build/Safe-Isa-1.000010-0/blib/lib:/tmp/build/Params-Util-1.102-0/blib/arch:/tmp/build/Params-Util-1.102-0/blib/lib:/tmp/build/Test-LeakTrace-0.17-0/blib/arch:/tmp/build/Test-LeakTrace-0.17-0/blib/lib:/tmp/build/Class-Inspector-1.36-0/blib/arch:/tmp/build/Class-Inspector-1.36-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="25282"
PERL5_CPAN_IS_RUNNING="25282"
PERLBREW_HOME="/home/smoker/.perlbrew"
PERLBREW_MANPATH="/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/man"
PERLBREW_PATH="/home/smoker/perl5/perlbrew/bin:/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/bin"
PERLBREW_PERL="perl-5.32.0-ld"
PERLBREW_ROOT="/home/smoker/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.88"
PERLBREW_VERSION="0.88"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/build/Feature-Compat-Try-0.05-0/blib/arch
/tmp/build/Feature-Compat-Try-0.05-0/blib/lib
/tmp/build/Syntax-Keyword-Try-0.30-0/blib/arch
/tmp/build/Syntax-Keyword-Try-0.30-0/blib/lib
/tmp/build/XS-Parse-Keyword-0.48-0/blib/arch
/tmp/build/XS-Parse-Keyword-0.48-0/blib/lib
/tmp/build/File-ShareDir-1.118-0/blib/arch
/tmp/build/File-ShareDir-1.118-0/blib/lib
/tmp/build/File-ShareDir-Install-0.14-0/blib/arch
/tmp/build/File-ShareDir-Install-0.14-0/blib/lib
/tmp/build/ExtUtils-CChecker-0.12-0/blib/arch
/tmp/build/ExtUtils-CChecker-0.12-0/blib/lib
/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/arch
/tmp/build/Test2-Plugin-DBBreak-0.200000-0/blib/lib
/tmp/build/Test-Simple-1.302211-0/blib/arch
/tmp/build/Test-Simple-1.302211-0/blib/lib
/tmp/build/Term-Table-0.024-0/blib/arch
/tmp/build/Term-Table-0.024-0/blib/lib
/tmp/build/PPI-1.283-0/blib/arch
/tmp/build/PPI-1.283-0/blib/lib
/tmp/build/YAML-PP-v0.39.0-0/blib/arch
/tmp/build/YAML-PP-v0.39.0-0/blib/lib
/tmp/build/Test-Warn-0.37-0/blib/arch
/tmp/build/Test-Warn-0.37-0/blib/lib
/tmp/build/Test-SubCalls-1.10-0/blib/arch
/tmp/build/Test-SubCalls-1.10-0/blib/lib
/tmp/build/Hook-LexWrap-0.26-0/blib/arch
/tmp/build/Hook-LexWrap-0.26-0/blib/lib
/tmp/build/Test-Object-0.08-0/blib/arch
/tmp/build/Test-Object-0.08-0/blib/lib
/tmp/build/Test-NoWarnings-1.06-0/blib/arch
/tmp/build/Test-NoWarnings-1.06-0/blib/lib
/tmp/build/Task-Weaken-1.06-0/blib/arch
/tmp/build/Task-Weaken-1.06-0/blib/lib
/tmp/build/Safe-Isa-1.000010-0/blib/arch
/tmp/build/Safe-Isa-1.000010-0/blib/lib
/tmp/build/Params-Util-1.102-0/blib/arch
/tmp/build/Params-Util-1.102-0/blib/lib
/tmp/build/Test-LeakTrace-0.17-0/blib/arch
/tmp/build/Test-LeakTrace-0.17-0/blib/lib
/tmp/build/Class-Inspector-1.36-0/blib/arch
/tmp/build/Class-Inspector-1.36-0/blib/lib
/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/lib/site_perl/5.32.0/armv7l-linux
/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/lib/site_perl/5.32.0
/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/lib/5.32.0/armv7l-linux
/home/smoker/perl5/perlbrew/perls/perl-5.32.0-ld/lib/5.32.0
.