Subject: | Eval-group not allowed at runtime, use re 'eval' in regex |
Hi,
When using the module under mod_perl (HTML::Mason) I get this error:
Eval-group not allowed at runtime, use re 'eval' in regex m/
( # wrap whole match in $1
!\[
(.*?) # alt text = $2
\]
.../ at /usr/share/perl5/Text/Markdown.pm line 751.
Adding "use re 'eval';" in my startup.pl file doesn't help.