[Catalyst-commits] r10756 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Jun 30 21:30:38 GMT 2009
Author: rafl
Date: 2009-06-30 21:30:38 +0000 (Tue, 30 Jun 2009)
New Revision: 10756
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelogging.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2009-06-30 21:26:15 UTC (rev 10755)
+++ Catalyst-Runtime/5.80/trunk/Changes 2009-06-30 21:30:38 UTC (rev 10756)
@@ -6,6 +6,10 @@
- Inherited controller methods can now be specified in
config->{action(s)}
- Assigning an undef response body no longer produces warnings
+ - 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
More information about the Catalyst-commits
mailing list