da4cdc82f1
and locations. All ports i've checked depending on this can now run their regression tests.
13 lines
460 B
Plaintext
13 lines
460 B
Plaintext
$OpenBSD: patch-lib_Apache_TestConfigPerl_pm,v 1.1 2008/05/01 10:12:22 simon Exp $
|
|
--- lib/Apache/TestConfigPerl.pm.orig Thu May 1 00:50:05 2008
|
|
+++ lib/Apache/TestConfigPerl.pm Thu May 1 00:50:11 2008
|
|
@@ -25,7 +25,7 @@ use Apache::TestTrace;
|
|
use Apache::TestRequest;
|
|
use Config;
|
|
|
|
-my %libmodperl = (1 => 'libperl.so', 2 => 'mod_perl.so');
|
|
+my %libmodperl = (1 => 'mod_perl.so', 2 => 'mod_perl.so');
|
|
|
|
sub configure_libmodperl {
|
|
my $self = shift;
|