You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/06/13 07:45:23 UTC

cvs commit: httpd-apreq README

joes        2003/06/12 22:45:23

  Modified:    .        README
  Log:
  SFIO support vanished in the 1.1 release.  Replace SFIO comments with info regarding the new Apache::Test suite.
  
  Revision  Changes    Path
  1.8       +3 -5      httpd-apreq/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/README,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- README	19 Feb 2002 16:00:47 -0000	1.7
  +++ README	13 Jun 2003 05:45:23 -0000	1.8
  @@ -30,11 +30,9 @@
   
   your mod_perl must be rebuilt to include Apache::Table support.
   
  -The Perl interface also includes experimental support for Perl+sfio builds:
  -
  -        % perl Makefile.PL DEFINE=-DSFIO
  -        % make
  -        % make install
  +The Perl API includes a test suite based on Apache::Test.
  +Type "make test" to run the tests, and be sure Apache::Test
  +is installed prior to running "perl Makefile.PL".
   
   Portions of the C code are based on examples from:
        Writing Apache Modules with Perl and C,