           SPELL=mod_perl
if [ "$MOD_PERL_2" == 'y' ]; then
         VERSION=2.0.1
     SOURCE_HASH='sha1:173bc012a00fbe0ee8c51d6ce18c2fa7c33249b3'
else
         VERSION=1.29
          MD5[0]='c489fa1a8c6535e0181a287d9f62171b'
fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/G/GO/GOZER/$SOURCE
   SOURCE_URL[1]=http://perl.apache.org/dist/$SOURCE
        WEB_SITE=http://perl.apache.org/
         ENTERED=20010922
         UPDATED=20050523
      LICENSE[0]=APACHE
       BUILD_API=2
           SHORT="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.

See also http://search.cpan.org/~gozer/mod_perl-$VERSION/
EOF
