Changes for version 4.0_4

  • Added load_tmpl() hook (Mark Stosberg)
  • Documentation updates and code re-organization

Changes for version 4.0_3

  • Changed callback system to allow both class-based callbacks and object-based callbacks (Michael Graham)
  • removed named positions from the callback system

Changes for version 4.0_2

  • Enhanced tests and documentation for error_mode(). (Rob Kinyon).
  • Clarified Plug-in documentation (Timothy Appnel)
  • Avoid some warnings when getting run mode from PATH_INFO (Emanuele Zeppieri)
  • removed init stage from callbacks to avoid confusion. (Mark Stosberg)

Changes for version 4.0_1

  • New callback system opens the door for more powerful and easy-to-use plug-ins. (Cees Hek)
  • Document new plug-in available: CGI::Application::Plugin::Stream helps stream files to the browser
  • Documented return value of header_props()
  • Use query() object to get PATH_INFO, to workaround bug in IIS web server. (Mark Stosberg)

Modules

Framework for building reusable web-applications