Checking if your kit is complete... Looks good Writing Makefile for Config::Context cp lib/Config/Context/ConfigScoped.pm blib/lib/Config/Context/ConfigScoped.pm cp lib/Config/Context/ConfigGeneral.pm blib/lib/Config/Context/ConfigGeneral.pm cp lib/Config/Context/XMLSimple.pm blib/lib/Config/Context/XMLSimple.pm cp lib/Config/Context.pm blib/lib/Config/Context.pm Manifying blib/man3/Config::Context::ConfigScoped.3 Manifying blib/man3/Config::Context::XMLSimple.3 Manifying blib/man3/Config::Context::ConfigGeneral.3 Manifying blib/man3/Config::Context.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/00-load-and-usage..............ok 1 - use Config::Context; # Testing Config::Context 0.10 ok 2 - caught bad param ok 3 - driver param required (2) ok 4 - driver param required (1) ok 5 - caught bad driver (1) ok 6 - caught bad driver (2) ok 7 - caught missing config, string, file (1) ok 8 - caught missing config, string, file (2) ok 9 - caught missing config, string, file (3) ok 10 - caught missing config, string, file (4) 1..10 ok t/01-lower_case_names............1..10 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: case sensitive [aaa] testval: not exists ok 2 - ConfigGeneral: case sensitive [aaabbbccc] testval: not exists ok 3 - ConfigGeneral: case insensitive [aaa] testval: foo ok 4 - ConfigGeneral: case insensitive [aaa] testval: foo ok 5 - ConfigGeneral: case insensitive [aaabbbccc] testval: baz ok 6 - ConfigScoped: case sensitive [aaa] testval: not exists ok 7 - ConfigScoped: case sensitive [aaabbbccc] testval: not exists ok 8 - ConfigScoped: case insensitive [aaa] testval: foo ok 9 - ConfigScoped: case insensitive [aaa] testval: foo ok 10 - ConfigScoped: case insensitive [aaabbbccc] testval: baz ok t/02-substring...................1..114 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - Config from datastructure same as config from string ok 2 - context config from datastructure same as config from string ok 3 - ConfigGeneral: wubba: no match ok 4 - ConfigGeneral: [aaa] testval_a: 1 ok 5 - ConfigGeneral: [aaa] testval_b: 1 ok 6 - ConfigGeneral: [aaa] testval_c: 1 ok 7 - ConfigGeneral: [aaa] testval_aaa: 1 ok 8 - ConfigGeneral: [aaa] testval_bbb: not exists ok 9 - ConfigGeneral: [aaa] testval_Cbbb: not exists ok 10 - ConfigGeneral: [aaabbbccc] testval_a: 3 ok 11 - ConfigGeneral: [aaabbbccc] testval_b: 3 ok 12 - ConfigGeneral: [aaabbbccc] testval_c: 5 ok 13 - ConfigGeneral: [aaabbbccc] testval_aaa: 1 ok 14 - ConfigGeneral: [aaabbbccc] testval_bbb: 4 ok 15 - ConfigGeneral: [aaabbbccc] testval_Cbbb: 5 ok 16 - ConfigGeneral: [aaabbbccc] testval_aaabbb: 2 ok 17 - ConfigGeneral: [aaabbbccc] testval_aaabbbccc: 3 ok 18 - ConfigGeneral: [xxxaaabbbcccxxx] testval_a: 3 ok 19 - ConfigGeneral: [xxxaaabbbcccxxx] testval_b: 3 ok 20 - ConfigGeneral: [xxxaaabbbcccxxx] testval_b: 5 ok 21 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaa: 1 ok 22 - ConfigGeneral: [aaabbbccc] testval_bbb: 4 ok 23 - ConfigGeneral: [aaabbbccc] testval_Cbbb: 5 ok 24 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaabbb: 2 ok 25 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaabbbccc: 3 ok 26 - ConfigGeneral: [bbbccc] testval_a: 4 ok 27 - ConfigGeneral: [bbbccc] testval_b: 4 ok 28 - ConfigGeneral: [bbbccc] testval_c: 5 ok 29 - ConfigGeneral: [bbbccc] testval_c: 4 ok 30 - ConfigGeneral: [bbbccc] testval_c: 5 ok 31 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_a: 2 ok 32 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_b: 2 ok 33 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_b: 5 ok 34 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_aaa: 1 ok 35 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_bbb: 4 ok 36 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_Cbbb: 5 ok 37 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_aaabbb: 2 ok 38 - ConfigGeneral: [cccxxxaaaxxxaaabbbxxx] testval_aaabbbccc: not exists ok 39 - Config from datastructure same as config from string ok 40 - context config from datastructure same as config from string ok 41 - ConfigScoped: wubba: no match ok 42 - ConfigScoped: [aaa] testval_a: 1 ok 43 - ConfigScoped: [aaa] testval_b: 1 ok 44 - ConfigScoped: [aaa] testval_c: 1 ok 45 - ConfigScoped: [aaa] testval_aaa: 1 ok 46 - ConfigScoped: [aaa] testval_bbb: not exists ok 47 - ConfigScoped: [aaa] testval_Cbbb: not exists ok 48 - ConfigScoped: [aaabbbccc] testval_a: 3 ok 49 - ConfigScoped: [aaabbbccc] testval_b: 3 ok 50 - ConfigScoped: [aaabbbccc] testval_c: 5 ok 51 - ConfigScoped: [aaabbbccc] testval_aaa: 1 ok 52 - ConfigScoped: [aaabbbccc] testval_bbb: 4 ok 53 - ConfigScoped: [aaabbbccc] testval_Cbbb: 5 ok 54 - ConfigScoped: [aaabbbccc] testval_aaabbb: 2 ok 55 - ConfigScoped: [aaabbbccc] testval_aaabbbccc: 3 ok 56 - ConfigScoped: [xxxaaabbbcccxxx] testval_a: 3 ok 57 - ConfigScoped: [xxxaaabbbcccxxx] testval_b: 3 ok 58 - ConfigScoped: [xxxaaabbbcccxxx] testval_b: 5 ok 59 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaa: 1 ok 60 - ConfigScoped: [aaabbbccc] testval_bbb: 4 ok 61 - ConfigScoped: [aaabbbccc] testval_Cbbb: 5 ok 62 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaabbb: 2 ok 63 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaabbbccc: 3 ok 64 - ConfigScoped: [bbbccc] testval_a: 4 ok 65 - ConfigScoped: [bbbccc] testval_b: 4 ok 66 - ConfigScoped: [bbbccc] testval_c: 5 ok 67 - ConfigScoped: [bbbccc] testval_c: 4 ok 68 - ConfigScoped: [bbbccc] testval_c: 5 ok 69 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_a: 2 ok 70 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_b: 2 ok 71 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_b: 5 ok 72 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_aaa: 1 ok 73 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_bbb: 4 ok 74 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_Cbbb: 5 ok 75 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_aaabbb: 2 ok 76 - ConfigScoped: [cccxxxaaaxxxaaabbbxxx] testval_aaabbbccc: not exists ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 91 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 92 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 93 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 94 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 95 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 96 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 97 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 98 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 99 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 100 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 101 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 102 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 103 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 104 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 105 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 106 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 107 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 108 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 109 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 110 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 111 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 112 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 113 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 114 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 38/114 skipped: various reasons t/03-regex.......................1..90 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [abcd] sect: b ok 2 - ConfigGeneral: [abcd] val1: 2 ok 3 - ConfigGeneral: [abcd] secta: 1 ok 4 - ConfigGeneral: [abcd] sectb: 1 ok 5 - ConfigGeneral: [abcd] sectc: 1 ok 6 - ConfigGeneral: [abcd] sectd: 1 ok 7 - ConfigGeneral: [abcd] secte: not present ok 8 - ConfigGeneral: [a] sect: a ok 9 - ConfigGeneral: [a] val1: 1 ok 10 - ConfigGeneral: [a] secta: 1 ok 11 - ConfigGeneral: [a] sectb: not present ok 12 - ConfigGeneral: [a] sectc: not present ok 13 - ConfigGeneral: [a] sectd: not present ok 14 - ConfigGeneral: [a] secte: not present ok 15 - ConfigGeneral: [cad] sect: d ok 16 - ConfigGeneral: [cad] val1: 4 ok 17 - ConfigGeneral: [cad] secta: 1 ok 18 - ConfigGeneral: [cad] sectb: not present ok 19 - ConfigGeneral: [cad] sectc: 1 ok 20 - ConfigGeneral: [cad] sectd: 1 ok 21 - ConfigGeneral: [cad] secte: not present ok 22 - ConfigGeneral: [foo] sect: F(b) ok 23 - ConfigGeneral: [foo] val1: 7 ok 24 - ConfigGeneral: [foo] secta: not present ok 25 - ConfigGeneral: [foo] sectb: not present ok 26 - ConfigGeneral: [foo] sectc: not present ok 27 - ConfigGeneral: [foo] sectd: not present ok 28 - ConfigGeneral: [foo] secte: not present ok 29 - ConfigGeneral: [foo] sectFa: not present ok 30 - ConfigGeneral: [foo] sectFb: 1 ok 31 - ConfigScoped: [abcd] sect: b ok 32 - ConfigScoped: [abcd] val1: 2 ok 33 - ConfigScoped: [abcd] secta: 1 ok 34 - ConfigScoped: [abcd] sectb: 1 ok 35 - ConfigScoped: [abcd] sectc: 1 ok 36 - ConfigScoped: [abcd] sectd: 1 ok 37 - ConfigScoped: [abcd] secte: not present ok 38 - ConfigScoped: [a] sect: a ok 39 - ConfigScoped: [a] val1: 1 ok 40 - ConfigScoped: [a] secta: 1 ok 41 - ConfigScoped: [a] sectb: not present ok 42 - ConfigScoped: [a] sectc: not present ok 43 - ConfigScoped: [a] sectd: not present ok 44 - ConfigScoped: [a] secte: not present ok 45 - ConfigScoped: [cad] sect: d ok 46 - ConfigScoped: [cad] val1: 4 ok 47 - ConfigScoped: [cad] secta: 1 ok 48 - ConfigScoped: [cad] sectb: not present ok 49 - ConfigScoped: [cad] sectc: 1 ok 50 - ConfigScoped: [cad] sectd: 1 ok 51 - ConfigScoped: [cad] secte: not present ok 52 - ConfigScoped: [foo] sect: F(b) ok 53 - ConfigScoped: [foo] val1: 7 ok 54 - ConfigScoped: [foo] secta: not present ok 55 - ConfigScoped: [foo] sectb: not present ok 56 - ConfigScoped: [foo] sectc: not present ok 57 - ConfigScoped: [foo] sectd: not present ok 58 - ConfigScoped: [foo] secte: not present ok 59 - ConfigScoped: [foo] sectFa: not present ok 60 - ConfigScoped: [foo] sectFb: 1 ok 61 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 62 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 64 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 65 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 66 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 67 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 68 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 69 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 70 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 71 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 72 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 73 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 74 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 75 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 76 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30/90 skipped: various reasons t/04-path........................1..93 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [/foo] sect: foo ok 2 - ConfigGeneral: [/foo] val: 1 ok 3 - ConfigGeneral: [/foo] foo: 1 ok 4 - ConfigGeneral: [/foo] foobar: not present ok 5 - ConfigGeneral: [/foo] foobarbaz: not present ok 6 - ConfigGeneral: [/foo/] sect: foo ok 7 - ConfigGeneral: [/foo/] val: 1 ok 8 - ConfigGeneral: [/foo/] foo: 1 ok 9 - ConfigGeneral: [/foo/] foobar: not present ok 10 - ConfigGeneral: [/foo/] foobarbaz: not present ok 11 - ConfigGeneral: [/foo/bar] sect: foo ok 12 - ConfigGeneral: [/foo/bar] val: 1 ok 13 - ConfigGeneral: [/foo/bar] foo: 1 ok 14 - ConfigGeneral: [/foo/bar] foobar: 1 ok 15 - ConfigGeneral: [/foo/bar] foobarbaz: not present ok 16 - ConfigGeneral: [/foo/bar.txt] sect: foo ok 17 - ConfigGeneral: [/foo/bar.txt] val: 1 ok 18 - ConfigGeneral: [/foo/bar.txt] foo: 1 ok 19 - ConfigGeneral: [/foo/bar.txt] foobar: not present ok 20 - ConfigGeneral: [/foo/bar.txt] foobarbaz: not present ok 21 - ConfigGeneral: [/foo/bar/baz/boom.txt] sect: foobarbaz ok 22 - ConfigGeneral: [/foo/bar/baz/boom.txt] val: 3 ok 23 - ConfigGeneral: [/foo/bar/baz/boom.txt] foo: 1 ok 24 - ConfigGeneral: [/foo/bar/baz/boom.txt] foobar: 1 ok 25 - ConfigGeneral: [/foo/bar/baz/boom.txt] foobarbaz: 1 ok 26 - ConfigGeneral: /foo.txt: no match ok 27 - ConfigGeneral: foo: no match ok 28 - ConfigGeneral: foo: no match ok 29 - ConfigGeneral: foo.txt: no match ok 30 - ConfigGeneral: /food: no match ok 31 - ConfigGeneral: /food/bar.txt: no match ok 32 - ConfigScoped: [/foo] sect: foo ok 33 - ConfigScoped: [/foo] val: 1 ok 34 - ConfigScoped: [/foo] foo: 1 ok 35 - ConfigScoped: [/foo] foobar: not present ok 36 - ConfigScoped: [/foo] foobarbaz: not present ok 37 - ConfigScoped: [/foo/] sect: foo ok 38 - ConfigScoped: [/foo/] val: 1 ok 39 - ConfigScoped: [/foo/] foo: 1 ok 40 - ConfigScoped: [/foo/] foobar: not present ok 41 - ConfigScoped: [/foo/] foobarbaz: not present ok 42 - ConfigScoped: [/foo/bar] sect: foo ok 43 - ConfigScoped: [/foo/bar] val: 1 ok 44 - ConfigScoped: [/foo/bar] foo: 1 ok 45 - ConfigScoped: [/foo/bar] foobar: 1 ok 46 - ConfigScoped: [/foo/bar] foobarbaz: not present ok 47 - ConfigScoped: [/foo/bar.txt] sect: foo ok 48 - ConfigScoped: [/foo/bar.txt] val: 1 ok 49 - ConfigScoped: [/foo/bar.txt] foo: 1 ok 50 - ConfigScoped: [/foo/bar.txt] foobar: not present ok 51 - ConfigScoped: [/foo/bar.txt] foobarbaz: not present ok 52 - ConfigScoped: [/foo/bar/baz/boom.txt] sect: foobarbaz ok 53 - ConfigScoped: [/foo/bar/baz/boom.txt] val: 3 ok 54 - ConfigScoped: [/foo/bar/baz/boom.txt] foo: 1 ok 55 - ConfigScoped: [/foo/bar/baz/boom.txt] foobar: 1 ok 56 - ConfigScoped: [/foo/bar/baz/boom.txt] foobarbaz: 1 ok 57 - ConfigScoped: /foo.txt: no match ok 58 - ConfigScoped: foo: no match ok 59 - ConfigScoped: foo: no match ok 60 - ConfigScoped: foo.txt: no match ok 61 - ConfigScoped: /food: no match ok 62 - ConfigScoped: /food/bar.txt: no match ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 64 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 65 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 66 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 67 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 68 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 69 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 70 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 71 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 72 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 73 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 74 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 75 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 76 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 91 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 92 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 93 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 31/93 skipped: various reasons t/05-module......................1..90 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [Foo] sect: foo ok 2 - ConfigGeneral: [Foo] val: 1 ok 3 - ConfigGeneral: [Foo] foo: 1 ok 4 - ConfigGeneral: [Foo] foobar: not present ok 5 - ConfigGeneral: [Foo] foobarbaz: not present ok 6 - ConfigGeneral: [Foo::] sect: foo ok 7 - ConfigGeneral: [Foo::] val: 1 ok 8 - ConfigGeneral: [Foo::] foo: 1 ok 9 - ConfigGeneral: [Foo::] foobar: not present ok 10 - ConfigGeneral: [Foo::] foobarbaz: not present ok 11 - ConfigGeneral: [Foo::Bar] sect: foo ok 12 - ConfigGeneral: [Foo::Bar] val: 1 ok 13 - ConfigGeneral: [Foo::Bar] foo: 1 ok 14 - ConfigGeneral: [Foo::Bar] foobar: 1 ok 15 - ConfigGeneral: [Foo::Bar] foobarbaz: not present ok 16 - ConfigGeneral: [Foo::Bar.txt] sect: foo ok 17 - ConfigGeneral: [Foo::Bar.txt] val: 1 ok 18 - ConfigGeneral: [Foo::Bar.txt] foo: 1 ok 19 - ConfigGeneral: [Foo::Bar.txt] foobar: not present ok 20 - ConfigGeneral: [Foo::Bar.txt] foobarbaz: not present ok 21 - ConfigGeneral: [Foo::Bar::Baz::Boom.pm] sect: foobarbaz ok 22 - ConfigGeneral: [Foo::Bar::Baz::Boom.pm] val: 3 ok 23 - ConfigGeneral: [Foo::Bar::Baz::Boom.pm] foo: 1 ok 24 - ConfigGeneral: [Foo::Bar::Baz::Boom.pm] foobar: 1 ok 25 - ConfigGeneral: [Foo::Bar::Baz::Boom.pm] foobarbaz: 1 ok 26 - ConfigGeneral: Foo.pm: no match ok 27 - ConfigGeneral: foo: no match ok 28 - ConfigGeneral: foo.pm: no match ok 29 - ConfigGeneral: Food: no match ok 30 - ConfigGeneral: Food::Bar.pm: no match ok 31 - ConfigScoped: [Foo] sect: foo ok 32 - ConfigScoped: [Foo] val: 1 ok 33 - ConfigScoped: [Foo] foo: 1 ok 34 - ConfigScoped: [Foo] foobar: not present ok 35 - ConfigScoped: [Foo] foobarbaz: not present ok 36 - ConfigScoped: [Foo::] sect: foo ok 37 - ConfigScoped: [Foo::] val: 1 ok 38 - ConfigScoped: [Foo::] foo: 1 ok 39 - ConfigScoped: [Foo::] foobar: not present ok 40 - ConfigScoped: [Foo::] foobarbaz: not present ok 41 - ConfigScoped: [Foo::Bar] sect: foo ok 42 - ConfigScoped: [Foo::Bar] val: 1 ok 43 - ConfigScoped: [Foo::Bar] foo: 1 ok 44 - ConfigScoped: [Foo::Bar] foobar: 1 ok 45 - ConfigScoped: [Foo::Bar] foobarbaz: not present ok 46 - ConfigScoped: [Foo::Bar.txt] sect: foo ok 47 - ConfigScoped: [Foo::Bar.txt] val: 1 ok 48 - ConfigScoped: [Foo::Bar.txt] foo: 1 ok 49 - ConfigScoped: [Foo::Bar.txt] foobar: not present ok 50 - ConfigScoped: [Foo::Bar.txt] foobarbaz: not present ok 51 - ConfigScoped: [Foo::Bar::Baz::Boom.pm] sect: foobarbaz ok 52 - ConfigScoped: [Foo::Bar::Baz::Boom.pm] val: 3 ok 53 - ConfigScoped: [Foo::Bar::Baz::Boom.pm] foo: 1 ok 54 - ConfigScoped: [Foo::Bar::Baz::Boom.pm] foobar: 1 ok 55 - ConfigScoped: [Foo::Bar::Baz::Boom.pm] foobarbaz: 1 ok 56 - ConfigScoped: Foo.pm: no match ok 57 - ConfigScoped: foo: no match ok 58 - ConfigScoped: foo.pm: no match ok 59 - ConfigScoped: Food: no match ok 60 - ConfigScoped: Food::Bar.pm: no match ok 61 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 62 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 64 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 65 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 66 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 67 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 68 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 69 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 70 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 71 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 72 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 73 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 74 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 75 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 76 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30/90 skipped: various reasons t/06-regex_hash_merge_reverse....1..63 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [abcd] sect: c ok 2 - ConfigGeneral: [abcd] val1: 3 ok 3 - ConfigGeneral: [abcd] secta: 1 ok 4 - ConfigGeneral: [abcd] sectb: 1 ok 5 - ConfigGeneral: [abcd] sectc: 1 ok 6 - ConfigGeneral: [abcd] sectd: 1 ok 7 - ConfigGeneral: [abcd] secte: not present ok 8 - ConfigGeneral: [a] sect: a ok 9 - ConfigGeneral: [a] val1: 1 ok 10 - ConfigGeneral: [a] secta: 1 ok 11 - ConfigGeneral: [a] sectb: not present ok 12 - ConfigGeneral: [a] sectc: not present ok 13 - ConfigGeneral: [a] sectd: not present ok 14 - ConfigGeneral: [a] secte: not present ok 15 - ConfigGeneral: [cad] sect: a ok 16 - ConfigGeneral: [cad] val1: 1 ok 17 - ConfigGeneral: [cad] secta: 1 ok 18 - ConfigGeneral: [cad] sectb: not present ok 19 - ConfigGeneral: [cad] sectc: 1 ok 20 - ConfigGeneral: [cad] sectd: 1 ok 21 - ConfigGeneral: [cad] secte: not present ok 22 - ConfigScoped: [abcd] sect: c ok 23 - ConfigScoped: [abcd] val1: 3 ok 24 - ConfigScoped: [abcd] secta: 1 ok 25 - ConfigScoped: [abcd] sectb: 1 ok 26 - ConfigScoped: [abcd] sectc: 1 ok 27 - ConfigScoped: [abcd] sectd: 1 ok 28 - ConfigScoped: [abcd] secte: not present ok 29 - ConfigScoped: [a] sect: a ok 30 - ConfigScoped: [a] val1: 1 ok 31 - ConfigScoped: [a] secta: 1 ok 32 - ConfigScoped: [a] sectb: not present ok 33 - ConfigScoped: [a] sectc: not present ok 34 - ConfigScoped: [a] sectd: not present ok 35 - ConfigScoped: [a] secte: not present ok 36 - ConfigScoped: [cad] sect: a ok 37 - ConfigScoped: [cad] val1: 1 ok 38 - ConfigScoped: [cad] secta: 1 ok 39 - ConfigScoped: [cad] sectb: not present ok 40 - ConfigScoped: [cad] sectc: 1 ok 41 - ConfigScoped: [cad] sectd: 1 ok 42 - ConfigScoped: [cad] secte: not present ok 43 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 44 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 45 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 46 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 47 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 48 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 49 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 50 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 51 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 52 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 53 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 54 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 55 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 56 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 57 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 58 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 59 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 60 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 61 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 62 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 21/63 skipped: various reasons t/07-section_type_example........1..36 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [c::s] Perl_Module: 1 ok 2 - ConfigGeneral: [c::s] Core_Module: 0 ok 3 - ConfigGeneral: [c::s] Config_Module: 1 ok 4 - ConfigGeneral: [c::s] Installed_Module: 1 ok 5 - ConfigGeneral: [c::g::m] Perl_Module: 1 ok 6 - ConfigGeneral: [c::g::m] Core_Module: 0 ok 7 - ConfigGeneral: [c::g::m] Config_Module: 1 ok 8 - ConfigGeneral: [c::g::m] Installed_Module: 0 ok 9 - ConfigGeneral: [File::Spec] Perl_Module: 1 ok 10 - ConfigGeneral: [File::Spec] Core_Module: 1 ok 11 - ConfigGeneral: [File::Spec] Config_Module: 0 ok 12 - ConfigGeneral: [File::Spec] Installed_Module: 1 ok 13 - ConfigScoped: [c::s] Perl_Module: 1 ok 14 - ConfigScoped: [c::s] Core_Module: 0 ok 15 - ConfigScoped: [c::s] Config_Module: 1 ok 16 - ConfigScoped: [c::s] Installed_Module: 1 ok 17 - ConfigScoped: [c::g::m] Perl_Module: 1 ok 18 - ConfigScoped: [c::g::m] Core_Module: 0 ok 19 - ConfigScoped: [c::g::m] Config_Module: 1 ok 20 - ConfigScoped: [c::g::m] Installed_Module: 0 ok 21 - ConfigScoped: [File::Spec] Perl_Module: 1 ok 22 - ConfigScoped: [File::Spec] Core_Module: 1 ok 23 - ConfigScoped: [File::Spec] Config_Module: 0 ok 24 - ConfigScoped: [File::Spec] Installed_Module: 1 ok 25 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 26 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 27 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 28 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 29 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 31 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 32 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 33 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 34 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 35 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 36 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 12/36 skipped: various reasons t/08-section_type................1..36 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [module=Foo,path=/foo,foo=xxx] val: 4 ok 2 - ConfigGeneral: [module=Foo,path=/foo,foo=xxx] sect: [Path]/foo ok 3 - ConfigGeneral: [module=Foo,path=/foo,foo=xxx] [Path]/foo: 1 ok 4 - ConfigGeneral: [module=Foo,path=/foo,foo=xxx] [Module]Foo: 1 ok 5 - ConfigGeneral: _module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] val: 3 ok 6 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] sect: [Module]Foo::Bar::Baz ok 7 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] _FooMatch]a+: 1 ok 8 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Module]Foo: 1 ok 9 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Path]/foo: 1 ok 10 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Location]/foo/bar: 1 ok 11 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [App]Foo::Bar:: 1 ok 12 - ConfigGeneral: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [App]Foo::Bar::Baz 1 ok 13 - ConfigScoped: [module=Foo,path=/foo,foo=xxx] val: 4 ok 14 - ConfigScoped: [module=Foo,path=/foo,foo=xxx] sect: [Path]/foo ok 15 - ConfigScoped: [module=Foo,path=/foo,foo=xxx] [Path]/foo: 1 ok 16 - ConfigScoped: [module=Foo,path=/foo,foo=xxx] [Module]Foo: 1 ok 17 - ConfigScoped: _module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] val: 3 ok 18 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] sect: [Module]Foo::Bar::Baz ok 19 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] _FooMatch]a+: 1 ok 20 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Module]Foo: 1 ok 21 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Path]/foo: 1 ok 22 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [Location]/foo/bar: 1 ok 23 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [App]Foo::Bar:: 1 ok 24 - ConfigScoped: [module=Foo::Bar::Baz,path=/foo/bar/baz,foo=apple] [App]Foo::Bar::Baz 1 ok 25 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 26 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 27 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 28 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 29 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 31 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 32 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 33 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 34 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 35 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 36 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 12/36 skipped: various reasons t/09-trim_section_names..........1..10 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [path => /foo/] foo: 1 ok 2 - ConfigGeneral: [path => /foo/] bar: not present ok 3 - ConfigGeneral: [location => /bar] foo: not present ok 4 - ConfigGeneral: [location => /bar] bar: not present ok 5 - ConfigGeneral: [location => /bar ] foo: not present ok 6 - ConfigGeneral: [location => /bar ] bar: 1 ok 7 - ConfigGeneral: [location2 => /bar] foo: not present ok 8 - ConfigGeneral: [location2 => /bar] bar: not present ok 9 - ConfigGeneral: [location2 => /bar ] foo: not present ok 10 - ConfigGeneral: [location2 => /bar ] bar: 1 ok t/10-escaping....................1..6 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [match: Simple.pm] Perl_Module: 1 ok 2 - ConfigGeneral: [match: Simplexpm] Perl_Module: 0 ok 3 - ConfigScoped: [match: Simple.pm] Perl_Module: 1 ok 4 - ConfigScoped: [match: Simplexpm] Perl_Module: 0 ok 5 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 6 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 2/6 skipped: various reasons t/11-multi-level-merge...........1..45 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [/admin] private_area: 1 ok 2 - ConfigGeneral: [/admin] client_area: 0 ok 3 - ConfigGeneral: [/admin] page_settings.title: The Widget Emporium - Admin Area ok 4 - ConfigGeneral: [/admin] page_settings.logo: admin_logo.gif ok 5 - ConfigGeneral: [/admin] page_settings.advanced_ui: 1 ok 6 - ConfigGeneral: [/clients] private_area: 0 ok 7 - ConfigGeneral: [/clients] client_area: 1 ok 8 - ConfigGeneral: [/clients] page_settings.title: The Widget Emporium - Wholesalers ok 9 - ConfigGeneral: [/clients] page_settings.logo: client_logo.gif ok 10 - ConfigGeneral: [/clients] page_settings.advanced_ui: 0 ok 11 - ConfigGeneral: [/public] private_area: 0 ok 12 - ConfigGeneral: [/public] client_area: 0 ok 13 - ConfigGeneral: [/public] page_settings.title: The Widget Emporium ok 14 - ConfigGeneral: [/public] page_settings.logo: logo.gif ok 15 - ConfigGeneral: [/public] page_settings.advanced_ui: 0 ok 16 - ConfigScoped: [/admin] private_area: 1 ok 17 - ConfigScoped: [/admin] client_area: 0 ok 18 - ConfigScoped: [/admin] page_settings.title: The Widget Emporium - Admin Area ok 19 - ConfigScoped: [/admin] page_settings.logo: admin_logo.gif ok 20 - ConfigScoped: [/admin] page_settings.advanced_ui: 1 ok 21 - ConfigScoped: [/clients] private_area: 0 ok 22 - ConfigScoped: [/clients] client_area: 1 ok 23 - ConfigScoped: [/clients] page_settings.title: The Widget Emporium - Wholesalers ok 24 - ConfigScoped: [/clients] page_settings.logo: client_logo.gif ok 25 - ConfigScoped: [/clients] page_settings.advanced_ui: 0 ok 26 - ConfigScoped: [/public] private_area: 0 ok 27 - ConfigScoped: [/public] client_area: 0 ok 28 - ConfigScoped: [/public] page_settings.title: The Widget Emporium ok 29 - ConfigScoped: [/public] page_settings.logo: logo.gif ok 30 - ConfigScoped: [/public] page_settings.advanced_ui: 0 ok 31 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 32 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 33 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 34 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 35 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 36 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 37 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 38 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 39 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 40 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 41 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 42 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 43 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 44 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 45 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 15/45 skipped: various reasons t/12-exact.......................1..93 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - wubba: no match ok 2 - ConfigGeneral: [aaa] testval_a: 1 ok 3 - ConfigGeneral: [aaa] testval_b: 1 ok 4 - ConfigGeneral: [aaa] testval_c: 1 ok 5 - ConfigGeneral: [aaa] testval_aaa: 1 ok 6 - ConfigGeneral: [aaa] testval_bbb: not exists ok 7 - ConfigGeneral: [aaa] testval_Cbbb: not exists ok 8 - ConfigGeneral: [aaabbbccc] testval_a: 3 ok 9 - ConfigGeneral: [aaabbbccc] testval_b: 3 ok 10 - ConfigGeneral: [aaabbbccc] testval_c: 3 ok 11 - ConfigGeneral: [aaabbbccc] testval_aaabbbccc: 3 ok 12 - ConfigGeneral: [aaabbbccc] testval_aaa: not exists ok 13 - ConfigGeneral: [aaabbbccc] testval_bbb: not exists ok 14 - ConfigGeneral: [aaabbbccc] testval_Cbbb: not exists ok 15 - ConfigGeneral: [aaabbbccc] testval_aaabbb: not exists ok 16 - ConfigGeneral: [xxxaaabbbcccxxx] testval_a: not exists ok 17 - ConfigGeneral: [xxxaaabbbcccxxx] testval_b: not exists ok 18 - ConfigGeneral: [xxxaaabbbcccxxx] testval_c: not exists ok 19 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaa: not exists ok 20 - ConfigGeneral: [xxxaaabbbcccxxx] testval_bbb: not exists ok 21 - ConfigGeneral: [xxxaaabbbcccxxx] testval_Cbbb: not exists ok 22 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaabbb: not exists ok 23 - ConfigGeneral: [xxxaaabbbcccxxx] testval_aaabbbccc: not exists ok 24 - ConfigGeneral: [bbbccc] testval_a: not exists ok 25 - ConfigGeneral: [bbbccc] testval_b: not exists ok 26 - ConfigGeneral: [bbbccc] testval_c: not exists ok 27 - ConfigGeneral: [bbbccc] testval_aaa: not exists ok 28 - ConfigGeneral: [bbbccc] testval_bbb: not exists ok 29 - ConfigGeneral: [bbbccc] testval_Cbbb: not exists ok 30 - ConfigGeneral: [bbbccc] testval_aaabbb: not exists ok 31 - ConfigGeneral: [bbbccc] testval_aaabbbccc: not exists ok 32 - wubba: no match ok 33 - ConfigScoped: [aaa] testval_a: 1 ok 34 - ConfigScoped: [aaa] testval_b: 1 ok 35 - ConfigScoped: [aaa] testval_c: 1 ok 36 - ConfigScoped: [aaa] testval_aaa: 1 ok 37 - ConfigScoped: [aaa] testval_bbb: not exists ok 38 - ConfigScoped: [aaa] testval_Cbbb: not exists ok 39 - ConfigScoped: [aaabbbccc] testval_a: 3 ok 40 - ConfigScoped: [aaabbbccc] testval_b: 3 ok 41 - ConfigScoped: [aaabbbccc] testval_c: 3 ok 42 - ConfigScoped: [aaabbbccc] testval_aaabbbccc: 3 ok 43 - ConfigScoped: [aaabbbccc] testval_aaa: not exists ok 44 - ConfigScoped: [aaabbbccc] testval_bbb: not exists ok 45 - ConfigScoped: [aaabbbccc] testval_Cbbb: not exists ok 46 - ConfigScoped: [aaabbbccc] testval_aaabbb: not exists ok 47 - ConfigScoped: [xxxaaabbbcccxxx] testval_a: not exists ok 48 - ConfigScoped: [xxxaaabbbcccxxx] testval_b: not exists ok 49 - ConfigScoped: [xxxaaabbbcccxxx] testval_c: not exists ok 50 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaa: not exists ok 51 - ConfigScoped: [xxxaaabbbcccxxx] testval_bbb: not exists ok 52 - ConfigScoped: [xxxaaabbbcccxxx] testval_Cbbb: not exists ok 53 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaabbb: not exists ok 54 - ConfigScoped: [xxxaaabbbcccxxx] testval_aaabbbccc: not exists ok 55 - ConfigScoped: [bbbccc] testval_a: not exists ok 56 - ConfigScoped: [bbbccc] testval_b: not exists ok 57 - ConfigScoped: [bbbccc] testval_c: not exists ok 58 - ConfigScoped: [bbbccc] testval_aaa: not exists ok 59 - ConfigScoped: [bbbccc] testval_bbb: not exists ok 60 - ConfigScoped: [bbbccc] testval_Cbbb: not exists ok 61 - ConfigScoped: [bbbccc] testval_aaabbb: not exists ok 62 - ConfigScoped: [bbbccc] testval_aaabbbccc: not exists ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 64 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 65 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 66 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 67 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 68 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 69 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 70 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 71 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 72 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 73 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 74 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 75 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 76 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 91 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 92 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 93 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 31/93 skipped: various reasons t/13-nesting.....................1..90 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: [RECORDSHOP/admin] the_site ok 2 - ConfigGeneral: [RECORDSHOP/admin] ye_olde_site ok 3 - ConfigGeneral: [RECORDSHOP/admin] admin_books ok 4 - ConfigGeneral: [RECORDSHOP/admin] admin_records ok 5 - ConfigGeneral: [RECORDSHOP/admin] the_location ok 6 - ConfigGeneral: [BOOKSHOP/admin] the_site ok 7 - ConfigGeneral: [BOOKSHOP/admin] ye_olde_site ok 8 - ConfigGeneral: [BOOKSHOP/admin] admin_books ok 9 - ConfigGeneral: [BOOKSHOP/admin] admin_records ok 10 - ConfigGeneral: [BOOKSHOP/admin] the_location ok 11 - ConfigGeneral: [CHEESESHOP/admin] the_site ok 12 - ConfigGeneral: [CHEESESHOP/admin] ye_olde_site ok 13 - ConfigGeneral: [CHEESESHOP/admin] admin_books ok 14 - ConfigGeneral: [CHEESESHOP/admin] admin_records ok 15 - ConfigGeneral: [CHEESESHOP/admin] the_location ok 16 - ConfigGeneral: [CHEESESHOP/adminy] the_site ok 17 - ConfigGeneral: [CHEESESHOP/adminy] ye_olde_site ok 18 - ConfigGeneral: [CHEESESHOP/adminy] admin_books ok 19 - ConfigGeneral: [CHEESESHOP/adminy] admin_records ok 20 - ConfigGeneral: [CHEESESHOP/adminy] the_location ok 21 - ConfigGeneral: [RECORDSHOP/adminy] the_site ok 22 - ConfigGeneral: [RECORDSHOP/adminy] ye_olde_site ok 23 - ConfigGeneral: [RECORDSHOP/adminy] admin_books ok 24 - ConfigGeneral: [RECORDSHOP/adminy] admin_records ok 25 - ConfigGeneral: [RECORDSHOP/adminy] the_location ok 26 - ConfigGeneral: [BOOKSHOP/admin] the_site ok 27 - ConfigGeneral: [BOOKSHOP/adminy] ye_olde_site ok 28 - ConfigGeneral: [BOOKSHOP/adminy] admin_books ok 29 - ConfigGeneral: [BOOKSHOP/adminy] admin_records ok 30 - ConfigGeneral: [BOOKSHOP/adminy] the_location ok 31 - ConfigScoped: [RECORDSHOP/admin] the_site ok 32 - ConfigScoped: [RECORDSHOP/admin] ye_olde_site ok 33 - ConfigScoped: [RECORDSHOP/admin] admin_books ok 34 - ConfigScoped: [RECORDSHOP/admin] admin_records ok 35 - ConfigScoped: [RECORDSHOP/admin] the_location ok 36 - ConfigScoped: [BOOKSHOP/admin] the_site ok 37 - ConfigScoped: [BOOKSHOP/admin] ye_olde_site ok 38 - ConfigScoped: [BOOKSHOP/admin] admin_books ok 39 - ConfigScoped: [BOOKSHOP/admin] admin_records ok 40 - ConfigScoped: [BOOKSHOP/admin] the_location ok 41 - ConfigScoped: [CHEESESHOP/admin] the_site ok 42 - ConfigScoped: [CHEESESHOP/admin] ye_olde_site ok 43 - ConfigScoped: [CHEESESHOP/admin] admin_books ok 44 - ConfigScoped: [CHEESESHOP/admin] admin_records ok 45 - ConfigScoped: [CHEESESHOP/admin] the_location ok 46 - ConfigScoped: [CHEESESHOP/adminy] the_site ok 47 - ConfigScoped: [CHEESESHOP/adminy] ye_olde_site ok 48 - ConfigScoped: [CHEESESHOP/adminy] admin_books ok 49 - ConfigScoped: [CHEESESHOP/adminy] admin_records ok 50 - ConfigScoped: [CHEESESHOP/adminy] the_location ok 51 - ConfigScoped: [RECORDSHOP/adminy] the_site ok 52 - ConfigScoped: [RECORDSHOP/adminy] ye_olde_site ok 53 - ConfigScoped: [RECORDSHOP/adminy] admin_books ok 54 - ConfigScoped: [RECORDSHOP/adminy] admin_records ok 55 - ConfigScoped: [RECORDSHOP/adminy] the_location ok 56 - ConfigScoped: [BOOKSHOP/admin] the_site ok 57 - ConfigScoped: [BOOKSHOP/adminy] ye_olde_site ok 58 - ConfigScoped: [BOOKSHOP/adminy] admin_books ok 59 - ConfigScoped: [BOOKSHOP/adminy] admin_records ok 60 - ConfigScoped: [BOOKSHOP/adminy] the_location ok 61 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 62 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 63 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 64 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 65 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 66 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 67 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 68 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 69 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 70 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 71 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 72 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 73 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 74 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 75 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 76 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 77 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 78 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 79 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 80 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 81 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 82 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 83 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 84 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 85 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 86 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 87 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 88 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 89 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 90 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30/90 skipped: various reasons t/14-nesting_pod_example.........1..9 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: keys ok 2 - ConfigGeneral: antagonist ok 3 - ConfigGeneral: moral ok 4 - ConfigScoped: keys ok 5 - ConfigScoped: antagonist ok 6 - ConfigScoped: moral ok 7 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 8 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 9 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 3/9 skipped: various reasons t/15-file-caching................1..144 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: Caching ON: raw config objects identical ok 2 - ConfigGeneral: 01.original ok 3 - ConfigGeneral: 01.modified ok 4 - ConfigGeneral: 01.fruit ok 5 - ConfigGeneral: 01.truck Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 6 - ConfigGeneral: Caching OFF: objects differ ok 7 - ConfigGeneral: Delete, Caching ON, no error ok 8 - ConfigGeneral: Delete, Caching ON: objects identical Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 9 - ConfigGeneral: Delete, Caching OFF, error thrown ok 10 - ConfigGeneral: Modify before statconfig: Caching ON: objects identical ok 11 - ConfigGeneral: 09.original ok 12 - ConfigGeneral: 09.modified ok 13 - ConfigGeneral: 09.fruit ok 14 - ConfigGeneral: 09.truck Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 15 - ConfigGeneral: Modify before (short) statconfig: Caching ON: objects identical ok 16 - ConfigGeneral: 11.original ok 17 - ConfigGeneral: 11.modified ok 18 - ConfigGeneral: 11.fruit ok 19 - ConfigGeneral: 11.truck Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 20 - ConfigGeneral: Modify after statconfig: Caching ON: objects differ ok 21 - ConfigGeneral: 13.original ok 22 - ConfigGeneral: 13.modified ok 23 - ConfigGeneral: 13.fruit ok 24 - ConfigGeneral: 13.truck ok 25 - ConfigGeneral: 14.original ok 26 - ConfigGeneral: 14.modified ok 27 - ConfigGeneral: 14.fruit ok 28 - ConfigGeneral: 14.truck Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 29 - ConfigGeneral: Modify after statconfig: Caching ON, modified config same size: objects differ ok 30 - ConfigGeneral: 15.original ok 31 - ConfigGeneral: 15.modified ok 32 - ConfigGeneral: 15.fruit ok 33 - ConfigGeneral: 15.truck ok 34 - ConfigGeneral: 16.original ok 35 - ConfigGeneral: 16.modified ok 36 - ConfigGeneral: 16.fruit ok 37 - ConfigGeneral: 16.truck Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 38 - ConfigGeneral: Include files - Modify after statconfig: Caching ON: objects differ ok 39 - ConfigGeneral: 50.container ok 40 - ConfigGeneral: 50.original ok 41 - ConfigGeneral: 50.modified ok 42 - ConfigGeneral: 50.fruit ok 43 - ConfigGeneral: 50.truck ok 44 - ConfigGeneral: 51.container ok 45 - ConfigGeneral: 51.original ok 46 - ConfigGeneral: 51.modified ok 47 - ConfigGeneral: 51.fruit ok 48 - ConfigGeneral: 51.truck ok 49 - ConfigScoped: Caching ON: raw config objects identical ok 50 - ConfigScoped: 01.original ok 51 - ConfigScoped: 01.modified ok 52 - ConfigScoped: 01.fruit ok 53 - ConfigScoped: 01.truck ok 54 - ConfigScoped: Caching OFF: objects differ ok 55 - ConfigScoped: Delete, Caching ON, no error ok 56 - ConfigScoped: Delete, Caching ON: objects identical ok 57 - ConfigScoped: Delete, Caching OFF, error thrown ok 58 - ConfigScoped: Modify before statconfig: Caching ON: objects identical ok 59 - ConfigScoped: 09.original ok 60 - ConfigScoped: 09.modified ok 61 - ConfigScoped: 09.fruit ok 62 - ConfigScoped: 09.truck ok 63 - ConfigScoped: Modify before (short) statconfig: Caching ON: objects identical ok 64 - ConfigScoped: 11.original ok 65 - ConfigScoped: 11.modified ok 66 - ConfigScoped: 11.fruit ok 67 - ConfigScoped: 11.truck ok 68 - ConfigScoped: Modify after statconfig: Caching ON: objects differ ok 69 - ConfigScoped: 13.original ok 70 - ConfigScoped: 13.modified ok 71 - ConfigScoped: 13.fruit ok 72 - ConfigScoped: 13.truck ok 73 - ConfigScoped: 14.original ok 74 - ConfigScoped: 14.modified ok 75 - ConfigScoped: 14.fruit ok 76 - ConfigScoped: 14.truck ok 77 - ConfigScoped: Modify after statconfig: Caching ON, modified config same size: objects differ ok 78 - ConfigScoped: 15.original ok 79 - ConfigScoped: 15.modified ok 80 - ConfigScoped: 15.fruit ok 81 - ConfigScoped: 15.truck ok 82 - ConfigScoped: 16.original ok 83 - ConfigScoped: 16.modified ok 84 - ConfigScoped: 16.fruit ok 85 - ConfigScoped: 16.truck ok 86 - ConfigScoped: Include files - Modify after statconfig: Caching ON: objects differ ok 87 - ConfigScoped: 50.container ok 88 - ConfigScoped: 50.original ok 89 - ConfigScoped: 50.modified ok 90 - ConfigScoped: 50.fruit ok 91 - ConfigScoped: 50.truck ok 92 - ConfigScoped: 51.container ok 93 - ConfigScoped: 51.original ok 94 - ConfigScoped: 51.modified ok 95 - ConfigScoped: 51.fruit ok 96 - ConfigScoped: 51.truck ok 97 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 98 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 99 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 100 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 101 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 102 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 103 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 104 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 105 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 106 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 107 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 108 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 109 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 110 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 111 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 112 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 113 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 114 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 115 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 116 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 117 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 118 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 119 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 120 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 121 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 122 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 123 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 124 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 125 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 126 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 127 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 128 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 129 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 130 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 131 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 132 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 133 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 134 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 135 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 136 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 137 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 138 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 139 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 140 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 141 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 142 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 143 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 144 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 48/144 skipped: various reasons t/16-includes....................1..39 Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. Use of uninitialized value $conf{"-LowerCaseNames"} in pattern match (m//) at /Users/cpanrun/build/5.10.0/site/lib/Config/General.pm line 335. ok 1 - ConfigGeneral: quux/quux ok 2 - ConfigGeneral: quux/nested/worble/worble ok 3 - ConfigGeneral: foo/foo ok 4 - ConfigGeneral: foo/nested/boom/boom ok 5 - ConfigGeneral: foo/nested/boom/outer_boom ok 6 - ConfigGeneral: bar/bar ok 7 - ConfigGeneral: bar/nested/bam/inner_bam ok 8 - ConfigGeneral: quux/quux/worble/inner_worble ok 9 - ConfigGeneral: bar/inner_bar ok 10 - files ok 11 - ConfigGeneral: bar/outer_bar ok 12 - ConfigGeneral: bar/nested/bam/bam ok 13 - ConfigGeneral: bar/nested/bam/outer_bam ok 14 - ConfigScoped: quux/quux ok 15 - ConfigScoped: quux/nested/worble/worble ok 16 - ConfigScoped: foo/foo ok 17 - ConfigScoped: foo/nested/boom/boom ok 18 - ConfigScoped: foo/nested/boom/outer_boom ok 19 - ConfigScoped: bar/bar ok 20 - ConfigScoped: bar/nested/bam/inner_bam ok 21 - ConfigScoped: quux/quux/worble/inner_worble ok 22 - ConfigScoped: bar/inner_bar ok 23 - files ok 24 # skip hashes do not merge with ConfigScoped ok 25 # skip hashes do not merge with ConfigScoped ok 26 # skip hashes do not merge with ConfigScoped ok 27 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 28 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 29 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 30 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 31 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 32 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 33 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 34 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 35 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 36 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 37 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 38 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 39 # skip XML::Simple, XML::SAX or XML::Filter::XInclude not installed ok 16/39 skipped: various reasons 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 t/pod............................1..4 ok 1 - blib/lib/Config/Context.pm ok 2 - blib/lib/Config/Context/ConfigGeneral.pm ok 3 - blib/lib/Config/Context/ConfigScoped.pm ok 4 - blib/lib/Config/Context/XMLSimple.pm ok All tests successful, 1 test and 319 subtests skipped. Files=19, Tests=982, 28 wallclock secs ( 8.51 cusr + 2.32 csys = 10.83 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Context.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Context/ConfigGeneral.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Context/ConfigScoped.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Context/XMLSimple.html Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Context.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Context/ConfigGeneral.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Context/ConfigScoped.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Context/XMLSimple.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Context.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Context::ConfigGeneral.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Context::ConfigScoped.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Context::XMLSimple.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod