on 5/20/03 10:53, Sander Temme at [EMAIL PROTECTED] wrote:

> This breaks on RH 8.0 and Solaris 7, both on perl 5.8.0, with the following

The following patch gets me back in the saddle, not only on Linux/Solaris
but also on Darwin 6.6:

Index: Apache-Test/lib/Apache/TestConfig.pm
===================================================================
RCS file: 
/home/cvspublic/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.
pm,v
retrieving revision 1.162
diff -u -r1.162 TestConfig.pm
--- Apache-Test/lib/Apache/TestConfig.pm        20 May 2003 06:01:38 -0000
1.162
+++ Apache-Test/lib/Apache/TestConfig.pm        20 May 2003 18:18:08 -0000
@@ -781,7 +781,7 @@
         push @dirs, '../lib';
     }
 
-    push @dirs, 'Apache-Test' if IS_MOD_PERL_2_BUILD;
+    push @dirs, 'Apache-Test/lib';
 
     return <<"EOF";
 
I'm not building mod_perl, so that Apache-Test did not get included on
Darwin (running perl 5.6.0 which apparently doesn't choke on the constant)
and furthermore it needs to be Apache-Test/lib.

Please let me know if I'm onto something, or merely on something.

Thanks,

S.

-- 
Covalent Technologies                             [EMAIL PROTECTED]
Engineering group                                Voice: (415) 856 4214
303 Second Street #375 South                       Fax: (415) 856 4210
San Francisco CA 94107

   PGP Fingerprint: 7A8D B189 E871 80CB 9521  9320 C11E 7B47 964F 31D9

=======================================================
This email message is for the sole use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message
=======================================================

Reply via email to