Compat fixes + 0.2 release

This commit is contained in:
Yorhel 2025-02-28 14:05:48 +01:00
parent 15954f4ad5
commit 3fd424c6e3
12 changed files with 24 additions and 12 deletions

2
FU.pm
View file

@ -1,4 +1,4 @@
package FU 0.1;
package FU 0.2;
use v5.36;
use Carp 'confess', 'croak';
use IO::Socket;