This is a very late BBC, sorry for the delay. Modules that had no update for so long were not in my focus. Change 28868 by merijn@merijn-lt09 on 2006/09/19 06:56:36 Subject: Re: \N{...} in regular expression [PATCH] From: demerphq <demerphq@gmail.com> Date: Tue, 19 Sep 2006 01:37:19 +0200 Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com> The FAIL mode since then is: t/03-utf8......Constant(\N{DIGIT ONE}) unknown: (possibly a missing "use charnames ...") in regex; marked by <-- HERE in m/[\N{DIGIT ONE} <-- HERE \N{DIGIT TWO}]/ at /home/sand/.cpan/build/Regexp-Optimizer-0.15-UPZQd5/blib/lib/Regexp/Optimizer.pm line 114. It's worth noting that the test script DOES call 'use charnames ":full"', so the error message isnt really helping understand whats wrong with the code. Yves & Dan, could you have a look please and fight it out who's to blame? :) Thanks, -- andreas