Revision c0a22ab6
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
t/002goodperl.t | ||
---|---|---|
82 | 82 |
} |
83 | 83 |
|
84 | 84 |
foreach my $file (@testitems) { |
85 |
local $TODO; |
|
86 |
$TODO = 'schema updates are not required to be strict now' if $file =~ m{^sql/Pg-upgrade2}; |
|
87 | 85 |
my $found_use_strict = 0; |
88 | 86 |
$file =~ s/\s.*$//; # nuke everything after the first space (#comment) |
89 | 87 |
next if (!$file); # skip null entries |
Auch abrufbar als: Unified diff
t/002goodperl: TODO für strict DBUpgrades entfernt.
Die müssen seit langem in packages liegen und strict sein.