Version 0.5

This commit is contained in:
Yorhel 2025-04-24 14:16:17 +02:00
parent 4833456898
commit e88ad65232
13 changed files with 31 additions and 11 deletions

4
FU.pm
View file

@ -1,4 +1,4 @@
package FU 0.4;
package FU 0.5;
use v5.36;
use Carp 'confess', 'croak';
use IO::Socket;
@ -1055,7 +1055,7 @@ certainly not great if you plan to transfer large files.
=back
The rest of this document is reference documentation; there's no easy
introductionary cookbook-style docs yet, sorry about that.
introductory cookbook-style docs yet, sorry about that.
Unless specifically mentioned otherwise, all methods and functions taking or
returning strings deal with perl Unicode strings, not raw bytes.