PATH=/home/fly1600/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin Start 2012-06-28T12:53:52 ActivePerl-1600 CPAN-1.9402 Going to read '/home/fly1600/var/cpan/Metadata' Database was generated on Thu, 28 Jun 2012 14:59:03 GMT 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 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/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Try::Tiny Writing MYMETA.yml and MYMETA.json >>> 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/fly1600/ap1600/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 ok 21 # TODO i don't think we can ever make this work sanely, maybe with SIG{__DIE__} 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 syntax error at t/given_when.t line 16, near ") {" syntax error at t/given_when.t line 23, near "}" Execution of t/given_when.t aborted due to compilation errors. # Looks like you planned 3 tests but ran 1. # Looks like your test exited with 255 just after 1. t/given_when.t .. 1..3 ok 1 - use Try::Tiny; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/3 subtests 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 Test Summary Report ------------------- t/basic.t (Wstat: 0 Tests: 26 Failed: 0) TODO passed: 21 t/given_when.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 3 tests but ran 1. Files=4, Tests=45, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.12 cusr 0.02 csys = 0.19 CPU) Result: FAIL Failed 1/4 test programs. 0/45 subtests failed. make: *** [test_dynamic] Error 255 RJBS/Try-Tiny-0.07.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports RJBS/Try-Tiny-0.07.tar.gz VmSize: 251332 kB Finished 2012-06-28T12:53:55