This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c: foldEQ_utf8_flags() use specific flag, not just any
[perl5.git] / autodoc.pl
index c1e2578..584ee79 100644 (file)
@@ -441,7 +441,9 @@ L<perlguts>, L<perlxs>, L<perlxstut>, L<perlintern>
 
 _EOE_
 
-my @missing_guts = grep $funcflags{$_}{flags} !~ /A/ && !$docs{guts}{$_}, keys %funcflags;
+# List of non-static internal functions
+my @missing_guts =
+ grep $funcflags{$_}{flags} !~ /[As]/ && !$docs{guts}{$_}, keys %funcflags;
 
 output('perlintern', <<'END', $docs{guts}, \@missing_guts, <<'END');
 =head1 NAME