[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/site_perl/5.10.0/i586-linux-thread-multi/ -> TASKS.pod (source)

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


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1