The Catalyst core team is pleased to announce the availability of the
latest maintenance release of Catalyst-Runtime, version 5.80007.
This fixes an important regression with actions on the application
class which have custom attributes (for example, end : ActionClass
('RenderView')). Whilst putting actions into your application class
is deprecated, a number of extensions test suites (such as Action-
RenderView) rely on it.
Full changelog for this release:
Bug fixes:
- Don't mangle query parameters passed to uri_for
- Tests for this (Byron Young + Amir Sadoughi)
- Inherited controller methods can now be specified in
config->{action(s)}
- Assigning an undef response body no longer produces warnings
- Fix C3 incompatibility bug caused if you use Moose in
MyApp.pm and
add Catalyst to the right hand side of this in @ISA.
- Make Catalyst.pm implement the Component::ApplicationAttribute
interface so defining actions in MyApp.pm works again, if the
actions have attributes that cause $self->_application to
be used
(like ActionClass).
New features:
- Add optional second argument to uri_with which appends to
existing
params rather than replacing them. (foo=1 becomes
foo=1&foo=2 when
uri_with({ foo => 2 }, { mode => 'append' }) is called on a
foo=1
URI.
Cheers
t0m
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/