*** ExtUtils::AutoInstall version 0.59 *** Checking for dependencies... [Core Features] - Test::More ...loaded. (0.47) - File::Path ...loaded. (2.04) - File::Path ...loaded. (2.04) - Tie::Restore ...loaded. (0.11) - File::Spec ...loaded. (3.25) - Cache::Cache ...loaded. (1.05) - Storable ...loaded. (2.17) *** ExtUtils::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for CGI::Cache ------------------------------------------------------------------------------ cp lib/CGI/Cache.pm blib/lib/CGI/Cache.pm Manifying blib/man3/CGI::Cache.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/basic.t t/buffer.t t/cgi_carp.t t/disabled_ouput.t t/invalidate_cache_entry.t t/non-caching.t t/pause_continue.t t/stop.t t/timed_tests.t t/user_specified_filehandle.t t/basic........................1..11 ok 1 - use CGI::Cache; ok 2 - No errors initializing with default values ok 3 - Return value after initializing with default values ok 4 - No errors initializing with non-default values ok 5 - Return value after initializing with non-default values ok 6 - No errors setting a simple key ok 7 - Return value after setting a simple key ok 8 - No errors setting a complex key ok 9 - Return value after setting a complex key ok 10 - No cache directory until something cached untie attempted while 1 inner references still exist at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CGI-Cache/blib/lib/CGI/Cache.pm line 391. Use of uninitialized value in string ne at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CGI-Cache/blib/lib/CGI/Cache.pm line 358. Use of uninitialized value in string ne at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CGI-Cache/blib/lib/CGI/Cache.pm line 358. Use of uninitialized value $SIG{"__WARN__"} in string ne at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/CGI-Cache/blib/lib/CGI/Cache.pm line 360. Cached output ok 11 - Cache directory after something cached ok t/buffer.......................1..6 ok 1 - read buffer(): Computing the right output ok 2 - read buffer(): Computing the right errors ok 3 - read buffer(): Correct cached data ok 4 - write buffer(): Computing the right output ok 5 - write buffer(): Computing the right errors ok 6 - write buffer(): Correct cached data ok t/cgi_carp.....................1..7 ok 1 - CGI::Carp not caching with default attributes: Computing the right output ok 2 - CGI::Carp not caching with default attributes: Computing the right errors ok 3 - CGI::Carp not caching with default attributes: Undefined cached data ok 4 - No cache directory until something cached ok 5 - CGI::Carp caching with default attributes: Computing the right output ok 6 - CGI::Carp caching with default attributes: Computing the right errors ok 7 - CGI::Carp caching with default attributes: Correct cached data ok t/disabled_ouput...............1..3 ok 1 - Disabled output: Computing the right output ok 2 - Disabled output: Computing the right errors ok 3 - Disabled output: Correct cached data ok t/invalidate_cache_entry.......1..6 ok 1 - invalidate_cache_entry() setup: Computing the right output ok 2 - invalidate_cache_entry() setup: Computing the right errors ok 3 - invalidate_cache_entry() setup: Correct cached data ok 4 - invalidate_cache_entry() operation: Computing the right output ok 5 - invalidate_cache_entry() operation: Computing the right errors ok 6 - invalidate_cache_entry() operation: Correct cached data ok t/non-caching..................1..16 ok 1 - die() prevents caching: Computing the right output ok 2 - die() prevents caching: Computing the right errors ok 3 - die() prevents caching: Undefined cached data ok 4 - No cache directory until something cached ok 5 - Print to STDERR prevents caching: Computing the right output ok 6 - Print to STDERR prevents caching: Computing the right errors ok 7 - Print to STDERR prevents caching: Undefined cached data ok 8 - No cache directory until something cached ok 9 - redirected die() prevents caching: Computing the right output ok 10 - redirected die() prevents caching: Computing the right errors ok 11 - redirected die() prevents caching: Undefined cached data ok 12 - No cache directory until something cached ok 13 - die() (with filehandles) prevents caching: Computing the right output ok 14 - die() (with filehandles) prevents caching: Computing the right errors ok 15 - die() (with filehandles) prevents caching: Undefined cached data ok 16 - No cache directory until something cached ok t/pause_continue...............1..6 ok 1 - pause() and continue(): Computing the right output ok 2 - pause() and continue(): Computing the right errors ok 3 - pause() and continue(): Correct cached data ok 4 - pause() and continue() with filehandles: Computing the right output ok 5 - pause() and continue() with filehandles: Computing the right errors ok 6 - pause() and continue() with filehandles: Correct cached data ok t/stop.........................1..6 ok 1 - stop(): Computing the right output ok 2 - stop(): Computing the right errors ok 3 - stop(): Correct cached data ok 4 - stop() with filehandles: Computing the right output ok 5 - stop() with filehandles: Computing the right errors ok 6 - stop() with filehandles: Correct cached data ok t/timed_tests..................1..21 ok 1 - Default attributes (first run): Computing the right output ok 2 - Default attributes (first run): Computing the right errors ok 3 - Default attributes (first run): Skipping cached output check for string "Test output 1 # " ok 4 - Default attributes (second run): Computing the right output ok 5 - Default attributes (second run): Computing the right errors ok 6 - Default attributes (second run): Skipping cached output check for string "Test output 1 # " ok 7 - Default attributes: Caching run was faster ok 8 - Custom attributes (first run): Computing the right output ok 9 - Custom attributes (first run): Computing the right errors ok 10 - Custom attributes (first run): Skipping cached output check for string "Test output 2 # " ok 11 - Custom attributes (second run): Computing the right output ok 12 - Custom attributes (second run): Computing the right errors ok 13 - Custom attributes (second run): Skipping cached output check for string "Test output 2 # " ok 14 - Custom attributes: Caching run was faster ok 15 - Set handles (first run): Computing the right output ok 16 - Set handles (first run): Computing the right errors ok 17 - Set handles (first run): Skipping cached output check for string "Test output 1 # " ok 18 - Set handles (second run): Computing the right output ok 19 - Set handles (second run): Computing the right errors ok 20 - Set handles (second run): Skipping cached output check for string "Test output 1 # " ok 21 - Set handles: Caching run was faster ok t/user_specified_filehandle....1..6 ok 1 - Output to non-STDOUT filehandle: Computing the right output ok 2 - Output to non-STDOUT filehandle: Computing the right errors ok 3 - Output to non-STDOUT filehandle: Correct cached data ok 4 - Monitor non-STDOUT filehandle: Computing the right output ok 5 - Monitor non-STDOUT filehandle: Computing the right errors ok 6 - Monitor non-STDOUT filehandle: Correct cached data ok All tests successful. Files=10, Tests=88, 23 wallclock secs ( 6.83 cusr + 2.70 csys = 9.53 CPU) Installing /Users/cpanrun/build/5.10.0/html/site/lib/CGI/Cache.html Installing /Users/cpanrun/build/5.10.0/site/lib/CGI/Cache.pm Installing /Users/cpanrun/build/5.10.0/site/man/man3/CGI::Cache.3 Appending installation info to /Users/cpanrun/build/5.10.0/lib/perllocal.pod