Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
...I was hoping not to have to implement the date type, because date conversions suck, but it turns out manned.org actually needs it. (Only to then convert it into a Unix timestamp again, hmm, maybe this string conversion isn't useful at all?) |
||
|---|---|---|
| c | ||
| FU | ||
| t | ||
| .gitignore | ||
| bench.PL | ||
| COPYING | ||
| FU.pm | ||
| FU.xs | ||
| Makefile.PL | ||
| MANIFEST.SKIP | ||
| README.md | ||
FU - Framework Ultimatum
WIP.
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.
- FU::Validate - TUWF::Validate & normalization with some improvements.
- FU::Mailer - Simple sendmail wrapper
License
MIT.