1TASKS(3)              User Contributed Perl Documentation             TASKS(3)
2
3
4

NAME

6       TASKS - Want to help? These things need doing...
7
8       Increase test coverage
9
10       More tests need to be added to test the codes that not urrently being
11       tested.
12
13       It's pretty poor right now:
14
15          http://pjcj.sytes.net/cover/latest/DBI-1.52/coverage.html
16
17       Start with improving the subroutine coverage
18
19          http://pjcj.sytes.net/cover/latest/DBI-1.52/blib-lib-DBI-pm--subroutine.html
20
21       Test the proxy
22
23       The current t/80proxy.t is isolated from the rest of the test suite so
24       actually tests very little, and what it does test is duplicating other
25       tests.
26
27       Ideally the proxy should be tested in the same way as DBI::PurePerl.
28       In other words, by creating wrappers test files for each test file that
29       set $ENV{DBI_AUTOPROXY} and run the original test. They'll also need to
30       start and stop a proxy server.
31
32       Fixing bugs
33
34       The official bug list is here:
35
36          http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBI
37
38       Naturally I'll offer direction and guidance on any you want to tackle.
39       I've also got a few that could be entered into rt.cpan.org.
40
41
42
43perl v5.8.8                       2006-02-07                          TASKS(3)
Impressum