You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2002/04/06 18:22:16 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm

dougm       02/04/06 08:22:16

  Modified:    perl-framework/Apache-Test/lib/Apache TestConfigPerl.pm
  Log:
  default modperl dso name is now mod_perl.so
  
  Revision  Changes    Path
  1.48      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm
  
  Index: TestConfigPerl.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigPerl.pm,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- TestConfigPerl.pm	9 Mar 2002 04:51:39 -0000	1.47
  +++ TestConfigPerl.pm	6 Apr 2002 16:22:16 -0000	1.48
  @@ -9,7 +9,7 @@
   use Apache::TestTrace;
   use Config;
   
  -my %libmodperl  = (1 => 'libperl.so', 2 => 'libmodperl.so');
  +my %libmodperl  = (1 => 'libperl.so', 2 => 'mod_perl.so');
   
   sub configure_libmodperl {
       my $self = shift;