FunctionalPerl v0.72.66 Perl 5 v5.18.2 MSWin32-x86-multi-thread-64int

Status
Fail
From
Alexandr Ciornii (CHORNY)
Dist
FunctionalPerl v0.72.66
Platform
Perl 5 v5.18.2 MSWin32-x86-multi-thread-64int
Date
2021-05-24 12:43:52
ID
8e90ab07-6bf3-1014-a3dc-908e0f3a4250
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 Christian Jaeger,

This is a computer-generated report for FunctionalPerl-0.72.66
on perl 5.18.2, created by CPAN-Reporter-1.2018.

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:\strawberry182\c\bin\dmake.exe test':

C:\strawberry182\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/csv_to_xml.t ........................... skipped: on Windows (no shell support)
t/dbi.t .................................. ok
t/examples-csv-to-json.t ................. skipped: Can't enable unknown feature signatures at (eval 5) line 1.
times for fib: user = 0.19, system = 0, cuser = 0, csystem = 0
times for fibonacci: user = 0.15, system = 0, cuser = 0, csystem = 0
t/examples-fibs.t ........................ ok
t/examples-functional-classes.t .......... ok
t/examples-hiring-without-whiteboards.t .. skipped: Perl v5.20.0 required--this is only v5.18.2, stopped at (eval 5) line 2.
t/examples-logic.t ....................... skipped: Perl v5.20.0 required--this is only v5.18.2, stopped at (eval 5) line 2.
t/examples-perlweekly-111-1.t ............ skipped: Can't enable unknown feature signatures at (eval 5) line 1.
t/examples-perlweekly-113-1.t ............ skipped: Can't enable unknown feature signatures at (eval 5) line 1.
t/examples-perlweekly-113-2.t ............ skipped: Can't enable unknown feature signatures at (eval 5) line 1.
t/examples-primes.t ...................... ok
t/functional_XML-t-div.t ................. ok
t/functional_XML-test.t .................. ok
t/htmlgen.t .............................. skipped: Perl v5.20.0 required--this is only v5.18.2, stopped at (eval 5) line 2.
t/intro-basics.t ......................... skipped: could not use FP::Repl::Dependencies
t/perl-goto-leak.t ....................... skipped: on Windows (no shell support)
t/perl-weaken-coderef-correctness.t ...... skipped: on Windows (no shell support)
t/perl-weaken-coderef.t .................. skipped: on Windows (no shell support)
Argument "2/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Argument "2/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Argument "3/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Argument "2/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Argument "3/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Argument "2/8" isn't numeric in numeric eq (==) at lib/FP/Collection.pm line 104.
Exception: Undefined subroutine &t_pod_snippets_73::expand_import_tags called at lib\FunctionalPerl.pm line 46.
 at lib\FunctionalPerl.pm line 46.
	eval 'package main; package t_pod_snippets_73; use Test::More ;
{
no warnings;
use strict;    # things are likely to be sloppy

ok 1 => \'the tests compile\';   


#line 16 lib\\FunctionalPerl.pm
use FunctionalPerl;
FunctionalPerl->VERSION # or $FunctionalPerl::VERSION

;

#line 19 lib\\FunctionalPerl.pm
# The actual modules are in the FP:: namespace hierarchy, like:
use FP::List;

;

#line 22 lib\\FunctionalPerl.pm
# But you can also import sets of modules from here, e.g.:
use FunctionalPerl qw(:sequences :repl);

;
 
#line 45 lib\\FunctionalPerl.pm
use FunctionalPerl qw(expand_import_tags);
my ($modules, $unused_tags, $nontags) = expand_import_tags(qw(:dev :most not_a_tag));
is $$modules{"FP::Failure"}, 2; # number of times used.
is_deeply $unused_tags,
          [\':all\', \':ast\', \':csv\', \':dbi\', \':fix\', \':git\', \':io\', \':paths\', \':pxml\', \':rare\', \':trampolines\', \':transparentlazy\'];
is_deeply $nontags, [\'not_a_tag\'];

;


ok 1 => \'we reached the end!\';

}
; 
1' called at lib/FP/Repl/WithRepl.pm line 75
	FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_73; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 37
	main::myeval("package t_pod_snippets_73; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 158
	main::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 258
	Test::Builder::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	eval {...} called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	Test::Builder::subtest(Test::Builder=HASH(0x9bb674), "pod snippets in FunctionalPerl", CODE(0x9991f4)) called at C:/strawberry182/perl/lib/Test/More.pm line 770
	Test::More::subtest("pod snippets in FunctionalPerl", CODE(0x9991f4)) called at t/pod_snippets.t line 183

    
    #   Failed test 'pod snippets in FunctionalPerl'
    #   at t/pod_snippets.t line 177.
    # Looks like you failed 1 test of 2.

#   Failed test 'pod snippets in FunctionalPerl'
#   at t/pod_snippets.t line 183.
Exception: syntax error at lib\PXML.pm line 19, near "is_pxml_element P"
BEGIN not safe after errors--compilation aborted at lib\PXML.pm line 22.
 at lib\PXML.pm line 22.
	eval 'package main; package t_pod_snippets_74; use Test::More ;
{
no warnings;
use strict;    # things are likely to be sloppy

ok 1 => \'the tests compile\';   


#line 16 lib\\PXML.pm
use PXML qw(is_pxml_element);
use PXML::XHTML qw(P);

;

#line 19 lib\\PXML.pm
ok is_pxml_element P();
is P("Hi <there>")->string, \'<p>Hi &lt;there&gt;</p>\';

;

#line 22 lib\\PXML.pm
use PXML ":all";

;

#line 24 lib\\PXML.pm
is(pxmlbody("foo")->string, "foo");

;

#line 26 lib\\PXML.pm
;


ok 1 => \'we reached the end!\';

}
; 
1' called at lib/FP/Repl/WithRepl.pm line 75
	FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_74; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 37
	main::myeval("package t_pod_snippets_74; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 158
	main::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 258
	Test::Builder::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	eval {...} called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	Test::Builder::subtest(Test::Builder=HASH(0x9bb674), "pod snippets in PXML", CODE(0x9991f4)) called at C:/strawberry182/perl/lib/Test/More.pm line 770
	Test::More::subtest("pod snippets in PXML", CODE(0x9991f4)) called at t/pod_snippets.t line 183

    
    #   Failed test 'pod snippets in PXML'
    #   at t/pod_snippets.t line 177.
    # Looks like you failed 1 test of 1.

#   Failed test 'pod snippets in PXML'
#   at t/pod_snippets.t line 183.
Exception: Undefined subroutine &PXML::Serialize::is_pxml_element called at lib/FP/List.pm line 1481.
 at lib/FP/List.pm line 1481.
	FP::List::__ANON__() called at lib/FP/List.pm line 1484
	FP::List::__ANON__(CODE(0x367e284), FP::List::Pair=ARRAY(0x35c20e4)) called at lib/PXML/Serialize.pm line 412
	PXML::Serialize::pxml_print_fragment_fast(PXML::_::XHTML=ARRAY(0x368bec4), GLOB(0x368be34)) called at lib/PXML/Preserialize.pm line 226
	PXML::Preserialize::_pxmlpre(10, CODE(0x368b0b4)) called at lib/PXML/Preserialize.pm line 271
	PXML::Preserialize::pxmlfunc(CODE(0x368b0b4)) called at lib\PXML\Preserialize.pm line 27
	eval 'package main; package t_pod_snippets_77; use Test::More ;
{
no warnings;
use strict;    # things are likely to be sloppy

ok 1 => \'the tests compile\';   


#line 16 lib\\PXML\\Preserialize.pm
use PXML::Preserialize qw(pxmlfunc pxmlpre);
use PXML::XHTML qw(A B);

;

#line 19 lib\\PXML\\Preserialize.pm
my $link_normal = sub {
    my ($href,$body)=@_;
    A {href=> $href}, $body
};

;

#line 24 lib\\PXML\\Preserialize.pm
my $link_fast = pxmlfunc {
    my ($href,$body)=@_; # can take up to 10[?] arguments.
    A {href=> $href}, $body
};

;

#line 29 lib\\PXML\\Preserialize.pm
# the `2` is the number of arguments
my $link_fast2 = pxmlpre 2, $link_normal;

;

#line 32 lib\\PXML\\Preserialize.pm
# these expressions are all returning the same result, but the second
# and third are (supposedly) evaluated faster than the first:
is $link_normal->("http://foo", [B("Foo"), "Bar"])->string,
   \'<a href="http://foo"><b>Foo</b>Bar</a>\';
is $link_fast->("http://foo", [B("Foo"), "Bar"])->string,
   \'<a href="http://foo"><b>Foo</b>Bar</a>\';
is $link_fast2->("http://foo", [B("Foo"), "Bar"])->string,
   \'<a href="http://foo"><b>Foo</b>Bar</a>\';

;

#line 41 lib\\PXML\\Preserialize.pm
;


ok 1 => \'we reached the end!\';

}
; 
1' called at lib/FP/Repl/WithRepl.pm line 75
	FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_77; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 37
	main::myeval("package t_pod_snippets_77; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 158
	main::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 258
	Test::Builder::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	eval {...} called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	Test::Builder::subtest(Test::Builder=HASH(0x9bb674), "pod snippets in PXML::Preserialize", CODE(0x9991f4)) called at C:/strawberry182/perl/lib/Test/More.pm line 770
	Test::More::subtest("pod snippets in PXML::Preserialize", CODE(0x9991f4)) called at t/pod_snippets.t line 183

    
    #   Failed test 'pod snippets in PXML::Preserialize'
    #   at t/pod_snippets.t line 177.
    # Looks like you failed 1 test of 2.

#   Failed test 'pod snippets in PXML::Preserialize'
#   at t/pod_snippets.t line 183.
Exception: Undefined subroutine &PXML::Serialize::is_pxml_element called at lib/FP/List.pm line 1481.
 at lib/FP/List.pm line 1481.
	FP::List::__ANON__() called at lib/FP/List.pm line 1484
	FP::List::__ANON__(CODE(0x367e284), FP::List::Pair=ARRAY(0x367e224)) called at lib/PXML/Serialize.pm line 412
	PXML::Serialize::pxml_print_fragment_fast(PXML::Element=ARRAY(0x36ba6c4), "*Chj::xIO::\$out") called at lib/PXML/Element.pm line 218
	PXML::Element::__ANON__() called at lib/Chj/xIO.pm line 68
	Chj::xIO::capture_stdout_(CODE(0x36ba424)) called at lib/Chj/xIO.pm line 75
	Chj::xIO::capture_stdout(CODE(0x36ba424)) called at lib/PXML/Element.pm line 220
	PXML::Element::string(PXML::Element=ARRAY(0x36ba6c4)) called at lib\PXML\Tags.pm line 22
	eval 'package main; package t_pod_snippets_82; use Test::More ;
{
no warnings;
use strict;    # things are likely to be sloppy

ok 1 => \'the tests compile\';   


#line 16 lib\\PXML\\Tags.pm
use PXML::Tags qw(records
    protocol-version
    record);
my $xml = RECORDS(PROTOCOL_VERSION("1.0"),
                 RECORD("Hi"), RECORD("there!"));
is ref($xml), "PXML::Element";
is $xml->string, \'<records><protocol-version>1.0</protocol-version><record>Hi</record><record>there!</record></records>\';

;


ok 1 => \'we reached the end!\';

}
; 
1' called at lib/FP/Repl/WithRepl.pm line 75
	FP::Repl::WithRepl::WithRepl_eval("package t_pod_snippets_82; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 37
	main::myeval("package t_pod_snippets_82; use Test::More ;\x{a}{\x{a}no warnings;\x{a}us"...) called at t/pod_snippets.t line 158
	main::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 258
	Test::Builder::__ANON__() called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	eval {...} called at C:/strawberry182/perl/lib/Test/Builder.pm line 263
	Test::Builder::subtest(Test::Builder=HASH(0x9bb674), "pod snippets in PXML::Tags", CODE(0x9991f4)) called at C:/strawberry182/perl/lib/Test/More.pm line 770
	Test::More::subtest("pod snippets in PXML::Tags", CODE(0x9991f4)) called at t/pod_snippets.t line 183

    
    #   Failed test 'pod snippets in PXML::Tags'
    #   at t/pod_snippets.t line 177.
    # Looks like you failed 1 test of 3.

#   Failed test 'pod snippets in PXML::Tags'
#   at t/pod_snippets.t line 183.
# Looks like you failed 4 tests of 107.
t/pod_snippets.t ......................... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/107 subtests 
	(less 20 skipped subtests: 83 okay)
t/predicates.t ........................... ok
t/repl.t ................................. skipped: dependency Term::ReadLine::Gnu not present at lib/FP/Repl/Dependencies.pm line 44.
not activating since running in test mode at lib/FP/Repl/AutoTrap.pm line 64.
positive_inf: got '1.#INF' at lib/FP/Equal/t.pm line 101.
positive_inf: got '1.#INF' at lib/FP/Equal/t.pm line 101.
negative_inf: got '-1.#INF' at lib/FP/Equal/t.pm line 107.
Reference is already weak at lib/FP/Stream.pm line 769.
t/require_and_run_tests.t ................ ok
t/skip-internal.t ........................ ok
t/skip-leak.t ............................ skipped: on Windows (no shell support)
t/skip.t ................................. skipped: on Windows (no shell support)
t/testlazy.t ............................. skipped: on Windows (no shell support)
t/testlazy10.t ........................... skipped: on Windows (no shell support)
t/trampoline-fix.t ....................... skipped: Test requires module 'BSD::Resource' but it's not found

Test Summary Report
-------------------
t/pod_snippets.t                       (Wstat: 1024 Tests: 107 Failed: 4)
  Failed tests:  93-94, 97, 102
  Non-zero exit status: 4
Files=28, Tests=119, 27 wallclock secs ( 0.38 usr +  0.09 sys =  0.47 CPU)
Result: FAIL
Failed 1/28 test programs. 4/119 subtests failed.
dmake.exe:  Error code 255, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    autobox             0        2.82    
    base                0        2.18    
    Digest              0        1.17    
    File::Path          0        2.09    
    Getopt::Long        0        2.42    
    Import::Into        0        1.002000
    Math::BigInt        0        1.9991  
    NEXT                0        0.65    
    overload            0        1.22    
    perl                5.016004 5.018002
    PerlIO::utf8_strict 0        0.004   
    Safe::Isa           0        1.000004
    Scalar::Util        0        1.56    
    Symbol              0        1.07    
    Test::More          0.96     1.001002
    utf8                0        1.10    
    warnings            0        1.18    

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    Capture::Tiny       0        0.23    
    DBD::CSV            0        0.41    
    DBI                 0        1.630   
    ExtUtils::MakeMaker 0        6.84    
    Sub::Util           0        1.56    
    Test::Pod::Snippets 0        0.07    
    Test::Requires      0        0.07    
    Text::CSV           0        1.32    
    URI                 0        1.60    

configure_requires:

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


------------------------------
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:\strawberry182\c\bin;C:\strawberry182\perl\site\bin;C:\strawberry182\perl\bin
    PERL5LIB = C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/arch;C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/lib;C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/arch;C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 888
    PERL5_CPAN_IS_RUNNING = 888
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 220,888
    PERL_CR_SMOKER_CURRENT = FunctionalPerl-0.72.66
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HASH_SEED = 0x11111111
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 18 Model 1 Stepping 0, AuthenticAMD
    TEMP = C:\DOCUME~1\c\LOCALS~1\Temp
    TERM = dumb

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

    $^X = C:\strawberry182\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.16    
    CPAN::Meta          2.133380
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280212
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.59    
    ExtUtils::MakeMaker 6.84    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.22    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4203  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.30    
    Test::More          1.001002
    YAML                0.90    
    YAML::Syck          1.27    
    version             0.9904  


--

Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.2, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.18.2.1 #1 Tue Jan  7 16:30:36 2014 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    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 -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.7.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:\strawberry182\perl\lib\CORE" -L"C:\strawberry182\c\lib"'
    libpth=C:\strawberry182\c\lib C:\strawberry182\c\i686-w64-mingw32\lib C:\strawberry182\c\lib\gcc\i686-w64-mingw32\4.7.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=libperl518.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry182\perl\lib\CORE" -L"C:\strawberry182\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_PRESERVE_IVUV PERL_SAWAMPERSAND
                        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 Jan  7 2014 16:39:31
  %ENV:
    PERL5LIB="C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/arch;C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/lib;C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/arch;C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="888"
    PERL5_CPAN_IS_RUNNING="888"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="220,888"
    PERL_CR_SMOKER_CURRENT="FunctionalPerl-0.72.66"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HASH_SEED="0x11111111"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/arch
    C:\strawberry182\cpan\build\Test-Pod-Snippets-0.07-0/blib/lib
    C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/arch
    C:\strawberry182\cpan\build\Scalar-List-Utils-1.56-0/blib/lib
    C:/strawberry182/perl/site/lib
    C:/strawberry182/perl/vendor/lib
    C:/strawberry182/perl/lib
    .