This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Matthew Simon Cavalletto, This is a computer-generated test report for DBIx-SQLEngine-0.93, created automatically by CPAN::Reporter, version 0.43, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. Congratulations! All tests were successful. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------------- ----- ---- Class::MakeMethods 1.006 1.01 Class::MixinFactory 0.9 0.92 DBI 1 1.57 DBIx::AnyDBD 2 2.01 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: PATH = /Volumes/Data/Users/robertl/bin:/usr/local/bin:/usr/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/X11R6/bin:/usr/bin:/usr/sbin:/bin:/sbin:/sw/bin:/sw/sbin PERL5LIB = PERL5_CPANPLUS_IS_RUNNING = 1 PERL5_CPAN_IS_RUNNING = 1 SHELL = /bin/bash TERM = xterm-color Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /opt/local/bin/perl UID: $< = 501 EUID: $> = 501 GID: $( = 501 80 79 81 501 EGID: $) = 501 80 79 81 501 Perl module toolchain versions installed: Module Have ------------------- ------ CPAN 1.9102 Cwd 3.25 ExtUtils::CBuilder 0.19 ExtUtils::Command 1.09 ExtUtils::Install 1.33 ExtUtils::MakeMaker 6.30 ExtUtils::Manifest 1.46 ExtUtils::ParseXS 2.18 File::Spec 3.25 Module::Build 0.2808 Module::Signature 0.55 Test::Harness 2.64 Test::More 0.70 version 0.7203 ------------------------------ TEST OUTPUT ------------------------------ Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 /opt/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl About SQLEngine Driver Tests DBIx::SQLEngine includes a number of tests which can be run against your local database drivers. You can specify one or more connections to test, each with its own DSN and optionally also a user name, password, and DBI attributes. Using each of the specified connections, the driver test scripts will create tables with "sqle_test" in their names, run various queries against those tables, and then drop them. (Although this should not affect other database tables or applications, for safety's sake please use a test account or temporary database, and do not run tests against any mission-critical production data sources.) You can define connections interactively by running test_cfg.pl, or you can directly edit the test.cfg file to list one DSN on each line. Do you want to define a list of DSNs to test against? [N] Reading test connection definitions from test.cfg file... No test.cfg file found. Loading DBI to query for available drivers and suggested DSNs... Found 15 suggestions. =============================================================================== You do not currently have any configurations in test.cfg Available suggestions: a: dbi:Chart b: DBI:CSV:f_dir=test_data/csv c: DBI:DBM:f_dir=test_data/dbm d: dbi:Gofer e: dbi:Multiplex f: DBI:mysql:alloc g: DBI:mysql:information_schema h: DBI:mysql:mysql i: dbi:mysql:test j: DBI:mysql:test k: dbi:Pg: l: dbi:Pg:dbname=test m: dbi:Proxy n: dbi:Sponge o: dbi:SQLite:dbname=test_data/sqlite/test.sqlite Enter a new driver string, a letter to add, or q to quit: > =============================================================================== The current configuration in test.cfg is listed below: 1: dbi:mysql:test Available suggestions: a: dbi:Chart b: DBI:CSV:f_dir=test_data/csv c: DBI:DBM:f_dir=test_data/dbm d: dbi:Gofer e: dbi:Multiplex f: DBI:mysql:alloc g: DBI:mysql:information_schema h: DBI:mysql:mysql i: DBI:mysql:test j: dbi:Pg: k: dbi:Pg:dbname=test l: dbi:Proxy m: dbi:Sponge n: dbi:SQLite:dbname=test_data/sqlite/test.sqlite Enter a new driver string, a number to edit, a letter to add, or q to quit: > =============================================================================== The current configuration in test.cfg is listed below: 1: dbi:mysql:test 2: dbi:SQLite:dbname=test_data/sqlite/test.sqlite Available suggestions: a: dbi:Chart b: DBI:CSV:f_dir=test_data/csv c: DBI:DBM:f_dir=test_data/dbm d: dbi:Gofer e: dbi:Multiplex f: DBI:mysql:alloc g: DBI:mysql:information_schema h: DBI:mysql:mysql i: DBI:mysql:test j: dbi:Pg: k: dbi:Pg:dbname=test l: dbi:Proxy m: dbi:Sponge Enter a new driver string, a number to edit, a letter to add, or q to quit: > =============================================================================== The current configuration in test.cfg is listed below: 1: dbi:mysql:test 2: dbi:SQLite:dbname=test_data/sqlite/test.sqlite 3: DBI:CSV:f_dir=test_data/csv Available suggestions: a: dbi:Chart b: DBI:DBM:f_dir=test_data/dbm c: dbi:Gofer d: dbi:Multiplex e: DBI:mysql:alloc f: DBI:mysql:information_schema g: DBI:mysql:mysql h: DBI:mysql:test i: dbi:Pg: j: dbi:Pg:dbname=test k: dbi:Proxy l: dbi:Sponge Enter a new driver string, a number to edit, a letter to add, or q to quit: > Running 34 tests: 13 core tests plus 7 tests for use with each of 3 DSNs. =============================================================================== Writing 3 connections to test.cfg file... Done. =============================================================================== =============================================================================== test_core/compile.............ok test_core/examplep............ok test_core/generate_sql........ok test_core/internal_clone......ok test_core/named_connection....ok test_core/named_queries.......ok test_core/null_results........ok test_core/record_accessors....ok test_core/record_base.........ok test_core/record_cache........ok test_core/record_extras.......ok test_core/record_hooks........ok test_core/table_objects.......ok All tests successful. Files=13, Tests=203, 2 wallclock secs ( 1.07 cusr + 0.35 csys = 1.42 CPU) =============================================================================== Starting Driver Tests For: dbi:mysql:test test_drivers/connect..........Using DBIx::SQLEngine::Driver::Mysql::V4_0. ok test_drivers/detect_cols......ok test_drivers/detect_tables....ok test_drivers/join.............ok test_drivers/nulls............ok test_drivers/standard.........ok test_drivers/union............ok All tests successful. Files=7, Tests=78, 1 wallclock secs ( 0.69 cusr + 0.21 csys = 0.90 CPU) =============================================================================== Starting Driver Tests For: dbi:SQLite:dbname=test_data/sqlite/test.sqlite Creating test data directory: test_data/sqlite test_drivers/connect..........Using DBIx::SQLEngine::Driver::SQLite. ok test_drivers/detect_cols......ok test_drivers/detect_tables....ok 1/1 skipped: various reasons test_drivers/join.............ok test_drivers/nulls............ok test_drivers/standard.........ok test_drivers/union............ok All tests successful, 1 subtest skipped. Files=7, Tests=68, 1 wallclock secs ( 0.55 cusr + 0.21 csys = 0.76 CPU) =============================================================================== Starting Driver Tests For: DBI:CSV:f_dir=test_data/csv Creating test data directory: test_data/csv test_drivers/connect..........Using DBIx::SQLEngine::Driver::CSV. ok test_drivers/detect_cols......ok test_drivers/detect_tables....ok test_drivers/join.............ok 3/7 skipped: various reasons test_drivers/nulls............ok 1/7 skipped: various reasons test_drivers/standard.........ok test_drivers/union............ok All tests successful, 4 subtests skipped. Files=7, Tests=78, 1 wallclock secs ( 1.08 cusr + 0.26 csys = 1.34 CPU) =============================================================================== makewrapper: make ok -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=darwin, osvers=8.9.1, archname=darwin-2level uname='darwin shiny.local 8.9.1 darwin kernel version 8.9.1: thu feb 22 20:55:00 pst 2007; root:xnu-792.18.15~1release_i386 i386 i386 ' config_args='-des -Dprefix=/opt/local -Dccflags=-I'/opt/local/include' -Dldflags=-L/opt/local/lib -Dvendorprefix=/opt/local -Dcc=/usr/bin/gcc-4.0' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/usr/bin/gcc-4.0', ccflags ='-I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/opt/local/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5367)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/opt/local/lib -L/usr/local/lib' libpth=/usr/local/lib /opt/local/lib /usr/lib libs=-ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib'
