*** ExtUtils::AutoInstall version 0.59 *** Checking for dependencies... [Core Features] - Test::More ...loaded. (0.47) - File::Path ...loaded. (1.0404) - File::Path ...loaded. (1.0404) - Tie::Restore ...loaded. (0.11) - File::Spec ...loaded. (0.82) - Cache::Cache ...loaded. (1.05) - Storable ...loaded. (1.011) *** 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 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' 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 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 # Failed test (t/user_specified_filehandle.t at line 109) # got: '' # expected: 'Test output 1 # ' not ok 6 - Monitor non-STDOUT filehandle: Correct cached data # Looks like you failed 1 tests of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 6 Failed 1/6 tests, 83.33% okay Failed 1/10 test scripts, 90.00% okay. 1/88 subtests failed, 98.86% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/user_specified_filehandle.t 1 256 6 1 16.67% 6 make: *** [test_dynamic] Error 2