Start 2010-11-16T06:04:07 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Mon, 15 Nov 2010 22:29:44 GMT Running make for S/SA/SARTAK/Class-Load-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SA/SARTAK/Class-Load-0.06.tar.gz ok Will not use Archive::Tar, need 1.00 Class-Load-0.06/ Class-Load-0.06/Changes Class-Load-0.06/inc/ Class-Load-0.06/lib/ Class-Load-0.06/Makefile.PL Class-Load-0.06/MANIFEST Class-Load-0.06/META.yml Class-Load-0.06/t/ Class-Load-0.06/t/000-load.t Class-Load-0.06/t/001-is-class-loaded.t Class-Load-0.06/t/002-try-load-class.t Class-Load-0.06/t/003-load-class.t Class-Load-0.06/t/004-load-double.t Class-Load-0.06/t/005-load-optional.t Class-Load-0.06/t/006-returned-error.t Class-Load-0.06/t/lib/ Class-Load-0.06/t/lib/Class/ Class-Load-0.06/t/lib/Class/Load/ Class-Load-0.06/t/lib/Class/Load/OK.pm Class-Load-0.06/t/lib/Class/Load/SyntaxError.pm Class-Load-0.06/lib/Class/ Class-Load-0.06/lib/Class/Load.pm Class-Load-0.06/inc/Module/ Class-Load-0.06/inc/Module/Install/ Class-Load-0.06/inc/Module/Install.pm Class-Load-0.06/inc/Module/Install/Base.pm Class-Load-0.06/inc/Module/Install/Can.pm Class-Load-0.06/inc/Module/Install/Fetch.pm Class-Load-0.06/inc/Module/Install/Makefile.pm Class-Load-0.06/inc/Module/Install/Metadata.pm Class-Load-0.06/inc/Module/Install/Win32.pm Class-Load-0.06/inc/Module/Install/WriteAll.pm CPAN.pm: Going to build S/SA/SARTAK/Class-Load-0.06.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Cannot determine perl version info from lib/Class/Load.pm Warning: prerequisite Test::Fatal 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Class::Load ---- Unsatisfied dependencies detected during ---- ---- SARTAK/Class-Load-0.06.tar.gz ---- Test::Fatal [requires] Running make test Delayed until after prerequisites Running test for module 'Test::Fatal' Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.003.tar.gz ok Will not use Archive::Tar, need 1.00 Test-Fatal-0.003 Test-Fatal-0.003/README Test-Fatal-0.003/Changes Test-Fatal-0.003/LICENSE Test-Fatal-0.003/dist.ini Test-Fatal-0.003/META.yml Test-Fatal-0.003/MANIFEST Test-Fatal-0.003/t Test-Fatal-0.003/t/basic.t Test-Fatal-0.003/META.json Test-Fatal-0.003/Makefile.PL Test-Fatal-0.003/lib/Test Test-Fatal-0.003/lib/Test/Fatal.pm Test-Fatal-0.003/t/release-pod-syntax.t CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Warning: prerequisite Try::Tiny 0.07 not found. We have 0.06. Checking if your kit is complete... Looks good Writing Makefile for Test::Fatal ---- Unsatisfied dependencies detected during ---- ---- RJBS/Test-Fatal-0.003.tar.gz ---- Try::Tiny [requires] Running make test Delayed until after prerequisites Running test for module 'Try::Tiny' Running make for R/RJ/RJBS/Try-Tiny-0.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RJ/RJBS/Try-Tiny-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 Try-Tiny-0.07/ Try-Tiny-0.07/Changes Try-Tiny-0.07/MANIFEST Try-Tiny-0.07/MANIFEST.SKIP Try-Tiny-0.07/META.yml Try-Tiny-0.07/Makefile.PL Try-Tiny-0.07/lib/ Try-Tiny-0.07/t/ Try-Tiny-0.07/t/basic.t Try-Tiny-0.07/t/finally.t Try-Tiny-0.07/t/given_when.t Try-Tiny-0.07/t/when.t Try-Tiny-0.07/lib/Try/ Try-Tiny-0.07/lib/Try/Tiny.pm CPAN.pm: Going to build R/RJ/RJBS/Try-Tiny-0.07.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Try::Tiny >>> make cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm Manifying blib/man3/Try::Tiny.3 RJBS/Try-Tiny-0.07.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ....... 1..26 ok 1 - use Try::Tiny; ok 2 - basic try ok 3 - rethrow ok 4 - try block evaluated ok 5 - $@ untouched ok 6 - try block died ok 7 - $@ untouched ok 8 - catch block evaluated ok 9 - $@ untouched ok 10 - scalar context try ok 11 - list context try ok 12 - scalar context catch ok 13 - list context catch ok 14 - Checking catch subroutine scalar reference is correctly blessed ok 15 - Checking finally subroutine scalar reference is correctly blessed ok 16 ok 17 - got here ok 18 - try in try catch block ok 19 - rethrow with try in catch block ok 20 - catch invoked not ok 21 # TODO i don't think we can ever make this work sanely, maybe with SIG{__DIE__} # Failed (TODO) test at t/basic.t line 137. # '' # doesn't match '(?-xism:foo)' ok 22 - $@ untouched ok 23 - $_ untouched ok 24 - previous value of $@ ok 25 - previous value of $@ available for capture ok 26 - previous value of $@ also available in catch block ok t/finally.t ..... 1..12 ok 1 - use Try::Tiny; ok 2 - Moved into finally from try ok 3 - Error text as expected ok 4 - Into catch block as we died in try ok 5 - Moved into finally from catch ok 6 - Error text as expected ok 7 - Moved into finally from catch ok 8 - Moved into finally block when try throws an exception and we have no catch block ok 9 - Second finally clause run ok 10 - First finally clause run ok 11 - no error reported ok 12 - finally got passed the exception ok t/given_when.t .. 1..3 ok 1 - use Try::Tiny; ok 2 - error caught not ok 3 - error is also in $_ # TODO perhaps a workaround can be found # Failed (TODO) test 'error is also in $_' # at t/given_when.t line 31. # got: 'foo' # expected: 'blah # ' ok t/when.t ........ 1..6 ok 1 - use Try::Tiny; ok 2 ok 3 - $_ not clobbered ok 4 - bar didn't match ok 5 - foo matched ok 6 - fallback didn't match ok All tests successful. Files=4, Tests=47, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.10 cusr 0.01 csys = 0.13 CPU) Result: PASS RJBS/Try-Tiny-0.07.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Try-Tiny-0.07 already made Running make for R/RJ/RJBS/Test-Fatal-0.003.tar.gz Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build R/RJ/RJBS/Test-Fatal-0.003.tar.gz >>> make cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm Manifying blib/man3/Test::Fatal.3 RJBS/Test-Fatal-0.003.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ............... 1..6 ok 1 - foo bar is like foo bar ok 2 - no fatality means no exception ok 3 - we die on demand ok 4 - a success block runs, passing ok 5 - we throw a new exception if the exception is false ok 6 - we throw a new exception if the exception is false ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing All tests successful. Files=2, Tests=6, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.04 cusr 0.01 csys = 0.07 CPU) Result: PASS RJBS/Test-Fatal-0.003.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Test-Fatal-0.003 already made Running make for S/SA/SARTAK/Class-Load-0.06.tar.gz Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Class-Load-0.06-8JAsaJ Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build S/SA/SARTAK/Class-Load-0.06.tar.gz >>> make cp lib/Class/Load.pm blib/lib/Class/Load.pm Manifying blib/man3/Class::Load.3 SARTAK/Class-Load-0.06.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/arch /home/cpanfly/var/cpan/build/Test-Fatal-0.003-2yUu0n/blib/lib /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/arch /home/cpanfly/var/cpan/build/Try-Tiny-0.07-w8nLai/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/000-load.t ............. 1..1 ok 1 - use Class::Load; ok t/001-is-class-loaded.t .. 1..13 ok 1 - Class::Load is loaded ok 2 - nonexistent class is NOT loaded ok 3 - class that defines @ISA is loaded ok 4 - class that defines $ISA is loaded ok 5 - class that defines $VERSION is loaded ok 6 - class that defines any method is loaded ok 7 - class that defines just a scalar is not loaded ok 8 - even if Foo::Bar is loaded, Foo is not ok 9 - Quuxquux does not imply the existence of Quux ok 10 - defining a constant means the class is loaded ok 11 - defining a constant as a reference means the class is loaded ok 12 - defining a stub means the class is loaded ok 13 - defining a stub with a prototype means the class is loaded ok t/002-try-load-class.t ... 1..14 ok 1 - loaded class OK ok 2 ok 3 - didn't load class Nonexistent ok 4 ok 5 - loaded class OK ok 6 ok 7 - didn't load class SyntaxError ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class Inlined ok 13 ok 14 ok t/003-load-class.t ....... 1..14 ok 1 - loaded class OK ok 2 ok 3 ok 4 ok 5 - loaded class OK ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class Inlined ok 13 ok 14 ok t/004-load-double.t ...... 1..2 ok 1 ok 2 ok t/005-load-optional.t .... 1..5 ok 1 - No failure loading a good class ok 2 - No failure loading a missing class ok 3 - Loading a broken class breaks ok 4 - Existing Class => 1 ok 5 - Missing Class => 0 ok t/006-returned-error.t ... 1..15 ok 1 - loaded class OK ok 2 ok 3 - didn't load class Nonexistent ok 4 ok 5 - loaded class OK ok 6 ok 7 - didn't load class SyntaxError ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class OK ok 13 ok 14 - didn't load class Nonexistent ok 15 ok All tests successful. Files=7, Tests=64, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.19 cusr 0.02 csys = 0.25 CPU) Result: PASS SARTAK/Class-Load-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Shawn M Moore <sartak@gmail.com> a working (require "Class::Name") and more >>> (cd /home/cpanfly/var/cpan/build/Class-Load-0.06-8JAsaJ && tar cvf - Class-Load-0.06.ppd blib) | gzip -c >/home/cpanfly/var/REPO/S/SA/SARTAK/Class-Load-0.06.tar.gz Class-Load-0.06.ppd blib/ blib/lib/ blib/lib/Class/ blib/lib/Class/Load.pm blib/man3/ blib/man3/Class::Load.3 >>> mv /home/cpanfly/var/cpan/build/Class-Load-0.06-8JAsaJ/Class-Load-0.06.ppd /home/cpanfly/var/REPO/S/SA/SARTAK Finished 2010-11-16T06:04:12