Checking if your kit is complete... Looks good Writing Makefile for Config::Scoped cp Scoped.pm blib/lib/Config/Scoped.pm cp Scoped/Error.pm blib/lib/Config/Scoped/Error.pm cp Scoped/Precomp.pm blib/lib/Config/Scoped/Precomp.pm cp Scoped/Grammar.prd blib/lib/Config/Scoped/Grammar.prd Manifying blib/man3/Config::Scoped.3 Manifying blib/man3/Config::Scoped::Precomp.3 Manifying blib/man3/Config::Scoped::Error.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/01-basics......1..10 ok 1 - use Config::Scoped; ok 2 - Constructor ok 3 - The object isa Config::Scoped ok 4 - Config::Scoped->can(...) ok 5 - basic parse test: string ok 6 - Constructor ok 7 - basic parse test: file ok 8 - Constructor ok 9 - The object isa EmptySubclassTest ok 10 - EmptySubclassTest->can(...) ok t/02-perm........1..4 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - The object isa Config::Scoped::Error::Validate::Permissions ok 4 - '/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/fvalid.cfg' is unsafe: writeable by group or others at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/fvalid.cfg line 0. # ok t/03-scalars.....1..3 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - parsing scalars ok t/04-macros......1..6 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - permission warnings off ok 4 - parsing macros ok 5 - macros lexically scoped ok 6 - macros lexically scoped ok t/05-include.....1..5 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - include test ok 4 - datastructure after include ok 5 - include in block ok t/06-quote.......1..5 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - simple quoting tests ok 4 - backslash substitution ok 5 - more escapes ok t/07-block.......1..5 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - scoping tests, parameter ok 4 - scoping tests, macro ok 5 - scoping tests, declaration ok t/08-comments....1..3 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - comment tests ok t/09-hashes......1..3 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - hash tests ok t/10-lists.......1..4 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - list test, comments ok 4 - list test, complex ok t/11-eval........1..5 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - eval test ok 4 - eval test ok 5 - macro exp. in eval ok t/12-param.......1..8 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - lexically scoped ok 4 - lexically scoped ok 5 - parameter redefinition ok 6 - The object isa Config::Scoped::Error::Validate::Parameter ok 7 - parameter redefinition for 'a' at _STRING line 2. # ok 8 - lowercase conversion ok t/13-decl........1..4 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - decl test ok 4 - lowercase conversion ok t/14-except......1..17 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped::Error ok 3 - odd number of arguments, at t/14-except.t line 12 # ok 4 - The object isa Config::Scoped::Error ok 5 - can't use filehandle as cfg file at t/14-except.t line 16 # ok 6 - The object isa Config::Scoped::Error ok 7 - config is no hash ref at t/14-except.t line 20 # ok 8 - The object isa Config::Scoped::Error ok 9 - can't find method 'reval' on compartment at t/14-except.t line 24 # ok 10 - The object isa Config::Scoped::Error ok 11 - odd number of arguments, at t/14-except.t line 29 # ok 12 - The object isa Config::Scoped::Error ok 13 - no text to parse defined at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/blib/lib/Config/Scoped.pm line 612. # ok 14 - The object isa Config::Scoped::Error ok 15 - '/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/null' is empty at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/null line 0. # ok 16 - The object isa Config::Scoped::Error ok 17 - include loop for '/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/increc1' encountered at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Config-Scoped/t/files/increc3 line 3. # ok t/15-cache.......1..5 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - parse ok 4 - dump ok 5 - retrieve ok t/16-warn........1..20 ok 1 - use Config::Scoped; ok 2 - constructor with warnings ok 3 - warnings_on: all ok 4 - warnings_on: digest ok 5 - warnings_on: foo ok 6 - set_warnings: foo ok 7 - warnings_on: foo ok 8 - warnings_on: all ok 9 - warnings_on: parameter ok 10 - constructor with warnings hash ok 11 - warnings hash ok 12 - warnings_on: all ok 13 - warnings_on: permissions ok 14 - warnings_on: foo ok 15 - set_warnings: all ok 16 - warnings_on: permissions ok 17 - warnings directive ok 18 - warnings_on: permissions ok 19 - warnings directive ok 20 - warnings hash ok t/17-perldsc.....1..4 ok 1 - use Config::Scoped; ok 2 - The object isa Config::Scoped ok 3 - hol ok 4 - hoh ok All tests successful. Files=17, Tests=111, 10 wallclock secs ( 7.31 cusr + 2.04 csys = 9.35 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Scoped.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Scoped/Error.html Installing /Users/cpanrun/build/5.10.0/html/site/lib/Config/Scoped/Precomp.html Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Scoped.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Scoped/Error.pm Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Scoped/Grammar.prd Installing /Users/cpanrun/build/5.10.0/site/lib/Config/Scoped/Precomp.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Scoped.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Scoped::Error.3 Installing /Users/cpanrun/build/5.10.0/site/man/man3/Config::Scoped::Precomp.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod