Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
report todo also minds faq
  • Loading branch information
lichtkind committed May 8, 2012
1 parent e57de33 commit 2950112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/report.pl
Expand Up @@ -47,6 +47,10 @@
$content = do {local $/; <$FH>};
my $v =()= $content =~ /\&mdash;\n\n/g;
print " empty index entries: $v\n";
open $FH, '<', 'appendix-f-faq.txt';
$content = do {local $/; <$FH>};
my $v =()= $content =~ /---\n\n/g;
print " unanswered questions: $v\n";
open $FH, '<', 'appendix-g-glossary.txt';
$content = do {local $/; <$FH>};
my $v =()= $content =~ /\&mdash;\n\n/g;
Expand Down

0 comments on commit 2950112

Please sign in to comment.