The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07_01 - 2010-02-15

  • It is now possible to configure plugins, and the subrequest and visit plugins can be configured to not replace the stash before redispatching.
  • Fix Visit plugin to work with newer Catalyst versions.
  • Use uri_for_action instead of calling methods in the dispatcher directly when possible.
  • Call pulbic rather than private methods in the dispatcher in the subrequest backend.
  • Plugins which are used now generate an instance for each plugin which is subsequently cached.
  • Fix useage of namespace::clean
  • Proper test application bundled with the distribution.
  • Proper tests for all engines in the distribution.
  • Use Catalyst::Component::ContextClosure instead of weakening the context manually.
  • Make pod tests only run in author mode.
  • General code cleanup.

Modules

Use subincludes in your Catalyst views
Edge Side Includes (ESI) plugin for C::V::Component::SubInclude
Sub-requests plugin for C::V::Component::SubInclude
visit() plugin for C::V::Component::SubInclude