Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
This allows all built-in options to be duplicated inside a single schema, the semantics of which are the same as the kind of merging done as part of inheriting options from custom validations. This also causes all 'keys' and 'values' validation schemas to be merged, which changes error messages a bit but is great for introspection. Probably slightly improves performance as well. |
||
|---|---|---|
| c | ||
| FU | ||
| t | ||
| .gitignore | ||
| bench.PL | ||
| ChangeLog | ||
| COPYING | ||
| FU.pm | ||
| FU.xs | ||
| Makefile.PL | ||
| MANIFEST.SKIP | ||
| README.md | ||
FU - Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework
FU is a web development framework for Perl and a collection of handy utility modules.
Contributing: Refer to my contribution guidelines.
Project Status
EXPERIMENTAL; expect breaking changes.
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.
- FU::Mailer - Simple sendmail wrapper
License
MIT.