Checking if your kit is complete... Looks good Writing Makefile for DBIx::TextIndex cp lib/DBIx/TextIndex/Exception.pm blib/lib/DBIx/TextIndex/Exception.pm cp lib/DBIx/TextIndex/DBD/mysql.pm blib/lib/DBIx/TextIndex/DBD/mysql.pm cp lib/DBIx/TextIndex/DBD/SQLite.pm blib/lib/DBIx/TextIndex/DBD/SQLite.pm cp lib/DBIx/TextIndex/DBD/Pg.pm blib/lib/DBIx/TextIndex/DBD/Pg.pm cp lib/DBIx/TextIndex/StopList/cz.pm blib/lib/DBIx/TextIndex/StopList/cz.pm cp lib/DBIx/TextIndex/TermDocsCache.pm blib/lib/DBIx/TextIndex/TermDocsCache.pm cp lib/DBIx/TextIndex/StopList/en.pm blib/lib/DBIx/TextIndex/StopList/en.pm cp lib/DBIx/TextIndex/QueryParser.pm blib/lib/DBIx/TextIndex/QueryParser.pm cp lib/DBIx/TextIndex/DBD.pm blib/lib/DBIx/TextIndex/DBD.pm cp lib/DBIx/TextIndex.pm blib/lib/DBIx/TextIndex.pm /home/cpanrun/tmp/5.10.0/bin/perl /home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /home/cpanrun/build/5.10.0/lib/ExtUtils/typemap TextIndex.xs > TextIndex.xsc && mv TextIndex.xsc TextIndex.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -fPIC "-I/home/cpanrun/build/5.10.0/lib/CORE" TextIndex.c Running Mkbootstrap for DBIx::TextIndex () chmod 644 TextIndex.bs rm -f blib/arch/auto/DBIx/TextIndex/TextIndex.so gcc -shared -O2 TextIndex.o -o blib/arch/auto/DBIx/TextIndex/TextIndex.so \ \ chmod 755 blib/arch/auto/DBIx/TextIndex/TextIndex.so cp TextIndex.bs blib/arch/auto/DBIx/TextIndex/TextIndex.bs chmod 644 blib/arch/auto/DBIx/TextIndex/TextIndex.bs Manifying blib/man3/DBIx::TextIndex::Exception.3 Manifying blib/man3/DBIx::TextIndex::DBD::mysql.3 Manifying blib/man3/DBIx::TextIndex::DBD::SQLite.3 Manifying blib/man3/DBIx::TextIndex::DBD::Pg.3 Manifying blib/man3/DBIx::TextIndex::StopList::cz.3 Manifying blib/man3/DBIx::TextIndex::TermDocsCache.3 Manifying blib/man3/DBIx::TextIndex::StopList::en.3 Manifying blib/man3/DBIx::TextIndex::QueryParser.3 Manifying blib/man3/DBIx::TextIndex::DBD.3 Manifying blib/man3/DBIx::TextIndex.3 PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_load...............1..1 ok 1 - use DBIx::TextIndex; ok t/01_kwalitee...........1..0 # Skip Test::Kwalitee not installed; skipping skipped all skipped: Test::Kwalitee not installed; skipping t/01_pod................1..10 ok 1 - blib/lib/DBIx/TextIndex.pm ok 2 - blib/lib/DBIx/TextIndex/TermDocsCache.pm ok 3 - blib/lib/DBIx/TextIndex/DBD.pm ok 4 - blib/lib/DBIx/TextIndex/QueryParser.pm ok 5 - blib/lib/DBIx/TextIndex/Exception.pm ok 6 - blib/lib/DBIx/TextIndex/DBD/SQLite.pm ok 7 - blib/lib/DBIx/TextIndex/DBD/mysql.pm ok 8 - blib/lib/DBIx/TextIndex/DBD/Pg.pm ok 9 - blib/lib/DBIx/TextIndex/StopList/en.pm ok 10 - blib/lib/DBIx/TextIndex/StopList/cz.pm ok t/01_pod_coverage.......1..0 # Skip Test::Pod::Coverage 1.08 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.08 required for testing POD coverage t/02_version............1..2 ok 1 - use DBIx::TextIndex; ok 2 ok t/03_connect_db.........1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} (and DBIX_TEXTINDEX_USER and DBIX_TEXTINDEX_PASS) must be set to a DBI DSN to run tests against a database. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} (and DBIX_TEXTINDEX_USER and DBIX_TEXTINDEX_PASS) must be set to a DBI DSN to run tests against a database. t/04_load_docs..........1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/05_index_db_table.....1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/06_search.............1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/07_unscored_search....1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/08_remove_docs........1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/09_delete_index.......1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/10_read_write_mix.....1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/11_stoplist...........1..0 # Skip $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. skipped all skipped: $ENV{DBIX_TEXTINDEX_DSN} must be defined to run tests. t/12_sqlite.............Name "DBD::SQLite::sqlite_version" used only once: possible typo at /home/cpanrun/build/5.10.0/lib/DynaLoader.pm line 226. 1..9 ok 1 - Connected to database ok 2 - Did not need to drop test_doc table ok 3 - Created test_doc table ok 4 - Search 1 returned expected ok 5 - Search 2 returned expected ok 6 - Search 3 returned expected ok 7 - Search 4 returned expected ok 8 - Search 5 returned expected ok 9 - Search 6 returned expected ok All tests successful, 11 tests skipped. Files=15, Tests=22, 5 wallclock secs ( 2.19 cusr + 0.87 csys = 3.06 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/cpanrun/build/5.10.0/site/lib/auto/DBIx/TextIndex/TextIndex.bs Installing /home/cpanrun/build/5.10.0/site/lib/auto/DBIx/TextIndex/TextIndex.so Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/TermDocsCache.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/Exception.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/DBD.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/QueryParser.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/DBD/SQLite.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/DBD/mysql.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/DBD/Pg.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/StopList/en.html Installing /home/cpanrun/build/5.10.0/html/site/lib/DBIx/TextIndex/StopList/cz.html Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/TermDocsCache.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/DBD.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/QueryParser.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/Exception.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/DBD/SQLite.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/DBD/mysql.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/DBD/Pg.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/StopList/en.pm Installing /home/cpanrun/build/5.10.0/site/lib/DBIx/TextIndex/StopList/cz.pm Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::DBD.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::DBD::mysql.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::DBD::Pg.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::DBD::SQLite.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::QueryParser.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::TermDocsCache.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::Exception.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::StopList::en.3 Installing /home/cpanrun/build/5.10.0/site/man/man3/DBIx::TextIndex::StopList::cz.3 Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod