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 John Siracusa,
    
This is a computer-generated report for Rose-DB-0.737
on 5.10.0, created automatically by CPAN-Reporter-1.0704 
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
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'make test':

PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-warning................
##
## WARNING: Almost all the tests in this module distribution need to connect
## to a database in order to run.  The tests need full privileges on this
## database: the ability to create and drop tables, insert, update, and delete
## rows, create schemas, sequences, functions, triggers, the works.
##
## By default, the tests will try to connect to the database named "test"
## running on "localhost" using the default superuser username for each
## database type and an empty password.
##
## If you have setup your database in a secure manner, these connection
## attempts will fail, and the tests will be skipped.  If you want to override
## these values, set the following environment variables before running tests.
## (The current values are shown in parentheses.)
##
## Postgres:
##
##     RDBO_PG_DSN        (dbi:Pg:dbname=test;host=localhost)
##     RDBO_PG_USER       (postgres)
##     RDBO_PG_PASS       (<none>)
##
## MySQL:
## 
##     RDBO_MYSQL_DSN     (dbi:mysql:database=test;host=localhost)
##     RDBO_MYSQL_USER    (root)
##     RDBO_MYSQL_PASS    (<none>)
##
## Oracle:
##
##     RDBO_ORACLE_DSN    (dbi:Oracle:dbname=test)
##     RDBO_ORACLE_USER   (<none>)
##     RDBO_ORACLE_PASS   (<none>)
##
## Informix:
##
##     RDBO_INFORMIX_DSN  (dbi:Informix:[EMAIL PROTECTED])
##     RDBO_INFORMIX_USER (<none>)
##     RDBO_INFORMIX_PASS (<none>)
##
## SQLite: To disable the SQLite tests, set this environment varible
##
##     RDBO_NO_SQLITE (<undef>)
##
## Press return to continue (or wait 60 seconds)
ok
t/basic.....................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/db_cache..................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/informix..................skipped: Missing DBD::Informix
t/list-tables...............Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/mysql.....................skipped: Missing DBD::mysql
t/no-registry...............Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/oracle....................skipped: Missing DBD::Oracle
t/pg........................skipped: Missing DBD::Pg
t/pk-columns................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/pod.......................ok
t/setup.....................ok
t/sqlite....................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/storable..................ok
t/subclass-basic............Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/subclass-informix.........skipped: Missing DBD::Informix
t/subclass-list-tables......Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/subclass-mysql............skipped: Missing DBD::mysql
t/subclass-oracle...........skipped: Missing DBD::Oracle
t/subclass-pg...............skipped: Missing DBD::Pg
t/subclass-sqlite...........Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/subclass-trx..............Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/subclass..................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
t/trx.......................Name "DBD::SQLite::sqlite_version" used only once: 
possible typo at /usr/local/lib/perl5/5.10.0/x86_64-linux/DynaLoader.pm line 
226.
ok
All tests successful.
Files=24, Tests=805, 70 wallclock secs ( 0.24 usr  0.06 sys +  7.59 cusr  1.49 
csys =  9.38 CPU)
Result: PASS

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                  Need  Have   
    ----------------------- ----- -------
    Bit::Vector::Overload   6.4   6.4    
    Clone::PP               0     1.02   
    DateTime::Duration      0     0      
    DateTime::Format::MySQL 0     0.04   
    DateTime::Format::Pg    0.11  0.16001
    DBI                     0     1.601  
    Rose::DateTime::Util    0.532 0.532  
    Rose::Object            0.82  0.84   
    SQL::ReservedWords      0     0.7    
    Test::More              0     0.74   
    Time::Clock             0     0.11   
    YAML::Syck              0     1.01   

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_IE.UTF-8
    LC_ADDRESS = en_IE.utf8
    LC_COLLATE = POSIX
    LC_CTYPE = en_IE.utf8
    LC_IDENTIFICATION = en_IE.utf8
    LC_MEASUREMENT = en_IE.utf8
    LC_MESSAGES = en_IE.utf8
    LC_MONETARY = nl_NL.utf8
    LC_NAME = en_IE.utf8
    LC_NUMERIC = en_IE.utf8
    LC_PAPER = en_IE.utf8
    LC_TELEPHONE = en_IE.utf8
    LC_TIME = en_IE.utf8
    PATH = 
/home/d/bin:/home/devogon/src/kwiki/bin:/usr/local/kwiki/bin:/home/devogon/lib/blead/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/home/devogon/bin:/usr/games/bin:/usr/bin/mh:/usr/local/everything/bin:/usr/lib/surfraw
    PERL5LIB = 
/home/d/.cpan/build/DateTime-Format-Pg-0.16001-Phtgde/blib/arch:/home/d/.cpan/build/DateTime-Format-Pg-0.16001-Phtgde/blib/lib:/home/d/.cpan/build/Rose-DateTime-0.532-2YpCkv/blib/arch:/home/d/.cpan/build/Rose-DateTime-0.532-2YpCkv/blib/lib:/home/d/.cpan/build/SQL-ReservedWords-0.7-TfW7SX/blib/arch:/home/d/.cpan/build/SQL-ReservedWords-0.7-TfW7SX/blib/lib:/home/d/.cpan/build/YAML-Syck-1.01-ybDsbL/blib/arch:/home/d/.cpan/build/YAML-Syck-1.01-ybDsbL/blib/lib:/home/d/.cpan/build/Clone-PP-1.02-SQ0VfN/blib/arch:/home/d/.cpan/build/Clone-PP-1.02-SQ0VfN/blib/lib:/home/d/.cpan/build/Time-Clock-0.11-3no4xq/blib/arch:/home/d/.cpan/build/Time-Clock-0.11-3no4xq/blib/lib:/home/d/.cpan/build/Data-FormValidator-4.57-TcVgf5/blib/arch:/home/d/.cpan/build/Data-FormValidator-4.57-TcVgf5/blib/lib:/home/d/.cpan/build/Image-Size-3.1-cASz2F/blib/arch:/home/d/.cpan/build/Image-Size-3.1-cASz2F/blib/lib:/home/d/.cpan/build/FormValidator-Simple-0.22-NFTqRW/blib/arch:/home/d/.cpan/build/FormValidator-Simple-0.22-NFTqRW/blib/lib:/home/d/.cpan/build/Class-Data-Accessor-0.04001-mgHB70/blib/arch:/home/d/.cpan/build/Class-Data-Accessor-0.04001-mgHB70/blib/lib:/home/d/.cpan/build/Email-Valid-Loose-0.05-v0_phm/blib/arch:/home/d/.cpan/build/Email-Valid-Loose-0.05-v0_phm/blib/lib:/home/d/.cpan/build/Finance-Currency-Convert-WebserviceX-0.06002-Ddmsgd/blib/arch:/home/d/.cpan/build/Finance-Currency-Convert-WebserviceX-0.06002-Ddmsgd/blib/lib:/home/d/.cpan/build/Class-Accessor-Grouped-0.08001-XqggPI/blib/arch:/home/d/.cpan/build/Class-Accessor-Grouped-0.08001-XqggPI/blib/lib:/home/d/.cpan/build/Locale-Currency-Format-1.22-FxC7CK/blib/arch:/home/d/.cpan/build/Locale-Currency-Format-1.22-FxC7CK/blib/lib:/home/d/.cpan/build/Class-C3-Componentised-1.0001-K7SmIN/blib/arch:/home/d/.cpan/build/Class-C3-Componentised-1.0001-K7SmIN/blib/lib:/home/d/.cpan/build/Data-Page-2.00-_bFL0E/blib/arch:/home/d/.cpan/build/Data-Page-2.00-_bFL0E/blib/lib:/home/d/.cpan/build/Class-Accessor-Chained-0.01-Vwaox0/blib/arch:/home/d/.cpan/build/Class-Accessor-Chained-0.01-Vwaox0/blib/lib:/home/d/.cpan/build/Class-C3-0.19-9thgtk/blib/arch:/home/d/.cpan/build/Class-C3-0.19-9thgtk/blib/lib:/home/d/.cpan/build/Scope-Guard-0.03-Dp8Y4p/blib/arch:/home/d/.cpan/build/Scope-Guard-0.03-Dp8Y4p/blib/lib:/home/d/.cpan/build/Data-Currency-0.04002-pPHAjw/blib/arch:/home/d/.cpan/build/Data-Currency-0.04002-pPHAjw/blib/lib:/home/d/.cpan/build/MRO-Compat-0.05-POr6ht/blib/arch:/home/d/.cpan/build/MRO-Compat-0.05-POr6ht/blib/lib:/home/d/.cpan/build/DateTime-Format-MySQL-0.04-k3B4Do/blib/arch:/home/d/.cpan/build/DateTime-Format-MySQL-0.04-k3B4Do/blib/lib:/home/d/.cpan/build/DateTime-Format-Builder-0.7901-nIE7c8/blib/arch:/home/d/.cpan/build/DateTime-Format-Builder-0.7901-nIE7c8/blib/lib:/home/d/.cpan/build/Class-Factory-Util-1.7-4ZtbiJ/blib/arch:/home/d/.cpan/build/Class-Factory-Util-1.7-4ZtbiJ/blib/lib:/home/d/.cpan/build/DateTime-Format-Strptime-1.0702-4qBgq0/blib/arch:/home/d/.cpan/build/DateTime-Format-Strptime-1.0702-4qBgq0/blib/lib:/home/d/.cpan/build/Rose-Object-0.84-0paXpb/blib/arch:/home/d/.cpan/build/Rose-Object-0.84-0paXpb/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 4686
    PERL5_CPAN_IS_RUNNING = 4686
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/local/bin/perl
    $UID/$EUID = 1004 / 1004
    $GID = 1004 1004
    $EGID = 1004 1004

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.27     
    ExtUtils::CBuilder  0.21     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.42     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18_02  
    File::Spec          3.27     
    Module::Build       0.2808_01
    Module::Signature   n/a      
    Test::Harness       3.07     
    Test::More          0.74     
    YAML                0.66     
    YAML::Syck          1.01     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.23.1-slh64-smp-32, archname=x86_64-linux
    uname='linux sanremo.defietser 2.6.23.1-slh64-smp-32 #1 smp preempt thu nov 
15 17:55:06 cet 2007 x86_64 gnulinux '
    config_args='-des'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.3 20071014 (prerelease) (Debian 4.2.2-3)', 
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'

Reply via email to