diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-11-05 14:50:26 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-11-05 14:50:26 +0000 |
commit | 4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5 (patch) | |
tree | 7b81038681dddb75a3ee7ec312939af5156ad668 /www/mod_perl2/pkg-descr | |
parent | da35e30718eaac1d336d7091fe06189e2e11d3ae (diff) | |
download | ports-4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5.tar.gz ports-4d35bc6ad0cd35f5d034a7b5fb6d00effc9a0ee5.zip |
Notes
Diffstat (limited to 'www/mod_perl2/pkg-descr')
-rw-r--r-- | www/mod_perl2/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_perl2/pkg-descr b/www/mod_perl2/pkg-descr new file mode 100644 index 000000000000..b88705f98b67 --- /dev/null +++ b/www/mod_perl2/pkg-descr @@ -0,0 +1,7 @@ +The Apache/Perl integration project brings together the full power of +the Perl programming language and the Apache HTTP server. With mod_perl +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 and the penalty of Perl start-up time. + +WWW: http://perl.apache.org/ |