Alien-raylib v0.016 Perl 5 v5.20.1 MSWin32-x86-multi-thread-64int

Status
Fail
From
Alexandr Ciornii (CHORNY)
Dist
Alien-raylib v0.016
Platform
Perl 5 v5.20.1 MSWin32-x86-multi-thread-64int
Date
2018-05-12 15:02:31
ID
5d1c2410-6bf4-1014-bca6-5772b7a6e5b1
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 Ahmad Fatoum,

This is a computer-generated report for Alien-raylib-0.016
on perl 5.20.1, created by CPAN-Reporter-1.2014.

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 'C:\STRAWB~1\c\bin\dmake.exe test':

"C:\Strawberry201\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-compile.t ......... ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module                             Want Have
#     ---------------------------------- ---- ----
#     Alien::Build                       0.32 1.42
#     Alien::Build::MM                   0.32 1.42
#     Alien::Build::Plugin::Build::CMake 0.99 1.42
#     ExtUtils::MakeMaker                6.52 7.04
# 
# === Build Requires ===
# 
#     Module                                        Want  Have
#     -------------------------------------------- ----- -----
#     Alien::Build                                  0.32  1.42
#     Alien::Build::MM                              0.32  1.42
#     Alien::Build::Plugin::Gather::IsolateDynamic  0.48  1.42
#     Alien::cmake3                                 0.02  0.04
#     Archive::Tar                                   any  2.04
#     ExtUtils::MakeMaker                           6.52  7.04
#     HTTP::Tiny                                   0.044 0.049
#     IO::Socket::SSL                               1.56 2.012
#     IO::Zlib                                       any  1.10
#     Net::SSLeay                                   1.49  1.66
#     URI                                            any  1.67
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker 6.52     7.04
#     File::Spec           any     3.48
#     IO::Handle           any     1.35
#     IPC::Open3           any     1.16
#     Test::More           any 1.302136
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.142060
# 
# === Runtime Requires ===
# 
#     Module       Want Have
#     ------------ ---- ----
#     Alien::Build 0.25 1.42
# 
t/00-report-prereqs.t .. ok
# Trying out GetRandomValue

# Failed test 'xs'
# at t/init.t line 15.
#   ExtUtils::CBuilder->compile failed
#     error building xs.dll file from 'testalienTEfEX/test.c' at C:/Strawberry201/perl/lib/ExtUtils/CBuilder/Platform/Windows.pm line 129.
#     gcc -c -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields -IC:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include -s -O2 -I"C:\STRAWB~1\perl\lib\CORE" -I"C:\STRAWB~1\c\include" -o "testalienTEfEX\test.o" "testalienTEfEX\test.c"
#     In file included from testalienTEfEX/test.xs:5:0:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:356:3: error: 'Rectangle' redeclared as different kind of symbol
#      } Rectangle;
#        ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:71:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/wingdi.h:3049:28: note: previous declaration of 'Rectangle' was here
#        WINGDIAPI WINBOOL WINAPI Rectangle(HDC hdc,int left,int top,int right,int bottom);
#                                 ^
#     In file included from testalienTEfEX/test.xs:5:0:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:708:12: error: conflicting types for 'CloseWindow'
#      RLAPI void CloseWindow(void);                                     // Close window and unload OpenGL context
#                 ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:72:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/winuser.h:2000:29: note: previous declaration of 'CloseWindow' was here
#        WINUSERAPI WINBOOL WINAPI CloseWindow(HWND hWnd);
#                                  ^
#     In file included from testalienTEfEX/test.xs:5:0:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:723:12: error: conflicting types for 'ShowCursor'
#      RLAPI void ShowCursor(void);                                      // Shows cursor
#                 ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:72:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/winuser.h:3055:25: note: previous declaration of 'ShowCursor' was here
#        WINUSERAPI int WINAPI ShowCursor(WINBOOL bShow);
#                              ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/winnt.h:9:0,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/minwindef.h:146,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windef.h:8,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:69,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:890:13: error: conflicting types for 'LoadImageA'
#      RLAPI Image LoadImage(const char *fileName);                                                             // Load image from file into CPU memory (RAM)
#                  ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:72:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/winuser.h:3459:28: note: previous declaration of 'LoadImageA' was here
#        WINUSERAPI HANDLE WINAPI LoadImageA(HINSTANCE hInst,LPCSTR name,UINT type,int cx,int cy,UINT fuLoad);
#                                 ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/winnt.h:9:0,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/minwindef.h:146,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windef.h:8,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:69,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:968:12: error: conflicting types for 'DrawTextA'
#      RLAPI void DrawText(const char *text, int posX, int posY, int fontSize, Color color);                    // Draw text (using default font)
#                 ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:72:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/winuser.h:2790:25: note: previous declaration of 'DrawTextA' was here
#        WINUSERAPI int WINAPI DrawTextA(HDC hdc,LPCSTR lpchText,int cchText,LPRECT lprc,UINT format);
#                              ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/winnt.h:9:0,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/minwindef.h:146,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windef.h:8,
#                      from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:69,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/include/raylib.h:969:12: error: conflicting types for 'DrawTextExA'
#      RLAPI void DrawTextEx(Font font, const char* text, Vector2 position, float fontSize, float spacing, Color tint); // Draw text using Font and additional parameters
#                 ^
#     In file included from C:/Strawberry201/c/i686-w64-mingw32/include/windows.h:72:0,
#                      from C:\STRAWB~1\perl\lib\CORE/win32.h:128,
#                      from C:\STRAWB~1\perl\lib\CORE/win32thread.h:4,
#                      from C:\STRAWB~1\perl\lib\CORE/perl.h:2690,
#                      from testalienTEfEX/test.xs:3:
#     C:/Strawberry201/c/i686-w64-mingw32/include/winuser.h:2792:25: note: previous declaration of 'DrawTextExA' was here
#        WINUSERAPI int WINAPI DrawTextExA(HDC hdc,LPSTR lpchText,int cchText,LPRECT lprc,UINT format,LPDRAWTEXTPARAMS lpdtp);
#                              ^
t/init.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
# LIBS: -LC:/STRAWB~1/cpan/build/Alien-raylib-0.016-PnUxU0/blib/lib/auto/share/dist/Alien-raylib/lib -lraylib
t/libs.t ............... ok

Test Summary Report
-------------------
t/init.t             (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
Files=4, Tests=7,  5 wallclock secs ( 0.06 usr +  0.05 sys =  0.11 CPU)
Result: FAIL
Failed 1/4 test programs. 1/7 subtests failed.
dmake.exe:  Error code 255, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    Alien::Build                                 0.25  1.42    
    perl                                         5.008 5.020001

build_requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    Alien::Build                                 0.32  1.42    
    Alien::Build::MM                             0.32  1.42    
    Alien::Build::Plugin::Gather::IsolateDynamic 0.48  1.42    
    Alien::cmake3                                0.02  0.04    
    Archive::Tar                                 0     2.04    
    ExtUtils::MakeMaker                          6.52  7.04    
    File::Spec                                   0     3.48    
    HTTP::Tiny                                   0.044 0.049   
    IO::Handle                                   0     1.35    
    IO::Socket::SSL                              1.56  2.012   
    IO::Zlib                                     0     1.10    
    IPC::Open3                                   0     1.16    
    Net::SSLeay                                  1.49  1.66    
    Test::More                                   0     1.302136
    URI                                          0     1.67    

configure_requires:

    Module                                       Need  Have    
    -------------------------------------------- ----- --------
    Alien::Build                                 0.32  1.42    
    Alien::Build::MM                             0.32  1.42    
    Alien::Build::Plugin::Build::CMake           0.99  1.42    
    ExtUtils::MakeMaker                          6.52  7.04    


------------------------------
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:\Strawberry201\c\bin;C:\Strawberry201\perl\site\bin;C:\Strawberry201\perl\bin;C:\Git\cmd
    PERL5LIB = C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/arch;C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/lib;C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/arch;C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/lib;C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/arch;C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/lib;C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/arch;C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/lib;C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/arch;C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/lib;C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/arch;C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/lib;C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/arch;C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/lib;C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/arch;C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/lib;C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/arch;C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/lib;C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/arch;C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1148
    PERL5_CPAN_IS_RUNNING = 1148
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1720,1148
    PERL_CR_SMOKER_CURRENT = Alien-raylib-0.016
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 18 Model 1 Stepping 0, AuthenticAMD
    TEMP = C:\DOCUME~1\c\LOCALS~1\Temp

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

    $^X = C:\Strawberry201\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.05    
    CPAN::Meta          2.142060
    Cwd                 3.48    
    ExtUtils::CBuilder  0.280219
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.68    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.66    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.48    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4211  
    Module::Signature   0.78    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.33    
    Test::More          1.302136
    YAML                1.15    
    YAML::Syck          1.29    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 20 subversion 1) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.20.1.1 #1 Mon Sep 15 18:25:23 2014 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.8.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    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\4.8.3
    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=libperl520.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_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
                        PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Built under MSWin32
  Compiled at Sep 15 2014 18:29:20
  %ENV:
    PERL5LIB="C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/arch;C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/lib;C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/arch;C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/lib;C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/arch;C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/lib;C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/arch;C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/lib;C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/arch;C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/lib;C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/arch;C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/lib;C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/arch;C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/lib;C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/arch;C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/lib;C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/arch;C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/lib;C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/arch;C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="1148"
    PERL5_CPAN_IS_RUNNING="1148"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1720,1148"
    PERL_CR_SMOKER_CURRENT="Alien-raylib-0.016"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/arch
    C:\STRAWB~1\cpan\build\Alien-cmake3-0.04-xr8p1h/blib/lib
    C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/arch
    C:\STRAWB~1\cpan\build\Alien-Build-1.42-gwiv1g/blib/lib
    C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/arch
    C:\STRAWB~1\cpan\build\File-Which-1.22-aVOtWi/blib/lib
    C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/arch
    C:\STRAWB~1\cpan\build\Path-Tiny-0.104-6ctCMX/blib/lib
    C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/arch
    C:\STRAWB~1\cpan\build\ExtUtils-ParseXS-3.35-atYtCp/blib/lib
    C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/arch
    C:\STRAWB~1\cpan\build\Test2-Suite-0.000114-1Jvrsp/blib/lib
    C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/arch
    C:\STRAWB~1\cpan\build\Sub-Info-0.002-_CPkGu/blib/lib
    C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/arch
    C:\STRAWB~1\cpan\build\Term-Table-0.012-hEpAgS/blib/lib
    C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/arch
    C:\STRAWB~1\cpan\build\Test-Simple-1.302136-RpLhw_/blib/lib
    C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/arch
    C:\STRAWB~1\cpan\build\Importer-0.025-ftKD6i/blib/lib
    C:/Strawberry201/perl/site/lib
    C:/Strawberry201/perl/vendor/lib
    C:/Strawberry201/perl/lib
    .