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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Tony Bowden,
    
This is a computer-generated test report for Class-DBI-v3.0.16, created
automatically by CPAN::Reporter, version 0.41, 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.  However, it appears that
there were some problems testing your distribution.

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::Accessor          0.18 0.30
    Class::Data::Inheritable 0.02 0.06
    Class::Trigger           0.07 0.11
    Clone                    0    0.23
    File::Temp               0.12 0.18
    Ima::DBI                 0.33 0.35
    List::Util               1.00 1.14
    Scalar::Util             1.08 1.14
    Test::More               0.47 0.70
    UNIVERSAL::moniker       0.06 0.08
    version                  0    0.70

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

Environment variables:

    LANG = en_US.UTF-8
    LC_CTYPE = en_US.UTF-8
    PATH = 
/usr/bin:/Users/lavallej/.bin:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/local/mysql/bin:/Users/lavallej/Work/dts/base/bin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/bin:/opt/local/bin:/Users/lavallej/.src/maven-2.0.6/bin
    PERL5LIB = 
/Users/lavallej/Work/dts/base/lib:/Users/lavallej/Work/dts/public/lib:/Users/lavallej/Work/dts/processor/lib:/Users/lavallej/Work/dts/dashboard/lib:/Users/lavallej/Work/dts/tools/lib
    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 = /usr/bin/perl
    UID:  $<  = 502
    EUID: $>  = 502
    GID:  $(  = 502 80 79 81 502
    EGID: $)  = 502 80 79 81 502

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9102 
    Cwd                 3.24   
    ExtUtils::CBuilder  0.18   
    ExtUtils::Command   1.09_01
    ExtUtils::Install   1.41   
    ExtUtils::MakeMaker 6.32   
    ExtUtils::Manifest  1.48   
    ExtUtils::ParseXS   2.18   
    File::Spec          3.01   
    Module::Build       0.2806 
    Module::Signature   0.55   
    Test::Harness       2.64   
    Test::More          0.70   
    version             0.70   

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01-columns.............ok
t/02-Film................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x190ef2c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x19383a4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x19383a4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
DBIx::ContextualFetch::db=HASH(0x188181c)->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(0x1881690) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x19440a8) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1313390) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/03-subclassing.........DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/04-lazy................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Lazy)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/05-Query...............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dacc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dacc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/06-hasa................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Directors)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/08-inheritcols.........ok
t/09-has_many............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Directors)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932260) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932260) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0x1946e34) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1941a78) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/10-mysql...............skipped
        all skipped: Need Date::Simple for this test
t/11-triggers............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/12-filter..............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191ee04) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191eef4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191eef4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191eef4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0x1935f90) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0x1935f90) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/13-constraint..........DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (rating)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1898150) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0x192433c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/14-might_have..........DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Blurbs)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x19248b4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191d224) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Blurbs (blurb, title)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1925240) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Blurbs
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x192e100) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Movies
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x192f1d4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191d224) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Blurbs (blurb, title)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1925240) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(UPDATE Blurbs
SET    blurb = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x1927d44) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Blurbs
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x192e100) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Movies
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x192f1d4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/15-accessor............
#   Failed test 'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
# '
#   at t/15-accessor.t line 11.
#                   'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
# '
#     doesn't match '(?-xism:clashes with built-in method)'

#   Failed test 'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
# '
#   at t/15-accessor.t line 11.
#                   'DBD::SQLite::st fetchrow_array warning: not an error(0) at 
dbdimp.c line 504 [for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
# '
#     doesn't match '(?-xism:clashes with built-in method)'
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191e43c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932a0c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title)
VALUES (?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932a0c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x19362d8) still 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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
        
--
Dear Tony Bowden,
    
This is a computer-generated test report for Class-DBI-v3.0.16, created
automatically by CPAN::Reporter, version 0.41, 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.  However, it appears that
there were some problems testing your distribution.

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::Accessor          0.18 0.30
    Class::Data::Inheritable 0.02 0.06
    Class::Trigger           0.07 0.11
    Clone                    0    0.23
    File::Temp               0.12 0.18
    Ima::DBI                 0.33 0.35
    List::Util               1.00 1.14
    Scalar::Util             1.08 1.14
    Test::More               0.47 0.70
    UNIVERSAL::moniker       0.06 0.08
    version                  0    0.70

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

Environment variables:

    LANG = en_US.UTF-8
    LC_CTYPE = en_US.UTF-8
    PATH = 
/usr/bin:/Users/lavallej/.bin:/bin:/sbin:/usr/bin:/usr/local/bin:/usr/sbin:/usr/local/mysql/bin:/Users/lavallej/Work/dts/base/bin:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/bin:/opt/local/bin:/Users/lavallej/.src/maven-2.0.6/bin
    PERL5LIB = 
/Users/lavallej/Work/dts/base/lib:/Users/lavallej/Work/dts/public/lib:/Users/lavallej/Work/dts/processor/lib:/Users/lavallej/Work/dts/dashboard/lib:/Users/lavallej/Work/dts/tools/lib
    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 = /usr/bin/perl
    UID:  $<  = 502
    EUID: $>  = 502
    GID:  $(  = 502 80 79 81 502
    EGID: $)  = 502 80 79 81 502

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9102 
    Cwd                 3.24   
    ExtUtils::CBuilder  0.18   
    ExtUtils::Command   1.09_01
    ExtUtils::Install   1.41   
    ExtUtils::MakeMaker 6.32   
    ExtUtils::Manifest  1.48   
    ExtUtils::ParseXS   2.18   
    File::Spec          3.01   
    Module::Build       0.2806 
    Module::Signature   0.55   
    Test::Harness       2.64   
    Test::More          0.70   
    version             0.70   

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/01-columns.............ok
t/02-Film................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title, director, rating, numexplodingsheep)
VALUES (?, ?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x190ef2c) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x19383a4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x19383a4) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
DBIx::ContextualFetch::db=HASH(0x188181c)->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(0x1881690) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(UPDATE Movies
SET    rating = ?
WHERE  title=?
) statement handle DBIx::ContextualFetch::st=HASH(0x19440a8) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1313390) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/03-subclassing.........DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/04-lazy................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Lazy)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/05-Query...............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dacc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, rating)
VALUES (?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dacc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x191dbbc) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/06-hasa................DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Directors)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
ok
t/08-inheritcols.........ok
t/09-has_many............DBD::SQLite::st fetchrow_array warning: not an 
error(0) at dbdimp.c line 504 [for Statement "PRAGMA table_info(Movies)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Actor)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
DBD::SQLite::st fetchrow_array warning: not an error(0) at dbdimp.c line 504 
[for Statement "PRAGMA table_info(Directors)"] at 
/Library/Perl/5.8.6/DBIx/ContextualFetch.pm line 88.
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932260) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Actor (name, film, salary)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1932260) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(DELETE
FROM   Actor
WHERE  id=?
) statement handle DBIx::ContextualFetch::st=HASH(0x1946e34) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
prepare_cached(INSERT INTO Movies (title, director, rating)
VALUES (?, ?, ?)
) statement handle DBIx::ContextualFetch::st=HASH(0x1941a78) still Active at 
/Library/Perl/5.8.6/Ima/DBI.pm line 398
ok
t/10-mysql...............skipped
      

Reply via email to