enable strict where missing

This commit is contained in:
Viktor Szakats 2025-07-09 21:40:50 +02:00
parent 612557e022
commit 9ba943e38e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@ use Cwd 'abs_path';
use File::Basename;
use File::Spec;
use strict;
use warnings 'FATAL' => 'all';
my $logdir = "log";

View file

@ -31,6 +31,7 @@ use Cwd 'abs_path';
use File::Basename;
use File::Spec;
use strict;
use warnings 'FATAL' => 'all';
my $logdir = "log";