summaryrefslogtreecommitdiff
path: root/www/ap2-perl/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-06-28 07:40:29 +0000
committerjlam <jlam@pkgsrc.org>2002-06-28 07:40:29 +0000
commit89b1bab107eb9fd772e326a3e2553cdc894707ea (patch)
tree8e9fedf2bc3e72c80042d440c792f5ace5b8a44d /www/ap2-perl/DESCR
parent5e5852c64e1fc3216c98c9e151ef21fc83d087d1 (diff)
downloadpkgsrc-89b1bab107eb9fd772e326a3e2553cdc894707ea.tar.gz
Import modperl-1.99_05 as lang/ap2-perl. Note that ap2-perl-1.99.5 is
considered *BETA* software and may not work at all. This package is here solely to provide Apache-2.0 users with a testbed for porting existing mod_perl-1.2.x applications.
Diffstat (limited to 'www/ap2-perl/DESCR')
-rw-r--r--www/ap2-perl/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/ap2-perl/DESCR b/www/ap2-perl/DESCR
new file mode 100644
index 00000000000..58ad3efcc29
--- /dev/null
+++ b/www/ap2-perl/DESCR
@@ -0,0 +1,10 @@
+The Apache/Perl integration project brings together the full power of the
+Perl programming language and the Apache HTTP server. This is achieved by
+linking the Perl runtime library into the server and providing an object
+oriented Perl interface to the server's C language API.
+
+These pieces are seamlessly glued together by the `mod_perl' server
+plugin, making it is possible to write Apache modules entirely in Perl.
+In addition, the persistent interpreter embedded in the server avoids the
+overhead of starting an external interpreter program and the additional
+Perl start-up (compile) time.