This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly.
authorBrian Fraser <fraserbn@gmail.com>
Tue, 13 Dec 2011 22:32:48 +0000 (19:32 -0300)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 16 Dec 2011 04:13:28 +0000 (20:13 -0800)
commitd47f310d69da3356f76ded4c14c2770d5f1325f4
tree4145aee67b224fcdcc499e9d8b0b174b678fc2b8
parent5dca8ed9d28127c9f7a2e7ce5f8ba970da3608cd
pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly.

Previously the first letter for latin-1 classnames was being mischecked, only
allowing ASCII, which caused an instance of the Unicode Bug for downgradable
classnames.
pp_hot.c
t/uni/package.t