The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.000.100 - 2009-02-02

  • Fixed MANIFEST. RT# 42979. https://rt.cpan.org/Ticket/Display.html?id=42979
  • Switched to Module::Build to better control prereqs, build prereqs etc.
  • Render::Template doesn't assign stash functions anymore, in order to reduce number of dependencies. Do this yourself by overloading render().
  • Test suite uses File::Temp tempdir now so that temp directories get cleaned up properly.
  • No longer tries `od` with open3(), so MS Win might work?
  • A2C stash data is put in sub-hash 'a2c' of stash, so it doesn't clutter the namespace and is consistent with the same change that was made to consolidate pnotes.

Modules

fast MVC-style Apache2 handler apps
constants for Apache2::Controller
connects DBI to < $r-pnotes->{a2c}{dbh} >> or the key that you select.
server config directives for A2C
dispatch base class for Apache::Controller
Hash tree dispatch for Apache2::Controller::Dispatch
simple dispatch mechanism for A2C
Log phase handler to save session data from Apache2::Controller::Session hook.
methods shared by Apache2::Controller modules
internal base class for non-response handlers in Apache2::Controller framework
internal base class w/ apreq for non-response handlers in Apache2::Controller framework
reference card for Apache2::Controller
A2C render() with Template Toolkit
useful database methods for MySQL
Apache2::Controller with Apache::Session
track a sessionid with a cookie in A2C
Exception::Class hierarchy for Apache2::Controller