Make Unicode constants under use utf8 work again
authorFather Chrysostomos <sprout@cpan.org>
Sun, 17 Apr 2011 23:09:36 +0000 (16:09 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 18 Apr 2011 05:20:12 +0000 (22:20 -0700)
commitd12b49d6e531fdc354980af14eb2efa34756c1d8
treeece4beadbfd043d5c37fa96549d19bb446a6ebc2
parent23292af314730ff686527208d3274be920724e97
Make Unicode constants under use utf8 work again

Because sub lookup (and glob lookup in general) ignores the UTF8
flag, such subs are actually ‘correctly’ stored under the utf8-encoded
equivalent of the name, and not the name itself.
MANIFEST
dist/constant/lib/constant.pm
dist/constant/t/utf8.t [new file with mode: 0644]