Baldrick Application Framework 0.82 (Default branch) |
|
|
The Baldrick Application Framework is a library of
Perl 5 modules to provide Web application
functionality: session management, URL-to-handler
mapping, user loading, authentication and
authorization, database connectivity and querying,
and template-based output generation. It is a tool
for programmers to use in building their own Web
applications ("modules"), which can run under CGI
or mod_perl. Users on a site should be able to
freely move between modules without
re-authenticating, even if those modules were from
different developers.
License: Artistic License
Changes:
Improved packaging: now includes Makefile.PL. Documentation on the Web site has been improved. Sample configurations are available.
|