Checking if your kit is complete... Looks good Writing Makefile for hwd cp Task.pm blib/lib/App/HWD/Task.pm cp HWD.pm blib/lib/App/HWD.pm cp Work.pm blib/lib/App/HWD/Work.pm cp bin/hwd blib/script/hwd /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/hwd cp bin/hwd-burnchart blib/script/hwd-burnchart /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/hwd-burnchart Manifying blib/man1/hwd.1 Manifying blib/man1/hwd-burnchart.1 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/00-load.................1..2 ok 1 - use App::HWD; ok 2 - use App::HWD::Task; # Testing App::HWD 0.20, Perl 5.010000, /Users/cpanrun/build/5.10.0/bin/perl ok t/burndown................1..0 # Skip new date handling not working yet skipped all skipped: new date handling not working yet t/hwd.....................1..15 ok 1 - --nextid option ok 2 - Ape's tasks ok 3 ok 4 ok 5 - Chimp's tasks ok 6 ok 7 ok 8 ok 9 - Monkey's tasks ok 10 ok 11 ok 12 - Chimp's tasks ok 13 ok 14 ok 15 ok t/pod-coverage............1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.....................1..5 ok 1 - blib/script/hwd ok 2 - blib/script/hwd-burnchart ok 3 - blib/lib/App/HWD.pm ok 4 - blib/lib/App/HWD/Task.pm ok 5 - blib/lib/App/HWD/Work.pm ok t/started.................1..6 ok 1 - Found Ape's work ok 2 - Found Chimp's work ok 3 - Correct number of lines ok 4 - Found Ape's work ok 5 - No work for Chimp ok 6 - Correct number of lines ok t/task-relationships......1..24 ok 1 - use App::HWD; ok 2 - No errors ok 3 - First task name ok 4 - First has no parent ok 5 - Second task name ok 6 - Second task's parent's name ok 7 - Second has no grandparent ok 8 - Third task name ok 9 - Third task's parent's name ok 10 - Third task's grandparent's name ok 11 - Third has no grandparent ok 12 - Fourth task name ok 13 - Fourth task's parent's name ok 14 - Fourth has no grandparent ok 15 - Last name ok 16 - Last's parent's name ok 17 - Last task's grandparent's name ok 18 - Last has no grandparent ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok t/task-rollup-error.......1..3 ok 1 - use App::HWD; ok 2 ok 3 ok t/task-structure-error....1..4 ok 1 - use App::HWD; ok 2 - Two errors returned ok 3 - Correct text ok 4 - Correct text ok t/task-subtasks...........1..12 ok 1 - use App::HWD; ok 2 - No errors ok 3 - Top task has no todo ok 4 - Templates task is not done ok 5 - Third task is done ok 6 - Fourth task is not done ok 7 - Bongos task has no todo ok 8 - Deleted task is deleted ok 9 - Deleted task is not a todo ok 10 - Last task is closed ok 11 - Total hours correct ok 12 - Undeleted hours correct ok t/task....................1..100 ok 1 - use App::HWD::Task; ok 2 - The object isa App::HWD::Task ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 - Summary ok 9 - Not completed ok 10 - Not started ok 11 ok 12 ok 13 - The object isa App::HWD::Task ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - Summary ok 20 - Not completed ok 21 - Not started ok 22 ok 23 ok 24 - The object isa App::HWD::Task ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 - Summary ok 31 - Not completed ok 32 - Not started ok 33 ok 34 ok 35 - The object isa App::HWD::Task ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 - Summary ok 42 - Not completed ok 43 - Not started ok 44 ok 45 ok 46 - The object isa App::HWD::Task ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 - Summary ok 53 - Not completed ok 54 - Not started ok 55 ok 56 ok 57 - The object isa App::HWD::Task ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 - Summary ok 64 - Not completed ok 65 - Not started ok 66 ok 67 ok 68 - The object isa App::HWD::Task ok 69 ok 70 ok 71 ok 72 ok 73 - Task date object isa DateTime ok 74 - Task date string ok 75 - Summary ok 76 - Not completed ok 77 - Not started ok 78 ok 79 ok 80 - The object isa App::HWD::Task ok 81 ok 82 ok 83 ok 84 ok 85 - Not completed ok 86 - Not started ok 87 ok 88 ok 89 - The object isa App::HWD::Task ok 90 ok 91 ok 92 ok 93 ok 94 - Add date ok 95 - Delete date ok 96 - Not completed ok 97 - Not started ok 98 ok 99 ok 100 - Shouldn't parse ok t/work-parents............1..19 ok 1 - use App::HWD; ok 2 - No errors ok 3 - First task name ok 4 - First has no parent ok 5 - Second task name ok 6 - Second task's parent's name ok 7 - Second has no grandparent ok 8 ok 9 - Three work items done ok 10 - Third name ok 11 - No notes ok 12 - Three work items done ok 13 - Fourth name ok 14 - Only one line of notes ok 15 - First line of notes ok 16 - Four work items done ok 17 - Fifth name ok 18 - No notes ok 19 - One work item done ok t/work....................1..42 ok 1 - use App::HWD::Work; ok 2 - The object isa App::HWD::Work ok 3 - Who ok 4 - When ok 5 - When isa DateTime ok 6 - Task ok 7 - Hours match ok 8 - no comment ok 9 - not completed ok 10 - The object isa App::HWD::Work ok 11 - Who ok 12 - When ok 13 - When isa DateTime ok 14 - Task ok 15 - Hours match ok 16 - no commment ok 17 - completed ok 18 - The object isa App::HWD::Work ok 19 - Who ok 20 - When ok 21 - When isa DateTime ok 22 - task ok 23 - Hours match ok 24 - Non-empty comment ok 25 - Completed ok 26 - The object isa App::HWD::Work ok 27 - Who ok 28 - When ok 29 - When isa DateTime ok 30 - task number ok 31 - Hours match ok 32 - Non-empty comment ok 33 - Completed ok 34 - The object isa App::HWD::Work ok 35 - Who ok 36 - When ok 37 - When isa DateTime ok 38 - task number ok 39 - Hours match ok 40 - Empty comment ok 41 - Not completed ok 42 - threw Regexp ((?-xism:Invalid task)) ok All tests successful, 2 tests skipped. Files=13, Tests=232, 7 wallclock secs ( 5.68 cusr + 0.85 csys = 6.53 CPU) make: *** [htmlifypods] Hangup