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

@ -2,7 +2,7 @@ package FU::SQL 0.1;
use v5.36;
use Exporter 'import';
use Carp 'confess';
use experimental 'builtin';
use experimental 'builtin', 'for_list';
our @EXPORT = qw/
P RAW SQL
@ -103,6 +103,11 @@ __END__
FU::SQL - Small and Safe SQL Query Builder
=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::SQL;