Checking if your kit is complete... Looks good Writing Makefile for SQL::Schema cp lib/SQL/Schema/Package.pm blib/lib/SQL/Schema/Package.pm cp lib/SQL/Schema/Procedure.pm blib/lib/SQL/Schema/Procedure.pm cp lib/SQL/Schema/Source.pm blib/lib/SQL/Schema/Source.pm cp lib/SQL/Schema/Table.pm blib/lib/SQL/Schema/Table.pm cp lib/SQL/Schema/Trigger.pm blib/lib/SQL/Schema/Trigger.pm cp lib/SQL/Schema/View.pm blib/lib/SQL/Schema/View.pm cp lib/SQL/Schema/Table/Column.pm blib/lib/SQL/Schema/Table/Column.pm cp lib/SQL/Schema/Function.pm blib/lib/SQL/Schema/Function.pm cp lib/SQL/Schema/Package/Body.pm blib/lib/SQL/Schema/Package/Body.pm cp lib/SQL/Schema.pm blib/lib/SQL/Schema.pm cp lib/SQL/Schema/Sequence.pm blib/lib/SQL/Schema/Sequence.pm cp lib/SQL/Schema/Constraint.pm blib/lib/SQL/Schema/Constraint.pm cp scripts/export_schema blib/script/export_schema /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/export_schema Manifying blib/man1/export_schema.1 Manifying blib/man3/SQL::Schema::Procedure.3 Manifying blib/man3/SQL::Schema::Package.3 Manifying blib/man3/SQL::Schema::Source.3 Manifying blib/man3/SQL::Schema::Table::Column.3 Manifying blib/man3/SQL::Schema::View.3 Manifying blib/man3/SQL::Schema::Trigger.3 Manifying blib/man3/SQL::Schema::Table.3 Manifying blib/man3/SQL::Schema::Function.3 Manifying blib/man3/SQL::Schema::Package::Body.3 Manifying blib/man3/SQL::Schema.3 Manifying blib/man3/SQL::Schema::Constraint.3 Manifying blib/man3/SQL::Schema::Sequence.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/[0-9][0-9]-*/[0-9][0-9]*.t t/00-init/00-schema.....................1..14 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/00-init/00-schema.t line 6. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/01-Schema/01-new......................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/01-Schema/01-new.t line 5. BEGIN failed--compilation aborted at t/01-Schema/01-new.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/01-Schema/02-name.....................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/01-Schema/02-name.t line 5. BEGIN failed--compilation aborted at t/01-Schema/02-name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/02-Sequence/01-new....................1..20 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 ok 1 # Test 3 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 32) # Expected: "/Unsupported value for `cycle_flag'/" # t/02-Sequence/01-new.t line 32 is: ok($@||'',"/Unsupported value for `cycle_flag'/"); ok 2 # Test 4 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 44) # Expected: "/Value for `start_with' needs to be an integer/" # t/02-Sequence/01-new.t line 44 is: ok($@||'',"/Value for `start_with' needs to be an integer/"); not ok 3 # Test 5 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 56) not ok 4 # Expected: "/Value for `start_with' needs to be an integer/" # t/02-Sequence/01-new.t line 56 is: ok($@||'',"/Value for `start_with' needs to be an integer/"); not ok 5 # Test 6 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 68) # Expected: "/Value for `start_with' needs to be an integer/" # t/02-Sequence/01-new.t line 68 is: ok($@||'',"/Value for `start_with' needs to be an integer/"); not ok 6 # Test 7 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 80) # Expected: "/Value for `start_with' needs to be an integer/" # t/02-Sequence/01-new.t line 80 is: ok($@||'',"/Value for `start_with' needs to be an integer/"); not ok 7 # Test 8 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 95) # Expected: "" # t/02-Sequence/01-new.t line 95 is: ok($@||'',''); not ok 8 # Test 9 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 110) # Expected: "" # t/02-Sequence/01-new.t line 110 is: ok($@||'',''); not ok 9 # Test 10 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 125) # Expected: "" # t/02-Sequence/01-new.t line 125 is: ok($@||'',''); not ok 10 # Test 11 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 141) # Expected: "" # t/02-Sequence/01-new.t line 141 is: ok($@||'',''); not ok 11 # Test 12 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 157) # Expected: "" # t/02-Sequence/01-new.t line 157 is: ok($@||'',''); not ok 12 # Test 13 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123.\n" (t/02-Sequence/01-new.t at line 173) # Expected: "" # t/02-Sequence/01-new.t line 173 is: ok($@||'',''); not ok 13 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-20 Failed 18/20 tests, 10.00% okay t/02-Sequence/02-select.................1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/02-Sequence/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/02-Sequence/03-schema_name............1..4 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/02-Sequence/03-schema_name.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/02-Sequence/04-name...................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/02-Sequence/05-min_value..............1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:41 2007 # Current time GMT: Mon Nov 26 10:04:41 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/02-Sequence/06-max_value..............1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/02-Sequence/07-increment_by...........1..4 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/02-Sequence/08-cycle_flag.............1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/02-Sequence/09-order_flag.............1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/02-Sequence/10-cache_size.............1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/02-Sequence/11-start_with.............1..4 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/02-Sequence/12-cycle..................1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/02-Sequence/13-order..................1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/02-Sequence/14-qualified_name.........1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/02-Sequence/15-create_statement.......1..11 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/02-Sequence/15-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay t/02-Sequence/16-drop_statement.........1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Sequence.pm line 123. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/03-TColumn/01-new.....................1..14 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 # Test 4 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 35) # Expected: "/Value for `data_length' needs to be an integer/" # t/03-TColumn/01-new.t line 35 is: ok($@||'',"/Value for `data_length' needs to be an integer/"); not ok 4 # Test 5 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 46) # Expected: "/Unsupported value for `nullable'/" # t/03-TColumn/01-new.t line 46 is: ok($@||'',"/Unsupported value for `nullable'/"); not ok 5 # Test 6 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 57) # Expected: "/attribute `data_length' needs to be a non negative value/" # t/03-TColumn/01-new.t line 57 is: ok($@||'',"/attribute `data_length' needs to be a non negative value/"); not ok 6 # Test 7 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 68) # Expected: "/attribute `data_precision' needs to be a non negative value/" # t/03-TColumn/01-new.t line 68 is: ok($@||'',"/attribute `data_precision' needs to be a non negative value/"); not ok 7 # Test 8 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 79) # Expected: "/attribute `data_scale' requires `data_length' or `data_precision'/" not ok 8 # t/03-TColumn/01-new.t line 79 is: ok( # Test 9 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118.\n" (t/03-TColumn/01-new.t at line 95) # Expected: "" # t/03-TColumn/01-new.t line 95 is: ok($@||'',''); not ok 9 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-14 Failed 11/14 tests, 21.43% okay t/03-TColumn/02-select..................1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/03-TColumn/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/03-TColumn/03-name....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03-TColumn/04-data_type...............1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:42 2007 # Current time GMT: Mon Nov 26 10:04:42 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/03-TColumn/05-data_length.............1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/03-TColumn/06-data_precision..........1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/03-TColumn/07-data_scale..............1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/03-TColumn/08-nullable................1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/03-TColumn/09-data_default............1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/03-TColumn/20-nullable_bool...........1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table/Column.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/03-TColumn/30-column_definition.......1..14 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:43 2007 # Current time GMT: Mon Nov 26 10:04:43 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/03-TColumn/30-column_definition.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/04-Constraint/01-new..................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/01-new.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/01-new.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/02-select_columns.......Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/04-Constraint/02-select_columns.t line 8. BEGIN failed--compilation aborted at t/04-Constraint/02-select_columns.t line 8. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/03-select...............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/04-Constraint/03-select.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/03-select.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/10-name.................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/10-name.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/10-name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/11-type.................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/11-type.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/11-type.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/12-search_condition.....Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/12-search_condition.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/12-search_condition.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/13-delete_rule..........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/13-delete_rule.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/13-delete_rule.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/14-status...............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/14-status.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/14-status.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/15-deferrable...........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/15-deferrable.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/15-deferrable.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/16-deferred.............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/16-deferred.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/16-deferred.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/17-generated............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/17-generated.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/17-generated.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/18-validated............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/18-validated.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/18-validated.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/19-columns..............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/19-columns.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/19-columns.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/20-r_schema.............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/20-r_schema.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/20-r_schema.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/21-r_table_name.........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/21-r_table_name.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/21-r_table_name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/23-r_columns............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/23-r_columns.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/23-r_columns.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/30-cascade..............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/30-cascade.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/30-cascade.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/31-enabled..............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/31-enabled.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/31-enabled.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/32-deferrable_b.........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/32-deferrable_b.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/32-deferrable_b.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/33-deferred_b...........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/33-deferred_b.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/33-deferred_b.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/34-generated_b..........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/34-generated_b.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/34-generated_b.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/35-validated_b..........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/35-validated_b.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/35-validated_b.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/04-Constraint/40-constraint_clause....Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/04-Constraint/40-constraint_clause.t line 5. BEGIN failed--compilation aborted at t/04-Constraint/40-constraint_clause.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/01-new.......................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/05-Table/01-new.t line 5. BEGIN failed--compilation aborted at t/05-Table/01-new.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/02-select....................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/02-select.t line 5. BEGIN failed--compilation aborted at t/05-Table/02-select.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/03-schema_name...............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/03-schema_name.t line 5. BEGIN failed--compilation aborted at t/05-Table/03-schema_name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/04-name......................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/04-name.t line 5. BEGIN failed--compilation aborted at t/05-Table/04-name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/05-columns...................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/05-columns.t line 5. BEGIN failed--compilation aborted at t/05-Table/05-columns.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/06-pct_free..................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/06-pct_free.t line 5. BEGIN failed--compilation aborted at t/05-Table/06-pct_free.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/07-pct_used..................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/07-pct_used.t line 5. BEGIN failed--compilation aborted at t/05-Table/07-pct_used.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/08-ini_trans.................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/08-ini_trans.t line 5. BEGIN failed--compilation aborted at t/05-Table/08-ini_trans.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/09-constraints...............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/05-Table/09-constraints.t line 5. BEGIN failed--compilation aborted at t/05-Table/09-constraints.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/20-qualified_name............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/20-qualified_name.t line 5. BEGIN failed--compilation aborted at t/05-Table/20-qualified_name.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/21-create_statement..........Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at t/05-Table/21-create_statement.t line 5. BEGIN failed--compilation aborted at t/05-Table/21-create_statement.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/05-Table/22-drop_statement............Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at t/05-Table/22-drop_statement.t line 5. BEGIN failed--compilation aborted at t/05-Table/22-drop_statement.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/06-View/01-new........................1..7 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:45 2007 # Current time GMT: Mon Nov 26 10:04:45 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112.\n" (t/06-View/01-new.t at line 22) # Expected: "/Missing required attribute `view_name'/" # t/06-View/01-new.t line 22 is: ok($@||'',"/Missing required attribute `view_name'/"); not ok 1 ok 2 # Test 3 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112.\n" (t/06-View/01-new.t at line 40) # Expected: "/Attribute `aliases' needs to be a list reference/" # t/06-View/01-new.t line 40 is: ok($@||'',"/Attribute `aliases' needs to be a list reference/"); not ok 3 # Test 4 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112.\n" (t/06-View/01-new.t at line 61) # Expected: "" # t/06-View/01-new.t line 61 is: ok($@||'',''); not ok 4 # Test 5 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112.\n" (t/06-View/01-new.t at line 77) # Expected: "" # t/06-View/01-new.t line 77 is: ok($@||'',''); not ok 5 FAILED tests 1, 3-7 Failed 6/7 tests, 14.29% okay t/06-View/02-select.....................1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:45 2007 # Current time GMT: Mon Nov 26 10:04:45 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/06-View/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/06-View/10-name.......................1..1 # Running under perl version 5.010000 for darwin Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112. # Current time local: Mon Nov 26 02:04:45 2007 # Current time GMT: Mon Nov 26 10:04:45 2007 # Using Test.pm version 1.25 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/06-View/11-aliases....................1..7 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:45 2007 # Current time GMT: Mon Nov 26 10:04:45 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-7 Failed 7/7 tests, 0.00% okay t/06-View/12-subquery...................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:45 2007 # Current time GMT: Mon Nov 26 10:04:45 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/06-View/13-constraint_name............1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:46 2007 # Current time GMT: Mon Nov 26 10:04:46 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/06-View/20-create_statement...........1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:46 2007 # Current time GMT: Mon Nov 26 10:04:46 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/06-View/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/06-View/21-drop_statement.............1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:47 2007 # Current time GMT: Mon Nov 26 10:04:47 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/View.pm line 112. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/07-Trigger/01-new.....................1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:47 2007 # Current time GMT: Mon Nov 26 10:04:47 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118.\n" (t/07-Trigger/01-new.t at line 22) # Expected: "/Missing required attribute `trigger_name'/" # t/07-Trigger/01-new.t line 22 is: ok($@||'',"/Missing required attribute `trigger_name'/"); not ok 1 # Test 3 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118.\n" (t/07-Trigger/01-new.t at line 59) ok 2 # Expected: "" # t/07-Trigger/01-new.t line 59 is: ok($@||'',''); # Test 4 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118.\n" (t/07-Trigger/01-new.t at line 84) # Expected: "" not ok 3 # t/07-Trigger/01-new.t line 84 is: ok($@||'',''); not ok 4 FAILED tests 1, 3-6 Failed 5/6 tests, 16.67% okay t/07-Trigger/02-select..................1..5 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:47 2007 # Current time GMT: Mon Nov 26 10:04:47 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/07-Trigger/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-5 Failed 5/5 tests, 0.00% okay t/07-Trigger/10-name....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:47 2007 # Current time GMT: Mon Nov 26 10:04:47 2007 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118. # Using Test.pm version 1.25 dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/07-Trigger/11-description.............1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/07-Trigger/12-when_clause.............1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/07-Trigger/13-trigger_body............1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/07-Trigger/20-create_statement........1..4 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/07-Trigger/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/07-Trigger/21-drop_statement..........1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Trigger.pm line 118. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08-Source/01-new......................1..4 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/08-Source/01-new.t at line 22) # Expected: "/Missing required attribute `name'/" # t/08-Source/01-new.t line 22 is: ok($@||'',"/Missing required attribute `name'/"); not ok 1 # Test 3 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/08-Source/01-new.t at line 55) # Expected: "" # t/08-Source/01-new.t line 55 is: ok($@||'',''); ok 2 not ok 3 FAILED tests 1, 3-4 Failed 3/4 tests, 25.00% okay t/08-Source/02-select...................1..6 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/08-Source/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/08-Source/10-name.....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08-Source/11-type.....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08-Source/12-text.....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/08-Source/20-create_statement.........1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/08-Source/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/08-Source/21-drop_statement...........1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:48 2007 # Current time GMT: Mon Nov 26 10:04:48 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/08-Source/21-drop_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/09-Procedure/01-new...................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/09-Procedure/01-new.t at line 28) # Expected: "" # t/09-Procedure/01-new.t line 28 is: ok($@||'',''); not ok 1 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/09-Procedure/02-select................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/09-Procedure/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/09-Procedure/10-name..................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/09-Procedure/11-type..................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/09-Procedure/12-text..................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/09-Procedure/20-create_statement......1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/09-Procedure/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/09-Procedure/21-drop_statement........1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/09-Procedure/21-drop_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/10-Function/01-new....................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/10-Function/01-new.t at line 29) # Expected: "" # t/10-Function/01-new.t line 29 is: ok($@||'',''); not ok 1 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/10-Function/02-select.................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/10-Function/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/10-Function/10-name...................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/10-Function/11-type...................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/10-Function/12-text...................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/10-Function/20-create_statement.......1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:49 2007 # Current time GMT: Mon Nov 26 10:04:49 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/10-Function/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/10-Function/21-drop_statement.........1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/10-Function/21-drop_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/11-Package/01-new.....................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/11-Package/01-new.t at line 27) # Expected: "" # t/11-Package/01-new.t line 27 is: ok($@||'',''); not ok 1 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/11-Package/02-select..................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/11-Package/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/11-Package/10-name....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/11-Package/11-type....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/11-Package/12-text....................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/11-Package/20-create_statement........1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/11-Package/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/11-Package/21-drop_statement..........1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/11-Package/21-drop_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/12-PackageBody/01-new.................1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 # Test 1 got: "Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113.\n" (t/12-PackageBody/01-new.t at line 30) # Expected: "" # t/12-PackageBody/01-new.t line 30 is: ok($@||'',''); not ok 1 FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/12-PackageBody/02-select..............1..2 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:50 2007 # Current time GMT: Mon Nov 26 10:04:50 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/12-PackageBody/02-select.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/12-PackageBody/10-name................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/12-PackageBody/11-type................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/12-PackageBody/12-text................1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Source.pm line 113. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/12-PackageBody/20-create_statement....1..3 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/12-PackageBody/20-create_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/12-PackageBody/21-drop_statement......1..1 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/12-PackageBody/21-drop_statement.t line 7. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/97-Schema/01-string...................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/97-Schema/01-string.t line 5. BEGIN failed--compilation aborted at t/97-Schema/01-string.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) t/98-drop/01-schema.....................1..14 # Running under perl version 5.010000 for darwin # Current time local: Mon Nov 26 02:04:51 2007 # Current time GMT: Mon Nov 26 10:04:51 2007 # Using Test.pm version 1.25 Please set environment DBI_DATA_SOURCE as documented within the file INSTALL Compilation failed in require at t/98-drop/01-schema.t line 6. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-14 Failed 14/14 tests, 0.00% okay t/99-Schema/01-string...................Not a HASH reference at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Constraint.pm line 139. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema/Table.pm line 28. Compilation failed in require at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. BEGIN failed--compilation aborted at /Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/SQL-Schema/blib/lib/SQL/Schema.pm line 38. Compilation failed in require at t/99-Schema/01-string.t line 5. BEGIN failed--compilation aborted at t/99-Schema/01-string.t line 5. dubious Test returned status 9 (wstat 2304, 0x900) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-init/00-schema.t 255 65280 14 28 1-14 t/01-Schema/01-new.t 9 2304 ?? ?? ?? t/01-Schema/02-name.t 9 2304 ?? ?? ?? t/02-Sequence/01-new.t 255 65280 20 25 3-20 t/02-Sequence/02-select.t 255 65280 5 10 1-5 t/02-Sequence/03-schema_name.t 255 65280 4 8 1-4 t/02-Sequence/04-name.t 255 65280 1 2 1 t/02-Sequence/05-min_value.t 255 65280 5 10 1-5 t/02-Sequence/06-max_value.t 255 65280 5 10 1-5 t/02-Sequence/07-increment_by.t 255 65280 4 8 1-4 t/02-Sequence/08-cycle_flag.t 255 65280 6 12 1-6 t/02-Sequence/09-order_flag.t 255 65280 6 12 1-6 t/02-Sequence/10-cache_size.t 255 65280 2 4 1-2 t/02-Sequence/11-start_with.t 255 65280 4 8 1-4 t/02-Sequence/12-cycle.t 255 65280 6 12 1-6 t/02-Sequence/13-order.t 255 65280 6 12 1-6 t/02-Sequence/14-qualified_name.t 255 65280 2 4 1-2 t/02-Sequence/15-create_statement.t 255 65280 11 22 1-11 t/02-Sequence/16-drop_statement.t 255 65280 2 4 1-2 t/03-TColumn/01-new.t 255 65280 14 16 4-14 t/03-TColumn/02-select.t 255 65280 6 12 1-6 t/03-TColumn/03-name.t 255 65280 1 2 1 t/03-TColumn/04-data_type.t 255 65280 1 2 1 t/03-TColumn/05-data_length.t 255 65280 3 6 1-3 t/03-TColumn/06-data_precision.t 255 65280 2 4 1-2 t/03-TColumn/07-data_scale.t 255 65280 2 4 1-2 t/03-TColumn/08-nullable.t 255 65280 5 10 1-5 t/03-TColumn/09-data_default.t 255 65280 3 6 1-3 t/03-TColumn/20-nullable_bool.t 255 65280 5 10 1-5 t/03-TColumn/30-column_definition.t 255 65280 14 28 1-14 t/04-Constraint/01-new.t 9 2304 ?? ?? ?? t/04-Constraint/02-select_columns.t 9 2304 ?? ?? ?? t/04-Constraint/03-select.t 9 2304 ?? ?? ?? t/04-Constraint/10-name.t 9 2304 ?? ?? ?? t/04-Constraint/11-type.t 9 2304 ?? ?? ?? t/04-Constraint/12-search_condition.t 9 2304 ?? ?? ?? t/04-Constraint/13-delete_rule.t 9 2304 ?? ?? ?? t/04-Constraint/14-status.t 9 2304 ?? ?? ?? t/04-Constraint/15-deferrable.t 9 2304 ?? ?? ?? t/04-Constraint/16-deferred.t 9 2304 ?? ?? ?? t/04-Constraint/17-generated.t 9 2304 ?? ?? ?? t/04-Constraint/18-validated.t 9 2304 ?? ?? ?? t/04-Constraint/19-columns.t 9 2304 ?? ?? ?? t/04-Constraint/20-r_schema.t 9 2304 ?? ?? ?? t/04-Constraint/21-r_table_name.t 9 2304 ?? ?? ?? t/04-Constraint/23-r_columns.t 9 2304 ?? ?? ?? t/04-Constraint/30-cascade.t 9 2304 ?? ?? ?? t/04-Constraint/31-enabled.t 9 2304 ?? ?? ?? t/04-Constraint/32-deferrable_b.t 9 2304 ?? ?? ?? t/04-Constraint/33-deferred_b.t 9 2304 ?? ?? ?? t/04-Constraint/34-generated_b.t 9 2304 ?? ?? ?? t/04-Constraint/35-validated_b.t 9 2304 ?? ?? ?? t/04-Constraint/40-constraint_clause.t 9 2304 ?? ?? ?? t/05-Table/01-new.t 9 2304 ?? ?? ?? t/05-Table/02-select.t 9 2304 ?? ?? ?? t/05-Table/03-schema_name.t 9 2304 ?? ?? ?? t/05-Table/04-name.t 9 2304 ?? ?? ?? t/05-Table/05-columns.t 9 2304 ?? ?? ?? t/05-Table/06-pct_free.t 9 2304 ?? ?? ?? t/05-Table/07-pct_used.t 9 2304 ?? ?? ?? t/05-Table/08-ini_trans.t 9 2304 ?? ?? ?? t/05-Table/09-constraints.t 9 2304 ?? ?? ?? t/05-Table/20-qualified_name.t 9 2304 ?? ?? ?? t/05-Table/21-create_statement.t 9 2304 ?? ?? ?? t/05-Table/22-drop_statement.t 9 2304 ?? ?? ?? t/06-View/01-new.t 7 6 1 3-7 t/06-View/02-select.t 255 65280 5 10 1-5 t/06-View/10-name.t 255 65280 1 2 1 t/06-View/11-aliases.t 255 65280 7 14 1-7 t/06-View/12-subquery.t 255 65280 1 2 1 t/06-View/13-constraint_name.t 255 65280 2 4 1-2 t/06-View/20-create_statement.t 255 65280 6 12 1-6 t/06-View/21-drop_statement.t 255 65280 1 2 1 t/07-Trigger/01-new.t 6 5 1 3-6 t/07-Trigger/02-select.t 255 65280 5 10 1-5 t/07-Trigger/10-name.t 255 65280 1 2 1 t/07-Trigger/11-description.t 255 65280 1 2 1 t/07-Trigger/12-when_clause.t 255 65280 2 4 1-2 t/07-Trigger/13-trigger_body.t 255 65280 1 2 1 t/07-Trigger/20-create_statement.t 255 65280 4 8 1-4 t/07-Trigger/21-drop_statement.t 255 65280 1 2 1 t/08-Source/01-new.t 4 3 1 3-4 t/08-Source/02-select.t 255 65280 6 12 1-6 t/08-Source/10-name.t 255 65280 1 2 1 t/08-Source/11-type.t 255 65280 1 2 1 t/08-Source/12-text.t 255 65280 1 2 1 t/08-Source/20-create_statement.t 255 65280 3 6 1-3 t/08-Source/21-drop_statement.t 255 65280 1 2 1 t/09-Procedure/01-new.t 2 2 1-2 t/09-Procedure/02-select.t 255 65280 2 4 1-2 t/09-Procedure/10-name.t 255 65280 1 2 1 t/09-Procedure/11-type.t 255 65280 1 2 1 t/09-Procedure/12-text.t 255 65280 1 2 1 t/09-Procedure/20-create_statement.t 255 65280 3 6 1-3 t/09-Procedure/21-drop_statement.t 255 65280 1 2 1 t/10-Function/01-new.t 2 2 1-2 t/10-Function/02-select.t 255 65280 2 4 1-2 t/10-Function/10-name.t 255 65280 1 2 1 t/10-Function/11-type.t 255 65280 1 2 1 t/10-Function/12-text.t 255 65280 1 2 1 t/10-Function/20-create_statement.t 255 65280 3 6 1-3 t/10-Function/21-drop_statement.t 255 65280 1 2 1 t/11-Package/01-new.t 2 2 1-2 t/11-Package/02-select.t 255 65280 2 4 1-2 t/11-Package/10-name.t 255 65280 1 2 1 t/11-Package/11-type.t 255 65280 1 2 1 t/11-Package/12-text.t 255 65280 1 2 1 t/11-Package/20-create_statement.t 255 65280 3 6 1-3 t/11-Package/21-drop_statement.t 255 65280 1 2 1 t/12-PackageBody/01-new.t 2 2 1-2 t/12-PackageBody/02-select.t 255 65280 2 4 1-2 t/12-PackageBody/10-name.t 255 65280 1 2 1 t/12-PackageBody/11-type.t 255 65280 1 2 1 t/12-PackageBody/12-text.t 255 65280 1 2 1 t/12-PackageBody/20-create_statement.t 255 65280 3 6 1-3 t/12-PackageBody/21-drop_statement.t 255 65280 1 2 1 t/97-Schema/01-string.t 9 2304 ?? ?? ?? t/98-drop/01-schema.t 255 65280 14 28 1-14 t/99-Schema/01-string.t 9 2304 ?? ?? ?? Failed 119/119 test scripts. 277/285 subtests failed. Files=119, Tests=285, 10 wallclock secs ( 6.01 cusr + 2.06 csys = 8.07 CPU) Failed 119/119 test programs. 277/285 subtests failed. make: *** [test_dynamic] Error 9