Checking if your kit is complete... Looks good Writing Makefile for ConfigReader::Simple cp lib/Simple.pm blib/lib/ConfigReader/Simple.pm Manifying blib/man3/ConfigReader::Simple.3 /Users/cpanrun/build/5.10.0/bin/perl "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib/lib', 'blib/arch', )" Level is # Test level is Test::Manifest::test_harness found [t/load.t t/pod.t t/pod_coverage.t t/get.t t/parse_string.t t/set.t t/remove.t t/exists.t t/clone.t t/save.t] t/load............1..1 ok 1 - use ConfigReader::Simple; ok t/pod.............1..1 ok 1 - blib/lib/ConfigReader/Simple.pm ok t/pod_coverage....1..0 # Skip Test::Pod::Coverage required for testing POD skipped all skipped: Test::Pod::Coverage required for testing POD t/get.............1..34 ok 1 - The object isa ConfigReader::Simple ok 2 - Test3 has right value ok 3 ok 4 - Test2 has right value ok 5 ok 6 - Zero has right value as string ok 7 - Zero has right value as number ok 8 - Undef has right value (empty) ok 9 - Continuation line has right value ok 10 ok 11 - Test has no value with get() ok 12 - Test has no value with AUTOLOAD ok 13 - Test5 has no value with get() ok 14 - Test5 has no value with AUTOLOAD ok 15 - The object isa ConfigReader::Simple ok 16 - Test3 has right value with AUTOLOAD ok 17 - Scope has right value with AUTOLOAD ok 18 - Test2 has right value with AUTOLOAD ok 19 - Test10 has right value with AUTOLOAD ok 20 - Test3 has right value with get(), before global ok 21 - Test2 has right value with get(), before global ok 22 - Test10 has right value with get), before global ok 23 - Scope has right value after global add ok 24 - The object isa ConfigReader::Simple ok 25 - Scope has right value with AUTOLOAD, missing file ok 26 ok 27 - The object isa ConfigReader::Simple ok 28 - TestA has right value (from string) ok 29 - TestB has right value (from string) ok 30 - TestC has right value (from string) ok 31 - The object isa ConfigReader::Simple ok 32 - TestA has right value (from string) ok 33 - TestB has right value (from string) ok 34 - TestC has right value (from string) ok t/parse_string....ok 1 - use ConfigReader::Simple; ok 2 ok 3 ok 4 1..4 ok t/set.............1..11 ok 1 - The object isa ConfigReader::Simple ok 2 - Test1 has the right value with get ok 3 - Test1 has the right value with autoload ok 4 - Pagagena has the right value with get ok 5 - Pagagena has the right value with autoload ok 6 - Tamino has the right value with get ok 7 - Tamino has the right value with autoload ok 8 - Unset thing that exists [Test2] ok 9 - Unset thing [Test2] still has value ok 10 - Unset thing that does not exist [$directive] ok 11 - Unset thing that did not exist [$directive] exists ok t/remove..........1..5 ok 1 - The object isa ConfigReader::Simple ok 2 - Test3 has the right value ok 3 - Test3 is removed ok 4 - Test3 no longer exists ok 5 - Tenor does not exist, but was removed ok t/exists..........1..17 ok 1 - The object isa ConfigReader::Simple ok 2 - Directive [Test1] should exist, but I cannot tell it does ok 3 - Directive [Test2] should exist, but I cannot tell it does ok 4 - Directive [Test3] should exist, but I cannot tell it does ok 5 - Directive [Test4] should exist, but I cannot tell it does ok 6 - Directive [Test5] shouldn't exist, but I think it does ok 7 - Directive [Test5] shouldn't exist, but I think it does ok 8 - Directive [Test5] shouldn't exist, but I think it does ok 9 - Directive [exists] shouldn't exist, but I think it does ok 10 - Directive [exists] shouldn't exist, but I think it does ok 11 - Directive [exists] shouldn't exist, but I think it does ok 12 - Directive [blah] shouldn't exist, but I think it does ok 13 - Directive [blah] shouldn't exist, but I think it does ok 14 - Directive [blah] shouldn't exist, but I think it does ok 15 - Directive [get] shouldn't exist, but I think it does ok 16 - Directive [get] shouldn't exist, but I think it does ok 17 - Directive [get] shouldn't exist, but I think it does ok t/clone...........1..14 ok 1 - The object isa ConfigReader::Simple ok 2 - The object isa ConfigReader::Simple ok 3 - Cloned object has right value after change ok 4 - Original object has right value after clone change ok 5 - Original object has right value after change ok 6 - Clone object has right value after original change ok 7 - Original object has 1 associated file ok 8 - Clone object has 1 associated file ok 9 - Original object returns right file ok 10 - Clone object returns right file ok 11 - Original object has 1 associated file ok 12 - Clone object has 1 associated file ok 13 - Original object returns right file ok 14 - Clone object returns right file ok t/save............1..18 ok 1 - The object isa ConfigReader::Simple ok 2 - No arguments emits warning ok 3 - No arguments return undef ok 4 - There is nothing in $@ for a warning ok 5 - File does not exist ok 6 - Single argument returns true value ok 7 - File exists ok 8 - Bad arguments return undef ok 9 - Error string says the right thing ok 10 - Bad arguments return undef ok 11 - Error string says the right thing ok 12 - Bad arguments return undef ok 13 - Error string says the right thing ok 14 - Bad arguments return undef ok 15 - Error string says the right thing ok 16 - Three arguments return undef ok 17 ok 18 - Four arguments return true ok All tests successful, 1 test skipped. Files=10, Tests=105, 1 wallclock secs ( 0.71 cusr + 0.21 csys = 0.92 CPU) make: *** [htmlifypods] Hangup