Start 2010-01-22T03:30:53 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/var/cpan/Metadata' Database was generated on Fri, 22 Jan 2010 23:35:09 GMT Running make for N/NU/NUFFIN/Try-Tiny-0.04.tar.gz Checksum for /net/nas/data/cpan/authors/id/N/NU/NUFFIN/Try-Tiny-0.04.tar.gz ok Will not use Archive::Tar, need 1.00 Try-Tiny-0.04/ Try-Tiny-0.04/Changes /bin/tar: Try-Tiny-0.04/Changes: time stamp 2010-01-22 12:06:27 is 30932 s in the future Try-Tiny-0.04/lib/ Try-Tiny-0.04/Makefile.PL /bin/tar: Try-Tiny-0.04/lib: time stamp 2010-01-22 12:07:14 is 30979 s in the future Try-Tiny-0.04/MANIFEST /bin/tar: Try-Tiny-0.04/MANIFEST: time stamp 2010-01-22 12:07:14 is 30979 s in the future Try-Tiny-0.04/MANIFEST.SKIP Try-Tiny-0.04/META.yml /bin/tar: Try-Tiny-0.04/META.yml: time stamp 2010-01-22 12:07:14 is 30979 s in the future Try-Tiny-0.04/SIGNATURE /bin/tar: Try-Tiny-0.04/SIGNATURE: time stamp 2010-01-22 12:07:14 is 30979 s in the future Try-Tiny-0.04/t/ Try-Tiny-0.04/t/basic.t /bin/tar: Try-Tiny-0.04/t/basic.t: time stamp 2010-01-22 12:04:03 is 30788 s in the future Try-Tiny-0.04/t/finally.t /bin/tar: Try-Tiny-0.04/t/finally.t: time stamp 2010-01-22 12:04:05 is 30790 s in the future Try-Tiny-0.04/t/when.t Try-Tiny-0.04/lib/Try/ /bin/tar: Try-Tiny-0.04/t: time stamp 2010-01-22 12:07:14 is 30979 s in the future Try-Tiny-0.04/lib/Try/Tiny.pm /bin/tar: Try-Tiny-0.04/lib/Try/Tiny.pm: time stamp 2010-01-22 12:06:37 is 30942 s in the future /bin/tar: Try-Tiny-0.04/lib/Try: time stamp 2010-01-22 12:07:14 is 30979 s in the future /bin/tar: Try-Tiny-0.04: time stamp 2010-01-22 12:07:14 is 30979 s in the future CPAN.pm: Going to build N/NU/NUFFIN/Try-Tiny-0.04.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Try::Tiny >>> make make: Warning: File `lib/Try/Tiny.pm' has modification time 3.1e+04 s in the future cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm Manifying blib/man3/Try::Tiny.3 make: warning: Clock skew detected. Your build may be incomplete. NUFFIN/Try-Tiny-0.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 make: Warning: File `lib/Try/Tiny.pm' has modification time 3.1e+04 s in the future Skip blib/lib/Try/Tiny.pm (unchanged) PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t "my" variable $sub masks earlier declaration in same scope at t/basic.t line 85. 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 134. # '' # 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..8 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 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=3, Tests=40, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.05 cusr 0.01 csys = 0.09 CPU) Result: PASS make: warning: Clock skew detected. Your build may be incomplete. NUFFIN/Try-Tiny-0.04.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/Try/Tiny.pm Yuval Kogman <nothingmuch@woobling.org> minimal try/catch with proper localization of $@ >>> (cd /home/fly1003/var/cpan/build/Try-Tiny-0.04-6c2Iey && tar cvf - Try-Tiny-0.04.ppd blib) | gzip -c >/home/fly1003/var/REPO/N/NU/NUFFIN/Try-Tiny-0.04.tar.gz Try-Tiny-0.04.ppd blib/ blib/lib/ blib/lib/Try/ blib/lib/Try/Tiny.pm blib/man3/ blib/man3/Try::Tiny.3 >>> mv /home/fly1003/var/cpan/build/Try-Tiny-0.04-6c2Iey/Try-Tiny-0.04.ppd /home/fly1003/var/REPO/N/NU/NUFFIN Finished 2010-01-22T03:30:56