Thats a bug somewhere inside mod_perl's handling of <Perl> sections.
Replace <Perl> with <Perl >. Note the space. And replace the closing tag with
</Perl>.
Your config should look like this:
<Perl >
</Perl>
Please take care of the spaces in front of the closing tag too.