This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix charnames::viacode not accepting U+... param
authorKarl Williamson <khw@khw-desktop.(none)>
Sat, 29 May 2010 19:29:53 +0000 (13:29 -0600)
committerDavid Golden <dagolden@cpan.org>
Mon, 28 Jun 2010 23:49:10 +0000 (19:49 -0400)
commitc8002005105721beeeefa9e31bed53e376f4c7ae
tree308d5c5afb05ce74ce8fd2280ae6733a12d7cee3
parenta0d8d8c515a8d9a056392064d46fc9031f20e178
Fix charnames::viacode not accepting U+... param

The commit e10d7780a27dcfeb9c50ab28b66f2df8763d8016 introduced a bug in
which a parameter to viacode of the form U+... no longer worked.  This
is fixed, as well as tests added.
lib/charnames.pm
lib/charnames.t