Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
Find a file
Yorhel f8cd8a6d8c FU: Simplify --monitor file change detection
This changes the way that file changes are detected. The upside is that
it now correctly detects changes that happened after the code has loaded
but before the first request came in, the downside is that it now gets
stuck on reloading when a file has a future mtime.
2025-05-27 09:30:49 +02:00
c Pg: Add text2bin() and bin2text() conversion methods 2025-04-30 20:02:20 +02:00
FU Pg: Set appropriate quote_identifier for $conn->Q() 2025-05-22 09:53:41 +02:00
t t/pgconnect: Fix ref leak in test 2025-05-22 09:56:11 +02:00
.gitignore Init 2025-01-26 15:32:47 +01:00
bench.PL bench: version updates + add small Pg benchmark 2025-05-11 10:39:08 +02:00
ChangeLog Version 1.0 + remove "experimental" notices 2025-05-11 11:03:32 +02:00
COPYING FU: Revert integration with XMLWriter & import options; copyright stuff 2025-02-20 08:46:03 +01:00
FU.pm FU: Simplify --monitor file change detection 2025-05-27 09:30:49 +02:00
FU.xs Pg: Set appropriate quote_identifier for $conn->Q() 2025-05-22 09:53:41 +02:00
Makefile.PL Version 0.5 2025-04-24 14:16:17 +02:00
MANIFEST.SKIP jsonfmt: Fix threading support + memory leak bug 2025-01-28 19:20:46 +01:00
README.md Version 1.0 + remove "experimental" notices 2025-05-11 11:03:32 +02:00

FU - A Lean and Efficient Zero-Dependency Web Framework

FU (Framework Ultimatum) is a web development framework for Perl and a collection of handy utility modules.

Website: More information @ dev.yorhel.nl/fu.

Contributing: Refer to my contribution guidelines.

Build & Install

perl Makefile.PL
make
make install

Project ideas

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::DBI - DBI wrapper with a FU::Pg-like API, for easier integration into FU.

License

MIT.