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 2004/05/07 20:13:01 UTC

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

stas        2004/05/07 11:13:01

  Modified:    perl-framework/Apache-Test SUPPORT
  Log:
  add the info about the new tarball from geoff to reproduce C Apache
  modules bugs
  
  Revision  Changes    Path
  1.5       +11 -0     httpd-test/perl-framework/Apache-Test/SUPPORT
  
  Index: SUPPORT
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/SUPPORT,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -u -r1.4 -r1.5
  --- SUPPORT	19 Apr 2004 20:21:44 -0000	1.4
  +++ SUPPORT	7 May 2004 18:13:01 -0000	1.5
  @@ -44,3 +44,14 @@
   for CPANPLUS to flush the STDERR and STDOUT streams at the right time,
   allowing you to skip the test suite if the conditions aren't suitable
   for its execution.
  +
  +*** Apache C modules bug reports ***
  +
  +It's now possible to easily create tarballs with self-contained bug
  +reports for Apache modules in C. Geoff developed and maintains the 
  +skeleton:
  +
  +   http://perl.apache.org/~geoff/bug-reporting-skeleton-apache.tar.gz
  +
  +So next time you want to send a reproducable bug report for some C module,
  +grab that tarball, put your code in and submit it to the relevant list.