Checking if your kit is complete... Looks good Writing Makefile for CSV::Template cp lib/CSV/Template.pm blib/lib/CSV/Template.pm Manifying blib/man3/CSV::Template.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/10_CSV_Template_test....1..7 ok 1 - use CSV::Template; ok 2 - CSV::Template->can('new') ok 3 - The object isa CSV::Template ok 4 - CSV::Template->can('quote_string') ok 5 - CSV::Template->can('param') ok 6 - CSV::Template->can('output') # Failed test '... got what we expected' not ok 7 - ... got what we expected # at t/10_CSV_Template_test.t line 40. # got: '"This is a test, ""title""", # , # 1,2,3,2,4,6,3,6,9, # ,' # expected: '"This is a test, ""title""", # , # 1,2,3, # 2,4,6, # 3,6,9, # ,' # Looks like you failed 1 test of 7. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/7 tests, 85.71% okay t/pod.....................1..1 ok 1 - blib/lib/CSV/Template.pm 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 Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/10_CSV_Template_test.t 1 256 7 1 7 1 test skipped. Failed 1/3 test scripts. 1/8 subtests failed. Files=3, Tests=8, 0 wallclock secs ( 0.26 cusr + 0.09 csys = 0.35 CPU) Failed 1/3 test programs. 1/8 subtests failed. make: *** [test_dynamic] Error 255