Box2D v0.07 Perl 5 v5.26.1 MSWin32-x86-multi-thread-64int

Status
Unknown
From
Alexandr Ciornii (CHORNY)
Dist
Box2D v0.07
Platform
Perl 5 v5.26.1 MSWin32-x86-multi-thread-64int
Date
2018-07-23 06:35:41
ID
2e48094c-6bfb-1014-9d2e-91f28f3e8dc3
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 Jeffrey T. Palmer,

This is a computer-generated report for Box2D-0.07
on perl 5.26.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, attempting to
test your distribution gave an inconclusive result.

This could be because your distribution had an error during the make/build
stage, did not define tests, tests could not be found, because your tests were
interrupted before they finished, or because the results of the tests could not
be parsed.  You may wish to consult the CPAN Testers Wiki:

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 'C:\Strawberry261\perl\bin\perl.exe ./Build':

Building Box2D
Processing XS typemap files...
Generating main XS file...
gcc -c -s -O2 -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -xc++ -IC:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0\blib\lib\auto\share\dist\Alien-Box2D\0.106/include -Isrc -Ibuildtmp -s -O2 "-DVERSION=\"0.07\"" "-DXS_VERSION=\"0.07\"" -I"C:\STRAWB~1\perl\lib\CORE" -I"C:\STRAWB~1\c\include" -o "buildtmp\Box2D.o" "buildtmp\Box2D.c"
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_GetVertexCount(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:189:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:189:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:189:19: error: 'THIS' was not declared in this scope
  b2PolygonShape * THIS;
                   ^~~~
buildtmp\Box2D.c:189:19: note: suggested alternative: 'THR'
  b2PolygonShape * THIS;
                   ^~~~
                   THR
buildtmp\Box2D.c:190:2: error: 'int32' was not declared in this scope
  int32 RETVAL;
  ^~~~~
buildtmp\Box2D.c:190:2: note: suggested alternative: '__int32'
  int32 RETVAL;
  ^~~~~
  __int32
buildtmp\Box2D.c:194:27: error: expected primary-expression before ')' token
   THIS = (b2PolygonShape *)SvIV((SV*)SvRV( ST(0) ));
                           ^
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":14:7: error: 'RETVAL' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":14:7: note: suggested alternative: 'REGSAM'
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:5589:0,
                 from buildtmp\\main.xs:11:
buildtmp\Box2D.c:211:23: error: 'RETVAL' was not declared in this scope
  XSprePUSH; PUSHi((IV)RETVAL);
                       ^
C:\STRAWB~1\perl\lib\CORE/pp.h:359:23: note: in definition of macro 'TARGi'
         IV TARGi_iv = i;                                                \
                       ^
buildtmp\Box2D.c:211:13: note: in expansion of macro 'PUSHi'
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
buildtmp\Box2D.c:211:23: note: suggested alternative: 'REGSAM'
  XSprePUSH; PUSHi((IV)RETVAL);
                       ^
C:\STRAWB~1\perl\lib\CORE/pp.h:359:23: note: in definition of macro 'TARGi'
         IV TARGi_iv = i;                                                \
                       ^
buildtmp\Box2D.c:211:13: note: in expansion of macro 'PUSHi'
  XSprePUSH; PUSHi((IV)RETVAL);
             ^~~~~
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_new(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:226:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * RETVAL;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:226:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * RETVAL;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:226:19: error: 'RETVAL' was not declared in this scope
  b2PolygonShape * RETVAL;
                   ^~~~~~
buildtmp\Box2D.c:226:19: note: suggested alternative: 'REGSAM'
  b2PolygonShape * RETVAL;
                   ^~~~~~
                   REGSAM
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":29:15: error: expected type-specifier before 'b2PolygonShape'
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_Set(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:248:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:248:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:248:19: error: 'THIS' was not declared in this scope
  b2PolygonShape * THIS;
                   ^~~~
buildtmp\Box2D.c:248:19: note: suggested alternative: 'THR'
  b2PolygonShape * THIS;
                   ^~~~
                   THR
buildtmp\Box2D.c:251:27: error: expected primary-expression before ')' token
   THIS = (b2PolygonShape *)SvIV((SV*)SvRV( ST(0) ));
                           ^
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":36:3: error: 'b2Vec2' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":39:15: error: 'b2_maxPolygonVertices' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":42:4: error: 'vertices' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":42:4: note: suggested alternative: 'GetAce'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":42:27: error: expected primary-expression before ')' token
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":43:14: error: 'vertices' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":43:14: note: suggested alternative: 'GetAce'
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_SetAsBox(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:279:2: error: 'float32' was not declared in this scope
  float32 x = (float32)SvNV(ST(1))
  ^~~~~~~
buildtmp\Box2D.c:279:2: note: suggested alternative: 'float_t'
  float32 x = (float32)SvNV(ST(1))
  ^~~~~~~
  float_t
buildtmp\Box2D.c:281:10: error: expected ';' before 'y'
  float32 y = (float32)SvNV(ST(2))
          ^
buildtmp\Box2D.c:283:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:283:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:283:19: error: 'THIS' was not declared in this scope
  b2PolygonShape * THIS;
                   ^~~~
buildtmp\Box2D.c:283:19: note: suggested alternative: 'THR'
  b2PolygonShape * THIS;
                   ^~~~
                   THR
buildtmp\Box2D.c:286:27: error: expected primary-expression before ')' token
   THIS = (b2PolygonShape *)SvIV((SV*)SvRV( ST(0) ));
                           ^
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":52:20: error: 'x' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":52:20: note: suggested alternative: 'ax'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":52:23: error: 'y' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":52:23: note: suggested alternative: 'yn'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:20: error: 'x' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:20: note: suggested alternative: 'ax'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:23: error: 'y' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:23: note: suggested alternative: 'yn'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:28: error: 'b2Vec2' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":56:35: error: expected primary-expression before ')' token
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_SetAsEdge(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:314:2: error: 'b2Vec2' was not declared in this scope
  b2Vec2* v1;
  ^~~~~~
buildtmp\Box2D.c:314:10: error: 'v1' was not declared in this scope
  b2Vec2* v1;
          ^~
buildtmp\Box2D.c:314:10: note: suggested alternative: 'y1'
  b2Vec2* v1;
          ^~
          y1
buildtmp\Box2D.c:315:10: error: 'v2' was not declared in this scope
  b2Vec2* v2;
          ^~
buildtmp\Box2D.c:316:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:316:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:316:19: error: 'THIS' was not declared in this scope
  b2PolygonShape * THIS;
                   ^~~~
buildtmp\Box2D.c:316:19: note: suggested alternative: 'THR'
  b2PolygonShape * THIS;
                   ^~~~
                   THR
buildtmp\Box2D.c:319:17: error: expected primary-expression before ')' token
   v1 = (b2Vec2 *)SvIV((SV*)SvRV( ST(1) ));
                 ^
buildtmp\Box2D.c:327:17: error: expected primary-expression before ')' token
   v2 = (b2Vec2 *)SvIV((SV*)SvRV( ST(2) ));
                 ^
buildtmp\Box2D.c:335:27: error: expected primary-expression before ')' token
   THIS = (b2PolygonShape *)SvIV((SV*)SvRV( ST(0) ));
                           ^
buildtmp\Box2D.c: In function 'void XS_Box2D__b2PolygonShape_GetVertex(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:361:2: error: 'b2PolygonShape' was not declared in this scope
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
buildtmp\Box2D.c:361:2: note: suggested alternative: 'Polygon'
  b2PolygonShape * THIS;
  ^~~~~~~~~~~~~~
  Polygon
buildtmp\Box2D.c:361:19: error: 'THIS' was not declared in this scope
  b2PolygonShape * THIS;
                   ^~~~
buildtmp\Box2D.c:361:19: note: suggested alternative: 'THR'
  b2PolygonShape * THIS;
                   ^~~~
                   THR
buildtmp\Box2D.c:362:2: error: 'b2Vec2' was not declared in this scope
  b2Vec2 * RETVAL;
  ^~~~~~
buildtmp\Box2D.c:362:11: error: 'RETVAL' was not declared in this scope
  b2Vec2 * RETVAL;
           ^~~~~~
buildtmp\Box2D.c:362:11: note: suggested alternative: 'REGSAM'
  b2Vec2 * RETVAL;
           ^~~~~~
           REGSAM
buildtmp\Box2D.c:365:27: error: expected primary-expression before ')' token
   THIS = (b2PolygonShape *)SvIV((SV*)SvRV( ST(0) ));
                           ^
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2PolygonShape.xsp":72:20: error: expected primary-expression before ')' token
buildtmp\Box2D.c: In function 'void XS_Box2D__b2CircleShape_new(PerlInterpreter*, CV*)':
buildtmp\Box2D.c:404:2: error: 'b2CircleShape' was not declared in this scope
  b2CircleShape * RETVAL;
  ^~~~~~~~~~~~~
buildtmp\Box2D.c:404:18: error: 'RETVAL' was not declared in this scope
  b2CircleShape * RETVAL;
                  ^~~~~~
buildtmp\Box2D.c:404:18: note: suggested alternative: 'REGSAM'
  b2CircleShape * RETVAL;
                  ^~~~~~
                  REGSAM
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2CircleShape.xsp":15:16: error: expected type-specifier before 'b2CircleShape'
In file included from buildtmp\\main.xs:11:0:
C:/Strawberry261/c/lib/gcc/i686-w64-mingw32/7.1.0/include/c++/ext/concurrence.h: At global scope:
C:\STRAWB~1\perl\lib\CORE/perl.h:3544:45: error: expected ')' before '*' token
 #    define PERL_GET_THX  ((PerlInterpreter *)PERL_GET_CONTEXT)
                                             ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3544:45: error: expected ')' before '*' token
C:\STRAWB~1\perl\lib\CORE/perl.h:3544:45: error: expected ')' before '*' token
C:\STRAWB~1\perl\lib\CORE/perl.h:3544:45: error: expected ')' before '*' token
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp": In function 'void XS_Box2D__b2GearJointDef_joint1(PerlInterpreter*, CV*)':
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp":45:29: error: 'stack_to_object' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp":45:29: note: suggested alternative: 'sv_isobject'
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp": In function 'void XS_Box2D__b2GearJointDef_joint2(PerlInterpreter*, CV*)':
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp":58:29: error: 'stack_to_object' was not declared in this scope
C:\\Strawberry261\\perl\\bin\\perl.exe -MExtUtils::XSpp::Cmd -e xspp -- -t "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/typemap.xsp"  "C:/STRAWB~1/cpan/build/Box2D-0.07-0/xsp/b2GearJointDef.xsp":58:29: note: suggested alternative: 'sv_isobject'
error building xs.dll file from 'buildtmp\Box2D.c' at C:/Strawberry261/perl/lib/ExtUtils/CBuilder/Platform/Windows.pm line 128.

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

Prerequisite modules loaded:

build_requires:

    Module                         Need  Have    
    ------------------------------ ----- --------
    Alien::Box2D                   0.103 0.106   
    ExtUtils::Typemap::Basic       0.04  1.05    
    ExtUtils::Typemap::ObjectMap   0     1.05    
    ExtUtils::Typemap::STL::String 0.04  1.05    
    ExtUtils::XSpp                 0.18  0.18    
    Test::More                     0     1.302135

configure_requires:

    Module                         Need  Have    
    ------------------------------ ----- --------
    Alien::Box2D                   0.103 0.106   
    ExtUtils::CppGuess             0.07  0.12    
    Module::Build                  0.38  0.4224  
    Module::Build::WithXSpp        0.11  0.14    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Git\cmd;C:\Strawberry261\c\bin;C:\Strawberry261\perl\site\bin;C:\Strawberry261\perl\bin
    PERL = C:\Strawberry261\perl\bin\perl.exe
    PERL5LIB = C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/arch;C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/lib;C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/arch;C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/lib;C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/arch;C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 212
    PERL5_CPAN_IS_RUNNING = 212
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1468,212
    PERL_CR_SMOKER_CURRENT = Box2D-0.07
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HASH_SEED = 0x11111111
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, AuthenticAMD
    TEMP = C:\DOCUME~1\a\LOCALS~1\Temp

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

    $^X = C:\Strawberry261\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = WinXP/.Net
    Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.18    
    CPAN::Meta          2.150010
    Cwd                 3.74    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.34    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.34    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.74    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302135
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=MSWin32
    osvers=4.0
    archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.26.1.1 #1 Mon Apr  2 23:57:52 2018 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 =' -s -O2 -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='7.1.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\7.1.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=libperl526.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 Apr  3 2018 00:07:56
  %ENV:
    PERL="C:\Strawberry261\perl\bin\perl.exe"
    PERL5LIB="C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/arch;C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/lib;C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/arch;C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/lib;C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/arch;C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="212"
    PERL5_CPAN_IS_RUNNING="212"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1468,212"
    PERL_CR_SMOKER_CURRENT="Box2D-0.07"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HASH_SEED="0x11111111"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/arch
    C:\STRAWB~1\cpan\build\ExtUtils-Typemaps-Default-1.05-0/blib/lib
    C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/arch
    C:\STRAWB~1\cpan\build\Module-Build-WithXSpp-0.14-0/blib/lib
    C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/arch
    C:\STRAWB~1\cpan\build\Alien-Box2D-0.106-0/blib/lib
    C:/Strawberry261/perl/site/lib
    C:/Strawberry261/perl/vendor/lib
    C:/Strawberry261/perl/lib
    .