Start 2009-01-13T08:34:37 Going to read /export/home/fly818/var/cpan/Metadata Database was generated on Tue, 13 Jan 2009 09:27:58 GMT Running make for G/GA/GAAS/Data-Dump-1.14.tar.gz Checksum for /net/nas/data/cpan/authors/id/G/GA/GAAS/Data-Dump-1.14.tar.gz ok Data-Dump-1.14/ Data-Dump-1.14/Changes Data-Dump-1.14/lib/ Data-Dump-1.14/lib/Data/ Data-Dump-1.14/lib/Data/Dump/ Data-Dump-1.14/lib/Data/Dump/Trace.pm Data-Dump-1.14/lib/Data/Dump.pm Data-Dump-1.14/Makefile.PL Data-Dump-1.14/MANIFEST Data-Dump-1.14/META.yml Data-Dump-1.14/README Data-Dump-1.14/t/ Data-Dump-1.14/t/dd.t Data-Dump-1.14/t/dump.t Data-Dump-1.14/t/eval.t Data-Dump-1.14/t/glob.t Data-Dump-1.14/t/quote-unicode.t Data-Dump-1.14/t/quote.t Data-Dump-1.14/t/ref.t Data-Dump-1.14/t/regexp.t Data-Dump-1.14/t/scalar-obj.t Data-Dump-1.14/t/scalar.t Data-Dump-1.14/t/tied.t CPAN.pm: Going to build G/GA/GAAS/Data-Dump-1.14.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Data::Dump >>> make cp lib/Data/Dump.pm blib/lib/Data/Dump.pm cp lib/Data/Dump/Trace.pm blib/lib/Data/Dump/Trace.pm Manifying blib/man3/Data::Dump.3 Manifying blib/man3/Data::Dump::Trace.3 GAAS/Data-Dump-1.14.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/dd............... 1..1 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:34:58 2009 # Current time GMT: Tue Jan 13 16:34:58 2009 # Using Test.pm version 1.25 # undef # dd.t:11: (58, 34, 8, 13, 0, 109, 2, 12, 0) # dd.t:12: do { # my $a = { # Cache => *Exporter::Cache, # Debug => *Exporter::Debug, # ExportLevel => *Exporter::ExportLevel, # FailCache => *Exporter::FailCache, # "Heavy::" => *Exporter::Heavy::, # VERSION => *Exporter::VERSION, # Verbose => *Exporter::Verbose, # __ANON__ => *Exporter::__ANON__, # as_heavy => *Exporter::as_heavy, # 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, # import => *Exporter::import, # require_version => *Exporter::require_version, # }; # $a->{Cache} = { Carp => {}, "Data::Dump" => {}, Test => {} }; # $a->{Debug} = \0; # $a->{ExportLevel} = \0; # $a->{FailCache} = { Test => {} }; # $a->{"Heavy::"} = { # "BEGIN" => *Exporter::Heavy::BEGIN, # VERSION => *Exporter::Heavy::VERSION, # __ANON__ => *Exporter::Heavy::__ANON__, # _push_tags => *Exporter::Heavy::_push_tags, # _rebuild_cache => *Exporter::Heavy::_rebuild_cache, # 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, # }; # $a->{"Heavy::"}{HASH}{VERSION} = \"5.63"; # $a->{VERSION} = \"5.63"; # $a->{Verbose} = \0; # $a; # } ok 1 ok t/dump............. 1..21 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:34:58 2009 # Current time GMT: Tue Jan 13 16:34:58 2009 # 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 t/eval............. 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/glob............. 1..6 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:34:59 2009 # Current time GMT: Tue Jan 13 16:34:59 2009 # 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 => 2, }; $a; } ok 5 ok 6 ok t/quote-unicode.... 1..5 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:34:59 2009 # Current time GMT: Tue Jan 13 16:34:59 2009 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/quote............ 1..17 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:35:00 2009 # Current time GMT: Tue Jan 13 16:35:00 2009 # 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.............. 1..2 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:35:00 2009 # Current time GMT: Tue Jan 13 16:35:00 2009 # Using Test.pm version 1.25 ok 1 ok 2 ok t/regexp........... 1..1 ok 1 ok t/scalar-obj....... 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........... 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............. 1..4 # Running under perl version 5.008008 for solaris # Current time local: Tue Jan 13 08:35:01 2009 # Current time GMT: Tue Jan 13 16:35:01 2009 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok All tests successful. Files=11, Tests=64, 3 wallclock secs ( 0.55 usr 0.16 sys + 2.14 cusr 0.46 csys = 3.31 CPU) Result: PASS GAAS/Data-Dump-1.14.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/Data/Dump.pm Gisle Aas <gisle@ActiveState.com> Pretty printing of data structures >>> (cd /export/home/fly818/var/cpan/build/Data-Dump-1.14-pTlHgD && tar cvf - Data-Dump-1.14.ppd blib) | gzip -c >/export/home/fly818/var/REPO/G/GA/GAAS/Data-Dump-1.14.tar.gz Data-Dump-1.14.ppd blib/ blib/lib/ blib/lib/Data/ blib/lib/Data/Dump.pm blib/lib/Data/Dump/ blib/lib/Data/Dump/Trace.pm blib/man3/ blib/man3/Data::Dump.3 blib/man3/Data::Dump::Trace.3 >>> mv /export/home/fly818/var/cpan/build/Data-Dump-1.14-pTlHgD/Data-Dump-1.14.ppd /export/home/fly818/var/REPO/G/GA/GAAS Finished 2009-01-13T08:35:06