if (grep /\t/, <FILE>) {
         ok(0, "$file contains tabs --WARNING");
     } else {
-      TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
+#      TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
         ok(1, "$file has no tabs");
-      }
+#      }
     }
     close (FILE);
 }