Back
From: metabase:user:919240cc-3a5a-11e3-97e0-aee51455ead1
Subject: PASS XS-Parse-Keyword-0.48 5.40.2 Mac OS X
Date: 2025-04-22T17:36:37Z
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 PEVANS,
This is a computer-generated report for XS-Parse-Keyword-0.48
on perl 5.40.2, created by App::cpanminus::reporter 0.22 (1.7048).
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:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '':
Building and testing XS-Parse-Keyword-0.48
Building XS-Parse-Keyword
cc -Isrc/ -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o src/infix.o src/infix.c
src/infix.c:456:59: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
456 | while(opend < PL_parser->bufend && isIDCONT_utf8_safe(opend, PL_parser->bufend))
| ^~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2361:72: note: expanded from macro 'isIDCONT_utf8_safe'
2361 | _is_utf8_perl_idcont, p, e)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2293:69: note: expanded from macro 'generic_func_utf8_safe_'
2293 | generic_utf8_safe_(classnum, p, e, above_latin1(p, e))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:122:81: note: expanded from macro '_is_utf8_perl_idcont'
122 | # define _is_utf8_perl_idcont(a,b) Perl__is_utf8_perl_idcont(aTHX_ a,b)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2289:16: note: expanded from macro 'generic_utf8_safe_'
2289 | : above_latin1))
| ^~~~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/proto.h:131:43: note: passing argument to parameter 'p' here
131 | Perl__is_utf8_perl_idcont(pTHX_ const U8 *p, const U8 * const e)
| ^
src/infix.c:456:66: warning: passing 'char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
456 | while(opend < PL_parser->bufend && isIDCONT_utf8_safe(opend, PL_parser->bufend))
| ^~~~~~~~~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2361:75: note: expanded from macro 'isIDCONT_utf8_safe'
2361 | _is_utf8_perl_idcont, p, e)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2293:72: note: expanded from macro 'generic_func_utf8_safe_'
2293 | generic_utf8_safe_(classnum, p, e, above_latin1(p, e))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:122:83: note: expanded from macro '_is_utf8_perl_idcont'
122 | # define _is_utf8_perl_idcont(a,b) Perl__is_utf8_perl_idcont(aTHX_ a,b)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2289:16: note: expanded from macro 'generic_utf8_safe_'
2289 | : above_latin1))
| ^~~~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/proto.h:131:63: note: passing argument to parameter 'e' here
131 | Perl__is_utf8_perl_idcont(pTHX_ const U8 *p, const U8 * const e)
| ^
src/infix.c:945:12: warning: enumeration values 'SHAPE_LISTASSOC_SCALARS' and 'SHAPE_LISTASSOC_LISTS' not handled in switch [-Wswitch]
945 | switch(operand_shape(®->hd)) {
| ^~~~~~~~~~~~~~~~~~~~~~~
src/infix.c:945:12: note: add missing switch cases
945 | switch(operand_shape(®->hd)) {
| ^
946 | case SHAPE_SCALARSCALAR:
947 | case SHAPE_SCALARLIST: /* not really */
948 | call_method("_deparse_infix_wrapperfunc_scalarscalar", G_SCALAR);
949 | break;
950 |
951 | case SHAPE_LISTLIST:
952 | call_method("_deparse_infix_wrapperfunc_listlist", G_SCALAR);
953 | break;
954 | }
src/infix.c:902:33: warning: unsequenced modification and access to 'len' [-Wunsequenced]
902 | opnamesv = newSVpvn_flags(HePV(he, len) + PREFIXLEN, len - PREFIXLEN, HeUTF8(he) ? SVf_UTF8 : 0);
| ^ ~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/hv.h:434:39: note: expanded from macro 'HePV'
434 | ((lp = HeKLEN(he)), HeKEY(he)))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:441:75: note: expanded from macro 'newSVpvn_flags'
441 | # define newSVpvn_flags(a,b,c) Perl_newSVpvn_flags(aTHX_ a,b,c)
| ^ ~
src/infix.c:1003:30: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1003 | if(!isIDCONT_utf8_safe(s, opname_end))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2361:72: note: expanded from macro 'isIDCONT_utf8_safe'
2361 | _is_utf8_perl_idcont, p, e)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2293:69: note: expanded from macro 'generic_func_utf8_safe_'
2293 | generic_utf8_safe_(classnum, p, e, above_latin1(p, e))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:122:81: note: expanded from macro '_is_utf8_perl_idcont'
122 | # define _is_utf8_perl_idcont(a,b) Perl__is_utf8_perl_idcont(aTHX_ a,b)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2289:16: note: expanded from macro 'generic_utf8_safe_'
2289 | : above_latin1))
| ^~~~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/proto.h:131:43: note: passing argument to parameter 'p' here
131 | Perl__is_utf8_perl_idcont(pTHX_ const U8 *p, const U8 * const e)
| ^
src/infix.c:1003:33: warning: passing 'const char *' to parameter of type 'const U8 *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1003 | if(!isIDCONT_utf8_safe(s, opname_end))
| ^~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2361:75: note: expanded from macro 'isIDCONT_utf8_safe'
2361 | _is_utf8_perl_idcont, p, e)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2293:72: note: expanded from macro 'generic_func_utf8_safe_'
2293 | generic_utf8_safe_(classnum, p, e, above_latin1(p, e))
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:122:83: note: expanded from macro '_is_utf8_perl_idcont'
122 | # define _is_utf8_perl_idcont(a,b) Perl__is_utf8_perl_idcont(aTHX_ a,b)
| ^
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/handy.h:2289:16: note: expanded from macro 'generic_utf8_safe_'
2289 | : above_latin1))
| ^~~~~~~~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/proto.h:131:63: note: passing argument to parameter 'e' here
131 | Perl__is_utf8_perl_idcont(pTHX_ const U8 *p, const U8 * const e)
| ^
src/infix.c:1151:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
1151 | reg->opname_is_WIDE = TRUE;
| ^ ~~~~
7 warnings generated.
cc -Isrc/ -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o src/keyword.o src/keyword.c
src/keyword.c:1012:20: warning: field precision should have type 'int', but argument has type 'STRLEN' (aka 'unsigned long') [-Wformat]
1012 | croak("'my %.*s' is not permitted as a lexical keyword", kwlen, kw);
| ~~^~ ~~~~~
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE/embed.h:863:66: note: expanded from macro 'croak'
863 | # define croak(...) Perl_croak(aTHX_ __VA_ARGS__)
| ^~~~~~~~~~~
1 warning generated.
cc -Isrc/ -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o lib/XS/Parse/Keyword.o lib/XS/Parse/Keyword.c
ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/XS/Parse/Keyword/Keyword.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o blib/arch/auto/XS/Parse/Keyword/Keyword.bundle lib/XS/Parse/Keyword.o src/infix.o src/keyword.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/build.o t/build.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/build/build.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/build/build.bundle t/build.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/flags.o t/flags.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/flags/flags.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/flags/flags.bundle t/flags.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/infix.o t/infix.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/infix/infix.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/infix/infix.bundle t/infix.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/line.o t/line.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/line/line.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/line/line.bundle t/line.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/pieces.o t/pieces.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/pieces/pieces.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/pieces/pieces.bundle t/pieces.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/probing.o t/probing.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/probing/probing.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/probing/probing.bundle t/probing.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/stages.o t/stages.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/stages/stages.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/stages/stages.bundle t/stages.o
cc -I/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE '-DVERSION="0.48"' '-DXS_VERSION="0.48"' -Ishare-keyword/include -Ishare-infix/include -Ihax -c -fno-common -DPERL_DARWIN '-mmacosx-version-min=15.4' -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong '-Wno-error=implicit-function-declaration' -O3 -o t/structures.o t/structures.c
ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/structures/structures.bs')
env 'LD_RUN_PATH=/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level/CORE' cc '-mmacosx-version-min=15.4' -bundle -undefined dynamic_lookup -fstack-protector-strong -o t/blib/arch/auto/t/structures/structures.bundle t/structures.o
t/00use.t ............... ok
t/10stages-permit.t ..... ok
t/11stages-check.t ...... ok
t/30pieces-literal.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/37pieces-vstring.t .... ok
t/38pieces-infix.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 ............... skipped: Test::Pod 1.00 required for testing POD
All tests successful.
Files=25, Tests=195, 2 wallclock secs ( 0.02 usr 0.03 sys + 0.90 cusr 0.24 csys = 1.19 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_GB.UTF-8
LC_TERMINAL = iTerm2
LC_TERMINAL_VERSION = 3.5.13
PATH = /Users/ilmari/.perlbrew/libs/40.2@std/bin:/Users/ilmari/perl5/perlbrew/bin:/Users/ilmari/perl5/perlbrew/perls/40.2/bin:/Users/ilmari/.volta/bin:/Users/ilmari/.rd/bin:/Users/ilmari/.bun/bin:/Users/ilmari/.volta/bin:/Users/ilmari/.rd/bin:/Users/ilmari/.cargo/bin:/Users/ilmari/.pyenv/shims:/Users/ilmari/.local/bin:/Users/ilmari/go/bin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/unzip/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/usr/local/sbin:/Applications/iTerm.app/Contents/Resources/utilities
PERL5LIB = /Users/ilmari/.perlbrew/libs/40.2@std/lib/perl5
PERLBREW_HOME = /Users/ilmari/.perlbrew
PERLBREW_LIB = std
PERLBREW_MANPATH = /Users/ilmari/.perlbrew/libs/40.2@std/man:/Users/ilmari/perl5/perlbrew/perls/40.2/man
PERLBREW_PATH = /Users/ilmari/.perlbrew/libs/40.2@std/bin:/Users/ilmari/perl5/perlbrew/bin:/Users/ilmari/perl5/perlbrew/perls/40.2/bin
PERLBREW_PERL = 40.2
PERLBREW_ROOT = /Users/ilmari/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 1.00
PERLBREW_VERSION = 1.00
PERL_LOCAL_LIB_ROOT = /Users/ilmari/.perlbrew/libs/40.2@std
PERL_MB_OPT = --install_base /Users/ilmari/.perlbrew/libs/40.2@std
PERL_MM_OPT = INSTALL_BASE=/Users/ilmari/.perlbrew/libs/40.2@std
SHELL = /opt/homebrew/bin/bash
TERM = xterm-256color
TMPDIR = /var/folders/s3/rjxz_y393b10cp8hdzrtwkdw0000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 702 33 100 204 250 395 398 399 400
EUID = 501
EXECUTABLE_NAME = /Users/ilmari/perl5/perlbrew/perls/40.2/bin/perl
GID = 20 20 12 61 79 80 81 98 702 33 100 204 250 395 398 399 400
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.91
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.91
JSON n/a
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.48
Test::More 1.302199
YAML n/a
YAML::Syck n/a
version 0.9930
--
Summary of my perl5 (revision 5 version 40 subversion 2) configuration:
Platform:
osname=darwin
osvers=24.4.0
archname=darwin-2level
uname='darwin hf-jhk6c61rw9 24.4.0 darwin kernel version 24.4.0: fri apr 11 18:33:47 pdt 2025; root:xnu-11417.101.15~117release_arm64_t6030 arm64 arm darwin '
config_args='-de -Dprefix=/Users/ilmari/perl5/perlbrew/perls/40.2 -Duseshrplib -Dman1dir=none -Dman3dir=none -Accflags=-DNO_LOCALE_COLLATE -Aeval:scriptdir=/Users/ilmari/perl5/perlbrew/perls/40.2/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 ='-fno-common -DPERL_DARWIN -mmacosx-version-min=15.4 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong'
optimize='-O3'
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=15.4 -DNO_THREAD_SAFE_QUERYLOCALE -DNO_POSIX_2008_LOCALE -DNO_LOCALE_COLLATE -fno-strict-aliasing -pipe -fstack-protector-strong'
ccversion=''
gccversion='Apple LLVM 17.0.0 (clang-1700.0.13.3)'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=8
longdblkind=0
ivtype='long'
ivsize=8
nvtype='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -mmacosx-version-min=15.4 -fstack-protector-strong'
libpth=/Library/Developer/CommandLineTools/usr/lib/clang/17/lib /Library/Developer/CommandLineTools/SDKs/MacOSX15.4.sdk/usr/lib /Library/Developer/CommandLineTools/usr/lib /usr/lib
libs=
perllibs=
libc=
so=dylib
useshrplib=true
libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=bundle
d_dlsymun=undef
ccdlflags=' '
cccdlflags=' '
lddlflags=' -mmacosx-version-min=15.4 -bundle -undefined dynamic_lookup -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_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under darwin
Compiled at Apr 22 2025 17:19:50
%ENV:
PERL5LIB="/Users/ilmari/.perlbrew/libs/40.2@std/lib/perl5"
PERLBREW_HOME="/Users/ilmari/.perlbrew"
PERLBREW_LIB="std"
PERLBREW_MANPATH="/Users/ilmari/.perlbrew/libs/40.2@std/man:/Users/ilmari/perl5/perlbrew/perls/40.2/man"
PERLBREW_PATH="/Users/ilmari/.perlbrew/libs/40.2@std/bin:/Users/ilmari/perl5/perlbrew/bin:/Users/ilmari/perl5/perlbrew/perls/40.2/bin"
PERLBREW_PERL="40.2"
PERLBREW_ROOT="/Users/ilmari/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="1.00"
PERLBREW_VERSION="1.00"
PERL_LOCAL_LIB_ROOT="/Users/ilmari/.perlbrew/libs/40.2@std"
PERL_MB_OPT="--install_base /Users/ilmari/.perlbrew/libs/40.2@std"
PERL_MM_OPT="INSTALL_BASE=/Users/ilmari/.perlbrew/libs/40.2@std"
@INC:
/Users/ilmari/.perlbrew/libs/40.2@std/lib/perl5/darwin-2level
/Users/ilmari/.perlbrew/libs/40.2@std/lib/perl5
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/site_perl/5.40.2/darwin-2level
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/site_perl/5.40.2
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2/darwin-2level
/Users/ilmari/perl5/perlbrew/perls/40.2/lib/5.40.2