---------------------------------------- #### 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 ---------------------------------------- Checking if your kit is complete... Warning: the following files are missing in your kit: Makefile.old Please inform the author. Writing Makefile for CGI::Session Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/CGI/Session/Test/Default.pm blib\lib\CGI\Session\Test\Default.pm cp lib/CGI/Session/Driver/postgresql.pm blib\lib\CGI\Session\Driver\postgresql.pm cp lib/CGI/Session/Driver/sqlite.pm blib\lib\CGI\Session\Driver\sqlite.pm cp lib/CGI/Session/Driver.pm blib\lib\CGI\Session\Driver.pm cp lib/CGI/Session/ID/static.pm blib\lib\CGI\Session\ID\static.pm cp lib/CGI/Session/Serialize/json.pm blib\lib\CGI\Session\Serialize\json.pm cp lib/CGI/Session/Serialize/storable.pm blib\lib\CGI\Session\Serialize\storable.pm cp lib/CGI/Session/Driver/db_file.pm blib\lib\CGI\Session\Driver\db_file.pm cp lib/CGI/Session/Driver/mysql.pm blib\lib\CGI\Session\Driver\mysql.pm cp lib/CGI/Session.pm blib\lib\CGI\Session.pm cp lib/CGI/Session/Driver/DBI.pm blib\lib\CGI\Session\Driver\DBI.pm cp lib/CGI/Session/Tutorial.pm blib\lib\CGI\Session\Tutorial.pm cp lib/CGI/Session/ID/incr.pm blib\lib\CGI\Session\ID\incr.pm cp lib/CGI/Session/Serialize/freezethaw.pm blib\lib\CGI\Session\Serialize\freezethaw.pm cp lib/CGI/Session/Serialize/yaml.pm blib\lib\CGI\Session\Serialize\yaml.pm cp lib/CGI/Session/ErrorHandler.pm blib\lib\CGI\Session\ErrorHandler.pm cp lib/CGI/Session/Serialize/default.pm blib\lib\CGI\Session\Serialize\default.pm cp lib/CGI/Session/Driver/file.pm blib\lib\CGI\Session\Driver\file.pm cp lib/CGI/Session/ID/md5.pm blib\lib\CGI\Session\ID\md5.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/api3_db_file..................1..0 # Skip DB_File not available skipped all skipped: DB_File not available t/api3_db_file_freezethaw.......1..0 # Skip DB_File not available skipped all skipped: DB_File not available t/api3_db_file_storable.........1..0 # Skip DB_File not available skipped all skipped: DB_File not available t/api3_db_file_storable_incr....1..0 # Skip DB_File not available skipped all skipped: DB_File not available t/api3_file.....................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..........1..0 # Skip FreezeThaw not available skipped all skipped: FreezeThaw not available t/api3_file_freezethaw_incr.....1..0 # Skip FreezeThaw not available skipped all skipped: FreezeThaw not available t/api3_file_storable............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.......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.....................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 t/api3_obj_store................#Using Storable as object serializer 1..8 ok ok ok ok ok ok ok ok ok t/api3_obj_store_db_file........1..0 #Skipped: DB_File is not available skipped all skipped: DB_File is not available t/bug21952......................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/cgi_simple....................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....................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....................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........................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 t/find..........................1..8 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 - The found session has been deleted ok 8 - find() returned no errors ok t/flush.........................ok 1 - found session id ok 2 - found session data file 1..2 ok t/g4............................1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 ok 5 ok 6 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 1d22c65d1fdb918d7048fd3b408bba49 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 :948c61a1436245d66ec29933b0d51701 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 '948c61a1436245d66ec29933b0d51701' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (948c61a1436245d66ec29933b0d51701) couldn't be recovered. New ID is: 7fa4d006f87f874f2dd1d63e608b5a7b ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (7fa4d006f87f874f2dd1d63e608b5a7b) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedObjectClass created successfully ok 72 - OverloadedObjectClass is properly overloaded ok 73 - OverloadedObjectClass is an object ok 74 ok 75 - 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 === Can't locate object method "refaddr" via package "OverloadedObjectClass" at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Session\blib\lib/CGI/Session/Serialize/default.pm line 89. # Looks like you planned 101 tests but only ran 82. # Looks like your test died just after 82. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 83-101 Failed 19/101 tests, 81.19% okay t/g4_dbfile.....................1..0 # Skip DB_File is NOT available skipped all skipped: DB_File is NOT available t/g4_dbfile_freezethaw..........1..0 # Skip DB_File is NOT available skipped all skipped: DB_File is NOT available t/g4_dbfile_json................1..0 # Skip DB_File is NOT available skipped all skipped: DB_File is NOT available t/g4_dbfile_storable............1..0 # Skip DB_File is NOT available skipped all skipped: DB_File is NOT available t/g4_dbfile_yaml................1..0 # Skip DB_File is NOT available skipped all skipped: DB_File is NOT available t/g4_freezethaw.................1..0 # Skip FreezeThaw is NOT available skipped all skipped: FreezeThaw is NOT available t/g4_mysql......................1..0 # Skip DBD::mysql is NOT available skipped all skipped: DBD::mysql is NOT available t/g4_mysql_freezethaw...........1..0 # Skip DBD::mysql is NOT available skipped all skipped: DBD::mysql is NOT available t/g4_mysql_storable.............1..0 # Skip DBD::mysql is NOT available skipped all skipped: DBD::mysql is NOT available t/g4_postgresql.................1..0 # Skip DataSource is not known skipped all skipped: DataSource is not known t/g4_postgresql_freezethaw......1..0 # Skip DataSource is not known skipped all skipped: DataSource is not known t/g4_postgresql_storable........1..0 # Skip DataSource is not known skipped all skipped: DataSource is not known t/g4_sqlite.....................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 ok 9 ok 10 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 32ef1f8a59439af27724d886ffd1b951 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 :1e7faf48a3daf8fcd714fc5c974b01a8 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 '1e7faf48a3daf8fcd714fc5c974b01a8' removed from datastore successfully ok 63 - session object created successfully ok 64 - claimed ID (1e7faf48a3daf8fcd714fc5c974b01a8) couldn't be recovered. New ID is: 62fd3bdf23754c39e86aa1c17ace226e ok 65 - === 5 === ok 66 - Session object created successfully ok 67 - claimed id (62fd3bdf23754c39e86aa1c17ace226e) was recovered successfully! ok 68 - === 6 === ok 69 - Session object created successfully ok 70 - New object created, because previous object was deleted ok 71 - SimpleObjectClass created successfully ok 72 ok 73 ok 74 ok 75 - OverloadedObjectClass created successfully ok 76 - OverloadedObjectClass is properly overloaded ok 77 - OverloadedObjectClass is an object ok 78 ok 79 - 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 === Can't locate object method "refaddr" via package "OverloadedObjectClass" at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\CGI-Session\blib\lib/CGI/Session/Serialize/default.pm line 89. # Looks like you planned 105 tests but only ran 86. # Looks like your test died just after 86. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 87-105 Failed 19/105 tests, 81.90% okay t/g4_sqlite_freezethaw..........1..0 # Skip FreezeThaw is NOT available skipped all skipped: FreezeThaw is NOT available t/g4_sqlite_storable............1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 ok 5 ok 6 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 7a4eac48c9ea3585e9b99c990d2eb05a 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 :79ce76c0d001232ebdd22a19d0e4d538 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 '79ce76c0d001232ebdd22a19d0e4d538' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (79ce76c0d001232ebdd22a19d0e4d538) couldn't be recovered. New ID is: 166beee58bc1fda30839afef366da1dc ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (166beee58bc1fda30839afef366da1dc) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedObjectClass created successfully ok 72 - OverloadedObjectClass is properly overloaded ok 73 - OverloadedObjectClass is an object ok 74 ok 75 - 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 - 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 - 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...................1..101 ok 1 - use CGI::Session; ok 2 - === 1 === ok 3 - empty session should be created ok 4 ok 5 ok 6 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 7485a043afdafee16dc198b5ee6e6cae 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 :0d64b7fc924a619b151f5c606aa35166 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 '0d64b7fc924a619b151f5c606aa35166' removed from datastore successfully ok 59 - session object created successfully ok 60 - claimed ID (0d64b7fc924a619b151f5c606aa35166) couldn't be recovered. New ID is: 87cc6042a1a708672555ae4ad7230267 ok 61 - === 5 === ok 62 - Session object created successfully ok 63 - claimed id (87cc6042a1a708672555ae4ad7230267) was recovered successfully! ok 64 - === 6 === ok 65 - Session object created successfully ok 66 - New object created, because previous object was deleted ok 67 - SimpleObjectClass created successfully ok 68 ok 69 ok 70 ok 71 - OverloadedObjectClass created successfully ok 72 - OverloadedObjectClass is properly overloaded ok 73 - OverloadedObjectClass is an object ok 74 ok 75 - 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 - 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 - 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........................ok 1 - has header() method ok 2 - has http_header() method 1..2 ok t/ip_matches....................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........................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..........................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 - expected error when load() called as instance method. 1..4 ok t/name..........................1..10 ok 1 - use CGI::Session; ok 2 ok 3 - name used as class method ok 4 - name as class method w/ param ok 5 - name as class method w/ param effective? ok 6 - name as instance method ok 7 - instance method falls through to class ok 8 - instance method w/ param ok 9 - instance method w/ param effective? ok 10 - instance method did not affect class method ok t/parse_dsn.....................1..1 ok 1 - parse_dsn: abbreviation and lower-casing ok t/remote_addr...................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 t/str2seconds...................ok 1 - got expected result when converting 1w to seconds ok 2 - got expected result when converting 1s to seconds ok 3 - got expected result when converting 1m to seconds ok 4 - got expected result when converting +1m to seconds ok 5 - got expected result when converting 1d to seconds ok 6 - got expected result when converting -1m to seconds ok 7 - got expected result when converting 1y to seconds ok 8 - got expected result when converting 1M to seconds ok 9 - got expected result when converting 1h to seconds 1..9 ok t/symlink_db_file...............1..0 # Skip DB_File not available skipped all skipped: DB_File not available t/symlink_file..................1..0 # Skip Your OS doesn't support symlinks skipped all skipped: Your OS doesn't support symlinks Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/g4.t 255 65280 101 38 83-101 t/g4_sqlite.t 255 65280 105 38 87-105 22 tests skipped. Failed 2/46 test scripts. 38/573 subtests failed. Files=46, Tests=573, 32 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 2/46 test programs. 38/573 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.