Baldrick Application Framework 0.86 (Default branch) |
|
|
The Baldrick Application Framework is a library of Perl 5 modules that provide Web application functionality: session management, URL-to-handler mapping, user loading, authentication and authorization, database 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:
The Baldrick::DatabaseSession and
Baldrick::QueryBuilder classes were added.
commandHandlers hashref was added to Dogsbody
startup, giving a Dogsbody the ability to
transmogrify into another. A packaging problem
with 0.85 was fixed. That version would not
install due to a faulty "Manifest" file.
|