This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Amelioration of the error message "Unrecognized character %s in column %d"
authorClaes Jakobsson <claes@surfar.nu>
Thu, 14 May 2009 14:10:06 +0000 (16:10 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 14 May 2009 14:10:06 +0000 (16:10 +0200)
commitb1fc363696b1a308e6bce75eb292bacc8f2c9833
tree1ac527627cc35c571b8d9719dab59e97907e1332
parent7fecd077a7bc92add80772966a8c824277223d09
Amelioration of the error message "Unrecognized character %s in column %d"

Changes the error message to "Unrecognized character %s; marked by <--
HERE after %s<-- HERE near column %d". This should make it a little
simpler to spot and correct the suspicious character.
pod/perldiag.pod
t/base/lex.t
toke.c