Baldrick Application Framework 0.84 (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:
foo=bar from @ARGV is now parsed into request parameters. Some things from DBUserLoader were moved to UserLoader. SpecialTurnip fixes were made for multi-table turnips. The arguments O, P, Q, etc. were added for Dogsbody handle functions deprecated() was added in Baldrick::Util. abort() was deprecated as it conflicts with POSIX. fatalError() should be used instead. There were installer fixes for Windows.
|