Cannot determine perl version info from lib/Config/INI.pm Checking if your kit is complete... Looks good Writing Makefile for Config::INI cp lib/Config/INI.pm blib/lib/Config/INI.pm cp lib/Config/INI/Writer.pm blib/lib/Config/INI/Writer.pm cp lib/Config/INI/Reader.pm blib/lib/Config/INI/Reader.pm PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/00-load...........1..2 ok 1 - use Config::INI::Reader; ok 2 - use Config::INI::Writer; ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.06 required for testing POD coverage skipped: Test::Pod::Coverage 1.06 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD t/reader-err........1..7 ok 1 - read_file without args ok 2 - read_file with non-existent file ok 3 - read_file on non-plain-file ok 4 - can't read an unreadable file ok 5 - read_string without args ok 6 - syntax error ok 7 - syntax error ok t/reader............1..7 ok 1 - use Config::INI::Reader; ok 2 - return of Config::INI::Reader->read_file isa HASH ok 3 - Config structure matches expected ok 4 - return of Config::INI::Reader->read_string isa HASH ok 5 - ->read_string returns expected value ok 6 - ->read_handle returns expected value ok 7 - an empty string gets an empty hashref ok t/writer............1..20 ok 1 - use Config::INI::Reader; ok 2 - use Config::INI::Writer; ok 3 - we can round-trip hashy data ok 4 - we can round-trip hashy data, object method ok 5 - stringifying AOA, _ first ok 6 - stringifying AOA, _ first, object method ok 7 - stringifying AOA, _ later ok 8 - stringifying AOA, _ later, object method ok 9 - all array/hash combinations seem miscible ok 10 - you can't set property B in section A more than once ok 11 - round-trip data->file->data ok 12 - round-trip data->file->data, clobbering file ok 13 - can't clobber an unwriteable file ok 14 - you can't set write to a file without a filename ok 15 - you can't write to a file that's -e -d ok 16 - you can't write out non-ARRAY/HASH data ok 17 - a stupid section header ([=]) is allowed ok 18 - ...but an impossible to parse one is not ok 19 - ...we also can't emit things that would be comments ok 20 - ...but things -almost- like comments are okay ok All tests successful, 2 tests skipped. Files=6, Tests=36, 3 wallclock secs ( 2.14 cusr + 0.66 csys = 2.80 CPU) Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Config/INI.pm Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Config/INI/Writer.pm Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/Config/INI/Reader.pm Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod