[Catalyst-commits] r8946 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Dec 26 00:31:41 GMT 2008
Author: rafl
Date: 2008-12-26 00:31:41 +0000 (Fri, 26 Dec 2008)
New Revision: 8946
Modified:
Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelogging.
Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes 2008-12-26 00:28:51 UTC (rev 8945)
+++ Catalyst-Runtime/5.80/trunk/Changes 2008-12-26 00:31:41 UTC (rev 8946)
@@ -1,5 +1,9 @@
# This file documents the revision history for Perl extension Catalyst.
+ - Refactor capturing of $app from Catalyst::Controller into
+ Catalyst::Component::Role::CaptureApp for easier reuse in other
+ components (Florian Ragwitz)
+ - Make the test suites YAML dependency optional (Florian Ragwitz)
- Make debug output show class name for the engine and dispatcher
rather than the stringified ref. (t0m)
- Make MyApp immutable at the end of the scope after the setup
More information about the Catalyst-commits
mailing list