Version 1.0 + remove "experimental" notices

This commit is contained in:
Yorhel 2025-05-11 11:03:32 +02:00
parent 383ed8409c
commit 32c8fc1b89
13 changed files with 35 additions and 53 deletions

View file

@ -1,4 +1,4 @@
package FU::Log 0.5;
package FU::Log 1.0;
use v5.36;
use Exporter 'import';
use POSIX 'strftime';
@ -65,11 +65,6 @@ __END__
FU::Log - Extremely Basic Process-Wide Logging Infrastructure
=head1 EXPERIMENTAL
This module is still in development and there will likely be a few breaking API
changes, see the main L<FU> module for details.
=head1 SYNOPSIS
use FU::Log 'log_write';