Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. rem rem C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/01-use.t t/10-branches.t t/20-parse.t t/50-general.t t/51-ini.t t/52-json.t t/53-perl.t t/54-xml.t t/55-yaml.t t/61-features.t t/62-multi.t t/pod-coverage.t t/pod.t t/01-use..........1..6 ok 1 - use Config::Any; ok 2 - use Config::Any::INI; ok 3 - use Config::Any::JSON; ok 4 - use Config::Any::Perl; ok 5 - use Config::Any::XML; ok 6 - use Config::Any::YAML; ok t/10-branches.....1..10 ok 1 - use Config::Any; ok 2 - load_files expects args ok 3 - load_files expects files ok 4 - load_stems expects args ok 5 - load_stems expects stems Bareword found where operator expected at t/conf/conf.xml line 4, near "barxyzzy" (Missing operator before xyzzy?) Bareword found where operator expected at t/conf/conf.xml line 8, near "cntrlr->foo = bar ok 18 - model->model::baz->qux = xyzzy ok 19 - load_files with use_ext works [t/conf/conf.pl] ok 20 - load_files returns an arrayref ok 21 - load_files arrayref contains a ref ok 22 - hashref ok 23 - filename matches ok 24 - hashref cfg ok 25 - appname parses ok 26 - component->cntrlr->foo = bar ok 27 - model->model::baz->qux = xyzzy ok 28 - load_files with use_ext works [t/conf/conf.ini] ok 29 - load_files returns an arrayref ok 30 - load_files arrayref contains a ref ok 31 - hashref ok 32 - filename matches ok 33 - hashref cfg ok 34 - appname parses ok 35 - component->cntrlr->foo = bar ok 36 - model->model::baz->qux = xyzzy ok 37 - load_files with use_ext works [t/conf/conf.conf] ok 38 - load_files returns an arrayref ok 39 - load_files arrayref contains a ref ok 40 - hashref ok 41 - filename matches ok 42 - hashref cfg ok 43 - appname parses ok 44 - component->cntrlr->foo = bar ok 45 - model->model::baz->qux = xyzzy ok 46 # skip File loading backend for Config::Any::JSON not found ok 47 # skip File loading backend for Config::Any::JSON not found ok 48 # skip File loading backend for Config::Any::JSON not found ok 49 # skip File loading backend for Config::Any::JSON not found ok 50 # skip File loading backend for Config::Any::JSON not found ok 51 # skip File loading backend for Config::Any::JSON not found ok 52 # skip File loading backend for Config::Any::JSON not found ok 53 # skip File loading backend for Config::Any::JSON not found ok 54 # skip File loading backend for Config::Any::JSON not found ok 18/54 skipped: various reasons t/50-general......1..4 ok 1 ok 2 ok 3 ok 4 ok t/51-ini..........1..11 ok 1 - config loaded ok 2 - toplevel key lookup succeeded ok 3 - nested hashref hack lookup succeeded ok 4 - config loaded ok 5 - toplevel key lookup succeeded ok 6 - nested hashref hack lookup succeeded ok 7 - config loaded (no-map-space mode) ok 8 - toplevel key lookup succeeded ok 9 - unnested key lookup succeeded ok 10 - config loaded ok 11 - subsections parsed properly ok t/52-json.........1..0 # Skip JSON format not supported skipped all skipped: JSON format not supported t/53-perl.........1..3 ok 1 ok 2 ok 3 - multiple loads of the same file ok t/54-xml..........lock can only be used on shared values at C:/cpanrun-5.8/build/5-8-0/site/lib/XML/Simple.pm line 477. # No tests run! 1..2 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/55-yaml.........1..2 ok 1 ok 2 ok t/61-features.....1..10 ok 1 - load file with parser forced ok 2 - load_files returns an arrayref ok 3 - load_files arrayref contains a ref ok 4 - hashref ok 5 - filename matches ok 6 - hashref cfg ok 7 - appname parses ok 8 - component->cntrlr->foo = bar ok 9 - model->model::baz->qux = xyzzy ok 10 - load file with parser forced ok t/62-multi........1..3 ok 1 - 2 documents ok 2 - structures ok ok 3 - config-any structures ok ok t/pod-coverage....1..7 ok 1 - Pod coverage on Config::Any ok 2 - Pod coverage on Config::Any::General ok 3 - Pod coverage on Config::Any::INI ok 4 - Pod coverage on Config::Any::JSON ok 5 - Pod coverage on Config::Any::Perl ok 6 - Pod coverage on Config::Any::XML ok 7 - Pod coverage on Config::Any::YAML ok t/pod.............1..7 ok 1 - blib\lib\Config\Any.pm ok 2 - blib\lib\Config\Any\General.pm ok 3 - blib\lib\Config\Any\INI.pm ok 4 - blib\lib\Config\Any\JSON.pm ok 5 - blib\lib\Config\Any\Perl.pm ok 6 - blib\lib\Config\Any\XML.pm ok 7 - blib\lib\Config\Any\YAML.pm ok Failed 2/13 test scripts, 84.62% okay. 6/119 subtests failed, 94.96% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/10-branches.t 255 65280 10 4 40.00% 7-10 t/54-xml.t 255 65280 2 2 100.00% 1-2 1 test and 18 subtests skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0xff' Stop.