summaryrefslogtreecommitdiff
path: root/network/mod_perl/README
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@liwjatan.at>2011-09-05 13:42:35 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-09-05 13:42:35 -0500
commit05bc19a05fa55e1f76965ee1257d920cc1b4a85b (patch)
tree39bdc4f8541eb320b26c396753229e298898aab7 /network/mod_perl/README
parent2f5cc7ca8d0675deb4139f16a63eef97e9d25030 (diff)
downloadslackbuilds-05bc19a05fa55e1f76965ee1257d920cc1b4a85b.tar.gz
network/mod_perl: Updated for version 2.0.5.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_perl/README')
-rw-r--r--network/mod_perl/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/mod_perl/README b/network/mod_perl/README
index 4c32466ad2..6491b07c58 100644
--- a/network/mod_perl/README
+++ b/network/mod_perl/README
@@ -2,7 +2,7 @@ Mod_perl incorporates a Perl interpreter into the Apache web server,
so that the Apache web server can directly execute Perl code.
Mod_perl links the Perl runtime library into the Apache web server and
provides an object-oriented Perl interface for Apache's C language
-API. The end result is a quicker CGI script turnaround process, since
+API. The end result is a quicker CGI script turnaround process, since
no external Perl interpreter has to be started.
To tell Apache to load it, you'll have to put the following line