Specifically C++ source, and files related to perly.y and x2p/a2p.y
This catches an error in an XS module embedded into the (moribund) Symbian
port, which we need to skip.
next if $file =~ m!\A(?:ext|dist|cpan|lib|t)/!;
chomp $file;
$file =~ s/\s+.*//;
- next unless $file =~ /\.(?:c|h)\z/;
+ next unless $file =~ /\.(?:c|cpp|h|y)\z/ or $file =~ /^perly\./;
check_file($file);
}
close $fh or die $!;
Operator or semicolon missing before %c%s
Pattern subroutine nesting without pos change exceeded limit in regex
Perl %s required--this is only %s, stopped
+PerlApp::TextQuery: no arguments, please
POSIX syntax [%c %c] is reserved for future extensions in regex; marked by <-- HERE in m/%s/
ptr wrong %p != %p fl=%x nl=%p e=%p for %d
Recompile perl with -DDEBUGGING to use -D switch (did you mean -d ?)