Changes for version 0.07 - 2005-10-29

  • API Changes
  • Config parameters ending in _DESTINATION have been renamed to _URL for clarity. (Mark Stosberg)
  • Bug Fixes
  • DBI Driver was incorrectly using DBH option when it should have used the DSN option (patch from Jim McQuillan)
  • Tests were failing if certain modules were not installed. (fixed by Shawn Sorichetti)
  • Other updates
  • add negative regexp example for the 'protected_runmodes' method (suggested by Larry Leszczynski)

Modules

Authentication framework for CGI::Application
Base module for building driver clasees for CGI::Application::Plugin::Authentication
Dummy Authentication driver which lets anyone authenticate regardless of the password they provide
Filter that strips whitespace from the beginning and end of the string
Base module for building storage classes for the CGI::Application::Plugin::Authentication plugin