Checking if your kit is complete... Looks good Writing Makefile for Scriptalicious cp lib/Scriptalicious.pm blib/lib/Scriptalicious.pm cp Changes.pod blib/lib/Changes.pod cp lib/Scriptalicious.pod blib/lib/Scriptalicious.pod Manifying blib/man3/Scriptalicious.3 Manifying blib/man3/Changes.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-mmmdelicious....1..9 ok 1 - use Scriptalicious; ok 2 - got PROGNAME ok ok 3 - Parsed built-in argument ok 4 - Parsed custom argument ok 5 - run() # Failed test 'capture_err() - error code' # at t/01-mmmdelicious.t line 33. not ok 6 - capture_err() - error code # got: '65280' # expected: '0' Perl lib version (5.10.0) doesn't match executable version (v5.8.8) at /Users/cpanrun/build/5.10.0/lib/Config.pm line 46. Compilation failed in require at /Users/cpanrun/build/5.10.0/lib/Time/Local.pm line 5. BEGIN failed--compilation aborted at /Users/cpanrun/build/5.10.0/lib/Time/Local.pm line 5. Compilation failed in require at /Users/cpanrun/build/5.10.0/lib/HTTP/Date.pm line 12. Compilation failed in require at /Users/cpanrun/build/5.8.8/bin/head line 198. BEGIN failed--compilation aborted at /Users/cpanrun/build/5.8.8/bin/head line 198. # Failed test 'capture_err() - output' # at t/01-mmmdelicious.t line 34. not ok 7 - capture_err() - output # got: 'Perl lib version (5.10.0) doesn't match executable version (v5.8.8) at /Users/cpanrun/build/5.10.0/lib/Config.pm line 46. # Compilation failed in require at /Users/cpanrun/build/5.10.0/lib/Time/Local.pm line 5. # BEGIN failed--compilation aborted at /Users/cpanrun/build/5.10.0/lib/Time/Local.pm line 5. # Compilation failed in require at /Users/cpanrun/build/5.10.0/lib/HTTP/Date.pm line 12. # Compilation failed in require at /Users/cpanrun/build/5.8.8/bin/head line 198. # BEGIN failed--compilation aborted at /Users/cpanrun/build/5.8.8/bin/head line 198. # ' # expected: '' ok 8 - show_delta ok 9 - show_elapsed # Looks like you failed 2 tests of 9. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/9 tests, 77.78% okay t/02-script..........1..6 ok 1 - pu.pl runs ok 2 - pu.pl runs ok 3 - pu.pl runs ok 4 - spots invalid arguments ok 5 - suggests where to find help ok 6 - spots invalid arguments ok t/03-yaml............1..9 ok 1 - use Scriptalicious; ok 2 - plain string ok 3 - boolean - on ok 4 - boolean - off ok 5 - integer ok 6 - string ok 7 - list 1 (flow) ok 8 - list 2 (inline) ok 9 - hash ok t/04-fork............1..17 ok 1 - Command completed successfully ok 2 - Parent managed to use the timer ok 3 - Child managed to use the timer ok 4 - run -in => 'FILENAME' ok 5 - run -in => SUB ok 6 - run -in => GLOB ok 7 - run out => 'FILENAME' (no output from capture) ok 8 - run -out => 'FILENAME' ok 9 - run out => CODE (no output from capture) ok 10 - run -out => CODE ok 11 - run out => GLOB (no output from capture) ok 12 - run -out => GLOB ok 13 - -in4 => 'FILENAME' ok 14 - -out4 => 'FILENAME' (no output from capture) ok 15 - run -out4 => 'FILENAME' ok 16 - run -out4 => CODE, -in4 => CODE (no output from capture) ok 17 - run -out4 => CODE, -in4 => CODE ok t/05-prompt..........1..2 ok 1 - got right answer ok 2 - spotted wrong answer ok t/06-anydump.........1..2 ok 1 - YAML anydump ok 2 - Data::Dumper anydump ok t/07-tsay............1..2 ok 1 - Template say ok 2 - no Template say ok t/08-unit............ok 1 - use Scriptalicious; ok 2 - sanity - found examples in the man page ok 3 - time_unit(10.1) ok 4 - time_unit(1) ok 5 - time_unit(0.1) ok 6 - time_unit(86401,2) ok 7 - time_unit(86401,3) ok 8 - time_unit(86401) ok 9 - time_unit(86400+3600/2) ok 10 - time_unit(86401,5) ok 11 - time_unit(7*86400) 1..11 ok t/09-noyaml..........1..2 ok 1 - use Scriptalicious; ok 2 - didn't load config without YAML (and didn't die) ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-mmmdelicious.t 2 512 9 2 6-7 Failed 1/9 test scripts. 2/60 subtests failed. Files=9, Tests=60, 8 wallclock secs ( 4.06 cusr + 1.22 csys = 5.28 CPU) Failed 1/9 test programs. 2/60 subtests failed. make: *** [test_dynamic] Error 255