stas        2004/08/11 01:20:54

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  document the newly added wrapper
  
  Revision  Changes    Path
  1.98      +9 -0      httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
  
  Index: Test.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -u -r1.97 -r1.98
  --- Test.pm   9 Aug 2004 06:22:06 -0000       1.97
  +++ Test.pm   11 Aug 2004 08:20:54 -0000      1.98
  @@ -789,6 +789,15 @@
   
   =head1 Additional Configuration Variables
   
  +=item basic_config
  +
  +  my $basic_cfg = Apache::Test::basic_config();
  +  $basic_cfg->write_perlscript($file, $content);
  +
  +C<basic_config()> is similar to C<config()>, but doesn't contain any
  +httpd-specific information and should be used for operations that
  +don't require any httpd-specific knowledge.
  +
   =item config
   
     my $cfg = Apache::Test::config();
  
  
  

Reply via email to