From c0a22ab6dc626fb6a06f37f5921c2acf3df0d976 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 1 Jun 2015 16:13:05 +0200 Subject: [PATCH] =?utf8?q?t/002goodperl:=20TODO=20f=C3=BCr=20strict=20DBUp?= =?utf8?q?grades=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die müssen seit langem in packages liegen und strict sein. --- t/002goodperl.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/002goodperl.t b/t/002goodperl.t index 3b395b310..0434ab89b 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -82,8 +82,6 @@ foreach my $file (@testitems) { } foreach my $file (@testitems) { - local $TODO; - $TODO = 'schema updates are not required to be strict now' if $file =~ m{^sql/Pg-upgrade2}; my $found_use_strict = 0; $file =~ s/\s.*$//; # nuke everything after the first space (#comment) next if (!$file); # skip null entries -- 2.20.1