Checking if your kit is complete... Looks good Writing Makefile for Finance::IIF Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Finance/IIF.pm blib\lib\Finance\IIF.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/Finance-IIF....1..32 ok 1 - use Finance::IIF; ok 2 - Finance::IIF->can('new') ok 3 - The object isa Finance::IIF ok 4 - default debug value ok 5 - default autodetect value ok 6 - default field separator ok 7 - default record separator ok 8 - custom debug value ok 9 - custom field separator ok 10 - custom record separator ok 11 - autodetect default record separator not ok 12 - autodetect windows record separator # Failed test 'autodetect windows record separator' # at t/Finance-IIF.t line 51. # got: ' # ' # expected: ' # ' ok 13 - autodetect mac record separator ok 14 - autodetect unix record separator ok 15 - Finance::IIF->can('file') ok 16 - file undef by default ok 17 - file with one arg ok 18 - file with two args ok 19 - new with scalar file argument ok 20 - new with arrayref file argument ok 21 - file returns list ok 22 - Finance::IIF->can(...) ok 23 - _filehandle without a filehandle croaks ok 24 - next without a filehandle croaks ok 25 - _getline without a filehandle croaks ok 26 - reset without a filehandle croaks ok 27 - close without a filehandle croaks ok 28 - Finance::IIF->can('open') ok 29 - open without a file croaks ok 30 - open with file does not die ok 31 - Finance::IIF->can('_parseline') ok 32 - Finance::IIF->can('_warning') # Looks like you failed 1 test of 32. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 12 Failed 1/32 tests, 96.88% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Finance-IIF.t 1 256 32 1 12 Failed 1/1 test scripts. 1/32 subtests failed. Files=1, Tests=32, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 1/32 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x1' Stop.