Docs, compatibility fixes again, 0.1 release

This commit is contained in:
Yorhel 2025-02-25 17:01:18 +01:00
parent 69262992ca
commit 7b0ba45346
15 changed files with 121 additions and 15 deletions

View file

@ -1,7 +1,7 @@
package FU::Validate 0.1;
use v5.36;
use experimental 'builtin';
use experimental 'builtin', 'for_list';
use builtin qw/true false blessed/;
use Carp 'confess';
use FU::Util 'to_bool';
@ -366,6 +366,11 @@ __END__
FU::Validate - Data and form validation and normalization
=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 DESCRIPTION
This module provides an easy and simple interface for data validation. It can