Checking if your kit is complete... Looks good Writing Makefile for CSV::Template Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/CSV/Template.pm blib\lib\CSV\Template.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-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') not ok 7 - ... got what we expected # Failed test '... 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.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 1/8 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.