          MODULE=mod_perl
         VERSION=1.27
#         VERSION=1.26
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=http://perl.apache.org/dist/$SOURCE
        WEB_SITE=http://perl.apache.org
         ENTERED=20010922
         UPDATED=20020618
           SHORT="mod_perl incoporates PERL into the Apache HTTP server."
cat << EOF
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.
EOF
