stas        2003/04/23 19:48:34

  Modified:    src/docs/general/testing testing.pod
  Log:
  document new function: have_apache_version
  
  Revision  Changes    Path
  1.20      +8 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- testing.pod       24 Apr 2003 02:28:53 -0000      1.19
  +++ testing.pod       24 Apr 2003 02:48:34 -0000      1.20
  @@ -1983,7 +1983,15 @@
   
   requires Apache 2.0.40 or higher.
   
  +=item have_apache_version
   
  +Used to require a specific version of Apache.
  +
  +For example:
  +
  +  plan tests => 5, have_apache_version("2.0.40");
  +
  +requires Apache 2.0.40.
   
   =back
   
  
  
  

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

Reply via email to