Language-Prolog-Yaswi v0.23 Perl 5 v5.32.1 MSWin32-x86-multi-thread-64int

Status
Pass
From
gregor herrmann
Dist
Language-Prolog-Yaswi v0.23
Platform
Perl 5 v5.32.1 MSWin32-x86-multi-thread-64int
Date
2023-04-18 16:46:42
ID
60e5a4fb-6e05-1014-92bd-6e8eabde663a
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 ZMUGHAL,

This is a computer-generated report for Language-Prolog-Yaswi-0.23
on perl 5.32.1, created by App::cpanminus::reporter 0.18 (1.7044).

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 Language-Prolog-Yaswi-0.23
cp Yaswi.pm blib\lib\Language\Prolog\Yaswi.pm
cp pl.pl blib\lib\Language\Prolog\pl.pl
gmake[1]: Entering directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
cp Low.pm ..\blib\lib\Language\Prolog\Yaswi\Low.pm
Running Mkbootstrap for Low ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "Low.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Low.bs ..\blib\arch\auto\Language\Prolog\Yaswi\Low\Low.bs 644
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils/xsubpp"  -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap  Low.xs > Low.xsc
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- Low.xsc Low.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   Low.c
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:5606,
                 from Low.xs:3:
Low.xs: In function 'XS_Language__Prolog__Yaswi__Low_openquery':
Low.xs:145:22: warning: passing argument 3 of 'Perl_sv_setiv' makes integer from pointer without a cast [-Wint-conversion]
      sv_setiv(c_qid, PL_open_query(0,
                      ^~~~~~~~~~~~~~~~
        PL_Q_NODEBUG|PL_Q_CATCH_EXCEPTION,
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        predicate, arg0));
        ~~~~~~~~~~~~~~~~
C:\STRAWB~1\perl\lib\CORE/embed.h:653:46: note: in definition of macro 'sv_setiv'
 #define sv_setiv(a,b)  Perl_sv_setiv(aTHX_ a,b)
                                              ^
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:5567,
                 from Low.xs:3:
C:\STRAWB~1\perl\lib\CORE/proto.h:3652:63: note: expected 'IV' {aka 'const long long int'} but argument is of type 'qid_t' {aka 'struct __PL_queryRef *'}
 PERL_CALLCONV void Perl_sv_setiv(pTHX_ SV *const sv, const IV num);
                                                      ~~~~~~~~~^~~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:3912,
                 from Low.xs:3:
Low.xs: In function 'XS_Language__Prolog__Yaswi__Low_nextsolution':
C:\STRAWB~1\perl\lib\CORE/sv.h:1709:45: warning: passing argument 1 of 'PL_next_solution' makes pointer from integer without a cast [-Wint-conversion]
 #define SvIV(sv) (SvIOK_nog(sv) ? SvIVX(sv) : sv_2iv(sv))
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
Low.xs:180:25: note: in expansion of macro 'SvIV'
     if(PL_next_solution(SvIV(c_qid))) {
                         ^~~~
In file included from Low.xs:8:
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:430:40: note: expected 'qid_t' {aka 'struct __PL_queryRef *'} but argument is of type 'IV' {aka 'long long int'}
 PL_EXPORT(int)  PL_next_solution(qid_t qid) WUNUSED;
                                  ~~~~~~^~~
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:3912,
                 from Low.xs:3:
C:\STRAWB~1\perl\lib\CORE/sv.h:1709:45: warning: passing argument 1 of 'PL_exception' makes pointer from integer without a cast [-Wint-conversion]
 #define SvIV(sv) (SvIOK_nog(sv) ? SvIVX(sv) : sv_2iv(sv))
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
Low.xs:186:21: note: in expansion of macro 'SvIV'
  if (e=PL_exception(SvIV(c_qid))) {
                     ^~~~
In file included from Low.xs:8:
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:442:38: note: expected 'qid_t' {aka 'struct __PL_queryRef *'} but argument is of type 'IV' {aka 'long long int'}
 PL_EXPORT(term_t) PL_exception(qid_t qid);
                                ~~~~~~^~~
Low.c: In function 'XS_Language__Prolog__Yaswi__Low_openquery':
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1415:29: warning: ignoring return value of 'PL_unify_arg_sz', declared with attribute warn_unused_result [-Wunused-result]
 #define PL_unify_arg(i,t,a) PL_unify_arg_sz(i,t,a)
                             ^~~~~~~~~~~~~~~~~~~~~~
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1415:29: note: in definition of macro 'PL_unify_arg'
 #define PL_unify_arg(i,t,a) PL_unify_arg_sz(i,t,a)
                             ^~~~~~~~~~~~~~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   callback.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   callperl.c
callperl.c: In function 'check_error_and_pop_results':
callperl.c:76:2: warning: ignoring return value of 'PL_unify_term', declared with attribute warn_unused_result [-Wunused-result]
  PL_unify_term(e,
  ^~~~~~~~~~~~~~~~
         PL_FUNCTOR_CHARS, "perl_exception", 1,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PL_TERM, pe);
         ~~~~~~~~~~~~
callperl.c:84:2: warning: ignoring return value of 'PL_unify_term', declared with attribute warn_unused_result [-Wunused-result]
  PL_unify_term(e,
  ^~~~~~~~~~~~~~~~
         PL_FUNCTOR_CHARS, "perl_exception", 1,
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         PL_CHARS, "open_query");
         ~~~~~~~~~~~~~~~~~~~~~~~
callperl.c: In function 'push_args':
callperl.c:118:6: warning: ignoring return value of 'PL_unify_term', declared with attribute warn_unused_result [-Wunused-result]
      PL_unify_term(e,
      ^~~~~~~~~~~~~~~~
      PL_FUNCTOR_CHARS, "type_error", 2,
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      PL_CHARS, "list",
      ~~~~~~~~~~~~~~~~~
      PL_TERM, args);
      ~~~~~~~~~~~~~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   hook.c
In file included from hook.c:13:
hook.h:5:8: warning: type defaults to 'int' in declaration of 'hook_set' [-Wimplicit-int]
 extern hook_set;
        ^~~~~~~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   perl2swi.c
In file included from perl2swi.c:12:
hook.h:5:8: warning: type defaults to 'int' in declaration of 'hook_set' [-Wimplicit-int]
 extern hook_set;
        ^~~~~~~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   swi2perl.c
swi2perl.c: In function 'swi2perl':
swi2perl.c:26:2: warning: ignoring return value of 'PL_get_long', declared with attribute warn_unused_result [-Wunused-result]
  PL_get_long(t, &v);
  ^~~~~~~~~~~~~~~~~~
swi2perl.c:31:2: warning: ignoring return value of 'PL_get_float', declared with attribute warn_unused_result [-Wunused-result]
  PL_get_float(t, &v);
  ^~~~~~~~~~~~~~~~~~~
swi2perl.c:53:13: warning: ignoring return value of 'PL_get_list', declared with attribute warn_unused_result [-Wunused-result]
             PL_get_list(t, head, tail);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from swi2perl.c:8:
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1412:34: warning: ignoring return value of 'PL_get_name_arity_sz', declared with attribute warn_unused_result [-Wunused-result]
 #define PL_get_name_arity(t,n,a) PL_get_name_arity_sz(t,n,a)
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1412:34: note: in definition of macro 'PL_get_name_arity'
 #define PL_get_name_arity(t,n,a) PL_get_name_arity_sz(t,n,a)
                                  ^~~~~~~~~~~~~~~~~~~~
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1414:27: warning: ignoring return value of 'PL_get_arg_sz', declared with attribute warn_unused_result [-Wunused-result]
 #define PL_get_arg(i,t,a) PL_get_arg_sz(i,t,a)
                           ^~~~~~~~~~~~~~~~~~~~
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:1414:27: note: in definition of macro 'PL_get_arg'
 #define PL_get_arg(i,t,a) PL_get_arg_sz(i,t,a)
                           ^~~~~~~~~~~~~
swi2perl.c: In function 'raise_atom_expected':
swi2perl.c:177:5: warning: ignoring return value of 'PL_unify_term', declared with attribute warn_unused_result [-Wunused-result]
     PL_unify_term(e,
     ^~~~~~~~~~~~~~~~
     PL_FUNCTOR_CHARS, "type_error", 2,
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     PL_CHARS, "atom",
     ~~~~~~~~~~~~~~~~~
     PL_TERM, nonatom);
     ~~~~~~~~~~~~~~~~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   plconfig.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   argv.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   query.c
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:3912,
                 from query.c:3:
query.c: In function 'close_query':
C:\STRAWB~1\perl\lib\CORE/sv.h:1709:45: warning: passing argument 1 of 'PL_close_query' makes pointer from integer without a cast [-Wint-conversion]
 #define SvIV(sv) (SvIOK_nog(sv) ? SvIVX(sv) : sv_2iv(sv))
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
query.c:31:20: note: in expansion of macro 'SvIV'
     PL_close_query(SvIV(c_qid));
                    ^~~~
In file included from query.c:8:
C:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include/SWI-Prolog.h:431:38: note: expected 'qid_t' {aka 'struct __PL_queryRef *'} but argument is of type 'IV' {aka 'long long int'}
 PL_EXPORT(int)  PL_close_query(qid_t qid);
                                ~~~~~~^~~
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   vars.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   context.c
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   engines.c
engines.c: In function 'check_prolog':
engines.c:23:6: warning: implicit declaration of function 'push_frame'; did you mean 'push_scope'? [-Wimplicit-function-declaration]
      push_frame(aTHX_ aMY_CXT);
      ^~~~~~~~~~
      push_scope
gcc -c  -IC:/Strawberry/perl/site/lib/auto/share/dist/Alien-SWIProlog/include -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -g -O0   -DVERSION=\"0.23\" -DXS_VERSION=\"0.23\"  "-IC:\STRAWB~1\perl\lib\CORE"   opaque.c
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"Language::Prolog::Yaswi::Low\", 'DLBASE' => 'Low', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => []);"
g++ Low.def -o ..\blib\arch\auto\Language\Prolog\Yaswi\Low\Low.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" Low.o callback.o callperl.o hook.o perl2swi.o swi2perl.o plconfig.o argv.o query.o vars.o context.o engines.o opaque.o   "C:\STRAWB~1\perl\lib\CORE\libperl532.a" "C:\Strawberry\perl\site\lib\auto\share\dist\Alien-SWIProlog\lib\libswipl.dll.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libmoldname.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libkernel32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libuser32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libgdi32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libwinspool.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libcomdlg32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libadvapi32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libshell32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libole32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\liboleaut32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libnetapi32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libuuid.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libws2_32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libmpr.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libwinmm.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libversion.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libodbc32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libodbccp32.a" "C:\STRAWB~1\c\i686-w64-mingw32\lib\libcomctl32.a" -Wl,--enable-auto-image-base
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 ..\blib\arch\auto\Language\Prolog\Yaswi\Low\Low.xs.dll
gmake[1]: Leaving directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
gmake[1]: Entering directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Low.bs ..\blib\arch\auto\Language\Prolog\Yaswi\Low\Low.bs 644
gmake[1]: Leaving directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
gmake[1]: Entering directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- Low.bs ..\blib\arch\auto\Language\Prolog\Yaswi\Low\Low.bs 644
No tests defined for Language::Prolog::Yaswi::Low extension.
gmake[1]: Leaving directory 'C:/Users/smoker/.cpanm/work/1681835416.4632/Language-Prolog-Yaswi-0.23/Low'
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/1Low.t ..... ok
t/2Yaswi.t ... ok
t/3simple.t .. ok
t/4pods.t .... skipped: Only the author needs to check that POD docs are right
t/5opaque.t .. ok
All tests successful.
Files=5, Tests=31,  2 wallclock secs ( 0.09 usr +  0.03 sys =  0.13 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 2
    PATH = C:\WINDOWS\system32;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL5_CPANPLUS_IS_RUNNING = 3788
    PERL5_CPAN_IS_RUNNING = 3788
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 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.34    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.03    
    JSON::PP            4.06    
    Module::Build       0.4232  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302194
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9928  


--

Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
   
  Platform:
    osname=MSWin32
    osvers=10.0.19042.746
    archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.32.1.1 #1 Sun Jan 24 12:17:47 2021 i386'
    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
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags =' -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-s -O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='8.3.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=12
    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"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\i686-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\i686-w64-mingw32\8.3.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=
    so=dll
    useshrplib=true
    libperl=libperl532.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=xs.dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    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
  Built under MSWin32
  Compiled at Jan 24 2021 12:22:49
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="3788"
    PERL5_CPAN_IS_RUNNING="3788"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry/perl/site/lib/MSWin32-x86-multi-thread-64int
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib