drop FATAL, do it separate PR

This commit is contained in:
Viktor Szakats 2025-07-11 14:21:05 +02:00
parent f63d275137
commit 7070a7ea14
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
46 changed files with 46 additions and 46 deletions

View file

@ -24,7 +24,7 @@
#***************************************************************************
use strict;
use warnings 'FATAL' => 'all';
use warnings;
BEGIN {
push(@INC, $ENV{'srcdir'}) if(defined $ENV{'srcdir'});