Start 2010-10-20T02:04:05 ActivePerl-1003 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/cpanfly/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Tue, 19 Oct 2010 21:29:43 GMT Running make for G/GA/GAAS/Data-Dump-1.19.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/G/GA/GAAS/Data-Dump-1.19.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/G/GA/GAAS/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\G\GA\GAAS\Data-Dump-1.19.tar.gz ok Will not use Archive::Tar, need 1.00 Data-Dump-1.19/ Data-Dump-1.19/Changes Data-Dump-1.19/lib/ Data-Dump-1.19/Makefile.PL Data-Dump-1.19/MANIFEST Data-Dump-1.19/META.yml Data-Dump-1.19/README Data-Dump-1.19/t/ Data-Dump-1.19/t/dd.t Data-Dump-1.19/t/dump.t Data-Dump-1.19/t/eval.t Data-Dump-1.19/t/filtered.t Data-Dump-1.19/t/glob.t Data-Dump-1.19/t/hash.t Data-Dump-1.19/t/quote-unicode.t Data-Dump-1.19/t/quote.t Data-Dump-1.19/t/ref.t Data-Dump-1.19/t/regexp.t Data-Dump-1.19/t/scalar-obj.t Data-Dump-1.19/t/scalar.t Data-Dump-1.19/t/tied.t Data-Dump-1.19/t/vstring.t Data-Dump-1.19/lib/Data/ Data-Dump-1.19/lib/Data/Dump/ Data-Dump-1.19/lib/Data/Dump.pm Data-Dump-1.19/lib/Data/Dump/FilterContext.pm Data-Dump-1.19/lib/Data/Dump/Filtered.pm Data-Dump-1.19/lib/Data/Dump/Trace.pm CPAN.pm: Going to build G/GA/GAAS/Data-Dump-1.19.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Data::Dump >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Data/Dump.pm blib\lib\Data\Dump.pm cp lib/Data/Dump/FilterContext.pm blib\lib\Data\Dump\FilterContext.pm cp lib/Data/Dump/Filtered.pm blib\lib\Data\Dump\Filtered.pm cp lib/Data/Dump/Trace.pm blib\lib\Data\Dump\Trace.pm GAAS/Data-Dump-1.19.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/dd.t ............. 1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 # "cpanfly" # dd.t:11: (9, 4, 2, 20, 9, 110, 3, 292, 1) # dd.t:12: do { # my $a = { # "__ANON__" => *Exporter::__ANON__, # "as_heavy" => *Exporter::as_heavy, # "Cache" => *Exporter::Cache, # "Debug" => *Exporter::Debug, # "export" => *Exporter::export, # "export_fail" => *Exporter::export_fail, # "export_ok_tags" => *Exporter::export_ok_tags, # "export_tags" => *Exporter::export_tags, # "export_to_level" => *Exporter::export_to_level, # "ExportLevel" => *Exporter::ExportLevel, # "FailCache" => *Exporter::FailCache, # "Heavy::" => *Exporter::Heavy::, # "import" => *Exporter::import, # "require_version" => *Exporter::require_version, # "Verbose" => *Exporter::Verbose, # "VERSION" => *Exporter::VERSION, # }; # $a->{"Cache"} = { "Carp" => {}, "Data::Dump" => {}, "Test" => {} }; # $a->{"Debug"} = \0; # $a->{"ExportLevel"} = \0; # $a->{"FailCache"} = { Test => {} }; # $a->{"Heavy::"} = { # __ANON__ => *Exporter::Heavy::__ANON__, # _push_tags => *Exporter::Heavy::_push_tags, # _rebuild_cache => *Exporter::Heavy::_rebuild_cache, # BEGIN => *Exporter::Heavy::BEGIN, # heavy_export => *Exporter::Heavy::heavy_export, # heavy_export_ok_tags => *Exporter::Heavy::heavy_export_ok_tags, # heavy_export_tags => *Exporter::Heavy::heavy_export_tags, # heavy_export_to_level => *Exporter::Heavy::heavy_export_to_level, # heavy_require_version => *Exporter::Heavy::heavy_require_version, # VERSION => *Exporter::Heavy::VERSION, # }; # $a->{"Heavy::"}{HASH}{VERSION} = \"5.63"; # $a->{"Verbose"} = \0; # $a->{"VERSION"} = \"5.63"; # $a; # } ok 1 ok t/dump.t ........... 1..30 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok t/eval.t ........... 1..1 ok 1 $h = do { my $a = { af => 15, bf => bless([1, 2], "Foo"), cf => 'fix' }; $a->{cf} = \$a->{af}; ($a, $a, \$a, \$a->{af}); }; $s = do { my $a = { af => 15, bf => bless([1, 2], "Foo"), cf => 'fix' }; $a->{cf} = \$a->{af}; ($a, $a, \$a, \$a->{af}); }; ok t/filtered.t ....... 1..37 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok t/glob.t ........... 1..6 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 do { require Symbol; my $a = bless(Symbol::gensym(), "IO::Socket::INET"); *{$a} = { io_socket_domain => 2, io_socket_proto => 6, io_socket_timeout => 5, io_socket_type => 1, }; $a; } ok 5 ok 6 ok t/hash.t ........... 1..9 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/quote-unicode.t .. 1..8 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/quote.t .......... 1..17 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok t/ref.t ............ 1..2 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok t/regexp.t ......... 1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok t/scalar-obj.t ..... 1..3 do { my $a = 42; bless \$a, "Foo"; $a; } ok 1 bless(do{\(my $o = 42)}, "Foo") ok 2 \bless(do{\(my $o = 42)}, "Foo") ok 3 ok t/scalar.t ......... 1..3 do { my $a = 42; ($a, $a, \$a, \\$a, 42, 42, [\$a]); }; ok 1 do { my $a = \\42; ($a, $$a, $$$a, [$$a]); }; ok 2 do { my $a = \[]; ($a, $$a); }; ok 3 ok t/tied.t ........... 1..4 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok t/vstring.t ........ 1..9 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1003 # Current time local: Wed Oct 20 02:04:09 2010 # Current time GMT: Wed Oct 20 09:04:09 2010 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok All tests successful. Files=14, Tests=131, 0 wallclock secs ( 0.05 usr + 0.05 sys = 0.09 CPU) Result: PASS GAAS/Data-Dump-1.19.tar.gz nmake test TEST_VERBOSE=1 -- OK Gisle Aas <gisle@ActiveState.com> Pretty printing of data structures >>> (cd C:\cpanfly\var\cpan\build\Data-Dump-1.19-rYVOYj && tar cvf - Data-Dump-1.19.ppd blib) | gzip -c >C:/cpanfly/var/REPO/G/GA/GAAS/Data-Dump-1.19.tar.gz Data-Dump-1.19.ppd blib/ blib/lib/ blib/lib/Data/ blib/lib/Data/Dump/ blib/lib/Data/Dump/FilterContext.pm blib/lib/Data/Dump/Filtered.pm blib/lib/Data/Dump/Trace.pm blib/lib/Data/Dump.pm >>> mv C:\cpanfly\var\cpan\build\Data-Dump-1.19-rYVOYj/Data-Dump-1.19.ppd C:/cpanfly/var/REPO/G/GA/GAAS Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl/lib/DynaLoader.pm line 225. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly\lib/Fly/MakePPD.pm line 285. Finished 2010-10-20T02:04:10