*** WARNING *** Config::Loader has been deprecated in favour of Config::Merge, which is a more meaningful name. All new development will happen in Config::Merge. Press ENTER to continue installing. OPTIONAL MODULES: ----------------- - YAML::Syck : Installed - JSON::Syck : Installed - Config::Tiny : Installed - XML::Simple : Installed - Config::General : Install : [y/N] [n] n Checking if your kit is complete... Looks good Writing Makefile for Config::Loader cp Loader.pm blib/lib/Config/Loader.pm cp Loader/Perl.pm blib/lib/Config/Loader/Perl.pm Manifying blib/man3/Config::Loader.3 Manifying blib/man3/Config::Loader::Perl.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10_oo..............1..30 ok 1 - use Config::Loader; ok 2 - OO - Load empty dir ok 3 - OO - Load perl dir ok 4 - OO - Simple lookup ok 5 - OO - Overload lookup ok 6 - OO - Array ref lookup ok 7 - OO - Array lookup ok 8 - OO - Array element lookup ok 9 - OO - Load perl dir ok 10 - OO - Retrieve code ok 11 - OO - CODE ref list context ok 12 - OO - CODE ref ok 13 - OO - CODE ref scalar context ok 14 - OO - Retrieve regepx ok 15 - OO - Regexp ref list context ok 16 - OO - Regexp ref ok 17 - OO - Regexp ref scalar context ok 18 - OO - Retrieve object ok 19 - OO - Object list context ok 20 - OO - Object ref ok 21 - OO - Object scalar context ok 22 - OO - Directory lookup ok 23 - OO - Directory lookup ok 24 - OO - Directory lookup - fail overwritten ok 25 - OO - Directory lookup - succeed overwritten ok 26 - OO - Local override ok 27 - OO - Local override deep ok 28 - OO - Overwrite original ok 29 - OO - Overwrite clone ok 30 - OO - Reload data ok t/20_functional......1..31 ok 1 - use Config::Loader; ok 2 - use My; ok 3 - Func - Simple lookup ok 4 - Func - Array ref lookup ok 5 - Func - Array lookup ok 6 - Func - Array element lookup ok 7 - Func - Retrieve coderef ok 8 - Func - CODE ref list context ok 9 - Func - CODE ref ok 10 - Func - CODE ref scalar context ok 11 - Func - Retrieve regexp ok 12 - Func - Regexp ref list context ok 13 - Func - Regexp ref ok 14 - Func - Regexp ref scalar context ok 15 - Func - Retrieve object ok 16 - Func - Object list context ok 17 - Func - Object ref ok 18 - Func - Object scalar context ok 19 - Func - Directory lookup ok 20 - Func - Directory lookup - fail overwritten ok 21 - Func - Directory lookup - succeed overwritten ok 22 - Func - Local override ok 23 - Func - Local override deep ok 24 - Func - object->C lookup ok 25 - Func - overload lookup ok 26 - Func - Overwrite original ok 27 - Func - Overwrite clone ok 28 - Func - Reload data ok 29 - Func - reload object same ok 30 - Func - Object overwrite original ok 31 - Func - Object overwrite clone ok t/30_errors..........ok 1 - use Config::Loader; ok 2 - New - no directory ok 3 - New - directory not readable ok 4 - New - Error loading config ok 5 - Invalid key ok 6 - No loader class ok 7 - Bad loader class ok 8 - Bad import ok 9 - New - main load_as '' ok 10 - Array override ok 11 - Array delete ref ok 12 - Array delete int ok 13 - Array insert ref ok 14 - Array insert int ok 15 - Load_as hash ref ok 16 - Load_as array ref ok 17 - Not regex 1..17 ok t/40_advanced........1..80 ok 1 - use Config::Loader; ok 2 - new - skip - regex ok 3 - skip - dir - regex - 1 ok 4 - skip - dir - regex - 2 ok 5 - skip - file - regex - 1 ok 6 - skip - file - regex - 2 ok 7 - new - skip - regexen ok 8 - skip - dir - regexen - 1 ok 9 - skip - dir - regexen - 2 ok 10 - skip - file - regexen - 1 ok 11 - skip - file - regexen - 2 ok 12 - new - skip - hash ok 13 - skip - dir - hash - 1 ok 14 - skip - dir - hash - 2 ok 15 - skip - file - hash - 1 ok 16 - skip - file - hash - 2 ok 17 - new - skip - sub ok 18 - skip - dir - sub - 1 ok 19 - skip - dir - sub - 2 ok 20 - skip - file - sub - 1 ok 21 - skip - file - sub - 2 ok 22 - new - main load_as - none ok 23 - main load_as - none - 1 ok 24 - main load_as - none - 2 ok 25 - main load_as - none - 3 ok 26 - main load_as - none - 4 ok 27 - main load_as - none - 5 ok 28 - main load_as - none - 6 ok 29 - main load_as - none - 7 ok 30 - main load_as - none - 8 ok 31 - main load_as - none - 9 ok 32 - main load_as - none - 10 ok 33 - main load_as - none - 11 ok 34 - main load_as - none - 12 ok 35 - new - load_as - regex ok 36 - load_as - regex - 1 ok 37 - load_as - regex - 2 ok 38 - load_as - regex - 3 ok 39 - load_as - regex - 4 ok 40 - load_as - regex - 5 ok 41 - load_as - regex - 6 ok 42 - new - load_as - sub ok 43 - load_as - sub - 1 ok 44 - load_as - sub - 2 ok 45 - load_as - sub - 3 ok 46 - load_as - sub - 4 ok 47 - load_as - sub - 5 ok 48 - load_as - sub - 6 ok 49 - load_as - sub - 7 ok 50 - load_as - sub - 7 ok 51 - new - load_as - regex ok 52 - sort ok 53 - new - is_local - none ok 54 - is_local - none - 1 ok 55 - is_local - none - 2 ok 56 - new - is_local - regex - .. ok 57 - is_local - regex - .. - 1 ok 58 - is_local - regex - .. - 2 ok 59 - new - is_local - hash - .. ok 60 - is_local - hash - .. - 1 ok 61 - is_local - hash - .. - 2 ok 62 - new - is_local - sub - .. ok 63 - is_local - sub - .. - 1 ok 64 - is_local - sub - .. - 2 ok 65 - new - is_local - regex - key ok 66 - is_local - regex - key - 1 ok 67 - is_local - regex - key - 2 ok 68 - is_local - regex - key - 3 ok 69 - is_local - regex - key - 4 ok 70 - new - is_local - sub - key ok 71 - is_local - sub - key - 1 ok 72 - is_local - sub - key - 2 ok 73 - is_local - sub - key - 3 ok 74 - is_local - sub - key - 4 ok 75 - new - array merge ok 76 - array merge - 1 ok 77 - array merge - 2 ok 78 - array merge - 3 ok 79 - new - debug ok 80 - debug ok t/80_pod.............1..2 ok 1 - blib/lib/Config/Loader.pm ok 2 - blib/lib/Config/Loader/Perl.pm ok t/81_pod_coverage....1..1 ok 1 - Config::Loader is covered ok All tests successful. Files=6, Tests=161, 2 wallclock secs ( 1.00 cusr + 0.61 csys = 1.61 CPU) Installing /Users/cpanrun/build/5.8.8/html/site/lib/Config/Loader.html Installing /Users/cpanrun/build/5.8.8/html/site/lib/Config/Loader/Perl.html Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Config/Loader.pm Installing /Users/cpanrun/build/5.8.8/lib/site_perl/5.8.8/Config/Loader/Perl.pm Installing /Users/cpanrun/build/5.8.8/man/man3/Config::Loader.3 Installing /Users/cpanrun/build/5.8.8/man/man3/Config::Loader::Perl.3 Appending installation info to /Users/cpanrun/build/5.8.8/lib/5.8.8/darwin-thread-multi-2level/perllocal.pod