Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
| c | ||
| FU | ||
| t | ||
| .gitignore | ||
| bench.PL | ||
| FU.pm | ||
| FU.xs | ||
| Makefile.PL | ||
| MANIFEST.SKIP | ||
| README.md | ||
FU - Framework Ultimatum
WIP.
Contributing: Refer to my [contribution guidelines)[https://dev.yorhel.nl/contributing].
Build & Install
perl Makefile.PL
make
make install
Project ideas
Things that may or may not happen:
- FU - The website framework, taking inspiration from TUWF.
- 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::Util additions:
VNDB::Util::query_encode? - FU::Validate - TUWF::Validate & normalization with some improvements.
- FU::XML - TUWF::XMLXS with some improvements.
- FU::Mailer - Simple sendmail wrapper