bump warnings to errors

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

View file

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