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/04/19 22:21:44 UTC

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

stas        2004/04/19 13:21:44

  Modified:    perl-framework/Apache-Test SUPPORT
  Log:
  a clue stick for cpanplus users running under root
  
  Revision  Changes    Path
  1.4       +10 -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.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- SUPPORT	2 Dec 2003 02:19:46 -0000	1.3
  +++ SUPPORT	19 Apr 2004 20:21:44 -0000	1.4
  @@ -34,3 +34,13 @@
   or via the APACHE environment variable:
   
     % APACHE=/path/to/bin/httpd make test
  +
  +*** CPAN Testers ***
  +
  +CPAN Testers using CPANPLUS and running under 'root' are required to
  +update their perl installation to have IPC::Run 0.78 or higher. Please
  +do not post failure reports unless you have this prerequisite
  +satisfied. It has nothing to do with Apache-Test itself, and needed
  +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.