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 Tony Bowden,
    
This is a computer-generated report for Class-DBI-v3.0.17
on perl-5.8.8, created automatically by CPAN-Reporter-1.00 
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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-columns.............ok
t/02-Film................prepare_cached(INSERT INTO Movies (title, director, 
rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb39378) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbc8248) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbc8248) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
DBIx::ContextualFetch::db=HASH(0x639598)->disconnect invalidates 7 active 
statement handles (either destroy statement handles or call finish on them 
before disconnecting) at t/02-Film.t line 204.
closing dbh with active statement handles at t/02-Film.t line 204.
prepare_cached(UPDATE Movies
SET    numexplodingsheep = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x639378) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xbb2b98) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb94cc8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/03-subclassing.........ok
t/04-lazy................ok
t/05-Query...............prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb711e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb711e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb711e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb711e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb711e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/06-hasa................ok
t/08-inheritcols.........ok
t/09-has_many............prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbc9ab8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbc9ab8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0xc073e8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xc07258) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/10-mysql...............skipped
        all skipped: Need Date::Simple for this test
t/11-triggers............ok
t/12-filter..............prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb54798) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb790f8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb790f8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb790f8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0xbda688) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0xbda688) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/13-constraint..........prepare_cached(INSERT INTO Movies (rating)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb99ac8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb99828) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/14-might_have..........prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xb64248) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb52fa8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Blurbs (blurb, title)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb91998) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Blurbs
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xba3e78) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Movies
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xba4538) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb52fa8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Blurbs (blurb, title)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb91998) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(UPDATE Blurbs
SET    blurb = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xb922d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Blurbs
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xba3e78) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Movies
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xba4538) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/15-accessor............prepare_cached(INSERT INTO Movies (title, director, 
rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb846d8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbb4558) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbb4558) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xbc28a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xbb4558) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/16-reserved............ok
t/17-data_type...........# Pg connection failed (DBI 
connect('dbname=template1','postgres',...) failed: FATAL:  role "postgres" does 
not exist
#  at /usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 328
# ). Set env variables DBD_PG_DBNAME,  DBD_PG_USER,
# DBD_PG_PASSWD to enable testing.
skipped
        all skipped: Pg connection failed.
t/18-has_a...............prepare_cached(INSERT INTO Directors (name, birthday, 
isinsane)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb96338) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    director = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xbb1478) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/19-set_sql.............prepare_cached(INSERT INTO Movies (title, director, 
rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb710a8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x531488) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x531488) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/21-iterator............prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb37eb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb37eb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb37eb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb37eb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb37eb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/22-deflate_order.......skipped
        all skipped: Need Time::Piece::MySQL for this test
t/23-cascade.............prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0xb4ff78) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Movies
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0xba7cb8) still Active at 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib/Ima/DBI.pm line 398
ok
t/24-meta_info...........ok
t/25-closures_in_meta....DBI connect('test','',...) failed: Access denied for 
user 'eserte'@'localhost' (using password: NO) at t/testlib/MyBase.pm line 10
skipped
        all skipped: Need MySQL for this test
t/26-mutator.............ok
t/27-mutator-old.........ok
t/97-pod.................ok
t/98-failure.............ok
t/99-misc................ok
All tests successful, 4 tests skipped.
Files=28, Tests=572,  6 wallclock secs ( 3.02 cusr +  1.98 csys =  5.01 CPU)

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

Prerequisite modules loaded:

requires:

    Module                   Need Have  
    ------------------------ ---- ------
    Class::Accessor          0.18 0.31  
    Class::Data::Inheritable 0.02 0.06  
    Class::Trigger           0.07 0.12  
    Clone                    0    0.20  
    File::Temp               0.12 0.18  
    Ima::DBI                 0.33 0.35  
    List::Util               1.00 1.18  
    Scalar::Util             1.08 1.18  
    Test::More               0.47 0.70  
    UNIVERSAL::moniker       0.06 0.08  
    version                  0    0.7203

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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    LC_CTYPE = de_DE.ISO8859-1
    PATH = 
/usr/X11R6/bin:/usr/X11/bin:/usr/local/bin:/usr/bin:/bin:/usr/gnu/bin:/usr/TeX/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/e/eserte/bin/FreeBSD:/home/e/eserte/bin/sh:/home/e/eserte/bin:/usr/X386/bin:/usr/games:/home/e/eserte/devel
    PERL5LIB = 
/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/arch:/usr/local/src/CPAN/build/Ima-DBI-0.35-wuUKRp/blib/lib:/usr/local/src/CPAN/build/DBIx-ContextualFetch-1.03-T2NVlj/blib/arch:/usr/local/src/CPAN/build/DBIx-ContextualFetch-1.03-T2NVlj/blib/lib:/usr/local/src/CPAN/build/UNIVERSAL-moniker-0.08-c2JLHQ/blib/arch:/usr/local/src/CPAN/build/UNIVERSAL-moniker-0.08-c2JLHQ/blib/lib:/usr/local/src/CPAN/build/Data-Lazy-0.6-rwDyqv/blib/arch:/usr/local/src/CPAN/build/Data-Lazy-0.6-rwDyqv/blib/lib:/usr/local/src/CPAN/build/DateTime-Format-MySQL-0.04-YGEgFU/blib/arch:/usr/local/src/CPAN/build/DateTime-Format-MySQL-0.04-YGEgFU/blib/lib:/usr/local/src/CPAN/build/Test-TempDatabase-0.11-8BIHNj/blib/arch:/usr/local/src/CPAN/build/Test-TempDatabase-0.11-8BIHNj/blib/lib:/usr/local/src/CPAN/build/ExtUtils-ModuleMaker-0.49-BrsezZ/blib/arch:/usr/local/src/CPAN/build/ExtUtils-ModuleMaker-0.49-BrsezZ/blib/lib:/usr/local/src/CPAN/build/File-Save-Home-0.08-UGrSNI/blib/arch:/usr/local/src/CPAN/build/File-Save-Home-0.08-UGrSNI/blib/lib:/usr/local/src/CPAN/build/String-PerlIdentifier-0.05-QrUUda/blib/arch:/usr/local/src/CPAN/build/String-PerlIdentifier-0.05-QrUUda/blib/lib:/usr/local/src/CPAN/build/DBIx-VersionedSchema-0.03-E9pZnx/blib/arch:/usr/local/src/CPAN/build/DBIx-VersionedSchema-0.03-E9pZnx/blib/lib:/usr/local/src/CPAN/build/HTML-Tested-0.29-Bwrc9Z/blib/arch:/usr/local/src/CPAN/build/HTML-Tested-0.29-Bwrc9Z/blib/lib:/usr/local/src/CPAN/build/Math-Combinatorics-0.09-ZUKQVG/blib/arch:/usr/local/src/CPAN/build/Math-Combinatorics-0.09-ZUKQVG/blib/lib:/usr/local/src/CPAN/build/Digest-CRC-0.10-XMcNZS/blib/arch:/usr/local/src/CPAN/build/Digest-CRC-0.10-XMcNZS/blib/lib:/usr/local/src/CPAN/build/Crypt-Blowfish-2.10-cyRUg4/blib/arch:/usr/local/src/CPAN/build/Crypt-Blowfish-2.10-cyRUg4/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 2222
    PERL5_CPAN_IS_RUNNING = 2222
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /bin/tcsh
    STDPERL = perl
    TERM = xterm

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

    $^X = perl5.8.8
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1024 0 1000 1000
    $EGID = 1000 1024 0 1000 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9203
    Cwd                 3.25  
    ExtUtils::CBuilder  0.18  
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   2.15  
    File::Spec          3.12  
    Module::Build       0.2806
    Module::Signature   0.55  
    Test::Harness       2.64  
    Test::More          0.70  
    YAML                0.66  
    YAML::Syck          0.97  
    version             0.7203


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=freebsd, osvers=6.2-prerelease, archname=amd64-freebsd
    uname='freebsd freebsd.org 6.2-prerelease freebsd 6.2-prerelease #0: mon 
oct 16 03:27:17 utc 2006 [EMAIL PROTECTED]:usrsrcsysmagickernelpath amd64 '
    config_args='-sde -Dprefix=/usr/local 
-Darchlib=/usr/local/lib/perl5/5.8.8/mach -Dprivlib=/usr/local/lib/perl5/5.8.8 
-Dman3dir=/usr/local/lib/perl5/5.8.8/perl/man/man3 
-Dman1dir=/usr/local/man/man1 
-Dsitearch=/usr/local/lib/perl5/site_perl/5.8.8/mach 
-Dsitelib=/usr/local/lib/perl5/site_perl/5.8.8 -Dscriptdir=/usr/local/bin 
-Dsiteman3dir=/usr/local/lib/perl5/5.8.8/man/man3 
-Dsiteman1dir=/usr/local/man/man1 -Ui_malloc -Ui_iconv -Uinstallusrbinperl 
-Dcc=cc -Duseshrplib 
-Dccflags=-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -Doptimize=-O2 
-fno-strict-aliasing -pipe  -Ud_dosuid -Ui_gdbm -Dusethreads=n -Dusemymalloc=y 
-Duse64bitint'
    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=define use64bitall=define uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" 
-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include',
    optimize='-O2 -fno-strict-aliasing -pipe ',
    cppflags='-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include'
    ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', 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,-E -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lcrypt -lutil
    perllibs=-lm -lcrypt -lutil
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  
-Wl,-R/usr/local/lib/perl5/5.8.8/mach/CORE'
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'

Reply via email to