PATCH [perl #74978] dot after } breaks \N{}
authorKarl Williamson <khw@khw-desktop.(none)>
Sat, 8 May 2010 20:06:10 +0000 (14:06 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Sat, 8 May 2010 21:13:58 +0000 (17:13 -0400)
commit37820adc4aeb8cb209843cf0abf3b24c8e5b59e8
tree2072c3ddcf7824116e7df5fe015fb741c27a4215
parent223766f2ba0eeef12a35d112ccbad9d07bb5e8ae
PATCH [perl #74978] dot after } breaks \N{}

The problem is that a dot can come between the braces in \N{foo.bar},
but when searching for it, I didn't stop looking at the right brace, so
it generated an error inappropriately.

This is essentially a minimum patch; efficiency could be improved
slightly with a little more work.
regcomp.c
t/re/pat.t