From 23f857a6f05af4d741625bfc4c93e8a490401b1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 14 Sep 2011 12:38:10 +0200 Subject: [PATCH] Tabs sind mittlerweilee selten genug dass man sie forcieren kann. --- t/005no_tabs.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/005no_tabs.t b/t/005no_tabs.t index d89ee0042..cfc357477 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.t @@ -47,9 +47,9 @@ foreach my $file (@testitems) { if (grep /\t/, ) { 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); } -- 2.20.1