PATH=/usr/bin:/bin Start 2011-05-02T15:04:10 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Sun, 01 May 2011 22:29:11 GMT Running make for J/JZ/JZUCKER/DBD-CSV-0.22.tar.gz Checksum for /net/nas/data/cpan/authors/id/J/JZ/JZUCKER/DBD-CSV-0.22.tar.gz ok DBD-CSV-0.22/ DBD-CSV-0.22/t/ DBD-CSV-0.22/t/40numrows.t DBD-CSV-0.22/t/mSQL.dbtest DBD-CSV-0.22/t/dbdadmin.t DBD-CSV-0.22/t/README DBD-CSV-0.22/t/pNET.mtest DBD-CSV-0.22/t/50commit.t DBD-CSV-0.22/t/CSV.dbtest DBD-CSV-0.22/t/50chopblanks.t DBD-CSV-0.22/t/mSQL.mtest DBD-CSV-0.22/t/Adabas.dbtest DBD-CSV-0.22/t/mysql.dbtest DBD-CSV-0.22/t/40bindparam.t DBD-CSV-0.22/t/csv.t DBD-CSV-0.22/t/40nulls.t DBD-CSV-0.22/t/mSQL1.dbtest DBD-CSV-0.22/t/Adabas.mtest DBD-CSV-0.22/t/pNET.dbtest DBD-CSV-0.22/t/mSQL1.mtest DBD-CSV-0.22/t/30insertfetch.t DBD-CSV-0.22/t/40listfields.t DBD-CSV-0.22/t/mysql.mtest DBD-CSV-0.22/t/00base.t DBD-CSV-0.22/t/CSV.mtest DBD-CSV-0.22/t/ak-dbd.t DBD-CSV-0.22/t/lib.pl DBD-CSV-0.22/t/10dsnlist.t DBD-CSV-0.22/t/40blobs.t DBD-CSV-0.22/t/skeleton.test DBD-CSV-0.22/t/20createdrop.t DBD-CSV-0.22/MANIFEST DBD-CSV-0.22/lib/ DBD-CSV-0.22/lib/DBD/ DBD-CSV-0.22/lib/DBD/CSV.pm DBD-CSV-0.22/lib/Bundle/ DBD-CSV-0.22/lib/Bundle/DBD/ DBD-CSV-0.22/lib/Bundle/DBD/CSV.pm DBD-CSV-0.22/META.yml DBD-CSV-0.22/ChangeLog DBD-CSV-0.22/MANIFEST.SKIP DBD-CSV-0.22/Makefile.PL DBD-CSV-0.22/README CPAN.pm: Going to build J/JZ/JZUCKER/DBD-CSV-0.22.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for DBD::CSV Writing MYMETA.yml >>> make cp lib/Bundle/DBD/CSV.pm blib/lib/Bundle/DBD/CSV.pm cp lib/DBD/CSV.pm blib/lib/DBD/CSV.pm Manifying blib/man3/Bundle::DBD::CSV.3 Manifying blib/man3/DBD::CSV.3 JZUCKER/DBD-CSV-0.22.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t 1.33 at t/00base.t line 15. t/00base.t ......... 1..5 ok 1 ok 2 ok 3 ok 4 ok 5 Driver version is 0.22 ok t/10dsnlist.t ...... Driver is CSV 1..3 ok 1 ok 2 List of CSV data sources: DBI:CSV:f_dir=. DBI:CSV:f_dir=blib DBI:CSV:f_dir=lib DBI:CSV:f_dir=output DBI:CSV:f_dir=t List ends. ok 3 ok t/20createdrop.t ... 1..5 ok 1 ok 2 Creating table: CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL) DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)"] at t/20createdrop.t line 67. not ok 3 - FAILED Test 3 - Test 3: DBI error 2000000000, Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. ok 4 ok 5 Failed 1/5 subtests t/30insertfetch.t .. 1..17 ok 1 connect ok 2 FindNewTable DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL, val INTEGER NOT NULL, txt CHAR (64) NOT NULL)"] at t/30insertfetch.t line 64. CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL, val INTEGER NOT NULL, txt CHAR (64) NOT NULL) not ok 3 - create FAILED Test 3 - create Test 3: DBI error 2000000000, Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/30insertfetch.t at 75. [for Statement "INSERT INTO testaa VALUES(1, 'Alligator Descartes', 1111, 'Some Text')"] at t/30insertfetch.t line 75. not ok 4 - insert FAILED Test 4 - insert Test 4: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/30insertfetch.t at 75. ok 5 prepare select DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/30insertfetch.t line 88. ok 6 DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/30insertfetch.t line 92. not ok 7 - fetch select FAILED Test 7 - fetch select Test 7: DBI error 2000000000, Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement Use of uninitialized value in numeric eq (==) at t/30insertfetch.t line 96. not ok 8 - compare select FAILED Test 8 - compare select Test 8: DBI error 2000000000, Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement ok 9 finish select ok 10 undef select DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/30insertfetch.t at 110. [for Statement "DELETE FROM testaa WHERE id = 1"] at t/30insertfetch.t line 110. not ok 11 - delete FAILED Test 11 - delete Test 11: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/30insertfetch.t at 110. ok 12 prepare select deleted DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/30insertfetch.t line 121. ok 13 DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/30insertfetch.t line 124. not ok 14 - fetch select deleted FAILED Test 14 - fetch select deleted Test 14: DBI error 2000000000, Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement ok 15 finish select deleted ok 16 undef select deleted ok 17 drop Failed 6/17 subtests t/40bindparam.t .... 1..28 ok 1 connect ok 2 FindNewTable DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64))"] at t/40bindparam.t line 77. CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64)) not ok 3 - create FAILED Test 3 - create Test 3: DBI error 2000000000, Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. ok 4 prepare DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "INSERT INTO testaa VALUES (?, ?)"] at t/40bindparam.t line 95. ok 5 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "INSERT INTO testaa VALUES (?, ?)"] at t/40bindparam.t line 99. ok 6 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "INSERT INTO testaa VALUES (?, ?)"] at t/40bindparam.t line 104. ok 7 ok 8 bind 1 ok 9 bind 2 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "INSERT INTO testaa VALUES (?, ?)"] at t/40bindparam.t line 112. ok 10 ok 11 ok 12 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "INSERT INTO testaa VALUES (?, ?)"] at t/40bindparam.t line 120. not ok 13 - FAILED Test 13 - Test 13: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . ok 14 finish ok 15 undef cursor ok 16 disconnect ok 17 undef dbh ok 18 connect for read ok 19 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 146. not ok 20 - FAILED Test 20 - Test 20: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st bind_columns failed: Statement has no result columns to bind (perhaps you need to successfully call execute first) [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 149. not ok 21 - FAILED Test 21 - Test 21: DBI error 2000000000, Statement has no result columns to bind (perhaps you need to successfully call execute first) DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 152. not ok 22 - FAILED Test 22 - Use of uninitialized value $ref in array dereference at t/40bindparam.t line 152. Use of uninitialized value $id in printf at t/40bindparam.t line 152. Use of uninitialized value $name in printf at t/40bindparam.t line 152. Use of uninitialized value $ref in printf at t/40bindparam.t line 152. Use of uninitialized value in printf at t/40bindparam.t line 152. Query returned id = , name = , ref = , 0 DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 157. not ok 23 - FAILED Test 23 - Use of uninitialized value $ref in array dereference at t/40bindparam.t line 157. Use of uninitialized value $id in printf at t/40bindparam.t line 157. Use of uninitialized value $name in printf at t/40bindparam.t line 157. Use of uninitialized value $ref in printf at t/40bindparam.t line 157. Use of uninitialized value in printf at t/40bindparam.t line 157. Query returned id = , name = , ref = , 0 DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 162. not ok 24 - FAILED Test 24 - Use of uninitialized value $ref in array dereference at t/40bindparam.t line 162. Use of uninitialized value $id in printf at t/40bindparam.t line 162. Use of uninitialized value $name in printf at t/40bindparam.t line 162. Use of uninitialized value $ref in printf at t/40bindparam.t line 162. Use of uninitialized value in printf at t/40bindparam.t line 162. Query returned id = , name = , ref = , 0 DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 167. not ok 25 - FAILED Test 25 - Use of uninitialized value $ref in array dereference at t/40bindparam.t line 167. Use of uninitialized value $id in printf at t/40bindparam.t line 167. Use of uninitialized value $name in printf at t/40bindparam.t line 167. Use of uninitialized value $ref in printf at t/40bindparam.t line 167. Use of uninitialized value in printf at t/40bindparam.t line 167. Query returned id = , name = , ref = , 0 DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa ORDER BY id"] at t/40bindparam.t line 172. not ok 26 - FAILED Test 26 - Use of uninitialized value $ref in array dereference at t/40bindparam.t line 172. Use of uninitialized value $id in printf at t/40bindparam.t line 172. Use of uninitialized value $name in printf at t/40bindparam.t line 172. Use of uninitialized value $ref in printf at t/40bindparam.t line 172. Use of uninitialized value in printf at t/40bindparam.t line 172. Query returned id = , name = , ref = , 0 ok 27 ok 28 Failed 9/28 subtests t/40blobs.t ........ 1..11 ok 1 ok 2 Creating table: CREATE TABLE testaa (id INTEGER NOT NULL, name BLOB NOT NULL) DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name BLOB NOT NULL)"] at t/40blobs.t line 92. not ok 3 - FAILED Test 3 - Test 3: DBI error 2000000000, Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40blobs.t at 133. [for Statement "INSERT INTO testaa VALUES(1, ?)"] at t/40blobs.t line 133. not ok 4 - FAILED Test 4 - Test 4: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40blobs.t at 133. ok 5 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/40blobs.t line 148. not ok 6 - FAILED Test 6 - Test 6: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/40blobs.t line 151. not ok 7 - FAILED Test 7 - Test 7: DBI error 2000000000, Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement Use of uninitialized value $row in array dereference at t/40blobs.t line 154. Use of uninitialized value in numeric eq (==) at t/40blobs.t line 154. not ok 8 - FAILED Test 8 - 00000000 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f 00000020 202122232425262728292a2b2c2d2e2f303132333435363738393a3b3c3d3e3f 00000040 404142434445464748494a4b4c4d4e4f505152535455565758595a5b5c5d5e5f 00000060 606162636465666768696a6b6c6d6e6f707172737475767778797a7b7c7d7e7f 00000080 808182838485868788898a8b8c8d8e8f909192939495969798999a9b9c9d9e9f 000000a0 a0a1a2a3a4a5a6a7a8a9aaabacadaeafb0b1b2b3b4b5b6b7b8b9babbbcbdbebf 000000c0 c0c1c2c3c4c5c6c7c8c9cacbcccdcecfd0d1d2d3d4d5d6d7d8d9dadbdcdddedf 000000e0 e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff 00000000 00000020 00000040 00000060 00000080 000000a0 000000c0 000000e0 ok 9 ok 10 ok 11 Failed 5/11 subtests t/40listfields.t ... 1..13 ok 1 ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64))"] at t/40listfields.t line 69. ok 3 ok 4 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa"] at t/40listfields.t line 77. not ok 5 - FAILED Test 5 - Test 5: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . not ok 6 - FAILED Test 6 - Test 6: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . not ok 7 - FAILED Test 7 - Test 7: DBI error 0, ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 Failed 3/13 subtests t/40nulls.t ........ 1..11 ok 1 ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER, name CHAR (64) NOT NULL)"] at t/40nulls.t line 62. ok 3 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40nulls.t at 73. [for Statement "INSERT INTO testaa VALUES ( NULL, 'NULL-valued id' )"] at t/40nulls.t line 73. not ok 4 - FAILED Test 4 - Test 4: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40nulls.t at 73. ok 5 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id IS NULL"] at t/40nulls.t line 81. not ok 6 - FAILED Test 6 - Test 6: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id IS NULL"] at t/40nulls.t line 84. ok 7 ok 8 ok 9 ok 10 ok 11 Failed 2/11 subtests t/40numrows.t ...... 1..25 ok 1 ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)"] at t/40numrows.t line 75. ok 3 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 89. [for Statement "INSERT INTO testaa VALUES( 1, 'Alligator Descartes' )"] at t/40numrows.t line 89. not ok 4 - FAILED Test 4 - Test 4: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 89. ok 5 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/40numrows.t line 97. not ok 6 - FAILED Test 6 - Test 6: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 100. Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 100. not ok 7 - FAILED Test 7 - Use of uninitialized value $_[1] in printf at t/lib.pl line 268. Expected 1 rows, got . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/40numrows.t line 48. not ok 8 - FAILED Test 8 - Expected to fetch 1 rows, got 0. ok 9 ok 10 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 111. [for Statement "INSERT INTO testaa VALUES( 2, 'Jochen Wiedmann' )"] at t/40numrows.t line 111. not ok 11 - FAILED Test 11 - Test 11: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 111. ok 12 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id >= 1"] at t/40numrows.t line 119. not ok 13 - FAILED Test 13 - Test 13: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 122. Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 122. not ok 14 - FAILED Test 14 - Use of uninitialized value $_[1] in printf at t/lib.pl line 268. Expected 2 rows, got . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id >= 1"] at t/40numrows.t line 48. not ok 15 - FAILED Test 15 - Expected to fetch 2 rows, got 0. ok 16 ok 17 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 133. [for Statement "INSERT INTO testaa VALUES(3, 'Tim Bunce')"] at t/40numrows.t line 133. not ok 18 - FAILED Test 18 - Test 18: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/40numrows.t at 133. ok 19 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id >= 2"] at t/40numrows.t line 141. not ok 20 - FAILED Test 20 - Test 20: DBI error 2000000000, Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 144. Use of uninitialized value $numrows in numeric eq (==) at t/40numrows.t line 144. not ok 21 - FAILED Test 21 - Use of uninitialized value $_[1] in printf at t/lib.pl line 268. Expected 2 rows, got . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id >= 2"] at t/40numrows.t line 48. not ok 22 - FAILED Test 22 - Expected to fetch 2 rows, got 0. ok 23 ok 24 ok 25 Failed 12/25 subtests t/50chopblanks.t ... 1..35 ok 1 ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER, name CHAR (64))"] at t/50chopblanks.t line 73. ok 3 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. [for Statement "INSERT INTO testaa (id, name) VALUES (1, 'NULL')"] at t/50chopblanks.t line 102. not ok 4 - FAILED Test 4 - INSERT failed: query INSERT INTO testaa (id, name) VALUES (1, 'NULL'), error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. . ok 5 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 1 "] at t/50chopblanks.t line 112. not ok 6 - FAILED Test 6 - execute failed: query SELECT id, name FROM testaa WHERE id = 1 , error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 1 "] at t/50chopblanks.t line 115. not ok 7 - FAILED Test 7 - fetch failed: query SELECT id, name FROM testaa WHERE id = 1 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 118. Use of uninitialized value in regexp compilation at t/50chopblanks.t line 118. not ok 8 - FAILED Test 8 - Use of uninitialized value $_[2] in printf at t/lib.pl line 268. problems with ChopBlanks = 0: expected 'NULL', got ''. ok 9 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 1 "] at t/50chopblanks.t line 128. not ok 10 - FAILED Test 10 - execute failed: query SELECT id, name FROM testaa WHERE id = 1 , error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 1 "] at t/50chopblanks.t line 133. not ok 11 - FAILED Test 11 - fetch failed: query SELECT id, name FROM testaa WHERE id = 1 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 136. not ok 12 - FAILED Test 12 - Use of uninitialized value $_[2] in printf at t/lib.pl line 268. problems with ChopBlanks = 1: expected 'NULL', got ''. ok 13 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. [for Statement "INSERT INTO testaa (id, name) VALUES (2, ' ')"] at t/50chopblanks.t line 102. not ok 14 - FAILED Test 14 - INSERT failed: query INSERT INTO testaa (id, name) VALUES (2, ' '), error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. . ok 15 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 2 "] at t/50chopblanks.t line 112. not ok 16 - FAILED Test 16 - execute failed: query SELECT id, name FROM testaa WHERE id = 2 , error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 2 "] at t/50chopblanks.t line 115. not ok 17 - FAILED Test 17 - fetch failed: query SELECT id, name FROM testaa WHERE id = 2 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 118. Use of uninitialized value in regexp compilation at t/50chopblanks.t line 118. not ok 18 - FAILED Test 18 - Use of uninitialized value $_[2] in printf at t/lib.pl line 268. problems with ChopBlanks = 0: expected ' ', got ''. ok 19 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 2 "] at t/50chopblanks.t line 128. not ok 20 - FAILED Test 20 - execute failed: query SELECT id, name FROM testaa WHERE id = 2 , error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 2 "] at t/50chopblanks.t line 133. not ok 21 - FAILED Test 21 - fetch failed: query SELECT id, name FROM testaa WHERE id = 2 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 136. ok 22 ok 23 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. [for Statement "INSERT INTO testaa (id, name) VALUES (3, ' a b c ')"] at t/50chopblanks.t line 102. not ok 24 - FAILED Test 24 - INSERT failed: query INSERT INTO testaa (id, name) VALUES (3, ' a b c '), error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50chopblanks.t at 102. . ok 25 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 3 "] at t/50chopblanks.t line 112. not ok 26 - FAILED Test 26 - execute failed: query SELECT id, name FROM testaa WHERE id = 3 , error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 3 "] at t/50chopblanks.t line 115. not ok 27 - FAILED Test 27 - fetch failed: query SELECT id, name FROM testaa WHERE id = 3 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 118. Use of uninitialized value in regexp compilation at t/50chopblanks.t line 118. not ok 28 - FAILED Test 28 - Use of uninitialized value $_[2] in printf at t/lib.pl line 268. problems with ChopBlanks = 0: expected ' a b c ', got ''. ok 29 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id, name FROM testaa WHERE id = 3 "] at t/50chopblanks.t line 128. not ok 30 - FAILED Test 30 - execute failed: query SELECT id, name FROM testaa WHERE id = 3 , error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id, name FROM testaa WHERE id = 3 "] at t/50chopblanks.t line 133. not ok 31 - FAILED Test 31 - fetch failed: query SELECT id, name FROM testaa WHERE id = 3 , error Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement. Use of uninitialized value in string eq at t/50chopblanks.t line 136. not ok 32 - FAILED Test 32 - Use of uninitialized value $_[2] in printf at t/lib.pl line 268. problems with ChopBlanks = 1: expected ' a b c', got ''. ok 33 ok 34 ok 35 Failed 20/35 subtests t/50commit.t ....... 1..16 Attempting to connect. ok 1 connect ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)"] at t/50commit.t line 84. ok 3 ok 4 ok 5 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 163. [for Statement "INSERT INTO testaa VALUES (1, 'Jochen')"] at t/50commit.t line 163. not ok 6 - FAILED Test 6 - Failed to delete: err 2000000000, errstr Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 163. . DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 166. [for Statement "SELECT * FROM testaa"] at t/50commit.t line 43. not ok 7 - NumRows FAILED Test 7 - NumRows Failed to execute: err 2000000000, errstr Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 166. ok 8 disconnect ok 9 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 175. [for Statement "SELECT * FROM testaa"] at t/50commit.t line 43. not ok 10 - FAILED Test 10 - Failed to execute: err 2000000000, errstr Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 175. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 179. [for Statement "INSERT INTO testaa VALUES (2, 'Tim')"] at t/50commit.t line 179. not ok 11 - FAILED Test 11 - Failed to insert: err 2000000000, errstr Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 179. . ok 12 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 196. [for Statement "INSERT INTO testaa VALUES (3, 'Alligator')"] at t/50commit.t line 196. not ok 13 - FAILED Test 13 - Failed to insert: err 2000000000, errstr Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/50commit.t at 196. . ok 14 ok 15 ok 16 Failed 5/16 subtests t/ak-dbd.t ......... Inserting a row... Deleting a row... 1..47 ok 1 ok 2 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER, name CHAR (64))"] at t/ak-dbd.t line 95. ok 3 ok 4 ok 5 ok 6 ok 7 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER, name CHAR (64))"] at t/ak-dbd.t line 136. ok 8 Inserting a row... DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 152. [for Statement "INSERT INTO testaa VALUES(1, 'Alligator Descartes')"] at t/ak-dbd.t line 152. not ok 9 - FAILED Test 9 - INSERT failed: DBI::db=HASH(0x100a59c10)->errstr. Deleting a row... DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 158. [for Statement "DELETE FROM testaa WHERE id = 1"] at t/ak-dbd.t line 158. not ok 10 - FAILED Test 10 - Cannot delete row: DBI::db=HASH(0x100a59c10)->errstr. ok 11 ok 12 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/ak-dbd.t line 171. not ok 13 - FAILED Test 13 - execute SELECT failed: DBI::db=HASH(0x100a59c10)->errstr. DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/ak-dbd.t line 178. ok 14 ok 15 ok 16 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 194. [for Statement "INSERT INTO testaa VALUES (1, 'Alligator Descartes' )"] at t/ak-dbd.t line 194. not ok 17 - FAILED Test 17 - INSERT failed: query INSERT INTO testaa VALUES (1, 'Alligator Descartes' ), error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 194. . ok 18 Test 19: Setting $debug_me to TRUE DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa WHERE id = 1"] at t/ak-dbd.t line 209. not ok 19 - FAILED Test 19 - execute failed: query SELECT * FROM testaa WHERE id = 1, error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . . Use of uninitialized value in numeric eq (==) at t/ak-dbd.t line 211. Use of uninitialized value in numeric eq (==) at t/ak-dbd.t line 211. not ok 20 - FAILED Test 20 - Use of uninitialized value $_[1] in printf at t/lib.pl line 268. sth->rows returned wrong result after 'execute'. ok 21 ok 22 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 221. [for Statement "INSERT INTO testaa VALUES ( NULL, 'NULL-valued id' )"] at t/ak-dbd.t line 221. not ok 23 - FAILED Test 23 - INSERT failed: query INSERT INTO testaa VALUES ( NULL, 'NULL-valued id' ), error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 221. . ok 24 Test 25: Setting $debug_me to TRUE DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT id FROM testaa WHERE id IS NULL"] at t/ak-dbd.t line 230. not ok 25 - FAILED Test 25 - Cannot execute, query = SELECT id FROM testaa WHERE id IS NULL, error Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . . DBD::CSV::st fetch failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT id FROM testaa WHERE id IS NULL"] at t/ak-dbd.t line 234. ok 26 ok 27 ok 28 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 246. [for Statement "DELETE FROM testaa WHERE id = NULL AND name = 'NULL-valued id'"] at t/ak-dbd.t line 246. not ok 29 - FAILED Test 29 - DELETE failed: query DELETE FROM testaa WHERE id = NULL AND name = 'NULL-valued id', error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 246. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 259. [for Statement "INSERT INTO testaa VALUES (2, '')"] at t/ak-dbd.t line 259. not ok 30 - FAILED Test 30 - INSERT failed: query INSERT INTO testaa VALUES (2, ''), error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 259. ok 31 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT name FROM testaa WHERE id = 2 AND name = ''"] at t/ak-dbd.t line 270. not ok 32 - FAILED Test 32 - execute failed: query SELECT name FROM testaa WHERE id = 2 AND name = '', error %s. Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . ok 33 ok 34 ok 35 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 294. [for Statement "DELETE FROM testaa WHERE id = 2 AND name IS NULL"] at t/ak-dbd.t line 294. not ok 36 - FAILED Test 36 - DELETE failed: query DELETE FROM testaa WHERE id = 2 AND name IS NULL, error DBI::db=HASH(0x100a59c10)->errstr. ok 37 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa"] at t/ak-dbd.t line 302. not ok 38 - FAILED Test 38 - execute failed: query SELECT * FROM testaa, error DBI::db=HASH(0x100a59c10)->errstr. DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testaa"] at t/ak-dbd.t line 314. ok 39 DBD::CSV::st fetchrow_array failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testaa"] at t/ak-dbd.t line 321. ok 40 ok 41 ok 42 DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/ak-dbd.t at 330. [for Statement "INSERT INTO testaa VALUES( 2, 'Gary Shea' )"] at t/ak-dbd.t line 330. not ok 43 - FAILED Test 43 - INSERT failed: query INSERT INTO testaa VALUES( 2, 'Gary Shea' ), error DBI::db=HASH(0x100a59c10)->errstr. ok 44 ok 45 ok 46 ok 47 Failed 14/47 subtests t/csv.t ............ 1..23 ok 1 Trying to create file in directory output. ok 2 ok 3 ok 4 DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)"] at t/csv.t line 65. not ok 5 - FAILED Test 5 - Cannot create table testaa in directory output: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. ok 6 ok 7 ok 8 ok 9 ok 10 Trying to create file testac in directory output. DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testac (id INTEGER, name CHAR(64))"] at t/csv.t line 101. not ok 11 - FAILED Test 11 - Cannot create table testac: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/csv.t at 104. [for Statement "INSERT INTO testac VALUES (1, ?)"] at t/csv.t line 104. not ok 12 - FAILED Test 12 - Cannot insert data into testac: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/csv.t at 104. DBD::CSV::db do failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/csv.t at 107. [for Statement "INSERT INTO testac VALUES (2, ?)"] at t/csv.t line 107. not ok 13 - FAILED Test 13 - Cannot insert data into testac: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. called from t/csv.t at 107. ok 14 DBD::CSV::st execute failed: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . [for Statement "SELECT * FROM testac"] at t/csv.t line 114. not ok 15 - FAILED Test 15 - Cannot execute: Execution ERROR: Can't call method "getline" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 208. . DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testac"] at t/csv.t line 116. not ok 16 - FAILED Test 16 - Expected 1,joe, got undef,undef DBD::CSV::st fetchrow_arrayref failed: Attempt to fetch row without a preceeding execute () call or from a non-SELECT statement [for Statement "SELECT * FROM testac"] at t/csv.t line 120. not ok 17 - FAILED Test 17 - Expected 2,Jochen;, got undef,undef ok 18 ok 19 ok 20 Trying to create file testab in directory output. DBD::CSV::db do failed: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. [for Statement "CREATE TABLE testaa (id INTEGER NOT NULL, name CHAR (64) NOT NULL)"] at t/csv.t line 143. not ok 21 - FAILED Test 21 - Cannot create table testaa in directory output: Can't call method "print" on an undefined value at /Users/fly1400/var/cpan/build/DBD-CSV-0.22-DG_DLw/blib/lib/DBD/CSV.pm line 228. ok 22 ok 23 Failed 8/23 subtests t/dbdadmin.t ....... 1..4 ok 1 ok 2 ok 3 ok 4 ok Test Summary Report ------------------- t/20createdrop.t (Wstat: 0 Tests: 5 Failed: 1) Failed test: 3 t/30insertfetch.t (Wstat: 0 Tests: 17 Failed: 6) Failed tests: 3-4, 7-8, 11, 14 t/40bindparam.t (Wstat: 0 Tests: 28 Failed: 9) Failed tests: 3, 13, 20-26 t/40blobs.t (Wstat: 0 Tests: 11 Failed: 5) Failed tests: 3-4, 6-8 t/40listfields.t (Wstat: 0 Tests: 13 Failed: 3) Failed tests: 5-7 t/40nulls.t (Wstat: 0 Tests: 11 Failed: 2) Failed tests: 4, 6 t/40numrows.t (Wstat: 0 Tests: 25 Failed: 12) Failed tests: 4, 6-8, 11, 13-15, 18, 20-22 t/50chopblanks.t (Wstat: 0 Tests: 35 Failed: 20) Failed tests: 4, 6-8, 10-12, 14, 16-18, 20-21, 24, 26-28 30-32 t/50commit.t (Wstat: 0 Tests: 16 Failed: 5) Failed tests: 6-7, 10-11, 13 t/ak-dbd.t (Wstat: 0 Tests: 47 Failed: 14) Failed tests: 9-10, 13, 17, 19-20, 23, 25, 29-30, 32 36, 38, 43 t/csv.t (Wstat: 0 Tests: 23 Failed: 8) Failed tests: 5, 11-13, 15-17, 21 Files=14, Tests=243, 5 wallclock secs ( 0.13 usr 0.04 sys + 1.97 cusr 0.26 csys = 2.40 CPU) Result: FAIL Failed 11/14 test programs. 85/243 subtests failed. make: *** [test_dynamic] Error 255 JZUCKER/DBD-CSV-0.22.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports JZUCKER/DBD-CSV-0.22.tar.gz Finished 2011-05-02T15:04:21