Fix build for threaded perl + additional project idea

This commit is contained in:
Yorhel 2025-02-01 13:39:58 +01:00
parent 13eaeb1d4a
commit 0d19ccdc1b
2 changed files with 4 additions and 4 deletions

View file

@ -21,6 +21,6 @@ Things that may or may not happen:
- FU::JSON - JSON::{XS,PP,etc}-compatible wrapper around FU::Util's JSON functions? I prolly won't need this myself, but could be handy.
- FU::Log - Basic logger.
- FU::PG - PostgreSQL client with support for custom types and a small query builder.
- FU::Util additions: `uri_escape`, `scrypt`, `urandom`.
- FU::Util additions: `uri_escape`, `VNDB::Util::query_encode`, `scrypt`, `urandom`.
- FU::Validate - TUWF::Validate & normalization with some improvements.
- FU::XML - TUWF::XMLXS with some improvements.