Report for Rose-DB-Object-0.813

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: PASS Rose-DB-Object-0.813 v5.12.2 NetBSD
Date: 2014-11-13T01:20:53Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear JSIRACUSA,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9152. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

TEST RESULTS:

Below is the error stack from stage 'make test':

PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.12.2/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

##
## DBI             1.632
##
## 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.)
## 
## PostgreSQL:
## 
##     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:test@test)
##     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)
t/00-warning.t ..................... ok
t/as-tree.t ........................ ok
t/auto-setup.t ..................... ok
t/bind-param.t ..................... ok
t/column-triggers.t ................ ok
t/column-values.t .................. skipped: No SQLite
t/db-migration.t ................... ok
t/db-object-auto.t ................. ok
t/db-object-cached.t ............... ok
t/db-object-changes-only-1.t ....... ok
t/db-object-changes-only-2.t ....... ok
t/db-object-convention.t ........... ok
t/db-object-foreign-key-auto.t ..... ok
t/db-object-foreign-key.t .......... ok
t/db-object-helpers.t .............. ok
t/db-object-loader-2.t ............. ok
t/db-object-loader-3.t ............. ok
t/db-object-loader-4.t ............. ok
t/db-object-loader-5.t ............. ok
t/db-object-loader-6.t ............. ok
t/db-object-loader-7.t ............. ok
t/db-object-loader-8.t ............. ok
t/db-object-loader-9.t ............. ok
t/db-object-loader.t ............... ok
t/db-object-manager-bulk-ops.t ..... ok
t/db-object-manager.t .............. ok
t/db-object-mapper.t ............... ok
t/db-object-metadata.t ............. ok
t/db-object-relationship-auto-2.t .. ok
t/db-object-relationship-auto.t .... ok
t/db-object-relationship.t ......... ok
t/db-object-std-cached.t ........... ok
t/db-object-std.t .................. ok
t/db-object.t ...................... ok
t/deep-joins.t ..................... ok
t/inheritance.t .................... ok
t/lazy-columns.t ................... ok
t/leaks.t .......................... skipped: Test::Memory::Cycle required for leak tests
t/make-modules.t ................... ok
t/makemethods-db.t ................. ok
t/makemethods.t .................... ok
t/multi-many-the-hard-way.t ........ ok
t/multi-pk-sequences.t ............. ok
t/nested-joins.t ................... ok
t/one-to-many-reset.t .............. ok
t/pk-fk-columns.t .................. ok
t/pod.t ............................ skipped: Test::Pod 1.00 required for testing POD
t/query-builder.t .................. ok
t/rt-cpan-45836.t .................. ok
t/save-cascade.t ................... ok
t/schema-override.t ................ ok
t/spot-check-01.t .................. ok
t/spot-check-02.t .................. ok
t/spot-check-03.t .................. ok
t/spot-check-04.t .................. ok
t/spot-check-05.t .................. ok
t/spot-check-06.t .................. ok
t/spot-check-07.t .................. ok
t/spot-check-08.t .................. ok
t/spot-check-09.t .................. ok
t/spot-check-10.t .................. ok
t/spot-check-11.t .................. ok
t/spot-check-12.t .................. ok
t/spot-check-13.t .................. ok
t/spot-check-14.t .................. ok
t/undef-overrides-default.t ........ skipped: No SQLite
t/unique-key-prefs.t ............... ok
All tests successful.
Files=67, Tests=13502, 36 wallclock secs ( 1.82 usr  0.21 sys + 22.38 cusr 10.14 csys = 34.55 CPU)
Result: PASS


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Bit::Vector                         7.3        0
	  Clone                              0.37     0.29
	  Cwd                                3.47        0
	  DBI                               1.632     1.40
	  Data::Dumper                      2.125    2.121
	  DateTime                           1.12        0
	  ExtUtils::MakeMaker                6.98        0
	  File::Path                         2.09        0
	  File::Spec                         3.47        0
	  List::MoreUtils                    0.33        0
	  Math::BigInt                    1.89_01     1.77
	  Rose::DB                          0.775    0.763
	  Rose::DateTime::Util              0.540    0.532
	  Rose::Object                      0.860    0.854
	  Scalar::Util                       1.22        0
	  Test::More                     1.001008        0
	  Time::Clock                        1.03     1.00

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9152
	CPANPLUS::Dist::Build              0.78
	Cwd                                3.47
	ExtUtils::CBuilder             0.280220
	ExtUtils::Command                  1.16
	ExtUtils::Install                  2.04
	ExtUtils::MakeMaker                6.98
	ExtUtils::Manifest                 1.68
	ExtUtils::ParseXS                  3.24
	File::Spec                         3.47
	Module::Build                    0.4210
	Pod::Parser                        1.37
	Pod::Simple                        3.14
	Test::Harness                      3.33
	Test::More                     1.001008
	version                          0.9909

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.90.
Powered by minismokebox version 0.58

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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/script:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/script:/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 13924
    PERL5_CPANPLUS_IS_VERSION = 0.9152
    PERL5_MINISMOKEBOX = 0.58
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.12.2
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/pkg/bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.12.2/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 100 100
    EGID: $)  = 100 100


-------------------------------


--

Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
   
  Platform:
    osname=netbsd, osvers=6.1.4, archname=amd64-netbsd
    uname='netbsd naboo.bingosnet.co.uk 6.1.4 netbsd 6.1.4 (generic) amd64 '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.12.2'
    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 -fstack-protector -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/pkg/include'
    ccversion='', gccversion='4.5.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 =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector -L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc -lposix
    perllibs=-lm -lcrypt -lutil -lc -lposix
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  -L/usr/pkg/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
                        USE_PERL_ATOF
  Built under netbsd
  Compiled at May  9 2014 13:24:26
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="13924"
    PERL5_CPANPLUS_IS_VERSION="0.9152"
    PERL5_MINISMOKEBOX="0.58"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.12.2"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Uplevel-0.24/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Exception-0.35/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Carp-Clan-6.04/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Bit-Vector-7.3/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-0.37/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DBI-1.632/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-MoreUtils-0.33/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Runtime-0.014/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Try-Tiny-0.22/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Fatal-0.013/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Requires-0.08/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Module-Implementation-0.09/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Validate-1.13/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Locale-0.45/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Singleton-1.5/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Scalar-List-Utils-1.41/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Test-Warnings-0.016/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/List-AllUtils-0.09/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-TimeZone-1.79/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-1.12/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Clone-PP-1.06/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Class-Factory-Util-1.7/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Strptime-1.56/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Builder-0.81/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-MySQL-0.05/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Convert-NLS_DATE_FORMAT-0.05/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Oracle-0.06/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/DateTime-Format-Pg-0.16010/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-Object-0.860/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DateTime-0.540/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Params-Util-1.07/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Install-0.928/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Data-OptList-0.109/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Sub-Exporter-0.987/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/SQL-ReservedWords-0.8/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Time-Clock-1.03/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-0.775/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.2/.cpanplus/5.12.2/build/Rose-DB-Object-0.813/blib/arch
    /home/cpan/pit/bare/perl-5.12.2/lib/site_perl/5.12.2/amd64-netbsd
    /home/cpan/pit/bare/perl-5.12.2/lib/site_perl/5.12.2
    /home/cpan/pit/bare/perl-5.12.2/lib/5.12.2/amd64-netbsd
    /home/cpan/pit/bare/perl-5.12.2/lib/5.12.2
    .