This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcharclass.pl: Allow comments in input
authorKarl Williamson <public@khwilliamson.com>
Sun, 2 Sep 2012 22:48:14 +0000 (16:48 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 14 Sep 2012 03:14:02 +0000 (21:14 -0600)
commit5e6c6c1e0c9ebf171541d4b160a124670d0d46d2
tree6916ef652abc796ff806fb5ce73d4c03a64af177
parent765ec46cc8c8533a1aed8a26490b879042d7fff3
regen/regcharclass.pl: Allow comments in input

Lines whose first non-blank character is a '#' are now considered to be
comments, and ignored.  This allows the moving of some lines that have
been commented out back to after the __DATA__ where they really belong.
regen/regcharclass.pl