You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2001/10/19 03:35:04 UTC

cvs commit: httpd-test/perl-framework/Apache-Test ToDo

stas        01/10/18 18:35:04

  Modified:    perl-framework/Apache-Test ToDo
  Log:
  need to s/__DIE__ sighandlers/eval trapping/
  
  Revision  Changes    Path
  1.4       +3 -0      httpd-test/perl-framework/Apache-Test/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/ToDo,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ToDo	2001/09/18 16:05:16	1.3
  +++ ToDo	2001/10/19 01:35:04	1.4
  @@ -1,3 +1,6 @@
  +- consider not using the __DIE__ sighandler, but instead wrap the
  +  potentially failing code in the eval trap blocks.
  +
   - print STDERR is buffered in test handlers, whereas warn() works
     normally. select() helps, but STDERR should be unbuffered in first
     place.