Checking if your kit is complete... Looks good Writing Makefile for Text::MessageFormat cp lib/Text/MessageFormat.pm blib/lib/Text/MessageFormat.pm Manifying blib/man3/Text::MessageFormat.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/00_compile....1..1 ok 1 - use Text::MessageFormat; ok t/01_mf.........1..25 ok 1 - usual Test ok 2 - doublequote ok 3 - double quotes with args ok 4 - escapes {} ok 5 - escapes {} ok 6 - number not ok 7 - number ingteger # TODO unimplemented # Failed (TODO) test 'number ingteger' # at t/01_mf.t line 18. # got: '3.3' # expected: '3' not ok 8 - number currency # TODO unimplemented # Failed (TODO) test 'number currency' # at t/01_mf.t line 18. # got: '1000' # expected: '$1,000.00' not ok 9 - number percent # TODO unimplemented # Failed (TODO) test 'number percent' # at t/01_mf.t line 18. # got: '0.888' # expected: '88.8%' not ok 10 - number subformat # TODO unimplemented # Failed (TODO) test 'number subformat' # at t/01_mf.t line 18. # got: '3.3333' # expected: '$#3.33' not ok 11 - date # TODO unimplemented # Failed (TODO) test 'date' # at t/01_mf.t line 18. # got: '1029852398' # expected: 'Aug 20, 2002' not ok 12 - date short # TODO unimplemented # Failed (TODO) test 'date short' # at t/01_mf.t line 18. # got: '1029852398' # expected: '8.20.02' not ok 13 - date medium # TODO unimplemented # Failed (TODO) test 'date medium' # at t/01_mf.t line 18. # got: '1029852398' # expected: 'Aug 20, 2002' not ok 14 - date long # TODO unimplemented # Failed (TODO) test 'date long' # at t/01_mf.t line 18. # got: '1029852398' # expected: 'August 20, 2002' not ok 15 - date full # TODO unimplemented # Failed (TODO) test 'date full' # at t/01_mf.t line 18. # got: '1029852398' # expected: 'Tuesday, August 22, 2002 AD' not ok 16 - date subformat # TODO unimplemented # Failed (TODO) test 'date subformat' # at t/01_mf.t line 18. # got: '1029852398' # expected: '2002/08/22' not ok 17 - time # TODO unimplemented # Failed (TODO) test 'time' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06 PM' not ok 18 - time short # TODO unimplemented # Failed (TODO) test 'time short' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06 PM' not ok 19 - time medium # TODO unimplemented # Failed (TODO) test 'time medium' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06 PM' not ok 20 - time long # TODO unimplemented # Failed (TODO) test 'time long' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06:38 PM' not ok 21 - time full # TODO unimplemented # Failed (TODO) test 'time full' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06:38 PM JST' not ok 22 - time subformat # TODO unimplemented # Failed (TODO) test 'time subformat' # at t/01_mf.t line 18. # got: '1029852398' # expected: '23:06:38' not ok 23 - choice # TODO unimplemented # Failed (TODO) test 'choice' # at t/01_mf.t line 18. # got: 'There 0.' # expected: 'There are no files.' not ok 24 - choice # TODO unimplemented # Failed (TODO) test 'choice' # at t/01_mf.t line 18. # got: 'There 1.' # expected: 'There are one file.' not ok 25 - choice # TODO unimplemented # Failed (TODO) test 'choice' # at t/01_mf.t line 18. # got: 'There 2.' # expected: 'There are 2 files.' ok All tests successful. Files=2, Tests=26, 0 wallclock secs ( 0.19 cusr + 0.06 csys = 0.25 CPU) make: *** [htmlifypods] Hangup