Changes for version 0.13 - 2009-08-19

  • Remove Test::MockObject from the test suite as prone to failing on some platforms and perl versions due to its UNIVERSAL:: package dependencies.
  • Remove Class::Accessor::Fast and replace with Moose. This allows us to not have a ->new method, This is more correct for Plugins and also means that Catalyst is not forced to invoke the scary replace_constructor at scope end handling.

Modules

Maintain session IDs using cookies.