Re: use re 'eval' error

2008-10-23 Thread Tomas Doran
On 23 Oct 2008, at 19:55, Louis-David Mitterrand wrote: On Thu, Oct 23, 2008 at 05:11:27PM +0200, Aristotle Pagaltzis wrote: * Louis-David Mitterrand [EMAIL PROTECTED]> [2008-10-23 13:55]: What is the fix? You have to patch Text::Markdown to add that line to the block the regex is in. I see

Re: use re 'eval' error

2008-10-23 Thread Louis-David Mitterrand
On Thu, Oct 23, 2008 at 05:11:27PM +0200, Aristotle Pagaltzis wrote: > * Louis-David Mitterrand <[EMAIL PROTECTED]> [2008-10-23 13:55]: > > What is the fix? > > You have to patch Text::Markdown to add that line to the block > the regex is in. I see you have already filed a bug against > Text::Mark

Re: use re 'eval' error

2008-10-23 Thread Aristotle Pagaltzis
* Louis-David Mitterrand <[EMAIL PROTECTED]> [2008-10-23 13:55]: > What is the fix? You have to patch Text::Markdown to add that line to the block the regex is in. I see you have already filed a bug against Text::Markdown, excellent. Regards, -- Aristotle Pagaltzis // _

use re 'eval' error

2008-10-23 Thread Louis-David Mitterrand
Hi, I am trying to use Text::Markdown under HTML::Mason (mod_perl) and I get this error when calling markdown(text): Eval-group not allowed at runtime, use re 'eval' in regex m/ ( # wrap whole match in $1 !\[ (.*?) # alt text = $2 \] .../ at /usr/sh