Changes for version 0.04 - 2005-09-22

  • API Changes
  • renamed 'encoders' to 'filters' - This should only affect driver writers and not end users
  • New Stuff
  • filters (formerly encoders) can now be chained (See docs)
  • filters can take a param (See docs)
  • added filters for uc, lc and trim
  • added a simple sample application
  • more docs (based on suggestions from Ron Savage)

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