Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Markdown CPAN distribution.

Report information
The Basics
Id: 40303
Status: resolved
Priority: 0/
Queue: Text-Markdown

People
Owner: bobtfish [...] bobtfish.net
Requestors: vindex [...] apartia.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.0.21
Fixed in: (no value)



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.
This should be fixed by 1.0.22 which just went to CPAN.