Pavel Roskin writes:
 > 
 > > -          ($from = $2) =~ s/(\W)/\\$1/g;
 > > +          ($from = $2) =~ s/(\W)/$1/g;
 > 
 > I don't understrand this. This change will affect the traditional rules as
 > well. It should probably be a separate patch if it fixes a separate issue.
 > You may even need a test case.
 > 

Hi Pavel,

Its a bug fix, the reason escapes me at the moment...

 > Everything else is fine. I'm sorry that I'm keeping bouncing your work,

Perhaps I can return the favor one day <g>

I will attempt the "one true patch" later in the week.

Cheers,
Alex.

Reply via email to