Changes for version 0.13 - 2009-03-30

  • Build fixes
  • There are no code changes to this release, just fixes in the build and test systems to solve some outstanding test failures
  • unit tests now skip tests where optional modules are not installed (gtermars@cpan.org)
  • remove build dependency on Test::Exception, replacing it with hand-rolled equivalent methods. Newer Perls have been seen to fail our tests with "Bizarre copy of HASH in sassign..." when using Test::Exception. Cause of the issue may be far lower/internal than Test::Exception, but replacing these methods eliminates the issue for us. (gtermars@cpan.org)
  • cleanup prerequisites and build files (Alexandr Ciornii)

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