-      if ($file =~ $todo_files_re) {
-        TODO: { local $TODO = q(This file is known to have lots of old cruft.);
-          ok(0,"$file contains at least $found_html_count html tags.");
-        }
-      } else {
-        ok(0,"$file contains at least $found_html_count html tags.");
-      }