Report for Statistics-MaxEntropy-0.9

Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: PASS Statistics-MaxEntropy-0.9 v5.20.1 
Date: 2015-05-14T20:05:44Z

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 Hugo WL ter Doest,

This is a computer-generated report for Statistics-MaxEntropy-0.9
on perl 5.20.1, created by CPAN-Reporter-1.2014.

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:

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
DESCRIPTION OF DIAGNOSTICS
    These messages are classified as follows (listed in increasing order of
    desperation):
    
        (W) A warning (optional).
        (D) A deprecation (enabled by default).
        (S) A severe warning (enabled by default).
        (F) A fatal error (trappable).
        (P) An internal error you should never see (trappable).
        (X) A very fatal error (nontrappable).
        (A) An alien error message (not generated by Perl).
    
    The majority of messages from the first three classifications above
    (W, D & S) can be controlled using the warnings pragma.
    
    If a message can be controlled by the warnings pragma, its warning
    category is included with the classification letter in the description
    below.  E.g. (W closed) means a warning in the closed category.
    
    Severe warnings are always enabled, unless they are explicitly disabled
    with the warnings pragma or the -X switch.
    
    Trappable errors may be trapped using the eval operator.  See
    "eval" in perlfunc.  In almost all cases, warnings may be selectively
    disabled or promoted to fatal errors using the warnings pragma.
    See warnings.
    

Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 754 (#1)
    (W ambiguous) A subroutine you have declared has the same name as a Perl
    keyword, and you have used the name without qualification for calling
    one or the other.  Perl decided to call the builtin because the
    subroutine is not imported.
    
    To force interpretation as a subroutine call, either put an ampersand
    before the subroutine name, or qualify the name with its package.
    Alternatively, you can import the subroutine (or pretend that it's
    imported with the use subs pragma).
    
    To silently interpret it as the Perl operator, use the CORE:: prefix
    on the operator (e.g. CORE::log($x)) or declare the subroutine
    to be an object method (see "Subroutine Attributes" in perlsub or
    attributes).
    
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 765 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 766 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 767 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 768 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 769 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1017 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1028 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1197 (#1)
t/00____scaling.t .. ok
DESCRIPTION OF DIAGNOSTICS
    These messages are classified as follows (listed in increasing order of
    desperation):
    
        (W) A warning (optional).
        (D) A deprecation (enabled by default).
        (S) A severe warning (enabled by default).
        (F) A fatal error (trappable).
        (P) An internal error you should never see (trappable).
        (X) A very fatal error (nontrappable).
        (A) An alien error message (not generated by Perl).
    
    The majority of messages from the first three classifications above
    (W, D & S) can be controlled using the warnings pragma.
    
    If a message can be controlled by the warnings pragma, its warning
    category is included with the classification letter in the description
    below.  E.g. (W closed) means a warning in the closed category.
    
    Severe warnings are always enabled, unless they are explicitly disabled
    with the warnings pragma or the -X switch.
    
    Trappable errors may be trapped using the eval operator.  See
    "eval" in perlfunc.  In almost all cases, warnings may be selectively
    disabled or promoted to fatal errors using the warnings pragma.
    See warnings.
    

Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 754 (#1)
    (W ambiguous) A subroutine you have declared has the same name as a Perl
    keyword, and you have used the name without qualification for calling
    one or the other.  Perl decided to call the builtin because the
    subroutine is not imported.
    
    To force interpretation as a subroutine call, either put an ampersand
    before the subroutine name, or qualify the name with its package.
    Alternatively, you can import the subroutine (or pretend that it's
    imported with the use subs pragma).
    
    To silently interpret it as the Perl operator, use the CORE:: prefix
    on the operator (e.g. CORE::log($x)) or declare the subroutine
    to be an object method (see "Subroutine Attributes" in perlsub or
    attributes).
    
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 765 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 766 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 767 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 768 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 769 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1017 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1028 (#1)
Ambiguous call resolved as CORE::log(), qualify as such or use & at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 1197 (#1)

Use of uninitialized value in addition (+) at
	C:\STRAWB~1\cpan\build\Statistics-MaxEntropy-0.9-lFzHgJ\blib\lib/Statistics/MaxEntropy.pm line 628 (#2)
    (W uninitialized) An undefined value was used as if it were already
    defined.  It was interpreted as a "" or a 0, but maybe it was a mistake.
    To suppress this warning assign a defined value to your variables.
    
    To help you figure out what was undefined, perl will try to tell you
    the name of the variable (if any) that was undefined.  In some cases
    it cannot do this, so it also tells you what operation you used the
    undefined value in.  Note, however, that perl optimizes your program
    and the operation displayed in the warning may not necessarily appear
    literally in your program.  For example, "that $foo" is usually
    optimized into "that " . $foo, and the warning will refer to the
    concatenation (.) operator, even though there is no . in
    your program.
    
t/01__induction.t .. ok
t/02_____sparse.t .. ok
All tests successful.
Files=3, Tests=19, 214 wallclock secs ( 0.01 usr +  0.03 sys =  0.04 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need Have 
    ------------------- ---- -----
    Data::Dumper        2.09 2.151

build_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\Program Files\Far Manager\;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 = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1280
    PERL5_CPAN_IS_RUNNING = 1280
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1572,1280
    PERL_CR_SMOKER_CURRENT = Statistics-MaxEntropy-0.9
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, 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.24    
    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.001006
    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:
    PERL5_CPANPLUS_IS_RUNNING="1280"
    PERL5_CPAN_IS_RUNNING="1280"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1572,1280"
    PERL_CR_SMOKER_CURRENT="Statistics-MaxEntropy-0.9"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry201/perl/site/lib
    C:/Strawberry201/perl/vendor/lib
    C:/Strawberry201/perl/lib
    .