stas 2002/12/23 22:45:04
Modified: . Makefile.PL
Log:
avoid backslashism
Revision Changes Path
1.17 +1 -1 httpd-apreq/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-apreq/Makefile.PL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Makefile.PL 24 Dec 2002 04:16:58 -0000 1.16
+++ Makefile.PL 24 Dec 2002 06:45:04 -0000 1.17
@@ -6,7 +6,7 @@
my $Is_Win32 = ($^O eq "MSWin32") || $ENV{WIN32_TEST};
my $conf_data = join '', <DATA>;
-$conf_data =~ s/(blib\/arch)/$FindBin::Bin\/$1/;
+$conf_data =~ s|(blib/arch)|$FindBin::Bin/$1|;
if (not $Is_Win32) {
eval {