This package provides the following set of modules:
Documentation for each of these modules is provided in a .pod file along their .pm implementations. Check out the documentation of the main TUWF module for a general introduction.
More information is available on the homepage at https://dev.yorhel.nl/tuwf.
(Perl core modules not listed)
- DBI - for SQL functionality (TUWF::DB)
- FCGI - to run in a FastCGI environment
- HTTP::Server::Simple - to run the standalone HTTP server
- JSON::XS - for JSON requests & responses
- PerlIO::gzip - for output compression
From CPAN:
cpan TUWF
From the repo (using cpanminus):
cpanm .
Manually:
perl Build.PL
./Build
./Build install
Homepage: https://dev.yorhel.nl/tuwf
Git: https://code.blicky.net/yorhel/tuwf
Email: projects@yorhel.nl