This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/regcomp.pl: Allow ';' in comments
authorKarl Williamson <public@khwilliamson.com>
Fri, 6 Jul 2012 17:31:11 +0000 (11:31 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:45 +0000 (21:13 -0600)
commit44f5ace3a1ccc47acfcf84761428d69cc8c7792d
tree7019876736fd5a8e827eea6473fcc485b1dcb5f9
parent5a279aa01b85454d24e44898e581820d24e712b3
regen/regcomp.pl: Allow ';' in comments

If a comment contained a semi-colon, the regular expression's greedy
quantifier would think the portion of the comment before it was part of
the data to be processed
regen/regcomp.pl