HeaderParser: #if doesn't need s after it github.com/Perl/perl5/commit/c…
HeaderParser: #if doesn't need \s after it · Perl/perl5@cddbbd1

It needs \b; the \s is optional. It was failing to parse #if(...)

GitHub