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

@ -25,7 +25,7 @@
package processhelp;
use strict;
use warnings 'FATAL' => 'all';
use warnings;
BEGIN {
use base qw(Exporter);