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

Changes for version 1.14 - 2006-05-26

  • Now passing the the interp object to callbacks via the new 'requster' parameter the request() method of Params::CallbacRequest, introduced in version 1.15 of that module.
  • Added the comp_path() accessor. This so that callbacks can change it if they want, by calling $cb->requester->comp_path($comp_path).
  • Fixed CGI redirect tests to be compliant with the new "302 Found" header created by CGI.pm. It used to be "302 Moved".

Modules

Mason callback support via Params::CallbackRequest.