XS-Tutorial v0.02 Perl 5 v5.20.3 MSWin32-x86-multi-thread-64int

Status
Pass
From
NONAME
Dist
XS-Tutorial v0.02
Platform
Perl 5 v5.20.3 MSWin32-x86-multi-thread-64int
Date
2018-01-12 11:22:25
ID
f258e752-6c3d-1014-a22b-d9741f639c1c
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 DFARRELL,

This is a computer-generated report for XS-Tutorial-0.02
on perl 5.20.3, created by App::cpanminus::reporter 0.17 (1.7040).

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-Tutorial-0.02
cp lib/XS/Tutorial/Two.pm blib\lib\XS\Tutorial\Two.pm
cp lib/XS/Tutorial/One.pm blib\lib\XS\Tutorial\One.pm
cp README.pod blib\lib\XS\README.pod
cp lib/XS/Tutorial.pm blib\lib\XS\Tutorial.pm
Running Mkbootstrap for lib/XS/Tutorial/One ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "lib/XS/Tutorial/One.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- lib/XS/Tutorial/One.bs blib\arch\auto\XS\Tutorial\One\One.bs 644
Running Mkbootstrap for lib/XS/Tutorial/Two ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "lib/XS/Tutorial/Two.bs"
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- lib/XS/Tutorial/Two.bs blib\arch\auto\XS\Tutorial\Two\Two.bs 644
"C:\Strawberry\perl\bin\perl.exe" "C:\home\grape\perl5\lib\perl5\ExtUtils\xsubpp"  -typemap C:\Strawberry\perl\lib\ExtUtils\typemap lib\XS\Tutorial\One.xs > lib\XS\Tutorial\One.xsc
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- lib\XS\Tutorial\One.xsc lib\XS\Tutorial\One.c
gcc -c   \
	-Wall -std=c99 -O3 \
	  -DVERSION=\"undef\" \
	-DXS_VERSION=\"undef\"  "-IC:\Strawberry\perl\lib\CORE"   lib\XS\Tutorial\One.c -o lib\XS\Tutorial\One.o
In file included from C:\Strawberry\perl\lib\CORE/win32.h:620:0,
                 from C:\Strawberry\perl\lib\CORE/win32thread.h:4,
                 from C:\Strawberry\perl\lib\CORE/perl.h:2701,
                 from lib\\XS\\Tutorial\\One.xs:3:
C:\Strawberry\perl\lib\CORE/win32iop.h:203:22: warning: 'win32_environ' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
 #define environ    (*win32_environ())
                      ^
C:\Strawberry\perl\lib\CORE/perl.h:4175:16: note: in expansion of macro 'environ'
 extern char ** environ; /* environment variables supplied via exec */
                ^
In file included from C:\Strawberry\perl\lib\CORE/perl.h:5100:0,
                 from lib\\XS\\Tutorial\\One.xs:3:
C:\Strawberry\perl\lib\CORE/embed.h:856:0: warning: "my_setlocale" redefined [enabled by default]
 #define my_setlocale(a,b) Perl_my_setlocale(aTHX_ a,b)
 ^
In file included from lib\\XS\\Tutorial\\One.xs:3:0:
C:\Strawberry\perl\lib\CORE/perl.h:750:0: note: this is the location of the previous definition
 #       define my_setlocale(a,b) setlocale(a,b)
 ^
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"XS::Tutorial::One\", 'DLBASE' => 'One', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => [], 'FILE' => q[lib/XS/Tutorial/One]);"
g++ lib/XS/Tutorial/One.def -o blib\arch\auto\XS\Tutorial\One\One.xs.dll -mdll -s -L"c:\Strawberry\perl\lib\CORE" -L"c:\Strawberry\c\lib" lib/XS/Tutorial/One.o   "C:\Strawberry\perl\lib\CORE\libperl520.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\XS\Tutorial\One\One.xs.dll
"C:\Strawberry\perl\bin\perl.exe" "C:\home\grape\perl5\lib\perl5\ExtUtils\xsubpp"  -typemap C:\Strawberry\perl\lib\ExtUtils\typemap lib\XS\Tutorial\Two.xs > lib\XS\Tutorial\Two.xsc
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- lib\XS\Tutorial\Two.xsc lib\XS\Tutorial\Two.c
gcc -c   \
	-Wall -std=c99 -O3 \
	  -DVERSION=\"undef\" \
	-DXS_VERSION=\"undef\"  "-IC:\Strawberry\perl\lib\CORE"   lib\XS\Tutorial\Two.c -o lib\XS\Tutorial\Two.o
In file included from C:\Strawberry\perl\lib\CORE/win32.h:620:0,
                 from C:\Strawberry\perl\lib\CORE/win32thread.h:4,
                 from C:\Strawberry\perl\lib\CORE/perl.h:2701,
                 from lib\\XS\\Tutorial\\Two.xs:3:
C:\Strawberry\perl\lib\CORE/win32iop.h:203:22: warning: 'win32_environ' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
 #define environ    (*win32_environ())
                      ^
C:\Strawberry\perl\lib\CORE/perl.h:4175:16: note: in expansion of macro 'environ'
 extern char ** environ; /* environment variables supplied via exec */
                ^
In file included from C:\Strawberry\perl\lib\CORE/perl.h:5100:0,
                 from lib\\XS\\Tutorial\\Two.xs:3:
C:\Strawberry\perl\lib\CORE/embed.h:856:0: warning: "my_setlocale" redefined [enabled by default]
 #define my_setlocale(a,b) Perl_my_setlocale(aTHX_ a,b)
 ^
In file included from lib\\XS\\Tutorial\\Two.xs:3:0:
C:\Strawberry\perl\lib\CORE/perl.h:750:0: note: this is the location of the previous definition
 #       define my_setlocale(a,b) setlocale(a,b)
 ^
lib\XS\Tutorial\Two.c: In function 'XS_XS__Tutorial__Two_add_ints':
lib\XS\Tutorial\Two.c:170:7: warning: unused variable 'RETVAL' [-Wunused-variable]
  SV * RETVAL;
       ^
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \
     -e "Mksymlists('NAME'=>\"XS::Tutorial::Two\", 'DLBASE' => 'Two', 'DL_FUNCS' => {  }, 'FUNCLIST' => [], 'IMPORTS' => {  }, 'DL_VARS' => [], 'FILE' => q[lib/XS/Tutorial/Two]);"
g++ lib/XS/Tutorial/Two.def -o blib\arch\auto\XS\Tutorial\Two\Two.xs.dll -mdll -s -L"c:\Strawberry\perl\lib\CORE" -L"c:\Strawberry\c\lib" lib/XS/Tutorial/Two.o   "C:\Strawberry\perl\lib\CORE\libperl520.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 755 blib\arch\auto\XS\Tutorial\Two\Two.xs.dll
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- lib/XS/Tutorial/One.bs blib\arch\auto\XS\Tutorial\One\One.bs 644
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- lib/XS/Tutorial/Two.bs blib\arch\auto\XS\Tutorial\Two\Two.bs 644
"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/one.t .. ok
t/two.t .. ok
All tests successful.
Files=2, Tests=9,  4 wallclock secs ( 0.09 usr +  0.14 sys =  0.23 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 = 4
    PATH = C:\home\grape\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
    PERL5LIB = C:\home\grape\perl5\lib\perl5
    PERL_LOCAL_LIB_ROOT = C:\home\grape\perl5
    PERL_MB_OPT = --install_base "C:\\home\\grape\\perl5"
    PERL_MM_OPT = INSTALL_BASE=C:\\home\\grape\\perl5
    PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
    TEMP = C:\Users\user\AppData\Local\Temp
    TERM = dumb

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 = Win7
    Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.29_01 
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.29_01 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4220  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.36    
    Test::More          1.302085
    YAML                1.23    
    YAML::Syck          n/a     
    version             0.9917  


--

Summary of my perl5 (revision 5 version 20 subversion 3) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.20.3.3 #1 Tue Mar  8 06:38:32 2016 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:\Strawberry\perl\lib\CORE" -L"c:\Strawberry\c\lib"'
    libpth=c:\Strawberry\c\lib c:\Strawberry\c\i686-w64-mingw32\lib c:\Strawberry\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:\Strawberry\perl\lib\CORE" -L"c:\Strawberry\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 Mar  8 2016 06:43:07
  %ENV:
    PERL5LIB="C:\home\grape\perl5\lib\perl5"
    PERL_LOCAL_LIB_ROOT="C:\home\grape\perl5"
    PERL_MB_OPT="--install_base "C:\\home\\grape\\perl5""
    PERL_MM_OPT="INSTALL_BASE=C:\\home\\grape\\perl5"
  @INC:
    C:\home\grape\perl5\lib\perl5/MSWin32-x86-multi-thread-64int
    C:\home\grape\perl5\lib\perl5
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .