This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
charnames.t: Guard agains empty lines in __DATA__
authorKarl Williamson <public@khwilliamson.com>
Mon, 2 Aug 2010 22:36:51 +0000 (16:36 -0600)
committerRafael Garcia-Suarez <rgs@consttype.org>
Fri, 13 Aug 2010 12:36:20 +0000 (14:36 +0200)
commit53ce39ec9c67bc99054a0728146d667dfedc9fa4
tree00df0e527166bc732ccb2c68eee329db68cc7532
parent565064d1b0f5998285add90fd484b9191d00c520
charnames.t: Guard agains empty lines in __DATA__

Somehow an empty line got inserted at the end of the file, and got
interpreted as 0's which caused the test for NULL to fail.  This guards
against that.

I removed the empty line, but I'm not sure git has picked that up.
lib/charnames.t