Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2009-06-27T10:15:56 ActivePerl-818 CPAN-1.94 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Sat, 27 Jun 2009 10:27:03 GMT Running make for M/MR/MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MR/MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz ok Catalyst-Plugin-PageCache-0.22/ Catalyst-Plugin-PageCache-0.22/Changes Catalyst-Plugin-PageCache-0.22/inc/ Catalyst-Plugin-PageCache-0.22/lib/ Catalyst-Plugin-PageCache-0.22/Makefile.PL Catalyst-Plugin-PageCache-0.22/MANIFEST Catalyst-Plugin-PageCache-0.22/META.yml Catalyst-Plugin-PageCache-0.22/README Catalyst-Plugin-PageCache-0.22/t/ Catalyst-Plugin-PageCache-0.22/t/01use.t Catalyst-Plugin-PageCache-0.22/t/02pod.t Catalyst-Plugin-PageCache-0.22/t/03podcoverage.t Catalyst-Plugin-PageCache-0.22/t/04cache.t Catalyst-Plugin-PageCache-0.22/t/04critic.t Catalyst-Plugin-PageCache-0.22/t/05expires.t Catalyst-Plugin-PageCache-0.22/t/06auto_cache.t Catalyst-Plugin-PageCache-0.22/t/07set_http_headers.t Catalyst-Plugin-PageCache-0.22/t/08params.t Catalyst-Plugin-PageCache-0.22/t/09datetime.t Catalyst-Plugin-PageCache-0.22/t/10options.t Catalyst-Plugin-PageCache-0.22/t/11nocache.t Catalyst-Plugin-PageCache-0.22/t/12i18n.t Catalyst-Plugin-PageCache-0.22/t/13cachehook.t Catalyst-Plugin-PageCache-0.22/t/14keymaker.t Catalyst-Plugin-PageCache-0.22/t/15busy_lock.t Catalyst-Plugin-PageCache-0.22/t/lib/ Catalyst-Plugin-PageCache-0.22/t/lib/TestApp/ Catalyst-Plugin-PageCache-0.22/t/lib/TestApp.pm Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/ Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N.pm Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/C/ Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/I18N/ Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/I18N/en.pm Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/I18N/es.pm Catalyst-Plugin-PageCache-0.22/t/lib/TestAppI18N/C/Cache.pm Catalyst-Plugin-PageCache-0.22/t/lib/TestApp/C/ Catalyst-Plugin-PageCache-0.22/t/lib/TestApp/C/Cache.pm Catalyst-Plugin-PageCache-0.22/lib/Catalyst/ Catalyst-Plugin-PageCache-0.22/lib/Catalyst/Plugin/ Catalyst-Plugin-PageCache-0.22/lib/Catalyst/Plugin/PageCache.pm Catalyst-Plugin-PageCache-0.22/inc/Module/ Catalyst-Plugin-PageCache-0.22/inc/Module/AutoInstall.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/ Catalyst-Plugin-PageCache-0.22/inc/Module/Install.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/AutoInstall.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Base.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Can.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Fetch.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Include.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Makefile.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Metadata.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/Win32.pm Catalyst-Plugin-PageCache-0.22/inc/Module/Install/WriteAll.pm CPAN.pm: Going to build M/MR/MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz >>> /export/home/fly818/bin/perl 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] - Catalyst::Runtime ...loaded. (5.80002) - Test::More ...loaded. (0.88) - MRO::Compat ...loaded. (0.11 >= 0.10) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::PageCache >>> make cp lib/Catalyst/Plugin/PageCache.pm blib/lib/Catalyst/Plugin/PageCache.pm Manifying blib/man3/Catalyst::Plugin::PageCache.3 MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. t/04cache.t ............. 1..20 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 - request ok ok 7 - count after clear_cache is 3 ok 8 - request ok ok 9 - count is still 3 from cache ok 10 - request ok ok 11 - request ok ok 12 - count after clear_cache_regex is 5 ok 13 - request ok ok 14 - count after expiration test is 6 ok 15 - request ok ok 16 - count is still 6 ok 17 - request ok ok 18 - count after cache expired is 7 ok 19 - request ok ok 20 - count after query string is 8 ok t/04critic.t ............ skipped: Critic test only for developers. TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 - count is still 2 from cache ok TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestAppI18N::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. 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 TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. t/14keymaker.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 from cache ok 7 - request ok ok 8 - count is still 2 from cache ok TestApp::C::Cache is using the deprecated Catalyst::Base, update your application as this will be removed in the next major release at /export/home/fly818/var/megalib/Catalyst/Base.pm line 7. [warn] Your application is using the deprecated ::[MVC]:: type naming scheme. Please switch your class names to ::Model::, ::View:: and ::Controller: as appropriate. t/15busy_lock.t ......... 1..4 ok 1 - request ok ok 2 - parent request ok ok 3 - slow parent response ok ok 4 - fast child response ok ok All tests successful. Files=16, Tests=128, 50 wallclock secs ( 0.26 usr 0.19 sys + 38.12 cusr 2.34 csys = 40.91 CPU) Result: PASS MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz make test TEST_VERBOSE=1 -- OK Marcus Ramberg <mramberg@cpan.org> Cache the output of entire pages >>> (cd /export/home/fly818/var/cpan/build/Catalyst-Plugin-PageCache-0.22-fPiPJj && tar cvf - Catalyst-Plugin-PageCache-0.22.ppd blib) | gzip -c >/export/home/fly818/var/REPO/M/MR/MRAMBERG/Catalyst-Plugin-PageCache-0.22.tar.gz Catalyst-Plugin-PageCache-0.22.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 /export/home/fly818/var/cpan/build/Catalyst-Plugin-PageCache-0.22-fPiPJj/Catalyst-Plugin-PageCache-0.22.ppd /export/home/fly818/var/REPO/M/MR/MRAMBERG Finished 2009-06-27T10:16:56