Framework Ultimatum: A Lean and Efficient Zero-Dependency Web Framework for Perl
Apparently 'my sub' captured the $conn variable and held a ref on it
even beyond the parent sub scope. 'my $x = sub {}' doesn't do that.
Getting the ref counts right is important here for the last test to work.
(Found while I was inspecting the refcount effects of the new ->conn()
methods with Devel::Peek)
|
||
|---|---|---|
| c | ||
| FU | ||
| t | ||
| .gitignore | ||
| bench.PL | ||
| ChangeLog | ||
| COPYING | ||
| FU.pm | ||
| FU.xs | ||
| Makefile.PL | ||
| MANIFEST.SKIP | ||
| README.md | ||
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.