This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove extraneous dot from ‘Missing right brace...’
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 14:10:40 +0000 (06:10 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 17 Nov 2013 21:08:53 +0000 (13:08 -0800)
commit4407f1b81529944846e9211adf563fc23fdc2f19
treee988a2601ee61f8efbb7f437297d8e3f62ca48fb
parent32a77fbe22419270b0c12791d3504011ad7f15b6
Remove extraneous dot from ‘Missing right brace...’

$ ./perl -Ilib -e '/\N{/'
Missing right brace on \N{} or unescaped left brace after \N. at -e line 1, within pattern
Execution of -e aborted due to compilation errors.

That dot before ‘at -e’ is confusing.
t/lib/croak/toke
toke.c