This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.pm: return ord not chr
authorKarl Williamson <khw@khw-desktop.(none)>
Wed, 7 Jul 2010 18:55:33 +0000 (12:55 -0600)
committerKarl Williamson <khw@khw-desktop.(none)>
Tue, 13 Jul 2010 23:07:12 +0000 (17:07 -0600)
commit29eb6cbda4ec124d78f9a3d718224594723cc532
tree8efe23d9bc336414145a146b794be04e51d7128f
parent281aa49e5d7263c48b8c7edf8a39a750ab809d66
charnames.pm: return ord not chr

An error leg in charnames.pm was returning the wrong type.  This fixes
it.  A later commit will change the .t to add "use warnings" so this fix
will be noticed.
lib/charnames.pm