This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #111980] Don’t allow ‘my $♠’
authorFather Chrysostomos <sprout@cpan.org>
Thu, 19 Apr 2012 23:32:08 +0000 (16:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 21 Apr 2012 05:30:35 +0000 (22:30 -0700)
commitb14845b4fc65ba895fe9fe5f9cc346c5c235c28b
tree0d1c2b3c2364f4424d3c83d57355e87164e2cc7b
parentae073b6b0ee43101d6f58b772fe59ff4f3a2df20
[perl #111980] Don’t allow ‘my $♠’

For consistency with ‘my $!’, ‘my $-’, etc., forbid lexical punctua-
tion variables made up of non-ASCII characters.  It was by mistake
that 204e6232679 allowed this.
op.c
t/lib/croak/op