PATH=/usr/bin:/bin:/Users/fly2000/var/megalib/bin Start 2014-10-09T13:31:38 ActivePerl-2000 CPAN-2.00 Reading '/Users/fly2000/var/cpan/Metadata' Database was generated on Thu, 09 Oct 2014 16:17:02 GMT Running make for T/TI/TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz Checksum for /data/cpan/authors/id/T/TI/TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz ok Catalyst-Plugin-PageCache-0.31/ Catalyst-Plugin-PageCache-0.31/Changes Catalyst-Plugin-PageCache-0.31/inc/ Catalyst-Plugin-PageCache-0.31/lib/ Catalyst-Plugin-PageCache-0.31/Makefile.PL Catalyst-Plugin-PageCache-0.31/MANIFEST Catalyst-Plugin-PageCache-0.31/META.yml Catalyst-Plugin-PageCache-0.31/README Catalyst-Plugin-PageCache-0.31/t/ Catalyst-Plugin-PageCache-0.31/t/01use.t Catalyst-Plugin-PageCache-0.31/t/02pod.t Catalyst-Plugin-PageCache-0.31/t/03podcoverage.t Catalyst-Plugin-PageCache-0.31/t/04cache.t Catalyst-Plugin-PageCache-0.31/t/04critic.rc Catalyst-Plugin-PageCache-0.31/t/04critic.t Catalyst-Plugin-PageCache-0.31/t/05expires.t Catalyst-Plugin-PageCache-0.31/t/06auto_cache.t Catalyst-Plugin-PageCache-0.31/t/07set_http_headers.t Catalyst-Plugin-PageCache-0.31/t/08params.t Catalyst-Plugin-PageCache-0.31/t/09datetime.t Catalyst-Plugin-PageCache-0.31/t/10options.t Catalyst-Plugin-PageCache-0.31/t/11nocache.t Catalyst-Plugin-PageCache-0.31/t/12i18n.t Catalyst-Plugin-PageCache-0.31/t/13cachehook.t Catalyst-Plugin-PageCache-0.31/t/14keymaker.t Catalyst-Plugin-PageCache-0.31/t/15busy_lock.t Catalyst-Plugin-PageCache-0.31/t/lib/ Catalyst-Plugin-PageCache-0.31/t/lib/TestApp/ Catalyst-Plugin-PageCache-0.31/t/lib/TestApp.pm Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/ Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N.pm Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/Controller/ Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/I18N/ Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/I18N/en.pm Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/I18N/es.pm Catalyst-Plugin-PageCache-0.31/t/lib/TestAppI18N/Controller/Cache.pm Catalyst-Plugin-PageCache-0.31/t/lib/TestApp/Controller/ Catalyst-Plugin-PageCache-0.31/t/lib/TestApp/Controller/Cache.pm Catalyst-Plugin-PageCache-0.31/lib/Catalyst/ Catalyst-Plugin-PageCache-0.31/lib/Catalyst/Plugin/ Catalyst-Plugin-PageCache-0.31/lib/Catalyst/Plugin/PageCache.pm Catalyst-Plugin-PageCache-0.31/inc/Module/ Catalyst-Plugin-PageCache-0.31/inc/Module/AutoInstall.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/ Catalyst-Plugin-PageCache-0.31/inc/Module/Install.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/AutoInstall.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Base.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Can.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Fetch.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Include.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Makefile.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Metadata.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/Win32.pm Catalyst-Plugin-PageCache-0.31/inc/Module/Install/WriteAll.pm CPAN.pm: Building T/TI/TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Cannot determine perl version info from lib/Catalyst/Plugin/PageCache.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (1.001006) - Catalyst::Plugin::Cache ...loaded. (0.12 >= 0.10) - Cache::FileCache ...loaded. (0) - Cache::Cache ...loaded. (1.07 >= 1.04) - File::Path ...loaded. (2.09 >= 2.07) - Catalyst::Runtime ...loaded. (5.90072) - MRO::Compat ...loaded. (0.12 >= 0.10) - Digest::SHA1 ...loaded. (2.13) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Catalyst::Plugin::PageCache Writing MYMETA.yml and MYMETA.json >>> make cp lib/Catalyst/Plugin/PageCache.pm blib/lib/Catalyst/Plugin/PageCache.pm Manifying blib/man3/Catalyst::Plugin::PageCache.3 TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly2000/ap2000-298465/bin/perl-dynamic "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04cache.t t/04critic.t t/05expires.t t/06auto_cache.t t/07set_http_headers.t t/08params.t t/09datetime.t t/10options.t t/11nocache.t t/12i18n.t t/13cachehook.t t/14keymaker.t t/15busy_lock.t t/01use.t ............... 1..1 ok 1 - use Catalyst::Plugin::PageCache; ok t/02pod.t ............... skipped: set TEST_POD to enable this test t/03podcoverage.t ....... skipped: set TEST_POD to enable this test t/04cache.t ............. ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - clear_cache removed 1 entry ok 7 - request ok ok 8 - count after clear_cache is 3 ok 9 - request ok ok 10 - count is still 3 from cache ok 11 - request ok ok 12 - clear_cache removed 1 entry ok 13 - request ok ok 14 - count after clear_cache_regex is 5 ok 15 - request ok ok 16 - count after expiration test is 6 ok 17 - request ok ok 18 - count is still 6 ok 19 - request ok ok 20 - count after cache expired is 7 ok 21 - request ok ok 22 - count after query string is 8 1..22 ok t/04critic.t ............ skipped: developer test t/05expires.t ........... 1..6 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count after cache expired is 2 ok t/06auto_cache.t ........ 1..8 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count is 2 ok 7 - request ok ok 8 - count is still 2 from cache ok t/07set_http_headers.t .. 1..11 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok 8 - request ok ok 9 - Bogus header returned ok 10 - request ok ok 11 - Bogus header returned from cache ok t/08params.t ............ 1..8 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count is 2 ok 7 - request ok ok 8 - order of repeated param is significant ok t/09datetime.t .......... 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok t/10options.t ........... 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok t/11nocache.t ........... 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - pragma header ok ok 7 - last-modified header not included ok t/12i18n.t .............. 1..25 ok 1 - Request ok 2 - Response Successful 2xx ok 3 - Response Code ok 4 - content is "hello 1" ok 5 - Request ok 6 - Response Successful 2xx ok 7 - Response Code ok 8 - Content still "hello 1" from cache ok 9 - Request ok 10 - Response Successful 2xx ok 11 - Response Code ok 12 - Content is "hola 2" ok 13 - Request ok 14 - Response Successful 2xx ok 15 - Response Code ok 16 - Content still "hola 2" from cache ok 17 - request ok ok 18 - Request ok 19 - Response Successful 2xx ok 20 - Response Code ok 21 - content is "hello 4" ok 22 - Request ok 23 - Response Successful 2xx ok 24 - Response Code ok 25 - content is "hola 5" ok t/13cachehook.t ......... 1..16 ok 1 ok 2 - request ok ok 3 - count is 1 ok 4 - request ok ok 5 - count is 2 ok 6 - cache-control header ok ok 7 - pragma header ok ok 8 - last-modified header not included ok 9 ok 10 - request ok ok 11 - count is 3 ok 12 - request ok ok 13 - count is still 3 ok 14 - cache-control header ok ok 15 - pragma header ok ok 16 - last-modified header not included ok t/14keymaker.t .......... ok 1 - request ok ok 2 - key is just url for simple case ok 3 - request ok ok 4 - cache key has params encoded ok 5 - request ok ok 6 - cache key encodes long paths ok 7 ok 8 - count is reset ok 9 - request ok ok 10 - count is 1 ok 11 - request ok ok 12 - count is still 1 from cache ok 13 - request ok ok 14 - count is 2 from cache ok 15 - request ok ok 16 - count is still 2 from cache 1..16 ok t/15busy_lock.t ......... 1..7 ok 1 ok 2 - request ok ok 3 - count is 1 ok 4 - parent request ok ok 5 - slow parent response ok ok 6 - parent generated new response ok 7 - fast child response (0) ok All tests successful. Files=16, Tests=141, 63 wallclock secs ( 0.10 usr 0.05 sys + 14.27 cusr 1.09 csys = 15.51 CPU) Result: PASS TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz make test TEST_VERBOSE=1 -- OK Tim Bunce <Tim.Bunce@pobox.com> Cache the output of entire pages >>> (cd /Users/fly2000/var/cpan/build/Catalyst-Plugin-PageCache-0.31-376ipz && tar cvf - Catalyst-Plugin-PageCache-0.31.ppd blib) | gzip -c >/Users/fly2000/var/REPO/T/TI/TIMB/Catalyst-Plugin-PageCache-0.31.tar.gz Catalyst-Plugin-PageCache-0.31.ppd blib/ blib/lib/ blib/lib/Catalyst/ blib/lib/Catalyst/Plugin/ blib/lib/Catalyst/Plugin/PageCache.pm blib/man3/ blib/man3/Catalyst::Plugin::PageCache.3 >>> mv /Users/fly2000/var/cpan/build/Catalyst-Plugin-PageCache-0.31-376ipz/Catalyst-Plugin-PageCache-0.31.ppd /Users/fly2000/var/REPO/T/TI/TIMB Finished 2014-10-09T13:32:56