Report for Devel-SizeMe-0.19

Back
From: metabase:user:cd035d39-6d5b-1014-ab3a-39c0c09612a1
Subject: UNKNOWN Devel-SizeMe-0.19 v5.22.1 
Date: 2016-03-22T08:33:38Z

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 Tim Bunce,

This is a computer-generated report for Devel-SizeMe-0.19
on perl 5.22.1, created by CPAN-Reporter-1.2017.

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:\strawberry\c\bin\dmake.EXE':

cp lib/Devel/SizeMe.pm blib\lib\Devel\SizeMe.pm
cp lib/Devel/SizeMe/Graph/static/bootstrap/js/bootstrap.min.js blib\lib\Devel\SizeMe\Graph\static\bootstrap\js\bootstrap.min.js
cp lib/Devel/SizeMe/Graph/static/bootstrap/css/bootstrap.min.css blib\lib\Devel\SizeMe\Graph\static\bootstrap\css\bootstrap.min.css
cp lib/Devel/SizeMe/Core.pm blib\lib\Devel\SizeMe\Core.pm
cp lib/Devel/SizeMe/Graph/static/bootstrap/img/glyphicons-halflings-white.png blib\lib\Devel\SizeMe\Graph\static\bootstrap\img\glyphicons-halflings-white.png
cp lib/Devel/SizeMe/Graph/static/bootstrap/css/bootstrap-responsive.min.css blib\lib\Devel\SizeMe\Graph\static\bootstrap\css\bootstrap-responsive.min.css
cp lib/Devel/SizeMe/Graph/static/bootstrap/img/glyphicons-halflings.png blib\lib\Devel\SizeMe\Graph\static\bootstrap\img\glyphicons-halflings.png
cp lib/Devel/SizeMe/Graph/static/bootstrap/css/bootstrap.css blib\lib\Devel\SizeMe\Graph\static\bootstrap\css\bootstrap.css
cp lib/Devel/SizeMe/Graph/static/bootstrap/css/bootstrap-responsive.css blib\lib\Devel\SizeMe\Graph\static\bootstrap\css\bootstrap-responsive.css
cp lib/Devel/SizeMe/Graph/static/bootstrap/js/bootstrap.js blib\lib\Devel\SizeMe\Graph\static\bootstrap\js\bootstrap.js
cp lib/Devel/SizeMe/Graph.pm blib\lib\Devel\SizeMe\Graph.pm
cp lib/Devel/SizeMe/Graph/static/css/base.css blib\lib\Devel\SizeMe\Graph\static\css\base.css
cp lib/Devel/SizeMe/Graph/static/sprintf.js blib\lib\Devel\SizeMe\Graph\static\sprintf.js
cp lib/Devel/SizeMe/Graph/static/jit-yc.js blib\lib\Devel\SizeMe\Graph\static\jit-yc.js
cp lib/Devel/SizeMe/Graph/static/treemap.js blib\lib\Devel\SizeMe\Graph\static\treemap.js
cp lib/Devel/SizeMe/Graph/static/css/Treemap.css blib\lib\Devel\SizeMe\Graph\static\css\Treemap.css
cp lib/Devel/SizeMe/Graph/static/jquery-1.8.1-min.js blib\lib\Devel\SizeMe\Graph\static\jquery-1.8.1-min.js
cp lib/Devel/SizeMe/Graph/static/jit.js blib\lib\Devel\SizeMe\Graph\static\jit.js
cp lib/Devel/SizeMe/Graph/static/yesmeck-jquery-jsonview/index.html blib\lib\Devel\SizeMe\Graph\static\yesmeck-jquery-jsonview\index.html
cp lib/Devel/SizeMe/Graph/static/yesmeck-jquery-jsonview/README.md blib\lib\Devel\SizeMe\Graph\static\yesmeck-jquery-jsonview\README.md
cp lib/Devel/SizeMe/Graph/static/yesmeck-jquery-jsonview/jquery.jsonview.css blib\lib\Devel\SizeMe\Graph\static\yesmeck-jquery-jsonview\jquery.jsonview.css
cp lib/Devel/SizeMe/Graph/static/excanvas.js blib\lib\Devel\SizeMe\Graph\static\excanvas.js
cp lib/Devel/SizeMe/Graph/static/yesmeck-jquery-jsonview/jquery.jsonview.js blib\lib\Devel\SizeMe\Graph\static\yesmeck-jquery-jsonview\jquery.jsonview.js
cp lib/Devel/SizeMe/Graph/static/yesmeck-jquery-jsonview/jsonview.jquery.json blib\lib\Devel\SizeMe\Graph\static\yesmeck-jquery-jsonview\jsonview.jquery.json
Running Mkbootstrap for Devel::SizeMe ()
"C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "SizeMe.bs"
"C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\site\lib\ExtUtils\xsubpp"  -typemap "C:\STRAWB~1\perl\lib\ExtUtils\typemap" -typemap "typemap"  SizeMe.xs > SizeMe.xsc && "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- SizeMe.xsc SizeMe.c
gcc -c   	-s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 	  -DVERSION=\"0.19\" 	-DXS_VERSION=\"0.19\"  "-IC:\STRAWB~1\perl\lib\CORE"  -DALIGN_BITS=2 SizeMe.c
In file included from SizeMe.xs:29:0:
smptr_tbl.c: In function 'smptr_table_new':
smptr_tbl.c:24:5: warning: left shift count >= width of type
     Newxz(tbl->tbl_ary, tbl->tbl_max + 1, SMPTR_TBL_ENT_t*);
     ^
In file included from SizeMe.xs:16:0:
C:\STRAWB~1\perl\lib\CORE/handy.h:1901:31: warning: integer overflow in expression [-Woverflow]
     (sizeof(t) > ((MEM_SIZE)1 << 8*(sizeof(MEM_SIZE) - sizeof(n))))
                               ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3529:46: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  (expr)
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3532:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:9: note: in expansion of macro 'UNLIKELY'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1921:9: note: in expansion of macro '_MEM_WRAP_NEEDS_RUNTIME_CHECK'
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1932:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^
C:\STRAWB~1\perl\lib\CORE/handy.h:2021:28: note: in expansion of macro 'MEM_WRAP_CHECK_'
 #define Newxz(v,n,t) (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_ALLOC(n,t,safecalloc((n),sizeof(t)))))
                            ^
smptr_tbl.c:24:5: note: in expansion of macro 'Newxz'
     Newxz(tbl->tbl_ary, tbl->tbl_max + 1, SMPTR_TBL_ENT_t*);
     ^
In file included from SizeMe.xs:29:0:
smptr_tbl.c: In function 'smptr_table_split':
smptr_tbl.c:75:5: warning: left shift count >= width of type
     Renew(ary, newsize, SMPTR_TBL_ENT_t*);
     ^
In file included from SizeMe.xs:16:0:
C:\STRAWB~1\perl\lib\CORE/handy.h:1901:31: warning: integer overflow in expression [-Woverflow]
     (sizeof(t) > ((MEM_SIZE)1 << 8*(sizeof(MEM_SIZE) - sizeof(n))))
                               ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3529:46: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  (expr)
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3532:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:9: note: in expansion of macro 'UNLIKELY'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1921:9: note: in expansion of macro '_MEM_WRAP_NEEDS_RUNTIME_CHECK'
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1932:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^
C:\STRAWB~1\perl\lib\CORE/handy.h:2031:10: note: in expansion of macro 'MEM_WRAP_CHECK_'
    (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_REALLOC(n,t,v,saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))))
          ^
smptr_tbl.c:75:5: note: in expansion of macro 'Renew'
     Renew(ary, newsize, SMPTR_TBL_ENT_t*);
     ^
In file included from SizeMe.xs:29:0:
smptr_tbl.c:76:5: warning: left shift count >= width of type
     Zero(&ary[oldsize], newsize-oldsize, SMPTR_TBL_ENT_t*);
     ^
In file included from SizeMe.xs:16:0:
C:\STRAWB~1\perl\lib\CORE/handy.h:1901:31: warning: integer overflow in expression [-Woverflow]
     (sizeof(t) > ((MEM_SIZE)1 << 8*(sizeof(MEM_SIZE) - sizeof(n))))
                               ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3529:46: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  (expr)
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3532:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:9: note: in expansion of macro 'UNLIKELY'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1921:9: note: in expansion of macro '_MEM_WRAP_NEEDS_RUNTIME_CHECK'
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1932:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^
C:\STRAWB~1\perl\lib\CORE/handy.h:2044:22: note: in expansion of macro 'MEM_WRAP_CHECK_'
 #define Zero(d,n,t) (MEM_WRAP_CHECK_(n,t) (void)memzero((char*)(d), (n) * sizeof(t)))
                      ^
smptr_tbl.c:76:5: note: in expansion of macro 'Zero'
     Zero(&ary[oldsize], newsize-oldsize, SMPTR_TBL_ENT_t*);
     ^
smptr_tbl.c: In function 'smptr_table_clear':
smptr_tbl.c:145:46: warning: left shift count >= width of type
  Zero(tbl->tbl_ary, tbl->tbl_max + 1, struct smptr_tbl_ent **);
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3529:46: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  (expr)
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3532:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:9: note: in expansion of macro 'UNLIKELY'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1921:9: note: in expansion of macro '_MEM_WRAP_NEEDS_RUNTIME_CHECK'
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1932:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^
C:\STRAWB~1\perl\lib\CORE/handy.h:2044:22: note: in expansion of macro 'MEM_WRAP_CHECK_'
 #define Zero(d,n,t) (MEM_WRAP_CHECK_(n,t) (void)memzero((char*)(d), (n) * sizeof(t)))
                      ^
smptr_tbl.c:145:2: note: in expansion of macro 'Zero'
  Zero(tbl->tbl_ary, tbl->tbl_max + 1, struct smptr_tbl_ent **);
  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1901:31: warning: integer overflow in expression [-Woverflow]
     (sizeof(t) > ((MEM_SIZE)1 << 8*(sizeof(MEM_SIZE) - sizeof(n))))
                               ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3529:46: note: in definition of macro 'EXPECT'
 #  define EXPECT(expr,val)                  (expr)
                                              ^
C:\STRAWB~1\perl\lib\CORE/perl.h:3532:52: note: in expansion of macro 'cBOOL'
 #define UNLIKELY(cond)                      EXPECT(cBOOL(cond),FALSE)
                                                    ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:9: note: in expansion of macro 'UNLIKELY'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1921:9: note: in expansion of macro '_MEM_WRAP_NEEDS_RUNTIME_CHECK'
       ((_MEM_WRAP_NEEDS_RUNTIME_CHECK(n,t) ? (MEM_SIZE)(n) : \
         ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1925:18: note: in expansion of macro '_MEM_WRAP_WILL_WRAP'
  (void)(UNLIKELY(_MEM_WRAP_WILL_WRAP(n,t)) \
                  ^
C:\STRAWB~1\perl\lib\CORE/handy.h:1932:30: note: in expansion of macro 'MEM_WRAP_CHECK'
 #define MEM_WRAP_CHECK_(n,t) MEM_WRAP_CHECK(n,t),
                              ^
C:\STRAWB~1\perl\lib\CORE/handy.h:2044:22: note: in expansion of macro 'MEM_WRAP_CHECK_'
 #define Zero(d,n,t) (MEM_WRAP_CHECK_(n,t) (void)memzero((char*)(d), (n) * sizeof(t)))
                      ^
smptr_tbl.c:145:2: note: in expansion of macro 'Zero'
  Zero(tbl->tbl_ary, tbl->tbl_max + 1, struct smptr_tbl_ent **);
  ^
SizeMe.xs: In function 'np_dump_node_path_info':
SizeMe.xs:527:69: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
         fprintf(stderr, "~note %s %lu (%p)", attr_name, attr_value, (void*)attr_value);
                                                                     ^
SizeMe.xs:530:55: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
         fprintf(stderr, "~addr %lu (%p)", attr_value, (void*)attr_value);
                                                       ^
SizeMe.xs: In function 'get_sv_follow_state':
SizeMe.xs:684:65: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     smptr_table_store(aTHX_ st->sv_refcnt_ptr_table, (void*)sv, (void*)seen_cnt);
                                                                 ^
SizeMe.xs: At top level:
SizeMe.xs:966:0: warning: "cv_name" redefined
 #define cv_name(cv) S_cv_name(aTHX_ cv)
 ^
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:5544:0,
                 from SizeMe.xs:16:
C:\STRAWB~1\perl\lib\CORE/embed.h:105:0: note: this is the location of the previous definition
 #define cv_name(a,b,c)  Perl_cv_name(aTHX_ a,b,c)
 ^
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:3736:0,
                 from SizeMe.xs:16:
SizeMe.xs: In function 'sv_size':
C:\STRAWB~1\perl\lib\CORE/pad.h:319:33: error: 'SV' has no member named 'xpadn_ourstash'
 #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash
                                 ^
C:\STRAWB~1\perl\lib\CORE/pad.h:342:27: note: in expansion of macro 'PadnameOURSTASH'
 #define SvPAD_OUR(pn)  (!!PadnameOURSTASH(pn))
                           ^
SizeMe.xs:1780:29: note: in expansion of macro 'SvPAD_OUR'
     if (type == SVt_PVGV && SvPAD_OUR(thing) && SvOURSTASH(thing))
                             ^
C:\STRAWB~1\perl\lib\CORE/pad.h:319:33: error: 'SV' has no member named 'xpadn_ourstash'
 #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash
                                 ^
C:\STRAWB~1\perl\lib\CORE/pad.h:346:21: note: in expansion of macro 'PadnameOURSTASH'
 #define SvOURSTASH  PadnameOURSTASH
                     ^
SizeMe.xs:1780:49: note: in expansion of macro 'SvOURSTASH'
     if (type == SVt_PVGV && SvPAD_OUR(thing) && SvOURSTASH(thing))
                                                 ^
C:\STRAWB~1\perl\lib\CORE/pad.h:319:33: error: 'SV' has no member named 'xpadn_ourstash'
 #define PadnameOURSTASH(pn) (pn)->xpadn_ourstash
                                 ^
C:\STRAWB~1\perl\lib\CORE/pad.h:346:21: note: in expansion of macro 'PadnameOURSTASH'
 #define SvOURSTASH  PadnameOURSTASH
                     ^
SizeMe.xs:1781:56: note: in expansion of macro 'SvOURSTASH'
       sv_size(aTHX_ st, NPathLink("SvOURSTASH"), (SV *)SvOURSTASH(thing));
                                                        ^
In file included from C:\STRAWB~1\perl\lib\CORE/perl.h:3691:0,
                 from SizeMe.xs:16:
SizeMe.xs: In function 'free_memnode_state':
C:\STRAWB~1\perl\lib\CORE/iperlsys.h:1052:31: warning: passing argument 2 of 'my_perl->IProc->pPclose' from incompatible pointer type
  (*PL_Proc->pPclose)(PL_Proc, (f))
                               ^
C:\STRAWB~1\perl\lib\CORE/XSUB.h:643:21: note: in expansion of macro 'PerlProc_pclose'
 #    define pclose  PerlProc_pclose
                     ^
SizeMe.xs:1802:17: note: in expansion of macro 'pclose'
             if (pclose(st->node_stream_fh)) /* XXX PerlIO! */
                 ^
C:\STRAWB~1\perl\lib\CORE/iperlsys.h:1052:31: note: expected 'struct PerlIOl **' but argument is of type 'struct FILE *'
  (*PL_Proc->pPclose)(PL_Proc, (f))
                               ^
C:\STRAWB~1\perl\lib\CORE/XSUB.h:643:21: note: in expansion of macro 'PerlProc_pclose'
 #    define pclose  PerlProc_pclose
                     ^
SizeMe.xs:1802:17: note: in expansion of macro 'pclose'
             if (pclose(st->node_stream_fh)) /* XXX PerlIO! */
                 ^
SizeMe.xs: In function 'new_state':
SizeMe.xs:1858:36: warning: assignment from incompatible pointer type
                 st->node_stream_fh = popen(st->node_stream_name+1, "w");
                                    ^
SizeMe.xs: In function 'perl_size':
SizeMe.xs:2226:57: error: 'PL_L1Posix_ptrs' undeclared (first use in this function)
         sv_size(aTHX_ st, NPathLink("PL_L1Posix_ptrs"), PL_L1Posix_ptrs[i]);
                                                         ^
SizeMe.xs:2226:57: note: each undeclared identifier is reported only once for each function it appears in
dmake.EXE:  Error code 129, while making 'SizeMe.o'

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    autodie             2.12     2.29    
    DBD::SQLite         1.37     1.50    
    DBI                 0        1.634   
    Devel::Dwarn        0        0       
    HTML::Entities      0        3.69    
    JSON::XS            0        3.02    
    Moo                 1.000007 2.001001
    perl                5.008    5.022001
    Test::More          0.98     1.001014
    XSLoader            0        0.20    

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.10    

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.10    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS.0\system32\cmd.exe
    NONINTERACTIVE_TESTING = 1
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\WINDOWS.0\system32;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL = C:\Strawberry\perl\bin\perl.exe
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3980
    PERL5_CPAN_IS_RUNNING = 3980
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 3216,3980
    PERL_CR_SMOKER_CURRENT = Devel-SizeMe-0.19
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 6 Model 14 Stepping 8, GenuineIntel
    TEMP = C:\DOKUME~1\smoker\LOKALE~1\Temp
    TERM = dumb

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

    $^X = C:\Strawberry\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.11    
    CPAN::Meta          2.150005
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.10    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.10    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4216  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.36    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          n/a     
    version             0.9915  


--

Summary of my perl5 (revision 5 version 22 subversion 1) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.22.1.3 #1 Mon Mar  7 05:57:53 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 -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.9.2', 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\4.9.2
    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=libperl522.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_LOCALE_TIME
                        USE_PERLIO USE_PERL_ATOF
  Built under MSWin32
  Compiled at Mar  7 2016 06:02:38
  %ENV:
    PERL="C:\Strawberry\perl\bin\perl.exe"
    PERL5_CPANPLUS_IS_RUNNING="3980"
    PERL5_CPAN_IS_RUNNING="3980"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="3216,3980"
    PERL_CR_SMOKER_CURRENT="Devel-SizeMe-0.19"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .