Revision b93a2d44
Von Sven Schöling vor etwa 13 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}; |
|
85 | 87 |
my $found_use_strict = 0; |
86 | 88 |
$file =~ s/\s.*$//; # nuke everything after the first space (#comment) |
87 | 89 |
next if (!$file); # skip null entries |
Auch abrufbar als: Unified diff
dbupgrade .pl müssen nicht strict sein.