Mailing List Archive

cvs commit: modperl Makefile.PL
rse 98/06/14 06:31:52

Modified: . Makefile.PL
Log:
Make abbrev. read as at the other locations, i.e. in upper case.

Revision Changes Path
1.49 +1 -1 modperl/Makefile.PL

Index: Makefile.PL
===================================================================
RCS file: /export/home/cvs/modperl/Makefile.PL,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- Makefile.PL 1998/06/13 18:48:03 1.48
+++ Makefile.PL 1998/06/14 13:31:51 1.49
@@ -238,7 +238,7 @@
print "Will configure via APACI";
if($USE_DSO) {
gen_script("apaci/load_modules.pl");
- print " (dso enabled)";
+ print " (DSO enabled)";
}
$NO_HTTPD = 1 if $PREP_HTTPD;
print "\n";