You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by sb...@apache.org on 2001/06/24 14:00:06 UTC

cvs commit: modperl-2.0/Apache-Test ToDo

sbekman     01/06/24 05:00:06

  Added:       Apache-Test ToDo
  Log:
  start a ToDo list for Apache::Test
  
  Revision  Changes    Path
  1.1                  modperl-2.0/Apache-Test/ToDo
  
  Index: ToDo
  ===================================================================
   - print STDERR is buffered in test handlers, whereas warn() works
     normally. select() helps, but STDERR should be unbuffered in first
     place.
  
   - Apache::TestServer::start_debugger will choose between start_gdb,
     start_dbx, ddd etc., counting on people who want to use other
     debuggers to submit patches.