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

@ -27,7 +27,7 @@
# Also creates the ssh configuration files needed for these tests.
use strict;
use warnings;
use warnings 'FATAL' => 'all';
use Cwd;
use Cwd 'abs_path';
use Digest::MD5;