This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: Fix bug for character '0'
authorKarl Williamson <public@khwilliamson.com>
Fri, 31 Aug 2012 23:04:30 +0000 (17:04 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:14:01 +0000 (21:14 -0600)
commit895e25a51f0637b8e9bc8962fe7947a1e7e3b66f
tree4f68ed4431f1ae7d4e5ed6436bd9363b73d5adf9
parent295bcca96718cf8ba1541a008378b9b2f1ec58c7
regen/regcharclass.pl: Fix bug for character '0'

The character '0' could be omitted from some generated macros due to
it's testing the value of a hash entry (getting 0 or false) instead
of if it exists or not.
regen/regcharclass.pl