Author: timbo
Date: Wed Mar 10 16:20:34 2004
New Revision: 210
Modified:
dbi/trunk/Makefile.PL
dbi/trunk/ToDo
Log:
Add PREREQ_PM => { "Test::More" => 0 },
Tweak ToDo
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Wed Mar 10 16:20:34 2004
@@ -124,6 +124,7 @@
my %opts = (
NAME=> 'DBI',
VERSION_FROM=> 'DBI.pm',
+ PREREQ_PM => { "Test::More" => 0 },
EXE_FILES => [ "dbiproxy$ext_pl", "dbiprof$ext_pl" ],
DIR => [ ],
dynamic_lib => { OTHERLDFLAGS => "$::opt_g" },
Modified: dbi/trunk/ToDo
==============================================================================
--- dbi/trunk/ToDo (original)
+++ dbi/trunk/ToDo Wed Mar 10 16:20:34 2004
@@ -80,6 +80,8 @@
And enable xsbypass in dispatch if possible.
Remove PERL_POLLUTE
+Require a CLONE method.
+
Add function pointer for setting fetched field values into DBIS.
Drivers would use this instead of calling sv_setpv (etc) themselves.
@@ -117,6 +119,8 @@
need to think through prepare_cached and connect_cached
and relationship to preparse().
+Fixup @DBD::Foo::ISA and ?->setup_driver issues
+
Sort out DBIcDBISTATE() and DBIS mess. dDBIS?
Make it cheap to get h from imp_xxh so only imp_xxh needs
to be passed around?