Start 2010-02-22T10:38:48 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Mon, 22 Feb 2010 22:57:51 GMT Running make for U/UN/UNRTST/WWW-Authen-Simple-1.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/U/UN/UNRTST/WWW-Authen-Simple-1.22.tar.gz ok WWW-Authen-Simple-1.22/ WWW-Authen-Simple-1.22/README WWW-Authen-Simple-1.22/META.yml WWW-Authen-Simple-1.22/Simple.pm WWW-Authen-Simple-1.22/MANIFEST WWW-Authen-Simple-1.22/examples/ WWW-Authen-Simple-1.22/examples/mysql_schema.sql WWW-Authen-Simple-1.22/examples/README WWW-Authen-Simple-1.22/examples/addusers.pl WWW-Authen-Simple-1.22/examples/example.pl WWW-Authen-Simple-1.22/Makefile.PL WWW-Authen-Simple-1.22/Changes WWW-Authen-Simple-1.22/t/ WWW-Authen-Simple-1.22/t/1.t WWW-Authen-Simple-1.22/t/dbh.config CPAN.pm: Going to build U/UN/UNRTST/WWW-Authen-Simple-1.22.tar.gz >>> /home/fly1200/ap1200x/bin/perl-dynamic Makefile.PL I will use the following settings for compiling and testing: testdb (default) = test testdriver (default) = testdsn (default) = testhost (default) = testpassword (default) = testport (default) = testuser (default) = To change these settings, see 'perl Makefile.PL --help'. ------------------------------!!!! WARNING !!!!------------------------------- --- The test suite (runnable with "make test") will attempt to create --- --- tables in the database that you configured this for (by default the --- --- "test" database). It will also insert data into those tables, and --- --- DROP the tables once it has completed it's tests. --- --- The table names it uses are "Users", "Groups", "UserGroups", and --- --- "sessions". --- --- Make sure you specify a database that can afford having these --- --- opperations done. The default database "test" is often safe to use. --- ------------------------------!!!! WARNING !!!!------------------------------- Checking if your kit is complete... Looks good Writing Makefile for WWW::Authen::Simple >>> make cp Simple.pm blib/lib/WWW/Authen/Simple.pm Manifying blib/man3/WWW::Authen::Simple.3 UNRTST/WWW-Authen-Simple-1.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200x/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t DBI connect('test::','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/1.t line 53 t/1.t .. 1..63 ok 1 - loading module ok 2 - running import ok 3 # skip Can't test internals without a database connection. ok 4 # skip Can't test internals without a database connection. ok 5 # skip Can't test internals without a database connection. ok 6 # skip Can't test internals without a database connection. ok 7 # skip Can't test internals without a database connection. ok 8 # skip Can't test internals without a database connection. ok 9 # skip Can't test internals without a database connection. ok 10 # skip Can't test internals without a database connection. ok 11 # skip Can't test internals without a database connection. ok 12 # skip Can't test internals without a database connection. ok 13 # skip Can't test internals without a database connection. ok 14 # skip Can't test internals without a database connection. ok 15 # skip Can't test internals without a database connection. ok 16 # skip Can't test internals without a database connection. ok 17 # skip Can't test internals without a database connection. ok 18 # skip Can't test internals without a database connection. ok 19 # skip Can't test internals without a database connection. ok 20 # skip Can't test internals without a database connection. ok 21 # skip Can't test internals without a database connection. ok 22 # skip Can't test internals without a database connection. ok 23 # skip Can't test internals without a database connection. ok 24 # skip Can't test internals without a database connection. ok 25 # skip Can't test internals without a database connection. ok 26 # skip Can't test internals without a database connection. ok 27 # skip Can't test internals without a database connection. ok 28 # skip Can't test internals without a database connection. ok 29 # skip Can't test internals without a database connection. ok 30 # skip Can't test internals without a database connection. ok 31 # skip Can't test internals without a database connection. ok 32 # skip Can't test internals without a database connection. ok 33 # skip Can't test internals without a database connection. ok 34 # skip Can't test internals without a database connection. ok 35 # skip Can't test internals without a database connection. ok 36 # skip Can't test internals without a database connection. ok 37 # skip Can't test internals without a database connection. ok 38 # skip Can't test internals without a database connection. ok 39 # skip Can't test internals without a database connection. ok 40 # skip Can't test internals without a database connection. ok 41 # skip Can't test internals without a database connection. ok 42 # skip Can't test internals without a database connection. ok 43 # skip Can't test internals without a database connection. ok 44 # skip Can't test internals without a database connection. ok 45 # skip Can't test internals without a database connection. ok 46 # skip Can't test internals without a database connection. ok 47 # skip Can't test internals without a database connection. ok 48 # skip Can't test internals without a database connection. ok 49 # skip Can't test internals without a database connection. ok 50 # skip Can't test internals without a database connection. ok 51 # skip Can't test internals without a database connection. ok 52 # skip Can't test internals without a database connection. ok 53 # skip Can't test internals without a database connection. ok 54 # skip Can't test internals without a database connection. ok 55 # skip Can't test internals without a database connection. ok 56 # skip Can't test internals without a database connection. ok 57 # skip Can't test internals without a database connection. ok 58 # skip Can't test internals without a database connection. ok 59 # skip Can't test internals without a database connection. ok 60 # skip Can't test internals without a database connection. ok 61 # skip Can't test internals without a database connection. ok 62 # skip Can't test internals without a database connection. ok 63 # skip Can't test internals without a database connection. ok All tests successful. Files=1, Tests=63, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.08 cusr 0.01 csys = 0.12 CPU) Result: PASS UNRTST/WWW-Authen-Simple-1.22.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Joshua I. Miller <unrtstRMSPAM@gmail.com> Cookie based session and authentication module using database backend. Also provides group based authorization. >>> (cd /home/fly1200/var/cpan/build/WWW-Authen-Simple-1.22-URNJGV && tar cvf - WWW-Authen-Simple-1.22.ppd blib) | gzip -c >/home/fly1200/var/REPO/U/UN/UNRTST/WWW-Authen-Simple-1.22.tar.gz WWW-Authen-Simple-1.22.ppd blib/ blib/lib/ blib/lib/WWW/ blib/lib/WWW/Authen/ blib/lib/WWW/Authen/Simple.pm blib/man3/ blib/man3/WWW::Authen::Simple.3 >>> mv /home/fly1200/var/cpan/build/WWW-Authen-Simple-1.22-URNJGV/WWW-Authen-Simple-1.22.ppd /home/fly1200/var/REPO/U/UN/UNRTST Finished 2010-02-22T10:38:51