PATH=/usr/bin:/bin:/data/fly2200/var/megalib/bin Start 2015-06-12T21:48:36 ActivePerl-2200 CPAN-2.00 Reading '/data/fly2200/var/cpan/Metadata' Database was generated on Fri, 12 Jun 2015 05:41:02 GMT Running make for A/AB/ABALAMA/App-MonM-1.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AB/ABALAMA/App-MonM-1.03.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/A/AB/ABALAMA/App-MonM-1.03.tar.gz ok App-MonM-1.03/ App-MonM-1.03/t/ App-MonM-1.03/t/01-use.t App-MonM-1.03/t/pod-coverage.t App-MonM-1.03/t/pod.t App-MonM-1.03/TODO App-MonM-1.03/INSTALL App-MonM-1.03/LICENSE App-MonM-1.03/CHANGES App-MonM-1.03/bin/ App-MonM-1.03/bin/sendalertsms App-MonM-1.03/bin/checkers/ App-MonM-1.03/bin/checkers/ftpchecker App-MonM-1.03/bin/checkers/pingchecker App-MonM-1.03/bin/checkers/pop3checker App-MonM-1.03/bin/checkers/sshchecker App-MonM-1.03/bin/checkers/smtpchecker App-MonM-1.03/bin/monm App-MonM-1.03/bin/oradebug App-MonM-1.03/bin/alertgrid_snmp App-MonM-1.03/META.json App-MonM-1.03/MANIFEST App-MonM-1.03/README App-MonM-1.03/Makefile.PL App-MonM-1.03/lib/ App-MonM-1.03/lib/App/ App-MonM-1.03/lib/App/MonM.pm App-MonM-1.03/lib/App/MonM/ App-MonM-1.03/lib/App/MonM/AlertGrid.pm App-MonM-1.03/lib/App/MonM/Skel/ App-MonM-1.03/lib/App/MonM/Skel/Share.pm App-MonM-1.03/lib/App/MonM/Skel/Config.pm App-MonM-1.03/lib/App/MonM/AlertGrid/ App-MonM-1.03/lib/App/MonM/AlertGrid/Server.pm App-MonM-1.03/lib/App/MonM/AlertGrid/Root.pm App-MonM-1.03/lib/App/MonM/Util.pm App-MonM-1.03/lib/App/MonM/RRDtool.pm App-MonM-1.03/lib/App/MonM/Helper.pm App-MonM-1.03/lib/App/MonM/Checkit.pm App-MonM-1.03/META.yml CPAN.pm: Building A/AB/ABALAMA/App-MonM-1.03.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite CTK 1.16 not found. Warning: prerequisite Mail::POP3Client 2.18 not found. Warning: prerequisite TemplateM 3.03 not found. Warning: prerequisite WWW::MLite 1.05 not found. Checking if your kit is complete... Looks good WARNING: ABSTRACT contains control character(s), they will be removed Generating a Unix-style Makefile Writing Makefile for App::MonM Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ABALAMA/App-MonM-1.03.tar.gz ---- TemplateM [requires] Mail::POP3Client [requires] WWW::MLite [requires] CTK [requires] Running make test Delayed until after prerequisites Running test for module 'TemplateM' Running make for A/AB/ABALAMA/TemplateM-3.03.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AB/ABALAMA/TemplateM-3.03.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/A/AB/ABALAMA/TemplateM-3.03.tar.gz ok ./ ./TemplateM-3.03/ ./TemplateM-3.03/MANIFEST ./TemplateM-3.03/TODO ./TemplateM-3.03/lib/ ./TemplateM-3.03/lib/TemplateM.pm ./TemplateM-3.03/lib/TemplateM/ ./TemplateM-3.03/lib/TemplateM/Simple.pm ./TemplateM-3.03/lib/TemplateM/GaloreWin32.pm ./TemplateM-3.03/lib/TemplateM/Galore.pm ./TemplateM-3.03/lib/TemplateM/Util.pm ./TemplateM-3.03/Makefile.PL ./TemplateM-3.03/META.json ./TemplateM-3.03/t/ ./TemplateM-3.03/t/01-use-default.t ./TemplateM-3.03/t/04-loop.t ./TemplateM-3.03/t/06-void.t ./TemplateM-3.03/t/02-use-galore.t ./TemplateM-3.03/t/05-ifelse.t ./TemplateM-3.03/t/03-stash.t ./TemplateM-3.03/META.yml ./TemplateM-3.03/README ./TemplateM-3.03/CHANGES CPAN.pm: Building A/AB/ABALAMA/TemplateM-3.03.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good WARNING: ABSTRACT contains control character(s), they will be removed Generating a Unix-style Makefile Writing Makefile for TemplateM Writing MYMETA.yml and MYMETA.json >>> make cp lib/TemplateM.pm blib/lib/TemplateM.pm cp lib/TemplateM/Util.pm blib/lib/TemplateM/Util.pm cp lib/TemplateM/Simple.pm blib/lib/TemplateM/Simple.pm cp lib/TemplateM/Galore.pm blib/lib/TemplateM/Galore.pm cp lib/TemplateM/GaloreWin32.pm blib/lib/TemplateM/GaloreWin32.pm Manifying 2 pod documents ABALAMA/TemplateM-3.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-use-default.t .. 1..2 ok 1 - use TemplateM; ok 2 - version checking ok t/02-use-galore.t ... 1..3 ok 1 - use TemplateM; ok 2 - 'TemplateM' isa 'TemplateM' ok 3 - module checking ok t/03-stash.t ........ 1..5 ok 1 - use TemplateM; ok 2 - 'TemplateM' isa 'TemplateM' ok 3 - module checking ok 4 - call stash() method ok 5 - call output() method ok t/04-loop.t ......... 1..7 ok 1 - use TemplateM; ok 2 - 'TemplateM' isa 'TemplateM' ok 3 - module checking ok 4 - call start() method ok 5 - call finish() method ok 6 - call output() method ok 7 - string "quux" finded ok t/05-ifelse.t ....... 1..8 ok 1 - use TemplateM; ok 2 - 'TemplateM' isa 'TemplateM' ok 3 - module checking ok 4 - call cast_if(foo=>1) method ok 5 - call cast_if(bar=>0) method ok 6 - call output() method ok 7 - string "IF: OK" finded ok 8 - string "ELSE: OK" finded ok t/06-void.t ......... 1..2 ok 1 - Void("") value ok 2 - Void(0) value ok All tests successful. Files=6, Tests=27, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.72 cusr 0.08 csys = 0.87 CPU) Result: PASS ABALAMA/TemplateM-3.03.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AB/ABALAMA/CHECKSUMS Sergey Lepenkov <abalama@cpan.org> *ML templates processing module >>> (cd /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7 && tar cvf - TemplateM-3.03.ppd blib) | gzip -c >/data/fly2200/var/REPO/A/AB/ABALAMA/TemplateM-3.03.tar.gz TemplateM-3.03.ppd blib/ blib/man3/ blib/man3/TemplateM::Util.3 blib/man3/TemplateM.3 blib/lib/ blib/lib/TemplateM.pm blib/lib/TemplateM/ blib/lib/TemplateM/Simple.pm blib/lib/TemplateM/Galore.pm blib/lib/TemplateM/GaloreWin32.pm blib/lib/TemplateM/Util.pm >>> mv /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/TemplateM-3.03.ppd /data/fly2200/var/REPO/A/AB/ABALAMA Running test for module 'Mail::POP3Client' Running make for S/SD/SDOWD/Mail-POP3Client-2.19.tar.gz Prepending /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SD/SDOWD/Mail-POP3Client-2.19.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/S/SD/SDOWD/CHECKSUMS Checksum for /data/fly2200/var/cpan/sources/authors/id/S/SD/SDOWD/Mail-POP3Client-2.19.tar.gz ok Mail-POP3Client-2.19/ Mail-POP3Client-2.19/README Mail-POP3Client-2.19/FAQ Mail-POP3Client-2.19/t/ Mail-POP3Client-2.19/t/pod.t Mail-POP3Client-2.19/t/poptest.t Mail-POP3Client-2.19/t/version.t Mail-POP3Client-2.19/Makefile.PL Mail-POP3Client-2.19/lib/ Mail-POP3Client-2.19/lib/Mail/ Mail-POP3Client-2.19/lib/Mail/POP3Client.pm Mail-POP3Client-2.19/Changes Mail-POP3Client-2.19/META.json Mail-POP3Client-2.19/MANIFEST Mail-POP3Client-2.19/META.yml Prepending /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building S/SD/SDOWD/Mail-POP3Client-2.19.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::POP3Client Writing MYMETA.yml and MYMETA.json >>> make cp lib/Mail/POP3Client.pm blib/lib/Mail/POP3Client.pm Manifying 1 pod document SDOWD/Mail-POP3Client-2.19.tar.gz make -- OK Prepending /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/pod.t ...... 1..1 ok 1 - POD test for blib/lib/Mail/POP3Client.pm ok Tests 2-26 skipped, try setting POPTESTACCOUNT=user:pass:host in environment. t/poptest.t .. 1..26 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok t/version.t .. 1..1 ok 1 - Version number '2.19' found ok All tests successful. Files=3, Tests=28, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.29 cusr 0.02 csys = 0.37 CPU) Result: PASS SDOWD/Mail-POP3Client-2.19.tar.gz make test TEST_VERBOSE=1 -- OK Sean Dowd <pop3client-USEMYCPANADDRESSFORHELP@dowds.net> Perl 5 module to talk to a POP3 (RFC1939) server >>> (cd /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH && tar cvf - Mail-POP3Client-2.19.ppd blib) | gzip -c >/data/fly2200/var/REPO/S/SD/SDOWD/Mail-POP3Client-2.19.tar.gz Mail-POP3Client-2.19.ppd blib/ blib/man3/ blib/man3/Mail::POP3Client.3 blib/lib/ blib/lib/Mail/ blib/lib/Mail/POP3Client.pm >>> mv /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/Mail-POP3Client-2.19.ppd /data/fly2200/var/REPO/S/SD/SDOWD Running test for module 'WWW::MLite' Running make for A/AB/ABALAMA/WWW-MLite-1.05.tar.gz Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/A/AB/ABALAMA/WWW-MLite-1.05.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/A/AB/ABALAMA/WWW-MLite-1.05.tar.gz ok WWW-MLite-1.05/ WWW-MLite-1.05/t/ WWW-MLite-1.05/t/01-use.t WWW-MLite-1.05/t/04-auth.t WWW-MLite-1.05/t/03-denied.t WWW-MLite-1.05/t/pod-coverage.t WWW-MLite-1.05/t/pod.t WWW-MLite-1.05/t/02-sponge.t WWW-MLite-1.05/TODO WWW-MLite-1.05/INSTALL WWW-MLite-1.05/share/ WWW-MLite-1.05/share/WWW-MLite-skel.tar.gz WWW-MLite-1.05/LICENSE WWW-MLite-1.05/CHANGES WWW-MLite-1.05/bin/ WWW-MLite-1.05/bin/mlite WWW-MLite-1.05/META.json WWW-MLite-1.05/MANIFEST WWW-MLite-1.05/README WWW-MLite-1.05/Makefile.PL WWW-MLite-1.05/lib/ WWW-MLite-1.05/lib/WWW/ WWW-MLite-1.05/lib/WWW/MLite.pm WWW-MLite-1.05/lib/WWW/MLite/ WWW-MLite-1.05/lib/WWW/MLite/Util.pm WWW-MLite-1.05/lib/WWW/MLite/Helper/ WWW-MLite-1.05/lib/WWW/MLite/Helper/Install.pm WWW-MLite-1.05/lib/WWW/MLite/Helper/Skel.pm WWW-MLite-1.05/lib/WWW/MLite/AuthSsn.pm WWW-MLite-1.05/lib/WWW/MLite/Transaction.pm WWW-MLite-1.05/lib/WWW/MLite/Log.pm WWW-MLite-1.05/lib/WWW/MLite/Helper.pm WWW-MLite-1.05/lib/WWW/MLite/Store/ WWW-MLite-1.05/lib/WWW/MLite/Store/DBI.pm WWW-MLite-1.05/lib/WWW/MLite/Config.pm WWW-MLite-1.05/META.yml Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building A/AB/ABALAMA/WWW-MLite-1.05.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite CGI::Session 4.42 not found. Warning: prerequisite CTK 1.16 not found. Checking if your kit is complete... Looks good WARNING: ABSTRACT contains control character(s), they will be removed Generating a Unix-style Makefile Writing Makefile for WWW::MLite Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ABALAMA/WWW-MLite-1.05.tar.gz ---- CGI::Session [requires] CTK [requires] Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'CGI::Session' Running make for M/MA/MARKSTOS/CGI-Session-4.48.tar.gz Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MA/MARKSTOS/CGI-Session-4.48.tar.gz Checksum for /data/fly2200/var/cpan/sources/authors/id/M/MA/MARKSTOS/CGI-Session-4.48.tar.gz ok CGI-Session-4.48 CGI-Session-4.48/Makefile.PL CGI-Session-4.48/Build.PL CGI-Session-4.48/META.yml CGI-Session-4.48/Changelog.ini CGI-Session-4.48/MANIFEST.SKIP CGI-Session-4.48/Changes CGI-Session-4.48/INSTALL CGI-Session-4.48/META.json CGI-Session-4.48/MANIFEST CGI-Session-4.48/README CGI-Session-4.48/t CGI-Session-4.48/t/api3_file_storable.t CGI-Session-4.48/t/symlink_file.t CGI-Session-4.48/t/expire.t CGI-Session-4.48/t/api3_db_file.t CGI-Session-4.48/t/load_with_undef.t CGI-Session-4.48/t/g4_sqlite_storable.t CGI-Session-4.48/t/g4_mysql_freezethaw.t CGI-Session-4.48/t/header.t CGI-Session-4.48/t/g4_storable.t CGI-Session-4.48/t/is_new.t CGI-Session-4.48/t/flush.t CGI-Session-4.48/t/g4_dbfile_storable.t CGI-Session-4.48/t/g4_dbfile_freezethaw.t CGI-Session-4.48/t/cgi_simple.t CGI-Session-4.48/t/g4_sqlite.t CGI-Session-4.48/t/g4_postgresql.t CGI-Session-4.48/t/remote_addr.t CGI-Session-4.48/t/api3_db_file_storable_incr.t CGI-Session-4.48/t/find.t CGI-Session-4.48/t/api3_obj_store.t CGI-Session-4.48/t/load.t CGI-Session-4.48/t/bug21952.t CGI-Session-4.48/t/g4_freezethaw.t CGI-Session-4.48/t/api3_file_freezethaw.t CGI-Session-4.48/t/bug24285.t CGI-Session-4.48/t/session_param_undef.t CGI-Session-4.48/t/parse_dsn.t CGI-Session-4.48/t/api3_file.t CGI-Session-4.48/t/g4_postgresql_storable.t CGI-Session-4.48/t/g4_mysql.t CGI-Session-4.48/t/str2seconds.t CGI-Session-4.48/t/name.t CGI-Session-4.48/t/g4_sqlite_freezethaw.t CGI-Session-4.48/t/ip_matches.t CGI-Session-4.48/t/api3_file_storable_incr.t CGI-Session-4.48/t/g4_dbfile.t CGI-Session-4.48/t/complex_ds.t CGI-Session-4.48/t/api3_db_file_freezethaw.t CGI-Session-4.48/t/api3_obj_store_db_file.t CGI-Session-4.48/t/api3_incr.t CGI-Session-4.48/t/api3_file_freezethaw_incr.t CGI-Session-4.48/t/driver_dbi.t CGI-Session-4.48/t/g4_postgresql_freezethaw.t CGI-Session-4.48/t/g4.t CGI-Session-4.48/t/bug21981.todo CGI-Session-4.48/t/g4_mysql_storable.t CGI-Session-4.48/t/symlink_db_file.t CGI-Session-4.48/t/api3_db_file_storable.t CGI-Session-4.48/t/new_with_undef.t CGI-Session-4.48/lib CGI-Session-4.48/lib/CGI CGI-Session-4.48/lib/CGI/Session.pm CGI-Session-4.48/lib/CGI/Session CGI-Session-4.48/lib/CGI/Session/Driver.pm CGI-Session-4.48/lib/CGI/Session/Tutorial.pm CGI-Session-4.48/lib/CGI/Session/ErrorHandler.pm CGI-Session-4.48/lib/CGI/Session/Serialize CGI-Session-4.48/lib/CGI/Session/Serialize/default.pm CGI-Session-4.48/lib/CGI/Session/Serialize/freezethaw.pm CGI-Session-4.48/lib/CGI/Session/Serialize/storable.pm CGI-Session-4.48/lib/CGI/Session/Test CGI-Session-4.48/lib/CGI/Session/Test/Default.pm CGI-Session-4.48/lib/CGI/Session/Driver CGI-Session-4.48/lib/CGI/Session/Driver/DBI.pm CGI-Session-4.48/lib/CGI/Session/Driver/mysql.pm CGI-Session-4.48/lib/CGI/Session/Driver/postgresql.pm CGI-Session-4.48/lib/CGI/Session/Driver/db_file.pm CGI-Session-4.48/lib/CGI/Session/Driver/file.pm CGI-Session-4.48/lib/CGI/Session/Driver/sqlite.pm CGI-Session-4.48/lib/CGI/Session/ID CGI-Session-4.48/lib/CGI/Session/ID/static.pm CGI-Session-4.48/lib/CGI/Session/ID/md5.pm CGI-Session-4.48/lib/CGI/Session/ID/incr.pm CGI-Session-4.48/examples CGI-Session-4.48/examples/subscriptions.cgi CGI-Session-4.48/examples/purge.pl Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building M/MA/MARKSTOS/CGI-Session-4.48.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL WARNING: EXTRA_META is not a known parameter. ---------------------------------------- #### WARNING #### If you are using custom CGI::Session drivers they may not be compatible with the current driver specifications. You will need to make some changes to your drivers' code before proceeding with this installation to make it compatible with CGI::Session 4.x. Fortunately, current driver specifications are a lot easier to adapt to. Should you have any assistance re-coding your current drivers, please let me know. Current driver specs are documented in CGI/Session/Driver.pm #### TESTING ##### You are encouraged to run tests for the backend you will be using. The database backends that need a customized connection string won't run by default. To run them, some environment variables must be set. The simplest method is to use the standard "DBI_DSN/DBI_USER/DBI_PASS" environment variables. Otherwise, you can set these variables: For PostgreSQL: CGISESS_PG_DSN CGISESS_PG_USER CGISESS_PG_PASS For MySQL: CGISESS_MYSQL_DSN CGISESS_MYSQL_USER CGISESS_MYSQL_PASS CGISESS_MYSQL_SOCKET ---------------------------------------- Warning: Module::Metadata::Changes's ini.report.pl failed to generate or update Changelog.ini. ---------------------------------------- Checking if your kit is complete... Warning: the following files are missing in your kit: MYMETA.json Please inform the author. 'EXTRA_META' is not a known MakeMaker parameter name. Generating a Unix-style Makefile Writing Makefile for CGI::Session Writing MYMETA.yml and MYMETA.json >>> make cp lib/CGI/Session/Driver/db_file.pm blib/lib/CGI/Session/Driver/db_file.pm cp lib/CGI/Session/Serialize/default.pm blib/lib/CGI/Session/Serialize/default.pm cp lib/CGI/Session.pm blib/lib/CGI/Session.pm cp lib/CGI/Session/ID/incr.pm blib/lib/CGI/Session/ID/incr.pm cp lib/CGI/Session/Driver.pm blib/lib/CGI/Session/Driver.pm cp lib/CGI/Session/ErrorHandler.pm blib/lib/CGI/Session/ErrorHandler.pm cp lib/CGI/Session/Driver/sqlite.pm blib/lib/CGI/Session/Driver/sqlite.pm cp lib/CGI/Session/Driver/mysql.pm blib/lib/CGI/Session/Driver/mysql.pm cp lib/CGI/Session/Tutorial.pm blib/lib/CGI/Session/Tutorial.pm cp lib/CGI/Session/Serialize/storable.pm blib/lib/CGI/Session/Serialize/storable.pm cp lib/CGI/Session/Driver/file.pm blib/lib/CGI/Session/Driver/file.pm cp lib/CGI/Session/Driver/postgresql.pm blib/lib/CGI/Session/Driver/postgresql.pm cp lib/CGI/Session/Driver/DBI.pm blib/lib/CGI/Session/Driver/DBI.pm cp lib/CGI/Session/ID/md5.pm blib/lib/CGI/Session/ID/md5.pm cp lib/CGI/Session/Test/Default.pm blib/lib/CGI/Session/Test/Default.pm cp lib/CGI/Session/ID/static.pm blib/lib/CGI/Session/ID/static.pm cp lib/CGI/Session/Serialize/freezethaw.pm blib/lib/CGI/Session/Serialize/freezethaw.pm Manifying 17 pod documents MARKSTOS/CGI-Session-4.48.tar.gz make -- OK Prepending /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/api3_db_file.t ................ 1..14 ok 1 - use CGI::Session; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 - session ID in new session matches original ID ok 12 - found email via param ok 13 - found author via param ok 14 - expire() returns true value ok t/api3_db_file_freezethaw.t ..... skipped: FreezeThaw not available t/api3_db_file_storable.t ....... 1..14 ok 1 - use CGI::Session; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/api3_db_file_storable_incr.t .. 1..15 ok 1 - use File::Spec; ok 2 - use CGI::Session; ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok t/api3_file.t ................... 1..17 ok 1 - use CGI::Session; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - found email param in session ok 13 - found author param in session ok 14 ok 15 - $s->clear("name") survives eval ok 16 - email param is cleared from session ok 17 - author param is still in session ok t/api3_file_freezethaw.t ........ skipped: FreezeThaw not available t/api3_file_freezethaw_incr.t ... skipped: FreezeThaw not available t/api3_file_storable.t .......... 1..14 ok 1 - use CGI::Session; ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/api3_file_storable_incr.t ..... 1..15 ok 1 - use File::Spec; ok 2 - use CGI::Session; ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok t/api3_incr.t ................... 1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok #Using Storable as object serializer t/api3_obj_store.t .............. 1..8 ok ok ok ok ok ok ok ok ok t/api3_obj_store_db_file.t ...... 1..8 ok ok ok ok ok ok ok ok ok t/bug21952.t .................... ok 1 - use CGI; ok 2 - use CGI::Session; ok 3 - use CGI::Session::Driver; ok 4 - use CGI::Session::Driver::file; ok 5 - $opt_dsn is HASH ok 6 ok 7 ok 8 - $opt_dsn is HASH ok 9 - Session object is no longer available ok 10 - $opt_dsn still exists ok 11 - $opt_dsn is still a hashref 1..11 ok t/bug24285.t .................... ok 1 - Created CGI::Session object successfully ok 2 - Created file outside /tmp successfully 1..2 ok t/cgi_simple.t .................. ok 1 - survives eval ok 2 - CGI::Simple object is accepted when passed to new() ok 3 - cookie() method works with CGI::Simple ok 4 - http_header() method works with CGI::Simple 1..4 ok t/complex_ds.t .................. 1..10 ok 1 ok 2 ok 3 ok 4 - Test 1 ok 5 - Test 2 ok 6 - Bir ok 7 ok 8 - Test 1 ok 9 - Test 2 ok 10 - Bir ok t/driver_dbi.t .................. ok 1 - use CGI::Session::Driver::DBI; ok 2 - retrieve returns expected failure message when no session id is given ok 3 - traverse returns expected failure message when no session id is given 1..3 ok t/expire.t ...................... ok 1 - undef is returned if nothing has been set yet. ok 2 - basic set/get check ok 3 - negative set/get check ok 4 - zero cancels expiration ok 5 - setting expiration for a single param works ok 6 - zero expires parameters 1..6 ok # The found session has been deleted and flushed t/find.t ........................ 1..7 ok 1 - The test session has been created ok 2 - The test session's id has been set ok 3 - The test session's parameter called 'purpose' has been set ok 4 - 'CGI::Session::find() found a session whose class' isa 'CGI::Session' ok 5 - The found session's param called 'purpose' has a true value ok 6 - The found session's param called 'purpose' has the expected value ok 7 - find() returned no errors ok t/flush.t ....................... ok 1 - found session id ok 2 - found session data file 1..2 ok t/g4.t .......................... 1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 - Id is empty ok 5 - Session is empty ok 6 - Session is not expired ok 7 - Session created successfully! ok 8 - ok 9 - ctime & atime are set ok 10 - ctime == atime ok 11 - etime not set yet ok 12 - session id is cfed05216b9bf886b2d08567db2dcdcb ok 13 - session holds 3 params3 ok 14 - My name's correct! ok 15 - 'emails' holds list of values ok 16 - 'emails' holds list of two values ok 17 - first value of 'emails' is correct! ok 18 - second value of 'emails' is correct! ok 19 - 'blogs' holds a hash ok 20 - first blog is correct ok 21 - second blog is correct ok 22 - === 2 === ok 23 - survived eval without error. ok 24 - Session was retrieved successfully ok 25 - session isn't expired yet ok 26 - session IDs are consistent ok 27 - ctime should be older than atime ok 28 - etime shouldn't be set yet ok 29 - session should hold params ok 30 - my name's correct ok 31 - 'emails' should hold list of values ok 32 - 'emails' should hold list of two values ok 33 - first value is correct! ok 34 - second value is correct! ok 35 - 'blogs' holds a hash ok 36 - first blog is correct! ok 37 - second blog is correct! ok 38 - etime set to 1 second ok 39 - etime set to one minute ok 40 - etime set to two hours ok 41 - etime set to 5 days ok 42 - etime set to 10 seconds in the past ok 43 - etime set back to one second ok 44 - calling close method survives eval ok 45 - === 3 === ok 46 - Session instance loaded ok 47 - session doesn't have ID ok 48 - session is empty, which is the same as above ok 49 - session was expired ok 50 - session data cleared ok 51 - new session created ok 52 - session has id :71607da098a4b2d13fddc1bb38e60f65 ok 53 - session isn't expired ok 54 - session isn't empty ok 55 - access and creation times are same ok 56 - it's a completely different session than above ok 57 - === 4 === ok 58 - Session '71607da098a4b2d13fddc1bb38e60f65' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (71607da098a4b2d13fddc1bb38e60f65) couldn't be recovered. New ID is: 423d7d70befcd49f503e5a2a61c0fac9 ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (423d7d70befcd49f503e5a2a61c0fac9) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - CGI::Session::Test::SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedClass created successfully ok 72 - OverloadedClass is properly overloaded ok 73 - OverloadedClass is an object ok 74 ok 75 - CGI::Session::Test::SimpleObjectClass created successfully ok 76 - First element of anonymous array undef ok 77 ok 78 ok 79 ok 80 ok 81 - Overloaded objects have matching addresses ok 82 - === 7 === ok 83 - Session object created successfully ok 84 - Previously stored object loaded successfully ok 85 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 86 - ok 87 - ok 88 - ok 89 - ok 90 ok 91 - Object is still overloaded ok 92 - Object is really overloaded ok 93 - First element of anonymous array undef ok 94 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 95 - ok 96 - ok 97 - ok 98 - ok 99 ok 100 - Object is really overloaded ok 101 - Overloaded objects have matching addresses ok t/g4_dbfile.t ................... 1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 - Id is empty ok 5 - Session is empty ok 6 - Session is not expired ok 7 - Session created successfully! ok 8 - ok 9 - ctime & atime are set ok 10 - ctime == atime ok 11 - etime not set yet ok 12 - session id is d0b57f626f8412caa30ef34d0a13d65e ok 13 - session holds 3 params3 ok 14 - My name's correct! ok 15 - 'emails' holds list of values ok 16 - 'emails' holds list of two values ok 17 - first value of 'emails' is correct! ok 18 - second value of 'emails' is correct! ok 19 - 'blogs' holds a hash ok 20 - first blog is correct ok 21 - second blog is correct ok 22 - === 2 === ok 23 - survived eval without error. ok 24 - Session was retrieved successfully ok 25 - session isn't expired yet ok 26 - session IDs are consistent ok 27 - ctime should be older than atime ok 28 - etime shouldn't be set yet ok 29 - session should hold params ok 30 - my name's correct ok 31 - 'emails' should hold list of values ok 32 - 'emails' should hold list of two values ok 33 - first value is correct! ok 34 - second value is correct! ok 35 - 'blogs' holds a hash ok 36 - first blog is correct! ok 37 - second blog is correct! ok 38 - etime set to 1 second ok 39 - etime set to one minute ok 40 - etime set to two hours ok 41 - etime set to 5 days ok 42 - etime set to 10 seconds in the past ok 43 - etime set back to one second ok 44 - calling close method survives eval ok 45 - === 3 === ok 46 - Session instance loaded ok 47 - session doesn't have ID ok 48 - session is empty, which is the same as above ok 49 - session was expired ok 50 - session data cleared ok 51 - new session created ok 52 - session has id :12a632aa1d0bccf5f0624be67dbd2e9a ok 53 - session isn't expired ok 54 - session isn't empty ok 55 - access and creation times are same ok 56 - it's a completely different session than above ok 57 - === 4 === ok 58 - Session '12a632aa1d0bccf5f0624be67dbd2e9a' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (12a632aa1d0bccf5f0624be67dbd2e9a) couldn't be recovered. New ID is: 92679faca80bd845becf4a30677949a0 ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (92679faca80bd845becf4a30677949a0) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - CGI::Session::Test::SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedClass created successfully ok 72 - OverloadedClass is properly overloaded ok 73 - OverloadedClass is an object ok 74 ok 75 - CGI::Session::Test::SimpleObjectClass created successfully ok 76 - First element of anonymous array undef ok 77 ok 78 ok 79 ok 80 ok 81 - Overloaded objects have matching addresses ok 82 - === 7 === ok 83 - Session object created successfully ok 84 - Previously stored object loaded successfully ok 85 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 86 - ok 87 - ok 88 - ok 89 - ok 90 ok 91 - Object is still overloaded ok 92 - Object is really overloaded ok 93 - First element of anonymous array undef ok 94 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 95 - ok 96 - ok 97 - ok 98 - ok 99 ok 100 - Object is really overloaded ok 101 - Overloaded objects have matching addresses ok t/g4_dbfile_freezethaw.t ........ skipped: FreezeThaw is NOT available t/g4_dbfile_storable.t .......... 1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 - Id is empty ok 5 - Session is empty ok 6 - Session is not expired ok 7 - Session created successfully! ok 8 - ok 9 - ctime & atime are set ok 10 - ctime == atime ok 11 - etime not set yet ok 12 - session id is 54f8edabb750e3282e21afdaad0ae2ca ok 13 - session holds 3 params3 ok 14 - My name's correct! ok 15 - 'emails' holds list of values ok 16 - 'emails' holds list of two values ok 17 - first value of 'emails' is correct! ok 18 - second value of 'emails' is correct! ok 19 - 'blogs' holds a hash ok 20 - first blog is correct ok 21 - second blog is correct ok 22 - === 2 === ok 23 - survived eval without error. ok 24 - Session was retrieved successfully ok 25 - session isn't expired yet ok 26 - session IDs are consistent ok 27 - ctime should be older than atime ok 28 - etime shouldn't be set yet ok 29 - session should hold params ok 30 - my name's correct ok 31 - 'emails' should hold list of values ok 32 - 'emails' should hold list of two values ok 33 - first value is correct! ok 34 - second value is correct! ok 35 - 'blogs' holds a hash ok 36 - first blog is correct! ok 37 - second blog is correct! ok 38 - etime set to 1 second ok 39 - etime set to one minute ok 40 - etime set to two hours ok 41 - etime set to 5 days ok 42 - etime set to 10 seconds in the past ok 43 - etime set back to one second ok 44 - calling close method survives eval ok 45 - === 3 === ok 46 - Session instance loaded ok 47 - session doesn't have ID ok 48 - session is empty, which is the same as above ok 49 - session was expired ok 50 - session data cleared ok 51 - new session created ok 52 - session has id :3cdf01b88d0d94bf13a59608ec503b0a ok 53 - session isn't expired ok 54 - session isn't empty ok 55 - access and creation times are same ok 56 - it's a completely different session than above ok 57 - === 4 === ok 58 - Session '3cdf01b88d0d94bf13a59608ec503b0a' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (3cdf01b88d0d94bf13a59608ec503b0a) couldn't be recovered. New ID is: a78e11615817ddb56eaec43490b05acb ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (a78e11615817ddb56eaec43490b05acb) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - CGI::Session::Test::SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedClass created successfully ok 72 - OverloadedClass is properly overloaded ok 73 - OverloadedClass is an object ok 74 ok 75 - CGI::Session::Test::SimpleObjectClass created successfully ok 76 - First element of anonymous array undef ok 77 ok 78 ok 79 ok 80 ok 81 - Overloaded objects have matching addresses ok 82 - === 7 === ok 83 - Session object created successfully ok 84 - Previously stored object loaded successfully ok 85 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 86 - ok 87 - ok 88 - ok 89 - ok 90 ok 91 - Object is still overloaded ok 92 - Object is really overloaded ok 93 - First element of anonymous array undef ok 94 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 95 - ok 96 - ok 97 - ok 98 - ok 99 ok 100 - Object is really overloaded ok 101 - Overloaded objects have matching addresses ok t/g4_freezethaw.t ............... skipped: FreezeThaw is NOT available t/g4_mysql.t .................... skipped: Couldn't establish connection with the MySQL server: Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at t/g4_mysql.t line 44. t/g4_mysql_freezethaw.t ......... skipped: FreezeThaw is NOT available t/g4_mysql_storable.t ........... skipped: Couldn't establish connection with the MySQL server: Can't connect to data source '' because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at t/g4_mysql_storable.t line 43. t/g4_postgresql.t ............... skipped: DataSource is not known t/g4_postgresql_freezethaw.t .... skipped: DataSource is not known t/g4_postgresql_storable.t ...... skipped: DataSource is not known t/g4_sqlite.t ................... 1..105 ok 1 - Correct information has been saved in the session... ok 2 - Only one copy of the session file... ok 3 - Information is retrieved from past session alright... ok 4 - Still only one copy of the session... ok 5 - use CGI::Session; ok 6 - === 1 === ok 7 - empty session should be created ok 8 - Id is empty ok 9 - Session is empty ok 10 - Session is not expired ok 11 - Session created successfully! ok 12 - ok 13 - ctime & atime are set ok 14 - ctime == atime ok 15 - etime not set yet ok 16 - session id is ba73478b16618826a927296e2a9cef2e ok 17 - session holds 3 params3 ok 18 - My name's correct! ok 19 - 'emails' holds list of values ok 20 - 'emails' holds list of two values ok 21 - first value of 'emails' is correct! ok 22 - second value of 'emails' is correct! ok 23 - 'blogs' holds a hash ok 24 - first blog is correct ok 25 - second blog is correct ok 26 - === 2 === ok 27 - survived eval without error. ok 28 - Session was retrieved successfully ok 29 - session isn't expired yet ok 30 - session IDs are consistent ok 31 - ctime should be older than atime ok 32 - etime shouldn't be set yet ok 33 - session should hold params ok 34 - my name's correct ok 35 - 'emails' should hold list of values ok 36 - 'emails' should hold list of two values ok 37 - first value is correct! ok 38 - second value is correct! ok 39 - 'blogs' holds a hash ok 40 - first blog is correct! ok 41 - second blog is correct! ok 42 - etime set to 1 second ok 43 - etime set to one minute ok 44 - etime set to two hours ok 45 - etime set to 5 days ok 46 - etime set to 10 seconds in the past ok 47 - etime set back to one second ok 48 - calling close method survives eval ok 49 - === 3 === ok 50 - Session instance loaded ok 51 - session doesn't have ID ok 52 - session is empty, which is the same as above ok 53 - session was expired ok 54 - session data cleared ok 55 - new session created ok 56 - session has id :6d494f5dc051feed37e26f0c2514fb99 ok 57 - session isn't expired ok 58 - session isn't empty ok 59 - access and creation times are same ok 60 - it's a completely different session than above ok 61 - === 4 === ok 62 - Session '6d494f5dc051feed37e26f0c2514fb99' removed from datastore successfully ok 63 - session object created successfully ok 64 - claimed ID (6d494f5dc051feed37e26f0c2514fb99) couldn't be recovered. New ID is: ae8f36adf70c22588611b71b39d55cd8 ok 65 - === 5 === ok 66 - Session object created successfully ok 67 - claimed id (ae8f36adf70c22588611b71b39d55cd8) was recovered successfully! ok 68 - === 6 === ok 69 - Session object created successfully ok 70 - New object created, because previous object was deleted ok 71 - CGI::Session::Test::SimpleObjectClass created successfully ok 72 ok 73 ok 74 ok 75 - OverloadedClass created successfully ok 76 - OverloadedClass is properly overloaded ok 77 - OverloadedClass is an object ok 78 ok 79 - CGI::Session::Test::SimpleObjectClass created successfully ok 80 - First element of anonymous array undef ok 81 ok 82 ok 83 ok 84 ok 85 - Overloaded objects have matching addresses ok 86 - === 7 === ok 87 - Session object created successfully ok 88 - Previously stored object loaded successfully ok 89 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 90 - ok 91 - ok 92 - ok 93 - ok 94 ok 95 - Object is still overloaded ok 96 - Object is really overloaded ok 97 - First element of anonymous array undef ok 98 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 99 - ok 100 - ok 101 - ok 102 - ok 103 ok 104 - Object is really overloaded ok 105 - Overloaded objects have matching addresses ok t/g4_sqlite_freezethaw.t ........ skipped: FreezeThaw is NOT available t/g4_sqlite_storable.t .......... 1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 - Id is empty ok 5 - Session is empty ok 6 - Session is not expired ok 7 - Session created successfully! ok 8 - ok 9 - ctime & atime are set ok 10 - ctime == atime ok 11 - etime not set yet ok 12 - session id is de48c7070cb68ba83d05b4e283ec0859 ok 13 - session holds 3 params3 ok 14 - My name's correct! ok 15 - 'emails' holds list of values ok 16 - 'emails' holds list of two values ok 17 - first value of 'emails' is correct! ok 18 - second value of 'emails' is correct! ok 19 - 'blogs' holds a hash ok 20 - first blog is correct ok 21 - second blog is correct ok 22 - === 2 === ok 23 - survived eval without error. ok 24 - Session was retrieved successfully ok 25 - session isn't expired yet ok 26 - session IDs are consistent ok 27 - ctime should be older than atime ok 28 - etime shouldn't be set yet ok 29 - session should hold params ok 30 - my name's correct ok 31 - 'emails' should hold list of values ok 32 - 'emails' should hold list of two values ok 33 - first value is correct! ok 34 - second value is correct! ok 35 - 'blogs' holds a hash ok 36 - first blog is correct! ok 37 - second blog is correct! ok 38 - etime set to 1 second ok 39 - etime set to one minute ok 40 - etime set to two hours ok 41 - etime set to 5 days ok 42 - etime set to 10 seconds in the past ok 43 - etime set back to one second ok 44 - calling close method survives eval ok 45 - === 3 === ok 46 - Session instance loaded ok 47 - session doesn't have ID ok 48 - session is empty, which is the same as above ok 49 - session was expired ok 50 - session data cleared ok 51 - new session created ok 52 - session has id :e7c6568012d77d7728bfe540fb1ad123 ok 53 - session isn't expired ok 54 - session isn't empty ok 55 - access and creation times are same ok 56 - it's a completely different session than above ok 57 - === 4 === ok 58 - Session 'e7c6568012d77d7728bfe540fb1ad123' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (e7c6568012d77d7728bfe540fb1ad123) couldn't be recovered. New ID is: 666d2a30b8f420cee5509e787550461a ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (666d2a30b8f420cee5509e787550461a) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - CGI::Session::Test::SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedClass created successfully ok 72 - OverloadedClass is properly overloaded ok 73 - OverloadedClass is an object ok 74 ok 75 - CGI::Session::Test::SimpleObjectClass created successfully ok 76 - First element of anonymous array undef ok 77 ok 78 ok 79 ok 80 ok 81 - Overloaded objects have matching addresses ok 82 - === 7 === ok 83 - Session object created successfully ok 84 - Previously stored object loaded successfully ok 85 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 86 - ok 87 - ok 88 - ok 89 - ok 90 ok 91 - Object is still overloaded ok 92 - Object is really overloaded ok 93 - First element of anonymous array undef ok 94 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 95 - ok 96 - ok 97 - ok 98 - ok 99 ok 100 - Object is really overloaded ok 101 - Overloaded objects have matching addresses ok t/g4_storable.t ................. 1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 - Id is empty ok 5 - Session is empty ok 6 - Session is not expired ok 7 - Session created successfully! ok 8 - ok 9 - ctime & atime are set ok 10 - ctime == atime ok 11 - etime not set yet ok 12 - session id is 87edab06055f55674e8b65a7fdc86969 ok 13 - session holds 3 params3 ok 14 - My name's correct! ok 15 - 'emails' holds list of values ok 16 - 'emails' holds list of two values ok 17 - first value of 'emails' is correct! ok 18 - second value of 'emails' is correct! ok 19 - 'blogs' holds a hash ok 20 - first blog is correct ok 21 - second blog is correct ok 22 - === 2 === ok 23 - survived eval without error. ok 24 - Session was retrieved successfully ok 25 - session isn't expired yet ok 26 - session IDs are consistent ok 27 - ctime should be older than atime ok 28 - etime shouldn't be set yet ok 29 - session should hold params ok 30 - my name's correct ok 31 - 'emails' should hold list of values ok 32 - 'emails' should hold list of two values ok 33 - first value is correct! ok 34 - second value is correct! ok 35 - 'blogs' holds a hash ok 36 - first blog is correct! ok 37 - second blog is correct! ok 38 - etime set to 1 second ok 39 - etime set to one minute ok 40 - etime set to two hours ok 41 - etime set to 5 days ok 42 - etime set to 10 seconds in the past ok 43 - etime set back to one second ok 44 - calling close method survives eval ok 45 - === 3 === ok 46 - Session instance loaded ok 47 - session doesn't have ID ok 48 - session is empty, which is the same as above ok 49 - session was expired ok 50 - session data cleared ok 51 - new session created ok 52 - session has id :43ff0414372728538dd2105e9b1178a5 ok 53 - session isn't expired ok 54 - session isn't empty ok 55 - access and creation times are same ok 56 - it's a completely different session than above ok 57 - === 4 === ok 58 - Session '43ff0414372728538dd2105e9b1178a5' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (43ff0414372728538dd2105e9b1178a5) couldn't be recovered. New ID is: e765f19d5a6a4444aabfa0c9dd06bb30 ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (e765f19d5a6a4444aabfa0c9dd06bb30) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - CGI::Session::Test::SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedClass created successfully ok 72 - OverloadedClass is properly overloaded ok 73 - OverloadedClass is an object ok 74 ok 75 - CGI::Session::Test::SimpleObjectClass created successfully ok 76 - First element of anonymous array undef ok 77 ok 78 ok 79 ok 80 ok 81 - Overloaded objects have matching addresses ok 82 - === 7 === ok 83 - Session object created successfully ok 84 - Previously stored object loaded successfully ok 85 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 86 - ok 87 - ok 88 - ok 89 - ok 90 ok 91 - Object is still overloaded ok 92 - Object is really overloaded ok 93 - First element of anonymous array undef ok 94 - CGI::Session::Test::SimpleObjectClass loaded successfully ok 95 - ok 96 - ok 97 - ok 98 - ok 99 ok 100 - Object is really overloaded ok 101 - Overloaded objects have matching addresses ok t/header.t ...................... ok 1 - has header() method ok 2 - has http_header() method 1..2 ok t/ip_matches.t .................. ok 1 - ip_match off by default ok 2 - create new session ok 3 - check param TEST set ok 4 - store session id ok 5 - load session with different IP ok 6 - Same session id ok 7 - TEST param still set ok 8 - ip_match switched on ok 9 - create new session ok 10 - REMOTE_IP matches session ok 11 - check param TEST set ok 12 - store session id ok 13 - new session - same ip ok 14 - same session id ok 15 - REMOTE_IP matches session ok 16 - check param TEST set ok 17 - new session - different ip ok 18 - new session id 1..18 ok t/is_new.t ...................... ok 1 - use CGI::Session; ok 2 - session has is_new() method ok 3 - a brand new session is_new ok 4 - a session that has been closed and re-opened is not new 1..4 ok t/load.t ........................ ok 1 - undefined session is created with wrong number of args to load ok 2 - expected error is returned for too many args ok 3 - don't mention new() in error when load() fails directly. ok 4 - reality check: no error when calling new() ok 5 - expected error when load() called as instance method. 1..5 ok t/load_with_undef.t ............. 1..6 ok 1 - 'load(undef) returns an object which' isa 'CGI::Session' ok 2 - load(undef)'s session object returns an id which /is/ undef ok 3 - 'load($q without CGISESSID) returns an object which' isa 'CGI::Session' ok 4 - load($q without CGISESSID)'s session object returns an id which /is/ undef ok 5 - 'load($q with fake CGISESSID) returns an object which' isa 'CGI::Session' ok 6 - load($q with fake CGISESSID)'s session object returns an id which /is/ undef ok t/name.t ........................ 1..14 ok 1 ok 2 - name used as class method ok 3 - name as class method w/ param ok 4 - name as class method w/ param effective? ok 5 - name as instance method ok 6 - instance method falls through to class ok 7 - instance method w/ param ok 8 - instance method w/ param effective? ok 9 - instance method did not affect class method ok 10 - constructor new with name for session/cookie key ok 11 - constructor name not affecting class ok 12 - constructor on new session not affecting old ok 13 - session from query with new name ok 14 - session in query with default name ok t/new_with_undef.t .............. 1..6 ok 1 - 'new(undef) returns an object which' isa 'CGI::Session' ok 2 - new(undef)'s session object returns an id which is /not/ undef ok 3 - 'new($q without CGISESSID) returns an object which' isa 'CGI::Session' ok 4 - new($q without CGISESSID)'s session object returns an id which is /not/ undef ok 5 - 'new($q with fake CGISESSID) returns an object which' isa 'CGI::Session' ok 6 - new($q with fake CGISESSID)'s session object returns an id which is /not/ undef ok t/parse_dsn.t ................... 1..1 ok 1 - parse_dsn: abbreviation and lower-casing ok t/remote_addr.t ................. 1..5 ok 1 - use CGI::Session; ok 2 ok 3 - remote_addr() exists ok 4 - remote_addr() passes eval ok 5 - remote_addr() is 127.0.0.1 ok # Check in STORE of original item # Check in STORE of stored/retrieved item # Check in LOAD after loading from session t/session_param_undef.t ......... 1..21 ok 1 - use CGI::Session; ok 2 ok 3 - Items are still equal after storing ok 4 - Container->can('add_item') ok 5 - An object of class 'Container' isa 'Container' ok 6 - Container->can('add_item') ok 7 - Item->can('get_name') ok 8 - An object of class 'Item' isa 'Item' ok 9 - Item->can('get_name') ok 10 - Container->can('add_item') ok 11 - An object of class 'Container' isa 'Container' ok 12 - Container->can('add_item') ok 13 - Item->can('get_name') ok 14 - An object of class 'Item' isa 'Item' ok 15 - Item->can('get_name') ok 16 - Container->can('add_item') ok 17 - An object of class 'Container' isa 'Container' ok 18 - Container->can('add_item') ok 19 - Item->can('get_name') ok 20 - An object of class 'Item' isa 'Item' ok 21 - Item->can('get_name') ok t/str2seconds.t ................. ok 1 - got expected result when converting 1y to seconds ok 2 - got expected result when converting -1m to seconds ok 3 - got expected result when converting 1m to seconds ok 4 - got expected result when converting 1d to seconds ok 5 - got expected result when converting 1M to seconds ok 6 - got expected result when converting 1s to seconds ok 7 - got expected result when converting 1h to seconds ok 8 - got expected result when converting +1m to seconds ok 9 - got expected result when converting 1w to seconds 1..9 ok t/symlink_db_file.t ............. 1..11 ok 1 - Create new session named symlink ok 2 - We have an id ok 3 - Created symlink ok 4 - Check to make certain symlink was created ok 5 - Get our symlinked session ok 6 - we should have wiped out the symlink ok 7 - this session should be unique ok 8 - moving session file ok 9 - creating symlink ok 10 - flush should wipe out the symlink ok 11 - original session file has been restored ok t/symlink_file.t ................ 1..11 ok 1 - Create new session named symlink ok 2 - We have an id ok 3 - Created symlink ok 4 - Check to make certain symlink was created ok 5 - Get our symlinked session ok 6 - we should have wiped out the symlink ok 7 - this session should be unique ok 8 - moving session file ok 9 - creating symlink ok 10 - flush should wipe out the symlink ok 11 - original session file has been restored ok All tests successful. Files=48, Tests=887, 26 wallclock secs ( 0.27 usr 0.10 sys + 6.14 cusr 0.91 csys = 7.42 CPU) Result: PASS MARKSTOS/CGI-Session-4.48.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MA/MARKSTOS/CHECKSUMS Mark Stosberg <markstos@cpan.org> Persistent session data in CGI applications >>> (cd /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D && tar cvf - CGI-Session-4.48.ppd blib) | gzip -c >/data/fly2200/var/REPO/M/MA/MARKSTOS/CGI-Session-4.48.tar.gz CGI-Session-4.48.ppd blib/ blib/man3/ blib/man3/CGI::Session::Serialize::default.3 blib/man3/CGI::Session::Serialize::freezethaw.3 blib/man3/CGI::Session::Tutorial.3 blib/man3/CGI::Session::Driver::mysql.3 blib/man3/CGI::Session::ID::incr.3 blib/man3/CGI::Session::ID::static.3 blib/man3/CGI::Session::Driver::file.3 blib/man3/CGI::Session::Test::Default.3 blib/man3/CGI::Session::Driver.3 blib/man3/CGI::Session::Driver::postgresql.3 blib/man3/CGI::Session::ErrorHandler.3 blib/man3/CGI::Session.3 blib/man3/CGI::Session::Driver::db_file.3 blib/man3/CGI::Session::ID::md5.3 blib/man3/CGI::Session::Driver::sqlite.3 blib/man3/CGI::Session::Serialize::storable.3 blib/man3/CGI::Session::Driver::DBI.3 blib/lib/ blib/lib/CGI/ blib/lib/CGI/Session.pm blib/lib/CGI/Session/ blib/lib/CGI/Session/ID/ blib/lib/CGI/Session/ID/incr.pm blib/lib/CGI/Session/ID/md5.pm blib/lib/CGI/Session/ID/static.pm blib/lib/CGI/Session/Test/ blib/lib/CGI/Session/Test/Default.pm blib/lib/CGI/Session/Serialize/ blib/lib/CGI/Session/Serialize/default.pm blib/lib/CGI/Session/Serialize/storable.pm blib/lib/CGI/Session/Serialize/freezethaw.pm blib/lib/CGI/Session/Driver.pm blib/lib/CGI/Session/Driver/ blib/lib/CGI/Session/Driver/DBI.pm blib/lib/CGI/Session/Driver/postgresql.pm blib/lib/CGI/Session/Driver/file.pm blib/lib/CGI/Session/Driver/mysql.pm blib/lib/CGI/Session/Driver/sqlite.pm blib/lib/CGI/Session/Driver/db_file.pm blib/lib/CGI/Session/Tutorial.pm blib/lib/CGI/Session/ErrorHandler.pm >>> mv /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/CGI-Session-4.48.ppd /data/fly2200/var/REPO/M/MA/MARKSTOS Running test for module 'CTK' Running make for A/AB/ABALAMA/CTKlib-1.17.tar.gz Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/A/AB/ABALAMA/CTKlib-1.17.tar.gz ok CTKlib-1.17/ CTKlib-1.17/xs/ CTKlib-1.17/xs/Util.xs CTKlib-1.17/xs/MANIFEST CTKlib-1.17/xs/README CTKlib-1.17/xs/Makefile.PL CTKlib-1.17/t/ CTKlib-1.17/t/01-use.t CTKlib-1.17/t/03-xsutil.t CTKlib-1.17/t/02-version.t CTKlib-1.17/t/04-ctkx.t CTKlib-1.17/t/06-format.t CTKlib-1.17/t/08-tfvals.t CTKlib-1.17/t/05-helper.t CTKlib-1.17/t/07-cgu_void.t CTKlib-1.17/TODO CTKlib-1.17/INSTALL CTKlib-1.17/LICENSE CTKlib-1.17/CHANGES CTKlib-1.17/bin/ CTKlib-1.17/bin/ctklib-tiny CTKlib-1.17/bin/pv.exe CTKlib-1.17/bin/ctklib CTKlib-1.17/META.json CTKlib-1.17/MANIFEST CTKlib-1.17/README CTKlib-1.17/Makefile.PL CTKlib-1.17/lib/ CTKlib-1.17/lib/CTKx.pm CTKlib-1.17/lib/CTK/ CTKlib-1.17/lib/CTK/ConfGenUtil.pm CTKlib-1.17/lib/CTK/DBI.pm CTKlib-1.17/lib/CTK/Util.pm CTKlib-1.17/lib/CTK/CPX.pm CTKlib-1.17/lib/CTK/TFVals.pm CTKlib-1.17/lib/CTK/Helper/ CTKlib-1.17/lib/CTK/Helper/SkelModule.pm CTKlib-1.17/lib/CTK/Helper/SkelRegular.pm CTKlib-1.17/lib/CTK/Helper/SkelTiny.pm CTKlib-1.17/lib/CTK/Crypt.pm CTKlib-1.17/lib/CTK/Status.pm CTKlib-1.17/lib/CTK/Net.pm CTKlib-1.17/lib/CTK/Arc.pm CTKlib-1.17/lib/CTK/Log.pm CTKlib-1.17/lib/CTK/Helper.pm CTKlib-1.17/lib/CTK/File.pm CTKlib-1.17/lib/CTK/XS/ CTKlib-1.17/lib/CTK/XS/Util.pm CTKlib-1.17/lib/CTK/CLI.pm CTKlib-1.17/lib/CTK/FilePid.pm CTKlib-1.17/lib/CTK.pm CTKlib-1.17/META.yml Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building A/AB/ABALAMA/CTKlib-1.17.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite namespace::autoclean 0.13 not found. Checking if your kit is complete... Looks good WARNING: ABSTRACT contains control character(s), they will be removed Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CTK::XS::Util Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for CTK Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ABALAMA/CTKlib-1.17.tar.gz ---- namespace::autoclean [requires] Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'namespace::autoclean' Running make for E/ET/ETHER/namespace-autoclean-0.26.tar.gz Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/E/ET/ETHER/namespace-autoclean-0.26.tar.gz ok namespace-autoclean-0.26/ namespace-autoclean-0.26/Build.PL namespace-autoclean-0.26/Changes namespace-autoclean-0.26/CONTRIBUTING namespace-autoclean-0.26/dist.ini namespace-autoclean-0.26/INSTALL namespace-autoclean-0.26/lib/ namespace-autoclean-0.26/LICENSE namespace-autoclean-0.26/Makefile.PL namespace-autoclean-0.26/MANIFEST namespace-autoclean-0.26/META.json namespace-autoclean-0.26/META.yml namespace-autoclean-0.26/README namespace-autoclean-0.26/t/ namespace-autoclean-0.26/xt/ namespace-autoclean-0.26/xt/author/ namespace-autoclean-0.26/xt/basic.t namespace-autoclean-0.26/xt/class_mop.t namespace-autoclean-0.26/xt/lib/ namespace-autoclean-0.26/xt/moo.t namespace-autoclean-0.26/xt/moose-parameterized-role.t namespace-autoclean-0.26/xt/moose.t namespace-autoclean-0.26/xt/mouse.t namespace-autoclean-0.26/xt/overload.t namespace-autoclean-0.26/xt/release/ namespace-autoclean-0.26/xt/role_tiny.t namespace-autoclean-0.26/xt/release/changes_has_content.t namespace-autoclean-0.26/xt/release/cpan-changes.t namespace-autoclean-0.26/xt/release/distmeta.t namespace-autoclean-0.26/xt/release/minimum-version.t namespace-autoclean-0.26/xt/release/mojibake.t namespace-autoclean-0.26/xt/release/pod-coverage.t namespace-autoclean-0.26/xt/release/pod-no404s.t namespace-autoclean-0.26/xt/release/pod-syntax.t namespace-autoclean-0.26/xt/release/portability.t namespace-autoclean-0.26/xt/lib/ClassMOPClean.pm namespace-autoclean-0.26/xt/lib/ClassMOPDirty.pm namespace-autoclean-0.26/xt/lib/Clean.pm namespace-autoclean-0.26/xt/lib/Composer.pm namespace-autoclean-0.26/xt/lib/Dirty.pm namespace-autoclean-0.26/xt/lib/DoesNotCompile.pm namespace-autoclean-0.26/xt/lib/ExporterModule.pm namespace-autoclean-0.26/xt/lib/MooseExporter.pm namespace-autoclean-0.26/xt/lib/MooseyClean.pm namespace-autoclean-0.26/xt/lib/MooseyComposer.pm namespace-autoclean-0.26/xt/lib/MooseyDirty.pm namespace-autoclean-0.26/xt/lib/MooseyParameterizedComposer.pm namespace-autoclean-0.26/xt/lib/MooseyParameterizedRole.pm namespace-autoclean-0.26/xt/lib/MooseyRole.pm namespace-autoclean-0.26/xt/lib/MooyClean.pm namespace-autoclean-0.26/xt/lib/MooyComposer.pm namespace-autoclean-0.26/xt/lib/MooyDirty.pm namespace-autoclean-0.26/xt/lib/MooyRole.pm namespace-autoclean-0.26/xt/lib/MouseyClean.pm namespace-autoclean-0.26/xt/lib/MouseyComposer.pm namespace-autoclean-0.26/xt/lib/MouseyDirty.pm namespace-autoclean-0.26/xt/lib/MouseyRole.pm namespace-autoclean-0.26/xt/lib/Overloader.pm namespace-autoclean-0.26/xt/lib/Role.pm namespace-autoclean-0.26/xt/lib/SubClean.pm namespace-autoclean-0.26/xt/lib/SubDirty.pm namespace-autoclean-0.26/xt/lib/SubExporterModule.pm namespace-autoclean-0.26/xt/author/00-compile.t namespace-autoclean-0.26/xt/author/clean-namespaces.t namespace-autoclean-0.26/xt/author/eol.t namespace-autoclean-0.26/xt/author/kwalitee.t namespace-autoclean-0.26/xt/author/no-tabs.t namespace-autoclean-0.26/xt/author/pod-spell.t namespace-autoclean-0.26/t/00-report-prereqs.dd namespace-autoclean-0.26/t/00-report-prereqs.t namespace-autoclean-0.26/t/also.t namespace-autoclean-0.26/t/basic.t namespace-autoclean-0.26/t/broken_meta.t namespace-autoclean-0.26/t/cleanee.t namespace-autoclean-0.26/t/constant.t namespace-autoclean-0.26/t/except.t namespace-autoclean-0.26/t/matchclean.t namespace-autoclean-0.26/t/moo.t namespace-autoclean-0.26/t/moose-withoverloading.t namespace-autoclean-0.26/t/moose.t namespace-autoclean-0.26/t/mouse-pp.t namespace-autoclean-0.26/t/mouse.t namespace-autoclean-0.26/t/overload.t namespace-autoclean-0.26/t/sub-install.t namespace-autoclean-0.26/t/sub-name.t namespace-autoclean-0.26/lib/namespace/ namespace-autoclean-0.26/lib/namespace/autoclean.pm Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building E/ET/ETHER/namespace-autoclean-0.26.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for namespace::autoclean Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- ETHER/namespace-autoclean-0.26.tar.gz ---- Test::Requires [build_requires] Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test Delayed until after prerequisites Running test for module 'Test::Requires' Running make for T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'get' Checksum for /data/fly2200/var/cpan/sources/authors/id/T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz ok Test-Requires-0.08/Changes Test-Requires-0.08/LICENSE Test-Requires-0.08/META.json Test-Requires-0.08/Makefile.PL Test-Requires-0.08/README.md Test-Requires-0.08/cpanfile Test-Requires-0.08/lib/Test/Requires.pm Test-Requires-0.08/minil.toml Test-Requires-0.08/t/00_compile.t Test-Requires-0.08/t/01_simple.t Test-Requires-0.08/t/02_no_plan.t Test-Requires-0.08/t/03_import_hashref.t Test-Requires-0.08/t/04_import_array.t Test-Requires-0.08/t/05_success.t Test-Requires-0.08/t/06_perlver.t Test-Requires-0.08/xt/02_perlcritic.t Test-Requires-0.08/xt/perlcriticrc Test-Requires-0.08/META.yml Test-Requires-0.08/MANIFEST Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'make' CPAN.pm: Building T/TO/TOKUHIROM/Test-Requires-0.08.tar.gz >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL cp META.json MYMETA.json cp META.yml MYMETA.yml Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Requires >>> make cp lib/Test/Requires.pm blib/lib/Test/Requires.pm Manifying 1 pod document TOKUHIROM/Test-Requires-0.08.tar.gz make -- OK Prepending /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/arch /data/fly2200/var/cpan/build/CGI-Session-4.48-WaAT8D/blib/lib /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/arch /data/fly2200/var/cpan/build/Mail-POP3Client-2.19-hVs8BH/blib/lib /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/arch /data/fly2200/var/cpan/build/TemplateM-3.03-KXt8r7/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Test::More: 1.001014 t/00_compile.t ......... 1..1 ok 1 - use Test::Requires; ok t/01_simple.t .......... 1..10 ok 1 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 2 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 3 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 4 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 5 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 6 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 7 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 8 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 9 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok 10 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found ok t/02_no_plan.t ......... ok 1 # skip Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found 1..1 ok t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/05_success.t ......... 1..1 ok 1 ok t/06_perlver.t ......... ok 1 - should reach here ok 2 # skip Perl v5.999.0 required (did you mean v5.9.0?)--this is only v5.22.0, stopped at (eval 8) line 2. # BEGIN failed--compilation aborted at (eval 8) line 2. # 1..2 ok All tests successful. Files=7, Tests=15, 0 wallclock secs ( 0.06 usr 0.01 sys + 0.37 cusr 0.05 csys = 0.49 CPU) Result: PASS TOKUHIROM/Test-Requires-0.08.tar.gz make test TEST_VERBOSE=1 -- OK Can't call method "fullname" on an undefined value at /data/fly2200/lib/Fly/MakePPD.pm line 166. /data/fly2200/ap2200-299134/bin/perl-static exits with 255.