geoff       2003/12/15 13:19:59

  Modified:    src/docs/general/testing testing.pod
  Log:
  update for #define HTTPD_TEST_REQUIRE_APACHE 2.0.49
  
  Revision  Changes    Path
  1.25      +11 -0     modperl-docs/src/docs/general/testing/testing.pod
  
  Index: testing.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/general/testing/testing.pod,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- testing.pod       20 Oct 2003 22:38:24 -0000      1.24
  +++ testing.pod       15 Dec 2003 21:19:59 -0000      1.25
  @@ -1415,6 +1415,17 @@
   automatically compiled by I<t/TEST> with C<-DAPACHE1> or C<-DAPACHE2>
   so you can conditionally compile it to suit different httpd versions.
   
  +In additon to the single-digit form,
  +
  +  #define HTTPD_TEST_REQUIRE_APACHE 2.0.48
  +
  +and
  +
  +  #define HTTPD_TEST_REQUIRE_APACHE 2.1
  +
  +are also supported, allowing for conditional compilation based on
  +criteria similar to I<have_min_apache_version()>.
  +
   =item *
   
   If there is a section bounded by:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to