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 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10_CSV_Template_test....1..7 # Failed test (t/10_CSV_Template_test.t at 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 tests of 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') not ok 7 - ... got what we expected dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 7 Failed 1/7 tests, 85.71% okay t/pod.....................1..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD 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 1/3 test scripts, 66.67% okay. 1/7 subtests failed, 85.71% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/10_CSV_Template_test.t 1 256 7 1 14.29% 7 2 tests skipped. make: *** [test_dynamic] Error 25