Author: timbo
Date: Tue Sep 26 14:10:47 2006
New Revision: 7856
Added:
dbi/trunk/TASKS.pod
dbi/trunk/TODO_2005.txt
- copied unchanged from r6840, /dbi/trunk/ToDo
Removed:
dbi/trunk/ToDo
Modified:
dbi/trunk/MANIFEST
Log:
Add high-level TASKS.pod.
Rename old ToDo to TODO_2005.txt
Modified: dbi/trunk/MANIFEST
==============================================================================
--- dbi/trunk/MANIFEST (original)
+++ dbi/trunk/MANIFEST Tue Sep 26 14:10:47 2006
@@ -10,7 +10,8 @@
Perl.xs Test harness (currently) for Driver.xst
README
Roadmap.pod Planned changes and enhancements for the DBI
-ToDo Occasional random notes about what's missing
+TODO_2005.txt Old (but still mostly relevant) occasional
random notes about what's missing
+TASKS.pod Want to help? These things need doing...
dbd_xsh.h Prototypes for standard Driver.xst interface
dbi_sql.h Definitions based on SQL CLI / ODBC (#inc'd by
DBIXS.h)
dbipport.h Perl portability macros (from Devel::PPort)
Added: dbi/trunk/TASKS.pod
==============================================================================
--- (empty file)
+++ dbi/trunk/TASKS.pod Tue Sep 26 14:10:47 2006
@@ -0,0 +1,36 @@
+=head1 NAME
+
+TASKS - Want to help? These things need doing...
+
+=head2 Increase test coverage
+
+More tests need to be added to test the codes that not urrently being tested.
+
+It's pretty poor right now:
+
+ http://pjcj.sytes.net/cover/latest/DBI-1.52/coverage.html
+
+Start with improving the subroutine coverage
+
+ http://pjcj.sytes.net/cover/latest/DBI-1.52/blib-lib-DBI-pm--subroutine.html
+
+=head2 Test the proxy
+
+The current t/80proxy.t is isolated from the rest of the test suite so actually
+tests very little, and what it does test is duplicating other tests.
+
+Ideally the proxy should be tested in the same way as DBI::PurePerl. In other
+words, by creating wrappers test files for each test file that set
+$ENV{DBI_AUTOPROXY} and run the original test. They'll also need to start and
+stop a proxy server.
+
+=head2 Fixing bugs
+
+The official bug list is here:
+
+ http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBI
+
+Naturally I'll offer direction and guidance on any you want to tackle.
+I've also got a few that could be entered into rt.cpan.org.
+
+=cut