Checking if your kit is complete... Looks good Writing Makefile for Params::Check::Faster cp lib/Params/Check/Faster.pm blib/lib/Params/Check/Faster.pm Manifying blib/man3/Params::Check::Faster.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01_Params-Check...ok 1 - use Params::Check::Faster; ok 2 - Allow based on regex ok 3 - Allow based on string ok 4 - Allow based on list ok 5 - Allow based on list containing sub ok 6 - Allow based on constant sub ok 7 - Disallowing based on regex ok 8 - Disallowing based on string ok 9 - Disallowing based on list ok 10 - Disallowing based on list containing sub ok 11 - Disallowing based on constant sub ok 12 - Allow short-circuits properly ok 13 - Allow coderef gets proper args ok 14 - Allow coderef gets proper args ok 15 - Allow coderef gets proper args ok 16 - check() call with empty args ok 17 - got default value ok 18 - check() call with defined args ok 19 - found provided value in rv ok 20 - check() call with alternate case ok 21 - found provided value in rv ok 22 - check() call with leading dashes ok 23 - found provided value in rv ok 24 - check() call using PRESERVE_CASE: 1 ok 25 - found provided value in rv ok 26 - check() call using PRESERVE_CASE: 0 ok 27 - found provided value in rv ok 28 - check() call with unknown arguments ok 29 - warning recorded ok ok 30 - check call() with unknown args allowed ok 31 - check() call with store key, no_dup: 1 ok 32 - found provided value in variable ok 33 - found provided value in variable ok 34 - check() call with store key, no_dup: 0 ok 35 - found provided value in variable ok 36 - found provided value in variable ok 37 - check() call with no_override key ok 38 - found default value in rv ok 39 - warning recorded ok ok 40 - check() call with strict_type enabled ok 41 - found provided value in rv ok 42 - check() call with strict_type violated ok 43 - warning recorded ok ok 44 - check() call with strict_type enabled ok 45 - found provided value in rv ok 46 - check() call with strict_type violated ok 47 - warning recorded ok ok 48 - check() call with required key ok 49 - found provided value in rv ok 50 - check() call with required key omitted ok 51 - warning recorded ok ok 52 - check() call with defined key ok 53 - found provided value in rv ok 54 - check() call with defined key undefined ok 55 - warning recorded ok ok 56 - check() call with defined key ok 57 - found provided value in rv ok 58 - check() call with defined key undefined ok 59 - warning recorded ok ok 60 - Allow coderef gets proper args ok 61 - check() call using allow key ok 62 - Allow coderef gets proper args ok 63 - check() call using allow key ok 64 - Allow coderef gets proper args ok 65 - check() call using allow key ok 66 - check() fails with unalllowed value ok 67 - Key 'foo' (1) is of invalid type ok 68 - check() fails with unalllowed value ok 69 - Key 'foo' (foo) is of invalid type ok 70 - check() fails with unalllowed value ok 71 - Key 'foo' (ARRAY(0x812b7b0)) is of invalid type ok 72 - check() fails with unalllowed value ok 73 - Key 'foo' (main=HASH(0x81e5d74)) is of invalid type ok 74 - Call dies with fatal toggled ok 75 - error stored ok ok 76 - Caught non-reference 'store' variable ok 77 - check() call with default = '' ok 78 - rv exists ok 79 - rv defined ok 80 - rv false ok 81 - rv = '' ok 82 - elaborate check() call ok 83 - found provided values in rv ok 84 - found provided values in rv ok 85 - wrong caller without CALLER_DEPTH ok 86 - right caller with CALLER_DEPTH ok 87 - Test last_error() on recursive check() call ok 88 - last_error() with recurse: 0 ok 89 - last_error() with recurse: 1 1..89 FAILED tests 1-89 Failed 89/89 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/01_Params-Check.t 89 89 100.00% 1-89 Failed 1/1 test scripts, 0.00% okay. 89/89 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 29