Sys-Signal v0.02 Perl 5 v5.42.0 MSWin32-x64-multi-thread

Status
Fail
From
gregor herrmann
Dist
Sys-Signal v0.02
Platform
Perl 5 v5.42.0 MSWin32-x64-multi-thread
Date
2025-10-08 21:16:51
ID
048f7c26-6dbe-1014-b43b-caaa50ebfcb5
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 DOUGM,

This is a computer-generated report for Sys-Signal-0.02
on perl 5.42.0, created by App::cpanminus::reporter 0.18 (1.7048).

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing Sys-Signal-0.02
cp Signal.pm blib\lib\Sys\Signal.pm
Running Mkbootstrap for Signal ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "Signal.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Signal.bs blib\arch\auto\Sys\Signal\Signal.bs 644
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\site\lib\ExtUtils/xsubpp"  -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap -typemap C:\Users\smoker\.cpanm\work\1759958196.4768\Sys-Signal-0.02\typemap  Signal.xs > Signal.xsc
Please specify prototyping behavior for Signal.xs (see perlxs manual)
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- Signal.xsc Signal.c
gcc -c   -std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields -O2   -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\"  "-IC:\STRAWB~1\perl\lib\CORE"   Signal.c
Signal.xs: In function 'XS_Sys__Signal_set':
Signal.xs:51:21: warning: implicit declaration of function 'Perl_whichsig'; did you mean 'Perl_whichsig_sv'? [-Wimplicit-function-declaration]
   51 |     RETVAL->signo = Perl_whichsig(name);
      |                     ^~~~~~~~~~~~~
      |                     Perl_whichsig_sv
Signal.xs:52:43: warning: passing argument 1 of 'Perl_rsignal_state' makes pointer from integer without a cast [-Wint-conversion]
   52 |     RETVAL->h =  Perl_rsignal_state(RETVAL->signo);
      |                                     ~~~~~~^~~~~~~
      |                                           |
      |                                           int
In file included from Signal.xs:5:
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:3893:20: note: in expansion of macro 'pTHX_'
 3893 | Perl_rsignal_state(pTHX_ int i);
      |                    ^~~~~
Signal.xs:52:18: error: too few arguments to function 'Perl_rsignal_state'
   52 |     RETVAL->h =  Perl_rsignal_state(RETVAL->signo);
      |                  ^~~~~~~~~~~~~~~~~~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:6160:
C:\STRAWB~1\perl\lib\CORE/proto.h:3893:1: note: declared here
 3893 | Perl_rsignal_state(pTHX_ int i);
      | ^~~~~~~~~~~~~~~~~~
Signal.xs:58:31: warning: passing argument 1 of 'Perl_hv_fetch' from incompatible pointer type [-Wincompatible-pointer-types]
   58 |     elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
      |                         ~~~~~~^~~~~~~
      |                               |
      |                               HV * {aka struct hv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'HV *' {aka 'struct hv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:15: note: in expansion of macro 'pTHX_'
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |               ^~~~~
Signal.xs:58:40: warning: passing argument 2 of 'Perl_hv_fetch' from incompatible pointer type [-Wincompatible-pointer-types]
   58 |     elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
      |                                        ^~~~
      |                                        |
      |                                        char *
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:25: note: expected 'HV *' {aka 'struct hv *'} but argument is of type 'char *'
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |                     ~~~~^~
Signal.xs:58:46: warning: passing argument 3 of 'Perl_hv_fetch' makes pointer from integer without a cast [-Wint-conversion]
   58 |     elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
      |                                              ^~~
      |                                              |
      |                                              STRLEN {aka long long unsigned int}
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:41: note: expected 'const char *' but argument is of type 'STRLEN' {aka 'long long unsigned int'}
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |                             ~~~~~~~~~~~~^~~
Signal.xs:58:11: error: too few arguments to function 'Perl_hv_fetch'
   58 |     elm = Perl_hv_fetch(RETVAL->sighv, name, len, TRUE);
      |           ^~~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:1: note: declared here
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      | ^~~~~~~~~~~~~
Signal.xs:59:35: warning: passing argument 1 of 'Perl_newSVsv' from incompatible pointer type [-Wincompatible-pointer-types]
   59 |     RETVAL->savesv = Perl_newSVsv(*elm);
      |                                   ^~~~
      |                                   |
      |                                   SV * {aka struct sv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5935:14: note: in expansion of macro 'pTHX_'
 5935 | Perl_newSVsv(pTHX_ SV * const old)
      |              ^~~~~
Signal.xs:59:22: error: too few arguments to function 'Perl_newSVsv'
   59 |     RETVAL->savesv = Perl_newSVsv(*elm);
      |                      ^~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5935:1: note: declared here
 5935 | Perl_newSVsv(pTHX_ SV * const old)
      | ^~~~~~~~~~~~
Signal.xs:60:19: warning: passing argument 1 of 'Perl_sv_setsv' from incompatible pointer type [-Wincompatible-pointer-types]
   60 |     Perl_sv_setsv(*elm, cv);
      |                   ^~~~
      |                   |
      |                   SV * {aka struct sv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:6086:15: note: in expansion of macro 'pTHX_'
 6086 | Perl_sv_setsv(pTHX_ SV *dsv, SV *ssv);
      |               ^~~~~
Signal.xs:60:5: error: too few arguments to function 'Perl_sv_setsv'
   60 |     Perl_sv_setsv(*elm, cv);
      |     ^~~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:6086:1: note: declared here
 6086 | Perl_sv_setsv(pTHX_ SV *dsv, SV *ssv);
      | ^~~~~~~~~~~~~
Signal.xs:61:17: warning: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
   61 |     Perl_mg_set(*elm);
      |                 ^~~~
      |                 |
      |                 SV * {aka struct sv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:2476:13: note: in expansion of macro 'pTHX_'
 2476 | Perl_mg_set(pTHX_ SV *sv);
      |             ^~~~~
Signal.xs:61:5: error: too few arguments to function 'Perl_mg_set'
   61 |     Perl_mg_set(*elm);
      |     ^~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:2476:1: note: declared here
 2476 | Perl_mg_set(pTHX_ SV *sv);
      | ^~~~~~~~~~~
Signal.xs: In function 'XS_Sys__Signal_DESTROY':
Signal.xs:74:26: warning: passing argument 1 of 'Perl_hv_fetch' from incompatible pointer type [-Wincompatible-pointer-types]
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |                         ~^~~~~~~
      |                          |
      |                          HV * {aka struct hv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'HV *' {aka 'struct hv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:15: note: in expansion of macro 'pTHX_'
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |               ^~~~~
Signal.xs:74:36: warning: passing argument 2 of 'Perl_hv_fetch' from incompatible pointer type [-Wincompatible-pointer-types]
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |                                   ~^~~~~~
      |                                    |
      |                                    char *
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:25: note: expected 'HV *' {aka 'struct hv *'} but argument is of type 'char *'
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |                     ~~~~^~
Signal.xs:74:45: warning: passing argument 3 of 'Perl_hv_fetch' makes pointer from integer without a cast [-Wint-conversion]
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |                                            ~^~~~~
      |                                             |
      |                                             I32 {aka long int}
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:41: note: expected 'const char *' but argument is of type 'I32' {aka 'long int'}
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      |                             ~~~~~~~~~~~~^~~
Signal.xs:74:11: error: too few arguments to function 'Perl_hv_fetch'
   74 |     elm = Perl_hv_fetch(s->sighv, s->name, s->len, TRUE);
      |           ^~~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:5878:1: note: declared here
 5878 | Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
      | ^~~~~~~~~~~~~
Signal.xs:78:23: warning: passing argument 1 of 'Perl_sv_setsv' from incompatible pointer type [-Wincompatible-pointer-types]
   78 |         Perl_sv_setsv(*elm, s->savesv);
      |                       ^~~~
      |                       |
      |                       SV * {aka struct sv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:6086:15: note: in expansion of macro 'pTHX_'
 6086 | Perl_sv_setsv(pTHX_ SV *dsv, SV *ssv);
      |               ^~~~~
Signal.xs:78:9: error: too few arguments to function 'Perl_sv_setsv'
   78 |         Perl_sv_setsv(*elm, s->savesv);
      |         ^~~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:6086:1: note: declared here
 6086 | Perl_sv_setsv(pTHX_ SV *dsv, SV *ssv);
      | ^~~~~~~~~~~~~
Signal.xs:79:21: warning: passing argument 1 of 'Perl_mg_set' from incompatible pointer type [-Wincompatible-pointer-types]
   79 |         Perl_mg_set(*elm);
      |                     ^~~~
      |                     |
      |                     SV * {aka struct sv *}
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'SV *' {aka 'struct sv *'}
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:2476:13: note: in expansion of macro 'pTHX_'
 2476 | Perl_mg_set(pTHX_ SV *sv);
      |             ^~~~~
Signal.xs:79:9: error: too few arguments to function 'Perl_mg_set'
   79 |         Perl_mg_set(*elm);
      |         ^~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:2476:1: note: declared here
 2476 | Perl_mg_set(pTHX_ SV *sv);
      | ^~~~~~~~~~~
Signal.xs:83:19: warning: passing argument 1 of 'Perl_rsignal' makes pointer from integer without a cast [-Wint-conversion]
   83 |     Perl_rsignal(s->signo, s->h);
      |                  ~^~~~~~~
      |                   |
      |                   int
C:\STRAWB~1\perl\lib\CORE/perl.h:224:22: note: expected 'PerlInterpreter *' {aka 'struct interpreter *'} but argument is of type 'int'
  224 | #  define pTHX  tTHX my_perl PERL_UNUSED_DECL
      |                      ^
C:\STRAWB~1\perl\lib\CORE/perl.h:229:25: note: in expansion of macro 'pTHX'
  229 | #  define pTHX_         pTHX,
      |                         ^~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:3878:14: note: in expansion of macro 'pTHX_'
 3878 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |              ^~~~~
Signal.xs:83:29: warning: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
   83 |     Perl_rsignal(s->signo, s->h);
      |                            ~^~~
      |                             |
      |                             Sighandler_t {aka void (*)(int)}
C:\STRAWB~1\perl\lib\CORE/proto.h:3878:24: note: expected 'int' but argument is of type 'Sighandler_t' {aka 'void (*)(int)'}
 3878 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |                    ~~~~^
Signal.xs:83:5: error: too few arguments to function 'Perl_rsignal'
   83 |     Perl_rsignal(s->signo, s->h);
      |     ^~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:3878:1: note: declared here
 3878 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      | ^~~~~~~~~~~~
Signal.xs: In function 'boot_Sys__Signal':
Signal.xs:32:18: error: 'SIGALRM' undeclared (first use in this function); did you mean 'SIGABRT'?
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |                  ^~~~~~~
      |                  SIGABRT
Signal.xs:32:18: note: each undeclared identifier is reported only once for each function it appears in
Signal.xs:32:27: warning: passing argument 2 of 'Perl_rsignal' makes integer from pointer without a cast [-Wint-conversion]
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |                           ^~~~~~~~~~~~~
      |                           |
      |                           void (*)(int)
C:\STRAWB~1\perl\lib\CORE/proto.h:3878:24: note: expected 'int' but argument is of type 'void (*)(int)'
 3878 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      |                    ~~~~^
Signal.xs:32:5: error: too few arguments to function 'Perl_rsignal'
   32 |     Perl_rsignal(SIGALRM, my_sighandler);
      |     ^~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/proto.h:3878:1: note: declared here
 3878 | Perl_rsignal(pTHX_ int i, Sighandler_t t);
      | ^~~~~~~~~~~~
gmake: *** [makefile:336: Signal.o] Error 1
-> FAIL Installing DOUGM/Sys-Signal-0.02.tar.gz failed. See C:\Users\smoker\.cpanm\work\1759958196.4768\build.log for details. Retry with --force to force install it.

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

Prerequisite modules loaded:

    No requirements found

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 2
    PATH = C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL5_CPANPLUS_IS_RUNNING = 3172
    PERL5_CPAN_IS_RUNNING = 3172
    PERL_CR_SMOKER_CURRENT = Sys-Signal-0.02
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
    TEMP = C:\Users\smoker\AppData\Local\Temp

Perl special variables (and OS-specific diagnostics, for MSWin32):

    EGID = 0
    EUID = 0
    EXECUTABLE_NAME = C:\Strawberry\perl\bin\perl.exe
    GID = 0
    UID = 0
    Win32::FsType = NTFS
    Win32::GetOSName = Win10
    Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.94    
    ExtUtils::CBuilder  0.280242
    ExtUtils::Command   7.76    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.76    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.60    
    File::Spec          3.94    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.52    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 42 subversion 0) configuration:
   
  Platform:
    osname=MSWin32
    osvers=10.0.26100.4652
    archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.42.0.1 # 05:37:25 Fri August 01 2025 x64'
    config_args='undef'
    hint=recommended
    useposix=true
    d_sigaction=undef
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='gcc'
    ccflags ='-std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='13.2.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='long long'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++'
    ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0 C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0
    libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=-lucrt
    so=dll
    useshrplib=true
    libperl=libperl542.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=xs.dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-shared -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_THREAD_SAFE_LOCALE
  Built under MSWin32
  Compiled at Aug  1 2025 15:42:55
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="3172"
    PERL5_CPAN_IS_RUNNING="3172"
    PERL_CR_SMOKER_CURRENT="Sys-Signal-0.02"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry/perl/site/lib/MSWin32-x64-multi-thread
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib