home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / TestConfigData.pm < prev    next >
Encoding:
Perl POD Document  |  2004-09-17  |  199 b   |  17 lines

  1. package Apache::TestConfigData;
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. $Apache::TestConfigData::vars = {
  7.  
  8. };
  9.  
  10. 1;
  11.  
  12. =head1 NAME
  13.  
  14. Apache::TestConfigData - Configuration file for Apache::Test
  15.  
  16. =cut
  17.